Fill This Form To Receive Instant Help
Homework answers / question archive / Quiz 6 Question1)A control’s ____ event occurs when a change is made to the contents of a control’s Text property
Quiz 6
Question1)A control’s ____ event occurs when a change is made to the contents of a control’s Text property. |
|||||||||||
|
A default button is identified by setting the form’s ____ property. |
|||||||
|
A form’s CancelButton property specifies the button whose Click event procedure is processed when the user presses the ____ key. |
|||||||
|
A memory variable that is a Double data type requires ____ bytes of storage. |
|||||||||||
|
A named constant’s value cannot be changed while the application is running. |
|||||||
|
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. |
|||||
|
Case-Based Critical Thinking Questions |
|||||||||||
|
Case-Based Critical Thinking Questions |
|||||||||||
|
Every numeric data type in Visual Basic has a ____ method that can be used to convert a string to that numeric data type. |
|||||||||||
|
Instead of storing data in the properties of various controls, programmers can create ____, which are memory locations inside the computer, to store data. |
|||||||||||
|
Quiz 7
Spaces are allowed in variable names. |
|||||||
|
Specifying the number of decimal places and the special characters to display in a number is called ____. |
|||||||||||
|
The ____ of a variable determines where in the application’s code a use can be used. |
|||||||||||
|
The assignment operator is the ____ symbol. |
|||||||||||
|
The decBalance variable contains the number 368.52. Write the assignment statement to display the value with a dollar sign, a thousands separator, and two decimal places in the lblBalance control. |
||||
|
The decRate variable contains the number .03. Write the assignment statement to display the value as 3% in the lblRate control. |
||||
The strFirstName and strLastName variables contain the strings “Jane” and “Jones”, respectively. Which of the following statements will display a string as “Jones, Jane” (the last name, a comma, a space, and the first name) in the lblFullName control? |
|||||||||||
|
When a button is selected, the computer processes the code contained in the button’s ____ event procedure. |
|||||||||||
|
Which of the following statements declares a double variable named dblAverage? |
|||||||||||
|
Which of the following statements formats the contents of the dblPay variable with a dollar sign and no decimal places? |
|||||||||||
|
Which of the following statements subtracts the contents of the intNum variable from the contents of the intNum2 variable, and then multiples the difference by 3? The result is assigned to the intResult variable. |
|||||||||||
|
You create a named constant using the ____ statement. |
|||||||||||
|
You use the ____ operator to concatenate strings together. |
|||||||||
|