click below
click below
Normal Size Small Size show me how
Coding Conditionals
Vocabulary words for Coding Conditionals activities
| Question | Answer |
|---|---|
| to write instructions for a computer in a language that it can use to carry out tasks. | code |
| something that is necessary for the existence or occurrence of another thing. | condition |
| a standard on which to base judgement. | criterion |
| not true or accurate. | false |
| a set of instructions written in code that control the operation of a computer or machine. | program |
| a statement in code that only runs if a certain requirement is met or in certain situations. | conditional |
| a language more simple than a programming language that can be used to design a program. | pseudocode |
| in accordance with facts. | true |
| a symbol that stands for a quantity that can change or have any one of a set of values. | variable |