BAHASA ASING II

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