Algorithms
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
- Q1What is an algorithm?The type of data held in a variable e.g. integer, string, real.A named place allocated to store a value. This value can be changed by the programA set of instructions used to solve a specific problem.A programming construct to describe the logical flow of a set of instructions.30s
- Q2What is a variable?A named place allocated to store a value. This value can be changed by the program.A set of instructions used to solve a specific problem.A programming construct to describe the logical flow of a set of instructions.The type of data held in a variable e.g. integer, string, real.30s
- Q3Identify the inputs from the algorithm: INPUT Number1, INPUT Number2 Answer = Number1 + Number2 PRINT AnswerNumber1 and Number2.Number1.Answer.Number + Number2.30s
- Q4Identify the process from the algorithm: INPUT Number1, INPUT Number2 Answer = Number1 + Number2 PRINT AnswerNumber1 + Number2Number1 and Number2Number + Number2Number + Number130s
- Q5Identify the output from the algorithm: INPUT Number1, INPUT Number2 Answer = Number1 + Number2 PRINT AnswerNumber2AnswerNumber1Number30s
- Q6Which of these is a process to double a number?Number1 + Number2Number1 – Number1Number1 + Number1Number1 x Number130s
- Q7Identify the output from the algorithm: INPUT Width INPUT Length Area = Width x Length PRINT AreaAreaLengthWidthAnswer30s
- Q8Identify the process from the algorithm: INPUT Width INPUT Length Area = Width x Length PRINT AreaWidth and LengthWidth + LengthAreaWidth x Length30s
- Q9Identify the output from the algorithm: INPUT Width INPUT Length Area = Width x Length PRINT AreaAreaAnswerWidthLength30s
- Q10Which of these is a process to add 1 to a number?Number1 + 1Number1 x Number1Number1 – Number1Number1 + 230s