Jeroo and Basic Vocabulary Warm up
Quiz by JPatterson
Feel free to use or edit a copy
includes Teacher and Student dashboards
Measure skillsfrom any curriculum
Measure skills
from any curriculum
Tag the questions with any skills you have. Your dashboard will track each student's mastery of each skill.
With a free account, teachers can
- edit the questions
- save a copy for later
- start a class game
- automatically assign follow-up activities based on students’ scores
- assign as homework
- share a link with colleagues
- print as a bubble sheet
9 questions
Show answers
- Q1What letter is created?CLHno letter60s
- Q2Is this a valid constructor call?yesno45s
- Q3What 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
- Q4Which 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
- Q5What is the name of the instance variable?hopJerookimSOUTH30s
- Q6How many flowers does the Jeroo have?1059730s
- Q7hop(10) is a Jeroo _____________________methodconstructorinstanceparameter30s
- Q8The value "10" in the code is the ______________________.formal parametermethodactual parameter30s
- Q9The method following the keyword "new" is the ___________________parameterinstancemethodconstructor30s