Exam 5: The Secret Code Assignment Statements

arrow
  • Select Tags
search iconSearch Question
flashcardsStudy Flashcards
  • Select Tags

When an invalid character is encountered in a text argument in a Val function, the Val function notes an error and continues the process.

Free
(True/False)
4.9/5
(40)
Correct Answer:
Verified

False

The equal sign in an assignment statement is referred to as the ____.

Free
(Multiple Choice)
4.7/5
(34)
Correct Answer:
Verified

C

Comments make the code less readable but easier to understand by anyone viewing it.

Free
(True/False)
4.7/5
(40)
Correct Answer:
Verified

False

In the order of precedence, an exponentiation operator has a precedence number of 1.

(True/False)
4.8/5
(39)

A ____ is a predefined procedure that performs a specific task and then returns a value after completing the task.

(Multiple Choice)
4.9/5
(36)

A comment is referred to as ____ documentation.

(Multiple Choice)
4.8/5
(37)

____ indicate the order in which the computer performs the operation in an expression.

(Multiple Choice)
4.9/5
(32)

The syntax of the Val function is Val(text), where text is the characters you want treated as a number.

(True/False)
5.0/5
(30)

You use the ____ operator ( \ ) to divide two integers (whole numbers), and then return the result as an integer.

(Multiple Choice)
4.8/5
(37)

After dividing the numbers, the ____ operator returns the remainder of the division.

(Multiple Choice)
4.8/5
(37)

Coding the algorithm is the second step in the problem-solving process.

(True/False)
4.9/5
(45)

An ____ represents information that is passed to the function while the function is processing.

(Multiple Choice)
4.8/5
(48)

A(n) ____ is used to assign a value to something (such as the property of a control) while an application is running.

(Multiple Choice)
4.7/5
(31)

In the order of precedence, the modulus operator has a lower priority than the addition and subtraction operators.

(True/False)
4.8/5
(40)

You create a comment in Visual Basic by placing a(n) ____ before the text that represents the comment.

(Multiple Choice)
4.8/5
(36)

You instruct the computer to perform a calculation by writing an arithmetic expression that contains one or more arithmetic operators.

(True/False)
4.9/5
(37)

The ____ function temporarily converts one or more characters to a number, and then returns the number.

(Multiple Choice)
4.9/5
(50)

Many programmers use comments to document a procedure's purpose, as well as to explain various sections of the procedure's code.

(True/False)
4.9/5
(37)

For a text argument in the Val function to be converted to a number, it must contain only numbers and an optional period.

(True/False)
4.9/5
(28)

When creating a comment in a program, a space is required to separate the apostrophe from the comment itself.

(True/False)
4.8/5
(41)
Showing 1 - 20 of 25
close modal

Filters

  • Essay(0)
  • Multiple Choice(0)
  • Short Answer(0)
  • True False(0)
  • Matching(0)