Objective 1.0: Operating Systems Flashcards
What is the purpose of an operating system (OS)?
An OS manages computer hardware and software resources, providing services for computer programs.
What are the key differences between Windows Home and Windows Pro editions?
Windows Pro includes additional features such as BitLocker, Group Policy management, Remote Desktop, and domain join capabilities, which are not available in Windows Home.
Name three common file systems used by Windows operating systems.
NTFS, FAT32, and exFAT.
What is the purpose of Windows Safe Mode?
Safe Mode starts Windows with a minimal set of drivers and services, useful for troubleshooting issues.
How do you access the Task Manager in Windows?
Press Ctrl + Shift + Esc, or right-click the taskbar and select “Task Manager”.
What command is used to check and repair disk errors in Windows?
chkdsk (Check Disk).
What is the purpose of the Linux command ls?
The ls command lists files and directories in the current directory.
What is macOS’s equivalent of the Windows Task Manager?
Activity Monitor.
How can you install software on a Linux system using the command line?
Use package management commands like apt-get install on Debian-based systems or yum install on Red Hat-based systems.
What is the purpose of the sudo command in Linux?
sudo allows a permitted user to execute a command as the superuser or another user.