click below
click below
Normal Size Small Size show me how
Jaxon C. U1 - 1-3
Unit 1 Lessons 1 - 3
| 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, we click the "Run" button to execute the program |
| Output panel | shows the end of a successful code |
| Console | contains the error messages in a code |
| Editor keys | displays shortcut keys for easier access to the code |
| Comment | not a part of the actual code |
| Definitions | parts of the code that correspond to a specific item |
| Keywords | the main parts of the code |
| Identifiers | identify different parts of the code |
| Operators | math symbols |
| Punctuation | hold certain functions of data |
| Literal data | numbers or enclosed text |
| Specification | the statement at the top of the input program that |
| Documentation | description of all available libraries |
| Library | collection of predefined functions |
| Import statement | using the keyword "input" followed by the name of the library being imported |
| Hanging indent | formatting of a paragraph, citation, or definition where all lines except the first one is indented |
| Header | the specification, name and date, and import statement |
| Function | a predefined process applied to an input to produce an output |
| Input | an expression/object that's passed to a function |
| Output | an expression/object that results from what the function does to the input |