Computer Science Retrieval Data

1234567891011121314
Across
  1. 1. The maximum rate of data transfer across a network or communication channel, often measured in bits per second (bps).
  2. 2. The smallest unit of digital data, representing a binary digit (either 0 or 1).
  3. 5. A data compression method that sacrifices some data to achieve higher compression ratios.
  4. 6. The process of adding binary numbers, similar to decimal addition but using only 0s and 1s.
  5. 7. A data compression algorithm that preserves all the original data when decompressed.
  6. 9. Short for "picture element," a pixel is the smallest unit of a digital image, representing a single point and containing color information.
  7. 11. A classification that specifies which type of value a variable can hold, such as integers, floating-point numbers, or characters.
  8. 13. The situation in which the result of an arithmetic operation exceeds the capacity of the storage location.
  9. 14. Half a byte, or 4 bits.
Down
  1. 1. A group of 8 bits, often representing a single character in computer storage.
  2. 2. The base-2 numeral system used in computers, consisting of only 0s and 1s.
  3. 3. A method of representing signed integers in binary, simplifying arithmetic operations.
  4. 4. A base-16 numeral system commonly used in computing to represent binary-coded values in a more human-readable format.
  5. 8. A standardized character encoding system that assigns unique numbers to characters and symbols from various writing systems.
  6. 10. Depth The number of bits used to represent the color of each pixel in an image, determining the range and accuracy of colors that can be displayed.
  7. 12. American Standard Code for Information Interchange, a character encoding standard that assigns numeric values to letters, digits, and symbols.