31.7k views
0 votes
Match the following terms with the corresponding examples.

Term
Example
(a) Comparison operators •
(i) =2*(3+7), -4-1*9
(b) Arithmetic operators
(ii) +, -, *,/
(c) Logical functions
, . (iii) SUMO, ROUNDO
(d) Formulae
• (iv) ANDO), ORO)
(e) Arithmetic functions .​

User Boruch
by
3.2k points

1 Answer

4 votes

Step-by-step explanation:

Comparison operator : Choice not given in the question.

Arithmetic operators : +, -, *,/

Logical functions : ANDO), ORO)

Formulae: =2*(3+7), -4-1*9

Arithmetic functions: SUMO, ROUNDO

Details:

Comparison operator: && || ! ( To compare two different operands)

It normally returns a Boolean value such as true or false.

Arithmetic operators: To perform operations like "addition, subtraction, multiplication and division"

Logical functions: Built in function to perform or compare operands and normally returns Boolean

Arithmetic functions: Functions to perform the basic operations viz "addition, subtraction, multiplication and division".

User Robinson
by
3.2k points