Computer Science – Data representation | e-Consult
Data representation (1 questions)
Login to see all questions.
Click on a question to view the answer
Working:
A = 00001010 (10 in decimal)
B = 00001101 (13 in decimal)
Addition: 00001010 + 00001101 = 00010111
C = 00010111 (23 in decimal)
Expected Output: C = 00010111