click below
click below
Normal Size Small Size show me how
Ma'Khya G. - U1: 1-3
homework
| Term | Definition |
|---|---|
| Operator | math symbols |
| Punctuation | A mark used to end or continue a sentence |
| Keywords | Special words used to modify the way a computer program works |
| 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 link the "run" button to execute our program. |
| Output panel | Shows the end result of a successful code. |
| Console | This box contains error messages |
| Editor Keys | When button is clicked, displays a list of shortcut keys. |
| Comments | Starts with two dashes and a space. They mark lines ignored by the computer. |
| Definition | Equal sign separating the words at the left, from the words at the right. |
| Identifiers | names if variables or functions |
| Literal data | includes numbers such as L or text that's enclosed in double quotes like " Chuck Wagon" |
| Ethics | the moral principal applied to a person's actions |
| Problem solver | A thinker that takes all the knowledge and resources at hand to design the solutions. |
| Perseverance | The act of continuing to attempt something difficult, even if it takes a long time to succeed, often after many failures. |
| Growth mindset | The belief that you can grow and learn through perseverance and resilience |
| Plagiarism | The unethical act of passing off someone's work as your own. |
| Debugging | Finding, identifying, and fixing errors in a code. |
| Facilitating "?" | Questions that are used to guide conversation rather than provide answers. |
| Specification | A statement at the top if a input panel that specifies the purpose of the program |
| Documentation | A description of all the addable libraries for your reference |
| Librairy | A collection of predefined functions |
| Header | Specification, name, and date and import statement |
| Body | Where the actual code is, must include program |
| Import statement | using the keyword import followed by the name of the library being imported. Once the library is imported into the code, the programmer can use any function defined in that library. |
| Hanging Indent | formatting of a paragraph, citation, or definition for which all lines except the first one interact |
| Effect | Operation that can be observed |
| type | A general classification of date that describes how it is intended to be used |
| List | A collection of objects of the same type; it contains square brackets and objects are separated |
| Empty list | A list with no objects inside |
| Signatures | A shorted version |
| Function | A predefined process applied to an input to produce a output |
| Input | An expression/object that is passed to a function |
| Output | An expression/object that results from what the function does to the inputs |
| Picture | Variable |
| Text | A word in quotations |