click below
click below
Normal Size Small Size show me how
Hailey W -U1: Lesson
| Term | Definition |
|---|---|
| Editor | The large window where we type our code (on the left) |
| Line number | the number at the beginning of each line |
| Run | after we type in our code click "run" to execute the program |
| Console | displays error messages (bottom right) |
| Output panel | shows the result of a successful code (top right) |
| Editor keys | displays shortcut keys |
| Comments | begins with two dashes and a space (-- ), ignored by the computer |
| Definitions | equal sign separating the left word from the right word |
| Key words | special words that are used to modify the way a computer works (bold faced words) |
| Import | adds functionality by using somebody else's code (libraries) |
| Program | line of code activated when you click "run" |
| Where | begins a block above its original code in indivisual blocks |