Tag the questions with any skills you have. Your dashboard will track each student's mastery of each skill.
Give this quiz to my class
Q 1/28
Score 0
Part of a program that does not work correctly
30
Bug
Q 2/28
Score 0
Finding and fixing problems in your algorithm or program.
30
Debugging
28 questions
Q.
Part of a program that does not work correctly
1
30 sec
Q.
Finding and fixing problems in your algorithm or program.
2
30 sec
Q.
An algorithm that has been coded into something that can be run by a machine.
3
30 sec
Q.
An extra piece of information passed to a function to customize it for a specific need
4
30 sec
Q.
A label for a piece of information used in a program.
5
30 sec
Q.
A label for a characteristic of a sprite, such as its location and appearance.
6
30 sec
Q.
A graphic character on the screen with properties that describe its location, movement, and look.
7
30 sec
Q.
In programming, an expression that evaluates to TRUE or FALSE
8
30 sec
Q.
Statements that only run under certain conditions
9
30 sec
Q.
The way that sprites' properties are used in Game Lab, by connecting the sprite and property with a dot
10
30 sec
Q.
Something a program checks to see whether it is true before deciding to take an action
11
30 sec
Q.
A simplified representation of something more complex. Abstractions allow you to hide details to help you manage complexity, focus on relevant concepts, and reason about problems at a higher level
12
30 sec
Q.
A named bit of programming instructions
13
30 sec
Q.
to critically evaluate in a detailed and constructive manner
14
30 sec
Q.
In design, paying attention to a user's feelings and needs when designing a product
15
30 sec
Q.
someone who uses a product, machine, or service, including software and hardware
16
30 sec
Q.
How easy, efficient, and satisfying it is to use a human-made object or device (including software).
17
30 sec
Q.
A first or early model of a product that allows you to test assumptions before developing a final version
18
30 sec
Q.
The visual elements of a program through which a user controls or communicates with the application.
19
30 sec
Q.
Part of a program that does not work correctly.
20
30 sec
Q.
An individual functional element of a software item, such as the ability to do something new, work across multiple platforms, or perform more efficiently
21
30 sec
Q.
to change how information is represented so that it can be read by a person
22
30 sec
Q.
to change how information is represented so that it can be read by a computer
23
30 sec
Q.
American Standard Code for Information Interchange; the universally recognized raw text format that any computer can understand
24
30 sec
Q.
A way of representing information using only two options
25
30 sec
Q.
A contraction of "Binary Digit"; the single unit of information in a computer, typically represented as a 0 or 1
26
30 sec
Q.
short for "picture element", the fundamental unit of a digital image, typically a tiny square or dot that contains a single point of color of a larger image
27
30 sec
Q.
a simplified representation of something more complex