Question

    Which of the following is the decimal value of the binary number 11011?

    A 16 Correct Answer Incorrect Answer
    B 19 Correct Answer Incorrect Answer
    C 22 Correct Answer Incorrect Answer
    D 27 Correct Answer Incorrect Answer

    Solution

    To convert a binary number to a decimal number, you need to add the decimal values of each binary digit, starting from the rightmost digit and moving towards the left. The value of each digit is calculated as 2 raised to the power of the digit's position, starting from 0. (11011)₂ = (1 × 2⁴) + (1 × 2³) + (0 × 2²) + (1 × 2¹) + (1 × 2⁰) = (27)₁₀

    Practice Next

    Relevant for Exams:

    ×
    ×