click below
click below
Normal Size Small Size show me how
Coding Terms
| Question | Answer |
|---|---|
| The ability to make new things or think of new ideas. | Creativity |
| To work with another person of group to achieve something. | Collaboration |
| The exchange of information between persons. | Communication |
| The quality that allows someone to continue doing something even though it is difficult. | Persistence |
| The process of finding solutions. | Problem Solving |
| A list of steps that you can follow to finish a task. | Algorithm |
| An algorithm that has been coded into something that can be run by a machine. | Program |
| A single point in a graphic image. | Pixel |
| A program that translates another program written in a language into machine language so that it can be executed. | Compiler |
| The action of doing something over and over again. | Loop |
| Finding and fixing problems in your algorithm or program. | Debugging |
| Statements that only run under certain situations or conditions. | Conditionals |
| A way of representing information using only two options. | Binary |
| An action that causes something to happen. | Event |
| A vehicle that is remotely operated. | ROV |
| The main language use to write web pages. | HTML |
| The language use to write a program. | Code |