2,904 views

2 Answers

Best answer
12 votes
12 votes

Answer is A

42 can be represented as 1*32+0*16+1*8+0*4+1*2+0*1 = 42, so the binaray representation is (101010)2. 

And fraction part can be obtained as $\frac{1}{2}+\frac{1}{4} = 0.75$, the binary representation is .110

So, the total binary representation of 42.75 is (101010.110)2

selected by
Answer:

Related questions

7 votes
7 votes
6 answers
1
makhdoom ghaya asked Apr 26, 2016
6,970 views
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 use...
5 votes
5 votes
1 answer
2
makhdoom ghaya asked Apr 26, 2016
5,311 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
6,990 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,406 views
Which logic gate is used to detect overflow in 2's compliment arithmetic?OR gateAND gateNAND gateXOR gate