What is the best way of communication in multi process
environment? ex: getting log from different applications
from multi servers?
Answer / amit
a processor is the unit that reads and executes program
instructions, which are fixed-length (typically 32 or 64 bit)
or variable-length chunks of data. The data in the instruction
tells the processor what to do. The instructions are very
basic things like reading data from memory or sending data to
the user display, but they are processed so rapidly that we
experience the results as the smooth operation of a program.
| Is This Answer Correct ? | 0 Yes | 1 No |
What is mutual exclusion and multithreading in OS?
State the advantages of segmented paging over pure segmentation?
What is the meaning of Thread Priority?
Explain bootstrap program in operating system.
What are the disadvantages of context switching?
1)application programs interact with operating system through system call.is there any method of interaction between the two? 2) Inconveniences faced by user interacting with a computer systemwithout a operating system? 3) what are the requirements for virtual memory architecture
How much cpu usage is normal?
What is the largest ram?
Tell me what has triggered the need for multitasking in pcs?
How can a vfs layer allow multiple file systems support?
What are the three main purposes of an operating system?
What is difference between synchronous and asynchronous threads and when can we use them?