What is the fraction of orange colour of the Indian flagindian flag has three colours
Chat with our AI personalities
What is the fraction of orange colour of the Indian flag
In the United States flag, there are 13 stripes, with 7 red and 6 white. Therefore, the fraction of the flag that is red is 7/13. This fraction represents the proportion of red stripes out of the total number of stripes on the flag.
The answer depends on which country's flag the question is about!
Conditional FlagsConditional flags represent result of last arithmetic or logical instruction executed. Conditional flags are as follows:1. CF (Carry Flag)This flag indicates an overflow condition for unsigned integer arithmetic. It is also used in multiple-precision arithmetic.2. AF (Auxiliary Flag)If an operation performed in ALU generates a carry/barrow from lower nibble (i.e. D0 - D3) to upper nibble (i.e. D4 - D7), the AF flag is set i.e. carry given by D3 bit to D4 is AF flag. This is not a general-purpose flag; it is used internally by the processor to perform Binary to BCD conversion.3. PF (Parity Flag)This flag is used to indicate the parity of result. If lower order 8-bits of the result contains even number of 1's, the Parity Flag is set and for odd number of 1's, the Parity Flag is reset.4. ZF (Zero Flag)It is set; if the result of arithmetic or logical operation is zero else it is reset.5. SF (Sign Flag)6. SF (Sign Flag)In sign magnitude format the sign of number is indicated by MSB bit. If the result of operation is negative, sign flag is set.7. OF (Overflow Flag)This stands for over flow flag. It occurs when signed numbers are added or subtracted. An OF indicates that the result has exceeded the capacity of machine. It becomes set if the sign result cannot express within the number of bites.Read More: http://www.daenotes.com/electronics/digital-electronics/8086-8088-microprocessor
The main function of flag register is show the status of result stored in accumulator after execution of an instruction. Amar oli Dang,Nepal