Critical Thinking Questions
Case 9-1
?
An employee at PrattLast Associates needs to create an input mask for the five-digit postal code in the Account table. The employee also wants to ensure that data is entered in the Resources Needed field but there may be times when an entry in the Resources Needed field is not appropriate.
What should be entered in the Input Mask property box to ensure that five digits are entered in the Postal Code field?
a. !!!!! b. 00000 c. ##### d. 11111
What will be an ideal response?
Answer: B
You might also like to view...
Write an HTML page that has a text ¯eld in it. Write some JavaScript to change some text on the page when the string in the text ¯eld has been changed. For instance the user could enter her name in a text ¯eld and the text on the page could change to use her name.
What will be an ideal response?
What would be displayed using this statement?
Assume you have a queue object named “line” that uses string objects, and it is holding “Mary”, “Kathleen”, and “Barbara” in this queue. Assume all includes are correct. cout << line.size() A. Mary Kathleen Barbara B. True C. 3 D. You would get an error.
State whether the following are true or false. If the answer is false, explain why.
1) The address operator & can be applied only to constants and to expressions. 2) A pointer that is declared to be of type void * can be dereferenced. 3) Pointers of different types can’t be assigned to one another without a cast operation. 4) All arguments to function calls in C++ are passed by value.
If you merge a cell that contains content, the content will stay in one cell and the new cell or cells will be empty.
Answer the following statement true (T) or false (F)