IO AND MEMORY INTERFACE
ARCHITECTURE OF 8085
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
|
Control bus
|
|
Address bus
|
|
Data bus
|
|
either address bus or data bus
|
Detailed explanation-1: -Explanation: The bits in a selected location are accessible using data bus. Explanation: For n memory locations, log n(to the base of 2) address lines are required. For addressing 4K bytes of memory, 12 address lines are required since log(4KB) =log(4*1024)=log(212)=12.
Detailed explanation-2: -Explanation: In case of subroutines or interrupt service routines, the number of instructions executed by the processor depends on the length of procedure (or subroutine) or length of interrupt service routine along with the main calling program.
Detailed explanation-3: -A context switch is the process of storing and restoring state (the context) of a CPU, so that execution can be resumed from the same point at a later time. When it is generated, the processor saves its execution state via a context switch, and begins executing the interrupt handler at the interrupt vector.