Instructions
Read each question carefully and circle the best answer for the multiple-choice questions. For the last question, write the code blocks in the correct order to make the program work!
Part 1: Types of Robots
-
Which robot would you most likely find building cars in a large factory?
-
A robot that cleans the floors in your house is called a:
-
NASA sends robots like the Mars Rover to other planets. What type of robot is it?
-
What is the main job of any robot?
-
A robot designed to look and move like a person is called a:
-
Which of these robots would help a doctor?
Part 2: Parts of a Computer
-
Which part of the computer is like its "brain" and does all the thinking?
-
What do you use to see pictures, games, and words?
-
If you want to type your name, which part do you use?
-
Which part lets you move the pointer (cursor) and click on things on the screen?
-
To listen to music or sounds from a video, you need:
-
Where does a computer store information for a long time, even when it's turned off?
Part 3: Patterns and Sequencing
-
What comes next in this pattern? â–², â– , â—, â–², â– , ___
-
What number comes next in this sequence? 5, 10, 15, 20, ___
-
A list of steps to follow in order is called:
-
To get ready for bed, what is the LAST step?
-
What letter comes next in this pattern? A, C, E, G, ___
-
What is the very FIRST step in a recipe for baking a cake?
Part 4: Scratch Blocks
-
Which block is almost always the first block used to start a Scratch project?
-
If you want to make a sprite move forward on the screen, which block would you use?
-
To make a sprite look like it is talking with a speech bubble, you should use:
-
Which block would you use to make an action happen over and over again forever?
-
To make your code pause for a moment before the next step, you would use:
-
The purple blocks that change how a sprite looks (like changing its size or color) belong to which category?
Part 5: Creating a Code
-
Your goal is to make a sprite move, say "I'm moving!", and then change color. Put the code blocks below in the correct order to make this happen.
Jumbled Blocks:
Write the correct order in the box below:
1.
2.
3.
4.
Answer Key
- B) An industrial robot
- C) Domestic robot
- A) An explorer robot
- B) To follow programmed instructions
- A) Humanoid
- B) A robot that helps with surgery
- C) CPU (Central Processing Unit)
- A) The screen or monitor
- B) The keyboard
- A) Mouse
- C) Speakers
- B) In the hard drive
- C) â— (Circle)
- B) 25
- B) An algorithm
- C) Get into bed
- B) I
- C) Gather your ingredients
- B) when green flag clicked
- C) move 10 steps
- A) say "Hello!"
- A) forever
- B) wait 1 seconds
- C) Looks
-
The correct order is:
- when green flag clicked
- move 50 steps
- say "I'm moving!" for 2 seconds
- change color effect by 25