placeholder image to represent content

CSE 1.1.4 & 1.1.5

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
12 questions
Show answers
  • Q1
    Backlog
    A sequential and prioritized list of what needs to be done to create the app the user wants. The list can be technical requirements or user centric in the form of user stories.
    30s
  • Q2
    Sprint tasks
    A list of the individual parts that need development to address a backlog item.
    30s
  • Q3
    Global variable
    Stored data that may be used by any part of the program. A variable is simply a storage location for a value that is known or may be changing often based on inputs. By making a variable _______ it means all parts of the program can access it.
    30s
  • Q4
    Local variable
    Stored data that is only used within a small scope of a project and cannot be used by other parts of the program.
    30s
  • Q5
    Scope
    A description of the parts of a program where a particular variable can be accessed and modified.
    30s
  • Q6
    Natural language
    The language that people use in daily conversations with each other.
    30s
  • Q7
    Pseudocode
    A way to work out the logic without worrying too much about the specifics of the language you are programming in.
    30s
  • Q8
    Incremental Counter
    A loop that changes the value of a count by a certain amount every time an event occurs.
    30s
  • Q9
    Decrementing
    reducing in number by one
    30s
  • Q10
    Driver
    Writes and modifies the code. Controls the computer or tablet. Transfers the code to any external hardware or devices.
    30s
  • Q11
    Navigator
    Keeps hands off the computer or tablet. Reviews the code, identifies potential errors, proposes ideas, and suggestions. Connects wires to any external hardware or devices.
    30s
  • Q12
    Loop
    A sequence of instructions that continually repeats until a condition is met.
    30s

Teachers give this quiz to your class