click below
click below
Normal Size Small Size show me how
Lu I. - U1: 1-3
Unit 1 Lesson 1-3
Term | Definition |
---|---|
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 somethng difficult, even when it takes a long time |
growth mindset | the belief that you can learn and grow through perseverance and resilience |
debugging | finding or fixing your erros in a code or program |
faciliating questions | questions that are used to guide conversation rather than provide answers |
constructive criticism | suggesting improvements or questioning a decision in a healtthy supportive manner |
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 click the "Run" button to execute the program |
output panel | shows the end result of a successful code |
console | this box contains error messages (bottom right) |
editor keys | a button that when clicked, displays a list of shortcut keys |
comments | begin w two dashes and a space (--); mark lines that are ignored by the computer |
definitions | have an equal sign seperating the word that's being defined at the lleft of the equal sign from the right of the equal sign |