wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Module 2

Total questions: 8

Worksheet time: 4mins

Name
Class
Date
1.

What is output?

a)

information the computer or program receives from the user or sensor

b)

hardware devices that allow computers to take in information or control signals from a user

c)

the process by which a computer performs the tasks written in a program; running a program

d)

data or information produced and sent out by a computer

2.

Computers were originally invented to...

a)

to share information on the Internet.

b)

make complex mathematical calculations possible and make tasks easier for humans.

c)

to play video games.

d)

to play Fortnite with complete strangers

3.

Problem definition is...

a)

using a dictionary to define words in a computer program.

b)

using the data and information available to you to describe the problem as specifically as possible.

4.

Which of these is an example of problem definition?

a)

asking someone to help solve an argument between two friends

b)

solving an argument between two friends

c)

bringing Mrs. Selbmann a cookie after lunch

d)

describing an argument between two friends in detail

5.

You use the following command to start drawing a line in your program.

sprite.pen_up()

a)

True

b)

False

6.

Which of these commands will make the sprite appear at a place other than the center of the screen?

a)

sprite = codesters.sprite("ufo")

b)

sprite.go_to(200,-200)

c)

sprite.set_size(0.4)

d)

sprite.glide_to(200,-200)

7.

If you debug the following line of code, what will the correct line of code look like?

sprite.set_color(blue)

a)

sprite.set_color(blue)

b)

sprite.set_color"blue"

c)

sprite.set_color(blue")

d)

sprite.set_color("blue")

8.

Problem decomposition can help you in all areas of life.

a)

True

b)

False