Computing Basics Flashcards
1
Q
Ways Computer Represent Data
A
As Binary information, as either positive or negative charge (0 is positive, 1 is negative)
2
Q
Bit
A
Each number (0 or 1) representing charge
3
Q
Binary
A
Bits grouped together to create larger numbers in base 2 notation, or binary notation, as opposed to normal decimal
4
Q
Byte
A
Binary numbers grouped into larger patterns, as eight bits called bytes
5
Q
Most Significant Bit
A
Left-most bit within a byte
6
Q
Least Significant Bit
A
Right-most bit within a byte
7
Q
Hexadecimal
A
- Base 16, each column represents a power of 16
- Most compact
- 11010110 binary = 214 decimal = D6 hexadecimal