IST Final Crosswords Part 4

123456789101112131415161718192021222324252627282930
Across
  1. 6. Universal character encoding standard covering many languages
  2. 7. Group of 8 bits representing a single character
  3. 10. Character encoding standard limited to 128 characters
  4. 11. Data represented in categories or labels
  5. 13. Inaccuracy caused when decimals cannot be represented exactly
  6. 15. Smallest unit of data in computing represented as 0 or 1
  7. 17. Error when a number exceeds the storage capacity
  8. 18. Bitwise technique used to extract or hide specific bits
  9. 22. Numerical data that can only take specific values
  10. 25. Base 16 number system often used in computing
  11. 26. Boolean operation true only when inputs are different
  12. 28. Boolean operation that returns true if at least one input is true
  13. 30. Assurance that data remains accurate and consistent over time
Down
  1. 1. Value used to verify integrity of transmitted data
  2. 2. Extra bit added for simple error detection
  3. 3. Component of a floating point number holding significant digits
  4. 4. Error when a number is too small to represent accurately
  5. 5. Number with decimals stored using sign exponent and mantissa
  6. 8. Boolean operation that inverts the input
  7. 9. Data represented in numbers used for measurement or calculation
  8. 12. Base 10 number system used by humans
  9. 14. Bitwise operation that multiplies a number by two
  10. 16. Numerical data that can take any value within a range
  11. 19. Boolean operation that returns true only if both inputs are true
  12. 20. Operation that finds the remainder after division
  13. 21. Unicode encoding widely used on the Internet
  14. 23. Bitwise operation that divides a number by two
  15. 24. Component of a floating point number indicating the scale
  16. 27. Whole number type stored directly in binary
  17. 29. Base 2 number system used by computers