HTML
CSS
Python
computer basics
coding Vocabulary
100

What tag is used to make a paragraph?

<p>

100

what dose css stand for?

Cascading Style Sheets

100

what function displays text on the screen

Print()

100

what device is used to type on a computer

Keyboard

100

what do we call mistakes in code 

Bugs

200

What tag is used to insert an image?

<img>

200

What css property changes text color

color

200

what symbol starts a comment in python

#

200

what dose CPU stand for?

Central Processing unit 

200

what is a variable

a container that stores data

300

What tag creates hyperlink?

<a>

300

what symbol is used to select a class

. (dot

300

what data type stores true or false

Boolean (bool)

300

what part of the computer stores files permanently?

Hard drive/SSD

300

what is an algorithm 

A step-by-step set of instructions

400

What tag is the largest heading?

<h1>

400

what css property changes the background color 

background-color

400

what loop repeats code while a condition is true?

While loop

400

what dose RAM do

temporarily stores data for running programs

400

what dose IDE stand for 

integrated development environment.

500

what tag contains all visible content on a webpage?

<Body>

500

what layout system helps align items in rows or columns

FlexBox

500

what keyword is used to create a function

def

500

 what software controls the computer and runs programs

Operating System

500

what is debugging?

Finding and fixing errors in code