NEW
Font size
WorksheetsYear 7 Recap Quiz for Module 1
Total questions: 21
Worksheet time: 15mins
Which of the following programs would make the turtle draw these steps. The turtle starts at the bottom left facing to the right (same as it is now).
What shape does this program draw?
red rectangle with yellow outline
yellow rectangle with red outline
green rectangle with red outline
green rectangle with yellow outline
Click on the shape that this program draw?
What type of language is Scratch?
Procedural
Iterative
Block
Functional
What would the Sprite say if the Test is set to 10?
My name is Bob
I like Chocolate
Hello
I do not know
What will the cat say when this script is run?
Have a nice day. (only)
Here's some fruit. (only)
Here's some fruit. Have a nice day.
You can't have any. Have a nice day.
To add a new sprite to your code, you click on:
What is the variable in this code?
keep score
random position
edge
În urma execuției blocului alăturat:
Dacă a este mai mare decât 50, atunci se va afișa „Bună”
Dacă a este mai mare decât 50, atunci se va afișa „Salut!”
Dacă a este mai mic decât 50, atunci se va afișa „Bună”
Dacă a este mai mic, atunci se va afișa „Salut!”
Blocul alăturat face ca:
Personajul să facă 10 pași
Personajul să facă 10 pași până când a<50
Personajul să facă 10 pași până când a>50
Personajul să facă 10 pași până când a=50
These blocks are different examples of what?
motion
events
controls
sound
(8/4+9%4)
(10/2+5%3)
(12/3+7%5)
(15/5+8%3)
(18/6+10%4)
5
4
3
10
What will the program show if x = 15, n= 3
Da
Nu
The program will not run
What will the program display if n = 18, x = 4?
Da
Nu
The program will not run
What will the program display if n = 19, x = 3
Da
Nu
The program will not run
What will the program display if n = 9, x = 9?
Da
Nu
The program will not run
What will the program display if n = 29, x = 1?
Da
Nu
The program will not run
