The Basics
User Inputs
JavaScript & Graphics
JavaScript Elements
Academic Integrity
100

This is the most popular computer language in the world.

What is JavaScript?

100

The command allows animation to follow the tip of the cursor when using a mouse.

What is mouseMoveMethod?

100

I use "this" function to display a graphic or shape (this is usually the LAST command of a function when trying to display the graphic or shape)

 What is "add()"

100

This very important JavaScript element is how we store & change data/information (numbers, text, functions, and many other things)

What is a "variable"?

100

This is a character trait where the person does the right thing, even when no one is looking.

What is integrity?

200

This coding tool allows you to call a piece of code to be reused multiple times.

What is a function?

200

The command that makes a piece of code run when the mouse button is released.

What is MouseUpMethod?

200

If I want to "set the color" of a graphic or shape, I use 'this' function to do it

What is ".setColor()"?

200

This JavaScript type is integers

What is "numbers"?

200

This is what happens when a student is caught copying a classmate's work the third time?

What is dropped from class with a failing grade?

300

Animation involves creating many still images that are slightly different to create the illusion of movement. This command tells the code to move an onscreen object at specific intervals.

What is setTimer?

300

The command to move an object on the screen by clicking on the item and pulling it to a new spot.

What is mouseDragMethod?

300

The "(150, 200)" refers to "this" when setting the position of a shape while using JavaScript

What is "X and Y axes"?

300

This JavaScript data type is text/letters

What is a "string"?

300

A method to determine if you have included all the elements of the assignment in your code. Using this would be consistent with practicing academic integrity.

What is running "Check Code"?

400

A rectangle is anchored to the canvas based on this point.

What is the upper left corner?

400

A piece of code is activated when the user clicks on the mouse button.

MouseDownMethod

400

I use "this" function to set the position of a shape or graphic with JavaScript

What is ".setPosition()"? 

400

This data type refers to when something is true or false

What is a "boolean"?

400

You keep getting an error message on your in-class assignment. You ask a classmate to help you debug the code.

What is an honest way to get help without copying?

500

When creating code that runs repeatedly a certain number of times, you should use this type of code.

What is a for loop?

500

This is used to tell if a circle is hitting the left edge of the canvas.

What is circle.x - circle.radius <= 0?

500

I use "this" function to make a new circle or rectangle with JavaScript

What is "new Circle" or "new Rectangle"

500

This is a JavaScript data type that stores decimals.

What is a float?

500

You are struggling with a coding assignment. Your friend offers to email you their finished code so you can get finished.

What is plagiarism?

M
e
n
u