Case-Based Critical Thinking QuestionsCase 1-2As Cassie begins to develop her first Web site, she has lots of practical questions for her sister Shakira, who has been developing sites for many years. Against her sister's advice, Cassie used Windows Explorer (not Dreamweaver) to move the home page to her Web site, which appears to have broken all of the links to the page. Shakira tells her that this is because Dreamweaver inserts what kind of paths when she created hyperlinks to the home page?
A. dynamic
B. absolute
C. relative
D. static
Answer: C
You might also like to view...
A hotel is expanding and wants to install an elevator system in its building. You have been asked to create a simulation of this new elevator system. Create an application which simulates the buttons in the elevator and displays a simple picture of the elevator (a black rectangle) moving to the correct floor when a JButton is pressed (Fig. 20.34).
a) Copying the template to your working directory. Copy the C:Examples Tutorial20ExercisesElevator directory to your C:SimplyJava directory.
b) Opening the DrawJPanel template file. Open the template file DrawJPanel.java in your text editor.
c) Creating a new MyRectangle object. Inside the DrawJPanel no-argument construc- tor, create your new MyRectangle object buildingElevator (at line 47) after the creation of delayTimer. The template already declares buildingElevator as an instance variable. When calling the MyRectangle constructor, the x and y variables should be the first two parameters and be set to 57 and 400 respectively. The height, width and color variables should be set to 36, 50 and Color.BLACK and are the third, fourth and fifth parameters, respectively.
d) Adding code to the moveEelevator method. Find the moveElevator method, which immediately follows moveElevatorToFloor. Inside the moveElevator method, add an if…else statement that tests if currentPosition is
Where would you create a field to track company information such as customer contact or product type?
A) Document Inspector B) Compatibility Checker C) Window search tool D) Document Panel
Why is it important and difficult to maintain connectivity in a network?
What will be an ideal response?
The dialog box in the accompanying figure is used to upload the database to the correct folder on your ____________________ server.
Fill in the blank(s) with the appropriate word(s).