Wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

ICT Preparation

Total questions: 72

Worksheet time: 36mins

Name
Class
Date
1.

The domain extension ".org" is generally used for ________.

a)

Government websites

b)

Non-profit organizations

c)

Commercial businesses

d)

Educational institutions

2.

The domain extension ".edu" is used mainly for ________.

a)

Educational institutions

b)

Entertainment websites

c)

E-commerce websites

d)

Military websites

3.

Which domain extension is commonly used for commercial businesses?

a)

.gov

b)

.com

c)

.edu

d)

.mil

4.

The domain extension ".gov" is reserved for ________.

a)

Global companies

b)

Government organizations

c)

Scientific research

d)

News agencies

5.

The domain ".net" was originally intended for ________.

a)

Network-related services like ISPs

b)

News portals

c)

Non-profit groups

d)

Educational websites

6.

The domain ".mil" is used exclusively by ________.

a)

Military organizations

b)

Medical institutions

c)

Multimedia websites

d)

Museums

7.

Which domain extension is commonly used for personal blogs or general purposes?

a)

.org

b)

.info

c)

.mil

d)

.gov

8.

The ".int" domain extension is used for ________.

a)

International treaty-based organizations

b)

Internal company networks

c)

Internet service providers

d)

Interactive media

9.

The domain ".co" is widely used as an alternative to ".com" and is officially the country code for ________.

a)

Colombia

b)

China

c)

Costa Rica

d)

Canada

10.

The domain ".biz" is meant for _______.

a)

Business and commercial use

b)

Charity organizations

c)

Biotechnology websites

d)

Banking services

11.

Scrambling is mainly used to _______.

a)

Convert data into unreadable form temporarily

b)

Provide strong cryptographic protection

c)

Compress data

d)

Delete unwanted data

12.

Encryption is the process of _______.

a)

Restoring data to its original form

b)

Converting plaintext into ciphertext

c)

Rearranging characters randomly

d)

Storing data securely

13.

Decryption refers to _______.

a)

Breaking a device password

b)

Converting ciphertext back to readable plaintext

c)

Compressing encrypted data

d)

Destroying encrypted information

14.

Which of the following is not a purpose of encryption?

a)

Protecting data during transmission

b)

Ensuring data confidentiality

c)

Making data completely random

d)

Preventing hardware failure

e)

Securing sensitive information

15.

Scrambling differs from encryption because ________.

a)

Scrambling is reversible without a key

b)

Scrambling always requires a private key

c)

Encryption is weaker than scrambling

d)

Scrambling is used only for emails

16.

The original readable message before encryption is called ________.

a)

Hash

b)

Ciphertext

c)

Plaintext

d)

Code

17.

The unreadable result after encrypting data is known as ________.

a)

Plaintext

b)

Ciphertext

c)

Source code

d)

Scrambled text

18.

Decryption requires a ________ to convert ciphertext to plaintext.

a)

Domain

b)

Key

c)

File extension

d)

Compiler

19.

Which of the following is most commonly used for secure encryption?

a)

Hashing

b)

Public key

c)

Symmetric key

d)

Scrambling

20.

Which of the following is an example of strong algorithms used for scrambling?

a)

Substitution scrambling

b)

Strong algorithms like AES

c)

Simple letter shifting

d)

Manual rearrangement of characters

21.

Scrambling is often used in ________.

a)

Password hashing

b)

Television signal protection

c)

Banking transactions

d)

Computer boot encryption

22.

What is the decimal value of the 8-bit binary number 11001010?

a)

202

b)

150

c)

128

d)

212

23.

Which of the following is the correct 8-bit binary representation of decimal 45?

a)

00011101

b)

00101101

c)

00101100

d)

00110101

24.

What is the decimal value of the 8-bit binary number 00010110?

a)

16

b)

22

c)

26

d)

32

25.

A collection of interconnected computers that share resources is called a ________.

a)

Algorithm

b)

Network

c)

Database

d)

Compiler

26.

Which device is used to connect multiple computers within the same network?

a)

Modem

b)

Switch

c)

Printer

d)

Projector

27.

Which of the following is the 8-bit binary representation of decimal 128?

a)

11111111

b)

01000000

c)

10000000

d)

11000000

28.

What is the 8-bit binary equivalent of decimal 255?

a)

11110000

b)

00001111

c)

10101010

d)

11111111

29.

What is the sum of 16, 4, and 2?

a)

20

b)

22

c)

24

d)

18

30.

What does LAN stand for?

a)

Large Area Network

b)

Local Area Network

c)

Long Access Node

d)

Linked Access Network

31.

Which of the following communication media uses light signals?

a)

Twisted pair cable

b)

Coaxial cable

c)

Optical fiber cable

d)

Microwave antenna

32.

The device used to connect a computer to the Internet through telephone lines is called a ________.

a)

Router

b)

Switch

c)

Modem

d)

Hub

33.

Which protocol is responsible for transferring web pages on the internet?

a)

FTP

b)

HTTP

c)

SMTP

d)

POP

34.

Digital communication transmits data in the form of ________.

a)

Continuous signals

b)

Sound waves

c)

Discrete signals

d)

Analog signals

35.

What does Wi-Fi stand for?

a)

Wireless Fidelity

b)

Wide Field Internet

c)

Wired Filtering

d)

Wireless Finder

36.

Which of the following is a wireless communication technology?

a)

Ethernet

b)

Bluetooth

c)

Coaxial cable

d)

Optical fiber

37.

The maximum amount of data that can be transferred over a network in a given time is called ________.

a)

Latency

b)

Bandwidth

c)

Frequency

d)

Topology

38.

A variable in programming is used to ________.

a)

Store data values

b)

Display output only

c)

Perform calculations only

d)

Stop program execution

39.

A sequence structure in programming means the instructions are executed ________.

a)

Randomly

b)

From top to bottom in order

c)

Only when a condition is true

d)

Until a loop ends

40.

Which statement is used in programming for selection (decision making)?

a)

For

b)

While

c)

If

d)

Print

41.

Iteration in programming refers to ________.

a)

Repeating a set of instructions multiple times

b)

Making decisions

c)

Executing statements once

d)

Storing temporary data

42.

Which of the following is an example of a looping statement?

a)

If

b)

Else

c)

While

d)

Print

43.

Which flowchart symbol is used to represent Start or End of a process?

a)

Rectangle

b)

Diamond

c)

Oval / Terminal

44.

The Input/Output operation in a flowchart is represented by which symbol?

a)

Rectangle

b)

Parallelogram

c)

Diamond

d)

Circle

45.

The Process step in a flowchart, where calculations or operations occur, is represented by a ________.

a)

Rectangle

b)

Diamond

c)

Parallelogram

d)

Arrow

46.

A Decision (YES/NO) or condition checking is represented by which symbol?

a)

Rectangle

b)

Diamond

c)

Oval

d)

Arrow

47.

Arrows in a flowchart are used to ________.

a)

Show data values

b)

Indicate the flow of control

c)

Perform calculations

d)

Represent input operations

48.

In the IPO model, the step where the user enters data is called ________.

a)

Input

b)

Process

c)

Output

d)

Calculation

49.

In the IPO cycle, the part where actual calculations and operations are performed is ________.

a)

Input

b)

Output

c)

Process

d)

Storage

50.

The Output in a flowchart (such as displaying results) is shown using which symbol?

a)

Parallelogram

b)

Rectangle

c)

Diamond

d)

Oval

51.

Which of the following is an example of a process operation in a flowchart?

a)

Enter number A

b)

Display result

c)

A = B + C

d)

Start

52.

In a flowchart, the symbol used to connect different parts of the diagram or continue flow on another page is called ________.

a)

Connector

b)

Decision

c)

Process

d)

Terminator

53.

What is the symbol used in a flowchart to represent a connector?

a)

Connector

b)

Process

c)

Input/Output

d)

Decision

54.

What is the input required for the student grade calculator program described in the case study?

a)

Marks in Subject 1, Subject 2, Subject 3

b)

Total marks of all subjects

c)

Average marks of all subjects

d)

Pass/Fail result

55.

What is the condition for a student to pass according to the case study?

a)

Average ≥ 50

b)

Average ≥ 40

c)

Total ≥ 100

d)

Total ≥ 120

56.

What is the process to calculate the average in the student grade calculator program?

a)

TOTAL / 2

b)

TOTAL / 3

c)

TOTAL / 4

d)

TOTAL / 5

57.

What is the final output of the student grade calculator program?

a)

Display TOTAL, AVG, RESULT (Pass/Fail)

b)

Display TOTAL only

c)

Display AVG only

d)

Display RESULT only

58.

What is the first step in the flowchart for the student grade calculator program?

a)

Input marks of three subjects

b)

Start

c)

Calculate total

d)

Calculate average

59.

What decision is made in the flowchart for the student grade calculator program?

a)

Is TOTAL ≥ 100?

b)

Is AVG ≥ 40?

c)

Is TOTAL ≥ 120?

d)

Is AVG ≥ 50?

60.

What is the purpose of the flowchart in Case Study 2?

a)

To check if a number is positive or negative

b)

To check if a number is even or odd

c)

To compare two numbers

d)

To calculate the square of a number

61.

What is the first step in the flowchart for checking whether a number is even or odd?

a)

Input a number

b)

Start

c)

Check if the number is divisible by 2

d)

Display 'Even' or 'Odd'

62.

In Case Study 3, what is the output of the flowchart?

a)

The sum of two numbers

b)

The product of two numbers

c)

The larger of two numbers

d)

The smaller of two numbers

63.

What is the decision-making step in the flowchart for Case Study 2?

a)

Is N divisible by 3?

b)

Is N greater than 10?

c)

Is N % 2 = 0?

d)

Is N less than 0?

64.

What is the input required for the flowchart in Case Study 3?

a)

A single number

b)

Two numbers

c)

A string of text

d)

A list of numbers

65.

What is the process described in Case Study 3?

a)

Add two numbers

b)

Compare two numbers

c)

Subtract two numbers

d)

Multiply two numbers

66.

Flowchart for checking whether a number is even or odd

a)

Flowchart for checking whether a number is even or odd

b)

Flowchart for checking whether a number is prime or composite

c)

Flowchart for checking whether a number is positive or negative

d)

Flowchart for checking whether a number is divisible by 3

67.

Flowchart to display the largest of two numbers

a)

Flowchart to display the largest of two numbers

b)

Flowchart to display the sum of two numbers

c)

Flowchart to display the smallest of two numbers

d)

Flowchart to display the product of two numbers

68.

What is the first step in the process described in the image?

a)

Compare A and B

b)

Input A and B

c)

Output "A is Larger"

d)

End the process

69.

What decision is made in the process described in the image?

a)

Whether A is equal to B

b)

Whether A is greater than B

c)

Whether B is greater than A

d)

Whether A and B are inputs

70.

What happens if A is greater than B in the process?

a)

Output "B is Larger"

b)

Output "A is Larger"

c)

End the process

d)

Input A and B again

71.

What happens if A is not greater than B in the process?

a)

Output "A is Larger"

b)

Output "B is Larger"

c)

Input A and B again

d)

End the process

72.

What is the final step in the process described in the image?

a)

Input A and B

b)

Compare A and B

c)

Output "A is Larger" or "B is Larger"

d)

End the process