Case 2Brandon works for a large construction firm in the Northeast.  Brandon was hired for his excellent skills in web design, specifically his experience with Dreamweaver.  Brandon is eager to put his experience and skills to good use.
Brandon understands that the site definition for a website contains critical information about the site, including password information that he wants to keep secret from other site users.  You recommend saving the site definition file ____.

A. in the website
B. in an external folder
C. in an internal file
D. on a web page

Answer: B

Computer Science & Information Technology

You might also like to view...

The ________ heads float on a cushion of air above the platter

Fill in the blank(s) with correct word

Computer Science & Information Technology

What is the value of x after execution of the following code fragment?

``` int x; x = m[0][0]; for ( int i = 0; i < 3; ++i ) for ( int j = 0; j <3; ++j ) if ( m[i][j] < x ) x = m[i][j]; ``` a. 0 b. 3 c. 4 d. 18

Computer Science & Information Technology