wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

IT REVIEW

Total questions: 40

Worksheet time: 23mins

Name
Class
Date
1.
Which of following are not normally written as binary numbers?
a)
MAC address
b)
Logic gate inputs
c)
Machine code
2.
Decimal 53 can be written in binary as
a)
110101
b)
110001
c)
111000
d)
111110
3.
The binary number 10001010 expressed in hex is
a)
8A
b)
AA
c)
88
d)
A8
4.
The ASCII code for a letter A is 01000001 what is the code for a C
a)
01000011
b)
01100001
c)
11000011
d)
01001001
5.

What is the binary representation of the decimal number 10?

a)

1010

b)

1111

c)

1001

d)

1100

6.

Convert the binary number 1010 to decimal.

a)

20

b)

15

c)

5

d)

10

7.

What type of logic gate is this table showing?

a)

AND

b)

OR

c)

NOT

8.

What type of logic gate is this table showing?

a)

AND

b)

OR

c)

NOT

9.

What is the Logic Expression for this circuit?

a)

Z = NOT (A AND B)

b)

Z = NOT (A OR B)

c)

Z = (NOT A) AND B

d)

Z = (NOT A) OR B

10.
Which logic gate is this?
a)
XOR
b)
NOR
c)
NAND
d)
NOT
11.
What does LAN stand for?
a)
Logical Analogue Network
b)
Laser Assisted Network
c)
Local Area Network
12.
What is a server in a computer network?
a)
The name for a large number of computer cables
b)
Someone who manages the network
c)
A powerful computer that provides a service, such as centralised file storage
13.
What does NIC stand for?
a)
Network Interface Career
b)
Network Interface Card
c)
Network Intermittent Card
d)
New Interface Card
14.
Which device filters data packets and only sends to those that require the data?
a)
Router
b)
Switch
c)
Hub
d)
WAP
15.

Which of these components is internal to a computer and is required to connect the computer to a network?

a)

Wireless Access Point

b)

Network Interface card

c)

Switch

d)

Hub

16.
What flowchart symbol does this represent?
a)
Input/Output
b)
Start/End
c)
Decision
d)
Process
17.

What is an algorithm?

a)

Patterns and trends used to solve a problem

b)

A set of step-by-step instructions to resolve a problem

c)

A programming language

18.

If it is AFTER 7am, what do you need to do?

a)

Take the bus

b)

Take the subway

c)

Check the time

d)

Leave home

19.

What is the correct symbol for a decision in a flowchart?

a)

A rectangle

b)

A diamond

c)

A square

20.

Does this algorithm have a branch?

a)

Yes

b)

No

21.

What is malware?

a)

A type of software that is designed to damage or disable a computer system

b)

A type of computer virus

c)

A type of Trojan horse

d)

All of the above

22.

What is a Trojan horse?

a)

A type of malware that disguises itself as a legitimate program

b)

A type of malware that replicates itself and spreads to other computers

c)

A type of malware that disables computer security systems

d)

All of the above

23.

What is a worm?

a)

A type of malware that replicates itself and spreads to other computers

b)

A type of malware that steals personal information

c)

A type of malware that disables computer security systems

d)

All of the above

24.

What are the most common ways that malware spreads?

a)

Through email attachments

b)

Through infected websites

c)

Through USB drives and other removable media

d)

All of the above

25.

Which of the following is a type of malware that disables computer security systems?

a)

Virus

b)

Trojan horse

c)

Worm

d)

Ransomware

26.

What are the consequences of a virus?

a)

It is destroying your screen.

b)

It opens your e-mail account

c)

It deletes/copies data

d)

It will help you work.

27.

Complete choosing the missing code for hyperlinks:

<a ____ "https://www.w3schools.com">This is a link</a>

a)

href=

b)

style=

c)

<p>

d)

img src=

28.

Use the correct HTML code to set the color of the paragraph to "blue":

<p (a)   ="color:blue;">This is a paragraph.</p>

29.

Use HTML code to center align the paragraph. Choose below the correct missing word:

<p style="text-____:center;">This is a paragraph.</p>

a)

href

b)

align

c)

center

d)

img

30.

Use HTML code to set the text size to 50 pixels. Choose the correct missing word on the code:

<p style="font-_____:50px;">This is a paragraph.</p>

a)

width

b)

height

c)

size

d)

href

31.

Use HTML code to set the background color of the document to yellow.

<body style=" (a)   -color:yellow;">

32.

Use the HTML code to add a heading in size 1. Type the correct missing character:

<h1>This is a heading< (a)   h1>

33.

Use the HTML image attributes to set the size of the image to 250 pixels wide and 400 pixels tall:

<img src="scream.png" width="250" ____="400">

a)

align

b)

center

c)

height

d)

tall

34.

What is it when the user is placed within the experience?

a)

Augmented Reality

b)

Artificial Intelligence

c)

Virtual Reality

d)

Driverless cars

35.

What is the term for a computer that performs tasks normally associated with humans?

a)

Virtual Reality

b)

Augmented Reality

c)

Genetic Engineering

d)

Artificial Intelligence

36.

What creates artificial objects in the real world?

a)

Virtual Reality

b)

Augmented Reality

c)

Genetic Engineering

d)

Artificial Intelligence

37.

What can create 3D objects?

a)

Smart watches

b)

Augmented Reality

c)

3D printers

d)

Drones

38.

What is the Internet of Things?

a)

Connection of devices via the Internet

b)

Devices immersed into everyday life

c)

Devices that can use 5G

d)

Just things on the Internet

39.
What is the difference between a class and an object?
a)
A class is a blueprint to make an object
b)
An object is a blueprint to make a class
c)
A blueprint is an object to make a class
d)
Blueprint class is an object make a
40.

The data type for non returning method is:

a)

int

b)

double

c)

void

d)

public static