click below
click below
Normal Size Small Size show me how
Intro to Coding
Vocab Terms & Definitions for Coding and Intro to Codesters
| Term | Definition |
|---|---|
| Code Editor | Where the programmer adds and edits code. |
| Coding | Using a programming language to give instructions that are understandable to the computer. |
| Commands | Instructions that the computer follows; a series of these make up a program. In Codesters, these make actions on the stage occur. |
| Sprite | A character, shape, or other object that we add to the stage/scene. |
| Stage | Where the results (or scene) of your program appears. |
| Syntax | The rules that define the ways a program must be written. |
| Toolkit | Holds tools and blocks of code that can be used (dragged into your code editor) to build your program. |