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.
While creating the nested list, Samantha has to include Computer Science as a new list item. Identify the level of the newly inserted item.
A. 0
B. 1
C. 2
D. 3
Answer: C
Computer Science & Information Technology
You might also like to view...
The ____________ method returns true if the string object starts with the sub string, or false otherwise.
a. Contains b. Trim Start c. Starts With d. Index Of
Computer Science & Information Technology
Compare TFTP with FTP.
What will be an ideal response?
Computer Science & Information Technology
A class that inherits attributes from another class is called a(n) ____.
A. ascendant B. base class C. inheritor D. subclass
Computer Science & Information Technology
Any method that is not declared void must contain a return statement with a corresponding return value.
Answer the following statement true (T) or false (F)
Computer Science & Information Technology