Chapter 2: Number Systems, Sign Representations, and Two's Complement Flashcards
What does “bit” stand for?
Binary Digit
How many values can a bit have?
2 possible values (0 and 1)
What does a byte consist of?
8 bits
With n bits, how many possible values are there?
2^n possible values
1 K values is how many bits? Possible values?
2^10 values (10 bits) = 1024 values
1 Mega values is how many bits? Possible values?
2^20 (20 bits) = 1,048,576 values
1 Giga values is how many bits? Possible values?
2^30 (30 bits) = 1,073,741,824 values
What does ASCII stand for?
American Standard Code for Information Interchange
ASCII is how many bits and values?
7 bits, 128 values
What is the Positional Notation System?
(Number at Index) x (Base)^Index
Can every possible integer value be converted from one base to another?
Yes
Can every possible fractional value be converted from one base to another?
No
Describe binary multiplication
Choose one number as the multiplier and one as the multiplicand, for each digit in the multiplier, start from the rightmost digit, and write it top-down, shifting one left each time until all are done, then add (check notes for picture)
What is range?
the variation between the smallest and largest possible values
What is precision?
how well a number can be represented (how many significant digits)