A sprite is a....
What is character on the screen with properties that describe its location, movement, and look?
A variable is....
What is a label for a piece of information used in a program?
The college Mrs. Lyons attended was....
What is SCSU ?
Attempt to do something is....
What is to try?
When you test an app it helps.....
What is help find bugs and fix them?
The random numbers code does...
What is make the code look a little different every time you run it.
A loop is...
What is the action of doing something over and over again?
Mrs. Lyons favorite food is.....
What is Butter Pecan Ice Cream?
A loop that continues to repeat while a condition is true is.....
What is a while loop?
An app that teaches you your abc's would most likely fall under what age category?
What is about 0-7?
Variables are used to....
What is to hold the place of an unknown thing?
The binary alphabet is...
What is the two options used in your binary code?
Mrs. Lyons favorite color(s) is....
What is pink and green?
The design of products, devices, services, or environments taking into consideration the ability for all users to access, including people who experience disabilities or those who are limited by older or slower technology is....
What is accessibility?
A user interface is.....
What is the means by which the user and a computer system interact, in particular the use of input devices and software?
With this code the bee will be....
var bee = createSprite(200,200);
bee.setAnimation("bee");
bee.x = 350;
bee.y = 350;
drawSprites();
What is the bottom right corner?
A digital citizen is....
What is someone who acts safely, responsibly, and respectfully online?
When we created our first app we practiced on an app called....
What is the recycle finder?
A simplified representation of something more complex....
What is abstraction?
To analyze something means that you....
What is to separate a thing or idea into its parts in order to figure out all the nature and interrelationship of all the parts or to consider and evaluate a situation carefully?
The code that changes the color of the text is...
What is stroke("color");?
The acronym FAIL stands for....
What is First Attempt In Learning?
The product I (Lily) created for the user based products project was called......
What is the Safelet?
An action that causes something to happen.....
What is an event?
An app that is all about working out would be a good app for....
What is a girl/guy who are from 10-100 who enjoy exercise?