Vocabulary Unit 3 CSP

123456789101112131415161718192021222324252627282930313233
Across
  1. 2. (also called an array) stores multiple pieces of information at once
  2. 4. A sequence of bits that can be used to represent sets or to manipulate binary data
  3. 6. The space of potential possibilities
  4. 9. a particular way of organizing and storing data in a computer so that it can be accessed and modified efficiently
  5. 11. Associating each element of a given set with one or more elements of a second set
  6. 13. If words, numbers, sentences—any two values—must be concatenated together, you can use this block.
  7. 17. similar data appears in the same position of each line of data.
  8. 18. (abbreviated) American standard code for information interchange outlines a common set of conventions for converting between binary values and alphanumeric values
  9. 19. Non-digital signals or information represented by a continuously variable physical quantity such as spatial position or voltage
  10. 20. A binary code invented by Emile Baudot in 1870 that uses crosses and dots in order to encode 2^5 or 32 characters (fixed width encoding)
  11. 22. A subset of a string of alphanumeric fields or variables
  12. 25. A character encoding form whose sequences are not all of the same length is known as a variable width encoding.
  13. 28. variables that can take on any real value within a specified range rather than being restricted to discrete values
  14. 30. A growth rate that increases rapidly, usually squaring the previous metric.
  15. 31. (short for binary digit) is the smallest unit of data in computing. Typically a 1 or 0.
  16. 32. refers to the 26-letter alphabet of Latin characters and the numerals 0-9. Sometimes including some special characters such as punctuation marks and common symbols, such as the sign "@,".
  17. 33. research
Down
  1. 1. Irrelevant or meaningless data that has found its way into otherwise meaningful code
  2. 3. A binary encoding system that can represent much more of the world's text than ASCII can (represents 65,536 different characters)
  3. 5. the process of simplifying complex systems by breaking them down into their essential components while ignoring unnecessary details.
  4. 7. How information is stored, accessed, transformed and used by computers
  5. 8. A code where letters are represented by combinations of long and short signals of light or sound (variable width encoding)
  6. 10. any information (or effect) that a program produces including sounds, lights, pictures, text, motion, etc.
  7. 12. A group of blocks that are combined to perform a specific task
  8. 14. A method for finding a target value within a list (whether presorted or not) by checking each value until a match is found or until all the elements have been searched
  9. 15. a synonym for bringing together, (latin meaning is “chain-together”)
  10. 16. code a system by which numbers, letters and other information are represented using only two symbols, or binary digits.
  11. 21. Separate or divided: Digital provide an example
  12. 23. the process of putting a sequence of characters (letters, numbers, punctuation, and certain symbols) into a specialized format for efficient transmission or storage.
  13. 24. In which something can only be one thing or another (Yes or NO)
  14. 26. Digital copies are only approximations of the natural object
  15. 27. information that has been into a form that is efficient for movement or processing.
  16. 29. a sequence of characters (letters, numbers, symbols) used to represent test. Example: “Hello World”.