click below
click below
Normal Size Small Size show me how
Jhani R. U1- 1-3
Unit 1 lessons 1-3
| Term | Definition |
|---|---|
| Editor | The large window where we type our code (on the left) |
| Line number | The number at the beginning oof each line |
| Run | after we type in our code we type "Run" to excute the program |
| output panel | shows the result of an succesful code |
| consule | this box contains error messages (bottom right) |
| Comments | begins with two dashes and a space; they mark lines that are ingored by the computer for comment with several lines use c-comment |
| Definitions | have an equal sign seprating the word that's being defined of the left of the eqaul sign |
| Keywords | special words that are used to modify the way a computer program works |
| import | adds functionally by using code that other people wrote |
| program | the lines of the code that activated when you click the run button |