IC3 - Digital Literacy Operating System Management 2 — Questions and Answers
Question 1: What is the purpose of disk defragmentation on a traditional hard drive?
- To increase the disk's total storage capacity
- To reorganize fragmented data on the disk so files are stored in contiguous sections for faster access (Correct answer)
- To delete unnecessary files
- To encrypt data on the disk
Correct answer: To reorganize fragmented data on the disk so files are stored in contiguous sections for faster access
Defragmentation rearranges fragmented file data on a hard disk drive so that each file's data is stored in contiguous sectors, reducing seek time.
When files are created, modified, and deleted on a traditional HDD, data becomes scattered across non-contiguous sectors. Defragmentation reorganizes data so each file occupies contiguous sectors. Important: SSDs should NOT be defragmented because they have no mechanical parts and excessive writes reduce lifespan.
Question 2: What is User Account Control (UAC) in Windows?
- A feature that controls screen brightness
- A security feature that prompts for confirmation before allowing changes that require administrator privileges (Correct answer)
- A tool for managing social media profiles
- A setting that controls network connections
Correct answer: A security feature that prompts for confirmation before allowing changes that require administrator privileges
UAC prompts users for confirmation when an application attempts to make changes that could affect system security, preventing unauthorized modifications.
UAC prevents unauthorized changes to the operating system. Even administrator accounts run with standard privileges by default, elevating only when explicitly approved. This prevents malware from silently installing itself or making system changes without user knowledge.
Question 3: How do you manage startup programs to improve boot time?
- Delete all programs from the computer
- Disable unnecessary programs from automatically launching at startup through Task Manager or System Preferences (Correct answer)
- Increase the amount of RAM
- Reinstall the operating system
Correct answer: Disable unnecessary programs from automatically launching at startup through Task Manager or System Preferences
Disabling non-essential startup programs reduces the number of applications loading during boot, improving startup speed and system responsiveness.
In Windows, Task Manager's Startup tab shows all startup programs with their impact rating. Users can disable items to speed up boot time. Essential items to keep include antivirus software and display drivers. Reducing startup programs also frees up RAM and CPU resources.
Question 4: What is the purpose of system restore points in Windows?
- To backup personal files and photos
- To save the current state of system files and settings so you can revert to them if problems occur (Correct answer)
- To increase available disk space
- To update the operating system to the latest version
Correct answer: To save the current state of system files and settings so you can revert to them if problems occur
System restore points capture the current state of Windows system files, drivers, and settings, allowing you to roll back if issues arise.
System Restore creates snapshots of the system state including system files, installed applications, and the Windows Registry, but NOT personal files. Restore points are automatically created before significant system changes and can be created manually.
Question 5: What is the function of the Windows Registry?
- A database of all websites you have visited
- A hierarchical database that stores configuration settings for the OS, hardware, applications, and user preferences (Correct answer)
- A list of all files on the hard drive
- A backup system for important documents
Correct answer: A hierarchical database that stores configuration settings for the OS, hardware, applications, and user preferences
The Windows Registry is a centralized hierarchical database that stores low-level configuration settings for the operating system, hardware, applications, and user preferences.
The Registry is organized into five root keys and stores configuration data as key-value pairs. The Registry Editor (regedit.exe) allows advanced modification, but improper changes can cause system instability. Most users should modify settings through the Settings app rather than editing directly.
Question 6: What is the difference between Sleep, Hibernate, and Shut Down modes?
- They all do the same thing
- Sleep saves state to RAM using low power, Hibernate saves to disk using no power, Shut Down closes everything completely (Correct answer)
- Sleep turns off the computer completely
- Hibernate uses more power than Sleep
Correct answer: Sleep saves state to RAM using low power, Hibernate saves to disk using no power, Shut Down closes everything completely
Sleep maintains system state in RAM using minimal power for quick resume. Hibernate saves state to disk and powers off completely. Shut Down closes all programs and powers off.
Sleep: state maintained in RAM, near-instant resume, some power draw. Hibernate: RAM contents written to disk, zero power, slower resume. Shut Down: all processes closed, full boot required on restart. Modern Windows Fast Startup uses a hybrid hibernate approach.
What is the purpose of disk defragmentation on a traditional hard drive?