CUET-PG SERIES Data-science-a-i-cyber-security-and-computer-sci
Operating Systems
6 previous year questions.
Volume: 6 Ques
Yield: Medium
High-Yield Trend
6
2024 Chapter Questions 6 MCQs
01
PYQ 2024
medium
data-science-a-i-cyber-security-and-computer-sci ID: cuet-pg-
Deallocation of stack of thread and register contexts will take place.
1
at the termination of thread
2
at the time of thread blocking
3
at the time of thread spawning
4
at the time of unblocking the thread
02
PYQ 2024
medium
data-science-a-i-cyber-security-and-computer-sci ID: cuet-pg-
Match List I with List II.
| List I | List II |
|---|---|
| A. Segmentation | I. Memory is viewed as a collection of logical address spaces. |
| B. Unsegmented paged memory | II. Virtual address is the same as the physical address. |
| C. Segmented unpaged memory | III. Memory is viewed as a paged linear address space. |
| D. Segmented paged memory | IV. Manages the allocation of memory within a partition. |
1
(A) - (I), (B) - (IV), (C) - (III), (D) - (II)
2
(A) - (V), (B) - (II), (C) - (I), (D) - (III)
3
(A) - (III), (B) - (IV), (C) - (II), (D) - (I)
4
(A) - (IV), (B) - (III), (C) - (II), (D) - (I)
03
PYQ 2024
medium
data-science-a-i-cyber-security-and-computer-sci ID: cuet-pg-
Consider the following statements and choose the correct one:
(A) Segmentation is a memory management scheme that supports user view of memory.
(B) In paging, physical memory is broken into fixed-sized blocks called pages.
(C) In paging, logical memory is also broken into blocks of the same size called frames
Choose the correct answer from the options given below:
(A) Segmentation is a memory management scheme that supports user view of memory.
(B) In paging, physical memory is broken into fixed-sized blocks called pages.
(C) In paging, logical memory is also broken into blocks of the same size called frames
Choose the correct answer from the options given below:
1
(A) and (B) only.
2
(B) only.
3
(B) and (C) only.
4
(A) only.
04
PYQ 2024
medium
data-science-a-i-cyber-security-and-computer-sci ID: cuet-pg-
Match List I with List II
Choose the correct answer from the options given below:
| LIST I | LIST II |
|---|---|
| (A) Disk scheduling | (I) Round robin |
| (B) Batch processing | (II) SCAN |
| (C) Time sharing | (III) LIFO |
| (D) Interrupt processing | (IV) FIFO |
1
(A) - (III), (B) - (IV), (C) - (II), (D) - (I)
2
(A) - (IV), (B) - (III), (C) - (II), (D) - (I)
3
(A) - (II), (B) - (IV), (C) - (I), (D) - (III)
4
(A) - (II), (B) - (I), (C) - (IV), (D) - (III)
05
PYQ 2024
hard
data-science-a-i-cyber-security-and-computer-sci ID: cuet-pg-
Consider the following set of processes with the length of the CPU burst time given in milliseconds:

The processes are assumed to have arrived in order P1, P2, P3, P4, P5 all at time 0. What is the waiting time of process P4 for Shortest Job First (SJF), non-preemptive priority scheduling, and Round Robin (Quantum=1) scheduling algorithms respectively?

The processes are assumed to have arrived in order P1, P2, P3, P4, P5 all at time 0. What is the waiting time of process P4 for Shortest Job First (SJF), non-preemptive priority scheduling, and Round Robin (Quantum=1) scheduling algorithms respectively?
1
18, 3, 1
2
3, 1, 18
3
18, 3, 3
4
1, 3, 18
06
PYQ 2024
medium
data-science-a-i-cyber-security-and-computer-sci ID: cuet-pg-
Consider the following statements and choose the correct one:
(A) Job schedulers select processes from the pool and load them into memory for execution.
(B) Short term scheduler selects among the processes that are ready to execute and allocates the CPU to one of them.
(C) Medium term scheduler increases the degree of multiprogramming.
Choose the correct answer from the options given below:
(A) Job schedulers select processes from the pool and load them into memory for execution.
(B) Short term scheduler selects among the processes that are ready to execute and allocates the CPU to one of them.
(C) Medium term scheduler increases the degree of multiprogramming.
Choose the correct answer from the options given below:
1
Job schedulers select processes from the pool and load them into memory for execution.
2
Short-term scheduler selects among the processes that are ready to execute and allocates the CPU to one of them.
3
Medium-term scheduler increases the degree of multiprogramming.
4
(A) only.