NEW
Font size
WorksheetsIT Quiz
Total questions: 25
Worksheet time: 13mins
Which of the following companies announced a $15 billion investment to build an AI data center in Visakhapatnam, India?
Microsoft
Amazon
IBM
In 2025, Bharti Airtel partnered with IBM to expand its cloud services under which platform name?
Airtel Cloud
Airtel Compute
Airtel AI
Airtel Data
Which startup launched in India is developing large language models tailored to Indian languages (e.g. Hindi, Tamil)?
Uniphore
Sarvam AI
QpiAI
BlueMachines
Which Indian startup launched India’s first full stack quantum computer named “Indus” (25 qubits)?
QpiAI
Sarvam AI
BlueMachines
Uniphore
Which software is primarily used for spreadsheet tasks (tables, calculations)?
Word
PowerPoint
Excel
Outlook
Which app is used for video conferencing and virtual meetings?
Zoom
Spotify
“Operating System” is software that does which of the following?
Edits photos
Runs anti-virus only
Manages hardware and software resources
Only plays videos
Which brand is known for its Android smartphones, with series like “Galaxy”?
Apple
Samsung
Which brand is associated with iPhones, iPads, and macOS?
Microsoft
Apple
Dell
The app “GitHub” is mainly used for:
Music streaming
Code hosting, version control
Instant messaging
Video editing
Which company’s browser is “Edge”?
Apple
Microsoft
Mozilla
Which language processor converts high-level code to machine code line by line?
Compiler
Interpreter
Assembler
Linker
In cloud computing, which model allows users to run software applications via internet without installing locally?
IaaS
PaaS
SaaS
DaaS
In Python, which symbol is used to start a comment?
//
/*
#
--
In AI, “training data” is used to:
Test the model
Generate random output
Teach the model patterns
Delete model weights
In Python, what does append( ) method do (for list)?
Add element at specific index
Add element at the end
Remove element
Sort the list
In AI, what is an “epoch”?
One pass through the entire training dataset
A type of neural network
A loss function
A data preprocessing step
In machine learning, “supervised learning” means:
Model learns without labels
Model receives correct answers during training
Model supervises data quality
Model modifies its own code
Which of the following is the correct file extension for Python files?
.pyth
.py
.pt
.pyt
What will be the output of the following code? print(5 + 3 * 2)
16
11
13
10
Which of the following is used to take input from the user in Python?
scan()
inputdata()
input()
read()
What is the correct syntax to display the message Hello World in Python?
echo("Hello World")
print("Hello World")
printf("Hello World")
cout << "Hello World"
In Python, which of the following is used for single-line comments?
//
#
/*
What is the data type of the value True in Python?
String
Integer
Boolean
Float
Which of the following is not a Python keyword?
while
for
repeat
if
