NEW
Font size
WorksheetsCF2 THIRD 9 WEEKS TEST
Total questions: 28
Worksheet time: 14mins
The visual elements of a program through which a user controls or communicates with the application.
User Interface
User
Critique
Prototype
A first or early model of a product that allows you to test assumptions before developing a final version.
Empathy
User Interface
Aesthetic
Prototype
Is an iterative design process in which designers focus on the users and their needs in each phase of the design process.
Usability
Empathy
User-Centered Design
Aesthetic
Someone who uses an object, including software and hardware.
Usability
User-Centered Design
Prototype
User
In design, paying attention to a user’s feelings and needs when designing a product.
Aesthetic
Critique
Empathy
User Interface
Information about reactions to a product, a person's performance of a task, etc., which is used as a basis for improvement.
Usability
User Interface
User
Feedback
How easy, efficient, and satisfying it is to use a human-made object or device (including software).
empathy
user
usability
Part of a program that does not work correctly.
user interface
bug
feature
prototype
A piece of software designed for a purpose
user interface
app
usability
prototype
Part of a program that adds functionality for the user
user interface
bug
feature
prototype
A device or component that allows information to be given to a computer
algorithm
output
input
storage
Any device or component that receives information from a computer
output
input
algorithm
processing
What will the console log say when this program is run?
"Starting my program!"
"You clicked the button!"
"Ending my program!"
"Starting my program!"
"Ending my program!"
"You clicked the button!"
"You clicked the button!"
"Starting my program!"
"Ending my program!"
"You clicked the button!"
"Ending my program!"
"Starting my program!"
After the program is run, what will the text color of smallButton be?
red
blue
green
yellow
What is x value in the following code?
rect(250, 200, 75, 225);
250
200
75
225
In which direction will the sprite move?
bee.y = bee.y + 2
left
right
up
down
What is x value in the following code?
rect(250, 200, 75, 225);
250
200
75
225
What is y value in the following code?
rect(250, 200, 75, 225);
250
200
75
225
What is width of the rectangle in the following code?
rect(250, 200, 75, 225);
250
200
75
225
Which sprite property would you change to make the sprite grow in size?
sprite.x
sprite.y
sprite.scale
sprite.rotation
Which sprite property would you change to make the sprite grow in size?
sprite.x
sprite.y
sprite.scale
sprite.rotation
