Case-Based Critical Thinking Questions
?
Case 12-2
?
Samantha has been asked by her university to create a website that contains a list of all the subjects that the students in Computer Science and Information Science can take up during each semester in college.
She wants to create a nested list that will contain an h1 heading level for a student's chosen subject stream, h2 heading level for the semester number, h3 heading level for the name of the subject, and h4 heading level for its subdivisions.
Which of the following rules must Samantha use to determine the insertion of a sub division of a subject right after the subject is inserted into the list?
A. The sub-division of the subject will simply be appended to the current ordered list.
B. The sub-division of the subject will beplaced in a new ordered list that is nested within the current ordered list.
C. The sub-division of the subjectwill be appended to the corresponding ordered list higher up in the table of contents
D. The sub-division of the subject can be placed anywhere in the list as long as it is mentioned.
Answer: B
You might also like to view...
The ________ program in Excel evaluates the numeric value of the first letter in each word in the list to establish an order
A) copying B) chart C) filtering D) sorting
Perform the task specified by each of the following statements:
a) Write the function header for a function called exchange that takes two pointers to double-precision, floating-point numbers x and y as parameters and does not return a value. b) Write the function prototype for the function in part (a). c) Write the function header for a function called evaluate that returns an integer and that takes as parameters integer x and a pointer to function poly. Function poly takes an integer parameter and returns an integer. d) Write the function prototype for the function in part (c). e) Write two statements that each initialize character array vowel with the string of vowels,"AEIOU".
A subschema is a view of the database used by one or more systems or users.
Answer the following statement true (T) or false (F)
A ________ is an example of an IoT device.
A. bicycle B. land line telephone C. Fitbit D. railway car