Get in Touch
●
skoolyst@gmail.com
●
+92 334 0673401
0
Home
Schools
About
Blog
Shop
Videos
MCQs
EN
اردو
0
Login
Register
MCQs
Practice
Q
Medium
2 Marks
Computer Studies
Data Representation
What is the decimal equivalent of binary 1011?
A
9
B
10
C
11
D
13
Show Hint
Reset
Check Answer
Explanation
1011 = 1×2³ + 0×2² + 1×2¹ + 1×2⁰ = 8 + 0 + 2 + 1 = 11 in decimal.
Reference: Computer Studies Textbook , Page 4
Hint
Multiply each bit by its corresponding power of 2 from right to left.
Similar Questions
How many bits does ASCII use per character?
Medium
Computer Studies
Which four number systems are most important in computing?
Medium
Computer Studies
How many characters can ASCII represent in total?
Medium
Computer Studies
Everything inside a computer is ultimately stored as:
Easy
Computer Studies
Binary subtraction is used in which component of the CPU?
Medium
Computer Studies