Chapter 4 Flashcards
What is a bit?
A single binary digit: 1 or 0
How many bits in a byte?
8 bits
How many bits in a nibble?
4 bits
How many bytes in a kilobyte?
1024 bytes
How many kilobytes in a megabyte?
1024 kilobytes
How many megabytes in a gigabyte?
1024 megabytes
How many gigabytes in a Terabyte?
1024 gigabytes
Binary
Base 2 number system, used by computers, uses the digits 0 and 1 only.
Denary/Decimal
Base 10 number system, how we normally count, uses digits 0 to 9.
Hexadecimal
Base 16 number system used by humans to represent groups of four bits at a time. Uses digits 0 to F.
Overflow
When the result of a numeric calculation is too large to be stored in the space reserved for that type of data.
Character set
The set of symbols that can be represented by a computer. The symbols are called characters and can be letters, digits, space, punctuation marks and some control characters such as “Escape”. Each character is represented by a numerical code that is stored as a binary integer.
ASCII
American Standard Code for Information Interchange: a 7-bit character set used by PCs. (There is also an extended ASCII character set that uses 8 bits.)
EBCDIC
Extended Binary Coded Decimal Interchange Code: an 8-bit character set used by older mainframes.
Unicode
A 16-or 32-bit character set that allows many more characters to be coded.