Any file not intended to be directly user-accessible should be _____________ of the website.
a. locked out
b. encrypted outside
c. in the document tree
d. outside
c. in the document tree
You might also like to view...
Answer the following statements true (T) or false (F)
1. Suppose the swapValues template is instantiated as follows:
```
int x = 2, y =3;
swapValues(x, y);
// use x and y
x = 4; y =5;
swapValues(x, y);
// use x and y
```
The compiler generates code for two copies of the swapValues template.
2. In the template prefix, template
Which of the following statements is true regarding MIME?
a) It is used by RealPlayer to determine audio frequencies. b) It is a Windows technology but is not specific to Internet Explorer. c) It is part of the DHTML package. d) It is a standard for specifying content format.
Structured cabling is a design consideration related to which of the following?
A. compatibility B. external connections C. security D. internal connections
To increase a paragraph indent, use the _____ shortcut keys.
A. CTRL+L B. CTRL+E C. CTRL+1 D. CTRL+M