Back to quiz

6. arithmetic operator that squares the value of a number

  • exponentiation
  • multiplication
  • modulus division

7. Order of Precedence : 5th

  • modulus arithmetic
  • exponentation
  • division and multiplication

8. a combination of operators, literals, or constants and variables that returns a value of a specific data type

  • Expression
  • Operator
  • Variable
  • Operands

9. Order of Precedence : 1st

  • parenthesis
  • division and multiplication
  • addition and subtraction

10. arithmetic operator that subtracts two numbers

  • modulus division
  • subtraction
  • division
  • multiplicatiion

11. Variable names must not contain more than 255 characters

  • true
  • false

12. arithmetic operator that divides two numbers and return an integer result

  • division
  • division (integers)
  • modulus division

13. Order of Precedence : 6th

  • addition and subtraction
  • parenthesis
  • integer division

14. Order of Precedence : 3rd

  • division and multiplication
  • integer division
  • exponentation

15. combine boolean or numeric values and returns of the same data type as the values

  • Logical Operators
  • Arithmetic Operators
  • Comparison/Relational Operators

16. compare numeric values using comparison operators and return a boolean value representing the result of the comparison

  • Comparison/Relational Operators
  • Arithmetic Operators
  • Logical Operators

17. a named storage that temporarily resides in the computer memory

  • Variable
  • Expression
  • Operands
  • Operators

18. are made up of variables that represent the values to be manipulated

  • Operands
  • Operator
  • Variable
  • Expression

19. Variable names can be a combination of letters, numbers, and an underscore (_).

  • true
  • false

20. Order of Precedence : 2nd

  • exponentiation
  • integer division
  • modulus arithmetic