In Word, you can create electronic image files through the ____ dialog.
A. PDF
B. XPS
C. Save as
D. Both a and b
Answer: C
You might also like to view...
Which of the following uses would be most appropriate for a mainframe computer?
A) processing insurance claims B) transactions at a clothing store C) a computer that uses specialized software to support Web pages D) design of airplanes
To execute code in a procedure, a procedure ____ must be made.
A. invocation B. cast C. call D. metric
One of the disadvantages of the infix notation is that _____.
A. it is hard for humans to understand B. some expressions can evaluate to two different values C. not all algebraic expressions can be represented with it D. we need to use parentheses to control the evaluation of the operators
What is the scope of the variables listed in a function?
A. local to the function B. global to the program C. referential to the function D. global to the main() function