What test you know about operating system P4
- Question 1. When a process finishes processing, the operating system cancels it with some operation, which of the following is not necessary?
- Destroy the identity of the process
- Revoke resources allocated to the process
- Cancel the process from all management lists of the system
- Cancel the PCB of the process
-
- Question 2. The principle of exclusive distribution is often appropriate for processing systems:
- Real-time processing system
- Multi-chapter system
- Interactive sharing system
- Batch processing system
-
- Question 3. What kind of list will the process be executing when it comes to waiting for an I / O operation to complete, requesting data resources that are not satisfied, requesting a pause:
- List ready (Ready list)
- Task list (Job list)
- Waiting list (Waiting list)
- No sentence is correct
-
- Question 4. In the entire operating system, how many lists are available:
- 2 lists
- 1 list
- A list for each process
- A list for one for each resource (peripheral device)
-
- Question 5. Which action does the operating system execute a new process?
- Grant the CPU immediately to the process
- Immediately create the PCB block to manage the process
- Immediately assign resources that the process needs
-
- Question 6. What is the BLOCKED state of a process?
- Waiting for import
- Waiting for an event not yet happened
- Both are correct
-
- Question 7. The queue for processes queuing for import and export is called?
- Busy-Waitting buffer
- Ready queue
- Waiting queue
-
- Question 8. Assuming process A produces B, C, any of the following is incorrect
- B and C threads do not use the same command pointer
- Unused common B and C threads do not use the same register set
- B and C threads do not use the same stack
- B and C threads do not use the same address space
-
- Question 9. The operating coordination function of the operating system is activated when:
- The system creates a process
- The process ends
- An interrupt occurs
- Sentences a and b are correct
-
- Sentence 10. Which of the following algorithms is an algorithm that can be coordinated according to the monopoly principle
- FCFS
- Circular
- Coordinate with priority
- All right
-
5 ★ | 1 Vote