HotelInfantesAgres - Bawat tanong, may sagot. Logo

In Technology and Home Economics / Senior High School | 2024-09-05

convert the decimal number to binary 12​

Asked by verjenieac11

Answer (1)

The decimal number 12 converts to binary as follows:1. Divide the number by 2, noting the quotient and the remainder.2. Continue dividing the quotient by 2 until the quotient is 0.3. The binary number is formed by the remainders read in reverse order (from bottom to top).Here's the calculation for 12:- 12 ÷ 2 = 6, remainder = 0- 6 ÷ 2 = 3, remainder = 0- 3 ÷ 2 = 1, remainder = 1- 1 ÷ 2 = 0, remainder = 1Reading the remainders from bottom to top, you get **1100**.So, the binary representation of the decimal number 12 is **1100**.

Answered by romnickpallon | 2024-09-05