When you move the mouse pointer over any cell in a table, what displays?
A) A shortcut menu B) Table sizing handles
C) A dark bold outline around the table D) The Table Select indicator
D
You might also like to view...
Create an application that allows the user to inventory DVDs. Users input the title of the DVD and bonus materials and that information is stored in an object. The GUI is provided for you (Fig. 18.43). You will create a class (DVDInfo) to represent the DVD object and another class (BonusInfo) to represent bonus materials for a DVD object such as the movie’s trailer.
a) Copying the template to your working directory. Copy the C:Examples Tutorial18ExercisesDVDInventory directory to your C:SimplyJava directory.
b) Opening the Command Prompt window and changing directories. Open the Com- mand Prompt window by selecting Start > Programs > Accessories > Command Prompt. Change to your working directory by typing cd C:SimplyJavaDVD- Inventory.
c) Opening the template files. Open the DVDInventory.java, DVDInfo.java and
BonusInfo.java files in your text editor.
d) Creating the BonusInfo class. View the BonusInfo class. Add code to this class so that its objects will each represent one bonus material item on the DVD. Each BonusInfo object should have a name (name) and a length (itemLength). Use this tutorial’s CookingTime class as your guide in creating the get and set methods for the name and length of each bonus material. Have your set methods truncate a name
longer than twenty characters and set the minutes of a
What is the maximum number of key comparisons made when searching a list L of length n for an item using a binary search?
A. log n B. 2 * log2n + 2 C. 2 D. n
When creating a table in HTML, ____ groups cells into rows.
A. td B. tr C. ud D. ur
How does hashing work?
What will be an ideal response?