Administering IT Systems
Basic terms around setting up and managing computer systems, from firmware at startup to the file system on the hard drive.
Last updated: September 1, 2026
BIOS and UEFI
BIOSOlder firmware interface that controls a computer's startupUEFIModern successor to BIOS, supports larger drives and faster startupBoot orderDetermines which drive is started from firstSecure BootOnly allows trusted, signed software to run at startupPartitioning
PartitionAn independently usable section of a hard driveMBROlder partition scheme, supports a maximum of four primary partitionsGPTMore modern partition scheme, supports far more partitions and larger drivesFormattingPrepares a partition with a file system for useFile systems
NTFSThe standard file system on Windowsext4Widely used file system on LinuxFAT32Older, cross platform compatible file system, with a file size limitexFATMore modern, cross platform file system without FAT32's limitSystem management
DriverSoftware that teaches the operating system how to work with a piece of hardwareSystem restoreResets a system back to an earlier, working stateSystem imageA complete copy of a system, including the operating system and settingsRAIDSpreads or mirrors data across several drives, for more speed or fault toleranceHardware and software
HardwareThe physical parts of a computer, everything you can actually touchSoftwarePrograms and data that run on the hardware, not something you can touchIPO principleInput, processing, output, the basic pattern behind every computer operationExampleInput via keyboard, processing by the processor, output on the monitorWorth a look
What happens during system startup
The rough stages until a computer is ready for use.
Turn on the device
BIOS or UEFI starts
Bootloader is loaded
Operating system starts
System ready for use