You can press ____ on a Windows computer to open the Publish Settings dialog box.

A. [option][Shift][F11]
B. [option][F11]
C. [Alt][Shift][F11]
D. [Ctrl][Shift][F12]


Answer: D

Computer Science & Information Technology

You might also like to view...

Internet Explorer's Beta filter also can be used to create gradient effects in which a page object appears to fade away in a linear, radial, or rectangular direction.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

Create an application that stores people’s names and birthdays in a file (Fig. 25.49). The user creates a file and inputs each person’s first name, last name and birthday in the application. The information is then written to the file, as shown in the right image of Fig. 25.49. Note that only the month and day are written to the file.


a) Copying the template to your working directory. Copy the directory C:Examples Tutorial25ExercisesBirthdaySaver to your C:SimplyJava directory.
b) Opening the template file. Open the BirthdaySaver.java file in your text editor.
c) Viewing the PrintWriter instance variable. In lines 29–30, view the PrintWriter
instance variable named output that will be used to write output to a file.
d) Opening a JFileChooser dialog. For this exercise, you will define only the open- FileJButtonActionPerformed method (lines 160–163 in the template). Functional- ity for writing data to a file and closing a file is provided in the template. Starting on line 163, add and display a new JFileChooser to allow the user to select the file to which to write. Then, define an if statement that causes the method to be exited if the user clicks the Cancel JButton.
e) Validating the file name. Retrieve the file selected by the user (as a File object) and the name of the file. Create a File object, selectedFile

Computer Science & Information Technology

Which glass type is created by heating the glass, which gives it extra strength?

A. Standard B. Tempered C. Acrylic D. Laminated

Computer Science & Information Technology

The FTP client can use any port numbers greater than ____________________.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology