🎴 Flashcard Mode
Computer Basics and Numerical Methods
Card1 / 25
Mastered0
Review0
QuestionClick to flip
Decimal representation of a number ( 1010.01 )2 is
AnswerClick to flip back
A
10.25
💡 Explanation:
Binary 1010.01 is calculated as (12^3) + (02^2) + (12^1) + (02^0) + (02^-1) + (12^-2) = 8 + 0 + 2 + 0 + 0 + 0.25 = 10.25.