INTERVIEW | TECHNICAL INTERVIEWS | OPERATING SYSTEM | OPERATING SYSTEM INTERVIEW QUESTION AND ANSWERS | 06 | WHAT ARE RESIDENCE MONITORS | WHAT ARE THE OPERATING SYSTEM COMPONENTS

Operating System Interview Question and Answers:
What are residence monitors _ What are the operating system components


26. What are residence monitors?
      Early operating systems were called residence monitors.


27. What is mutex?
      Mutex is a program object that allows multiple program threads to share the same resource, such as file access, but not simultaneously. When a program is started a mutex is created woth a unique name. After this stage, any thread that needs the resource must lock the mutex from other threads while it is using the resource. the mutex is set to unlock when the data is no longer needed or the routine is finished.


28. What is Marshalling?
      The process of packaging and sending interface method parameters across thread or process boundaries.
 

29. What are turnaround time and response time?
      Turnaround time is the interval between the submission of a job and its completion.
Response time is the interval between submission of a request, and the first response to that request.


30. What are the operating system components?
    Process management
    Main memory management
    File management
    I/O system management
    Secondary storage management
    Networking
    Protection system
    Command interpreter system

No comments:

Post a Comment