All of the following are examples of being computer literate, EXCEPT ________
A) knowing only how to use your computer for e-mails
B) knowing how to avoid hackers and viruses
C) knowing how to use the web efficiently
D) knowing how to maintain and troubleshoot your computer
Answer: A) knowing only how to use your computer for e-mails
You might also like to view...
A(n) _____ file consists of a stream of character codes.
a. object b. binary c. executable d. text
Which of the following statements generates a random number >= 2 and < 10.
A. Math.random() B. Math.random(2, 10) C. Math.random() * 10 + 2 D. Math.random() * 2 + 10 E. Math.random() * 8 + 2 F. Math.random() * 2 + 8
List the ways to construct polygon meshes from existing objects.
What will be an ideal response?
The HTML code for a text box consists of an tag with a type attribute of ____.
A. text B. content C. box D. code