Which of the following is NOT an important consideration when disposing of a computer?
A) donating a still usable computer to a local charity
B) disposing of personal data possibly stored on the hard drive
C) throwing out the old mouse and keyboard since they rarely fail
D) deciding how to handle the hard drive
C
You might also like to view...
Goal Seek is an Excel add-in
Indicate whether the statement is true or false
Answer the following statements true (T) or false (F)
1. A C++ declaration introduces only an identifier's spelling and specifies its type. 2. A C++ declaration is a definition that also allocates storage for an identifier's value (or function's body etc.). 3. The range of values for an int variable is from about 0 to +2 billion. 4. The names x, y, and z are satisfactory variable names for the lengths of the legs and hypotenuse of a triangle. 5. In C++ you can assign an expression of type int to a variable of type double with no problem.