IT 114: Introduction to Java
Class 07 Ungraded Quiz
-
What do you call anything that can be turned into a value?
-
What do you call the order in which operators are evaluated?
-
Which set of operators are evaluated first?
-
What characters can be used to change the usual order of evaluation?
-
What do you call the combination of two characters used to
represent certain special characters?
-
How would you write the newline character in a string?
-
How would you write the Tab character in a string?
-
How would you write the double quote character in a string?
-
What do you call a group of statements that are only executed under certain conditions?
-
What is the operator used to increase the value of a variable by 1?