Unit I
Unit I
Unit I
UNIT 1
13. What do you mean by Memory address register(MAR) and Memory data
register(MDR)?
The MAR holds the address of the location to be accessed. The MDR contains the
data to be written into or read out of the addressed location.
14. Define Interrupt and ISR?
An Interrupt is a request from an I/O device for service by the processor. The
Processor provides the requested service by executing the interrupt service routine. Due
to this diversion the internal state of the processor must be saved in memory location
before servicing the interrupt.
19. What are the two techniques used to increase the clock rate R?
The two techniques used to increase the clock rate R are:
1. The integrated – circuit (IC) technology can be increased which reduces the time
needed to complete a basic step.
2. We can reduce the amount of processing done in the basic step.
37. What are the various ways of representing signed integers in the system?
1. Sign and magnitude system
2. 1’s complement system
3. 2’s complement system
43. List the phases, which are included in the each instruction cycle?
Fetch: fetches instruction from main memory (M)
Decode: decodes the instruction’s opcode
Load: loads (read) from M any operands needed unless they are already in
CPU Registers Execute: Executes the instruction via a register-to-register
operation using an appropriate functional unit of the CPU such as a fixed–point
adder.
Store: Stores (write) the results in M unless they are to be retained in CPU
register.