A(n) ____ approach for a solution path traces all branches of the state-space graph so that all possible choices are tested and no test cases are repeated.

A. heuristic
B. push technology
C. intelligent
D. brute force


Answer: D

Computer Science & Information Technology

You might also like to view...

How many times will this for loop execute? (Note: i is an int.) for(i = 0; i > 100; ++i)

A. 0, the loop will not execute B. 99 C. 100 D. The loop is not written correctly. It would not compile.

Computer Science & Information Technology

When you add a non-master item to a document page that has a master applied, and when you override a master item on a document page, these changes are known as ____________________ or local overrides.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

When writing Visual Basic code, the ________ property of an object or control is used to reference the object or control in the program code

A) Name B) Form C) Alphabetic D) Caption

Computer Science & Information Technology

FIGURE EX 3-1The line marked with the number 2 in Figure EX 3-1 above, indicates the ____.

A. end of frozen rows B. beginning of frozen rows C. end of frozen columns D. beginning of frozen columns

Computer Science & Information Technology