Top Operating System One Liner Questions


Operating System is a software that acts as an interface between computer hardware components and the user. In fact, you can call it a medium through which different parts of the user and computer can interact with each other.

Operating system is also called system software. Most people also call it 'OS' by short name. It is also called the heart of the computer, the operating system is a system software, which acts as an interface between the user and the computer hardware.

When you turn on the computer, then the operating system is first loaded into the main memory means RAM and after that, it allocates all the hardware from which user software is needed.

In this post we have collected top operating system questions and answers, which are frequantly asked in interview or competitive exams.


Q 31. The page replacement policy that sometimes leads to more page faults, when the size of the memory is increased ?
Ans. FIFO
Q 32. When page fault occurs ?
Ans. The page is not in main memory
Q 33. When a peripheral device needs immediate attention from the operating system, it generates ?
Ans. Interrupt signal
Q 34. What is dispatch latency ?
Ans. The time taken by the dispatcher to stop one process and start another.
Q 35. Bootstrapping is also known as ?
Ans. Cold boot
Q 36. When resources have multiple instances _______ is used for deadlock Avoidance.
Ans. Bankers algorithm
Q 37. What selects a process from among the ready processes to execute on the CPU ?
Ans. CPU Scheduler
Q 38. What IPC stands for ?
Ans. Inter process communication
Q 39. A process is already split into pieces is called ?
Ans. Task
Q 40. Load balancing algorithms in ________ class use the processor and process characteristics to allocate processes to nodes.
Ans. Deterministic
Q 41. DSM stands for ?
Ans. Distributed shared memory
Q 42. A ________is a collection of processors that do not share memory, peripheral devices,or a clock.
Ans. Distributed system
Q 43. What is Dr. Watson ?
Ans. Diagnosis tool
Q 44. Which method is often called Warm Boot?
Ans. Restart
Q 45. Which is the first program run on a computer when the computer boots up?
Ans. Operating system
Q 46. Linux is a _______ operating system.
Ans. Open source
Q 47. An example of distributed OS is ?
Ans. Amoeba
Q 48. A program is located in the smallest available hole in the memory is ______ ?
Ans. best – fit
Q 49. In order to allow only one process to enter its critical section, binary semaphore are initialized to ?
Ans. 1
Q 50. A Deadlock in an Operating System is called ?
Ans. Definite waiting process
Q 51. Page making process from main memory to disk is called ?
Ans. Swapping
Q 52. WINDOWS is a ............... operating system?
Ans. Preemptive
Q 53. What is Virtual memory ?
Ans. A kind of RAM
Q 54. Dirty bit is used to show the ?
Ans. Page that is modified after being loaded into cache memory
Q 55. Dijkstra’s Banker’s algorithm is used for ?
Ans. Deadlock Avoidance
Q 56. What is the searching process sequance of data in Disk ?
Ans. Plotter -> Surface -> Track -> Sector
Q 57. Overlay concept used in which type of system ?
Ans. Embedded system
Q 58. When page fault occurs in OS ?
Ans. When CPU ask for any page of process that one not exist in RAM then page fault occur
Q 59. What is thrashing in operating system ?
Ans. When the page fault and swapping happens very frequently at the higher rate, and then the operating system has to spend more time swapping these pages. This state is called thrashing.
Q 60. How to solve producer-consumer problem in operating system ?
Ans. By using Semaphore
Free Mock Test
Follow us on Facebook