Google Technical Support - Weeks I, II, III Flashcards
Intro, Hardware, Operating Systems
3 Major Operating Systems
- Windows
- Mac
- Linux
4 Main Parts of a Kernel
- Process Manager
- Memory Manager
- File Manager
- I/O Manager
5 Components of Boot Up
- Power on
- POST
- Boot Devices loaded in Boot Order
- Bootloader loads OS
- System and User Space processes launched
APFS (def & 2 main attributes)
Mac OS major file system
- optimized for flash and solid-state drive storage
- primary focus on encryption
BASH (acronym & 1 attribute)
Bourne Again SHell; most common shell
BIOS/UEFI
Low level software that initializes our computers hardware to make sure everything is running properly during the system boot
Boot Order
order in which devices are checked on startup
Boot Devices
devices that are attached to our system (USB drives, hard drives, etc) and are loaded in a certain order on startup
Boot Loader
a small program on a device that loads its operating system
Chrome OS
Linux based operating system; built around/designed to optimize web browsing
Data Block
the form data is saved to on the hard drive; easier and faster to retrieve than one long string; allows optimization of storage space
ext4
Standard file system for Linux (can vary with different distributions)
File Data Storage
Data is segmented and saved to the hard drive in data blocks
3 Main Components of an OS File Manager
- File Data
- Metadata
- Filesystem
File System
How OS keeps track of files; different OS have different, often incompatible, file systems
Finder
Mac OS file manager (not to be confused with its file system APFS)
I/O Devices (synonym)
Peripherals
I/O Manager
manages data I/O between computer and devices as well as intercommunication between devices
Kernel
Main core of an operating system; talks directly to hardware and manages system’s resources
Linux
an open source kernel that many developers, worldwide, have built Operating Systems on
Linux Distribution (def & 2 examples)
An operating system built using a Linux kernel
- Ubuntu (desktop)
- Android OS (mobile)
Logs
Files that record system events on our computer
Mac OS
Apple’s Operating System