

MCQOPTIONS
Saved Bookmarks
This section includes 8 Mcqs, each offering curated multiple-choice questions to sharpen your Visual Basic knowledge and support exam preparation. Choose a topic below to get started.
1. |
Which of the following calculates the quarterly payment on a loan of $6000 for 3 years at 9% interest? Payments should be expressed as a negative number. |
A. | Financial.Pmt (0.09/4, 3*12, 6000) |
B. | Financial.Pmt (0.09/4, 3*4, 6000) |
C. | Financial.Pmt(0.09/12, 3*12, 6000) |
D. | Financial.Pmt( 0.09/12, 3*4, 6000) |
Answer» C. Financial.Pmt(0.09/12, 3*12, 6000) | |
2. |
The TabIndex value of a group box is 5. If the txtName control was the first control added to the group box, its TabIndex value will be __________ |
A. | 1 |
B. | 5.0 |
C. | 5.1 |
D. | 1.5 |
Answer» C. 5.1 | |
3. |
The number that appears after the period in the __________ value indicates the order in which the controls were added to the groupbox. |
A. | Tab index |
B. | Tab order |
C. | Groupbox tool |
D. | Tab value |
Answer» B. Tab order | |
4. |
The __________ method creates a periodic payment on either a loan or an investment. |
A. | Financial |
B. | Pmt |
C. | Financial.Pmt |
D. | Calculate |
Answer» D. Calculate | |
5. |
Use __________ for the optional label entered in the groupbox s text property. |
A. | Word capitalization |
B. | Sentence capitalization |
C. | Mixed capitalization |
D. | Row capitalization |
Answer» C. Mixed capitalization | |
6. |
When you delete a groupbox the controls inside it are __________ |
A. | Retained |
B. | Given to another groupbox |
C. | Data loss occurs |
D. | Deleted |
Answer» E. | |
7. |
__________ is used to separate related controls from other controls in the form. |
A. | GroupBox |
B. | GroupBox tool |
C. | View Window |
D. | Groups |
Answer» B. GroupBox tool | |
8. |
__________ is used to add a GroupBox to the interface. |
A. | GroupBox tool |
B. | Group tool |
C. | Properties Window |
D. | View Window |
Answer» B. Group tool | |