Regarding computer protection, quarantining is defined as ________.
A. updating your antivirus software
B. repairing an infected file
C. placing a found virus in a secure area on the hard drive
D. deleting an infected file
Answer: C. placing a found virus in a secure area on the hard drive
You might also like to view...
Which statement is false?
a. An enum declaration is a comma-separated list of enum constants and may optionally include other components of traditional classes, such as constructors, fields and methods. b. Any attempt to create an object of an enum type with operator new results in a compilation error. c. An enum constructor cannot be overloaded. d. enum constants are implicitly final and static.
Answer the following statements true (T) or false (F)
1, Given the declaration auto i = 0; i is declared as an int. 2. Given the declaration auto i = 1.0; i is declared as type double. 3. C++ is a strongly typed programming language. 4. Symbolic constants in C++ are declared with the modifier const; attempting to change the value of a symbolic constant will be flagged as a syntax error by the compiler.
A duplicate slide always appears directly below the ________ slide
Fill in the blank(s) with correct word
Minimalism, as its name implied, _____________.
a. sought to refine and reduce form down it is most basic element b. was allied closely with architecture of the International style c. all of the above d. none of the above