Operating System (Quiz 3)
- Date January 29, 2022
Quiz Summary
0 of 40 Questions completed
Questions:
Information
You have already completed the quiz before. Hence you can not start it again.
Quiz is loading…
You must sign in or sign up to start the quiz.
You must first complete the following:
Results
Results
0 of 40 Questions answered correctly
Your time:
Time has elapsed
You have reached 0 of 0 point(s), (0)
Earned Point(s): 0 of 0, (0)
0 Essay(s) Pending (Possible Point(s): 0)
Categories
- Not categorized 0%
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
- 11
- 12
- 13
- 14
- 15
- 16
- 17
- 18
- 19
- 20
- 21
- 22
- 23
- 24
- 25
- 26
- 27
- 28
- 29
- 30
- 31
- 32
- 33
- 34
- 35
- 36
- 37
- 38
- 39
- 40
- Current
- Review
- Answered
- Correct
- Incorrect
-
Question 1 of 40
1. Question
In multi processor scheduling; A: Gang scheduling, B: Dynamic scheduling, C: Dedicated processor management.; 1- The number of threads in a process can be altered during the course of execution. 2- This provides implicit scheduling defined by the assignment of threads to processors, 3- It is applied to the simultaneous scheduling of threads that make up a single process.
CorrectIncorrect -
Question 2 of 40
2. Question
In real time computing
CorrectIncorrect -
Question 3 of 40
3. Question
In soft real time tasks
CorrectIncorrect -
Question 4 of 40
4. Question
In real time scheduling: A: Static table driven approach, B: Static priority driven preemptive approach, C: Dynamic planning based approach; 1- A static analysis of feasible scheduler of dispatching is done and implemented. 2- A static analysis of feasible schedules of dispatching is done and assigns priorities to tasks. 3- Feasibility is determined at run time.
CorrectIncorrect -
Question 5 of 40
5. Question
Match the following I/O devices : A- Keyboard, 1- Human readable, B- Disk and tape drives, 2- Communication, C- Modems, 3-Machine readable
CorrectIncorrect -
Question 6 of 40
6. Question
Arrange the following I/O device in increasing data rate Hard disk, Floppy disk, Key board
CorrectIncorrect -
Question 7 of 40
7. Question
In I/O management when buffering is allowed then : Statement A: Input transfer is performed before request is made. Statement B: Output transfer is performed after request is made.
CorrectIncorrect -
Question 8 of 40
8. Question
Resident set of process is
CorrectIncorrect -
Question 9 of 40
9. Question
Main memory is referred as
CorrectIncorrect -
Question 10 of 40
10. Question
Memory that is located on the disk either Hard or floppy is referred as
CorrectIncorrect -
Question 11 of 40
11. Question
The principle of locality states
CorrectIncorrect -
Question 12 of 40
12. Question
In memory management : A- Fetch Policy B- Cleaning Policy C- Placement Policy: 1- It determines when a modified page should be written out to secondary memory. 2- It determines when a page should be bought into main memory. 3- It determines where in real memory a process piece is to be reside.
CorrectIncorrect -
Question 13 of 40
13. Question
In memory management when demand cleaning policy is applied
CorrectIncorrect -
Question 14 of 40
14. Question
In two level scheme for page table, if one assume byte-level addressing and 4-kbyte (212 pages) then the 4-Gbyte (232) virtual address space is composed of
CorrectIncorrect -
Question 15 of 40
15. Question
When pre cleaning policy is applied in memory management
CorrectIncorrect -
Question 16 of 40
16. Question
In virtual memory management, when local control policy is applied
CorrectIncorrect -
Question 17 of 40
17. Question
In two level scheme if each page is mapped by 4-byte (22) page table entry then to create a page table composed of 220 page table entry one requires
CorrectIncorrect -
Question 18 of 40
18. Question
In defining page table structure in virtual memory, A page number portion of a virtual address is mapped into a hash table using simple hash function, where hash table contains a pointer to the inverted page table, which contains page table entries, this approach is referred as
CorrectIncorrect -
Question 19 of 40
19. Question
A fetch policy for virtual memory determines
CorrectIncorrect -
Question 20 of 40
20. Question
The demand paging and pre paging of virtual memory management are
CorrectIncorrect -
Question 21 of 40
21. Question
When process is swapped out of main memory and put in a suspended state
CorrectIncorrect -
Question 22 of 40
22. Question
Statement A: The placement policy determines where in real memory a process piece is to reside. Statement
B: The fetch policy determines when a page should be bought into main memory.
CorrectIncorrect -
Question 23 of 40
23. Question
When a frame in main memory is locked
CorrectIncorrect -
Question 24 of 40
24. Question
Statement A : In memory management, the replacement policy deals with the selection of pages in memory to be replaced by arrived new page.
Statement B: In memory management, the policy the fetch policy determines when a page should be bought into main memory.
CorrectIncorrect -
Question 25 of 40
25. Question
The Least Recently Used (LRU) policy
CorrectIncorrect -
Question 26 of 40
26. Question
In memory management where replacement is allowed in First-in-First-out (FIFO) fashion
CorrectIncorrect -
Question 27 of 40
27. Question
By principle of locality, in least recently used policy, in memory management
CorrectIncorrect -
Question 28 of 40
28. Question
In First-In-First-out (FIFO) replacement policy used in memory management, the page frames to allocated to a process as circular buffer and
CorrectIncorrect -
Question 29 of 40
29. Question
The memory management, y one clock policy is applied then the page first loaded into a frame in memory its use bit is set to
CorrectIncorrect -
Question 30 of 40
30. Question
In memory management Free page list is:
A- A list of page frames available for reading in pages.
B- A list where replaced page is assigned without modification.
C-A list where replaced page is assigned with modification.
CorrectIncorrect -
Question 31 of 40
31. Question
A policy in memory management referred as clock policy because one can visualize the page frames as laid out in
CorrectIncorrect -
Question 32 of 40
32. Question
In memory management :A-Fixed allocation policy, B-Variable allocation policy: 1-It gives a process a fixed number of frames in main memory within which to execute. 2-It allows the number of page frames allocated to a process to be varied over the life time of the process. 3-In it a number of allocated frames are decided at initial load time.
CorrectIncorrect -
Question 33 of 40
33. Question
In uni-processor scheduling :A : Turnaround time, B : Response time, 1: A time interval between the submission of a process and its completion. 2: For interactive process, it is a time from the submission of a request until the response begins to received. 3: It includes actual execution time plus time spent waiting for resources.
CorrectIncorrect -
Question 34 of 40
34. Question
In uni-processor management processor through put
CorrectIncorrect -
Question 35 of 40
35. Question
In uni-processor scheduling, a priorities enforcement is
CorrectIncorrect -
Question 36 of 40
36. Question
In uni-processor scheduling, if non- preemptive policy is applied then
CorrectIncorrect -
Question 37 of 40
37. Question
In aperiodic (real time) tasks
CorrectIncorrect -
Question 38 of 40
38. Question
The time table of railway, and airline which defines arrival and departure can be considered as
CorrectIncorrect -
Question 39 of 40
39. Question
When preemptive policy is applied to uni- processor scheduling then
CorrectIncorrect -
Question 40 of 40
40. Question
The normalized turnaround time is
CorrectIncorrect