wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

CICT Quiz Bee: Battle of the Brains

Total questions: 50

Worksheet time: 25mins

Name
Class
Date
1.

What does CPU stand for?

a)

Central Processing Unit

b)

Computer Personal Unit

c)

Central Program Utility

d)

Computer Processing Utility

2.

What does BIOS stand for?

a)

Basic Input Output System

b)

Binary Input Output Software

c)

Basic Integrated Operating System

d)

Best Internal Operating System

3.

What is the basic unit of digital information?

a)

Byte

b)

Bit

c)

Megabyte

d)

Kilobyte

4.

What does HTML stand for?

a)

High Tech Markup Language

b)

Hyper Text Markup Language

c)

Hyper Transfer Markup Language

d)

Home Tool Markup Language

5.

What is the primary purpose of the 'cout' statement in C++?

a)

To input data

b)

To output data

c)

To calculate numbers

d)

To create variables

6.

Which symbol is used to end a statement in C++?

a)

Full stop (.)

b)

Comma (,)

c)

Semicolon (;)

d)

Colon (:)

7.

What is a variable in programming?

a)

A constant value

b)

A storage location with a name

c)

A mathematical equation

d)

A type of computer

8.

Which of these is a valid variable name in C++?

a)

2variable

b)

my-variable

c)

myVariable

d)

my variable

9.

What is an IP address?

a)

A type of computer

b)

A unique identifier for a device on a network

c)

A networking cable

d)

A type of software

10.

What does LAN stand for?

a)

Large Area Network

b)

Local Area Network

c)

Long Area Network

d)

Linked Area Network

11.

Which network topology connects all devices to a central hub?

a)

Mesh

b)

Ring

c)

Bus

d)

Star

12.

What is the primary function of a firewall?

a)

To increase internet speed

b)

To protect a network from unauthorized access

c)

To create websites

d)

To store data

13.

Which tag is used to create a hyperlink in HTML?

a)

<link>

b)

<a>

c)

<href>

d)

<hyperlink>

14.

What does CSS stand for?

a)

Computer Style Sheets

b)

Creative Style Sheets

c)

Cascading Style Sheets

d)

Color Style Sheets

15.

Which HTML tag is used to define an internal CSS?

a)

<script>

b)

<style>

c)

<css>

d)

<internal>

16.

What is the correct HTML for creating a line break?

a)

<lb>

b)

<break>

c)

<br>

d)

<newline>

17.

What is the most basic language understood by computers?

a)

Java

b)

Binary

c)

Python

d)

HTML

18.

What does GUI stand for?

a)

General User Interface

b)

Graphical User Interface

c)

Graphical Unified Interface

d)

General Unified Interface

19.

Which of these is a programming loop structure?

a)

If-Else

b)

For

c)

Switch

d)

Case

20.

What is the output of the following C++ code?

int arr[] = {10, 20, 30, 40, 50};

cout << arr[2];

a)

10

b)

20

c)

30

d)

40

21.

Which layer of the OSI model is responsible for end-to-end communication?

a)

Transport

b)

Network

c)

Session

d)

Data Link

22.

Which of the following best describes recursion in programming?

a)

A function that calls external routines repeatedly.

b)

A function that calls itself, directly or indirectly.

c)

A loop-like structure for iterative tasks.

d)

A method used to retrace steps during debugging.

23.

Which command-line utility is most directly used to check if a remote host is reachable over a network?

a)

ping

b)

traceroute

c)

ipconfig

d)

nslookup

24.

What is function overloading?

a)

Repeating a function multiple times

b)

Calling a function within itself

c)

Creating multiple functions with the same name but different parameters

d)

Preventing a function from being used

25.

In networking, what role does a subnet mask play?

a)

Encrypting data packets for secure transmission.

b)

Segmenting a network into smaller, manageable sub-networks.

c)

Filtering unauthorized access to the network.

d)

Connecting multiple networks into a larger one.

26.

In modern network security, which protocol is primarily implemented to ensure that data transmitted between a web client and server is encrypted and secure, often utilizing SSL/TLS mechanisms for protection?

a)

HTTP

b)

FTP

c)

HTTPS

d)

SMTP

27.

In networking terminology, what does the abbreviation 'OSI' represent?

a)

Operational System Interface

b)

Open Software Integration

c)

Open Systems Interconnection

d)

Operational Software Interconnection

28.

What is the result of the following C++ expression?

int a = 10, b = 4;

cout << a % b;

a)

2

b)

2.5

c)

0

d)

1

29.

Which of the following statements correctly declares a two-dimensional array in C++?

a)

int arr[3][4];

b)

int arr[3,4];

c)

int arr{3,4};

d)

int arr(3)(4);

30.

What protocol is used for sending emails?

a)

HTTP

b)

FTP

c)

SMTP

d)

TCP

31.

Given the variable assignments:

x = 3

y = 8

z = 5

What is the result of evaluating the expression:

(x + y > z * 2) && (x == 3)

a)

True

b)

False

c)

Error

d)

Undefined

32.

Given the variable assignments:

x = 3

y = 8

z = 5

What is the result of evaluating the expression:

(x > y) || (y == z)

a)

True

b)

False

c)

Error

d)

Undefined

33.

Which of the following best describes the purpose of the <alt> attribute in an HTML tag?

a)

It defines the image's width and height

b)

It specifies an alternate text description for the image

c)

It centers the image on the page

d)

It improves image quality on high-resolution screens

34.

What is the default subnet mask for a Class C IPv4 address?

a)

255.0.0.0

b)

255.255.0.0

c)

255.255.255.0

d)

255.255.255.255

35.

In HTML, which attribute is used to define a custom tooltip when a user hovers over an element?

a)

alt

b)

title

c)

tooltip

d)

hover

36.

When using multiple CSS inclusion methods (external, internal, and inline), which one has the highest precedence when styling an element?

a)

External CSS

b)

Internal CSS

c)

Inline CSS

d)

The last declared rule, regardless of type

37.

Which international organization, described as a non-governmental worldwide federation of national standards bodies, is responsible for developing and publishing global technical standards?

a)

IEEE

b)

ITU

c)

ISO

d)

W3C

38.

How many layers are in the OSI model?

a)

5

b)

6

c)

7

d)

8

39.

In the OSI model, which layer is responsible for establishing, managing, and terminating connections between applications on different devices?

a)

Transport Layer

b)

Session Layer

c)

Network Layer

d)

Presentation Layer

40.

What is the binary equivalent of the decimal number 10?

a)

1000

b)

1010

c)

1100

d)

1001

41.

What does URL stand for? (The answer must be in capital letters.)

(a)  

42.

What is the protocol used for file transfer between computers? (The answer must be in capital letters.)

(a)  

43.

What does DHCP stand for? (The answer must be in capital letters.)

(a)  

44.

What is the default port number for HTTP? (The answer must be in capital letters.)

(a)  

45.

What does GIGO means? (The answer must be in capital letters.)

(a)  

46.

What is the digital representation of letters and numbers used in computers? (The answer must be in capital letters.)

(a)  

47.

What is the term for an array that contains multiple arrays? (The answer must be in capital letters.)

(a)  

48.

What is the unique hardware address assigned to a network interface card (NIC)? (The answer must be in capital letters.)

(a)  

49.

What is the software that manages computer hardware and provides common services for computer programs? (The answer must be in capital letters.)

(a)  

50.

Who is the Area Chairman of College of Information and Communications Technology of San Isidro Campus (Full Name): (The answer must be in capital letters.)

(a)