____________________ software writes text, graphics, audio, and video files on a recordable or rewritable disc.

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


Disc burning

Computer Science & Information Technology

You might also like to view...

Information entered into a field is called the field ____.

A. index B. rating C. attribute D. value

Computer Science & Information Technology

Add a use case description for the ADD SOFTWARE use case. It should contain the following information:

A. Obtain the use case name and actors from the use case diagram. The stakeholder and level are the same as those in Figure E2.4. B. The description should be: add new software to the Software database table and print an installation listing. C. The activity is started (triggered) when the user clicks the Add Software menu item. D. The steps performed and information for steps are: Software is keyed into the new system and validated Software received form Software is added to the Software Master Software Master The Software Installation List is produced Software Master, Order The software user is notified about installed software Order E. Preconditions are that software has been received. Postconditions are that the software has been added to the database and reports have been created. Assumptions are that the user has successfully logged on with access to Add Software entry screen. A success guarantee is that the software has been added to the database and required report printed. A minimum guarantee is that the software has been received. The objectives met are to add and install new software. The outstanding issue is how to determine which software to install on which machines. The priority is high and the risk is medium.

Computer Science & Information Technology

Which of the following is not one of the ways to protect against viruses?

a. Install antivirus software. b. Open email attachments. c. Update virus definitions frequently. d. Keep the system patched.

Computer Science & Information Technology

The design and implementation of a collection class consists of two steps. What is the first step?

A. document the class using docstrings B. choose an appropriate data structure C. write the code for the defined methods D. test the method using sample data

Computer Science & Information Technology