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

Computer Science & Information Technology

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() { } }

Computer Science & Information Technology

Microsoft Publisher can be used to create desktop publishing documents such as brochures

Indicate whether the statement is true or false

Computer Science & Information Technology

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

Computer Science & Information Technology

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).

Computer Science & Information Technology