1. (TCO 5) A _____ repeats actions until a certain condition is met

repetition structure

control structure

selection structure

sequence structure

 

 

2. (TCO 5) You are writing a For…Next loop. Which of the following is valid for an initial or terminating value? 

The value stored in a variable declared as an Integer

info. Length, where info is a String variable

10

All of the above

 

 

3. (TCO 5) When is the loop condition evaluated in a Pretest? 

Before executing the loop task

After executing the loop task

During execution of the loop task

It depends on the contents of the loop task.

 

 

4. (TCO 10) The process during which we review the details of a program with our peers in order to improve it is called a _____. 

code evaluation

code walk-through 

code revision

code inspection

 

    • 12 years ago
    A+ Answers
    NOT RATED

    Purchase the answer to view it

    • 11.doc