Font size
WorksheetsComputer Science Unit 1-4
Total questions: 59
Worksheet time: 30mins
You use this code block to create a rectangle.
You use this code block to create a circle.
You use this code block to give color to the whole scene.
You use this code block to create a variable.
You use this code block to create a sprite.
You use this code block to make a sprite appear on the screen.
You use this code block to create a random number for x,y, or, size.
You use this code block to change the size of the sprite.
You use this code block to add text.
What is the first step in the design process?
Empathize
Define
Ideate
Prototype
Test
In which step do you find out if your design has solved the problem?
Empathize
Define
Ideate
Prototype
Test
In which step do you design a proposed solution to the problem?
Empathize
Define
Ideate
Prototype
Test
A small group of people start sharing ideas. Some ideas may seem silly, but all suggestions are written down for further consideration. This activity is part of which step of the Design Process.
Empathize
Define
Ideate
Prototype
Test
If, during the test phase, you find out that your design does not fully solve the problem and needs refining, which step of the design process do you go back to?
Empathize
Define
Ideate
Prototype
Test
During which step do you create something physical, for example a sketch, a storyboard, an object, an activity
Empathize
Define
Ideate
Prototype
Test
During which step do you observe and engage with users to better understand their feelings and needs?
Empathize
Define
Ideate
Prototype
Test
During which two stages might you interview the user?
Empathize
Define
Ideate
Prototype
Test
During which step do you form the needs and insights of your user into a problem statement?
Empathize
Define
Ideate
Prototype
Test
During which step might your write this kind of statement: "Kate needs a new way to transport her cello because she has hurt her back and is unable to carry it"
Empathize
Define
Ideate
Prototype
Test
Continuously Moves the Sprite Left or Right
Continuously Moves the Sprite Up or Down
Continuously move Left
Continuously move Down
Continuously move Right
Continuously move Up
If you press the space something will happen.
If you sprite touches the target something will happen.
If the x value is greater than ____ the sprite will change.
If the x value is less than ____ the sprite will change.
If the monkey's y value reaches ___ or less it will move down.
If the monkey's y value reaches ___ or more it will stop moving.
If the ___ button is pressed the monkey will move up.
Which code makes the sprite move up unless the button is pressed in which case it will move down?
Which code makes the sprite move left unless the button is pressed in which case it will move right?
