NEW
Font size
WorksheetsICT Revision
Total questions: 18
Worksheet time: 9mins
Which type of chart is best suited for showing changes or progress over time?
Pie Chart
Bar Chart
Line Chart
Column Chart
What happens to a relative reference when copied to another cell in Excel?
It remains the same.
It changes according to its new position.
It becomes an absolute reference.
It shows an error message.
In the formula =$A$1+10, what does the dollar sign ($) indicate?
It multiplies the value by 10.
It locks the reference so it won’t change when copied.
It adds currency formatting to the value.
It refers to a hidden cell.
Which device is responsible for connecting multiple devices within a LAN and forwarding data based on MAC addresses?
Router
Modem
Switch
Hub
Which of the following is NOT a characteristic of Ethernet?
High-speed data transfer
Low latency
Wireless connectivity
Reliability
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?
Wide Area Network (WAN)
Local Area Network (LAN)
Metropolitan Area Network (MAN)
Personal Area Network (PAN)
Which part of a packet contains information such as the sender and receiver address?
Footer
Payload
Header
Body
What does MOOC stand for?
Massive Open Online Course
Modular Open Offline Course
Multi-Organized Online Class
Managed Online Open Curriculum
Which of the following is a major limitation of online courses?
High cost of enrollment
Lack of face-to-face interaction
Limited access to course materials
Fixed classroom schedule
Which of the following best describes cyberbullying?
Sharing study materials online with classmates.
Using digital platforms to intentionally harm, harass, or intimidate others.
Spending too much time on social media.
Installing antivirus software to protect a computer.
Why is media literacy important in the era of media overload?
It helps people avoid using social media entirely.
It enables individuals to create more online content.
It allows people to critically evaluate information and identify misinformation.
It reduces the speed of internet browsing.
Which of the following key questions helps determine the credibility and intent behind a media message?
Audience – Who is it for?
Authorship – Who created it?
Content – What is the message?
Format – How was it presented?
Which of the following is not a characteristic of a good algorithm?
Unambiguous – Steps are clear and straightforward
Infinite – Steps can continue indefinitely
Feasible – Steps are practical to execute
Independent – Applicable in any programming language
Which of the following is a valid variable name in Python?
2value
my-name
_count
class
Which of the following is a valid comment in Python?
# This is a comment
/* This is a comment */
// This is a comment
Which of the following is a numeric data type in Python?
str
list
int
dict
Which operator is used for floor division in Python?
/
//
%
**
What will be the output of the following code? x = 10; y = 5 print(x > 5 and y < 3)
False
7 == 7
"hello" in "hello world"
x + y
