If nothing within a while loop ever causes the condition to become false, a(n) ________ may occur.
A) null value
B) infinite loop
C) unexpected exit
D) compiler error
E) system crash
B) infinite loop
You might also like to view...
The Bohm-Jacobini theorem states that any flowgraph can be replaced by one with the same functionality that only uses the sequence, if-then-else, while and assignment statements (i.e., prime program components). Show that you don't need the if-then-else. That is, sequence, while and assignment are sufficient. _____
Fill in the blank(s) with the appropriate word(s).
Which formatting flag indicates that the floating-point values should be output with a thousands separator?
a. plus (+). b. minus (-). c. comma (,). d. period (.).
A manual page break is also known as a soft page break.
Answer the following statement true (T) or false (F)
If a product is tested 100 times and the rate at which it fails is recorded on a scale of 1 to 10, then the average of all the product's failure rates on the scale could be useful. This is an example of ________ data
A) nominal B) ordinal C) interval D) ratio