Computer Science 1 A while loop is a form of a pre - test loop, meaning that the loop condition is testing prior to executing the loop body. The loop body statements will not executed if the looping condition is not met. 2 The loop condition is a Boolean expression, returns true or false. 3 We continue looping as long as the looping condition is true. 4 The loop condition often has a sentinel value that once is reached the looping   4 The loop condition often has a sentinel value that once is reached the looping will cease.   5 The looping condition is usually associated with a counter that is incremented within the body of the loop.   6 A while() loop does not have a closing ; semi - colon.   7 A while() loop is often used to read an unknown number of records from a text or data file. We read and continue reading as long as we not reached the e.o.f. (end of file marker)   8 Beware of counter variables that may increment within a loop and erroneously a perceived value of the counter is displayed to the user.

Programming Logic & Design Comprehensive
9th Edition
ISBN:9781337669405
Author:FARRELL
Publisher:FARRELL
Chapter5: Looping
Section: Chapter Questions
Problem 3RQ
icon
Related questions
Question

Computer Science

1 A while loop is a form of a pre - test loop, meaning that the loop condition is testing prior to executing the loop body. The loop body statements will not executed if the looping condition is not met.

2 The loop condition is a Boolean expression, returns true or false.

3 We continue looping as long as the looping condition is true. 4 The loop condition often has a sentinel value that once is reached the looping

 

4 The loop condition often has a sentinel value that once is reached the looping will cease.

 

5 The looping condition is usually associated with a counter that is incremented within the body of the loop.

 

6 A while() loop does not have a closing ; semi - colon.

 

7 A while() loop is often used to read an unknown number of records from a text or data file. We read and continue reading as long as we not reached the e.o.f.

(end of file marker)

 

8 Beware of counter variables that may increment within a loop and erroneously a perceived value of the counter is displayed to the user.

Expert Solution
steps

Step by step

Solved in 6 steps with 1 images

Blurred answer
Knowledge Booster
Types of Loop
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
Programming Logic & Design Comprehensive
Programming Logic & Design Comprehensive
Computer Science
ISBN:
9781337669405
Author:
FARRELL
Publisher:
Cengage
C++ Programming: From Problem Analysis to Program…
C++ Programming: From Problem Analysis to Program…
Computer Science
ISBN:
9781337102087
Author:
D. S. Malik
Publisher:
Cengage Learning
Microsoft Visual C#
Microsoft Visual C#
Computer Science
ISBN:
9781337102100
Author:
Joyce, Farrell.
Publisher:
Cengage Learning,
C++ for Engineers and Scientists
C++ for Engineers and Scientists
Computer Science
ISBN:
9781133187844
Author:
Bronson, Gary J.
Publisher:
Course Technology Ptr
Programming with Microsoft Visual Basic 2017
Programming with Microsoft Visual Basic 2017
Computer Science
ISBN:
9781337102124
Author:
Diane Zak
Publisher:
Cengage Learning