Across
- 4. is a set of instructions that a computer can interpret in order to receive data, process it and get an output.
- 5. is a programming language construct used to embed programmer-readable annotations in the source code of a computer program.
- 6. is something that doesn't have a change, for example your name
- 7. is a step-by-step procedure for calculations. Algorithms are used for calculation, data processing, and automated reasoning.
- 9. is the method of communication used by humans that can be spoken or written
- 10. is usually contrasted with cohesion. Low coupling often correlates with high cohesion, and vice versa.
Down
- 1. is every sentence given to the computer in order to execute an action such as "Open the file"
- 2. it refers to the rules and the correct order to combine commands to perform an action or a set of actions.
- 3. specifies the identifier, type, and other aspects of language elements such as variables and functions. It is used to announce the existence of the element to the compiler.
- 8. these are locations in memory where a value will be stored
