Unit 1
Unit 2
Unit 3
Unit 4
100

Define Computer

What is a machine that works with information

100

What does a heading tag look like?

What is <h1>

100

Define Computer Science

What is the study of the principles and use of computers.

100

Finding and fixing problems in an algorithm or program.


What is Debugging

200

What is Input?

What is the information computers get from users, devices, or other computers 

200

How do you type a closing tag?

What is </tag>

200

Define program

What is an algorithm that has been coded into something that can be run by a machine.

200

Define processing

What is The thinking work computers do to turn input into output

300

What is output?

What is the information computers give to users, devices, or other computers 

300

What is CSS?

What is the style of your webpage

300

What is the code for drawing a circle?

What is ellipse(x, y, w, h) 

300

Define user

 What is someone who uses an object, including software and hardware

400

What are the steps of the problem solving process?

What is define, prepare, try, and reflect

400

How many heading tags are there?

What is six

400

Define Sprite

What is a character on the screen with properties that describe its location, movement, and look 

400

Code for adding a screen

What is setScreen(screenId) 

500

What is the code for a bulleted list?

What is <li>

500

What is a link tag?

what is <a> and </a>

500

What is the tag for a sprite

What is 

  • drawSprites(group)
  • var sprite = createSprite(x, y, width, height)
500

Define User Interface

What is The visual elements of a program through which a user controls or communicates with the application. Often abbreviated UI.