When ____ occur during preliminary debugging, dummy print statements-statements that are temporarily inserted into the code to display status information on the screen-can be used to help locate the error.
A. syntax errors
B. rules errors
C. compile-time errors
D. logic errors
Answer: D
You might also like to view...
Given the following code, what namespace does display3 belong to?
namespace ns1 { void print(); void display1(){}; } namespace ns2 { void print(); void display2(){}; } namespace { void display3(); } int main() { using namespace ns1; using namespace ns2; display1(); display2(); return 0; } namespace { void display3() { } }
Microsoft Publisher can be used to create desktop publishing documents such as brochures
Indicate whether the statement is true or false
What is a 3-D reference?
A) A circular reference to the cell B) A reference to multiple cells C) A cell reference to another worksheet D) A data cube function
IBM?s _______________ device is a joystick the size of a pencil eraser, situated in the center of the keyboard.
Fill in the blank(s) with the appropriate word(s).