Computer Science, asked by jkamode77, 21 days ago


Covert the following
Decimal number to
binary equinalent.
(2) 24 (3) 13
1.) 15​

Answers

Answered by niloypaul2day
0

Answer:

1) 15 = 1111

2) 24 = 11000

3) 13 = 1101

Answered by anita9080jnchjv
0

Answer:

1.) 15=1111

2.)24=11000

3.)13=1101

Explanation:

If you want to Convert the number follow these method :

Step 1: Divide the number by 2.

Step 2: Get the integer quotient for the next iteration.

Step 3: Get the remainder for the binary digit.

Step 4: Repeat the steps until the quotient is equal to 0.

Similar questions