
Programming
Quiz by Rosina Crisa
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
10 questions
Show answers
- Q1Which of the following describes an algorithm?A set of instructions used to solve a specific problem.A named place allocated to store a value. This value can be changed by the program.The type of data held in a variable e.g. integer, string, real.A programming construct to describe the logical flow of a set of instructions.30s
- Q2What is a variable?The type of data held in a variable e.g. integer, string, realA programming construct to describe the logical flow of a set of instructions.A set of instructions used to solve a specific problem.A named place allocated to store a value. This value can be changed by the program.30s
- Q3What is a flowchart?A set of instructions used to solve a specific problem.A diagram that represents an algorithm.A programming construct to describe the logical flow of a set of instructions.A named place allocated to store a value. This value can be changed by the program.30s
- Q4Which of the following describes pseudocode?A diagram that represents an algorithm.The type of data held in a variable e.g. integer, string, real.A structured language used to write an algorithm to be read and understood by humans.A set of instructions used to solve a specific problem.30s
- Q5Which of these is a programming construct that allows logical decision making?Selection.Iteration.Sequence.Variable.30s
- Q6Which of these is a programming construct that allows instructions to be repeated?Iteration.Variable.Selection.Sequence.30s
- Q7What is input data?An input device.Data that is entered to be processed.Processed data to be presented.A calculation or a check to find out if a condition is met or not.30s
- Q8What is output data?A calculation or a check to find out if a condition is met or not.An output device.Data that is entered to be processed.Processed data to be presented.30s
- Q9What is a process?Data that is entered to be processed.A central processing unit.A calculation or a check to find out if a condition is met or not.Processed data to be presented.30s
- Q10Which of these is a programming construct that describes the logical flow of a set of instructions?Selection.Sequence.Iteration.Variable.30s