Description
Name all eight 32-bit general-purpose registers. What is the general function of each of the registers? Which of these registers can be addressed in parts?
- What do the Sign Flag, Zero Flag, Auxiliary Carry Flag, and Parity Flag indicate when set?
- What do the Overflow Flag and Carry Flag indicate when set? How do they differ?
- Detail the process by which instructions and data are read from memory.
- How is multitasking achieved?
- Let us say your computer has only 512MB available for your process. But your program needs 1GB of memory. How does the computer make it possible to execute your program, as well as the other processes?
- What do you understand by Real-address mode, Protected mode, Multi-segment model, and Paging? How does Real-Address mode differ from Protected mode? What are the defining attributes of a Multi-segment model? Discuss in detail.
- In a 32-bit computer what are the maximum memory that can be addressed in (a) real-addressed mode (b) protected mode?
- What is the linear address corresponding to the following segment-offset: 08C4:1141?
- Let us say your computer is running at 4.8 GHz. You come to know that the Add instruction takes 5 clock periods in your computer. Express the time taken by the Add instruction in nanoseconds.