wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

N5 Computer Systems Revision

Total questions: 26

Worksheet time: 2mins

Name
Class
Date
1.

Which part of the processor deals with calculations?

a)

ALU

b)

RAM

c)

Memory

d)

Control Unit

2.

Which part of the processor temporarily stores information while it is being processed?

a)

ALU

b)

Registers

c)

Control Unit

d)

Memory Unit

3.

Which type of graphic is stored as a grid of pixels, where each pixel's colour is stored as a binary number?

a)

Vector

b)

Bit-Mapped

4.

How many bits is used to represent characters using Extended ASCII?

a)

7

b)

6

c)

8

d)

3

5.

Using the following floating point representation, identify the mantissa: 0.892462 x 10⁴

a)

892462

b)

0.892462

c)

4

d)

10

6.

Using the following floating point representation, identify the exponent: 0.892462 x 10⁴

a)

4

b)

10

c)

892462

d)

0.892462

7.

Which bus transfers the data between the processor and the memory?

a)

Data

b)

Address

8.

Which bus transfers the memory location from the processor to the memory?

a)

Address

b)

Data

9.

Which translator uses the line by line method?

a)

Interpreter

b)

Compiler

10.

Which translator uses the least amount of memory when translating code?

a)

Compiler

b)

Interpreter

11.

Translate this Binary number to Denary: 0000 0101

a)

5

b)

8

c)

7

d)

1

12.

Select all that apply - Which of the following are methods of reducing energy consumption?

a)

Turning it off when not in use

b)

Reducing the brightness of the monitor

c)

Sleep mode

d)

Closing all the tabs

13.

What is the purpose of encryption

a)

To encode data when sending it so it is unreadable if stolen

b)

To stop people accessing files

c)

Keep data safe

d)

Translate a program

14.

State the type of object of this vector graphic

a)

Circle

b)

Ellipse

c)

Rectangle

d)

Polygon

15.

Which translator produces a separate machine code file of the program ready to run?

a)

Interpreter

b)

Compiler

16.

What does the control unit do?

a)

Carries out calculations

b)

Stores data temporarily

c)

Manages the instructions

d)

Processes information

17.

Identify all the components that are part of the Central Processing Unit

a)

Input Device

b)

Control Unit

c)

Arithmetic/Logic Unit

d)

Output Device

e)

Registers

18.

Identify two advantages of using Interpreters

a)

It is quicker to start execution

b)

Takes up less memory

c)

It is easier to locate errors as the interpreter highlights lines of code that caused the program to fail

d)

Translation is a lot slower

19.

How is a vector graphic stored?

a)

Each pixel is stored as a binary number

b)

As a collection of objects

c)

As a collection of objects with the attributes of each object stored

d)

Each pixel is stored as a binary number in a grid of pixels.

20.

State the type of character Enter is an example of

a)

Printable Character

b)

Control Character

21.

Each of the letters of the message ERROR will be stored as an ASCII character. Calculate the number of bits required to store this message:

a)

8 bits

b)

128 bits

c)

16 bits

d)

40 bits

22.

Select correct names for attributes of vector graphic:

a)

coordinates

b)

fill colour

c)

line colour

d)

size in pixels

23.

A firewall blocks unauthorised access to a network.

a)

TRUE

b)

FALSE

24.

Select the purpose(s) of a firewall?

a)

to block any attempts to access the protected by firewall device

b)

to filter incoming network traffic so only trusted and reliable network connections have access to the device.

c)

to scan the device for any malicious software present

d)

to check if keyloggers are installed on device

25.

What scrambles data to make it unreadable?

a)

Firewall

b)

Encryption

26.

What language does translators translate code into?

a)

Machine Code

b)

Java

c)

Command Language