921 views
0 votes
0 votes

State true or false. With Reason

  1.  In a Micro-Kernel based OS, different modules communicate with each other using message passing. This is a secure way to enable communication.
  2.  In a Modular OS, kernel modules can directly call any other module. This, however, suffers from efficiency issues
  3. Synchronous i/o is advantageous because it results in faster execution of the user program.
  4. Asynchronous i/o is disadvantageous because it requires more hardware/software changes such as System calls and Device status enable bits.
  5. In a Micro-Kernel based OS, different modules communicate with each other using message passing. This is a secure way to enable communication.
  6. In a Modular OS, kernel modules can directly call any other module. This, however, suffers from efficiency issues.

Please log in or register to answer this question.

Related questions

1.0k
views
1 answers
0 votes
Dulqar asked Feb 3, 2017
1,048 views
In the Contiguous allocation for disk blocks, files cannot grow dynamically because _______The next block could be occupied by another fileThe scheme does not allow files to ... spaceI think both 1 and 2 are correct . What do you say ?
509
views
1 answers
0 votes
Dulqar asked Jan 30, 2017
509 views
Creating many threads is advisable than creating many processes. Which of the statements below do not support this claim?Threads can share the address ... between two threads.Context switching is faster for threads as compared to Processes
922
views
2 answers
0 votes
Dulqar asked Jan 30, 2017
922 views
Which of the following statements about Softwares is false?System Softwares provide an API that can be accessed by the Application Softwares.DBMS, Compilers, ... hardware/OS.System Softwares can control and coordinate the use of hardware.
4.4k
views
1 answers
0 votes
Dulqar asked Feb 3, 2017
4,387 views
Suppose we want to sort an array in ascending order and we implement quicksort so that we always choose the last element in the array as the pivot element ... all odd numbers in ascending order followed by all even numbers in random order.