wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Mid Exam

Total questions: 20

Worksheet time: 11mins

Name
Class
Date
1.

__________ is modern file system used by Windows supporting features such as file and folder permissions, compression, and encryption.

a)

FAT

b)

EXFAT

c)

EXNTF

d)

NTFS

2.

Process of organizing storage area on hard disk drive is called __________.

a)

Disk Cleanup

b)

Disk Formatting

c)

Windows Update

d)

Disk Defragmenter

3.

Which of the following applications determines status of network and troubleshoot issues?

a)

Wifi Analyzer

b)

Protocol Analyzer

c)

Packet Sniffer

d)

All

4.

What is the name of the hard ware device shown?

a)

Motherbaord

b)

Fan

c)

Heat Sink

d)

Power Supply Unit

5.

What is the name of the network device shown?

a)

Cable Puncher

b)

Crimper

c)

Multimeter

d)

Cable Tester

6.

Network problem that occurs due to router problem

a)

Configuration Issue

b)

Connectivity Problem

c)

Traffic Overload

d)

Out of reach issue

7.

Which one is True of Tone Generator?

a)

Used to measure voltage, current, and resistance

b)

Sends an electrical signal through one pair of UTP wires

c)

Used to connect cable wires directly to a patch panel or punch-down block

d)

Verifies if a signal is transmitted by a given cable

8.

Which of the following operators specifies equality of two comparison expressions?

a)

=

b)

%

c)

==

d)

!=

9.

Which of the following statements is conditional statement?

a)

for

b)

if...elif...else

c)

while

d)

All

10.

The expression "num == 10" is __________expression.

a)

Assignment

b)

Relational

c)

Arithmetic

d)

Equality

11.

What will be the error generated due to code line 1?

a)

Logical Error

b)

Syntax Error

c)

Runtime Error

d)

All

12.

Which symbol must be included on code line 2?

a)

;

b)

||

c)

:

d)

-

13.

What should happen to Code line 3 and 5?

a)

Must be indented

b)

Must have parentheses

c)

Must end in semicolon

d)

Must be enclosed within ()

14.

What is the output of the following code fragment?

a)

6.6

b)

6.5

c)

6.3

d)

6.0

15.

What is the output of the code fragment given.

a)

2.6

b)

18

c)

8

d)

3

16.

Condition (expression) in the conditional statement must evaluate to either true or false.

a)

True

b)

False

17.

Indentation in python is used for code readability only.

a)

True

b)

False

18.

The "if...elif...else" statement is double selection conditional statement.

a)

True

b)

False

19.

(a)   is the process of getting program ready to run including configuring hardware or software

20.

The operator "=" is called (a)   operator.