Multiple Choice
Case 1 - BrainPower Tutoring
The owner of BrainPower Tutoring needs an application to calculate and print estimates to provide to potential clients for tutoring services. A tutoring session is a minimum of one hour, and the hourly rate varies based on the subject. The application should allow the owner to enter the client’s name, subject, number of tutoring sessions, and hourly rate. The application will display the total fee and allow the owner to print the estimate. You should also provide the ability for the owner to clear the screen and exit the application.
-Which of the following statements would calculate and display the total fee?
A) TotalFee.Text = Val(txtNumberSessions) * Val(txtRate)
B) TotalFee.Text = NumberSessions.Text * Rate.Text
C) lblTotalFee.Text = Val(txtNumberSessions.Text) * Val(txtRate.Text)
D) TotalFee = NumberSessions * Rate
Correct Answer:

Verified
Correct Answer:
Verified
Q33: In the mathematical expression 12 / 6
Q34: The syntax of the Focus method is
Q35: The _ method of a control will
Q36: The number of different colors used on
Q37: If the user enters $20 in the
Q39: Write a statement that clears the contents
Q40: What do the TabIndex values determine for
Q41: Complete the Result column in the
Q42: The following statements contain errors. Rewrite the
Q43: You can hide a control on a