Review robotics Flashcards
What is Data?
Information that we collect.
What are the two types of Data?
Qualitative and Quantitative
What is Qualitative Data?
Descriptions in words of what is being observed. They are based on quality of an observation, such as color, odor, or texture.
What is Quantitative Data?
Numeric Measurements. They are Objective (everyone has the same answer no matter who measures them). The include measurements such as mass, volume, temperature, distance, concentration, time or frequency.
How do we use data to solve probloms?
We use data to solve problems by using it to describe scientific problems and technology.
What are the two types of Quantitative data?
Discrete and Continous Data.
What is Discrete Data?
Discrete data is based on counts where only a finite number of values is possible. It cannot be broken down into fractions or decimals.
What is Continuos Data?
It can take on any vlaue as its measured.
Can be broken down into fractions and decimals.
Steps to collecting Data:
- create a survey question
- decide on a few choices
- Survey a group of people. and record your answer.
Types of Graphs:
Pictogram, Circle Graph (Pie Chart), or line graph
What does html stand for?
Hyper Text Mark-up Language
What are the Opening tags for every code?
!DOCTYPE and html
What is the closing tag for every code?
/html
How do I insert an image:
image=(img src=”image” height =”150” width = “150”/)
How to apply paragraph
(p) and (/p)