1/29
Question-answer style flashcards on the topic of Operating System Features
Name | Mastery | Learn | Test | Matching | Spaced |
---|
No study sessions yet.
What is the purpose of the “Screen resolution & display settings” option?
It configures display properties like resolution and refresh rate, and provides drivers to allow sending commands to the graphics hardware without the developers having to prepare for different manufacturers and models.
What is the role of the Graphics Processing Unit (GPU) management?
The GPU management optimizes the performance of graphics rendering tasks by allocating resources, managing memory, and ensuring efficient communication between the CPU and GPU for visual output.
How does the Operating System manage sound?
The operating system manages audio input/output through drivers and APIs that facilitate communication between applications and sound hardware, ensuring proper playback and recording of audio.
Does the Operating System manage CPU cache?
No, the CPU cache is handled by the processor, however, disk caching is managed by the operating system to enhance data access speeds and improve overall system performance.
What does Network Connectivity Management in the OS involve?
Network Connectivity Management in the OS involves overseeing network interfaces, managing connections to networks, and facilitating data communication between devices and applications, ensuring reliable and secure network access. It also assigns unique addresses (IP/MAC) to devices for network communication.
What are GUI elements managed by the operating system?
Toolbars, menus, dialogue boxes, preview window, buttons, multiple tabs, context menu (right-click menu), radio buttons, and checkboxes.
Toolbars
Provide quick access to common functions
Menus
Lists of options or commands that users can choose from to perform various actions.
Dialogue boxes
Pop-up windows for user input, e.g., open file, print
Preview window
Shows content before applying changes
Buttons
Clickable elements for actions, for example, Ok, Cancel, that enable users to execute commands or make selections.
Context menu
The right-click menu provides relevant options based on user interaction.
What is the difference between radio buttons and checkboxes?
Radio buttons are usually round buttons where only one option can be selected. On the other hand, checkboxes are square boxes where multiple options can be selected
User authentication (passwords, biometrics, PIN codes), file permissions (restricting read/write access), encryption, and firewall & antivirus management.
What is thrashing?
Thrashing is a situation in virtual memory management where excessive paging occurs, leading to a significant decrease in system performance as the operating system spends more time swapping data in and out of memory than executing processes.
It detects hardware and software errors, prevents system failures, provides error messages and crash reports (e.g. Blue Screen of Death in Windows), and logs issues for troubleshooting.