Categorize each of the following situations as a compile-time error, run-time error, or logical error.
a. multiplying two numbers when you meant to add them
b. dividing by zero
c. forgetting a semicolon at the end of a programming statement
d. spelling a word wrong in the output
e. producing inaccurate results
f. typing a { when you should have typed (
a. A logical error
b. A run-time error
c. A compile-time error
d. A logical error
e. A logical error
f. A compile-time error
You might also like to view...
Which conditional formatting option would you choose if you wanted to apply formatting to cells whose value falls between two numbers?
A) Highlight Cells Rules B) Between Values Rules C) Color Scales D) Top/Bottom Rules
?
In the figure above, which number points to the icon you would use to duplicate a div tag??
A. ?4 B. ?5 C. ?6 D. ?7
A situation where two software packages use resources in incompatible ways is called a(n) ____.
A. conflict B. IRQ problem C. performance problem D. inconsistency
When determining the input and output requirements for the design of an object oriented program
a. The classes of data should be developed at the same time. b. Format of the data should be developed at the same time. c. The output screen should be developed at the same time. d. All of the above. e. None of the above.