Definitions
HTML
CSS
Java
Random
100

Define an Algorithm

A procedure or set of rules used for problem solving

100

If you had to compare HTML to a body part, which would it be?

The Skeleton

100

What is the function of CSS?

Controls the style, design, and display of your website

100

What is the function of Java?

Makes your website interactive

100

Can you have a website without HTML?

NO

200

Define code readability

The quality of being understandable and easy to read

200

What does HTML stand for? 

Hyper Text Markup Language

200

What does CSS stand for?

Cascading Style Sheet

200

A variable type that holds whole numbers

Integer

200

What are two examples of good readability?

Using comments, organized/concise code, clear font, colors that do not strain the eyes, generous spacing

300

What does it mean to have something conditionally or under a condition?

You can only have something if you meet a requirement or on certain terms.

300

Which element of HTML does not appear on the actual website? Give an example of it

The Head Element --> website's link or title of website

300

What element do we use to center our text? 

text-align: center;

300

What is an example of what web developers use Java for? 

Web development, Game Development, Virtual Reality, Mobile Development

300

A list or collection of similar things

Array

400

Define the Iterative Process/Iteration

A series or steps that you repeat while improving your “product” with each cycle

400

Name an example of an image that you can upload to your website

Logos, Photographs, Illustrations, Diagrams, Charts

400

What is a background image?

Images that appear behind your text on your website

400

Data passed through a function

Parameter

400

A container for data

Variable

500

What is Computer Science?

The study of computers and algorithms which includes: Development, software & hardware, network & databases, apps, & the impact it has on society

500

What is the color identifier of HTML

RGB (red, green, blue)

500

Give an example of what CSS can change on a website

Color, font, size, location, and links
500

An organized collection of structured information, or data, typically stored electronically in a computer system

Database

500

A binary digit with two possible values: 0 or 1.

Bit