review Flashcards
What is quantitative data
Data that uses numbers to describe something
What is qualitative data
Data that describes characteristics
What is continuous data
Data that can be broken down into fractions or decimals
What is discrete data
Data that cannot be broken down into fractions or decimals
How do you write tally marks
In groups of five
What is a survey
A list of questions or opinions to see what people like
What are bar graphs for
To organize and show data
What is a pictogram/pictograph
It is a chart that uses pictures to represent data
What does a circle/pie chart represent
It represents percentages
What is a line graph used for
To show change over time
If you have an opening tag you need a…
Closing tag
What does html stand for
Hyper,Text,Mark-up,and Language
What tag is needed first when you are coding
html
What tag is a tag that needs no closing tag
!Doctype html
Which of these headings is the biggest
h1 h2 h3 h4 h5 h6
h1
What do you have inside you body tag
All the main content of your web page
What tag do you need to insert an image
imgscr=”image name”alt=” width=? length=?
How do you make letters in your code bold
strong tag
How do you debug
1) Look for mistakes
2) Describe your bug=hunt for bug,try and fix it,document what you’ve learned
What’s the difference between ordered and unordered lists
One is numbered and the other is not numbered
What is the tag for ordered list
ol
What is the tag for unordered list
ul
What should you have inside your head tag
The tittle and first heading tag
What is digital footprint
The data you leave behind
What tag do you use to start a paragraph
p
What do you use to close a tag
/
Is this an example of quantitative or qualitative data? I have 2 dogs
quantitative data
Is this an example of quantitative or qualitative data? My house is blue
qualitative data
Is this an example of continuous or discrete data? It is 5:30
Continuous data
Is this an example of continuous or discrete data? I have 3 turtles
Discrete data