8085 में कितने झंडे हैं?
How many flags does 8085 have?
A
4
B
5
C
8
D
9
Explanation
The Intel 8085 microprocessor has 5 flags. These flags are used to store the results of arithmetic and logical operations and are part of the status register. The five flags are:
- Sign flag (S): Indicates if the result is negative.
- Zero flag (Z): Indicates if the result is zero.
- Auxiliary Carry flag (AC): Used in BCD (binary-coded decimal) operations.
- Parity flag (P): Indicates whether the number of 1's in the result is even or odd (even parity or odd parity).
- Carry flag (CY): Indicates if there was a carry or borrow in arithmetic operations.
Correct Answer:
(B) 5.
Correct Answer: B) 5