A list of steps you can follow to complete a task.
What is an Algorithm?
These HTML tags: <p> </p> create a _____ on your website.
What is a Paragraph?
The Character or Bitmap in Scratch.
What is a Sprite?
These HTML tags: <h1><h2><h3><h4><h5><h6> will create _________ on my website.
What is a Header?
The act of doing something over and over again.
What is a Loop?
The study of computers.
What is Computer Science?
The tag at the end of an HTML Element.
What is an End Tag?
The activity that was conducted every Wednesday to help students practice coding on Code.org.
What is Hour of Code?
This HTML tag creates the BIGGEST header on a website.
What is <h1>?
The process of finding and fixing errors in the syntax of your program.
The language writing by humans to communicate with computers to complete a process.
What is Code?
The number of headers you can create in HTML for a website.
What is 6?
The act of 2 programmers sharing 1 computer to create a program.
What is Pair Programming?
A person who uses code or programming language to tell a computer what to do.
What is a Programmer?
The order that things follow each other.
What is a Sequence?
A piece of code that begins with a start tag and ends with an end tag.
What is a HTML Element?
This HTML tag creates the SMALLEST header on a website.
What is <h6>?
The collected information about an individual across multiple websites on the Internet.
What is a Digital Footprint?
An Algorithm that has been coded into something that can be run by a machine.
What is a Program?
HTML stands for ________.
What is Hypertext Markup Language?
Errors or mistakes in the syntax of a program.
What is a Bug?
The type of code needed to create a website.
What is HTML?
An action that triggers something to happen in your program.
What is an Event?