Font size
WorksheetsMid Exam
Total questions: 20
Worksheet time: 11mins
__________ is modern file system used by Windows supporting features such as file and folder permissions, compression, and encryption.
FAT
EXFAT
EXNTF
NTFS
Process of organizing storage area on hard disk drive is called __________.
Disk Cleanup
Disk Formatting
Windows Update
Disk Defragmenter
Which of the following applications determines status of network and troubleshoot issues?
Wifi Analyzer
Protocol Analyzer
Packet Sniffer
All
What is the name of the hard ware device shown?
Motherbaord
Fan
Heat Sink
Power Supply Unit
What is the name of the network device shown?
Cable Puncher
Crimper
Multimeter
Cable Tester
Network problem that occurs due to router problem
Configuration Issue
Connectivity Problem
Traffic Overload
Out of reach issue
Which one is True of Tone Generator?
Used to measure voltage, current, and resistance
Sends an electrical signal through one pair of UTP wires
Used to connect cable wires directly to a patch panel or punch-down block
Verifies if a signal is transmitted by a given cable
Which of the following operators specifies equality of two comparison expressions?
=
%
==
!=
Which of the following statements is conditional statement?
for
if...elif...else
while
All
The expression "num == 10" is __________expression.
Assignment
Relational
Arithmetic
Equality
What will be the error generated due to code line 1?
Logical Error
Syntax Error
Runtime Error
All
Which symbol must be included on code line 2?
;
||
:
-
What should happen to Code line 3 and 5?
Must be indented
Must have parentheses
Must end in semicolon
Must be enclosed within ()
What is the output of the following code fragment?
6.6
6.5
6.3
6.0
What is the output of the code fragment given.
2.6
18
8
3
Condition (expression) in the conditional statement must evaluate to either true or false.
True
False
Indentation in python is used for code readability only.
True
False
The "if...elif...else" statement is double selection conditional statement.
True
False
(a) is the process of getting program ready to run including configuring hardware or software
The operator "=" is called (a) operator.
