Answer the following statements true (T) or false (F)
1. The following pseudocode is for a loop that will perform three iterations.
For start = 6 To 2 Step -3
Do something
End For
2. The following pseudocode is for a loop that will perform three iterations.
For start = 5 To 10 Step 2
Do something
End For
3. The Do-While loop is a posttest loop.
4. The While loop gets its name from the way it works: It does a task while a condition is false.
1. FALSE
2. TRUE
3. TRUE
4. FALSE
You might also like to view...
Which of the following method headers is most likely a header for a mutator method?
a) public int getAge() b) public double computeSalary() c) public Person() d) public void setAge(int newAge) e) none of these are headers for a mutator method
As shown in the accompanying figure, you might also want to create ____ versions of your résumé.
A. TIFF and PDF B. DOC and RTX C. HTML and XML D. XHTML and XFF
To make the opening of forms and reports easy for users, you could implement a(n) ________ form, which is a menu system that uses tabs
A) tabbed B) linked C) navigation D) active
By default, the centered header and footer of a printed webpage are empty
Indicate whether the statement is true or false