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 following code is an example of what type of attack? #include char *code = "AAAABBBBCCCCDDD"; //including the character '
A. SQL injection B. buffer overflow C. cross site scripting D. integer overflow
____ apps are written in traditional Web authoring languages and they use the Web display technology included in the default Web browser that comes with the device's operating system to display the app.
A. Native B. Dynamic C. Baseline D. Web-based