placeholder image to represent content

Think Java Chapter 2 Quiz

Quiz by Yolande Samuels

Our brand new solo games combine with your quiz, on the same screen

Correct quiz answers unlock more play!

New Quizalize solo game modes
22 questions
Show answers
  • Q1
    A named storage location for values.
    variable
    30s
  • Q2
    A number, string, or other data that can be stored in a variable.
    value
    30s
  • Q3
    A statement that creates a new variable and specifies its type.
    declaration
    30s
  • Q4
    Mathematically speaking, a set of values.
    type
    30s
  • Q5
    The structure of a program; the arrangement of the words and symbols it contains.
    syntax
    30s
  • Q6
    A reserved word used by the compiler to analyze programs.
    keyword
    30s
  • Q7
    A statement that gives a value to a variable.
    assignment
    30s
  • Q8
    To assign a variable for the first time.
    initialize
    30s
  • Q9
    The variables in a program and their current values.
    state
    30s
  • Q10
    A graphical representation of the state of a program at a point in time.
    state diagram
    30s
  • Q11
    A symbol that represents a computation like addition, multiplication, or string concatenation.
    operator
    30s
  • Q12
    One of the values on which an operator operates.
    operand
    30s
  • Q13
    A combination of variables, operators, and values that represents a single value.
    expression
    30s
  • Q14
    A data type that represents numbers with an integer part and a fractional part.
    floating-point
    30s
  • Q15
    The difference between the number we want to represent and the nearest floating-point number.
    rounding error
    30s

Teachers give this quiz to your class