Ms Qzi robotics Flashcards
The 3 steps to make sure a websites information is credible.
- Use common sense (DURH). Use what you know to verify if a specific text is credible
STEP 2 (credability)
Ask questions. How does this benefit the Author? Does the person care about me? Is this information backed up and or gives evidence? Does his intentions benefit him?
DATA(continuos and Discrete)
CONTINUOS DATA
. can be broken down into fractions and decimals
. is measured
Ex: Time in a race. A race can be times to a miliseccond . Again its not set to a specific fixed number.
STEP 3 (confirm)
use online search and reliable sources to tell if the information being told is true. ask the same question you do in step 2 and always check the information being told, you never know when someone is telling false information.
DISCRETE DATA
Discrete data: Discrete data cannot be broken down into fractions or decimals. Discrete data can only take certain values like integers and are usually whole numbers.
Example: Kids per class. How many students are in each classroom in your school. (Quantitative)
MORE DATA (Qualitave and Quantative)
Why is data even important?
Data is important in managing information and can be used for solving problems based on what the data says.
Qualitative Data
Qualitative data is information based on characteristics or features.
Quantitative Data
Quantitative data is information that is measured or counted like mass, height or the overall count of something.
Html Tags
Html tags are tags that are used in things like One compiler. We use these tags for making Websites and fonts. Html tags have many tags with different features to help create a website.
< !Doctype html>
This tag is used at the very start to lay a foundation. It does not have a closing tag.
Doctype
These tags are used after doctype and is used to close everything with its closing tag.
Html (closing tag) Html
These tags are used after doctype and is used to close everything with its closing tag.
(tag) body (closing tag) body
The body tag is where all the information of your website is going to be laid out. Remember to close this tag when finished with everything.
h1, h2, h3, h4, h5, h6,
The h in each of these stands for heading and with each numbers incresing the font grows smaller. The heading tags are used for headings/titles.
br (tag) br (closing tag)
The br tags are used to seperate sentences like if they were poems. They create space.