Case-Based Critical Thinking QuestionsCase 2 
In his database of thousands of records, Suresh wants to standardize the format of certain fields. However, he does not want to store the formatting characters (e.g., parentheses, dashes, and slash characters).  He decides to consult Sheila because she has extensive experience with input masks.

Suresh wants all of the letters that appear in a license plate to appear as uppercase, but he knows that some of his users enter these letters as lowercase letters. According to Sheila, what input mask character is the solution to his problem?

A. L
B. !
C. ?
D. >


Answer: D

Computer Science & Information Technology

You might also like to view...

Which of the following is not true of class template vector?

a. The size of a vector can be changed after it is declared. b. A vector can be assigned to another vector by using the assignment operator. c. A vector object can be initialized with a copy of another vector. d. A vector can store only data of type int.

Computer Science & Information Technology

____________________ are similar to picture styles and include shapes, angles, borders, and reflections.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

A data type wherein you directly specify values in the variable declaration with no type name is called a(n) ____________________type.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

When you define a class method, you define its characteristics or fields in terms of the data.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology