Sail E0 Webinar

Computer Aptitude

OPERATING SYSTEM MCQs

Total Questions : 814 | Page 5 of 82 pages
Question 41. The most efficient data set organization is
  1.    a sequential file
  2.    an ISAM file
  3.    variable depending upon the usage of the data set
  4.    a partitioned data set
 Discuss Question
Answer: Option C. -> variable depending upon the usage of the data set
Answer: (c)
Question 42. Data from and to magnetic disk is transformed in
  1.    Continuation
  2.    Blocks
  3.    Block and Continuation both
  4.    None of these.
 Discuss Question
Answer: Option B. -> Blocks
Answer: (b)
Question 43. In system buffer cache, used in UNIX, following not true
  1.    It is a disk cache
  2.    It is not a disk cache
  3.    Data transfer between buffer cache and user process space always occurs using DMA.
  4.    I/O operations with disk are handled through buffer code.
 Discuss Question
Answer: Option B. -> It is not a disk cache
Answer: (b)
Question 44. 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.
  1.    A - 1, B - 2, C - 3
  2.    A - 2, B - 3, C - 1
  3.    A - 3, B - 1, C - 2
  4.    None of these.
 Discuss Question
Answer: Option A. -> A - 1, B - 2, C - 3
Answer: (a)
Question 45. The amount of memory (in bytes) required for a block bitmap is
  1.    Disk size x 8
  2.    Disk size/ (8 x file system block size)
  3.    File system block size/disk size
  4.    None of these.
 Discuss Question
Answer: Option B. -> Disk size/ (8 x file system block size)
Answer: (b)
Question 46. In multi processor scheduling, independent parallelism indicates
  1.    There is synchronization among processes at gross level.
  2.    There is no explicit synchronization among processes.
  3.    A parallel processing or multi tasking is done within a single application.
  4.    None of these.
 Discuss Question
Answer: Option B. -> There is no explicit synchronization among processes.
Answer: (b)
Question 47. Multiprogramming systems
  1.    are easier to develop than single programming systems
  2.    execute each job faster
  3.    execute more jobs in the same time period
  4.    are used only one large mainframe computers
 Discuss Question
Answer: Option C. -> execute more jobs in the same time period
Answer: (c)
Question 48. 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
  1.    One page table per process structure.
  2.    Two level page table structure.
  3.    Inverted page table structure.
  4.    None of these.
 Discuss Question
Answer: Option C. -> Inverted page table structure.
Answer: (c)
Question 49. In file management, the primary interface of computer system with external environment is done through
  1.    Device drivers
  2.    Basic file system
  3.    Basic I/O supervisor
  4.    Logical I/O.
 Discuss Question
Answer: Option B. -> Basic file system
Answer: (b)
Question 50. A critical section is a program segment
  1.    which should run in a certain specified amount of time
  2.    which avoids deadlocks
  3.    where shared resources are accessed
  4.    which must be enclosed by a pair of semaphore operations.
 Discuss Question
Answer: Option C. -> where shared resources are accessed
Answer: (c)

Latest Videos

Latest Test Papers