CS principles Exam review

12345678910111213
Across
  1. 2. ___ solution an imperfect but acceptable solution
  2. 5. what kind of error will this cause function micepressed(){console.log("hi")}
  3. 8. Material created on a computer is the ___ property of the creator or an organization
  4. 11. a public copyright license that enables the free distribution of an otherwise copyrighted work(two words)
  5. 13. ___ data have values that change smoothly over time through a continuous range of values
Down
  1. 1. Procedural Abstraction is using a function/procedure to code a real world ___
  2. 3. Metadata can increase data's ___ by making it easier to organize, filter, structure, etc.
  3. 4. Computing Innovation is a device/hardware that uses or is the ___
  4. 5. ___ key encryption involves one key for both encryption and decryption
  5. 6. ___ key encryption pairs a public key for encryption and a private key for decryption
  6. 7. tourists submitting vacation photos for analysis would be ___ science
  7. 9. what will x be after running this program in draw() x=0; if(x<10){x+=4}
  8. 10. Open Source programs may be redistributed and ___
  9. 12. Test Case is ___ data that you use test code