Across
- 2. Data that changes discretely through a finite set of possible values
- 7. Error from attempting to represent a number that is too large.
- 8. Data with values that change continuously, or smoothly, over time. Some examples of analog data include music, colors of a painting, or position of a sprinter during a race.
- 9. a combination of operators and values that evaluates to a single value
- 10. a data type that is either true or false.
- 12. A work or invention that is the result of creativity, such as a piece of writing or a design, to which one has rights and for which one may apply for a patent, copyright, trademark, etc.
- 14. NOT, AND, and OR, which evaluate to a Boolean value.
- 15. a command that executes the code within a function
- 16. A contraction of "Binary Digit"; the single unit of information in a computer, typically represented as a 0 or 1
- 18. A process for creating a digital representation of analog data by measuring the analog data at regular intervals called samples.
- 19. a named reference to a value that can be used repeatedly throughout a program.
- 21. A process for reducing the number of bits needed to represent something in which some information is lost or thrown away. This process is not reversible.
- 23. an ordered sequence of characters.
Down
- 1. A process for reducing the number of bits needed to represent something without losing any information. This process is reversible.
- 3. allows a program to change the value represented by a variable
- 4. affects the sequential flow of control by executing different statements based on the value of a Boolean expression.
- 5. 8 bits
- 6. A collection of public copyright licenses that enable the free distribution of an otherwise copyrighted work, used when an author wants to give people the right to share, use, and build upon a work that they have created
- 11. A way of representing information using ten options.
- 13. <, >, <=, >=, ==, != indicate a Boolean expression
- 17. a named group of programming instructions. Also referred to as a “procedure”.
- 20. Error from attempting to represent a number that is too precise. The value is rounded.
- 22. A way of representing information using only two options.
