Case-Based Critical Thinking Questions
?
Case 1: Tony's Pizza & Pasta
?
Tony's Pizza & Pasta restaurant uses an application to update and display menu items and the related price information.
Which of the following statements assigns the daily special of lasagna to Tuesday?
A. strDailySpecial(3, 2) = lasagna
B. strDailySpecial(3, 2) = "Tuesday"
C. strDailySpecial(2, 1) = "lasagna"
D. strDailySpecial(3, 2) = "lasagna"
Answer: C
You might also like to view...
You can drag a split bar off the window to remove it.
Answer the following statement true (T) or false (F)
Which of the following lines would be the prototype for an overloaded cast operator function that converts an object of user-defined type Time into a double?
a. Time::operator double() const; b. Time::static_cast double() const; c. Time::operator_cast(double) const; d. Time::double() const;
A(n) ____________________ backup makes a backup of only those files that were added or changed since the last full backup session.
Fill in the blank(s) with the appropriate word(s).
In DHCP data packets, a DHCP discover packet is
a. Message Discover b. MT Discover c. Discover Type d. Type Discover