Chapter 6: Operating Systems Fundamentals (Set-3)

When the OS temporarily stops a running process to give CPU time to another, what is this act called

A Disk partitioning
B Context switching
C File archiving
D Screen mirroring

Which scheduling style gives CPU first to the process that arrives first, without considering priority

A First-come scheduling
B Round-robin scheduling
C Priority scheduling
D Deadline scheduling

In round-robin scheduling, what key rule decides how long each process can run before switching

A File permission set
B Disk cluster size
C Fixed time quantum
D Screen refresh rate

Which scheduling approach always selects the process with the highest priority to run next

A Batch scheduling
B FIFO scheduling
C Random scheduling
D Priority scheduling

Which OS structure allows user programs to request services like file read or process creation safely

A Desktop wallpaper tool
B Screen driver interface
C System call interface
D Keyboard layout table

Which part of an OS provides a command prompt where text commands are entered and executed

A Terminal window
B Disk utility
C Memory map
D Boot record

In a GUI, what does a “window” mainly represent for the user while working with applications

A CPU power unit
B Disk partition table
C App working area
D Network cable port

Which GUI element usually shows small pictures representing tools, files, or programs on the screen

A Icons
B Sectors
C Kernels
D Packets

Which feature helps visually impaired users by reading on-screen text aloud in many operating systems

A Disk defrag
B Screen reader
C Task scheduler
D File indexing

Which memory management idea maps virtual pages to physical frames using a page table

A Spooling method
B Caching method
C Mirroring method
D Paging method

What is the main purpose of a page table in a paging-based memory system

A File name storage
B Boot device selection
C Address translation mapping
D CPU temperature control

Which event typically triggers a “page fault” in a virtual memory system

A Page not in RAM
B File not found error
C Wrong keyboard layout
D Low screen brightness

Which term describes keeping recently used data in memory for faster access

A Formatting
B Booting
C Caching
D Indexing

In file systems, what does “mounting” a drive usually mean

A Deleting all data
B Making it accessible
C Encrypting the disk
D Replacing device drivers

Which file system feature records changes to help recover after a crash

A Journaling
B Compression
C Mirroring
D Indexing

Which permission concept prevents normal users from installing system-wide software without approval

A Screen scaling
B File caching
C Least privilege
D Disk mirroring

Which OS tool is commonly used to set startup apps and view their impact on boot performance

A Disk Cleanup tool
B Paint application
C Sound control panel
D Task Manager Startup

During boot, which component typically loads the OS kernel after firmware finishes initialization

A Boot loader
B Device manager
C File manager
D Event viewer

What is a practical reason to use “System Restore” after a driver installation problem

A Increase internet speed
B Create new partitions
C Undo recent system changes
D Improve monitor contrast

Which Windows recovery environment option can fix startup problems automatically

A Disk Defragment
B Startup Repair
C File Explorer
D Print Spooler

Which OS concept describes programs that keep running in background without a visible window

A Desktop icons
B User wallpapers
C Background services
D Screen widgets

Which command-line tool category is mainly used to diagnose network connectivity from a terminal

A Disk formatting commands
B Text styling commands
C Audio mixing commands
D Network diagnostic commands

In Windows, which built-in tool can show active network connections and listening ports from command line

A Netstat command
B Format command
C Echo command
D Rename command

Which OS tool helps check and repair file system errors on a disk

A Paint application
B Speech narrator
C Disk checking tool
D Clipboard manager

What does “spooling” mainly help with in operating systems, especially printing

A Increase file security
B Queue jobs for device
C Speed up CPU cores
D Reduce screen glare

Which OS component manages input and output operations for devices like disks and printers

A Text rendering
B Window manager
C I/O management
D Color profiles

Which concept allows the OS to respond to hardware events like keyboard input without constant checking

A Interrupts
B Clustering
C Fragmentation
D Encryption

Which memory allocation issue happens when free memory exists but is split into small scattered blocks

A Internal fragmentation
B Screen tearing
C Packet loss
D External fragmentation

Which scheduling problem occurs when low-priority processes wait indefinitely due to always being skipped

A Spooling
B Paging
C Starvation
D Booting

Which OS feature gradually increases priority of waiting processes to reduce starvation risk

A Disk mirroring
B Aging technique
C File compression
D Screen scaling

Which part of a file system keeps track of where file data blocks are stored on disk

A Keyboard buffer table
B Screen pixel map
C File allocation metadata
D CPU instruction set

Which OS feature lets users switch between open apps using a quick key combination

A Task switching
B Disk formatting
C Driver signing
D Memory swapping

What is a correct reason to use “Device Driver Rollback” after an update

A Increase storage size
B Change file attributes
C Restore previous driver
D Enable new kernel

In OS security, what does “authentication” mainly verify during login

A Screen resolution
B Printer alignment
C Disk partition size
D User identity

In OS security, what does “authorization” mainly decide after login

A Keyboard language
B Allowed permissions
C Monitor refresh rate
D Folder icon style

Which OS tool can show which program used most CPU over time using performance counters

A Disk Cleanup
B File Explorer
C Performance Monitor
D Paint Tool

Which OS function safely ends an unresponsive application without rebooting the entire system

A End task option
B Disk defrag option
C Format drive option
D BIOS update option

What does “swap space” mainly refer to in virtual memory systems

A RAM speed setting
B CPU core partition
C Disk area for pages
D Monitor display buffer

Which file system concept ensures only one process modifies a file at a time in many scenarios

A File renaming
B File copying
C File indexing
D File locking

What is the key purpose of a “user profile” in an operating system

A Store user settings
B Increase CPU speed
C Repair disk sectors
D Replace device drivers

Which OS mode is designed to conserve power by keeping session in memory while reducing activity

A Cold boot
B Sleep mode
C Full shutdown
D Disk format

Which OS feature prevents unknown applications from changing system settings without approval prompt

A Screen saver lock
B Disk cleanup wizard
C User Account Control
D File explorer view

Which statement best describes “system image backup” compared to simple file backup

A Full system snapshot
B Only documents copy
C Only settings copy
D Only drivers copy

Which OS action refreshes system files and settings by reinstalling core components while keeping user data in many cases

A Disk cleanup option
B Task switching option
C System reset option
D Screen scaling option

In OS boot troubleshooting, which record stores the initial code used to start loading an OS on older BIOS systems

A Device driver store
B Page table entry
C User profile folder
D Master Boot Record

Which modern firmware feature helps prevent unauthorized boot loaders from running at startup

A Fast Copy
B Secure Boot
C Auto Save
D Smart Search

Which OS concept keeps track of running programs, open files, and allocated memory for each process

A File extension list
B Disk sector table
C Process control block
D Window icon cache

In basic OS design, what does “monolithic kernel” mean

A Many services in kernel
B Only GUI inside kernel
C Only drivers outside kernel
D No system calls exist

In basic OS design, what is a key idea of a microkernel approach

A All drivers in kernel
B No user mode exists
C Minimal core kernel
D Only batch processing

Which OS tool can display which applications are set to run automatically at system startup

A Disk Management tool
B Device Manager tool
C Event Viewer tool
D System Configuration tool

Leave a Reply

Your email address will not be published. Required fields are marked *