Themes include fonts, colors, graphics and effects.

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


True

Computer Science & Information Technology

You might also like to view...

__________________ are spread by several methods, including running executable code, sharing disks or memory sticks, opening e-mail attachments, and viewing infected or malicious Web pages.

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

Computer Science & Information Technology

Create a new class called Dog that is derived from the Pet class given in Listing 6.1 of Chapter 6. The new class has the additional attributes of breed (type String) and boosterShot (type boolean), which is true if the pet has had its booster shot and false if not. Give your classes a reasonable complement of constructors and accessor methods. Write a driver program to test all your methods, then write a program that reads in five pets of type Dog and displays the name and breed of all dogs that are over two years old and have not had their booster shots.

This project would be easier to do with an array of type Dog, but how to write class constructors for arrays has not been covered, so the code to process one dog has to be repeated five times.

Computer Science & Information Technology

You can use buttons on the Insert tab of the Ribbon to create a chart.

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

Computer Science & Information Technology

The ____ format is a compressed graphic format designed to minimize file size and electronic transfer time.

a. TIFF b. EPS c. GIF d. HTML

Computer Science & Information Technology