in Education by
A convert the following Decimal numbers into Binary numbers: a. 68 b. 987 c. 657 I want step by step solutions… Select the correct answer from above options

1 Answer

0 votes
by
Answer: (a) 1000100 (b) 1111011011 (c) 1010010001 Explanation: (a) Given, Decimal number is 68 Divide this number by 2 until the reminder is 0 or 1. 68/2 = 34 – Reminder 0 34/2 = 17 – Reminder 0 17/2 = 8 – Reminder 1 8/2 = 4 – Reminder 0 4/2 = 2 – Reminder 0 2/2 = 1 – Reminder 0 1 – Reminder 1 So, the binary equivalent is (68) = 1000100 (b) Given, Decimal number is 987 Divide this number by 2 until the reminder is 0 or 1. 987/2 = 493 – Reminder 1 493/2 = 246 – Reminder 1 246/2 = 123 – Reminder 0 123/2 = 61 – Reminder 1 61/2 = 30 – Reminder 1 30/2 = 15 – Reminder 0 15/2 = 7 – Reminder 1 7/2 = 3 – Reminder 1 3/2 = 1 – Reminder 1 1 – Reminder 1 So, the binary equivalent is (987) = 1111011011 (c) Given, Decimal number is 657 Divide this number by 2 until the reminder is 0 or 1. 657/2 = 328 – Reminder 1 328/2 = 164 – Reminder 0 146/2 = 82 – Reminder 0 82/2 = 41 – Reminder 0 41/2 = 20 – Reminder 1 20/2 = 10 – Reminder 0 10/2 = 5 – Reminder 0 5/2 = 2 – Reminder 1 2/2 = 1 – Reminder 0 1 – Reminder 1 So, the binary equivalent is (657) = 1010010001 Binary Numbers – Base 2 A decimal number has base 10 and a binary number has base 2. In decimal to binary conversion, the base of the number also changes, i.e. from base 10 to base 2. All the decimal numbers have its equivalent binary numbers. These binary numbers are majorly used in computer applications, where it is used for programming or coding purpose. This is because computers understand the language of binary digits, o and 1. Hope it helps you

Related questions

0 votes
    Convert the following decimal numbers into binary numbers. a) (58)10 Select the correct answer from above options...
asked Dec 21, 2021 in Education by JackTerrance
0 votes
    2. Convert the following binary numbers into decimal: (1101) Select the correct answer from above options...
asked Dec 15, 2021 in Education by JackTerrance
0 votes
    Convert the following decimal numbers into binary: (72)10 Select the correct answer from above options...
asked Dec 11, 2021 in Education by JackTerrance
0 votes
    Write a program to convert a decimal number into binary number using function Select the correct answer from above options...
asked Dec 21, 2021 in Education by JackTerrance
0 votes
    convert these decimal number into binary no. 1) 987 2) 987 Select the correct answer from above options...
asked Dec 9, 2021 in Education by JackTerrance
0 votes
    convert these decimal number into binary no. 1) 987 2) 987 Select the correct answer from above options...
asked Dec 3, 2021 in Education by JackTerrance
0 votes
    Convert the following decimal number to their binary equivalent 52.0625 Select the correct answer from above options...
asked Dec 2, 2021 in Education by JackTerrance
0 votes
    each circular outward direction. Suggest her wh F.Soleil 1. Convert (655) in binary number: 2. Convert (487) ... 3. Compute 10001-1111 Select the correct answer from above options...
asked Dec 28, 2021 in Education by JackTerrance
0 votes
    - Conveset (321),0 - binary number System (3) Subtract: (1100) A. (3) (1001) (1000) (3) Add : Convert (4 ... Multiply: (101). X (11 1) Select the correct answer from above options...
asked Nov 27, 2021 in Education by JackTerrance
0 votes
    How will you find whether a number is represented in Decimal/Binary/Octal or Hexadecimal? * O Through base O ... O Through numbers Select the correct answer from above options...
asked Dec 31, 2021 in Education by JackTerrance
0 votes
    11. Express the decimal format of the signed binary number (10010)2 O a) 2 b) 12 O c)-12 Co O d)-2 Select the correct answer from above options...
asked Dec 21, 2021 in Education by JackTerrance
0 votes
    Define and Explain. 1. Decimal Number System. 2. Binary Number System. 3. Octal Number System. 4. Hexadecimal Number System. Select the correct answer from above options...
asked Dec 19, 2021 in Education by JackTerrance
0 votes
    Define and Explain. 1. Decimal Number System. 2. Binary Number System. 3. Octal Number System. 4. Hexadecimal Number System. Select the correct answer from above options...
asked Dec 18, 2021 in Education by JackTerrance
0 votes
    if 1100101011 is in binary number system then what will be the ans in decimal number system. Select the correct answer from above options...
asked Dec 1, 2021 in Education by JackTerrance
0 votes
    computer is an electronic device and can only understand the on and off state of a switch, this two state are ... very very very urgent Select the correct answer from above options...
asked Dec 1, 2021 in Education by JackTerrance
...