wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

CSE Unit 3 Assessment

Total questions: 10

Worksheet time: 5mins

Name
Class
Date
1.

Which of the following words means a statement that evaluates to true or false?

a)

Repeat

b)

Conditional

c)

Pseudocode

d)

Debugging

2.

True or False? The following statement is a conditional statement: "If it is raining, then I will bring an umbrella to school."

a)

TRUE

b)

FALSE

3.

Scratch Cat is facing right. There is a green ball sprite 10 steps to the right of the Scratch Cat sprite. Based on the sequence of blocks to the left, what will Scratch Cat say when the green flag is clicked?

a)

Nothing

b)

Green! Red!

c)

Green!

d)

Red! Green!

e)

Red!

4.

What does this Boolean statement evaluate to?

a)

True

b)

False

5.

Writing pseudocode is helpful when we are creating computer programs. This is because:

a)

Pseudocode tells us whether a conditional statement is true or false

b)

Pseudocode allows us to run our programs multiple times in a row.

c)

Pseudocode can only be used when programming in Scratch, but not in other programming languages

d)

Pseudocode lets us write out step-by-step descriptions to help us figure out how to make our programs do what we want them to do.

6.

Look at where Scratch Cat is standing in the image to the left. What will Scratch Cat say when the green flag is clicked and the program is run?

a)

Hello! My name is Scratch Cat. What is your name?

b)

Hello! What is your name?

c)

My name is Scratch Cat. What is your name?

d)

What is your name?

7.

Look at where Scratch Cat is standing in the image to the left. What will Scratch Cat say when the green flag is clicked and the program is run?

a)

Hello! My name is Scratch Cat. What is your name?

b)

Hello! What is your name?

c)

My name is Scratch Cat. What is your name?

d)

My name is Scratch Cat.

8.

Where on the stage is Scratch Cat? Hint: look at Scratch Cat’s X position and Y

position.

a)
b)
c)
9.

Which of the Scratch blocks below are Boolean conditions (meaning they

return "True" or "False)? Check all that apply.

a)
b)
c)
d)
e)
10.

Look at the two sequences of code blocks to the left. Do both blocks of code produce the same result when the green flag is clicked?

a)

Yes, they both produce the same result.

b)

No, they produce different results.

c)

I don't know.