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

Question:
 In segmentation, each address is specified by _______

1.a segment number & offset

2.an offset & value

3.a value & segment number

4.a key & value

Posted Date:-2022-03-26 16:20:08


Question:
 Logical memory is broken into blocks of the same size called _________

1.frames

2.pages

3. backing store

4.None of the mentioned

Posted Date:-2022-03-26 16:08:13


Question:
 The relocation register helps in _______

1.providing more address space to processes

2.a different address space to processes

3. to protect the address spaces of processes

4. none of the mentioned

Posted Date:-2022-03-25 18:22:09


Question:
 To obtain better memory utilization, dynamic loading is used. With dynamic loading, a routine is not loaded until it is called. For implementing dynamic loading _______

1. special support from hardware is required

2.special support from operating system is essential

3.special support from both hardware and operating system is essential

4.user programs can implement dynamic loading without any special support from hardware or operating system

Posted Date:-2022-03-26 16:18:41


Question:
A multilevel page table is preferred in comparison to a single level page table for translating virtual address to physical address because ________

1.it reduces the memory access time to read or write a memory location

2. it helps to reduce the size of page table needed to implement the virtual address space of a process

3.it is required by the translation lookaside buffer

4.it helps to reduce the number of page faults in page replacement algorithms

Posted Date:-2022-03-26 16:25:13


Question:
An ______ uniquely identifies processes and is used to provide address space protection for that process.

1.address space locator

2.address space identifier

3.address process identifier

4.None of the mentioned

Posted Date:-2022-03-26 16:15:14


Question:
Consider a computer with 8 Mbytes of main memory and a 128K cache. The cache block size is 4 K. It uses a direct mapping scheme for cache management. How many different main memory blocks can map onto a given physical cache block?

1.2048

2.256

3.64

4.8

Posted Date:-2022-03-26 16:24:46


Question:
Each entry in a segment table has a _______

1.segment base

2. segment peak

3.segment value

4.None of the mentioned

Posted Date:-2022-03-26 16:20:57


Question:
Each entry in a translation lookaside buffer (TLB) consists of ______

1.key

2.value

3.bit value

4.Constant variables

Posted Date:-2022-03-26 16:14:21


Question:
Every address generated by the CPU is divided into two parts. They are _______

1.frame bit & page number

2. page number & page offset

3. page offset & frame bit

4. frame offset & page offset

Posted Date:-2022-03-26 16:08:37


Question:
For every process there is a __________

1.page table

2.copy of page table

3.pointer to page table

4.All of the Mentioned

Posted Date:-2022-03-26 16:13:14


Question:
For larger page tables, they are kept in main memory and a ____ points to the page table.

1. page table base register

2.page table base pointer

3. page table register pointer

4.page table base

Posted Date:-2022-03-26 16:12:48


Question:
If a page number is not found in the TLB, then it is known as a ______

1.TLB miss

2.Buffer miss

3.TLB hit

4.All of the Mentioned

Posted Date:-2022-03-26 16:14:48


Question:
If the offset is legal _______

1. it is used as a physical memory address itself

2.it is subtracted from the segment base to produce the physical memory address

3. it is added to the segment base to produce the physical memory address

4.None of the mentioned

Posted Date:-2022-03-26 16:22:39


Question:
If the size of logical address space is 2 to the power of m, and a page size is 2 to the power of n addressing units, then the high order _____ bits of a logical address designate the page number, and the ____ low order bits designate the page offset.

1.m, n

2.n, m

3.m – n, m

4.m – n, n

Posted Date:-2022-03-26 16:10:21


Question:
If there are 32 segments, each of size 1Kb, then the logical address should have ______

1.13 bits

2. 14 bits

3.15 bits

4.16 bits

Posted Date:-2022-03-26 16:24:20


Question:
Illegal addresses are trapped using the _____ bit.

1.error

2.protection

3. valid – invalid

4.Access

Posted Date:-2022-03-26 16:17:18


Question:
In a paged memory, the page hit ratio is 0.35. The required to access a page in secondary memory is equal to 100 ns. The time required to access a page in primary memory is 10 ns. The average time required to access a page is?

1.3.0 ns

2.68.0 ns

3.68.5 ns

4.78.5 ns

Posted Date:-2022-03-26 16:18:14


Question:
In contiguous memory allocation ______

1. each process is contained in a single contiguous section of memory

2. all processes are contained in a single contiguous section of memory

3.the memory space is contiguous

4.None of the mentioned

Posted Date:-2022-03-25 18:21:32


Question:
In fixed size partition, the degree of multiprogramming is bounded by _______

1.the number of partitions

2.the CPU utilization

3.the memory size

4.All of the Mentioned

Posted Date:-2022-03-25 18:36:01


Question:
In paged memory systems, if the page size is increased, then the internal fragmentation generally _____

1.becomes less

2.becomes more

3. remains constant

4.None of the mentioned

Posted Date:-2022-03-26 16:19:15


Question:
In paging the user provides only ________ which is partitioned by the hardware into ________ and ______

1. one address, page number, offset

2.one offset, page number, address

3.page number, offset, address

4.None of the mentioned

Posted Date:-2022-03-26 16:20:35


Question:
Memory protection in a paged environment is accomplished by _______

1.protection algorithm with each page

2.restricted access rights to users

3.restriction on page visibility

4.protection bit with each page

Posted Date:-2022-03-26 16:16:14


Question:
Operating System maintains the page table for _______

1.each process

2.each thread

3.each instruction

4.each address

Posted Date:-2022-03-25 18:14:54


Question:
Paging increases the ______ time.

1.waiting

2.execution

3.context – switch

4.All of the Mentioned

Posted Date:-2022-03-26 16:11:26


Question:
Physical memory is broken into fixed-sized blocks called _____

1.frames

2.pages

3. backing store

4.None of the mentioned

Posted Date:-2022-03-26 16:07:46


Question:
Program always deals with _________

1. logical address

2.absolute address

3.physical address

4.Relative address

Posted Date:-2022-03-25 18:13:43


Question:
Smaller page tables are implemented as a set of _______

1.queues

2. stacks

3.counters

4.registers

Posted Date:-2022-03-26 16:11:52


Question:
The address of a page table in memory is pointed by ______

1.stack pointer

2.page table base register

3.page register

4.program counter

Posted Date:-2022-03-25 18:13:21


Question:
The first fit, best fit and worst fit are strategies to select a ______

1.process from a queue to put in memory

2.processor to run the next process

3.free hole from a set of available holes

4.All of the Mentioned

Posted Date:-2022-03-25 18:37:17


Question:
The offset ‘d’ of the logical address must be ______

1. greater than segment limit

2.between 0 and segment limit

3.between 0 and the segment number

4.greater than the segment number

Posted Date:-2022-03-26 16:22:14


Question:
The page table contains _______

1.base address of each page in physical memory

2.page offset

3.page size

4.None of the mentioned

Posted Date:-2022-03-25 18:14:10


Question:
The page table registers should be built with _______

1.very low speed logic

2.very high speed logic

3.a large memory space

4.None of the mentioned

Posted Date:-2022-03-26 16:12:14


Question:
The percentage of times a page number is found in the TLB is known as ______

1.miss ratio

2.hit ratio

3.miss percent

4.None of the mentioned

Posted Date:-2022-03-26 16:15:43


Question:
The protection bit is 0/1 based on _____

1.write only

2.read only

3.read – write

4.None of the mentioned

Posted Date:-2022-03-26 16:23:56


Question:
The segment base contains the ______

1. starting logical address of the process

2. starting physical address of the segment in memory

3.segment length

4.None of the mentioned

Posted Date:-2022-03-26 16:21:25


Question:
The segment limit contains the _______

1.starting logical address of the process

2.starting physical address of the segment in memory

3.segment length

4.None of the mentioned

Posted Date:-2022-03-26 16:21:49


Question:
The size of a page is typically _________

1.varied

2. power of 2

3.power of 4

4.None of the mentioned

Posted Date:-2022-03-26 16:09:58


Question:
The ___ is used as an index into the page table.

1.frame bit

2.page number

3.page offset

4. frame offset & page offset

Posted Date:-2022-03-26 16:09:07


Question:
The _____ table contains the base address of each page in physical memory.

1. process

2.memory

3. page

4.frame

Posted Date:-2022-03-26 16:09:34


Question:
Time taken in memory access through PTBR is ______

1.extended by a factor of 3

2.extended by a factor of 2

3.slowed by a factor of 3

4.slowed by a factor of 2

Posted Date:-2022-03-26 16:13:42


Question:
Transient operating system code is code that ______

1.is not easily accessible

2.comes and goes as needed

3.stays in the memory always

4.never enters the memory space

Posted Date:-2022-03-25 18:34:20


Question:
What is compaction?

1.a technique for overcoming internal fragmentation

2. a paging technique

3.a technique for overcoming external fragmentation

4. a technique for overcoming fatal error

Posted Date:-2022-03-25 18:14:32


Question:
What is the operating system?

1. in the low memory

2. in the high memory

3.either low or high memory (depending on the location of interrupt vector)

4.None of the mentioned

Posted Date:-2022-03-25 18:20:38


Question:
When memory is divided into several fixed sized partitions, each partition may contain ________

1. exactly one process

2.at least one process

3.multiple processes at once

4.None of the mentioned

Posted Date:-2022-03-25 18:35:36


Question:
When the entries in the segment tables of two different processes point to the same physical location ______

1. the segments are invalid

2. the processes get blocked

3.segments are shared

4.All of the Mentioned

Posted Date:-2022-03-26 16:23:08


Question:
When the valid – invalid bit is set to valid, it means that the associated page ______

1.is in the TLB

2.has data in it

3. is in the process’s logical address space

4.is the system’s physical address space

Posted Date:-2022-03-26 16:16:55


Question:
When there is a large logical address space, the best way of paging would be ______

1. not to page

2.a two level paging algorithm

3. the page table itself

4.all of the mentioned

Posted Date:-2022-03-26 16:17:45


Question:
With paging there is no ________ fragmentation.

1.internal

2.external

3.either type of

4.None of the mentioned

Posted Date:-2022-03-26 16:10:47


Question:
With relocation and limit registers, each logical address must be _______ the limit register.

1. less than

2.equal to

3.greater than

4.None of the mentioned

Posted Date:-2022-03-25 18:28:26


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!