Multiple Choice
Case-Based Critical Thinking Questions 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
Q6: The strCityState variable contains a string that
Q12: What is the value returned from the
Q14: Write the condition that evaluates to True
Q15: The strCityState variable contains the string "AtlantaGA".Write
Q24: Assume that the value of the string
Q28: What is the difference between a menu
Q35: The _ allows you to use pattern-matching
Q46: Each menu in an application does not
Q53: Case-Based Critical Thinking Questions Case 1 -
Q60: When processing the PadLeft and PadRight methods,the