wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

8.5 Final MCQ Assessment 2022

Total questions: 30

Worksheet time: 18mins

Name
Class
Date
1.

Devices connected together over a small geographical location (such as a building) are known as a:

a)

Wide Area Network (WAN)

b)

Local Area Network (LAN)

c)

Wireless Personal Area Network (WPAN)

d)

WiFi

2.

Which connection types allow you to connect to a LAN?

a)

GPRS

b)

WiFi

c)

Bluetooth

d)

Ethernet

3.

A firewall is needed because it...

a)

Controls which programs on your computer can send and receive data packets.

b)

Stops malware from spreading onto your computer system.

c)

Scans your computer for unwanted data packets

d)

Stops your computer from sending and receiving data packets

4.

The data inside RAM is volatile, what does this mean?

a)

Data is stored on a hard drive

b)

Data is lost after power loss

c)

Data is saved after power loss

d)

Data is read only

5.

When you run multiple programs RAM becomes full, what is then used to continue running your programs?

a)

ROM

b)

RAM

c)

Virtual memory

d)

The operating system

6.

Secondary storage is needed...

a)

when there is not enough primary storage

b)

as RAM is volatile and cannot hold data permanently

c)

For long term permanent storage

d)

To run the BIOS and start up the computer

7.

The types of storage are listed below from fastest to slowest. Which order is correct?

a)

Solid State, Optical, Magnetic

b)

Optical, Magnetic, Solid State

c)

Magnetic, Optical, Solid State

d)

Solid State, Magnetic, Optical

8.

The CPU cache:

a)

Stores frequently accessed instructions

b)

Stores files

c)

Controls the clock speed

9.

Which computing term means to break a complex problem down into smaller solvable problems?

a)

Abstraction

b)

Programming

c)

Algorithmic thinking

d)

Decomposition

10.

Which computing term means to reduce the complexity of a problem by removing unnecessary details?

a)

Decomposition

b)

Abstraction

c)

Algorithmic thinking

d)

Simplifying

11.

Which best describes the term algorithm?

a)

Getting a computer to solve a problem

b)

A sequence of instructions that helps solve most of the problem

c)

A sequence of instructions in order to solve a problem

d)

A sequence of computer commands used to solve a problem

12.

How many times will this program print "Hello World"?

a)

9 times

b)

1 time

c)

11 times

d)

10 times

13.

If the userAge was 17 - what would be output?

a)

"You are not old enough"

b)

"You are 18 or over"

c)

Output both

d)

None of the above

14.

Identify the variable in this program

a)

If

b)

Output

c)

userAge

d)

Else

15.

This data type is used for storing True/False values.

a)

Character

b)

Real

c)

Integer

d)

Boolean

e)

String

16.

This data type is used for storing your average learning score (for example 4.78)

a)

Character

b)

Real

c)

Integer

d)

Boolean

e)

String

17.

This data type is used for storing the amount of students there are in the school.

a)

Character

b)

Real

c)

Integer

d)

Boolean

e)

String

18.

An image has a colour depth of 4 bits. How many possible colours will it display?

a)

4

b)

8

c)

16

d)

32

19.

Convert the denary number 110 into binary

a)

01101110

b)

11101110

c)

01111110

d)

01011110

20.

Convert 00001110 into denary

a)

112

b)

15

c)

14

d)

12

21.

Which of the following statements is true?

a)

Increasing the resolution means that the image will use a wider range of colours

b)

Increasing the resolution will mean the the image will contain more pixels per inch

c)

Increasing the resolution means the images will use a smaller range of colours

d)

Increasing the resolution will mean that the image will contain less pixels per inch

22.

Complete the binary addition

a)

01101100

b)

10110110

c)

01001110

d)

00111101

23.

Complete the binary addition

a)

01101100

b)

10110110

c)

01001110

d)

01101110

24.

When adding two bytes of binary, you end up with an extra bit. What is the name of this error?

a)

Overflow error

b)

9 bits

c)

Overload error

d)

Logic error

25.

What is meant by the term ASCII character set?

a)

A limited set of characters that uses 8 bits

b)

A set of characters for every language in the world

c)

A universal set of characters using 16 bits or more

d)

A set of characters for just letters and symbols, uses 16 bits or more

26.

How does increasing the colour depth and resolution affect the image?

a)

Increase image size and quality

b)

Decrease image size and quality

c)

Decrease image size but improve quality

d)

Increase the quality but the file size does not change

27.

How would the word Car be shown using binary numbers?

a)

01000011

01000001

01010011

b)

01100011

01100001

01110010

c)

01000011

01100001

01110010

d)

01000011

01100001

01010010

28.
How could you reduce the file size of an image?
a)
Reduce the numbr of colours used per pixel (colour depth)
b)
Reduce the dimensions of the image.
c)
Compress the file using a lossy compression file type.
d)
All of these
29.
Reducing the amount of colours in the image will
a)
Reduce the quality of the image.
b)
Reduce the amount of binary needed for each pixel.
c)
Make the file size larger
d)
Remove pixels from the image.
30.

Convert the following binary number into ASCII characters

01000110

01101001

01101110

a)

fin

b)

FIN

c)

Fin

d)

fIN