Computer Science, asked by deepayadav8052, 7 months ago

(342)8 to ( )2(computer)​

Answers

Answered by Mahadeer23
1

Answer:

(11100010)2

Explanation:

(342)8=(011100010)2=(11100010)2.

If we treat this as an 8-bit integer, the first bit becomes sign bit and since it is “1”, number is negative. 8085 uses 2’s complement representation for integers and hence the decimal equivalent will be

(00011110)2 = -30

So, option (D) is correct.

Similar questions