Chapter 6: Operating Systems Fundamentals (Set-10)

In system protection, which mechanism most directly prevents a user program from executing privileged CPU instructions

A Large disk partitions
B Faster screen refresh
C User and kernel modes
D Bigger file cache

When a program requests OS service using a system call, which transition happens to safely run protected code

A Cache to disk
B Trap to kernel
C Disk to RAM
D GUI to CLI

In paging, which component performs address translation using page tables and protection bits

A MMU hardware
B Boot loader
C File manager
D Event logger

Which event occurs when the needed address translation is not found in the TLB

A Page fault
B Deadlock
C TLB miss
D Warm boot

In demand paging, which situation directly causes a page fault

A File is hidden
B CPU is idle
C Disk is partitioned
D Page not in RAM

Which concept best describes the set of pages a process is actively using during a short time period

A Working set
B Boot sector
C Swap header
D Icon cache

When a system spends most time swapping pages instead of executing processes, what is the condition called

A Spooling
B Piping
C Thrashing
D Indexing

In preemptive scheduling, what mechanism commonly forces the OS to take CPU control back from a running process

A Disk cleanup
B File rename
C Window resize
D Timer interrupt

Which scheduling algorithm can cause starvation for long CPU jobs if many short jobs keep arriving

A FCFS scheduling
B SJF scheduling
C Round robin
D FIFO paging

Which scheduling approach is most directly designed for interactive systems needing fairness among users

A Round robin
B FCFS scheduling
C Batch scheduling
D Static priority

Which OS structure stores process state like registers and program counter for context switching

A Directory metadata
B Disk partition map
C Process control block
D Firewall rules

In concurrency, which problem occurs when thread outcomes depend on unpredictable execution timing

A Race condition
B Page fault
C Cold boot
D Disk cleanup

Which mechanism ensures only one thread enters a critical section at any time

A Spooling queue
B Paging table
C Mutual exclusion
D Boot manager

Which deadlock condition means a process holds one resource while waiting for another

A Full preemption
B Hold and wait
C No sharing
D Shortest job

Which deadlock condition means a resource cannot be forcibly taken from a process

A No preemption
B Full sharing
C Infinite resources
D Always release

Which deadlock condition creates a closed waiting loop among processes

A Ready state
B Time slicing
C Circular wait
D Page replacement

Which algorithm prevents deadlock by granting requests only if the system remains in a safe state

A Round robin
B Banker’s algorithm
C FIFO queue
D Disk caching

In segmentation, what is the main reason external fragmentation can occur

A Fixed page sizes
B TLB caching
C CPU time slicing
D Variable segment sizes

Which register pair checks that a process accesses only its valid memory range

A Base and limit
B TLB and MMU
C BIOS and UEFI
D GUI and CLI

In Unix-like systems, what does the setuid bit on an executable primarily do

A Hide file name
B Encrypt file data
C Run as owner
D Resize partitions

Which permission combination typically allows listing directory entries and accessing items within

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

Which mechanism prevents two processes from writing conflicting updates to the same file simultaneously

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

Which file system feature improves recovery by logging operations before final commit

A Journaling
B Piping output
C Spooling jobs
D Aging priority

Which caching method increases risk of data loss if power fails before data is written to disk

A Write-through caching
B Read-only caching
C No caching
D Write-back caching

Which operation forces cached writes to be committed to storage for safety

A Raise priority
B Flush buffers
C Disable paging
D Stop services

On BIOS systems, which structure contains initial boot code and partition table in first sector

A Page directory
B Swap partition
C Master Boot Record
D Registry hive

In UEFI systems, which feature blocks unauthorized boot loaders using digital signatures

A Secure Boot
B Fast Startup
C Safe Mode
D System Restore

Which Windows tool is best for long-term analysis of CPU, disk queue, and memory counters

A Task Manager
B Disk Cleanup
C Performance Monitor
D File Explorer

Which Windows tool is most useful to investigate repeated service crashes using error logs and event IDs

A Device Manager
B Event Viewer
C Disk Management
D Control Panel

Which OS control decides whether a background service starts automatically at boot or manually later

A Page size choice
B Disk cluster size
C Window theme
D Service startup type

In OS security, what does authentication verify during login

A Disk free space
B CPU speed
C User identity
D Screen layout

In OS security, what does authorization decide after a successful login

A Allowed permissions
B Boot device order
C File compression level
D Monitor resolution

Which access control model assigns permissions based on job roles like “admin” or “operator”

A Discretionary access
B Random access
C Open access
D Role-based access

Which OS technique lets one command’s output become another command’s input in a shell

A Paging memory
B Patching OS
C Piping output
D Spooling prints

Which I/O feature transfers data between device and RAM with minimal CPU copying

A DMA transfer
B Manual polling
C GUI buffering
D File locking

Why is interrupt-driven I/O generally better than polling for CPU efficiency

A Increases disk size
B Improves icon quality
C Avoids busy waiting
D Reduces file names

Which OS component is mainly responsible for managing multiple virtual machines on one host

A Boot loader
B File explorer
C Text editor
D Hypervisor

Which hypervisor type runs directly on hardware and is common in enterprise servers

A Type 2 hypervisor
B Type 1 hypervisor
C Shell program
D Device driver

Which hypervisor type runs as a program on an existing OS, common for personal testing

A Type 1 hypervisor
B Kernel firmware
C Type 2 hypervisor
D Disk controller

Which scheduling metric measures time from submitting a job until it finishes completely

A Turnaround time
B Response time
C Idle time
D Boot time

Which scheduling metric measures how quickly the system first responds to a user action

A Turnaround time
B Disk time
C Cache time
D Response time

Why is preemptive multitasking more robust than cooperative multitasking against frozen apps

A Disk never fills
B Files auto compress
C OS regains control
D Icons auto sort

Which disk metric indicates many pending I/O requests waiting to be served by the disk

A Disk queue length
B Screen refresh rate
C CPU voltage
D RAM size

Which patching practice reduces widespread failures by testing updates on a small group first

A Random rollout
B Staged rollout
C Disable updates
D Force all updates

Which Windows database stores many system and application configuration settings centrally

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

Which OS mechanism queues print jobs so applications are not blocked by slow printing

A Memory paging
B Disk mirroring
C Print spooling
D File locking

Which mechanism uses temporary memory areas to smooth speed differences during device input/output

A Buffering
B Aging
C Booting
D Logging

Which recovery step is most direct if a newly installed driver causes repeated crashes

A Increase page size
B Roll back driver
C Defragment disk
D Change user theme

Why is using a standard user account safer for daily work than using an admin account

A Increases CPU speed
B Expands disk space
C Limits damage scope
D Improves graphics

In distributed systems, what approach keeps a service available when one node fails

A Replication and failover
B Disk cleanup cycle
C Icon arrangement
D Window snapping

Leave a Reply

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