Multiple Choice
Case 1 - Human Resources Application
An application used by the Human Resources (HR) department needs to be improved. You need to use various string manipulation properties and methods to ensure all data entered by a user is accurate and stored correctly.
-The application needs to process benefits for full-time employees only.Which of the following statements determines whether the strEmpCode variable contains an employee code for a full-time employee?
A) If strEmpCode Like "[A-Z]#####"
B) If strEmpCode.ToUpper Like "F####"
C) If strEmpCode Like "F*"
D) If strEmpCode Like "!F*"
Correct Answer:

Verified
Correct Answer:
Verified
Q21: The Trim method is used to remove
Q22: Each menu element is considered a(n)_ and
Q23: Which of the following shortcut keys should
Q24: Assume that the value of the string
Q25: A literal type character forces a literal
Q27: The following sample of code contains errors.
Q28: What is the difference between a menu
Q29: If an application expects the user to
Q30: Write the Visual Basic statements needed to
Q31: How many characters will be removed from