
Code Org Literacy
Quiz by Martin Saunders
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
- Q1A device or program enabling a user to communicate with a computer.Interface30s
- Q2the step by step instructions for a program to processSequencing30s
- Q3lets us make a decision in a game.Selection30s
- Q4using code blocks to do programming.Visual Programming30s
- Q5a visual programming website used in Game On.Code.Org30s
- Q6looping the same code multiple times to save duplication.Iteration30s
- Q7another name for iteration.Loops30s
- Q8using tools to create custom art.Painting30s
- Q9lets the computer select what to do (a conditional)IF Statement30s
- Q10the code that runs when an IF statement is FALSEELSE Statement30s
- Q11code that runs X timesRepeat X Times30s
- Q12code that runs until XYZ happensRepeat Until XYZ30s
- Q13a loop that runs over an over again until the condition is not TRUEWhile Loop30s
- Q14a named set of commandsFunction30s
- Q15reducing the amount of code that you needOptimising30s