0% found this document useful (0 votes)
6 views5 pages

Am 110217111858914996

Uploaded by

mohamedeeb2021
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
6 views5 pages

Am 110217111858914996

Uploaded by

mohamedeeb2021
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 5

NAME: DATE: / / 2024

SUBJECT: COMPUTING YEAR: 4 (A, B, C, D, E)

Mid-term revision

Match the following.

Instructions Blocks of code

a) Pause for 1 second. 1)

b) Move 200 steps forward. 2)

3)
c) When the green flag is
clicked.

4)
d) Turn 15 degrees left side.

e) Grows by 10. 5)
Here is an algorithm to draw shapes in the order shown. Is the
algorithm correct? Rewrite the algorithm to show the corrections.

Choose the correct answer.

1. Instructions that repeat over and over without stopping.


Forever loop Repeat

2. They are used to explain what the code does.


Algorithm Comments

3. Code that is run a given number of times with in a program.


Repetition Forever loop

4. You can use it to switch between more than two costumes.


Next costume Next stage

5. A set of instructions to complete a tast.


Comments Algorithm
Circle the correct option.

1. Repeats the code inside it over and over until you stop the
program.

2. Code that is run a give number of times with in a program.

3. Wait or pause for a number of second.

4. To start a script.

5. Change the size of the sprite.


Label the Scratch screen.

Rearrange the steps to add a comment to a block of code.

a) Select Add Comment. A blank yellow box appears.


b) b) Type the comment in the yellow box.
c) c) Right-click on the block that you want to add a comment to.

1. ___________________________________________________

2.____________________________________________________

3.____________________________________________________
We want to change the algorithm so the butterfly will flap its
wings over and over without stopping. Copy and complete the
steps below using a FOREVER loop.

You might also like