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 Questions
In memory management, what is a Memory Management Unit MMU and what function does it perform during address translation?
In computer systems, what is a hard disk and what is its main purpose in relation to operating systems and applications?
In CPU scheduling, what is the dispatcher and what role does it play when switching the CPU from one process to another?
In deadlock theory, what are the necessary conditions for a deadlock to occur among competing processes in a system?
In programming language translation, what is the main difference between a compiler and an interpreter in how they execute a program?
In operating systems and networking, what is meant by a distributed system and how is it conceptually defined?
In concurrent programming and operating systems, what is a mutex and what is its primary purpose?
In Unix like operating systems, what is a daemon process and how is it typically characterized?
In CPU scheduling, what is the difference between preemptive and non preemptive scheduling policies?
In a classic Unix like system, which of the following is not created as a separate daemon process that is a child of the swapper or scheduler process?
Consider the following C program on a Unix like system: main() { fork(); printf("Hello World!"); } What output is printed on the terminal?
In Unix like operating systems, which of the following are system calls related to process management?
Prev
1
…
6
7