Which statement does not describe fifth-generation languages?

A. They are the most "natural" of languages.
B. They use a set of short, English-based commands (such as ADD) that speak directly to the CPU.
C. Problems are presented as a series of facts or constraints rather than as a specific algorithm.
D. The system of facts can be queried.

Answer: B

Computer Science & Information Technology

You might also like to view...

Does the return statement in the following method cause compile errors?

public static void main(String[] args) { int max = 0; if (max != 0) System.out.println(max); else return; } a. Yes b. No

Computer Science & Information Technology

Which of the following can be pushed down to a computer and can be changed by the user?

A. Group Policy Object B. Group Policy Preference C. Group Policy Setting D. Group Domain object

Computer Science & Information Technology