RTUComputer ScienceYr 2023 · Sem 32023

Q3Digital Electronics

Question

2 marks

Convert the following numbers - (i) = ( )2 (ii) = ( )8

Answer

The conversion yields (11111010.1) in binary and (56.2) in octal through successive division/multiplication and grouping.

(i) To convert to binary, we successfully divide the integer by 2 to yield . We multiply the fractional by 2 to yield . Result: . (ii) To convert to octal, we strategically group into 3-bit triplets radiating outward from the radix point: 101 110 . 010. Result: .

Back to Paper