A ____ error occurs when the computer is instructed to divide by 0.

A. Syntax
B. Run-time
C. Logic
D. Semantic

Answer: B

Computer Science & Information Technology

You might also like to view...

The ________ button is used to insert items such as graphics, charts, or spreadsheets created by Word of other programs

A) Item B) Object C) Chart D) Graphics

Computer Science & Information Technology

Answer the following statements true (T) or false (F)

1. When you create an object from a class, you use a reference variable to reference that object. 2. You should never declare a class in its own source file. 3. Because classes are reference types, objects that are instances of a class are always passed by reference. 4. Writing each class in its own separate file makes your code more organized and helps keep your source code files to a manageable size.

Computer Science & Information Technology