placeholder image to represent content

Jeroo and Basic Vocabulary Warm up

Quiz by JPatterson

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

Correct quiz answers unlock more play!

New Quizalize solo game modes
9 questions
Show answers
  • Q1
    What letter is created?
    Question Image
    C
    L
    H
    no letter
    60s
  • Q2
    Is this a valid constructor call?
    Question Image
    yes
    no
    45s
  • Q3
    What is the first thing that a programmer should do when faced with a problem to solve?
    Write a precise, detailed list of instructions that will solve the problem.
    Design an algorithm that will solve the problem.
    Analyze and understand the problem itself.
    Simplify the problem into more manageable tasks.
    30s
  • Q4
    Which of the following best describes the process of "Bottom-Up Design"?
    Redefining the problem in terms of smaller, simpler tasks that are easier to manage and then continuing this process until the problem is reduced to a series of trivial, primitive operations.
    Identifying a minimal set of primitive operations and then defining more complex operations in terms of these simpler ones.
    Delegating the responsibility of solving a big problem to another member of the design team.
    Randomly assembling known solutions to other, similar tasks until the larger task is successfully solved.
    30s
  • Q5
    What is the name of the instance variable?
    Question Image
    hop
    Jeroo
    kim
    SOUTH
    30s
  • Q6
    How many flowers does the Jeroo have?
    Question Image
    10
    5
    9
    7
    30s
  • Q7
    hop(10) is a Jeroo _____________________
    Question Image
    method
    constructor
    instance
    parameter
    30s
  • Q8
    The value "10" in the code is the ______________________.
    Question Image
    formal parameter
    method
    actual parameter
    30s
  • Q9
    The method following the keyword "new" is the ___________________
    Question Image
    parameter
    instance
    method
    constructor
    30s

Teachers give this quiz to your class