Which word is used in Python to display output on the screen?
Shortcut to copy text.
Ctrl + C
What does LAN stands for?
Local Area Network
sends out a legitimate looking email and if the receiver click on the link/attachment the user is sent to a fake website
Phishing
What device is used to move the cursor on a computer screen?
Mouse
Python data type for whole numbers?
int
Which shortcut selects the entire document?
Ctrl + A
Which network device is considered “intelligent” because it sends data only to the intended device?
Switch
Malware that records keystrokes?
keylogging
Which part is known as the “brain” of the computer?
CPU
Keyword to define a function?
def
Shortcut to switch between open programs.
Alt + Tab
Which network topology uses a single backbone cable and suffers if that cable fails?
Bus topology
What is the key difference between a virus and a worm?
A virus attaches to another program
a worm works independently
Name the device that is considered both input & output
Touch Screen
What is the output of this code?
nums = [1, 2, 3]
nums[1] = nums[1] + 5
print(nums)
[1, 7, 3]
Which shortcut closes the current application?
Alt + F4
network device that Converts digital signals from the computer into analogue signals and sends them along the telephone line to the host computer
MODEM
malicious computer program which is used to hack into a computer by misleading users as to its true intentions
Trojan
memory held on a chip that can have its contents changed by the user.
RAM
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
Shortcut used to open File explorer
windows + E
Network layout with a central hub?
Star topology
Internet slang for a person who intentionally tries to instigate conflict, hostility, or arguments in an online social community
Trolling
The printer that is used in Industrial environments
Dot-matrix printer