Critical Thinking Questions
Case 8-1
?
Mark is a fitness trainer and uses a webpage that maintains his list of client information and training schedules. Mark's webpage maintenance in charge, Jenny, has been asked to use tables instead of bulleted lists to keep track of all the data in an organized and clear manner.
?
Identify the format used by Jenny to enter starting and ending table row tags with the following table data elements: Monday, Ben, and Cardio?.

A. ?   Monday   Ben   Cardio
B. ?        
C. ?   Monday   Ben   Cardio
D. ?   Monday   Ben   Cardio

Answer: A

Computer Science & Information Technology

You might also like to view...

If a struct type variable is to be passed to a function and its value should not be changed by the function, it is best to pass it as which type of parameter?

a) value b) reference c) const reference d) const value

Computer Science & Information Technology

Which of the following is a variable declaration statement?

a. int total; b. import java.util.Scanner; c. public static void main(String args[]) d. // first string entered by user

Computer Science & Information Technology