Multiple Choice
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 be placed in a new ordered list that is nested within the current ordered list.
C) The sub-division of the subject will 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.
Correct Answer:

Verified
Correct Answer:
Verified
Q60: Which of the following properties returns the
Q61: Identify the property that describes a collection
Q62: Identify the HTML code to create form
Q63: Identify the letter of the choice that
Q64: The node.childNodes describes a collection of all
Q66: Identify a true statement about the sheet.
Q67: Identify the syntax for adding new rules
Q68: A value of _ is returned when
Q69: Identify the letter of the choice that
Q70: The node .firstElementChild property is applicable only