IC3 - Digital Literacy Operating System Management Questions and Answers — Questions and Answers
Question 1: A user reports that their computer is running very slowly and frequently crashes. They have not installed any new software recently. Which of the following is the MOST likely cause and first step in troubleshooting?
- The hard drive is full, and the user should run a disk cleanup utility. (Correct answer)
- The operating system is outdated and needs to be reinstalled immediately.
- A critical hardware component like the CPU has failed.
- The computer has a virus, and a full system scan should be performed.
Correct answer: The hard drive is full, and the user should run a disk cleanup utility.
Sluggish performance and unexpected crashes are common symptoms of a hard drive that is nearing capacity. The operating system needs sufficient free space to function correctly, for virtual memory (swap files), and for temporary files. Running a disk cleanup utility is a non-destructive first step to reclaim space and often resolves these issues.
Question 2: Which operating system management function is primarily responsible for organizing, storing, and retrieving files and folders on a storage device?
- Process Management
- Memory Management
- Device Management
- File System Management (Correct answer)
Correct answer: File System Management
File System Management is the core function of an operating system that handles the organization of data on storage devices like hard drives. It is responsible for creating, deleting, moving, and controlling access to files and the directories that contain them.
Question 3: A company wants to ensure that employees only have access to the files and applications necessary for their specific job roles. Which of the following operating system features would an administrator use to accomplish this?
- Disk partitioning
- User account control and permissions (Correct answer)
- System restore points
- Device driver installation
Correct answer: User account control and permissions
User account control and permissions are security features built into operating systems to manage what resources a user can access. Administrators can create standard user accounts with limited privileges for regular employees, preventing them from accessing sensitive files or installing unauthorized software, thereby enforcing the principle of least privilege.
Question 4: What is the primary purpose of applying an operating system security patch?
- To add new features and improve the user interface.
- To fix known vulnerabilities and protect against malware. (Correct answer)
- To increase the processing speed of the computer.
- To free up disk space by compressing old files.
Correct answer: To fix known vulnerabilities and protect against malware.
A security patch is a specific type of update designed to correct security holes or vulnerabilities that have been discovered in an operating system. Applying these patches promptly is crucial for protecting the system from potential exploits, viruses, and other malicious attacks.
Question 5: A user is trying to set up a new printer, but the computer does not recognize it. Which of the following components is MOST likely missing or corrupted?
- The network adapter
- The system BIOS
- The device driver (Correct answer)
- The application software
Correct answer: The device driver
A device driver is a specialized piece of software that allows the operating system to communicate with and control a hardware device. If the correct driver for the printer is not installed or has become corrupted, the operating system will not be able to recognize or use the device.
Question 6: Which of the following is considered a best practice for managing digital files on an operating system to ensure they are easy to find and retrieve?
- Storing all files directly on the desktop for quick access.
- Using a consistent and descriptive naming convention for files and folders. (Correct answer)
- Encrypting every file on the hard drive.
- Saving all files in a single folder named 'Documents'.
Correct answer: Using a consistent and descriptive naming convention for files and folders.
Using a logical, consistent, and descriptive naming convention for both files and folders is a fundamental best practice for effective file management. This makes it significantly easier for users to search for, identify, and retrieve the information they need without having to open multiple files.
A user reports that their computer is running very slowly and frequently crashes.
They have not installed any new software recently.
Which of the following is the MOST likely cause and first step in troubleshooting?