click below
click below
Normal Size Small Size show me how
Jaycelynn C. U1: 1-3
Unit 1 Lessons 1 - 3
| Term | Definition |
|---|---|
| Editor | the large window where we type our code (on the left) |
| Line numbers | the # 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 end result of a successful code |
| Console | this box contains error messages |
| Editor Keys | a button that when clicked, displays a list of shortcut keys |
| Comments | begin with 2 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 (=) from the right of the (=) Ex: head=body |
| Keywords | special words that are used to modify the way a computer program works |
| import | adds functionality by using code that other people wrote |
| program | the line of the code that's activated when you click "run" |
| where | begins a block of code that can be used only in the line right above it; organizes code in independent chunks that don't interface with each other |
| Identifiers | names of variables or functions |
| Operators | math symbols ( +, -, *, / ) |
| [ ] - (square brackets) | square brackets used for lists |
| ( ) - (round parentheses) | round parentheses used for tuples and arguments |
| , (comma) | comma used to separate elements in lists and tuples |
| Literal Data | includes #s like 1 or text that's enclosed in double quotes like "Chuck Wagon" |
| 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 list 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 | It is the specification, name and date, and import statement |
| Body | Where the actual code is *Must include program !! |
| Ethics | the moral principles applied to a person's actions |
| Plagiarism | the unethical act of passing off someone else's work as your own |
| Problem Solver | a thinker that takes all of the knowledge and resources at hand to design solutions |
| Perseverance | the act of continuing to attempt something difficult even if it takes a long time |
| Growth Mindset | the belief that you can learn and grow through perseverance and resilience |
| Debugging | the process of searching for, identifying, and fixing errors in a code/program |
| Facilitating Questions | questions that are used to guide conversation rather than provide answers |
| Constructive Criticism | suggesting improvements or questioning a decision in a healthy and supportive manner |