Digital Information Flashcards
Digital Information
Bit
The smallest unit of digital information. Each individual one and zero in a binary sequence is a bit.
Byte
Eight bits together form a byte. The value of a single byte can range from 0 (eight 0s) to 255 (eight 1s).
Kilobyte (KB)
One kilobyte is equal to 1,000 bytes.
Megabyte (MB)
One megabyte is one million bytes of information. Therefore, 1 megabyte equals 1,000 kilobytes.
Gigabyte (GB)
One gigabyte is one billion bytes. Therefore, 1 gigabyte equals 1,000 megabytes.
Terabyte (TB)
One terabyte is equal to 1,000 gigabytes.
Digital data
A physical signal, such as text, numbers, graphics, or sound, interpreted by converting it into binary numbers.
Encoding integers
Integers can have a positive or negative value. Computers encode 32 bit by using the first bit for the sign, one for negative and zero for positive. Then, the remaining 31 bits are used to encode the number itself, giving a range from about negative 2 billion to positive 2 billion.
Encoding text
Computers represent text by using 1s and 0s as stand-ins for physical signals, such as magnetic or electrical charge. The computer can encode text by assigning a unique binary code to each character.
Processing speed
In 64-bit processors, computers can receive or send eight bytes of data at once. Each time the processor writes data to memory or reads data from memory is called a cycle. The base unit of measure is hertz (Hz). One hertz means one cycle per second.
Storage space
Data storage usually refers to the number of bytes. Since bits and bytes are so small and can’t store much information, we use the metric system to describe them in groups.
Throughput
Throughput, or data transmission from one computer to another, usually refers to the number of individual bits that can be transmitted in one second. For example, a gigabit internet connection can send a billion ones and zeroes every second.
System memory
A computer needs memory space available for processing. Processing would be very slow if you had to call up everything to be processed from a mass storage system. Instead, computers are equipped with a system memory that is a storage working space while the computer is running.