wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Computer Quiz

Total questions: 10

Worksheet time: 5mins

Name
Class
Date
1.

Q1 1. In Scratch, which of the following can return the Boolean value TRUE?

a)

1 , 2 only

b)

1.,3 only

c)

2,3 only

d)

All of them above

2.

2. Suppose a "Cat" sprite is set in a Scratch program as shown. Which of the following statements is correct?

a)

A. The "Cat" sprite will move 10 steps upon detecting a change to the value of the variable "test"

b)

B. The "Cat" sprite will move 10 steps upon receiving any broadcast messages

c)

C. The "Cat" sprite will move 10 steps upon receiving the broadcast message "test"

d)

D. The "Cat" sprite will move 10 steps upon receiving the user's input string "test"

3.

3 In Scratch, which of the following should be used before in order to enable communications via message broadcast?

a)
b)
c)
d)
4.

4 True Of False , Determine this is true or false

a)

True

b)

False

5.

5 True of false , Determine this is true or false (b)

a)

True

b)

False

6.

6 True or false , Determine this is true or false

a)

True

b)

False

7.

7 The Scratch stage is ____________________.

a)

360 pixels wide and 480 pixels tall

b)

480 pixels wide and 360 pixels tall

c)

C. 360 pixels wide and 360 pixels tall

d)

D. 240 pixels wide and 180 pixels taller

8.

8 The following Scratch program segment can move a sprite to the ___________ corner of the stage.

a)

Upper left

b)

Lower left

c)

Upper right

d)

Lower right

9.

9 Consider the following Scratch program segment. Which of the following would be the sprite's walking direction?

a)

b)

c)

d)

10.

10 Below is a script of the sprite “Cat”. Which description is correct?

a)

Cat” will keep moving as long as the value of the variable “x” is larger than 10.

b)

Cat” will keep moving as long as the value of the variable “x” is smaller than 10.

c)

Cat” will move by 10 steps until the value of the variable “x” is larger than 10.

d)

Cat” will move by 10 steps until the value ofthe variable “x” is smaller than 10.