Scratch Programming Concepts 101
Quiz by Mike Kulbieda
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
11 questions
Show answers
- Q1This block is one example of an.....VariableEventLoopCondition300s
- Q2When a user has the ability to type in a response in a text box, we call this...infinite looprepeating conditionuser inputdata structure300s
- Q3The words used for creating conditions are..When, Variable, EqualsRepeat, Until, DoneWhile, True, DoIf, Then, Else300s
- Q4The horizontal line that divides your computer screen is called the....y axisx axispixelequator300s
- Q5When this code runs, if the user gets the wrong answer, it does not repeat the question again and the code stops. Identify the "bug" in this code.It should be in a "forever" loop instead of a "repeat until" loop.In the "else" section, there should be a "say" block, not a user input block.Message 2 should broadcast instead of message 1.An "if, then" block should have been used instead of "if, then,else."300s
- Q6Which type of loop gives the programmer the most control over how the computer reads the code?ForeverRepeat UntilRepeat x TimesRepeat Steps 1-5300s
- Q7See photo. You're wondering why you have no motion blocks. What is the reason?Your backdrop is highlighted, not your sprite.Your x and y are set incorrectly.You have more than one Sprite in your project.Your computer is "glitching"300s
- Q8What is this called?Rectangular prismLooks BlockUser input boxVariable300s
- Q9After writing the above code, when you click the green flag, nothing happens. Why?There is no loop surrounding the condition.The code starts when the sprite is clicked.The wrong message is being broadcasted.Your computer has a virus.300s
- Q10How does a computer determine location on a screen?x,y coordinatesProgrammingTransmitting a signalFacial recognition software300s
- Q11Images on your computer screen are made up of many tiny_______________________________. It is also how computers measure distance on a screen.pieces of plasticgigabytesnumberspixels300s