Unit 2, Lessons 1 & 2 Data types.

Slides:



Advertisements
Similar presentations
Mrs. Holly’s Procedures and Expectations
Advertisements

Mr. Kemp 6 th Grade. What is Keyboarding? 45 days long We will cover the following within this class: Correct Posture Correct Keystrokes Typing Club
Grade 6 Ms. Ashley. Week 4Do Now 1 Wednesday, October 1st, 2014  Question: Answer the following in at least 3 complete sentences.  1. What is your grade.
Classroom Procedures and Expectations Why Do We Have Procedures? They are a part of life – we follow procedures all the time. They can help.
CURRENT EVENTS 1.WRITE THE TOPIC & DATE OF ARTICLE ON THE TOP LINE 2.WRITE THE TITLE & AUTHOR OF THE ARTICLE ON THE NEXT LINE 3.WRITE A SUMMARY OF THE.
TCH010 – Unit 1, Lesson 1 Ms. Simcox. Introduction Question:  What is the difference between computer software and computer hardware? This session will.
TCH010 – Unit 1 Lesson 2 Ms. Simcox. Introduction Question:  What do you imagine life would be like without computers? This session will be recorded.
I can tell time in French.
TCH010 – Unit 1 Lesson 5 Ms. Simcox. Introduction Question:  Do you find using a Windows PC difficult? Why or why not? This session will be recorded.
Math 120: Pre-calculus 2 Instructor: Mike Panitz
HOW TO PREPARE FOR EXAMS
French L a b O r I e n t a t I o n Fall 2016.
Mrs Molyneux Mrs Joyce We are part of Phase 2 along with Y1 and Y2.
Monday.
Objectives: Elements of Persuasive Writing
How to takes notes and build your academic skills
2-1 Patterns and Inductive Reasoning
AP CSP: Sending Binary Messages with the Internet Simulator
HTTP and Abstraction on the Internet
HTTP AND ABSTRACTION ON THE INTERNET
French L a b O r I e n t a t I o n Fall 2017.
9/25/08 - High School Heroes BR- Reflective Journal #2 1
JavaScript: Build "Rock, Paper, Scissors"
HTTP and Abstraction on the Internet
Origin Myths Monday, August 15, 2016.
ECE361 Engineering Practice
Good Morning  Please be sure to take care of your belongings.
THE NEED FOR DNS DOMAIN NAME SYSTEM
Kidblog Date and Time Presenter Name
UNIT 1 – LESSON 6 SENDING NUMBERS.
Presents RAP Week 6 MARCH 11TH 2013.
Unit 6 Lessons 4&5.
Vocabulary Prototype: A preliminary sketch of an idea or model for something new. It’s the original drawing from which something real might be built or.
PSAT Training Session PSAT ____________.
Send the professor (This is also listed in the syllabus)
Hope you had a fabulous spring break! I missed you!
JavaScript: Choose Your Own Adventure 2!
Make sure you know your 3-digit Student Class I.D. number for Math.
To high school and beyond! – Grad lightyear
Study Skills Objectives:
ELL 2035 Media English 미디어 영어 Fall Semester, 2018
Write this on your colorful Unit 1 Homework Calendar
Classroom Expectations
Lesson 2 Programming constructs – Algorithms – Scratch – Variables Intro.
ENTERING THE CLASSROOM
Mr Provost Rm 2403 Physical Science Welcome.
Fall 2014 Italian L a b O r I e n t a t I o n.
Class Policy.
SUMMER 2016 LAB ORIENTATION.
Student Access Center Go to
S i g n L a n g u a g e LAB ORIENTATION.
Lesson 1: Introduction to Binary
HTTP and Abstraction on the Internet / The Need for DNS
Log in to the computer in front of you
Classroom Procedures Mr. Clark’s classroom.
CMSC201 Computer Science I for Majors Final Exam Information
REQUIRED CLASS CONNECT WEEKLY FROM 11am-noon on
5th Grade Inquiry Monday, Week 5
S P A N I H 101 LAB ORIENTATION.
Welcome to Science!!! Things to know!.
ELL 2035 Media English 미디어 영어 Spring Semester, 2019
Language Arts: Monday 1-14 I.N. 5
ELL 2035 Media English 미디어 영어 Spring Semester, 2019
6th Grade Learning target & Bell-Ringer
December 15th – December 19th, 2014
Agenda Unit 2 Test Last minute revisions/finish Narrative – due today IN OFFICE 365 Finish watching Coco.
– your ILE exams ... It’s all about you and your revision!
ELL 2035 Media English and Composition 미디어 영어와작문 Fall Semester, 2019
Tuesday, March 21st, 2017 Writing Basics.
BIT 143:Programming & Data Structures in C#
Presentation transcript:

Unit 2, Lessons 1 & 2 Data types

Introduction Question: In what types of situations would you need to use data to make a decision? Why? This session will be recorded for educational purposes

Session Norms: Be on time Be attentive Be proactive Be respectful But I have two CC sessions at the same time! Alternate days/weeks Week 1: TCH010 – M, W, F OTH020 – T, Th Week 2: TCH010 – T, Th OTH020 – M, W, F Need to attend a class and break the schedule? Just make sure to watch the recording! Keep on top of assignments and due dates Just because you miss a session does not mean you get an extension! Be on time Be attentive Be proactive Be respectful

Objectives for today’s session I can define the term "data" as it relates to technology. I can define and decipher binary code.

Essential Questions: 1) Why is it important to know how to use data? 2) What can data abstraction tell the user? 3) Why do computers “speak” in binary code?

Turn and Talk: What does “data” mean to you? Message person above and below you with answer Make sure to include examples of data and where to find it! Respond to messages sent to you Do you agree with the definition? Why or why not? Do you agree with the examples? Why or why not? 2 minutes to answer and respond!

What is Data? factual information (such as a statistic) used as a basis for reasoning, discussion, or calculation. information output by some device that must be processed to be meaningful. information in numeric form

Where can you find data? Books Magazines Interviews Studies Internet

Why does data even matter? Essential Question #1 Why does data even matter? Verifies information Gives credit to topic Justifies ideas presented Hypothesize Experiment Report Results

Data Abstraction Essential Question #2 Two parts: Hide details that don't matter from a certain point of view Identify details that do matter from a certain point of view More detail = less abstract Which is better: abstract or specific data?

What does this data set tell us? What doesn’t it tell us?

Binary Code Essential Question #3 Two parts: 0 = “Off” switch 1 = “On” switch ASCII – American Standard Code for Information Exchange Converts binary code into text Data abstraction helps with binary code Gives boundaries Makes data meaningful

Breakout Room Activity: Translate the following code into English Raise Hand Once Done: I will come check translation Binary code: English Translation: 0100001001101001011011100110000 1011100100111100100100000011000 1101101111011001000110100101101 1100110011100100000011000110110 0001011011100010000001100010011 0010100100000011001000110100101 1001100110011001101001011000110 1110101011011000111010000100000 0111010001101111001000000110010 0011001010110001101101111011001 0001100101

What did you learn today? Essential Questions: 1) Why is it important to know how to use data? 2) What can data abstraction tell the user? 3) Why do computers “speak” in binary code?

Essential Questions: 1) Why is it important to know how to use data? 2) What can data abstraction tell the user? 3) Why do computers “speak” in binary code?

Marching Orders Take 2.02 Quiz Due by 11:59pm on 02/16 Read Lesson 2.03: Presenting Data: Case Study Tuesday CC Session All Unit 1 Assignments must be in by 11:59pm on 02/14! Check CC Sessions for Mandatory Small Group! Available by Monday!