Coding Vocabulary
Across
- 1. Runs a block of code over and over for a set number of times.
- 4. a particular order in which related events, movements, or things follow each other.
- 5. A contraction of "Binary Digit"; the single unit of information in a computer, typically represented as a 0 or 1
- 6. A time it takes for a bit to travel from its sender to its receiver.
- 8. A block of code that will run only if something is true.
- 11. An error in your code.
- 13. A new or improved idea, device, product, etc. of the development thereof
Down
- 1. A collection of commands grouped together and given a name. The set of commands can them be run with just the name of the function whenever that set is needed.
- 2. A set of rules governing the exchange or transmission of data between devices.
- 3. A number of bits that are conveyed or processed per unit of time. (usually seconds)
- 7. Transmission capacity measure by bit rate
- 9. Identifying and fixing the error in code.
- 10. An instruction given by a user telling a computer to do something, such a run a single program or a group of linked programs
- 12. A way of representing information using only two options.