Part of a program that does not work correctly.
what is an Bug
To critically evaluate in a detailed and constructive manner.
what is Critique
how to change the color of a shape
what is fill(color)
what did we do in lesson 12
what is made a user interface
This animal's noise is believed not to echo.
What is a duck?
Finding and fixing problems in an algorithm or program.
what is Debugging
In design, paying attention to a user's feelings and needs when designing a product.
what is Empathy
Code to create a ellipse
what is ellipse(x, y, w, h)
what is the main thing we did in lesson 4
digital design
This fruit has the highest calories of any fruit.
What is avocado?
An algorithm that has been coded into something that can be run by a machine.
what is an Program
Someone who uses an object, including software and hardware.
what is User
Code to insert a rectangle
what is rect(x, y, w, h)
Analysis of Design
what is lesson 1
It is illegal for a plane to fly over this Indian marvel.
What is the Taj Mahal?
An extra piece of information passed to a function to customize it for a specific need
what is Parameter
How easy, efficient, and satisfying it is to use a human-made object or device (including software).
What is Usability
how to change the background color
what is background(color)
On what lesson we stopped
what is lesson 12
Butterflies use this body part to taste.
What is their feet?
A label for a piece of information used in a program.
what is an variable
The visual elements of a program through which a user controls or communicates with the application. Often abbreviated UI
What is User Interface
var xPosition = 50;
ellipse(xPosition, 350, 100, 100);
where will the ellipse move?
what is left
lesson 16
what is Project - App Presentation
Before the 17th century, these vegetables used to be mainly purple, not the bright warm color we see them as today.
What is carrot?