The mean is the "most sensitive" average because it is affected by any change in the data. Consider the list: 4,  5,  6,  7,  7,  11,  17If you now change the 11 to a 16 in the list, which average(s) will be affected by this change?

A. mean and mode
B. median and mean
C. median
D. mode
E. mean


Answer: E

Computer Science & Information Technology

You might also like to view...

It is not possible for customers to make payments at a kiosk.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

?A _____ is an application that uses keywords and phrases to locate information on the Internet.

A. ?search engine B. ?demodulator C. ?firewall D. ?proxy

Computer Science & Information Technology

a sub procedure named GetEndingInventory is passed four Integer vairables name intBegin, intSales, intPurchases, and intending. The procedure should calculate the ending inventory using the beginning inventory, sales, and purchase amounts passed to the procedure. The result should be stored in the intEnding variable. Which of the following procedure headers is correct?

a. private sub GetEndingInventory(byval intb as integer, byval ints as integer, byval intp as integer, byref intfinal as integer) b. private sub GetEndingInventory(byval intb as integer, byval ins as integer, byval intp as integer, byval intfinal as integer) c. private sub GetEndingInventory(byref intb as integer, byref ints as integer, byref intp as integer, byval intfinal as integer) d. private sub GetEndingInventory(byref intb as integer, byref ints as integer, byref intp as integer, byref intfinal as integer)

Computer Science & Information Technology

An organization wants to conduct secure transactions of large data files. Before encrypting and exchanging the data files, the organization wants to ensure a secure exchange of keys.Which of the following algorithms is appropriate for securing the key exchange?

A. DES B. Blowfish C. DSA D. Diffie-Hellman E. 3DES

Computer Science & Information Technology