Os Question Bank Unit-1
Os Question Bank Unit-1
Os Question Bank Unit-1
8. In time-sharing systems, each user is given a slice of CPU time, which is referred to as:
- A) Time quantum
- B) Time frame
- C) Time interval
- D) Time segment
Answer: A) Time quantum
35. Which of the following is a common feature of personal computer operating systems?
- A) Command-line interface only
- B) Graphical user interface (GUI)
- C) Limited application support
- D) High-cost licensing
Answer: B) Graphical user interface (GUI)
36. In parallel computing, tasks are divided into smaller sub-tasks that:
- A) Are processed sequentially
- B) Require synchronization
- C) Are executed independently
- D) Can only be run on a single processor
Answer: C) Are executed independently
37. Which type of parallelism allows for both data and task parallelism?
- A) Bit-level parallelism
- B) Instruction-level parallelism
- C) Thread-level parallelism
- D) Distributed parallelism
Answer: C) Thread-level parallelism
48. Which of the following factors affects the performance of demand paging?
- A) Page size
- B) Number of frames allocated
- C) Page replacement algorithm
- D) All of the above
Answer: D) All of the above
77. What does the term "working set" refer to in demand paging?
- A) The total memory allocated to a process
- B) The set of pages that a process is currently using
- C) The complete set of pages in virtual memory
- D) The number of processes in the system
Answer: B) The set of pages that a process is currently using