wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Computer Science Fundamentals - Review And Reflect

Total questions: 8

Worksheet time: 6mins

Name
Class
Date
1.

What is an algorithm?

4 lines
2.

What is computing?

4 lines
3.

What is a "decision tree?"

4 lines
4.

With this decision tree, what's the first question the computer will ask of any face?

a)

Do they have a beard?

b)

Is their hair brown?

c)

Are they smiling?

d)

None of these.

5.

What would the computer output if presented with a frowning face with short brown hair and glasses, and no beard?

a)

In this case, the computer would conclude the face is the first face from the right:

b)

In this case, the computer would conclude the face is the second face from the left:

c)

In this case, the computer would conclude the face is the third face from the right:

d)

In this case, the computer would conclude the face is the fourth face from the left:

6.

What would the computer output if presented with a smiling face with short blond hair, no beard, and no glasses?

a)

In this case, the computer would conclude the face is the first to last face:

b)

In this case, the computer would conclude the face is the fourth to last face:

c)

In this case, the computer would conclude the face is the second to last face:

d)

In this case, the computer would conclude the face is the third to last face:

7.

If you want the root of the decision tree to split the faces into two groups of two, which question should you ask first?

a)

Is their open mouth?

b)

Are they wearing glasses?

c)

None of these will work.

d)

Do they have black hair?

8.

What is a single question that you could ask of both remaining groups to narrow down to a single face?

a)

Do they have beard?

b)

Are they wearing a hat?

c)

Are they wearing glasses?

d)

None of these will work.