Game Preview

Class 9: Conditional, Array and Operators

  •  English    13     Public
    Let's review class vocabulary
  •   Study   Slideshow
  • Puts elements of a list in a certain order
    Sort
  •  20
  • The repetition of a process or utterance
    Iteration
  •  20
  • Settings of an object
    Properties
  •  20
  • Ternary operator represented by two symbols, '?' and ':'
    Conditional operator
  •  25
  • Perform computations to see if boolean condition evaluates to true or false
    Conditional statement
  •  25
  • '> , < , >= , <='
    Comparison Operator
  •  15
  • 'AND, OR, and NOT'
    Logical Operators
  •  15
  • Affect the grouping and evaluation of operands in expressions
    Precedence
  •  15
  • Execute a block of code a number of times
    Loop
  •  25
  • '==='
    Strict Comparison
  •  25
  • What is the meaning of this kanji? = 飛行機
    Airplane
  •  25
  • How many countries in South America?
    12
  •  25
  • The quantity on which an operation is to be done
    Operand
  •  15