DS Quiz
DS Quiz
DS Quiz
System
This set of Operating System Multiple Choice Questions & Answers (MCQs) focuses on
“Distributed Operating System”.
1. What are the different ways in which clients and servers are dispersed across
machines ?
a) Servers may not run on dedicated machines
b) Servers and clients can be on same machines
c) Distribution cannot be interposed between a OS and the file system
d) OS cannot be distributed with the file system a part of that distribution
View Answer
Answer: b
Explanation: None.
2. What are not the characteristics of a DFS ?
a) login transparency and access transparency
b) Files need not contain information about their physical location
c) No Multiplicity of users
d) No Multiplicity if files
View Answer
Answer: c
Explanation: None.
3. What are characteristic of a DFS ?
a) Fault tolerance
b) Scalability
c) Heterogeneity of the system
d) Upgradation
View Answer
Answer: d
Explanation: None.
4. What are the different ways file accesses take place ?
a) sequential access
b) direct access
c) indexed sequential access
d) all of the mentioned
View Answer
Answer: d
Explanation: None.
5. Which is not a major components of file system ?
a) Directory service
b) Authorization service
c) Shadow service
d) System service
View Answer
Answer: c
Explanation: None.
6. What are the different ways mounting of file system ?
a) boot mounting
b) auto mounting
c) explicit mounting
d) all of the mentioned
View Answer
Answer: d
Explanation: None.
7. What is the advantage of caching in remote file access ?
a) Reduced network traffic by retaining recently accessed disk blocks
b) Faster network access
c) Copies of data creates backup automatically
d) None of the mentioned
View Answer
Answer: a
Explanation: None.
8. What is networked virtual memory ?
a) Caching
b) Segmentation
c) RAM disk
d) None of the mentioned
View Answer
Answer: a
Explanation: None.
9. What are examples of state information ?
a) opened files and their clients
b) file descriptors and file handles
c) current file position pointers
d) all of the mentioned
View Answer
Answer: d
Explanation: None.
10. Which is not an examples of state information ?
a) Mounting information
b) Description of HDD space
c) Session keys
d) Lock status
View Answer
Answer: b
Explanation: None.
Operating System Questions & Answers – Distributed
Coordination
This set of Operating System Multiple Choice Questions & Answers (MCQs) focuses on
“Distributed Coordination”.
a) i
b) i, ii and ii
c) ii and iii
d) i, iii and iv
View Answer
Answer : b
Explanation: None.
2. What are the characteristics of tightly coupled system ?
i) Different clock
ii) Use communication links
iii) Same clock
iv) Distributed systems
a) i
b) i and iv
c) i, ii and iii
d) ii, iii and iv
View Answer
Answer : d
Explanation: None.
3. What are the characteristics of mutual exclusion using centralized approach ?
a) One processor as coordinator which handles all requests
b) It requires request,reply and release per critical section entry
c) The method is free from starvation
d) All of the mentioned
View Answer
Answer : d
Explanation: None.
4. What are the characteristics of fully distributed approach ?
i) When responses are received from all processes, then process can enter its Critical
Section
ii) When process exits its critical section, the process sends reply messages to all its
deferred requests.
iii) It requires request,reply and release per critical section entry
iv) One processor as coordinator which handles all requests
a) i
b) i and ii
c) ii and iii
d) iii and iv
View Answer
Answer : b
Explanation: None.
5. What are the advantages of token(with rings) passing approach ?
i) One processor as coordinator which handles all requests
ii) No starvation if the ring is unidirectional
iii) There are many messages passed per section entered if few users want to get in section
iv) One processor as coordinator which handles all requests
v) Only one message/entry if everyone wants to get in
a) i
b) ii and iii
c) i, ii and iii
d) i, ii and iv
View Answer
Answer : d
Explanation: None.
6. What is the characteristics of atomicity ?
a) All operations associated are executed to completion or none are performed
b) One processor as coordinator which handles all requests
c) When responses are received from all processes, then process can enter its Critical
Section
d) Use communication links
View Answer
Answer : a
Explanation: None.
7. What things are transaction coordinator is responsible for ?
a) Starting the execution of the transaction
b) Breaking transaction into a number of subtransactions
c) Coordinating the termination of the transaction
d) All of the mentioned
View Answer
Answer : d
Explanation: None.
8. Single coordinator approach has the following advantages :
a) Simple implementation
b) Simple deadlock handling
c) bottleneck
d) All of the mentioned
View Answer
Answer : d
Explanation: None.
9. Single coordinator approach has the following disadvantages :
a) Bottleneck
b) Slow response
c) Deadlock
d) One request per second
View Answer
Answer : a
Explanation: None.
10. What are the disadvantages of majority protocol ?
a) Complicated implementation
b) Deadlock cannot occur easily
c) Bottleneck
d) All of the mentioned
View Answer
Answer : a
Explanation: None.
11. What are the parts of global unique identifier ?
a) Local unique timestamp
b) Remote timestamp
c) Clock number
d) All of the mentioned
View Answer
Answer : a
Explanation: None.
12. Which are the two complementary deadlock-prevention schemes using timestamps ?
a) The wait-die & wound-wait scheme
b) The wait-n-watch scheme
c) The wound-wait scheme
d) The wait-wound & wound-wait scheme
View Answer
Answer : a
Explanation: None.