8085 Microprocessors
- How many memory cells are there in a 128 × 4 memory chip?
-
View Hint View Answer Discuss in Forum
512 No. of memory cells = 128 × 4 = 512
Correct Option: B
512 No. of memory cells = 128 × 4 = 512
- 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: A
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 μs
- 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: D
Branch 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: D
Infinite
- 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: A
POP PSW