10. Fill in the following addition table for base 3. + 0 1 2 0 1 2 11. Identify the following statements as TRUE OR FALSE.  a) BCD stands for Binary Coded Decimal and encodes each digit of a decimal number  to an 8-bit binary form.  b) Unicode is a 16-bit code, occupying twice the disk space for text as ASCII or EBCDIC  would require.  c) A signed-magnitude integer representation includes more negative numbers than it  does positive ones.  d) A byte is 8 bits, but a word may vary in size (16-bits, 32-bits, etc.) from one  architecture to another.  e)The largest value that a 60-bit unsigned binary integer can represent is (260 -1).  f) A 2's complement integer representation includes more negative numbers than it does  positive ones.

C++ for Engineers and Scientists
4th Edition
ISBN:9781133187844
Author:Bronson, Gary J.
Publisher:Bronson, Gary J.
Chapter2: Problem Solving Using C++using
Section2.3: Data Types
Problem 8E: (For thought) Although you have concentrated on operations involving integer and floatingpoint...
icon
Related questions
Question

10. Fill in the following addition table for base 3.
+ 0 1 2
0
1
2
11. Identify the following statements as TRUE OR FALSE. 
a) BCD stands for Binary Coded Decimal and encodes each digit of a decimal number 
to an 8-bit binary form. 
b) Unicode is a 16-bit code, occupying twice the disk space for text as ASCII or EBCDIC 
would require. 
c) A signed-magnitude integer representation includes more negative numbers than it 
does positive ones. 
d) A byte is 8 bits, but a word may vary in size (16-bits, 32-bits, etc.) from one 
architecture to another. 
e)The largest value that a 60-bit unsigned binary integer can represent is (260
-1). 
f) A 2's complement integer representation includes more negative numbers than it does 
positive ones.

Expert Solution
steps

Step by step

Solved in 3 steps

Blurred answer
Knowledge Booster
Binary numbers
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
C++ for Engineers and Scientists
C++ for Engineers and Scientists
Computer Science
ISBN:
9781133187844
Author:
Bronson, Gary J.
Publisher:
Course Technology Ptr