1.1 InfoRepr&Multimedia.data_representation Flashcards
(47 cards)
What is the binary number system?
A base-two system using only the digits 0 and 1
What is a bit?
A binary digit, the smallest unit of data in computing.
What is one’s complement?
A method of representing negative numbers by inverting all bits in a binary number.
What is two’s complement?
A method of representing negative numbers by inverting all bits and adding 1 to the right-most position.
What is sign and magnitude representation?
A binary number system where the left-most bit indicates the sign (0 = positive, 1 = negative).
What is hexadecimal?
A base-16 number system using digits 0-9 and letters A-F.
What is a memory dump?
The contents of a computer’s memory output to a screen or printer.
What is binary-coded decimal (BCD)?
A system that represents each decimal digit using 4 bits.
What is ASCII?
A character encoding system for keyboard characters and control codes.
What is a character set?
A list of characters defined by computer hardware and software with a coding method for interpretation.
What is Unicode?
A universal character encoding system supporting all world languages (first 128 characters match ASCII).
How does one’s complement work?
Each binary digit is inverted (0 becomes 1, 1 becomes 0) to represent negative numbers.
How does two’s complement work?
Each binary digit is inverted, and 1 is added to the right-most bit.
Why is two’s complement preferred to one’s complement?
It simplifies binary addition and subtraction.
What are the weightings for an 8-bit two’s complement representation?
-128, 64, 32, 16, 8, 4, 2, 1
What is the smallest unit of memory in a computer?
A byte
What are common multiples of a byte?
16-bit, 32-bit, and other multiples of 8
How many bytes are in 1 KB (kilobyte) using the SI system?
1000
How many bytes are in 1 MB (megabyte) using the SI system?
1,000,000 bytes.
How many bytes are in 1 GB (gigabyte) using the SI system?
1,000,000,000 bytes
How many bytes are in 1 TB (terabyte) using the SI system?
1,000,000,000,000 bytes
How many bytes are in 1 PB (petabyte) using the SI system?
1,000,000,000,000,000 bytes
What is the IEC (International Electrotechnical Commission) binary system for memory measurement?
A system based on powers of 2 rather than 10
How many bytes are in 1 KiB (kibibyte) using the IEC system?
1,024 bytes (2¹⁰)