The information about someone on the Internet
Digital Footprint
The process of breaking down a problem into smaller pieces to solve it
Decomposition
The tag that is essential for every separate paragraph.
<p>
</p>
Putting commands in correct order so computers can read the commands
Sequencing
Going step by step to solve a problem
Algorithmic Thinking
The tag that changes the text into the largest heading
<h1></h1>
The name of the block that repeats the pattern in it over and over again
Loop/Repeat block
Focusing on the important details to solve a problem
Abstraction
The tag that creates an ordered or numbered list
<ol></ol>
The block need in Music Lab to make the sounds play in a sequence
Play Sequential
A set of code that works together to perform complicated actions on a computer and is also behind everything your computer does.
Program(s)
The tags that makes a bulleted or unordered list.
<ul></ul>
The block needed in Music Lab to make the sounds play together
Play Together
Using similarities and differences to solve a problem
Pattern Recognition
The tag that creates each item in a list
<li></li>