click below
click below
Normal Size Small Size show me how
Jaylah R U1: 1-3
Unit 1 Lessons 1-3
| Term | Definition |
|---|---|
| Specification | A statement at the top of the input panel that specifies the purpose of the program (as a comment) |
| Documentation | A description of all the available libraries for reference |
| Library | A collection of predefined function |
| Import Statement | Using the keyword import followed by the name of the library being imported. |
| Hanging Indent | Formatting of a paragraph, citation, or definition, for which all lines except the first are indented. |
| Header | The specification, name and date, and import statement. |
| Body | Where the actual ode is *must contain program. |
| Editor | The large window we type our code in (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. |
| Comment | Begins with 2 dashes (--) and a space. |
| Operator | Someone operating or performing code. |
| Keywords | Important words can be used to plug in code |
| Console | Box contains error messages (bottom right) |
| Editor Keys | When clicked, displays a list of shortcut keys |
| Import | Adds functionality by using code (libraries) |
| Program | Line of code that is activated when run button is clicked |
| Where | Begins block of code that can only be used with the line immediately above it |
| Keywords | Important words can be used to plug in codes. |
| Identifier | Names of variables or functions |
| Operators | Math symbols +, -, *, and / |
| Punctuation | Square brackets, round parenthesis |
| Literal data | Includes numbers such as 1 or text that's enclosed in double quotes like "chuck wagon" |
| Type | General classification of data that describes how it is intended to be used |
| List | Collection of objects of the same type objects are seperated by commas |
| Empty List | List with no objects inside |
| Signatures | A shortened version of something "signatures are singular" |