Operating System Multiple Choice Questions
Operating System Multiple Choice Questions 1) What is the use of directory structure in the operating system? The directory structure is used to solve the problem of the network connection in OS. It is used to store folders and files hierarchically. It is used to store the program in file format. All of the these Answer: (b) It is used to store folders and files hierarchically. Explanation: In the OS, a directory structure is a container that is used to store folders and files in a hierarchical manner. 2) What type of scheduling is round-robin scheduling? Linear data scheduling Non-linear data scheduling Preemptive scheduling Non-preemptive scheduling Answer: (c) Preemptive scheduling Explanation: Round-robin scheduling is a preemptive scheduling algorithm in which a specific time is provided to execute each process. This specific time is called time-slice. 3) Which conditions must be satisfied to solve a critical section problem? Bounded Waiting Progress Mutual Exclusion Al...