Computer Science, asked by TamannaHossain, 6 hours ago

What is the binary equivalent of decimal number 344​

Answers

Answered by riddhibbhoite
0

Answer:

344/2 = 172, remainder is 0

172/2 = 86, remainder is 0

86/2 = 43, remainder is 0

43/2 = 21, remainder is 1

21/2 = 10, remainder is 1

10/2 = 5, remainder is 0

5/2 = 2, remainder is 1

2/2 = 1, remainder is 0

1/2 = 0, remainder is 1

- Read from the bottom (MSB) to top (LSB) as 101011000.

-So, 101011000 is the binary equivalent of decimal number 344

Answered by Nishantkumar232
1

Decimal = 344

Binary = (101011000)²

Find the attachment.

Attachments:
Similar questions