Define an Algorithm
A procedure or set of rules used for problem solving
If you had to compare HTML to a body part, which would it be?
The Skeleton
What is the function of CSS?
Controls the design and display of your website
What is the function of Javascript?
Makes your website interactive
Can you have a website without HTML?
NO
Define Readability
The quality of being easy and enjoyable to read
What does HTML stand for?
Hyper Text Markup Language
What does CSS stand for?
Cascading Style Sheet
What is p5?
A JavaScript library to let us sketch on the screen.
What are two examples of good readability?
Using colors that do not strain eyes, big enough font size, easy to read fonts, generous spacing
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.
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
What element do we use to center our text?
text-align: center;
What is an example of what web developers use Javascript for?
Web development, Game Development, Virtual Reality, Mobile Development
What is a block element?
A block element is an element that will always start on a new line
Define the Iterative Process
A series or steps that you repeat while improving your “product” with each cycle
Name three examples of images that you can upload to your website
Logos, Photographs, Illustrations, Diagrams, Charts
What is a background image?
Images that appear behind your text on your website
Why do we use a mouse cursor on p5?
To know the coordinates of where our mouse is at all times
Define Typography
The art and procedure of arranging type
What is Computer Science?
The study of computers and algorithms which includes: Development, software & hardware, network & databases, apps, & the impact it has on society
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)
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
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
What is an inline image?
Images that appear next to or above/below your text on your website