Study Guide/Review Flashcards
What is the first tag that you need in order to create a website?
What does HTML stand for?
It stands for, Hypertext Markup Language
What is the <br></br> code for?
It is useful to insert a single line break, and for writing an address.
What is HTML?
HTML is a language used to create websites.
What is the definition for Digital Footprint?
The collected information
What is Qualitative Data?
It is how you describe something by its color
What is Quantitative Data?
It is how you describe something by the number of the object/s and its weight
What is Histogram?
A histogram is an approximate representation of the distribution of numerical data.For example you can use it to illustrate the major features of distribution.
What is debugging?
It is putting in the code, and fixing your code.
What are the four steps to debugging?
- Describe a problem
- Hunt for bugs
- Try out solutions
- Document the bug
What is an ordered list?
An ordered list has numbers.The list starts with numbers. For Example: 1. 2. 3.
What is an unordered list?
An unordered list has bullet points. The list start with bullet points.
What is Data?
Data is an important piece of information. At the simplest level, it is information that we collect about the world. In order to make this information useful, humans need to be able to classify, sort, organize, represent, and interpret it.
What is an opening tag?
This is an example:
What is a closing tag?
This is an example:
What is a pictogram?
A pictogram is a chart that uses pictures to represent data.
What is the tag to insert an image?
<img></img>
What is HTML Element?
HTML Element is a piece of a website, marked by a start tag and often closed with an end tag
What is Website Content?
Website content is the text and images on a website
What is Website Structure?
Website structure is how the content of a website is organized
What is an HTML tag?
HTML tag is the special set of characters that indicates the start ad end on an HTML element and that element’s type
Which tag does not have a closing tag?
What should you use in order to save your file?
You should save it as .html
What is another name for ?
“metadata”
What does <p> stand for?</p>
It is the tag that you use to start a paragraph
What is one way someone can find out your location by a picture online?
They can find your location by your background
What is Discrete Data?
Discrete Data cannot be broken down into fractions or decimals. Discrete Data can only take on integer values, and it is typically things.
What is Continuous Data?
Continuous Data can be broken down into fractions and decimals. Continuous Data can take on any value as it’s measured.
What is digital footprint?
Digital footprint is your most important information that you should not share with anyone.
What is debugging?
Debugging is when you fix your code/website