Exam 3: Using Variables and Constants

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

The line continuation character is a(n)____.

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

B

Which of the following statements declares a Double variable named dblAverage?

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

A

Calculations involving Decimal variables are not subject to the small rounding errors that may occur when using Double or Single variables.

Free
(True/False)
4.8/5
(30)
Correct Answer:
Verified

True

Specifying the number of decimal places and the special characters to display in a number is called ____.

(Multiple Choice)
4.8/5
(39)

What is a TextChanged event? How can it be used within an application?

(Essay)
4.9/5
(23)

When using the Visual Basic 2012 InputBox function,which of the following is the Windows standard?

(Multiple Choice)
4.9/5
(30)

To simplify the coding of the InputBox function,the prompt and the title for the InputBox can be declared as ____ because they will not change while the application runs.

(Multiple Choice)
4.7/5
(41)

What are the Convert class methods and why are they sometimes used instead of conversion functions?

(Essay)
4.9/5
(31)

An application translates English words into French words and displays the results as a message in a Label control.The strEnglish variable contains the string "apple".The strFrench variable contains the string "pomme".Write an assignment statement to display the string "The French word for apple is pomme." in the lblMessage control.

(Essay)
4.7/5
(41)

The data entered by the users is currently stored in properties of controls of the form.Your first task to improve the application is to ____.

(Multiple Choice)
4.8/5
(34)

Every numeric data type in Visual Basic has a ____ method that can be used to convert a string to that numeric data type.

(Multiple Choice)
4.7/5
(47)

The assignment operator in Visual Basic is the ____ symbol.

(Multiple Choice)
4.9/5
(37)

If Option Strict is set to On,which of the following statements will assign the contents of the txtLateFee control to a Decimal variable named decLateFee? If Option Strict is set to On,which of the following statements will assign the contents of the txtLateFee control to a Decimal variable named decLateFee?

(Not Answered)
This question doesn't have any answer yet
Ask our community

A memory variable that is a Double data type requires ____ bytes of storage.

(Multiple Choice)
4.8/5
(37)

You declare a class-level variable using the ____ keyword.

(Multiple Choice)
4.9/5
(38)

All numeric variables are automatically initialized to 0 if no initial value is specified when the variable is declared.

(True/False)
4.8/5
(28)

A variable name must begin with a letter or a(n)____.

(Multiple Choice)
4.8/5
(28)

Instead of storing data in the properties of various controls,programmers can create ____,which are memory locations inside the computer,to store data.

(Multiple Choice)
4.8/5
(35)

You create a named constant using the ____ statement.

(Multiple Choice)
4.9/5
(25)

You cannot associate a procedure with more than one object or event.

(True/False)
4.8/5
(32)
Showing 1 - 20 of 58
close modal

Filters

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