Question Detail

What are global locks ?

  • they synchronize access to local resources
  • they synchronize access to global resources
  • they synchronize access to local and global resources
  • none of above
Similar Questions :

1. Relocation bits used by relocating loader are specified by

  • Relocating loader
  • Assembler
  • Translator
  • Linker

2. What are global locks ?

  • they synchronize access to local resources
  • they synchronize access to global resources
  • they synchronize access to local and global resources
  • none of above

3. Which of following is not an advantage of multiprogramming ?

  • increased throughput
  • shorter response time
  • ability to assign priorities of jobs
  • decreased system overload

4. What is a page fault ?

  • is an spelling error in a page in memory
  • is a reference to a page which is in another program
  • is an access to a page not currently in memory
  • always occurs whenever a page is accessed

5. What is the maximum number of processes that may enter simultaneously inside the critical section to avoid race condition ?

  • One
  • Two
  • Three
  • Four
Read more from - Operating System Questions Answers - Set 2