Chapter 8 - Binary & Hexadecimal Flashcards
(33 cards)
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
how many bytes make a kilobyte (kb)
1000
how many kilobytes make a megabyte (mb)
1000
how many megabytes make a gigabyte (gb)
1000
how many gigabytes make a terabyte (tb)
1000
how many terabytes make a petabyte (pb)
1000
what is binary 00110011 + 01100010
10010101
What is 10110110 + 11110010
110101000= 9 bits = overflow error
What is 00111010 / 2
00011101
What is 10111000 / 8
00010111