Define Computer
What is a machine that works with information
What does a heading tag look like?
What is <h1>
Define Computer Science
What is the study of the principles and use of computers.
Finding and fixing problems in an algorithm or program.
What is Debugging
What is Input?
What is the information computers get from users, devices, or other computers
How do you type a closing tag?
What is </tag>
Define program
What is an algorithm that has been coded into something that can be run by a machine.
Define processing
What is The thinking work computers do to turn input into output
What is output?
What is the information computers give to users, devices, or other computers
What is CSS?
What is the style of your webpage
What is the code for drawing a circle?
What is ellipse(x, y, w, h)
Define user
What is someone who uses an object, including software and hardware
What are the steps of the problem solving process?
What is define, prepare, try, and reflect
How many heading tags are there?
What is six
Define Sprite
What is a character on the screen with properties that describe its location, movement, and look
Code for adding a screen
What is setScreen(screenId)
What is the code for a bulleted list?
What is <li>
What is a link tag?
what is <a> and </a>
What is the tag for a sprite
What is
Define User Interface
What is The visual elements of a program through which a user controls or communicates with the application. Often abbreviated UI.