Get personalized worksheets for your own interests and needs

Try Worksheets Now
PDF
Coding and Robotics Worksheet

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

  1. Which robot would you most likely find building cars in a large factory?
    • A) A domestic robot
    • B) An industrial robot
    • C) An explorer robot
  2. A robot that cleans the floors in your house is called a:
    • A) Medical robot
    • B) Space robot
    • C) Domestic robot
  3. NASA sends robots like the Mars Rover to other planets. What type of robot is it?
    • A) An explorer robot
    • B) A toy robot
    • C) An industrial robot
  4. What is the main job of any robot?
    • A) To think for itself
    • B) To follow programmed instructions
    • C) To sleep and recharge
  5. A robot designed to look and move like a person is called a:
    • A) Humanoid
    • B) Car-bot
    • C) Robodog
  6. Which of these robots would help a doctor?
    • A) A robot that vacuums
    • B) A robot that helps with surgery
    • C) A robot that explores volcanoes

Part 2: Parts of a Computer

  1. Which part of the computer is like its "brain" and does all the thinking?
    • A) Monitor
    • B) Keyboard
    • C) CPU (Central Processing Unit)
  2. What do you use to see pictures, games, and words?
    • A) The screen or monitor
    • B) The mouse
    • C) The speakers
  3. If you want to type your name, which part do you use?
    • A) The mouse
    • B) The keyboard
    • C) The printer
  4. Which part lets you move the pointer (cursor) and click on things on the screen?
    • A) Mouse
    • B) CPU
    • C) Keyboard
  5. To listen to music or sounds from a video, you need:
    • A) A monitor
    • B) A keyboard
    • C) Speakers
  6. Where does a computer store information for a long time, even when it's turned off?
    • A) In the mouse
    • B) In the hard drive
    • C) In the screen

Part 3: Patterns and Sequencing

  1. What comes next in this pattern? ▲, ■, ●, ▲, ■, ___
    • A) â–  (Square)
    • B) â–² (Triangle)
    • C) ● (Circle)
  2. What number comes next in this sequence? 5, 10, 15, 20, ___
    • A) 21
    • B) 25
    • C) 30
  3. A list of steps to follow in order is called:
    • A) A guess
    • B) An algorithm
    • C) A picture
  4. To get ready for bed, what is the LAST step?
    • A) Put on pajamas
    • B) Brush your teeth
    • C) Get into bed
  5. What letter comes next in this pattern? A, C, E, G, ___
    • A) H
    • B) I
    • C) F
  6. What is the very FIRST step in a recipe for baking a cake?
    • A) Put the cake in the oven
    • B) Mix the ingredients
    • C) Gather your ingredients

Part 4: Scratch Blocks

  1. Which block is almost always the first block used to start a Scratch project?
    • A) move 10 steps
    • B) when green flag clicked
    • C) say "Hello!"
  2. If you want to make a sprite move forward on the screen, which block would you use?
    • A) turn 15 degrees
    • B) play sound Meow
    • C) move 10 steps
  3. To make a sprite look like it is talking with a speech bubble, you should use:
    • A) say "Hello!"
    • B) think "Hmm..."
    • C) play sound
  4. Which block would you use to make an action happen over and over again forever?
    • A) forever
    • B) repeat 10
    • C) if ... then
  5. To make your code pause for a moment before the next step, you would use:
    • A) stop all
    • B) wait 1 seconds
    • C) go to x: y:
  6. The purple blocks that change how a sprite looks (like changing its size or color) belong to which category?
    • A) Motion
    • B) Sound
    • C) Looks

Part 5: Creating a Code

  1. 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:

    • say "I'm moving!" for 2 seconds
    • when green flag clicked
    • change color effect by 25
    • move 50 steps

    Write the correct order in the box below:

    1.

    2.

    3.

    4.

Answer Key

  1. B) An industrial robot
  2. C) Domestic robot
  3. A) An explorer robot
  4. B) To follow programmed instructions
  5. A) Humanoid
  6. B) A robot that helps with surgery
  7. C) CPU (Central Processing Unit)
  8. A) The screen or monitor
  9. B) The keyboard
  10. A) Mouse
  11. C) Speakers
  12. B) In the hard drive
  13. C) ● (Circle)
  14. B) 25
  15. B) An algorithm
  16. C) Get into bed
  17. B) I
  18. C) Gather your ingredients
  19. B) when green flag clicked
  20. C) move 10 steps
  21. A) say "Hello!"
  22. A) forever
  23. B) wait 1 seconds
  24. C) Looks
  25. The correct order is:
    1. when green flag clicked
    2. move 50 steps
    3. say "I'm moving!" for 2 seconds
    4. change color effect by 25
With Worksheets, you can:
  • Reinforce key concepts
  • Provide hands-on practice
  • Customize exercises to fit your needs
  • Track your student's improvement
Try Worksheets Now