What test you know about operating system P10
- Question 1. Why is there no transition from the Ready state to a Blocked state?
- The process is running
- Process not yet implemented
- The process has not enough resources
- All 3 are right
-
- Question 2. Why is there no switch from Blocked state to Running state?
- The process is running
- The process has not enough resources
- The process has not been performed so it cannot be blocked
- All 3 are right
-
- Question 3. What are the types of memory distributed to the program in IBM PC?
- 2 types: Internal memory and external memory
- 2 types: general memory and native memory
- 3 types: ROM memory, RAM memory, cache
- 2 types: ROM memory, RAM memory
-
- Question 4. In fixed partition memory management technique, the maximum number of programs that can be loaded into memory is:
- Load factor
- Area coefficient
- Parallel coefficients
- Fixed area coefficient
-
- Question 5. 71. In the technique of managing dynamic areas, the following free memory areas are as follows: 100k, 250k, 260k, 300k, 200k, 260k. Which device will be selected to load the program of size 210k according to First Fit algorithm:
- 250k
- 300k
- 260k
- 100k
-
- Question 6. In the Overlay structure, the program is organized as follows:Class 0: 80K
Class 1: 40K, 60K, 100K
Class 2: 50K, 70K, 80K
Class 3: 60K, 70K
Grade 4: 90K, 10K, 20K, 40K
The memory size required to organize this program structure is:- 380K
- 610K
- 330K
- 420K
-
- Question 7. Are there some low-level moderation algorithms?
- first
- 2
- 3
- 4
-
- Question 8. What is the task of the editor (Edit / Linker)?
- Edit the .exe file
- Link libraries
- Link the modules together
- Edit to .obj file
-
- Question 9. Which structure editor has the fastest execution speed?
- Paging structure
- Overlay structure
- Linear structure
- Segment structure
-
- Question 10. What requirements are not required for the process moderation algorithm?
- Do not put processes into a deadlock state
- If the glove material is released, it will be served immediately for the waiting process
- Do not let the process lie indefinitely in the glove segment
- Make sure the resources of the gloves do not serve their ability
-
5 ★ | 1 Vote