wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

TEST 1 REVIEW

Total questions: 10

Worksheet time: 5mins

Name
Class
Date
1.

Which of the following is NOT an output device?

a)

CAMERA

b)

PRINTER

c)

SCREEN

d)

SPEAKERS

2.

What is the CPU?

a)

The central processing unit, it acts as the brain of the computer and carries out commands

b)

The computer programming unit, it stores the computer's operating system.

c)

Computer peripheral unit, it handles all input and output devices

d)

The central programming unit, it translates high level language and commands that we type in

into machine code.

3.

Instructions written in code that a computer follows are called:

a)

COMPILER

b)

INPUT

c)

OPERATING SYSTEM

d)

PROGRAM

4.

The programs that run on a computer are called

a)

SOFTWARE

b)

HARDWARE

c)

COMMENT

d)

BROWSER

5.

Which of the following is NOT an input device?

a)

MOUSE

b)

PRINTER

c)

SCANNER

d)

MICROPHONE

6.

Which of the following controls computer memory?

a)

APPLICATIONS

b)

COMPILER

c)

OPERATING SYSTEM

d)

PYTHON

7.

Which of the following is a legal variable name?

a)

1test

b)

52

c)

#data

d)

temperatureAM

8.

What is output by the following?

print(type("95"))

a)

<class 'num'>

b)

<class 'wor'>

c)

<class 'str'>

d)

<class 'int'>

9.

The symbol used to create a comment is

a)

=

b)

#

c)

%

d)

+

10.

When do we use numbers instead of strings?

a)

To input large amounts of data

b)

To store data like phone numbers and street addresses

c)

When you need to do calculations

d)

To hold both words and integers