Computer/Operating%20System%20MCQ%20Set%2021 Sample Test,Sample questions

Question:
 If timestamps of two events are same, then the events are _______

1.concurrent

2.non-concurrent

3.monotonic

4.non-monotonic

Posted Date:-2022-03-30 15:14:23


Question:
 In case of failure, a new transaction coordinator can be elected by _______

1.bully algorithm

2. ring algorithm

3. both bully and ring algorithm

4.None of the mentioned

Posted Date:-2022-03-30 15:17:56


Question:
 In distributed systems, what will the transaction coordinator do?

1.starts the execution of transaction

2.breaks the transaction into number of sub transactions

3. coordinates the termination of the transaction

4. All of the mentioned

Posted Date:-2022-03-30 15:17:31


Question:
 In the token passing approach of distributed systems, processes are organized in a ring structure ________

1.logically

2.physically

3.both logically and physically

4.None of the mentioned

Posted Date:-2022-03-30 15:17:05


Question:
 In which OSI layer encryption and decryption happens?

1.Application

2.Presentation

3.Transport

4.Data Link

Posted Date:-2022-03-30 15:22:23


Question:
A process can enter into its critical section _______

1.anytime

2.when it receives a reply message from its parent process

3.when it receives a reply message from all other processes in the system

4.None of the mentioned

Posted Date:-2022-03-30 15:16:12


Question:
According to the ring algorithm, links between processes are ________

1.bidirectional

2. unidirectional

3. both bidirectional and unidirectional

4.None of the mentioned

Posted Date:-2022-03-30 15:18:46


Question:
For proper synchronization in distributed systems ______

1. prevention from the deadlock is must

2.prevention from the starvation is must

3.prevention from the deadlock & starvation is must

4.None of the mentioned

Posted Date:-2022-03-30 15:16:39


Question:
Header are ______ when data packet moves from upper to the lower layers?

1. Modified

2.Removed

3.Added

4.All of the Mentioned

Posted Date:-2022-03-30 15:20:46


Question:
How is are collisions avoided in network?

1.Carrier sense with multiple access (CSMA); collision detection (CD)

2.Carrier sense multiple access with collision avoidance

3.Message slots

4.All of the Mentioned

Posted Date:-2022-03-30 15:27:06


Question:
How many layers does the Internet model ISO consist of?

1.Three

2.Five

3. Seven

4. Eight

Posted Date:-2022-03-30 15:19:31


Question:
If a process is executing in its critical section ______

1.any other process can also execute in its critical section

2.no other process can execute in its critical section

3.one more process can execute in its critical section

4.None of the mentioned

Posted Date:-2022-03-30 15:15:44


Question:
In a distributed file system, a file is uniquely identified by ______

1. host name

2.local name

3.the combination of host name and local name

4. none of the mentioned

Posted Date:-2022-03-30 15:04:58


Question:
In a distributed file system, when a file’s physical storage location changes _______

1.file name need to be changed

2.file name need not to be changed

3.file’s host name need to be changed

4. file’s local name need to be changed

Posted Date:-2022-03-30 15:04:07


Question:
In a distributed file system, _______ is mapping between logical and physical objects.

1. client interfacing

2.naming

3.migration

4.heterogeneity

Posted Date:-2022-03-30 15:04:34


Question:
In distributed file system, file name does not reveal the file’s _____

1. local name

2.physical storage location

3.both local name and physical storage location

4.None of the mentioned

Posted Date:-2022-03-30 15:06:01


Question:
In distributed systems, a logical clock is associated with ______

1.each instruction

2.each process

3. each register

4.None of the mentioned

Posted Date:-2022-03-30 15:13:58


Question:
In distributed systems, election algorithms assumes that _______

1. a unique priority number is associated with each active process in system

2.there is no priority number associated with any process

3. priority of the processes is not required

4.None of the mentioned

Posted Date:-2022-03-30 15:18:23


Question:
The file once created can not be changed is called _____

1.immutable file

2.mutex file

3. mutable file

4.None of the mentioned

Posted Date:-2022-03-30 15:02:32


Question:
There is no need to establish and terminate a connection through open and close operation in _______

1.stateless file service

2.stateful file service

3.both stateless and stateful file service

4.None of the mentioned

Posted Date:-2022-03-30 15:05:28


Question:
What are design issues in distributed system structure?

1.Scalability

2.Fault-tolerance

3.Clustering

4. All of the mentioned

Posted Date:-2022-03-30 15:22:03


Question:
What are routing strategies which is not used in distributed systems?

1.Fixed routing

2.Token routing

3.Virtual circuit

4.dynamic routing

Posted Date:-2022-03-30 15:26:17


Question:
What are sites in network topology compared?

1.Basic cost

2.Communication cost

3.Reliability

4.All of the Mentioned

Posted Date:-2022-03-30 15:24:47


Question:
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

1. i

2. ii and iii

3. i, ii and iii

4. i, ii and iv

Posted Date:-2022-03-30 15:09:05


Question:
What are the characteristics of atomicity?

1. All operations associated are executed to completion or none are performed

2.One processor as coordinator which handles all requests

3.When responses are received from all processes, then the process can enter its Critical Section

4.Use communication links

Posted Date:-2022-03-30 15:09:32


Question:
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

1. i

2. i and ii

3. ii and iii

4.iii and iv

Posted Date:-2022-03-30 15:08:39


Question:
What are the characteristics of mutual exclusion using centralized approach?

1. One processor as coordinator which handles all requests

2. It requires request,reply and release per critical section entry

3.The method is free from starvation

4.All of the Mentioned

Posted Date:-2022-03-30 15:08:14


Question:
What are the characteristics of Naming and Name resolution?

1.name systems in the network

2.address messages with the process-id

3.virtual circuit

4.Message Switching

Posted Date:-2022-03-30 15:25:44


Question:
What are the characteristics of tightly coupled system?
i) Different clock
ii) Use communication links
iii) Same clock
iv) Distributed systems

1.i

2.i and iv

3. i, ii and iii

4.ii, iii and iv

Posted Date:-2022-03-30 15:07:44


Question:
What are the characteristics of tightly coupled system?
i) Same clock, usually shared memory
ii) Communication is via this shared memory
iii) Multiprocessors
iv) Different clock

1. i

2. i, ii and ii

3.ii and iii

4.i, iii and iv

Posted Date:-2022-03-30 15:07:18


Question:
What are the connection strategies not used in distributed systems?

1.Circuit switching

2.Message switching

3.Token switching

4.Packet switching

Posted Date:-2022-03-30 15:26:40


Question:
What are the different ways distributed may suffer?

1. Failure of a link

2.Failure of a site

3. Loss of message

4.All of the Mentioned

Posted Date:-2022-03-30 15:21:41


Question:
What are the disadvantages of majority protocol?

1.Complicated implementation

2.Deadlock cannot occur easily

3. Bottleneck

4.All of the Mentioned

Posted Date:-2022-03-30 15:11:13


Question:
What are the important steps followed when recovery from failure happens?

1.Post repairing integration with main system should happen smoothly and gracefully

2.Upon link failure both parties at end must not be notified

3.Fault recovery system must me adjusted

4.Failures are logged systematically

Posted Date:-2022-03-30 15:22:54


Question:
What are the parts of a global unique identifier?

1.Local unique timestamp

2.Remote timestamp

3.Clock number

4.All of the Mentioned

Posted Date:-2022-03-30 15:11:38


Question:
What are the parts of network structure?

1.Workstation

2. Gateway

3.Laptop

4.All of the Mentioned

Posted Date:-2022-03-30 15:23:41


Question:
What is a common problem found in distributed system?

1.Process Synchronization

2. Communication synchronization

3.Deadlock problem

4.Power failure

Posted Date:-2022-03-30 15:27:26


Question:
What is a valid network topology?

1.Multiaccess bus

2.Ring

3.Star

4.All of the Mentioned

Posted Date:-2022-03-30 15:24:21


Question:
What things are the transaction coordinator is responsible for?

1.Starting the execution of the transaction

2.Breaking transaction into a number of subtransactions

3.Coordinating the termination of the transaction

4.All of the Mentioned

Posted Date:-2022-03-30 15:09:56


Question:
Which are the two complementary deadlock-prevention schemes using timestamps?

1.The wait-die & wound-wait scheme

2.The wait-n-watch scheme

3.The wound-wait scheme

4.The wait-wound & wound-wait scheme

Posted Date:-2022-03-30 15:12:01


Question:
Which design features of a communication network are important?

1.Naming and name resolution

2. Routing strategies

3.Connection strategies

4.All of the Mentioned

Posted Date:-2022-03-30 15:25:14


Question:
Which layer is responsible for The process-to-process delivery?

1.Network

2.Transport

3. Application

4.Physical

Posted Date:-2022-03-30 15:20:00


Question:
Which layer is the layer closest to the transmission medium?

1.Physical

2.Data link

3.Network

4. Transport

Posted Date:-2022-03-30 15:20:22


Question:
Which layer lies between the transport layer and data link layer?

1.Physical

2.Network

3.Application

4.Session

Posted Date:-2022-03-30 15:21:11


Question:
Which of the following advantages follows the single coordinator approach?

1.Simple implementation

2. Simple deadlock handling

3.bottleneck

4.All of the Mentioned

Posted Date:-2022-03-30 15:10:21


Question:
Which of the following disadvantages follows the single coordinator approach?

1.Bottleneck

2.Slow response

3.Deadlock

4.One request per second

Posted Date:-2022-03-30 15:10:51


Question:
Which one of the following hides the location where in the network the file is stored?

1.transparent distributed file system

2. hidden distributed file system

3.escaped distribution file system

4.spy distributed file system

Posted Date:-2022-03-30 15:03:42


Question:
Which one of the following is a distributed file system?

1. andrew file system

2.network file system

3.novel network

4.All of the Mentioned

Posted Date:-2022-03-30 15:06:23


Question:
______ of the distributed file system are dispersed among various machines of distributed system.

1.Clients

2.Servers

3. Storage devices

4.All of the Mentioned

Posted Date:-2022-03-30 15:02:59


Question:
_______ is not possible in distributed file system.

1.File replication

2.Migration

3.Client interface

4.Remote access

Posted Date:-2022-03-30 15:03:18


More MCQS

  1. Computer fundamentals
  2. Computer Basic MCQS
  3. CCC MCQ Sample Paper 1
  4. CCC Exams MCQS Sample Paper Test 2
  5. Computer Basics MCQS Paper 1
  6. Computer Basics MCQS Paper 2
  7. FUNDAMENTALS OF COMPUTERS MCQs PART 2
  8. FUNDAMENTALS OF COMPUTERS MCQs PART 1
  9. FUNDAMENTALS OF COMPUTERS MCQs PART 3
  10. Computer mcqs smaple paper 1
  11. Computer mcqs smaple paper 2
  12. Computer mcqs smaple paper 3
  13. Fundamentals of Computers
  14. Fundamentals of Computers (New) Part 1
  15. Fundamentals of Computers (New) Part 2
  16. Computer Networks MCQ Questions
  17. Computer Networks Transition from IPV4 to IPV6
  18. Computer Fundamentals (New) Part 1
  19. Computer Fundamentals (New) Part 2
  20. Computer Fundamentals (New) Part 3
  21. Computer Fundamentals (New) Part 4
  22. Computer Fundamentals (New) Part 5
  23. Computer Fundamentals (New) Part 6
  24. Computer Fundamentals (New) Part 7
  25. Computer Fundamentals (New) Part 8
  26. Operating Systems MCQs Part 1
  27. Operating Systems MCQs Part 2
  28. OS(Computer Operating Systems) Part 1
  29. OS(Computer Operating Systems) Part 2
  30. OS(Computer Operating Systems) Part 3
  31. OS(Computer Operating Systems) Part 4
  32. OS - Computer Operating Systems Part 5
  33. OS - Computer Operating Systems Part 6
  34. OS - Computer Operating Systems Part 7
  35. MS Word MCQ Questions Part 1
  36. MS Word MCQ Questions Part 2
  37. MS Word MCQ Questions Part 3
  38. MS Word MCQ Questions Part 4
  39. MS Word MCQ Questions Part 5
  40. MS Word MCQ Questions Part 7
  41. MS Word MCQ Questions Part 6
  42. Microsoft Excel MCQ Questions Part 1
  43. Microsoft Excel MCQ Questions Part 2
  44. Microsoft Excel MCQ Questions Part 3
  45. Microsoft Excel MCQ Questions Part 4
  46. Microsoft Excel MCQ Questions Part 5
  47. Microsoft Excel MCQ Questions Part 6
  48. Microsoft Excel MCQ Questions Part 7
  49. MS PowerPoint MCQ Questions PART 1
  50. MS PowerPoint MCQ Questions PART 2
  51. MS PowerPoint MCQ Questions PART 3
  52. MS PowerPoint MCQ Questions PART 4
  53. MS PowerPoint MCQ Questions PART 5
  54. MS PowerPoint MCQ Questions PART 6
  55. MS PowerPoint MCQ Questions PART 7
  56. MS Access MCQ Questions Part 1
  57. MS Access MCQ Questions Part 2
  58. MS Access MCQ Questions Part 3
  59. MS Access MCQ Questions Part 4
  60. MS Access MCQ Questions Part 5
  61. MS Access MCQ Questions Part 6
  62. MS Access MCQ Questions Part 7
  63. MS Access MCQ Questions Part 8
  64. Query of MS Access MCQS Part 1
  65. Query of MS Access MCQS Part 2
  66. Computer Communication and Networking Quiz
  67. Computer Graphics MCQ Quiz Questions and Answers
  68. Computer Basics Quiz Questions
  69. Computer Quiz Questions with Answers
  70. Computer Hardware MCQS Quiz
  71. MCQ Computer Organization & Architecture
  72. MCQ Computer Organisation - Input & output Organisation SET1
  73. MCQ Computer Organisation - Input & output Organisation SET2
  74. MCQ Computer Organisation - Input & output Organisation SET3
  75. MCQS on addressing modes SET 1
  76. MCQS on addressing modes SET 2
  77. Software Engineering MCQs SET 1
  78. Software Engineering MCQs SET 2
  79. Software Engineering MCQs Set 3
  80. Software Engineering MCQs Set 4
  81. Software Engineering MCQs Set 5
  82. Software Engineering MCQs Set 6
  83. Software Engineering MCQs Set 7
  84. mcqs data structures
  85. CCC Exam Sample MCQ Paper
  86. Computer MCQ Questions set-1
  87. Computer MCQ Questions set-2
  88. Computer MCQ Questions set-3
  89. Current affairs mcq Database management
  90. Programming arcitecture
  91. Computer Graphics MCQ Questions part 1
  92. Computer Graphics MCQ Questions part 2
  93. Computer Awareness MCQs and Quiz for Banking, IBPS, RRB, RBI, SBI Exams pART 1
  94. Computer Awareness MCQs and Quiz for Banking, IBPS, RRB, RBI, SBI Exams pART 2
  95. Computer Science MCQs
  96. Computer Mcq Question
  97. MCQs based on Fundamentals of Computer 1 set
  98. Computer Mcq Question set 2
  99. MCQ Encoding Schemes
  100. Data Entry and Keyboarding Skills MCQ
  101. Computer Science Number System
  102. Computer Network MCQ
  103. MCQ Questions on Tally
  104. MCQ Questions on Tally Set 2
  105. MCQ Questions on Tally Set 3
  106. MCQ Questions on Tally Set 4
  107. Internet Technology MCQ Questions for Competitive Exams
  108. Computer Software MCQ GK Questions
  109. Computer Organization and Architecture MCQs
  110. Basic Computer GK Questions
  111. Computer Graphics MCQ Set 1
  112. Operating System MCQ Set 1
  113. Operating System MCQ Set 2
  114. Operating System MCQ Set 3
  115. Operating System MCQ Set 4
  116. Operating System MCQ Set 5
  117. Operating System MCQ Set 6
  118. Operating System MCQ Set 7
  119. Operating System MCQ Set 8
  120. Operating System MCQ Set 9
  121. Operating System MCQ Set 10
  122. Operating System MCQ Set 11
  123. Operating System MCQ Set 12
  124. Operating System MCQ Set 13
  125. Operating System MCQ Set 14
  126. Operating System MCQ Set 15
  127. Operating System MCQ Set 16
  128. Operating System MCQ Set 17
  129. Operating System MCQ Set 18
  130. Operating System MCQ Set 19
  131. Operating System MCQ Set 20
  132. Operating System MCQ Set 21
  133. Computer Graphics MCQ Question Set 1
  134. Computer Networks MCQs
  135. Computer Networks MCQs Set-2
  136. Computer Networks MCQs Set-3
  137. Computer Networks MCQs Set-4
  138. Bachelor of Computer Applications MCQs set-1
  139. Bachelor of Computer Applications MCQs set-2
  140. NET Programming MCQ
  141. Artificial Intelligence and Robotics (AIR) Set 1
  142. Artificial Intelligence and Robotics (AIR) Set 2
  143. Computer Engineering Soft Computing Set 1
  144. Computer Engineering Soft Computing Set 2
  145. COMPUTERS AND IT MCQs QUESTIONS
  146. Ancient Indian History MCQ
Search
R4R Team
R4Rin Top Tutorials are Core Java,Hibernate ,Spring,Sturts.The content on R4R.in website is done by expert team not only with the help of books but along with the strong professional knowledge in all context like coding,designing, marketing,etc!