Chapter 6: Operating Systems Fundamentals (Set-4)

When a process is moved out of CPU but kept ready for later, which OS structure stores its saved CPU state

A File attribute table
B Boot sector map
C Window icon cache
D Process control block

If a CPU uses very small time slices in round-robin, what common effect is likely on performance

A Faster disk writes
B More context switch overhead
C Larger file names
D Higher screen resolution

In priority scheduling, which simple method helps ensure long-waiting low-priority jobs eventually run

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

Which OS concept allows a program to appear to have its own continuous memory, even if physical memory is fragmented

A Virtual address space
B Screen refresh buffer
C Disk partition label
D Keyboard scan code

Which memory component translates virtual addresses to physical addresses at high speed in hardware

A BIOS firmware
B GPU shader
C MMU hardware
D NIC controller

Which special cache stores recent address translations to speed up paging systems

A LPT table
B FAT table
C MBR record
D TLB cache

When many page faults occur frequently, which issue is most likely happening

A Disk formatting
B Thrashing problem
C Screen tearing
D Driver signing

Which OS policy decides which memory page to remove when RAM is full and a new page must be loaded

A File permission
B Process creation
C Page replacement
D Boot selection

Which page replacement idea removes the page that was least recently used

A FIFO policy
B Random policy
C Batch policy
D LRU policy

Which file system structure stores the mapping of file names to their metadata and locations

A CPU registers
B Directory entries
C GUI menus
D Boot firmware

In a Linux-like permission model, which set correctly represents the three basic permission types

A Copy, paste, delete
B Open, close, print
C Read, write, execute
D Move, rename, share

In Unix-like systems, which permissions are generally needed to enter a directory and list its filenames

A Read only
B Read and execute
C Execute only
D Write only

Which OS feature ensures only one program writes to a critical file at a time to avoid corruption

A File indexing
B Disk cleanup
C Screen magnifier
D File locking

When a program requests I/O and the OS blocks it until the device responds, which process state applies

A Ready state
B Running state
C Blocked state
D New state

Which OS mechanism wakes a blocked process after an I/O completes

A Interrupt signal
B Font rendering
C Screen scaling
D Disk labeling

Which command concept reduces repeated typing by executing multiple commands automatically in sequence

A Clipboard cache
B Icon pack
C Display driver
D Script file

Which OS feature helps protect the system by requiring admin approval for system-level changes

A Screen saver
B Privilege elevation prompt
C Window snapping
D File preview

Which setting is commonly used to control which applications can run when the user signs in

A Disk partitioning
B Page replacement
C Startup app settings
D File journaling

Which term describes a small core OS design where services like drivers run outside the kernel

A Microkernel design
B Monolithic design
C Batch design
D Real-time design

Which kernel design includes file systems and many drivers inside kernel space for speed

A Microkernel model
B Virtual kernel
C Embedded shell
D Monolithic kernel

Which OS type is best matched to controlling a robot arm where timing deadlines must be met reliably

A Batch OS
B Desktop OS
C Real-time OS
D Mobile OS

In a distributed OS environment, which goal is often achieved by spreading tasks across multiple machines

A Screen scaling
B Load balancing
C Font smoothing
D Disk cleanup

Which OS type commonly provides centralized user authentication and shared file services on a company network

A Embedded operating system
B Batch operating system
C Single-task OS
D Network operating system

Which feature in many modern systems speeds up boot by saving system state to disk and restoring it later

A Cold boot
B Warm restart
C Fast startup
D Secure erase

Hibernation differs from sleep mainly because hibernation stores system state where

A On disk storage
B In RAM only
C In CPU cache
D In BIOS chip

Which OS utility helps view detailed system information like installed RAM and OS version

A Disk cleanup tool
B System information tool
C Paint program
D Text editor

Which tool helps manage installed programs by uninstalling or changing them through a system interface

A Event viewer
B Disk management
C Device manager
D Programs and Features

Which tool is most useful to check which service failed to start at boot using logged error entries

A Task Manager
B Disk Cleanup
C Event Viewer
D File Explorer

Which OS tool can stop and start background services like printing or updates

A Screen magnifier
B Services console
C Disk defrag
D File preview

Which startup type starts a service automatically during boot without user action

A Manual startup
B Disabled startup
C Delayed logout
D Automatic startup

Which startup type means a service will not run unless the system or user starts it

A Automatic startup
B Disabled startup
C Manual startup
D Fast startup

Which startup type prevents a service from running at all until it is re-enabled

A Disabled startup
B Manual startup
C Automatic startup
D Scheduled startup

Which OS feature keeps a record of who accessed a protected file for security monitoring

A Screen recording
B Disk mirroring
C File compression
D Audit logging

Which system area typically stores configuration settings for installed software in Windows

A Boot loader
B Registry database
C Swap space
D Page table

Which OS concept describes the ability to run multiple user sessions with separate permissions on one machine

A Disk partitioning
B File compression
C Multiuser support
D Screen scaling

Which OS function reduces risk by running regular users without admin rights by default

A Fast boot settings
B Screen saver lock
C Disk cleanup schedule
D Standard user accounts

When the OS keeps a program’s data in RAM for faster repeated access, which concept is involved

A Disk partitioning
B Memory caching
C BIOS flashing
D File shredding

Which utility is used to schedule recurring tasks like backup scripts at specific times

A Device Manager
B Disk Management
C Task Scheduler
D Event Viewer

In OS fundamentals, what does “daemon” commonly mean in Unix-like systems

A Graphical window tool
B File system format
C Boot sector table
D Background service process

Which term is commonly used for background services in Windows environments

A Kernel threads
B Windows services
C Disk clusters
D GUI widgets

Which interface type is generally faster for automation because commands can be scripted

A CLI interface
B GUI interface
C Touch interface
D Icon interface

Which GUI feature helps organize open windows by snapping them to screen edges

A Disk mirroring
B File journaling
C Boot locking
D Window snapping

Which tool helps view and manage installed drivers for devices like graphics and network adapters

A Disk Cleanup
B Device Manager
C Task Scheduler
D Control Panel

Which OS utility is most directly used to check overall disk free space and storage usage

A Paint program
B Screen reader
C Storage settings
D Clipboard history

Which concept allows multiple OS instances to run on one physical machine using a hypervisor

A Defragmentation
B Pagination
C Compression
D Virtualization

Which type of hypervisor runs directly on hardware without needing a host OS

A Type 2 hypervisor
B Batch controller
C Type 1 hypervisor
D Kernel shell

Which type of hypervisor runs as an application on top of an existing operating system

A Type 1 hypervisor
B Type 2 hypervisor
C Boot loader
D Device driver

Which OS security feature uses software signatures to confirm a driver is trusted before installation

A Driver signature enforcement
B Disk cleanup schedule
C Screen saver lock
D Window snapping

Which file attribute hides a file from normal view in many file managers unless settings are changed

A Read attribute
B Execute attribute
C Archive attribute
D Hidden attribute

Which OS action forces writing cached data to disk to ensure it is safely stored

A Increase page size
B Flush disk buffers
C Restart shell process
D Clear icon cache

Leave a Reply

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