Unit 1
unit 1 definitions:
- computer coordinate system - The X and Y value of a computer grid
- conditionals - Provide a computer to make decisions based on if something is true or false
- events - Something that happens outside of the program
- functions - Make things happen to objects
- functions and parameters - The function and value in a line of code
- loop - A series of instructions that is repeated a set number of times
- objects - Noun of a line of code
- properties - Details of an object
- syntax - The grammar of code
- variables - A way to store data so you can use it later