BAHASA ASING II
Across
- 2. Data types for integers
- 4. Character order
- 7. A programming paradigm that focuses on objects
- 8. Unnamed function
- 9. High-level interpreted programming language
- 12. The process of translating source code into machine code
- 15. A programming paradigm that treats computation as the evaluation of mathematical functions
- 17. An ordered collection of items
- 19. A loop control structure that continues to execute a block of code as long as a certain condition is true
Down
- 1. The process of finding and fixing errors (bugs) in computer code
- 3. A programming technique where a function calls itself
- 4. Grammar rules in programming languages
- 5. Loop control structure
- 6. Program execution time
- 10. Standard markup language for documents designed to be displayed in a web browser
- 11. A loop control structure used to repeat a block of code a specific number of times
- 13. Conditional branching control structure that executes a specific block of code if a certain condition is true
- 14. A data type that has only two values: true or false
- 16. A set of instructions written in a programming language
- 18. Data structure that follows the LIFO (Last In, First Out) principle