A ________ error is a violation of the rules of the programming language.

A. syntax
B. translation
C. logic
D. machine


Answer: A

Computer Science & Information Technology

You might also like to view...

Symbols are ________ that are formatted in the same manner as the letters you are typing

Fill in the blank(s) with correct word

Computer Science & Information Technology

Individual structure members cannot be passed to a function as arguments.

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

Computer Science & Information Technology

Critical Thinking QuestionsCase 4-1Brian is trying his best to understand the concept of variable scope, so he calls his friend Molly for guidance.Brian has defined a variable named strNumberOfSongs within the click event handle for a Submit button, and he has been frustrated in his efforts to refer to this variable in the click event handler for a Clear button. What does Molly tell him is going on? a. The variable strNumberOfSongs has no scope.c. The variable strNumberOfSongs was not declared correctly.b. The variable strNumberOfSongs is a local variable.d. The variable strNumberOfSongs is a global variable.

What will be an ideal response?

Computer Science & Information Technology

The type of function a client would use to check the balance of a bank account would be:

a. A utility function. b. A predicate function. c. An access function. d. A constructor.

Computer Science & Information Technology