wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

IT Quiz

Total questions: 25

Worksheet time: 13mins

Name
Class
Date
1.

Which of the following companies announced a $15 billion investment to build an AI data center in Visakhapatnam, India?

a)

Microsoft

b)

Google

c)

Amazon

d)

IBM

2.

In 2025, Bharti Airtel partnered with IBM to expand its cloud services under which platform name?

a)

Airtel Cloud

b)

Airtel Compute

c)

Airtel AI

d)

Airtel Data

3.

Which startup launched in India is developing large language models tailored to Indian languages (e.g. Hindi, Tamil)?

a)

Uniphore

b)

Sarvam AI

c)

QpiAI

d)

BlueMachines

4.

Which Indian startup launched India’s first full stack quantum computer named “Indus” (25 qubits)?

a)

QpiAI

b)

Sarvam AI

c)

BlueMachines

d)

Uniphore

5.

Which software is primarily used for spreadsheet tasks (tables, calculations)?

a)

Word

b)

PowerPoint

c)

Excel

d)

Outlook

6.

Which app is used for video conferencing and virtual meetings?

a)

Zoom

b)

Spotify

c)

WhatsApp

d)

Instagram

7.

“Operating System” is software that does which of the following?

a)

Edits photos

b)

Runs anti-virus only

c)

Manages hardware and software resources

d)

Only plays videos

8.

Which brand is known for its Android smartphones, with series like “Galaxy”?

a)

Apple

b)

Samsung

9.

Which brand is associated with iPhones, iPads, and macOS?

a)

Microsoft

b)

Google

c)

Apple

d)

Dell

10.

The app “GitHub” is mainly used for:

a)

Music streaming

b)

Code hosting, version control

c)

Instant messaging

d)

Video editing

11.

Which company’s browser is “Edge”?

a)

Apple

b)

Google

c)

Microsoft

d)

Mozilla

12.

Which language processor converts high-level code to machine code line by line?

a)

Compiler

b)

Interpreter

c)

Assembler

d)

Linker

13.

In cloud computing, which model allows users to run software applications via internet without installing locally?

a)

IaaS

b)

PaaS

c)

SaaS

d)

DaaS

14.

In Python, which symbol is used to start a comment?

a)

//

b)

/*

c)

#

d)

--

15.

In AI, “training data” is used to:

a)

Test the model

b)

Generate random output

c)

Teach the model patterns

d)

Delete model weights

16.

In Python, what does append( ) method do (for list)?

a)

Add element at specific index

b)

Add element at the end

c)

Remove element

d)

Sort the list

17.

In AI, what is an “epoch”?

a)

One pass through the entire training dataset

b)

A type of neural network

c)

A loss function

d)

A data preprocessing step

18.

In machine learning, “supervised learning” means:

a)

Model learns without labels

b)

Model receives correct answers during training

c)

Model supervises data quality

d)

Model modifies its own code

19.

Which of the following is the correct file extension for Python files?

a)

.pyth

b)

.py

c)

.pt

d)

.pyt

20.

What will be the output of the following code? print(5 + 3 * 2)

a)

16

b)

11

c)

13

d)

10

21.

Which of the following is used to take input from the user in Python?

a)

scan()

b)

inputdata()

c)

input()

d)

read()

22.

What is the correct syntax to display the message Hello World in Python?

a)

echo("Hello World")

b)

print("Hello World")

c)

printf("Hello World")

d)

cout << "Hello World"

23.

In Python, which of the following is used for single-line comments?

a)

//

b)

#

c)

/*

d)

24.

What is the data type of the value True in Python?

a)

String

b)

Integer

c)

Boolean

d)

Float

25.

Which of the following is not a Python keyword?

a)

while

b)

for

c)

repeat

d)

if