click below
click below
Normal Size Small Size show me how
Jalia B. U1:1-3
| Term | Definition |
|---|---|
| Editor | the large window where we type our code (on the left). |
| Line numbers | the number at the beginning of each line. |
| Run | after we type in our code, we click the "Run" button to execute the program. |
| Output Panel | shows the end result of successful code (top right) |
| Console | this box contains error messages (bottom right) |
| Editor Keys | a button that when clicked, displays a list of shortcut keys. |
| Comments | begin with two dashes and a space (--); they mark lines that are ignored by the computer; for comments with several lines use [comment]. |
| Definitions | have an equal sign separating the word that's being defined at the left of the equal sign |
| Key words | special words that are used to modify the way a computer program works (boldface) |
| Identifiers | names of variables or functions |
| Operators | math symbols (+,-,*, and /) |
| Punctuation | used to implement the grammatical and structure of a Syntax. -[ ] -( ) |
| Comma | used to separate elements in lists and tuples |
| Literal Data | includes numbers such as I or text that's enclosed in double quotes. |