Fill in the blanks in each of the following:
a) What arithmetic operations are on the same level of precedence as multiplication? _____.
b) When parentheses are nested, which set of parentheses is evaluated first in an arithmetic expression? _____.
c) A location in the computer’s memory that may contain different values at various times throughout the execution of a program is called a(n) _____.
Solution:
a) Division, Modulus
b) If the parentheses are nested, the expression in the innermost pair is evaluated first.
c) variable
a) What arithmetic operations are on the same level of precedence as multiplication? _____.
b) When parentheses are nested, which set of parentheses is evaluated first in an arithmetic expression? _____.
c) A location in the computer’s memory that may contain different values at various times throughout the execution of a program is called a(n) _____.
Solution:
a) Division, Modulus
b) If the parentheses are nested, the expression in the innermost pair is evaluated first.
c) variable
Post A Comment:
0 comments: