UNIT 3 Question Bank
UNIT 3 Question Bank
QUESTION BANK
In 8086 there are 6 different flags which are set or reset after 8-bit or 16-bit
operations.
1. Sign flag: After any operation if the MSB is 1, then it indicates that the
number is negative. And this flag is set to 1
2. Zero flag: If the total register is zero, then only the Z flag is set
3. Auxillary carry falg: When some arithmetic operations generates carry
after the lower half and sends it to upper half, the AC will be 1
4. Parity Flag: This is even parity flag. When result has even number of 1,
it will be set to 1, otherwise 0 for odd number of 1s
5. Carry flag: This is carry bit. If some operations are generating carry
after the operation this flag is set to 1
6. Overflow flag: The overflow flag is set to 1 when the result of a signed
operation is too large to fit.
3. Draw the flag register format of 8086
microprocessor and explain control flags. (4 M)
In 8086 there are 3 different flags which are used to enable or disable
some basic operations of the microprocessor.
11. BUSY: