
Code.org Express Course
Quiz by Christina Chance
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
25 questions
Show answers
- Q1What does the term 'bug' refer to in programming?A programming languageA computer virusAn error or flaw in the codeA type of software30s
- Q2What does 'debugging' mean in the context of programming?Compiling codeTesting the hardwareWriting new codeThe process of finding and fixing errors in code30s
- Q3What is the purpose of a loop in programming?To change a variable's valueTo declare a functionTo end a programTo repeat a block of code multiple times30s
- Q4What is an algorithm?An error in codeA type of softwareA programming languageA step-by-step procedure for solving a problem30s
- Q5What programming concept allows you to repeat a set of instructions in Code.org's Express Course?FunctionVariableConditionLoop30s
- Q6What do you call a sequence of steps that solve a specific problem in programming, as introduced in Code.org's Express Course?LoopFunctionVariableAlgorithm30s
- Q7Which property would you change to make a sprite appear larger in a Code.org game?sizespeedcolordirection30s
- Q8Which block would you use to change the image of a sprite in a Code.org project?setCostumeupdateSpritechangeImageswapCostume30s
- Q9What function can be used to change the position of a sprite in a Code.org project?moveSpritechangePositionsetPositionupdateLocation30s
- Q10Which block would you use to make a sprite move continuously in a Code.org game?oncewhen key pressedrepeatforever30s
- Q11What event allows a sprite to respond when the user clicks on it in a Code.org project?onKeyPressonSwipeonMouseClickwhenTouched30s
- Q12What block would you use to determine how a sprite should react when it touches another sprite in a Code.org game?if overlapwhen collideif touchingonContact30s
- Q13What should you use to make a sprite rotate in a Code.org project?rotateAngleturnSpritesetRotationspin30s
- Q14What is an example of poor sequencing in a baking recipe?Putting a cake in the oven before mixing the ingredientsCooling the cake after it is bakedMixing the ingredients before bakingFrosting the cake before it has cooled30s
- Q15What is the main benefit of using sequencing in computer programming?It makes debugging easier without any effortIt allows programs to follow a logical flowIt requires more lines of codeIt increases the complexity of the code30s