Someone who uses an object, including software and hardware.
User
Mr. Honore has this
Aura
It is a quick and inexpensive way to test initial design concepts.
Paper Prototype
The tab that you create your user interface
Design Tab
My least favorite class
7A
A first or early model of a product that allows you to test assumptions before developing a final version.
Prototype
Researching and Surveying potential users to determine what their needs are.
Market Research
Why is it important to design for users other than yourself in the design process?
Because different people have different needs, and effective design caters to the target audience.
Prints a message to the console
console.log
Which of the following is the first stage of the design thinking process as typically presented?
Empathize
Part of a program that does not work correctly.
Bug
Empathize, Define The Problem, Ideate, Prototype, Test
The Design Process
What is the central principle of user-centered design
Keeping the needs of the user as the primary focus
A block of code that is triggered by an Event
OnEvent
What is the 3rd step in the User-Centered Design Process?
Ideate
Part of a program that adds functionality for the user
Feature
The visual elements of a program through which a user controls or communicates with the application. Often abbreviated UI.
User Interface
repeating cycles of prototyping, testing, and refinement.
Iteration
When the onEvent button is selected this code changes the screen
setScreen
What is a key method for understanding user needs in the design process?
Conducting thorough user research, including interviews and observations.
In design, paying attention to a user's feelings and needs when designing a product.
Empathy
How easy, efficient, and satisfying it is to use a human-made object or device (including software).
Usability
Designing products that are usable by people with diverse abilities.
Accessibility
What coding language are we learning during this unit?
Javascript
The process of checking to see if your app works and gathering feedback.
Testing