Ques 1. Construct memory system having static 1k x 4 RAM.
Ques 2. What do you mean by virtual memory? Explain the address space for virtual memory.
Ques 3. What do you mean by DMA? Explain the concept of DMA with CPU overhead.
Ques 4. Write an assembly program to evaluate the Y = A+B*(C+(D*E)-F)/G*H expression using accumulator based (one address ) CPU organization.
Ques 5. Apply Shunting-Yard algorithm using stack to evaluate reverse polish notation for expression (5*9)(6+(3*2)*10)