What should you do if you receive an e-mail you suspect might contain a virus?
A) Open the e-mail to see if it indeed contains a virus.
B) Forward the e-mail to a friend and ask them to check if it contains a virus.
C) Contact the IT department and ask someone to check if the e-mail is legitimate.
D) Delete the e-mail.
C) Contact the IT department and ask someone to check if the e-mail is legitimate.
You might also like to view...
Which of the following sets of statements will set floating point output to the stream outStream to fixed point with set 3 places of decimals? In the explanation, you must give any necessary #include directives and using directives or declarations.
a. outStream.setf(ios::fixed); outStream.setf(ios::showpoint); outStream.precision(2); b. outStream.setf(ios::fixed | ios::showpoint); outStream << setprecision(2); c. outStream << setflag(ios::fixed); outStream << setflag(ios::showpoint); outStream << setprecision(2); d. outStream.flags(ios::fixed); outStream.flags(ios::showpoint); outStream.precision(2);
Personal Trainer is very concerned about the security and protection of the information they collect in the new information system. Prepare a memo to Gray and Personal Trainer’s staff that explains the input and output security controls that will be built into the new systems and the policies that will enforce these controls.
What will be an ideal response?
Case 5-2Jeremy is in charge of his hockey team's Web site. He is creating a table to keep track of the scores.Jeremy wants the border color to be black and the line around the table to be solid with a width of 5. The correct code would be: ____.
A. .table1 {border-color:black;border-type:solid;borderwidth:5} B. .table1 {color:black;border-type:solid;borderwidth:5} C. .table1 {border-color:black;border-style:solid;border-width:5} D. .table1 {color:black;borderstyle:solid;border-width:5}
In small animations, the number of frames varies, but commonly includes from ____ frames.
A. 5 to 50 B. 10 to 100 C. 25 to 250 D. 50 to 500