OS Basics
Systems Maintenance
Storage & Booting
Command Line Commands
Windows Features & remote Access
100

What are the four main functions of an OS?

What are process management, memory management, file system management, and device management?

100

What is the difference between Sleep Mode and Hibernation?

What is that Sleep Mode saves power by keeping RAM active, while Hibernation saves RAM contents to disk and shuts down?

100

What is the Master Boot Record (MBR)?

What is a boot sector that holds partition information and the boot loader?

100

What does the dir command do?

What is listing the contents of a directory?

100

What is the difference between Remote Desktop and Remote Assistance?

What is that Remote Desktop allows full control, while Remote Assistance lets another user guide you?

200

What two different ways can you upgrade a Windows 7 computer to Windows 10?

What are using the Windows Update tool or performing a clean installation via a bootable USB?

200

Name two examples of preventative maintenance.

What are updating software and running disk cleanup?

200

What is the GUID Partition Table (GPT)?

What is a modern partitioning system that supports larger disks and more partitions than MBR?

200

What does format do?

What is erasing and preparing a drive for use?

200

What is the purpose of dir n*?

What is listing files that start with "n"?

300

Question: What information does the System Information window provide?

What are details about hardware, software, drivers, and system configuration?

300

What is a system restore and when should you use it?

What is restoring a computer to a previous state and using it to fix software issues without affecting personal files?

300

What is RAID 0 and how does it differ from RAID 1?

What is that RAID 0 stripes data for speed, while RAID 1 mirrors for redundancy?

300

What does the attrib command modify?

What is file attributes, such as hidden, read-only, or system?

300

How does del filename.txt /p function differently from del filename.txt?

What is that /p asks for confirmation before deleting?

400

Explain the difference between BIOS and UEFI.

What is that BIOS is the older firmware interface with a text-based setup, while UEFI is modern, supports secure boot, and allows larger boot partitions?

400

What is a system image and how does it help recovery?

What is a complete backup of a system’s OS, settings, and files, allowing full restoration?

400

How does a device driver impact system performance?

What is that outdated or missing drivers can cause malfunctions and reduced performance?

400

What does dir /O do?

What is listing files in a directory sorted by order (e.g., name, size, or date)?

400

What is the advantage of using dir /W?

What is displaying file names in a wide format without extra details?

500

What are two key differences between an operating system and application software?

What is that an operating system manages hardware and system resources, while application software performs specific tasks for users? Additionally, an OS runs continuously, whereas applications start and stop as needed?

500

Explain defragmenting a hard drive and why it's important.

What is reorganizing fragmented files on a hard drive to improve performance?

500

What is the key difference between BIOS and UEFI?

What is that UEFI supports larger drives, Secure Boot, and has a graphical interface, while BIOS is text-based and limited to 2TB drives?

500

What does attrib +h filename.txt do?

What is making the file hidden?

500

Why might a user need to use copy in the command line?

What is to duplicate files from one location to another?