?A ____ drive is a small portable solid state storage device that plugs into a USB port.
A. convertible?
B. ?soft
C. ?flash
D. ?virtual
Answer: C
You might also like to view...
A(n) ____ is what sees and interacts with while using a program.
A. operating environment B. interface environment C. user interface D. user environment
Explain in detail why error messages produced by a computer do not usually explain exactly what the problem is.
What will be an ideal response?
Match the following terms with the corresponding description:
I. Source file II. Syntax error III. Hyperlink IV. Destination file V. Logic error A. An electronic marker that, when clicked, connects to another location in the same or a different worksheet, another file, a Web page, or an e-mail B. A file that contains original data C. A file containing a pointer to receive data from the source files D. An error that occurs because a formula or function violates correct construction E. The result of a syntactically correct formula but logically incorrect construction, which produces inaccurate results
The statement ____ makes the name REAL a synonym for double.
A. typedef double REAL; B. #define double REAL C. enum REAL double D. typedef REAL double;