
Unit 3 Programming Statements
Quiz by McCartney, Callie R
Feel free to use or edit a copy
includes Teacher and Student dashboards
Measure skillsfrom any curriculum
Tag the questions with any skills you have. Your dashboard will track each student's mastery of each skill.
- 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
- Q1
What should you name this button?
colorSlider
ShapeColorSlider
shapeColorSlider
slider1
30s - Q2
What should you call this screen?
slidersScreen
screen3
shapeGameScreen
shapes
30s - Q3
What does this line of code do?
When the user selects "change" from the letters dropdown, something will happen
When the user changes what is selected in the letters dropdown, something will happen
After the previous lines of code, the user will change the letters dropdown at that time
After the previous lines of code, the letters dropdown will change
30s - Q4
What does this code do?
When the circleButton is clicked, the circleShape will become visible and the squareShape will become hidden.
When the circleButton is clicked, the squareShape will become visible and the circleShape will become hidden.
After the previous lines of code, the squareShape will become visible and the circleShape will become hidden.
After the previous lines of code, the circleShape will become visible and the circleShape will become hidden.
30s - Q5
If the circleButton is clicked ONCE and then the squareButton is clicked TWICE, What will show in the console?
"Cirlce"
"Cirlce"
"Cirlce"
"Square"
"Cirlce"
"Square"
"Cirlce"
"Square"
"Square"
30s - Q6
After this code runs, what color will the home screen background be?
black because the code is finished
red
blue
white
30s - Q7
This code is run fully. The user does nothing. What does the code do?
1. The console log will show: "Top"
2. The screen background will turn blue
3. The screen background will turn red
4. The console log will show: "Bottom"
1. The console log will show: "Top"
2. The screen background will turn blue
3. The console log will show: "Bottom"
1. The console log will show: "Top"
1. The console log will show: "Top"
2. The console log will show: "Bottom"
3. The screen background will turn blue
4. The screen background will turn red
30s