The port on the motherboard where we plug in the SSD drive
What is sata port?
The software that controls how a computer boots up when turned on
What is BIOS or UEFI?
The type connector used when crimping cat5e ethernet cables?
What is RJ45?
A white hat hacker working inside a corporation
What is a ethical hacker?
Programmers can unpack a problem using this chart
What is an IPO chart?
The main engine of the PC featuring RAM, CU and ALU
What is CPU?
The type of software that must be installed to support hardware components
What is a driver?
The number of cables inside cat5e twisted pair ethernet cables
What is 8?
The colour hat that criminal hackers wear in the world of cybersecurity
What is black hat?
The Python function used to output data to the monitor
What is print()?
The main circuit board where PSU, GPU, and RAM are installed
What is motherboard?
An open-source office suite that comes installed on early versions of Ubuntu linux
What is LibreOffice?
The terminal-like interface used by Putty to set the Vlan or IP address of a switch
What is CLI?
What is Kali Linux?
The Python reserve word that enables one to divide and conquer a problem with procedures and functions
What is def?
The component that must be installed and working for a PC to remember its settings
What is a CMOS battery?
The current Microsoft operating system that replaced Windows 10
What is Windows 11?
The network connectivity device that connects users on a HAN or LAN to external networks
What is router?
A terminal command that can be launched to scan a network for all connected devices
What is netdiscover?
The function that enables a Python programmer to concatenate number to a string
What is str()?
The place on the motherboard where one must install a compatible CPU
What is socket?
A type of software used by people around the world like Excel, Photoshop and Google Docs
What is application software?
The network device that stores the MAC address of your PC in a table and supports star topology
What is a switch?
The command used to check a device on a network for its operating system
What is nmap -O?
The part of a Python program that runs all code in the program listing
What is main?