Finding an error in your code and fixing it.
What is debugging?
A group of instructions given to a computer to be processed.
What is a computer program?
The smallest heading tag in HTML.
What is h6?
A computer graphic which may be moved on-screen and otherwise manipulated as a single entity.
What is a sprite?
A coding teacher at MVHS.
Who is Mrs. Kelly-Lyons?
A block of code that can be referenced by name to run the code it contains.
What is a function?
How people create instructions for computers to follow.
What is coding?
The largest HTML heading.
What is h1?
Programming language commands for handling decisions.
What are conditionals?
The second largest HTML heading.
What is h2?
A set of instructions that are followed to solve a problem.
What is an algorithm?
A container that holds a single number, word, or other information that you can use throughout a program.
What is a variable?
A standardized system for tagging text files to achieve font, color, graphic, and hyperlink effects on World Wide Web pages.
What is HTML?
Repeatedly calls this functions many times to draw animations in game lab
What is a draw loop?
The second smallest HTML heading.
What is h5?
The individual 1's and 0's you see in binary.
What are bits?
A programming structure that repeats a sequence of instructions until a specific condition is met.
What is a loop?
The information about a particular person that exists on the internet as a result of their online activity.
What is a digital footprint?
A positive value will move the sprite to the right, a negative value will move to the left.
What is velocity?
A control flow statement for specifying iteration, which allows code to be executed repeatedly.
What are for loops?
Runs a block of code based on whether or not a condition is true
A number system consisting of only 1's and 0's.
What is binary?
Describes how HTML elements are to be displayed on screen, paper, or in other media.
What is CSS?
The 6 stages of this process are capture, brainstorm, prototype, playtest, iterate, and implement.
What is the game design process?
An HTML object that allows you to jump to a new location when you click or tap it.
What is a link?