The ________ format removes most text formatting, although paragraph marks are included

A) .txt

B) .odt

C) .rtf

D) .pdf

A

Computer Science & Information Technology

You might also like to view...

Which of the following is an example of a malware prevention control?

A. Real-time firewall detection of suspicious file downloads B. Review and analysis of log files C. User awareness to recognize and report suspicious activity D. Not allowing users to have administrative rights on their workstations

Computer Science & Information Technology

To define an array named anArray that is capable of storing N values of type Item, you would use the general form: ____

A. ItemanArray [] = new Item [N]; B. Item anArray [] = Item [N]; C. Item [] anArray = new Item [N]; D. Item [] anArray = Item [N];

Computer Science & Information Technology