Match the following arithmetic operators with their description:

I. +
II. -
III. *
IV. /
V. ^
VI. \

A. Division
B. Addition
C. Integer division
D. Multiplication
E. Subtraction
F. Exponentiation

B, E, D, A, F, C

Computer Science & Information Technology

You might also like to view...

In the formula =SUBTOTAL(102,[PAID]), what does the word PAID represent?

A) The PAID record B) The Excel function called PAID C) The label for the resultant Total Row D) The range to be included in the calculation

Computer Science & Information Technology

A(n) ____ attribute identifies the script that will run when the user clicks the submit button to send the data collected by the form.

A. method B. action C. id D. script

Computer Science & Information Technology