Multiple Choice
Case 1 - Jack of All Trades
Jack of All Trades rents small power equipment to commercial and residential customers. The strCustomer variable is used to determine whether a customer is commercial (C) or residential (R) . Commercial customers receive a 10% discount if they are members of the Rental Rewards Program. Residential customers receive a 5% discount if they are members.
-If a customer decides to enroll in the Rental Rewards Program,the Member Information Form displays for the clerk to enter the membership data for the customer.Which of the following statements sends the focus to the txtFirstName control and highlights any text within it?
A) SelectAll(txtFirstName.text)
B) txtFirstName.SelectAll()
C) Focus(txtFirstName.text)
D) txtFirstName.Focus()
Correct Answer:

Verified
Correct Answer:
Verified
Q22: Write an If...Then...Else statement that assigns the
Q23: What is a selection structure? What is
Q24: The _ operator expresses "not equal to."<br>A)><br>B)<><br>C)>=<br>D)<=
Q25: Write a statement that creates a message
Q26: When coding a selection instruction in Visual
Q28: With the KeyPress event,use the e parameter's
Q29: Which of the following conditions will evaluate
Q30: The Backspace key is represented by the
Q31: Your professor wants an application that allows
Q32: Before using a string in a comparison,you