A(n) ____ refers to the formatting of the interior of a shape.

A. outline
B. transition
C. fill
D. transparency


Answer: C

Computer Science & Information Technology

You might also like to view...

Deleted files on a Mac computer are moved to the ________

A) Garbage Can B) Wastepaper Basket C) Recycle Bin D) Trash

Computer Science & Information Technology

Create the user interface for the Phone Book application. The design for the two pages for this application is displayed in Fig. 30.22. You will develop this application over this and the next two tutorials, so you do not yet have the names and num- bers from the database. To help you to better understand what you are setting out to do, Figure 30.23 shows a test-drive-like full final screen output.





a) Copying the template to your working directory. Copy the C:Examples Tutorial30ExercisesPhoneBook directory to the C:SimplyJava directory.

b) Opening the phoneBook.jsp template file. Open the phoneBook.jsp file in your text editor.

c) Setting the title of phoneBook.jsp. Add a title element to set the JSP’s title to

“Phone Book.”

d) Adding an h1 header element to phoneBook.jsp. Add an h1 header element that displays “Phone Book Web Application.”

e) Adding a form to phoneBook.jsp. Add an HTML form element.

f) Adding a paragraph to phoneBook.jsp. Within the form element, add a paragraph that displays the instructions “Select a name from the list and click the Get Number button.”

g) Adding a menu control to phoneBook.jsp. Within the form element, add a se

Computer Science & Information Technology

In a flow chart, you would use a(n) ________ shape to indicate where a process is implemented in the chart

Fill in the blank(s) with correct word

Computer Science & Information Technology

To verify that one radio button in a group is selected, ____.

A. use a for loop B. use a do ... while loop C. use an else statement D. look at the selectedIndex property

Computer Science & Information Technology