wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Mission: Techpossible! - A Computer Quiz For Class 7

Total questions: 25

Worksheet time: 19mins

Name
Class
Date
1.

Which of the following is volatile memory?

a)

ROM

b)

HDD

c)

RAM

d)

SSD

2.

What does HTTP stand for?

a)

Hyper Tool Transfer Protocol

b)

Hyper Text Transfer Protocol

c)

High Tech Text Processing

d)

Host Transfer Text Protocol

3.

Which is not a web browser? (Select All That Apply)

a)

Mozilla Firefox

b)

Safari

c)

Paint

d)

PowerPoint

4.

What key is used to rename files in Windows?

a)

Ctrl + R

b)

F5

c)

F2

d)

Alt + F

5.

What is the function of a DNS server?

a)

Deletes viruses

b)

Encrypts emails

c)

Translates website names into IP addresses

d)

Creates passwords

6.

Which of the following is an input device?

a)

Monitor

b)

Keyboard

c)

Printer

d)

Speaker

7.

What kind of block is 'when green flag clicked' in Scratch?

a)

Motion

b)

Control

c)

Event

d)

Variable

8.

GUI stands for?

a)

General Usage Interface

b)

Global User Interface

c)

Graphical User Interface

d)

Graph Update Integrator

9.

What will this code print? python print("3" * 2 + str(1 + 2))

a)

331

b)

633

c)

339

d)

33 3

10.

Which file format is vector-based?

a)

PNG

b)

JPG

c)

SVG

d)

GIF

11.

What does a firewall do?

a)

Adjust brightness

b)

Blocks unauthorized access

c)

Cleans screen

d)

Charges battery

12.

Which protocol is used for secure browsing?

a)

TCP

b)

FTP

c)

SMTP

d)

HTTPS

13.

What is the binary value of 13?

a)

1011

b)

1101

c)

1001

d)

1111

14.

Which part of CPU handles arithmetic operations?

a)

RAM

b)

Cache

c)

ALU

d)

BIOS

15.

What is MAC spoofing?

a)

Changing Wi-Fi name

b)

Faking device identity

c)

Encrypting IP

d)

Accessing emails

16.

In Scratch, how do we detect sprite touching the edge?

a)

motion > bounce

b)

control > if

c)

sensing > touching edge

d)

looks > detect

17.

How do you reverse a list in Python? python a = [1,2,3,4]

a)

reverse(a)

b)

a[::-1]

c)

flip(a)

d)

revert(a)

18.

Which logic gate gives output TRUE only if inputs are different?

a)

AND

b)

OR

c)

XOR

d)

NAND

19.

What is the postfix of A + B * C?

a)

A + B C *

b)

A * B + C

c)

A B C * +

d)

A B + C *

20.

What is pharming?

a)

Using fake apps

b)

Redirecting users to fake sites even when URL is correct

c)

Sending spam mail

d)

Typing errors in URLs

21.

How many combinations in 256-bit encryption?

a)

256

b)

2^256

c)

10^256

d)

256!

22.

Fastest among these storage types?

a)

HDD

b)

SSD

c)

CD

d)

USB

23.

Output of this Python code? python not (True and False) or (False and True)

a)

True

b)

False

c)

None

d)

Error

24.

What does a hypervisor do?

a)

Increase brightness

b)

Manage Wi-Fi

c)

Run virtual machines

d)

Scan for viruses

25.

Which is a hybrid cloud model?

a)

Only Google Drive

b)

Local + cloud

c)

Pen Drive only

d)

Old floppy disks