Curioustab
Aptitude
General Knowledge
Verbal Reasoning
Computer Science
Interview
Take Free Test
Aptitude
General Knowledge
Verbal Reasoning
Computer Science
Interview
Take Free Test
Operating Systems Concepts Questions
In computer architecture, what does the Memory Address Register (MAR) hold during a read or write cycle?
In software development terminology, what does the term ‘‘bug’’ most precisely refer to within a computer program?
In MS-DOS file management, which command should be used to copy a specific file from one disk or directory to another?
Within systems software, which category of software typically merges records from two separate files into a single consolidated file?
In program loading and memory management, what defines a non-relocatable program in terms of where it can execute in memory?
In computer architecture, which register or main memory location holds the effective address of the operand used by an instruction?
In a virtual memory operating system, what is Dynamic Address Translation (DAT) responsible for during paging?
In CPU addressing modes, which mode decrements the specified register first and then uses its new contents as the effective address (pre-decrement)?
In compiler design, what does an assembly code database most closely correspond to within the code generation and assembly pipeline?
Language processors in computer science: which tools translate or execute source programs to produce machine-level results?
Fundamentals of computer memory: which description correctly defines memory in the context of computer systems?
User interface design: what term describes values automatically supplied by software to reduce typing and streamline user productivity?
CPU scheduling: what is the strategy called when the operating system temporarily suspends logically runnable processes to allocate CPU time fairly or meet responsiveness goals?
Page replacement policies: what does the Least Recently Used (LRU) algorithm select when choosing a page to evict from memory?
Critical section correctness: to prevent race conditions, how many processes may be inside their critical section at the same time?
In MS-DOS 5.0, which numeric identifier represents the software's version code that uniquely distinguishes this product release from other MS-DOS versions?
In operating systems, what is the most accurate definition of a ‘‘process’’ in contrast to a program stored on disk or a job in secondary memory?
In system building, which tool is responsible for resolving externally defined symbols and producing a combined executable image?
When a PC boots, which command category is resident and loaded into main memory so that it is immediately available without loading external files?
While running DOS on a PC, which command should be used to duplicate an entire diskette sector-by-sector (including boot records and directory structure)?
1
2
3
4
5
6
7
8
9
10
11
12