wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

GMH **BrainSpark - 3**

Total questions: 10

Worksheet time: 5mins

Name
Class
Date
1.

Which organization controls the Internet domain system?

a)

GOOGLE

b)

ICANN

c)

UNESCO

d)

RBI

2.

What does IMEI stand for in mobile phones?

a)

Internal Mobile Equipment Identification

b)

International Mobile Equipment Identity

c)

International Machine Electronic Identity

d)

Internal Memory Equipment Identifier

3.

What type of battery is commonly used in modern smartphones?

a)

Lithium-Iron

b)

Nickel-Cadmium

c)

Lithium-Ion / Lithium Polymer

d)

Alkaline

4.

What does OLED stand for?

a)

Organic Light Emitting Display

b)

Operating LED Display

c)

Original Light Enabling Device

d)

Optical Light Emitting Display

5.

The ability to connect a mobile phone to another device to share internet is called:

a)

Streaming

b)

Tethering / Hotspot

c)

Tracking

d)

Casting

6.

Which topology requires a dedicated central device?

a)

Bus

b)

Star

c)

Ring

d)

Mesh

7.

The OS process that manages memory allocation is called:

a)

File Management

b)

Memory Management

c)

Task Scheduling

d)

Bootstrapping

8.

Which data structure uses Last In First Out (LIFO) principle?

a)

Queue

b)

Stack

c)

Tree

d)

Graph

9.

Information flow in a computer follows the sequence:

a)

Input → Output → Storage → Processing

b)

Storage → Input → Processing → Output

c)

Input → Processing → Output → Storage

d)

Processing → Input → Storage → Output

10.

What is the output?

a = "Python"

print(a[::-1])

a)

Python

b)

nohtyP

c)

P y t h o n

d)

Error