wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

test 1

Total questions: 30

Worksheet time: 30mins

Name
Class
Date
1.

01.What does "ICT" stand for?

a)

Information and Computer Technology

b)

Information and Communication Technology

c)

Internet and Computer Technology

d)

Integrated Communication Technology

2.

02.Which algorithm is typically used for CPU scheduling in real-time operating systems?

a)

Round Robin

b)

First-Come, First-Served (FCFS)

c)

Rate Monotonic Scheduling (RMS)

d)

Shortest Job Next (SJN)

3.

03.Convert the subnet mask 255.255.254.0 to CIDR notation.

a)

/22

b)

/24

c)

/23

d)

/25

4.

04.In Java, which keyword is used to handle exceptions?

a)

finally

b)

error

c)

throw

d)

try/catch

5.

05.Which of the following is NOT a component of the IoT architecture?

a)

Perception Layer

b)

Processing Layer

c)

Web Layer

d)

Network Layer

6.

06.What is the primary function of a Database Management System (DBMS)?

a)

Managing operating system processes

b)

Storing, retrieving, and managing data efficiently

c)

Controlling network traffic

d)

Handling cybersecurity threats

7.

07.Which of the following is NOT a raster-based digital art software?

a)

Procreate

b)

Corel Painter

c)

Adobe Photoshop

d)

Inkscape

8.

08.What does "GPT" stand for in AI models like GPT-4?

a)


Google Predictive Technology

b)

General Processing Transformer

c)

Graphical Programming Tool

d)

Generative Pre-trained Transformer

9.

09.Which of the following statements about decorators in Python is Incorrect?

a)

Decorators can modify the behavior of a function without permanently changing its code .

b)

Decorators can accept arguments and return a wrapper function

c)

Decorators can be chained to create complex functionality

d)

Decorators can only be applied to functions they cannot be used with classes or methods

10.

10.Which material is commonly used in quantum processors?

a)

Silicon

b)


Superconducting materials

c)

Superconducting

d)

Diamond

11.

11.What will be printed by the following function?

a)

3

b)

18

c)

48

d)

6

12.

12.What is the Boolean expression for the carry output of a Full Adder?

a)



(A • B) + (A • C) ⊕ C

b)

(A ⊕ B) ⊕ C

c)

(A . B) + ( A ⊕ B) .C

d)

(A + B) + ( A ⊕ B) .C

13.

13.If you have the following four contiguous subnets: 192.168.10.0/24, 192.168.11.0/24, 192.168.12.0/24, and 192.168.13.0/24, what is the correct summarized route?

a)

192.168.10.0/20

b)


192.168.10.0/22

c)

192.168.10.0/21

d)

A) 192.168.10.0/23

14.

14.Which protocol is considered connection-oriented and ensures reliable data transmission?

a)

TCP

b)


ICMP

c)

ARP

d)

UDP

15.

15. Design a combinational circuit using only NAND gates that outputs 1 if and only if exactly two of the three inputs A, B, C are 1.

a)

(A XOR B) XOR C

b)

(A AND B) OR (B AND C) OR (C AND A)

c)

(A NAND B) NAND (C NAND (A NAND B) )

d)

A NAND (B NAND C)

16.

16.Which of the following HTTP methods is NOT considered part of a RESTful API design ?

a)

POST

b)

GET

c)

PUT

d)

DELETE

17.

17.When converting the decimal number -42 to an 8 bit signed binary using 2's compliment, what is the resulting binary representation ?

a)

 100101010

b)

10101001

c)

110101101

d)

11010110

18.

18.Which of the following is a benefit of vector art over raster art?

a)

Infinite scalability without quality loss

b)

More realistic shading

c)

Smaller file size

d)

Better color accuracy

19.

19.What does CDN stand for ?

a)

Centralized Data Network

b)

Computer Data Notation

c)

Cloud Delivery Node

d)

Content Delivery Network

20.

20.Which of the following is NOT a valid data type in C++?

a)

char

b)
float
c)

integer

d)
string
21.

21.What will be the output of this Python code?

a)

4

b)


15

c)

20

d)

10

22.

22.Convert (47.75)₁₀ to binary.

a)

111100.11

b)

10011.101

c)

101111.110

d)

110111.111

23.

23. what is the difference between a "deep copy" and a "shallow copy" in Python?

a)

There is no difference ; the terms are used interchangeably .

b)

A shallow copy copies only the references of nested objects , while a deep copy duplicates the entire nested structure .

c)

A deep copy duplicates only the references of the nested objects, While a shallow copy duplicates the entire nested structure .

d)

A deep copy creates a copy of an object, while shallow copy creates a reference to the original object

24.

24.What will be the output of the following code?

a)

10

b)

20

c)

None

d)

Error

25.

25.What is a primary security risk in IoT networks?

a)

Improved battery life

b)

Prevent Virus

c)

Unauthorized access to devices

d)

Data encryption

26.

26.What is the significance of The IBM system/360(1964)?

a)

It was the first super computer

b)

It introduced personal computing

c)

It was the first family of compatible computer

d)

It was a first computer to use a mouse

27.

27.In object-oriented programming, what does 'inheritance' mean?

a)

Saving data permanently

b)

Copying the same code in multiple files

c)

One class acquiring properties of another class

d)

Creating a new variable

28.

28.What will be the output of this Python code?

a)

[1] [1]

b)


[1] [1, 1]

c)


[1, 1] [1, 1]

d)

[1] [2]

29.

29.What does the following SQL query do?

a)

Generates an infinite series of numbers.

b)

Generates a series of numbers from 1 to 10

c)

Result in an error

d)

Generates a series of numbers from 1 to 9.

30.

What is the output of following python code?

a)

10

b)

20

c)

30

d)

Compiler error