21. Java is an example of an object-oriented language.
22. The object-oriented paradigm is inefficient for problems that involve real-world objects.
23. A procedural programming language can autonomously run through every possible instantiation,
backtracking if necessary to deal with multiple variables.
24. Prolog can manipulate facts in several ways without explicit programming.
25. The procedural paradigm focus on the algorithm that describes the solution, and the declarative
paradigm focuses on describing the problem.
26. HTML can perform complicated tasks and respond to user actions.
27. VBScript allows a Web designer to embed simple program instructions into the text of an HTML
document.
28. Java applets can be programmed to open or modify files on your computer.
29. Asking the computer to divide by 0 is an example of a run-time error.
30. If the purpose of code is not clear, a program section should include program documentation.
31. The debugging process is the same whether the program is written in a compiled or interpreted
language.
MULTIPLE CHOICE
1. A(n) ____ language consists of commands represented as 1s and 0s that correspond to the processor’s
instruction set.