Operating Systems Questions
Practice Operating Systems MCQs with answers and explanations. Page 2 of 7.
Category
Technical Questions
Topic
Operating Systems
Page
2 / 7
Mode
Practice
Questions
Open any question to view the answer and explanation.
A Unix user named Bob can run a Java chess program from his home directory using the command java -classpath /test:/home/bob/downloads/*.jar games.Chess. Given that the CLASSPATH includes /test, where could the Chess.class file be located so that this command works?
Open
View answer
In Unix like operating systems, what are the default read, write and execute permission values for owner, group and others on a newly created regular file, before applying any user specific umask?
Open
View answer
In computer terminology, what is the list of coded instructions that tells the computer exactly what steps to perform called?
Open
View answer
Which of the following is not an operating system?
Open
View answer
In operating systems, which family of operating systems commonly uses the NTFS file system by default on its system partitions?
Open
View answer
In text processing and database applications, what do the soundex() and metaphone() functions do when working with words and names?
Open
View answer
In computer programming terminology, a high level language is also commonly described as what type of language?
Open
View answer
In operating system deadlock theory, when is a system said to be in a safe state with respect to resource allocation and processes?
Open
View answer
In virtual memory systems, what is the difference between local page replacement and global page replacement policies?
Open
View answer
In virtual memory management, what is the difference between demand paging and pre paging strategies for loading pages into memory?
Open
View answer
When designing an operating system, what is the perfect page size for paging, and how is this size typically chosen?
Open
View answer
In typical CPU and operating system design, which of the following lists best describes the main types of CPU registers that the operating system must save and restore during a context switch?
Open
View answer
In web applications and browsers, what are cookies and how are they commonly used?
Open
View answer
During the bootstrap process of a computer system, what major steps occur from power on until the operating system takes control?
Open
View answer
On a typical Linux system that uses the user private group model, a newly created user account by default belongs to which primary group?
Open
View answer
In the context of operating systems, is Windows NT considered a fully object oriented operating system, and what is the most accurate description of its design?
Open
View answer
In general terms, what is an operating system and what is its primary role in a computer system?
Open
View answer
Which of the following best describes the major components of a typical modern operating system?
Open
View answer
In operating system process scheduling, what is the CPU scheduler and what is its main function?
Open
View answer
In direct memory access (DMA) based input or output, what is cycle stealing and how does it affect the CPU?
Open
View answer
Practice smarter
Solve a few questions daily and revisit weak topics regularly to improve accuracy.