Christine is looking for desktop publishing software that is available for no cost. She is not concerned if the application is a scaled-down version of the fully functional product. What category of software will you recommend as a good match for her?
a. web-basedc. customb. retaild. shareware
What will be an ideal response?
Answer: D
You might also like to view...
What is wrong with this code?
``` int ConvertFtToInches( int ft ) { int inches; inches = ft * 12; }``` A. The function name is invalid. B. You can’t have the variable name in the input argument list. C. There is no returned value. D. It will return the wrong value.
File ____ are specific types of computer code that you use to save an image for various types of output or use with other applications.
A. supplements B. codes C. formats D. applications
What size is an MD5 message digest (hash)?
A. 128 bits B. 160 bits C. 256 bits D. 128 bytes
When Ben lists the files on a Linux system, he sees a set of attributes as shown in the following image. The letters rwx indicate different levels of what?
A. Identification B. Authorization C. Authentication D. Accountability