
Coding
Quiz by Victoria Agne
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
17 questions
Show answers
- Q1What is the term for an error in a program that prevents the program from running correctly?LoopCrashSyntaxBug30s
- Q2What is the term for a set of instructions given to a computer to perform a specific task?AlgorithmFirewallDatabaseEncryption30s
- Q3What is the term for the process of removing errors or bugs from a program?CompilingDebuggingDownloadingEncoding30s
- Q4What is the term for a statement in a program that repeats a block of code while a condition is true?VariableArrayLoopFunction30s
- Q5What is the term for a set of instructions that computers follow to perform a specific task?VariableAlgorithmProgramFunction30s
- Q6What is the term for a mistake in a program that prevents it from running correctly?BugArrayFunctionLoop30s
- Q7What is the term for a sequence of instructions that repeats until a certain condition is met?VariableArrayOperatorLoop30s
- Q8What is the term for a placeholder used to store information in a program?VariableLoopFunctionBoolean30s
- Q9What is the term for a set of rules or steps to solve a problem in a specific order?ProgramAlgorithmVariableBug30s
- Q10What is the term for a reusable piece of code that performs a specific task?StringFunctionConditionBoolean30s
- Q11What is the term for a placeholder in a program that represents a piece of data, such as a number or text?VariableFunctionLoopBoolean30s
- Q12This is a list of instructions that tell a computer what to do, usually written in a specific programming language.NoteGuideKeyCode30s
- Q13This term refers to finding and fixing mistakes in a program in order for it to work correctly.DownloadingDebuggingEncryptingPrinting30s
- Q14A ___ is a named storage location in a program that holds a value that can be changed during the program's execution.OutputInputFunctionVariable30s
- Q15This is a structure in programming that causes a set of instructions to be repeated multiple times until a certain condition is met.ArrayClassBooleanLoop30s