
Lesson 1.1.2 & 3 - CSE
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
- automatically assign follow-up activities based on students’ scores
- assign as homework
- share a link with colleagues
- print as a bubble sheet
17 questions
Show answers
- Q1Image SpriteAn image that moves on the canvas based on the tilt of the device30s
- Q2CanvasA 2 dimensional, touch sensitive, retangular panel that the user can draw on30s
- Q3VariablesA storage location for data30s
- Q4ArgumentsValues that are passed to a storage location to be used by the program30s
- Q5IntegerA whole number that does not have a decimal or any digits after the decimal30s
- Q6FloatA type of number that provides very precise information by including all the numbers after the decimal30s
- Q7StringsText or characters displayed by a program30s
- Q8BooleanA data type that has only 2 values; usually true or false30s
- Q9Mutator (blue)A way to add additional inputs30s
- Q10ConcatenationJoining together of separate items without changing them into one place30s
- Q11Arithmetic operatorsSymbol in a code that tells a computer to perform a specific math operation30s
- Q12Logical OperatorsRepresentation 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
- Q13DebugTo identify errors in computer hardware or programs to fix them30s
- Q14Conditional StatementsA 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
- Q15Boolean ExpressionsA 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