review Flashcards

(30 cards)

1
Q

What is quantitative data

A

Data that uses numbers to describe something

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is qualitative data

A

Data that describes characteristics

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is continuous data

A

Data that can be broken down into fractions or decimals

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is discrete data

A

Data that cannot be broken down into fractions or decimals

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

How do you write tally marks

A

In groups of five

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is a survey

A

A list of questions or opinions to see what people like

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What are bar graphs for

A

To organize and show data

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is a pictogram/pictograph

A

It is a chart that uses pictures to represent data

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What does a circle/pie chart represent

A

It represents percentages

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What is a line graph used for

A

To show change over time

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

If you have an opening tag you need a…

A

Closing tag

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What does html stand for

A

Hyper,Text,Mark-up,and Language

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What tag is needed first when you are coding

A

html

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What tag is a tag that needs no closing tag

A

!Doctype html

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Which of these headings is the biggest

h1 h2 h3 h4 h5 h6

A

h1

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What do you have inside you body tag

A

All the main content of your web page

17
Q

What tag do you need to insert an image

A

imgscr=”image name”alt=” width=? length=?

18
Q

How do you make letters in your code bold

19
Q

How do you debug

A

1) Look for mistakes

2) Describe your bug=hunt for bug,try and fix it,document what you’ve learned

20
Q

What’s the difference between ordered and unordered lists

A

One is numbered and the other is not numbered

21
Q

What is the tag for ordered list

22
Q

What is the tag for unordered list

23
Q

What should you have inside your head tag

A

The tittle and first heading tag

24
Q

What is digital footprint

A

The data you leave behind

25
What tag do you use to start a paragraph
p
26
What do you use to close a tag
/
27
Is this an example of quantitative or qualitative data? I have 2 dogs
quantitative data
28
Is this an example of quantitative or qualitative data? My house is blue
qualitative data
29
Is this an example of continuous or discrete data? It is 5:30
Continuous data
30
Is this an example of continuous or discrete data? I have 3 turtles
Discrete data