1.1 Binary Systems Flashcards
(35 cards)
What is the binary number system?
A system consisting of only 0s and 1s used by computers
Define the term bit.
A single 0 or 1
Define the term byte.
8 bits = 1 character of text
Define the term nibble.
4 bits or half a byte
What is 1 KiB (kibibyte) in bytes?
1024 bytes
What is 1 MiB (mebibyte) in bytes?
1024 KiB
What is 1 GiB (gibibyte) in bytes?
1024 MiB
What is 1 TiB (tebibyte) in bytes?
1024 GiB
What is 1 PiB (pebibyte) in bytes?
1024 TiB
What is 1 EiB (exbibyte) in bytes?
1024 PiB
Fill in the blank: 1 byte = _______ bits.
8
What is the largest number that can be held in 8 bits?
255
How many possible combinations can 3 bits produce?
8
How many possible combinations can 8 bits produce?
256
What does MSB stand for?
Most Significant Bit
What does LSB stand for?
Least Significant Bit
What is the binary representation of the denary number 28?
0001 1100
What is zero in 8-bit binary?
0000 0000
What is 255 in binary?
1111 1111
What is 39 in binary?
0010 0111
How many bits are there in a nibble?
4
How many bits are there in a byte?
8
What is the largest number that can be held in 16 bits?
65,535
What is the largest number that can be held in 32 bits?
4,294,967,295