Definitions
HTML
CSS
Javascript
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 design and display of your website

100

What is the function of Javascript?

Makes your website interactive

100

Can you have a website without HTML?

NO

200

Define Readability

The quality of being easy and enjoyable to read

200

What does HTML stand for? 

Hyper Text Markup Language

200

What does CSS stand for?

Cascading Style Sheet

200

What is p5? 

A JavaScript library to let us sketch on the screen.

200

What are two examples of good readability?

Using colors that do not strain eyes, big enough font size, easy to read fonts, 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 Javascript for? 

Web development, Game Development, Virtual Reality, Mobile Development

300

What is a block element? 

A block element is an element that will always start on a new line

400

Define the Iterative Process

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

400

Name three examples of images 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

Why do we use a mouse cursor on p5?

To know the coordinates of where our mouse is at all times

400

Define Typography

The art and procedure of arranging type

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 two attributes must you have when uploading an image to HTML?

src (link to the actual picture)  & alt (description of picture in case the link fails)

500

What is the <span> tag used for? 

To markup or design a piece of your text or document or To style a specific part of your text on a website

500

What can Javascript allow you to do?

  • Click a button on a website and open up a new tab or side panel

  • Click on a link or button on your website and a model slowly appears

  • Hover your mouse over something to see a visual change

  • Show and hide elements on with the click of a button

500

What is an inline image?

Images that appear next to or above/below your text on your website