wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Computer Science

Total questions: 20

Worksheet time: 15mins

Name
Class
Date
1.

4 Things common to all computers

a)

INPUT, STORAGE, POWER MANAGEMENT, OUTPUT

b)

INPUT, EXECUTE, PROCESSING, OUTPUT

c)

INPUT, STORAGE, PROCESSING, OUTPUT

d)

DATA TYPE, STORAGE, PROGRAMMING, OUTPUT

2.

SERIES OF COMMANDS

a)

PROCESSING

b)

FUNCTION

c)

STORAGE

d)

ALGORITHM

3.

WHICH OF THE FOLLOWINGS IS NOT RELATED TO BINARY DATA

a)

TRUE - FALSE

b)

0 - 1

c)

YES - NO

d)

DO - DON NOT

4.

ON-OFF STATE OF A SINGLE WIRE IS CALLED

(a)  

5.

IN DECIMAL NUMBETR SYSTEM WE HAVE DIGITS FROM ... TO ...

a)

1 - 10

b)

0 - 9

c)

1 - 100

d)

0 - 99

6.

WITH 8 BITS YOU CAN STORE NUMBERS BETWEEN ... AND ...

a)

1-255

b)

1-100

c)

0-255

d)

0-100

7.

a tiny physical device that acts like a digital switch in computers

a)

MODEM

b)

SWITCH

c)

UPS

d)

TRANSISTOR

8.

Computers use ... to transform the 1s and 0s from input wires.

a)

ELECTRICITY

b)

TRANSISTORS

c)

LOGIC GATES

d)

WIRES

9.

IF THE INPUT IS 1, THE OUTPUT IS 0:

a)

NOT gate

b)

XOR gate

c)

OR gate

d)

And gate

10.
a)

0

b)

1 1

c)

1 0

d)

1

11.
a)

1

b)

1 0

c)

0

d)

0 1

12.

Choose correct answers

a)

LED (Light emitting diode) - OUTPUT

b)

pH sensor - OUTPUT

c)

moisture sensor - INPUT

d)

temperature sensor - OUTPUT

13.

WHAT IS MEMORY BUS?

a)

When input devices send binary data to a CPU, it immediately stores that data

b)

Memory is designed for fast access and typically stores only the data and instructions that are necessary for the currently running programs on a computer

c)

Computers also vary a lot in memory size, usually because of physical size constraints.

d)

High speed communication transfer system, made from wires, conductors, or optical fibers

14.

SECONDARY MEMORY IS ALSO KNOWN AS ... (2 ANSWERS)

a)

input memry

b)

external memory

c)

auxiliary storage

d)

processing memory

15.

microcomputer that's often used by hobbyists to create projects like animated LED displays or bird watchers

a)

Arduino Uno

b)

Macintosh

c)

Android

d)

Raspberry PI

16.

File sizes are always measured in

a)

bytes

b)

bits

c)

megabytes

d)

gygabytes

17.

For the simplest of images, computers can use a compression algorithm called

a)

file size compression

b)

image compression

c)

run-length encoding

d)

bitmaps

18.

The very first network connections re-used the ... of telephone lines, communicating binary data via pulses of electricity.

a)

iron cables

b)

steel cables

c)

copper cables

d)

CAT-5E cable

19.

... compression algorithms reduce the size of files without losing any information in the file, which means that we can reconstruct the original data from the compressed file.

a)

BITMAP

b)

COMPUTER

c)

LOSSLESS

d)

LOSSY

20.

... are techniques that reduce file size by discarding the less important information.

a)

bitmap compression algorithms

b)

image compression algorithms

c)

lossy compression algorithms

d)

lossless compression algorithms