Assume a PHP document named hello.php has been saved in a folder named carla inside the htdocs folder on your computer. Which is the correct path to enter to view this page in a browser?

a. localhost/Carla/hello.php
b. localhost/htdocs/hello.php
c. localhost/htdocs/Carla/hello.php
d. carla/hello.php


a. localhost/Carla/hello.php

Computer Science & Information Technology

You might also like to view...

A switch statement does not have a case that matches the value of the expression, and it does not have a default case. What happens?

a) The first case will be executed because there is no default case. b) The last case will be executed because there is no default case. c) The case whose value is closest to the expression will be executed. d) None of the cases will be executed. e) An execution error will occur if there is no matching case and no default case.

Computer Science & Information Technology

The default Theme setting is:

A) the Microsoft Theme. B) there is no default. C) the Office Theme. D) the Windows Theme.

Computer Science & Information Technology

A person complains that he cannot see any events in the Event Viewer. Which of the following questions should you not ask the person?

A. Did you reboot your computer? B. Has auditing been turned on in a policy? C. Was auditing enabled for the individual objects? D. Do you have administrative capabilities?

Computer Science & Information Technology

You discover that your computing system has been infected by a piece of malicious code. You have no idea when the infection occurred. You do have backups performed every week since the system was put into operation but, of course, there have been numerous changes to the system over time. How could you use the backups to construct a "clean" version of your system?

What will be an ideal response?

Computer Science & Information Technology