Binary Flashcards
What are the ones and zeros called?
Bits
What is P and A?
Presence and Absence
What can bits be used to represent?
Numbers, words, images and sounds
What is the general rule with bits?
In general with n bits we can represent 2^n symbols
What are bytes?
A string of 8 bits (2^8)
How many bits are required to represent our alphabet?
7 bits (2^7=128)
What is ASCII?
American standard code for information interchange
In ASCII with 7 bit, how can you identify a lowercase letter?
There is a 1 on the third bit
How many symbols does a hexadecimal system have?
16
How many bits are required in a hexadecimal system?
4 bits (2^4)
How many bytes are in 1KB?
1024 (2^10) bytes
How many KB are in 1MB?
1024(2^10)KB
How many symbols does the denary system have?
10 symbols
How does the denary system work?
Each place value to the left is ten times the previous place value
How many symbols does the binary system have?
2