
Coding Vocabulary Quiz #1
Quiz by Natalie Palmgren
Feel free to use or edit a copy
includes Teacher and Student dashboards
Measure skillsfrom any curriculum
Measure skills
from any curriculum
Tag the questions with any skills you have. Your dashboard will track each student's mastery of each skill.
With a free account, teachers can
- edit the questions
- save a copy for later
- start a class game
- automatically assign follow-up activities based on students’ scores
- assign as homework
- share a link with colleagues
- print as a bubble sheet
12 questions
Show answers
- Q1A programming language model that uses objects instead of logic.Object Oriented Programming30s
- Q2A technique that programmers use to hide all but the important information for the user to make it easier to use.Abstraction30s
- Q3A sequence of instruction that repeats until a certain condition is reached.Loop30s
- Q4A placeholder for a piece of information that can change.Variable30s
- Q5Loops that have a pre-specified beginning, end and steps in between.For Loop30s
- Q6A piece of code that you can call over and over again.Function30s
- Q7An extra piece of information that you pass to the function to customize it for a specific need.Parameter30s
- Q8A way of representing information using only two options.Binary30s
- Q9The two options used in your binary code.Binary Alphabet30s
- Q10A series of instructions given to a computer to carry out operations.Program30s
- Q11To give something to a computer.input30s
- Q12The data that is generated by the computer.Output30s