Answer the following statements true (T) or false (F)

1. Flowcharts and pseudocode can be used to describe an algorithm
2. A C++ while loop tests the controlling condition before the first iteration of the loop.
3. A C++ do while loop tests the controlling condition before the first iteration of the loop.
4. The break statement is used to terminate the execution of a switch statement
5. A do-while loop repeats the loop body zero or more times.


1. True
2. True
3. False
4. True
5. False

Computer Science & Information Technology

You might also like to view...

Describe the basic timestamp ordering protocol for concurrency control. What is Thomas’s write rule and how does this affect the basic timestamp ordering protocol?

What will be an ideal response?

Computer Science & Information Technology

What condition must be fulfilled by the configuration of the mount tables at the client computers for access transparency to be achieved in an NFS-based filing system.

What will be an ideal response?

Computer Science & Information Technology

Case-Based Critical Thinking QuestionsCase 3-2Terry is building a Web site and wants to have three main links called Home, Product Info, and Contact Us.  She will create a hierarchy of page elements and revise the styles sheets. Terry has decided to display the text of all h1 headings found within the page header in green.  The style rule applied is _____.

A. header h1 {shade: green;} B. header h1 {green: shade;} C. header h1 {green: color;} D. header h1 {color: green;}

Computer Science & Information Technology

The text between and will be ________ when displayed on a web page

Fill in the blank(s) with correct word

Computer Science & Information Technology