It is acceptable to use uppercase letters in the ____.

A. root site folder
B. file names
C. site name
D. folder names


Answer: C

Computer Science & Information Technology

You might also like to view...

What is pointer swizzling? Discuss the different approaches to pointer swizzling.

What will be an ideal response?

Computer Science & Information Technology

Containers are divided into four major categories—sequence containers, ordered associative containers, ___________ and container adapters.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

When a ________ within a form or report is deleted, only that object is deleted, not the actual form or report

A) button B) cursor C) tab D) data type

Computer Science & Information Technology

Case-Based Critical Thinking QuestionsCase 5-2Max is preparing for a test and he is confused by a section related to the use of background images for list items. Leon has already passed this test with an A+ and Max asks Leon for some help.Given the following code, which of the options below is a true statement that Leon can make to Max about this list item element?ul.facts li {   background: url(images/small_elephant.jpg) black 0.3em no-repeat;   padding-left: 60px;   line-height: 2.5em;}

A. The horizontal space of the list items is 2.5em. B. The background element is tiled to the right and down. C. The background color is black. D. All of the above are true.

Computer Science & Information Technology