What is flag, bus?

Answers were Sorted based on User's Feedback



What is flag, bus?..

Answer / hiranmay mistri

Flag is an eight bit register which shows the status of
results store in accumulator,after executing an
instruction.There are 5 flag in 8085 microprocessor,
Sign:States whether the result is +ve or -ve.
Zero:set when result is zero,otherwise reset.
Parity:Set for even parity,otherwise reset.
Carry:Set if there is an end carry.
AC:Set if carry generated by leftmost nibble.


Bus is a interconnecting device through which data
transfer is occur.

Is This Answer Correct ?    38 Yes 4 No

What is flag, bus?..

Answer / sushil kumar

flags are used to test data conditions.
For example, after an addition of two numbers, if the sum in
the accumulator id larger
than eight bits, the flip-flop uses to indicate a carry --
called the Carry flag (CY) -- is
set to one. When an arithmetic operation results in zero,
the flip-flop called the
Zero(Z) flag is set to one. The first Figure shows an 8-bit
register, called the flag
register, adjacent to the accumulator. However, it is not
used as a register; five bit
positions out of eight are used to store the outputs of the
five flip-flops. The flags are
stored in the 8-bit register so that the programmer can
examine these flags (data
conditions) by accessing the register through an instruction.
These flags have critical importance in the decision-making
process of the microprocessor.
The conditions (set or reset) of the flags are tested
through the software
instructions. For example, the instruction JC (Jump on
Carry) is implemented to
change the sequence of a program when CY flag is set. The
thorough understanding
of flag is essential in writing assembly language programs.

Is This Answer Correct ?    36 Yes 4 No

What is flag, bus?..

Answer / basavaraj hiremath

Flag is nothing but the resister of 8 bit, it is also
referred as program status word(PSW). which gives the status
of the resister after performing the operation.

BUS: Bus is nothing but the group or collection of wires.
used for the data transmission in the applications

Is This Answer Correct ?    15 Yes 2 No

What is flag, bus?..

Answer / meena

Flag is an 8-bit register, called the flag register,
adjacent to the accumulator. However, it is not used as a
register; five bit positions out of eight are used to store
the outputs of the five flip-flops. The flags are stored in
the 8-bit register so that the programmer can examine these
flags (data conditions) by accessing the register through
an instruction.These flags have critical importance in the
decision-making process of the microprocessor. The
conditions (set or reset) of the flags are tested through
the software instructions.

Is This Answer Correct ?    20 Yes 10 No

What is flag, bus?..

Answer / asha priya

flag is used to test the data condition as well as this
shows status of the results stored in accumulator.

Is This Answer Correct ?    11 Yes 1 No

What is flag, bus?..

Answer / naveen rathee

Flags are nothing but a group of individual Flip-flops. The
flags are mainly associated with arithmetic and logic
operations. The flags will show either a logical (0 or 1)
(i.e.) a set or reset depending on the data conditions in
accumulator or various other registers. A flag is actually
a latch which can hold some bits of information. It alerts
the processor that some event has taken place.

Is This Answer Correct ?    6 Yes 5 No

What is flag, bus?..

Answer / pugili

Flag is used to control features found in the microprocessor.

Is This Answer Correct ?    2 Yes 4 No

What is flag, bus?..

Answer / kola

flag is nothing but everything

Is This Answer Correct ?    1 Yes 7 No

Post New Answer

More 86 Family Interview Questions

Explain RC circuit?s charging and discharging?

5 Answers   Epsilon,


Indicate different machine cycles of 8085?

0 Answers  


Can port 0 be used as input output port?

0 Answers  


Classify interrupts on the basis of signals. State their differences.

0 Answers  


Does alu have any storage facility?

0 Answers  






Given a circuit, draw its exact timing response?

0 Answers   ATS,


Does 8085 have serial i/o control?

0 Answers  


What is the significance of the control unit in the 8085?

0 Answers  


Why is data bus bi-directional?

11 Answers   College School Exams Tests, TCS, Wipro,


Explain the addresses which are bit addressable?

0 Answers  


What is physical address?

0 Answers  


Explain what is microcontroller?

0 Answers  


Categories