Question
Easy

If $(11011)_2 = (_________________)_{10}$ , then the number in the blank space is

1
22
2
27
3
30
4
33
Question Details
Time to Solve: 12
Exam: CTET
Level/Paper: Paper 1
Chapter: Number System
Topic: Numbers & Its Types
Correct Answer
Option B
Explanation

To determine the decimal equivalent of the binary number \( (11011)_2 \), we need to convert it from base 2 to base 10. Here's how we can do that: The binary number \( 11011_2 \) can be expanded as follows: \[ 11011_2 = 1 \times 2^4 + 1 \times 2^3 + 0 \times 2^2 + 1 \times 2^1 + 1 \times 2^0 \] Calculating each term: - \( 1 \times…Read More