Grade 3 Sem1 Final

Language: English
Subject: Technology > Programming
Age: 8 - 9

1. What will this event code do when the program is run?

When the user hits the left arrow key the object will move up

When the user hits the right arrow key the object will move left

When the user hits the left arrow key the object will move left

2. Choose the correct code to draw this staircase. Each stair step is 50 pixels long and 50 pixels tall and you will need to turn 90 degrees in each direction.

Option 1

Option 2

Option 3

3. Part of a program that does not work correctly is called

Debugging

Algorithm

Bug

Event

4. . Read the graph paper program and choose the answer that will be the result of completing the program.

Option 1

Option 2

Option 3

Option 4

Debugging means

Removing bugs from your computer

Finding and fixing problems in your code

Creating bugs in your programs

Making a list of steps

6. Which of these is an EVENT?

A list of steps for baking a cake.

When the oven timer goes off, get your cake out.

If the cake is not done, then put it back in the oven.

7. Which of these is a CONDITIONAL?

A list of steps for baking a cake.

When the oven timer goes off, get your cake out.

If the cake is not done, then put it back in the oven.

8. You can repeat instructions using a...

Conditional

Event

Loop

Algorithm

9. What will this code do?

The bee will make honey.

If the bee is at a flower, she will get nectar. If she's not at a flower, she'll make honey.

The bee will get nectar, then make honey.

The bee will get nectar.

10. Programming means writing step-by-step instructions for a computer.

True

False