Proper use of antivirus software requires:
a. scanning all removable media before copying programs from them.
b. running the software only if a virus has been detected.
c. refraining from updating the software often.
d. installing software from unsealed packages.?
Ans: a. scanning all removable media before copying programs from them.
You might also like to view...
By drawing overlapping lines in ____ mode, you can create your own odd-shaped polygon.
a. drawing object b. illustration c. selection d. merge
What is returned by the following code? Assume that getStockPrices is a method that returns a 2-by-31 array, with the first row containing the stock price at the beginning of the day and the last row containing the stock price at the end of the day, for each day of the month.
``` 1 private int[] mystery() 2 { 3 int[][] prices = new int[ 2 ][ 31 ]; 4 5 prices = getStockPrices(); 6 7 int[] result = new int[ 31 ]; 8 9 for ( int i = 0; i<= 30; i++ ) 10 { 11 result[ i ] = prices[ 0 ][ i ] - prices[ 1 ][ i ]; 12 13 } // end for 14 15 return result; 16 17 } // end method mystery ```
A(n) blend is a type of fill that provides a transition between colors.
Answer the following statement true (T) or false (F)
Microsoft Publisher is an example of presentation software.
Answer the following statement true (T) or false (F)