Compute the average of the following list of numbers: 3, —2, 4, —3, 5, — 4.

What will be an ideal response?


Av=sum/count—(3 —2 +4-3+5-4)/ 6=3 /6 =0.5

Computer Science & Information Technology

You might also like to view...

In an array implementation of a stack, we can include code that will automatically allocate more memory if every element of the array is occupied. Which stack operation should invoke this code?

a) push b) pop c) peek d) poke e) none of the above

Computer Science & Information Technology

Which MySQL function can perform one-way password encryption in a database?

a. password() b. encrypt() c. asymmetric() d. flush()

Computer Science & Information Technology

To modify a hyperlinked cell attribute using the Ribbon Method, click ____ on the shortcut menu after right-clicking the hyperlink.

A. Remove Hyperlink B. Format Cells C. Edit Cells D. Insert Hyperlink

Computer Science & Information Technology

Thespanelement is an inline element.?

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

Computer Science & Information Technology