8085 Microprocessors
-  How many address lines are used to identify an I/O port in the peripheral I/O device?
- 
                        View Hint View Answer Discuss in Forum 2 Correct Option: D2 
-  The first two instructions of an interrupt service subroutine are PUSH B, PUSH PSW. What will be the next instance?
- 
                        View Hint View Answer Discuss in Forum POP PSW Correct Option: APOP PSW 
-  Microprocessor is an in-sequence device, which powerful category of instructions breaks this sequence?
- 
                        View Hint View Answer Discuss in Forum Branch control instructions Correct Option: DBranch control instructions 
-  Specify the number of times the given loop will count— LOOP:MVI B, 64 H DCR B JNZ LOOP 
- 
                        View Hint View Answer Discuss in Forum Infinite Correct Option: DInfinite 
-  What is the total delay for executing the following program?MVI C, FFH DCR C JNZ LOOP 
- 
                        View Hint View Answer Discuss in Forum 1.8 ms 
 Clock frequency, f = 2 MHz= 1 = 1 × 10-6 = 0.5 μs f 2 
 Time period to execute,
 MVI = 7 T-states × 0·5
 T = 3·5 μs
 Time Delay = T × Loop T-states × N10
 = 0·5 × 10–6 × 14 × 255
 = 1785 μs ≈ 1·8 μsCorrect Option: A1.8 ms 
 Clock frequency, f = 2 MHz= 1 = 1 × 10-6 = 0.5 μs f 2 
 Time period to execute,
 MVI = 7 T-states × 0·5
 T = 3·5 μs
 Time Delay = T × Loop T-states × N10
 = 0·5 × 10–6 × 14 × 255
 = 1785 μs ≈ 1·8 μs
 
	