Across
- 3. is a naming convention in which each word within a compound word is capitalized except for the first word. Software developers often use camelCase when writing source code. camelCase is useful in programming since element names cannot contain spaces.
Down
- 1. This is the piece of code that you add to a program to indicate that the program should run the code inside a function or command at a certain time.
- 2. The order of commands. They can contain any number of actions, but no actions can be skipped.
- 4. is a directive to a computer program to perform a specific task.
