Computer Science, asked by BrainlyHulk, 1 year ago

Hi Users !!!

convert \:  3527_{8} \: to \: binary \: number \: system \:
 7AB4_{16} \: to \: binary \: number \: system

Data Representation || Class 11 CBSE || Computer Science

Answers

Answered by siddhartharao77
7
(1) Here we need to convert Octal to a binary number.

Note: Here we need to convert each bit to binary.


= > 3     5     2    7  

= 011    101  010 111.



Therefore the binary equivalent = 011101010111.



(2) Here we need to convert a hexadecimal number to a binary number.

Note: Here, we need to convert each bit to 4-digit binary.

(i)

= > 7         A           B        4

= 0111       1010     1011    0100


Therefore the binary equivalent = 0111 1010 1011 0100.



Hope this helps!

BrainlyHulk: thanks bro !!
siddhartharao77: My pleasure!
Answered by Anonymous
3
Hi,

Please see the attached file!



Thanks
Attachments:

BrainlyHulk: Thanks bro !!!
Anonymous: Welcome Bhai :)
Similar questions