Python
Keyboard Shortcuts
Networks
Malware
Hardware
100

Which word is used in Python to display output on the screen?

print

100

Shortcut to copy text.

Ctrl + C

100

What does LAN stands for?

Local Area Network

100

sends out a legitimate looking email and if the receiver click on the link/attachment the user is sent to a fake website

Phishing

100

What device is used to move the cursor on a computer screen?

Mouse

200

Python data type for whole numbers?

int

200

Which shortcut selects the entire document?

Ctrl + A

200

Which network device is considered “intelligent” because it sends data only to the intended device?

Switch

200

Malware that records keystrokes?

keylogging

200

Which part is known as the “brain” of the computer?

CPU

300

Keyword to define a function?

def

300

Shortcut to switch between open programs.

Alt + Tab

300

Which network topology uses a single backbone cable and suffers if that cable fails?

Bus topology

300

What is the key difference between a virus and a worm?

A virus attaches to another program

 a worm works independently

300

Name the device that is considered both input & output

Touch Screen

400

What is the output of this code?

nums = [1, 2, 3]

nums[1] = nums[1] + 5

print(nums)

[1, 7, 3]

400

Which shortcut closes the current application?

Alt + F4

400

network device that Converts digital signals from the computer into analogue signals and sends them along the telephone line to the host computer 

MODEM

400

malicious computer program which is used to hack into a computer by misleading users as to its true intentions

Trojan

400

memory held on a chip that can have its contents changed by the user.

RAM

500

What is the output of this code?

def add_numbers(n):

    total = 0

    for i in range(1, n + 1):

        total += i

    return total

print(add_numbers(4))

10

500

Shortcut used to open File explorer

windows + E

500

Network layout with a central hub?

Star topology

500

Internet slang for a person who intentionally tries to instigate conflict, hostility, or arguments in an online social community

Trolling

500

The printer that is used in Industrial environments

Dot-matrix printer

M
e
n
u