wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Tech Tournament Knockouts Round 1-1

Total questions: 20

Worksheet time: 30mins

Name
Class
Date
1.

Which of the following is the “brain” of the computer?

a)

Hard Disk

b)

CPU

c)

RAM

d)

GPU

2.

What is the smallest unit of data in a computer?

a)

Byte

b)

Bit

c)

Nibble

d)

Word

3.

Which of the following stores data permanently?

a)

RAM

b)

Cache

c)

Hard Disk

d)

Register

4.

Which type of memory is both volatile and faster than a hard drive?

a)

ROM

b)

RAM

c)

SSD

d)

Flash Drive

5.

Which port is typically used to connect a monitor to a computer?

a)

USB

b)

HDMI

c)

Ethernet

d)

Audio Jack

6.

What does BIOS stand for?

a)

Basic Input Output System

b)

Binary Input Output Setup

c)

Base Integrated Operating System

d)

Basic Internal Output Storage

7.

Which device converts digital signals into analog for transmission over phone lines?

a)

Hub

b)

Switch

c)

Modem

d)

Router

8.

Which of the following is NOT an operating system?

a)

Windows

b)

Linux

c)

Oracle

d)

macOS

9.

What is the main function of an operating system?

a)

To run only hardware-level tasks

b)

To manage hardware, software, and resources

c)

To compile user programs

d)

To connect computers to the internet

10.

What does GUI stand for?

a)

Graphical User Interface

b)

General Utility Interface

c)

Global User Interaction

d)

Graphics Unified Input

11.

What is the primary role of device drivers?

a)

Convert source code into machine code

b)

Enable communication between OS and hardware devices

c)

Provide antivirus protection

d)

Enhance processor performance

12.

What is the main function of an operating system?

a)

To run only hardware-level tasks

b)

To manage hardware, software, and resources

c)

To compile user programs

d)

To connect computers to the internet

13.

Which of the following is NOT application software?

a)

MS Word

b)

Chrome

c)

Windows

d)

Photoshop

14.

System software is designed to —

a)

Perform specific user tasks

b)

Manage and control hardware

c)

Design websites

d)

Process user data only

15.

What does IP stand for in networking?

a)

Internal Program

b)

Internet Protocol

c)

Information Package

d)

Interface Process

16.

Which of these protocols is used for secure web communication?

a)

HTTP

b)

FTP

c)

HTTPS

d)

SMTP

17.

Which IP version provides a much larger address space and uses 128-bit addresses?

a)

IPv4

b)

IPv5

c)

IPv6

d)

ICMP

18.

Which data structure uses the principle of “First In, First Out”?

a)

Stack

b)

Queue

c)

Linked List

d)

Tree

19.

Which of these algorithms is used for searching in a sorted array?

a)

Linear Search

b)

Quick Sort

c)

Binary Search

d)

Merge Sort

20.

Which of the following is the best case time complexity of binary search?

a)

O(1)

b)

O(log n)

c)

O(n)

d)

Depends on system architecture