logo

CuriousTab

CuriousTab

Discussion


Home Technical Questions Operating Systems Comments

  • Question
  • How are the wait/signal operations for monitor different from those for semaphores?


  • Correct Answer
  • If a process in a monitor signal and no task is waiting on the condition variable, the signal is lost So this allows easier program design Whereas in semaphores, every operation affects the value of the semaphore, so the wait and signal operations should be perfectly balanced in the program 


  • Operating Systems problems


    Search Results


    • 1. What is time-stamping?
    • Discuss
    • 2. Describe the Buddy system of memory allocation.
    • Discuss
    • 3. What are turnaround time and response time?
    • Discuss
    • 4. What is multi tasking, multi programming, multi threading?
    • Discuss
    • 5. Which memory management technique involves dividing the memory into fixed sized blocks ?

    • Options
    • A. Paging
    • B. Scaling
    • C. Whiping
    • D. Tracking
    • Discuss
    • 6. What has triggered the need for multitasking in PCs?
    • Discuss
    • 7. What are the four layers that Windows NT have in order to achieve independence?
    • Discuss
    • 8. What is SMP?
    • Discuss
    • 9. What are the key object oriented concepts used by Windows NT?
    • Discuss
    • 10. How many jobs can be run concurrently on MVT?
    • Discuss


    Comments

    There are no comments.

Enter a new Comment