Exam 4: Variables and Arithmetic Operations

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

The ampersand character at the end of a line in the code editor indicates that the line of code continues on the next line. _________________________

(True/False)
5.0/5
(33)

A prefix of ____ is used to denote that a variable has been defined as a Boolean data type.

(Multiple Choice)
4.8/5
(33)

  -As shown in the accompanying figure, the ____ property of the form specifies which button will be activated when the ENTER key on the keyboard is pressed. -As shown in the accompanying figure, the ____ property of the form specifies which button will be activated when the ENTER key on the keyboard is pressed.

(Multiple Choice)
4.9/5
(47)

A(n) green squiggly underline beneath a variable name in a declaration statement indicates that the variable is unused in the program. _________________________

(True/False)
4.9/5
(40)

The Void procedure clears any data currently placed in the Text property of a TextBox object. _________________________

(True/False)
4.8/5
(35)

The ____ of a variable specifies where a variable can be referenced within a program.

(Multiple Choice)
4.9/5
(32)

MATCHING Identify the letter of the choice that best matches the phrase or definition. -The code between the Sub statement and the End Sub statement

(Multiple Choice)
4.9/5
(31)

A(n) PredefinedTextBox object is a text box that allows the use of predefined layouts for the data a user must enter. _________________________

(True/False)
4.9/5
(34)

A(n) ____________________ is a named location in RAM that can store a value that may change during program execution.

(Essay)
4.9/5
(45)

Used with the ToString function, the ____ format specifier will display the value 8976.43561 as 8,976.44.

(Multiple Choice)
4.8/5
(32)

What are the rules for naming variables in Visual Basic? Providing examples of the good and the bad, discuss what impact good programming practice has on the naming of variables.

(Essay)
4.9/5
(35)

The process of joining two different values into a single string is called ____________________.

(Essay)
4.8/5
(38)

The ____ operator is used to concatenate two strings.

(Multiple Choice)
4.7/5
(40)

When defining a variable, the keyword ____ appears at the beginning of the statement.

(Multiple Choice)
4.8/5
(39)

You must enclose a value in parentheses to assign it to a variable declared as Char data type.

(True/False)
4.9/5
(37)

A prefix of ____ is used for variables defined as a String data type.

(Multiple Choice)
4.8/5
(42)

A variable is ____.

(Multiple Choice)
4.9/5
(35)

Integer variables can be used to store fractional values.

(True/False)
4.7/5
(35)

A prefix of ____ is used to denote a variable defined as a Decimal data type.

(Multiple Choice)
4.8/5
(35)

A local variable is a variable that can only be accessed in the region in which it was defined.

(True/False)
4.8/5
(38)
Showing 61 - 80 of 111
close modal

Filters

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