CSE 1.1.4 & 1.1.5
Quiz by Jennifer Morris
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
- view complete results in the Gradebook and Mastery Dashboards
- automatically assign follow-up activities based on students’ scores
- assign as homework
- share a link with colleagues
- print as a bubble sheet
Our brand new solo games combine with your quiz, on the same screen
Correct quiz answers unlock more play!
12 questions
Show answers
- Q1BacklogA 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
- Q2Sprint tasksA list of the individual parts that need development to address a backlog item.30s
- Q3Global variableStored 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
- Q4Local variableStored data that is only used within a small scope of a project and cannot be used by other parts of the program.30s
- Q5ScopeA description of the parts of a program where a particular variable can be accessed and modified.30s
- Q6Natural languageThe language that people use in daily conversations with each other.30s
- Q7PseudocodeA way to work out the logic without worrying too much about the specifics of the language you are programming in.30s
- Q8Incremental CounterA loop that changes the value of a count by a certain amount every time an event occurs.30s
- Q9Decrementingreducing in number by one30s
- Q10DriverWrites and modifies the code. Controls the computer or tablet. Transfers the code to any external hardware or devices.30s
- Q11NavigatorKeeps 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
- Q12LoopA sequence of instructions that continually repeats until a condition is met.30s