The binary equivalent of 354 is : 0000 0001 0110 0010
(354)10=(0000 0001 0110 0010)2
To convert the decimal number 354 to binary, we can repeatedly divide by 2 and keep track of the remainders. Here’s the process:
Now, reading the remainders from the bottom up, we get:
(354)10=(0000 0001 0110 0010)2
So, the binary equivalent of 354 is : 0000 0001 0110 0010.