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.
You have decided the Daily "Chef's Specials" need to be stored in a two-dimensional array rather than two parallel one-dimensional arrays. Which of the following statements will declare the array as a procedure-level array namedstrDailySpecial? The number of rows is based on the number of days in the week, and Sunday remains the first element for the days of the week.
A. Dim strDailySpecial(6, 1) As String
B. Dim strDailySpecial(7, 2) As String
C. Dim strDailySpecial(1, 6) As String
D. Dim strDailySpecial(2, 7) As String
Answer: A
Computer Science & Information Technology
You might also like to view...
Under what circumstances could the head and tail references for the linked implementation or the front and rear references of the array implementation be equal?
What will be an ideal response?
Computer Science & Information Technology
Which of the following is NOT a SmartArt category diagram?
A) Matrix B) List C) Hierarchy D) 3-D
Computer Science & Information Technology
Which of the following is a protocol used between email servers?
A. SMTP B. IMAP4 C. SNMP D. SIP
Computer Science & Information Technology
Show what the following B+ tree looks like after the insertion of g.
Computer Science & Information Technology