IT 114: Introduction to Java
Class 05 Ungraded Quiz
-
What do you call a place in RAM with a name that holds a single value?
-
What do you call it when you define a variable in Java?
-
What do you call it when you give a variable its first value?
-
What are the four Java data types we will use in this class?
-
Write a statement that defines the integer variable number
-
Write a statement that gives the variable rate
the value .05?
-
Write a statement that defines the boolean variable done
and gives it the value
false
.
-
Write the assignment operator in Java.
-
What do you call a value that is written out directly inside a source code file?
-
Write the Java statement that prints the value of the variable
interest.