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 difference between ABAP memory and SAP memory.
Brief explanation of all elements in activity diagrams.
Write down the stages of swapping a page from the memory?
What do you understand by the term APM?
Give a brief introduction of the term landing zones and also describe about their technologies?
To Disk how do I copy slides?
Write down the ways by which computer buses can be used to communicate with the memory and I/O.
The ARM microprocessor consists of 32 bit instructions and 32 bit registers. Demonstrate why this means that immediate addressing can't be used to load a register with 32 bit constant.
Describe the term TTL.
Describe briefly about the term Multimedia?
18,76,764
1943544 Asked
3,689
Active Tutors
1438915
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!