Multiple Choice
Case-Based Critical Thinking Questions 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
Q2: The _ operator is evaluated last in
Q6: Write an If statement that allows only
Q10: Logical operators are sometimes referred to as
Q24: Consider the expression 3 * 2 ^
Q29: Which of the following conditions will evaluate
Q33: If the intInventory variable contains the value
Q37: Which of the following statements assigns the
Q38: Write an If...Then...Else statement that displays the
Q48: List the three most commonly used icons
Q58: The diamond symbol is used in a