7,107 views
7 votes
7 votes

Two eight bit bytes $1100  0011$ and $0100  1100$ are added. What are the values of the overflow, carry and zero flags respectively, if the arithmetic unit of the CPU uses $2$'s complement form?

  1. $0, 1, 1'$
  2. $1, 1, 0$
  3. $1, 0, 1$
  4. $0, 1, 0$

6 Answers

Answer:

Related questions

5 votes
5 votes
2 answers
1
makhdoom ghaya asked May 13, 2016
2,933 views
The binary equivalent of the decimal number $42.75$ is$101010 . 110$$100110 . 101$$101010 . 101$$100110 . 110$
5 votes
5 votes
1 answer
2
makhdoom ghaya asked Apr 26, 2016
5,381 views
The number $1102$ in base $3$ is equivalent to $123$ in which base system?$4$$5$$6$$8$
10 votes
10 votes
4 answers
3
makhdoom ghaya asked Apr 26, 2016
7,135 views
When two $\text{BCD}$ numbers $0\times14$ and $0\times08$ are added what is the binary representation of the resultant number ?$0\times22$$0\times1c$$0\times16$results in...
5 votes
5 votes
3 answers
4
makhdoom ghaya asked Apr 25, 2016
7,492 views
Which logic gate is used to detect overflow in 2's compliment arithmetic?OR gateAND gateNAND gateXOR gate