
Think Java Chapter 2 Quiz
Quiz by Yolande Samuels
Feel free to use or edit a copy
includes Teacher and Student dashboards
Measure skillsfrom any curriculum
Measure skills
from any curriculum
Tag the questions with any skills you have. Your dashboard will track each student's mastery of each skill.
With a free account, teachers can
- edit the questions
- save a copy for later
- start a class game
- automatically assign follow-up activities based on students’ scores
- assign as homework
- share a link with colleagues
- print as a bubble sheet
22 questions
Show answers
- Q1A named storage location for values.variable30s
- Q2A number, string, or other data that can be stored in a variable.value30s
- Q3A statement that creates a new variable and specifies its type.declaration30s
- Q4Mathematically speaking, a set of values.type30s
- Q5The structure of a program; the arrangement of the words and symbols it contains.syntax30s
- Q6A reserved word used by the compiler to analyze programs.keyword30s
- Q7A statement that gives a value to a variable.assignment30s
- Q8To assign a variable for the first time.initialize30s
- Q9The variables in a program and their current values.state30s
- Q10A graphical representation of the state of a program at a point in time.state diagram30s
- Q11A symbol that represents a computation like addition, multiplication, or string concatenation.operator30s
- Q12One of the values on which an operator operates.operand30s
- Q13A combination of variables, operators, and values that represents a single value.expression30s
- Q14A data type that represents numbers with an integer part and a fractional part.floating-point30s
- Q15The difference between the number we want to represent and the nearest floating-point number.rounding error30s