

InterviewSolution
Saved Bookmarks
1. |
Which of the following is responsible for coordinating the system call within an application and the WIN32 subsystem?(a) kernel(b) file system(c) LPC(d) network supportThis question was posed to me in an interview for job.I'd like to ask this question from Characteristics of Windows NT-II in section Real Time Operating systems of Embedded Systems |
Answer» CORRECT option is (C) LPC Easy explanation: The local procedure call is responsible for coordinating the system calls from the WIN32 subsystem and an application. Depending upon the type of the system call, the application will be ROUTED directly with the LPC without going through the WIN32 subsystem. |
|