Robotics Review Flashcards

1
Q

!Doctype html

A

This tag always goes at the top when doing a website using html tags. It tells the browsers it’s a Html file.

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

Html

A

Html stands for: Hyper Text Mark-up Language

Html indicates the beginning of the code written in Html. Html is opening tag and /html is closing tag.

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

Head & /Head

A

The head is the element used to give browser information about the page. Like mentioned before head is opening tag and /head is closing tag. The head tag always comes after the html tag.

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

Title & /Title

A

This tag is used to put a title in the document when using Html tags.
Title: Opening Tag
/Title: Closing Tag
This tag is put in between the head tags.

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

Body & /Body

A

This is the start of the writing such as essays and all the writing in general. The body tags come after the head tags.
Body: Opening Tag
/Body: Closing Tag

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

P & /P

A

These tags are used in between the body, they indicate the start of a new paragraph.
P: Opening Tag
/P: Closing Tag

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

H1, H2, H3, H4, H5, & H6

A

These tags are used to do the size of the writing. The tags are used wherever you’re writing. Just like H1 opening tag their is a /H1 closing tag for all of the tags. The H1 tag is for biggest font while the H6 is for the smallest font.

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

strong & /strong

A

These tags are used to make the font bold.

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

em & /em

A

The em & /em tags are used to make the font italic or slanted.

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

br

A

The br tag doesn’t have a closing tag. This tag is used to insert a single line break.

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

ul & /ul

A

The ul tag stands for unordered list. These tags always come in first before doing a list.

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

ol & /ol

A

The ol tag stands for ordered list. This tag is used to organize the list.

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

li

A

This tag is used to either insert a bulletin point or a number to do the lists. These tags come in between the ul & /ul tags and the ol &/ol tags.

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

a and /a

A

This tags are used to add links to the html code.

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

Digital Footprint

A

Digital footprint is the collected information about an individual across multiple websites.

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

Qualitative Data

A

Qualitative Data are descriptions in words of what is being observed. They are based on some quality of an observation, such as color, odor,or texture.

17
Q

Quantitative Data

A

Are numeric measurements. The data are objective - they are the same no matter who measures them. They include measurements such as mass, volume, temperature, distance, concentration, time, or frequency.

18
Q

Discrete Data

A

Discrete data can only take on integer values, and it’s typically things counted in whole numbers.

19
Q

Continuous Data

A

Continuous data is measured. Continuous data can take on any value as it’s measured.

20
Q

Steps to collecting data

A

1) Create a survey question.
2) Decide on a few choices.
3) Survey a group of people.

21
Q

Pictogram

A

A pictogram is a chart that uses pictures to present data. Pictograms use columns of pictures to show the numbers involved.

22
Q

Circle Graph

A

Or pie chart, is used to visualize information and data. These are used to display percentages.

23
Q

Line Graph

A