1.1 Binary Flashcards
Learn Binary number systems
What is a ‘bit’?
A single binary digit, it is the basic digit in computing and digital communication. It can only have two values, on or off, represented as 1 or 0.
What is a ‘nibble’?
half a byte. A nibble contains 4 bits. there are 16 possible values, so a nibble can hold a single hexadecimal digit.
What is a ‘byte’?
A unit of digital information consisting of 8 bits, the number of bits required to encode a single character of text.
What is a ‘kilobyte’?
2^10 (or 1,000 bytes)
What is a ‘megabyte’?
2^20 (or 1,000 kilobytes)
What is a ‘gigabyte’?
2^30 (or 1,000 megabytes)
What is a ‘terabyte’?
2^40 (or 1,000 gigabytes)
What is ‘base 2’?
It is the Binary number system. The base determines how many digits are used
What is ‘base 10’?
The Decimal number system, it uses 10 digits. The base determines how many digits are used.