ict3
Across
- 2. It is a high-level block-based visual programming language and website aimed primarily at children as an educational tool, with a target audience of ages 8 to 16.
- 6. A programming language which is a multi-platform, object-oriented, and network-centric language that can be used as a platform in itself. Start with a “J”.
- 8. A representation of numbers using only two digits (0 and 1).
- 10. An imperative and procedural programming language, designed by Niklaus Wirth as a small, efficient language intended to encourage good programming practices using structured programming and data structuring.
- 12. An interpreted, object-oriented, high-level programming language with dynamic semantics.
- 13. An error, flaw or fault in the design, development, or operation of computer software that causes it to produce an incorrect or unexpected result, or to behave in unintended ways.
Down
- 1. It is an abstract storage location paired with an associated symbolic name, which contains some known or unknown quantity of data or object referred to as a value; or in simpler terms, a variable is a named container for a particular set of bits or type of data (like integer, float, string etc...).
- 3. Pronounced "C plus plus" and sometimes abbreviated as CPP, which is a high-level, general-purpose programming language, which is an extension of the C programming language.
- 4. It is a general-purpose, compiled imperative programming language that is especially suited to numeric computation and scientific computing. Start with a “F”.
- 5. It is traditionally a sequence of characters, either as a literal constant or as some kind of variable. The latter may allow its elements to be mutated and the length changed, or it may be fixed (after creation).
- 7. the structure of statements in a computer language.
- 9. It is an interpreted, high-level, general-purpose programming language which supports multiple programming paradigms. Also it was influenced by Perl, Smalltalk, Eiffel, Ada, BASIC, Java, and Lisp. Start with a “R”.
- 10. It is a logic programming language associated with artificial intelligence and computational linguistics. Start with a “P”.
- 11. A sequence of statements which is specified once but which may be carried out several times in succession. The code "inside" the loop (the body of the loop, shown below as xxx) is obeyed a specified number of times, or once for each of a collection of items, or until some condition is met, or indefinitely.
- 12. It is a high-level, general-purpose, interpreted, dynamic programming language. Though it is not officially an acronym, there are various backronyms in use, including "Practical Extraction and Reporting Language".