Study Guide/Review Flashcards

1
Q

What is the first tag that you need in order to create a website?

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

What does HTML stand for?

A

It stands for, Hypertext Markup Language

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

What is the <br></br> code for?

A

It is useful to insert a single line break, and for writing an address.

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

What is HTML?

A

HTML is a language used to create websites.

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

What is the definition for Digital Footprint?

A

The collected information

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

What is Qualitative Data?

A

It is how you describe something by its color

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

What is Quantitative Data?

A

It is how you describe something by the number of the object/s and its weight

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

What is Histogram?

A

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.

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

What is debugging?

A

It is putting in the code, and fixing your code.

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

What are the four steps to debugging?

A
  1. Describe a problem
  2. Hunt for bugs
  3. Try out solutions
  4. Document the bug
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What is an ordered list?

A
An ordered list has numbers.The list starts with numbers.
For Example: 
1.
2.
3.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What is an unordered list?

A

An unordered list has bullet points. The list start with bullet points.

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

What is Data?

A

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.

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

What is an opening tag?

A

This is an example:

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

What is a closing tag?

A

This is an example:

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

What is a pictogram?

A

A pictogram is a chart that uses pictures to represent data.

17
Q

What is the tag to insert an image?

A

<img></img>

18
Q

What is HTML Element?

A

HTML Element is a piece of a website, marked by a start tag and often closed with an end tag

19
Q

What is Website Content?

A

Website content is the text and images on a website

20
Q

What is Website Structure?

A

Website structure is how the content of a website is organized

21
Q

What is an HTML tag?

A

HTML tag is the special set of characters that indicates the start ad end on an HTML element and that element’s type

22
Q

Which tag does not have a closing tag?

A
23
Q

What should you use in order to save your file?

A

You should save it as .html

24
Q

What is another name for ?

A

“metadata”

25
Q

What does <p> stand for?</p>

A

It is the tag that you use to start a paragraph

26
Q

What is one way someone can find out your location by a picture online?

A

They can find your location by your background

27
Q

What is Discrete Data?

A

Discrete Data cannot be broken down into fractions or decimals. Discrete Data can only take on integer values, and it is typically things.

28
Q

What is Continuous Data?

A

Continuous Data can be broken down into fractions and decimals. Continuous Data can take on any value as it’s measured.

29
Q

What is digital footprint?

A

Digital footprint is your most important information that you should not share with anyone.

30
Q

What is debugging?

A

Debugging is when you fix your code/website