Chapter 3 - Part 1 Flashcards
Number base
The number of digits (including 0) that are used to create all other numbers within that specific numbering system
Number base for decimal
10
0,1,2,3,4,5,6,7,8,9
Number base for binary
2
0,1
Number base for hexadecimal
16
0,1,2,3,4,5,6,7,8,9,A,B,C,D,E,F
Purpose of hexadecimal
To simplify binary so it can be stored without taking up as much storage space
bit
The value of one 1 or 0
nibble
4 bits
Byte
8 bits
Kilobyte
1000 bytes
Megabytes
1000 kilobytes
Gigabytes
1000 megabytes
Terabytes
1000 gigabytes
Petabyte
1000 terabytes
0 + 0 = ?
0
0 + 1 =
1
1 + 1 =
0 CARRY 1 over
1 + 1 + 1 =
1 CARRY 1 over
Left binary shift does what to the denary
x2
right binary shift does what to denary
divide by 2
What does ASCII stand for
American Standard Code for Information Interchange
how bits does ASCII use
7
Most possible ASCII combinations
128
Unicode
The same as ASCII at the start, but after that covers a larger range of characters (e.g. Greek letters)
Max possible characters for Unicode
256