This number system uses 1 and 0
Binary
The part of the CPU that performs calculations
ALU
A network covering a small area like a school
Local Area Network
The command used to display output in Python
An attempt to trick users into giving personal information via email
Phishing
The number of bits in one byte
8
The three stages of the CPU cycle
Fetch, Decode, Execute
The device that directs data packets between networks
Router
The keyword used to make a decision in Python
IF
Software designed to harm or exploit systems
Malware
The binary value of denary 10
1010
This register holds the address of the next instruction
Program Counter (PC)
This protocol is used to send web pages
HTTP and HTTPS
The operator used to compare equality
==
A strong password should include letters, numbers, and this
Special Characters
The character set that uses 7 bits and represents standard English characters
ASCII
This type of memory is volatile and stores currently running programs
Random Access Memory
The unique number used to identify a device on a network
IP Address
This loop repeats while a condition is true
WHILE
This attack involves trying many password combinations
Brute Force Attack
This allows more characters than ASCII by using up to 16 bits
Unicode
This register holds the current instruction being processed
Current Instruction Register
This method splits data into packets to send across a network
Packet Switching
What will this output?
B
This security method requires two forms of verification
Two Factor Authentication (2FA)