š¤ Course 4 : Tools of the Trade Flashcards
(60 cards)
What is an operating system (OS)?
Software that manages hardware and runs applications.
- Talks to your hardware.
- Runs applications.
- Makes sure all tasks are handled smoothly and securely.
List some common OSs.
- Windows
- macOS
- Linux
- ChromeOS
- Android & iOS
Describe Windows.
- Closed-source
- Commonly used in PCs and office networks
Describe macOS.
- Partial-sourced
- Commonly used in creative fields
Describe Linux.
- Open-sourced
- Commonly used in servers and security
Describe ChromeOS.
- Partial-sourced
- Commonly used in education settings
Describe Android.
- Open-sourced
- Commonly used in phones and tablets
Describe iOS.
- Partial-sourced
- Commonly used in Apple devices only
What is the first step of the boot process?
BIOS/UEFI does an initial hardware check.
What is the second step of the boot process?
The bootloader launches the OS from the disk.
What is the third step of the boot process?
The OS Kernel starts core processes.
What is the fourth step of the boot process?
User applications load the login screen and tools.
What is BIOS versus UEFI?
BIOS contains older firmware.
UEFI is most common to see today.
How do you access the BIO/UEFI?
ESC, F2, or Del
What is a bootloader?
Software the lauches the OS.
- Triggered by the BIO/UEFI
- Loads the OS kernel from the disk
What is virtualization?
The process of simulating hardware with software.
What is a virtual machine (VM)?
A code that behaves just like a full computer.
What is a hypervisor?
Software that manages VMs.
Like how Iām using Oracle to simulate a Linux OS.
What is a kernel virtual machine (KVM)?
- A virtualization module within Linux kernel that allows Linux to function as a hypervisor.
- Can create multiple virtual machine.
What is a virtual server?
One machine that runs many server instances.
What is a virtual network?
Simulates networks in code.
What is a graphic user interface (GUI)?
This is what most users see.
* Windows
* Buttons
* Icons
* etc.
What is a command line interface (CLI)?
A text-based interface where you type specific commands.
What does the history
command do?
Shows past commands entered in the CLI.