adplus-dvertising
frame-decoration

Question

To multiply a number by 8 in 8085 we have to use RAL instruction

a.

once

b.

twice

c.

thrice

d.

four times

Answer: (c).thrice

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. To multiply a number by 8 in 8085 we have to use RAL instruction

Similar Questions

Discover Related MCQs

Q. Which of the following is true?

Q. The register in the 8085A that is used to keep track of the memory address of the next op-code to be run in the program is the:

Q. The data bus in 8080A/8085 microprocessor is a group of

Q. In 8085, to disable the whole interrupt system (except TRAP)

Q. Exceptions to the 8085 microprocessor normal operation are called:

Q.
In 8085 microprocessor, which of the following interrupts has the highest priority?

Q. Which of the following was not a design improvement for the 8086/8088 over the 8085?

Q. The instruction MOV M, r in 8085

Q. When we use RRC instruction once in 8085, the number is

Q. In a 3 byte instruction of 8085, the first, second and third byte respectively indicate

Q. In 8085 microprocessor, which of the following is not vectored interrupt?

Q. How many input-output ports can be accessed by direct method of 8085 microprocessor?

Q. When was the first 8-bit microprocessor introduced?

Q. Which of the following buses does not exist in 8085?

Q. In 8085 microprocessor, what is the length of SP (stack) pointer?

Q. Which of the following instructions in 8085 does not belong to data transfer group?

Q. Consider the following statements about 8085

The instruction LDA uses direct addressing mode.
The instruction MVI uses direct addressing mode.
The instruction MVI uses immediate addressing mode.
The instruction LDA uses immediate addressing mode.
Which of the above are correct?

Q. The 8085A is a(n):

Q. In 8085 microprocessor the value of the most significant bit of the result following the execution of any arithmetic or Boolean instruction is stored in

Q. The flag register content after execution of following program by 8085
microprocessor shall be
Program
SUB A
MVI B, (01)H
DCR B
HLT