placeholder image to represent content

Lesson 1.1.2 & 3 - CSE

Quiz by Jennifer Morris

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

Correct quiz answers unlock more play!

New Quizalize solo game modes
17 questions
Show answers
  • Q1
    Image Sprite
    An image that moves on the canvas based on the tilt of the device
    30s
  • Q2
    Canvas
    A 2 dimensional, touch sensitive, retangular panel that the user can draw on
    30s
  • Q3
    Variables
    A storage location for data
    30s
  • Q4
    Arguments
    Values that are passed to a storage location to be used by the program
    30s
  • Q5
    Integer
    A whole number that does not have a decimal or any digits after the decimal
    30s
  • Q6
    Float
    A type of number that provides very precise information by including all the numbers after the decimal
    30s
  • Q7
    Strings
    Text or characters displayed by a program
    30s
  • Q8
    Boolean
    A data type that has only 2 values; usually true or false
    30s
  • Q9
    Mutator (blue)
    A way to add additional inputs
    30s
  • Q10
    Concatenation
    Joining together of separate items without changing them into one place
    30s
  • Q11
    Arithmetic operators
    Symbol in a code that tells a computer to perform a specific math operation
    30s
  • Q12
    Logical Operators
    Representation of a logical statement that is used to examine the relationship between 2 values and determine whether the statement is true or false, "and, or, not"
    30s
  • Q13
    Debug
    To identify errors in computer hardware or programs to fix them
    30s
  • Q14
    Conditional Statements
    A programming statement that evaluates a true/false Boolean expression to determine the next steps in a program. Often written as 'if-then' or 'if-then-else' statements.
    30s
  • Q15
    Boolean Expressions
    A processing decision branch using comparison operators (= ≠ > <) that is defined to return a Boolean value (“true” or “false”). By using these expressions to ask questions, the program can determine what to do next.
    30s

Teachers give this quiz to your class