NEW
Font size
WorksheetsGMH **BrainSpark - 3**
Total questions: 10
Worksheet time: 5mins
Which organization controls the Internet domain system?
ICANN
UNESCO
RBI
What does IMEI stand for in mobile phones?
Internal Mobile Equipment Identification
International Mobile Equipment Identity
International Machine Electronic Identity
Internal Memory Equipment Identifier
What type of battery is commonly used in modern smartphones?
Lithium-Iron
Nickel-Cadmium
Lithium-Ion / Lithium Polymer
Alkaline
What does OLED stand for?
Organic Light Emitting Display
Operating LED Display
Original Light Enabling Device
Optical Light Emitting Display
The ability to connect a mobile phone to another device to share internet is called:
Streaming
Tethering / Hotspot
Tracking
Casting
Which topology requires a dedicated central device?
Bus
Star
Ring
Mesh
The OS process that manages memory allocation is called:
File Management
Memory Management
Task Scheduling
Bootstrapping
Which data structure uses Last In First Out (LIFO) principle?
Queue
Stack
Tree
Graph
Information flow in a computer follows the sequence:
Input → Output → Storage → Processing
Storage → Input → Processing → Output
Input → Processing → Output → Storage
Processing → Input → Storage → Output
What is the output?
a = "Python"
print(a[::-1])
Python
nohtyP
P y t h o n
Error
