IT 114: Introduction to Java
Class 06 Ungraded Quiz

  1. What do you call special characters that perform an action using one or more values?


  2. What do you call the values used by these special characters?


  3. List the arithmetic operators.


  4. What is the value of the following expression
    8 % 3



  5. What do you call the data types that can only hold one value?


  6. What do you call the data types that can hold more than one value?


  7. What is the data type of the following literal?
    "Hello world!"



  8. What do you call the operation of joining two string?


  9. What operator is used for the operation above?


  10. Can the operation above be used with text and numbers?