IT 114: Introduction to Java
Class 04 Ungraded Quiz

  1. What is the name of something in RAM that can hold more than one value?


  2. What is the name of code that defines that thing in RAM?


  3. What do you call one or more lines of code which represents a complete action?


  4. What must appear at the end of each Java statement?


  5. Write the line of Java that will print "Hello world!"


  6. What do you call something that specifies the format for a particular type of data?


  7. What kind of value can int hold?


  8. What kind of value can float hold?


  9. What kind of value can bool hold?


  10. What kind of value can char hold?