Difference between the fork and vfork system call
Write a short note on the difference between the fork() and vfork() system call?
Expert
All through the fork() system call the Kernel creates a copy of the parent process's address space and attaches it to the child process.However the vfork() system call don’t creates any copy of the parent's address space, therefore it is faster than the fork() system call. The child process as a outcome of the vfork() system call executes exec() system call. Child process from vfork() system call executes in the parent's address space (or this can overwrite the parent's data and stack) that suspends the parent process till the child process ways out.
Write down various types of operations which are required for instructions.
Describe briefly the term Texturing?
Explain why do we call the motherboard a motherboard?
Give a brief explanation of cache memory.
Write down the types I/O Commands.
When the display of your problem is not there. Specify what can be the problem.
Describe briefly the working process of Swapper?
Describe the data classes.
What the difference between FSB and BSB?
Write down the function of IR and PC.
18,76,764
1937986 Asked
3,689
Active Tutors
1415270
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!