Explain Context Switch?
Submitted by: AdministratorSwitching the CPU to another process requires saving the state of the old process and loading the saved state for the new process. This task is known as a context switch. Context-switch time is pure overhead, because the system does no useful work while switching. Its speed varies from machine to machine, depending on the memory
speed, the number of registers which must be copied, the existed of special instructions(such as a single instruction to load or store all registers).
Submitted by: Administrator
speed, the number of registers which must be copied, the existed of special instructions(such as a single instruction to load or store all registers).
Submitted by: Administrator
Read Online Windows Programing Job Interview Questions And Answers
Top Windows Programing Questions
☺ | Explain the cause of thrashing? How does the system detect thrashing? Once it detects thrashing, what can the system do to eliminate this problem? |
☺ | Explain What are GPO links? What special things can I do to them? |
☺ | Explain Dispatcher? |
☺ | Explain What is multi tasking, multi programming, multi threading? |
☺ | Explain Difference between Primary storage and secondary storage? |
Top Coding/Programming Categories
☺ | Python Interview Questions. |
☺ | OOP Interview Questions. |
☺ | Software engineering Interview Questions. |
☺ | PHP Interview Questions. |
☺ | VBA (Visual Basic for Applications) Interview Questions. |