click below
click below
Normal Size Small Size show me how
Jenesis S - U1: 1-3"
| Term | Definition |
|---|---|
| Comments | begin with two dashes and a space and mark lines that are ignored by the computer. |
| definitions | have an equal sign separating the word that is being defined Ex- Head=Body |
| keywords | are special words that are used to modify the way a computer program works. They are usually shown in boldface in the editor. import, program,where |
| identifiers | name of variables of function |
| operators | arithmetic, such as +, -, * (multiplication) and / (division) |
| punctuation | [ and ] (square brackets, used to delimit lists) ( and ) (round parentheses, used to delimit tuples and arguments) , (comma, used to separate elements in lists and tuples) |
| literal data | includes numbers, such as 1, or text, which is enclosed in double-quotes, such as "CHUCK WAGON" |
| Ethics | The moral principles applied to a person's actions |
| Plagiarism | Copying someone code and taking it as your own |
| Problem Solver | A thinker that take all of the knowledge and resources at home to design solutions |
| Perseverance | The act of continuing to attempt something difficult, even if it takes a long time to succeed |
| Growth mindset | The belif that you can learn and grow through perseverance and reliance |
| Debugging | The process of searching for, identifying and fixing errors in a code/program |
| Facilitating questions | Questions that are used to guide conversations rather than provide answers |
| Constructive criticism | Suggesting improvements or questioning a decision in a healthy and supportive manner |
| Specification | A statement at the top of the input panel that specifies the purpose of the program (as a comment so it is ignored by the program). |
| Documentation | A description of all the available libraries for your reference. |
| Library | A collection of predefined functions. |
| 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 are indented. |
| Header | Contains name, date and specification |