wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

ICT Revision

Total questions: 18

Worksheet time: 9mins

Name
Class
Date
1.

Which type of chart is best suited for showing changes or progress over time?

a)

Pie Chart

b)

Bar Chart

c)

Line Chart

d)

Column Chart

2.

What happens to a relative reference when copied to another cell in Excel?

a)

It remains the same.

b)

It changes according to its new position.

c)

It becomes an absolute reference.

d)

It shows an error message.

3.

In the formula =$A$1+10, what does the dollar sign ($) indicate?

a)

It multiplies the value by 10.

b)

It locks the reference so it won’t change when copied.

c)

It adds currency formatting to the value.

d)

It refers to a hidden cell.

4.

Which device is responsible for connecting multiple devices within a LAN and forwarding data based on MAC addresses?

a)

Router

b)

Modem

c)

Switch

d)

Hub

5.

Which of the following is NOT a characteristic of Ethernet?

a)

High-speed data transfer

b)

Low latency

c)

Wireless connectivity

d)

Reliability

6.

Your school wants to connect all computers in the computer lab so students can share files, use a common printer, and access the internet together. Which type of network would best serve this purpose?

a)

Wide Area Network (WAN)

b)

Local Area Network (LAN)

c)

Metropolitan Area Network (MAN)

d)

Personal Area Network (PAN)

7.

Which part of a packet contains information such as the sender and receiver address?

a)

Footer

b)

Payload

c)

Header

d)

Body

8.

What does MOOC stand for?

a)

Massive Open Online Course

b)

Modular Open Offline Course

c)

Multi-Organized Online Class

d)

Managed Online Open Curriculum

9.

Which of the following is a major limitation of online courses?

a)

High cost of enrollment

b)

Lack of face-to-face interaction

c)

Limited access to course materials

d)

Fixed classroom schedule

10.

Which of the following best describes cyberbullying?

a)

Sharing study materials online with classmates.

b)

Using digital platforms to intentionally harm, harass, or intimidate others.

c)

Spending too much time on social media.

d)

Installing antivirus software to protect a computer.

11.

Why is media literacy important in the era of media overload?

a)

It helps people avoid using social media entirely.

b)

It enables individuals to create more online content.

c)

It allows people to critically evaluate information and identify misinformation.

d)

It reduces the speed of internet browsing.

12.

Which of the following key questions helps determine the credibility and intent behind a media message?

a)

Audience – Who is it for?

b)

Authorship – Who created it?

c)

Content – What is the message?

d)

Format – How was it presented?

13.

Which of the following is not a characteristic of a good algorithm?

a)

Unambiguous – Steps are clear and straightforward

b)

Infinite – Steps can continue indefinitely

c)

Feasible – Steps are practical to execute

d)

Independent – Applicable in any programming language

14.

Which of the following is a valid variable name in Python?

a)

2value

b)

my-name

c)

_count

d)

class

15.

Which of the following is a valid comment in Python?

a)

# This is a comment

b)

/* This is a comment */

c)
d)

// This is a comment

16.

Which of the following is a numeric data type in Python?

a)

str

b)

list

c)

int

d)

dict

17.

Which operator is used for floor division in Python?

a)

/

b)

//

c)

%

d)

**

18.

What will be the output of the following code? x = 10; y = 5 print(x > 5 and y < 3)

a)

False

b)

7 == 7

c)

"hello" in "hello world"

d)

x + y