Across
- 2. function that writes text on the canvas
- 6. command used to mix colors (Red, Green, Blue)
- 7. data sets that are too large and complex for traditional data processing applications
- 9. symbol that defines a math operation
- 10. gives the remainder of integers which have been divided
- 11. tests if both conditions are true
- 12. setting a starting value for a variable
- 13. the computer sends information to the user
- 14. Central Processing Unit
- 17. long term memory
- 18. represent a real world situation using a computer
- 21. they physical machine
- 26. module used to create random numbers in programs
- 27. precise set of rules for how to solve a problem
- 29. numeric data stored in a computing device
- 31. the symbols used to compare values in true/false tests
- 33. the container that holds the graphics created by a program
- 34. information sent to a function
- 38. tests if at least one condition is true
- 39. pulls in code to add functions to your code
- 40. collection of commands given a name
- 41. keywords used to join test conditions in if-statements
- 42. a function that creates a frame to hold a graphic drawing
Down
- 1. takes the opposite
- 3. special characters marked with the /
- 4. the user send information to the computer
- 5. instructions that a computer follows
- 8. run experiments using computer models
- 15. translates codes to machine language
- 16. returns a set of numbers
- 18. Memory short term memory
- 19. function that draws a circle on the screen
- 20. functin that draws a polygon on the canvas
- 22. collection of code and functions that perform similar tasks
- 23. programs that run on hardware
- 24. function that draws a line on the canvas
- 25. command that loops until a condition is false
- 28. used to let the program choose between true/false options
- 30. command that tests a true/false condition
- 32. data and information in the real world
- 34. command displays text and numbers on the screen
- 35. a variable used to add up a list of numbers
- 36. storing a value in a variable
- 37. command to repeat code
