Coding
Coding 1
Coding 2
Coding 3
HTML
100


The ___________  provides the canvas upon which sprites are displayed and interact with one another.

BACKGROUND

100

An action that causes something to happen

Event

100

The information about someone on the Internet

Digital Footprint

100

The process of combining small parts of a program to solve a larger problem

Composition

100

The beginning and ending tag that is essential for every HTML file.

<html>

</html>

200

Code blocks with a notch at the top or a bump at the bottom are known as:

HAT BLOCKS

200

A placeholder for a piece of information that can change

Variable

200

Putting commands in correct order so computers can read the commands

Sequencing

200

A piece of code that directly tells the computer to do something.

Command

200

The tag that changes what your website's tab is called.

<title></title>

300


What is the function of the 'Move -10 steps ' command block?

move left

300

Domain Name Service- The service that translates URLs to IP addresses

DNS

300

Computers that exist only to provide things to others

Servers

300

 The "__________" that needs to be fulfilled in order to make an action happen.

Condition

300

The tags that determine the majority of what shows up on your website.

<body></body>

400

A code block that controls sprite placement, direction, rotation, and movement is known as a ____________ block.

motion

400

A method of sending information using telephone or television cables

DSL/Cable

400

A piece of code that you can call over and over again

Function

400

A set of code that works together to perform complicated actions on a computer and is also behind everything your computer does.

Program(s)

400

The tags that bold text.

<strong></strong>

<b></b>

500

Blocks that can be used to determine the location of the mouse-pointer, its distance from other sprites, and whether a sprite is touching another sprite are known as ______________ blocks.

SENSING

500

The action of doing something over and over again

Loop

500

A number assigned to any item that is connected to the Internet

IP Address

500

The statement that has something that needs to be fulfilled in order to execute an action.

Conditional Statement

500
The tag that italicizes text.

<em></em>