Chapter 8 - Binary & Hexadecimal Flashcards
What is a CPU?
central processing unit
What are transistors?
Tiny switches connected in complex circuits. The transistors have 2 states - they are either on or off. By switching between the 2 states, the transistors in a CPU can execute program code
What is binary?
a counting system with two digits, 0 & 1
what does a transistors on state represent?
1
what does a transistors off state represent?
0
What is decimal 173 in binary?
10101101
What is binary 10100110 in decimal
166
what is a Bit?
a binary digit
what is 8 Bits?
1 Byte of data
what is a Byte?
8 bits of data
How do you work out the largest x-bit digit number
2 to the power of x -1
what is data stored as in CPU’s
blocks of 8 digits or 8 bits or 1 Byte
How many Bits make a nibble
2
How many bits make a byte
8
how many nibbles make a byte
4