Arganne Coleman

123456789101112131415
Across
  1. 3. A relationship between two pieces of data, typically referring to the amount that one varies in relation to the other.
  2. 4. a named group of programming instructions. Also referred to as a “procedure”.
  3. 6. NOT, AND, and OR, which evaluate to a Boolean value.
  4. 9. 8 bits
  5. 11. an ordered sequence of characters.
  6. 12. the system responsible for translating domain names like example.com into IP addresses
  7. 14. a protocol for sending data across the Internet that assigns unique numbers (IP addresses) to each connected device
  8. 15. a written description of how a command or piece of code works or was developed.
Down
  1. 1. allows a program to change the value represented by a variable
  2. 2. <, >, <=, >=, ==, != indicate a Boolean expression
  3. 5. 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
  4. 7. Data a process that makes the data uniform without changing its meaning (e.g., replacing all equivalent abbreviations, spellings, and capitalizations with the same word).
  5. 8. data about data
  6. 10. some program statements run when triggered by an event, like a mouse click or a key press
  7. 13. The inclusion of extra components so that a system can continue to work even if individual components fail, for example by having more than one path between any two connected devices in a network.