Prerequisite knowledge Students should have a good understanding of how our decimal number system works as well as understand place value.

Size: px
Start display at page:

Download "Prerequisite knowledge Students should have a good understanding of how our decimal number system works as well as understand place value."

Transcription

1 CSP Number Systems Mrs., GA Lesson Overview Learning Objectives and Evidence Statements Explain how binary sequences are used to represent digital data. [P5] Prerequisite knowledge Students should have a good understanding of how our decimal number system works as well as understand place value. Essential/Guiding Question(s) Indicate the guiding questions that will lead students to the learning objectives indicated above. For example: How do we use electricity to make decisions? How does a computer use number systems to understand commands? How can we convert binary numbers to decimal numbers and decimal number to binary numbers? How can we apply what we know about binary numbers to other number systems that the computer may use, like Octal and Hexadecimal? How can we apply the principles of abstraction and develop an algorithm that can be used to convert any base number system to decimal? Lesson Summary You will learn how the computer represents and stores information using the binary number system. In addition we will work on how we convert between these two systems. After students become comfortable with conversions, this knowledge will be extended and applied to other number systems. Students will conclude this section with a project where they have developed their own number system. A quiz on number conversions will also be given. Outline of lesson Provide an outline of each part of the instructional day(s) needed for the lesson, including approximate timing for each part of the lesson. For example: Introduce the binary numbers and their conversions (40 minutes) Cisco Binary Game(15 minutes) Introduce Octal and Hexadecimal numbers (40 minutes) Develop Algorithm and Share (40 minutes) Number systems project (1 day)

2 Lesson Details Student Activities Students will apply what they know about how our decimal number system works as well as place value to the binary number system. Students will spend time practicing converting between binary and decimal and back again. A good resource for practicing binary number conversions is the Cisco Binary Game. Once students are comfortable converting from binary to decimal and back, new systems will be introduced such as octal and hexadecimal. Students will also consult the ASCII chart to see how these different number systems are used to represent the symbols on the keyboard. Students will spend time in groups developing an algorithm that can be used to convert between any base system and our decimal number system. These algorithms will be presented and shared with another group for feedback. Students will then work to develop their own number system, and include examples of how to convert between their system and the decimal number system and back again. Teaching and Learning Strategies Provide a detailed description of what teachers will be doing in all parts of the lesson, and suggestions on instructional and classroom practices. This should include: Introduction of binary numbers: What are binary numbers? Why do we use them? (Electric circuits) Remind students how to write decimal numbers in expanded form and discuss place value. Ask them if they know what base system we use? Do the students know of any other number systems? Binary numbers are base 2 system: What would the place values be for a system that is base 2? How many different combinations are in 2 bits? 3 bits? 8 bits? Convert from Binary to Decimal using place values Convert from Decimal to Binary using place values Discussion Questions: What if we have a very large decimal number we want to convert to binary? Students should play the Cisco binary game to provide significant practice. Quick Quiz: Binary and Decimal conversions Extend what was learned the previous day to Octal and Hexadecimal number systems Students can work on the mixed review practice worksheet Using binary to solve problems the evil king problem Students should pair up to develop an algorithm to convert any number system to decimal and back. Students share with another group to get feedback. Students work on their number systems project.

3 Appendices Materials and Resources Provide any student handouts, instructional documents, or other materials needed for the lesson. Items to be distributed to students should be labeled as Handouts ; other items that are primarily supporting items for teacher use, such as lists of lesson materials or instructional notes, should be labeled as Instructional Resources. Quick Quiz for Binary and Decimal Conversions Practice worksheet on Binary, Octal, Hexadecimal and Decimal number conversions Binary Puzzle Number Systems Project outline Supplemental Resources When appropriate, include a list of resources that support these instructional and student activities, along with a brief note explaining how the resources might be helpful with the associated activity. Cisco Binary Numbers Game - Binary Card Rebecca Dovi s picture dated 9/20/11- Practice it number conversions - Levitin A and Levitin M. Algorithmic Puzzles, Oxford University Press, Inc, 2011

4 Name: CSP Binary Numbers Quiz Fill in the place values above the following binary number. Then convert the following from binary to decimal = = = = Convert the following from decimal to binary Write your age in binary and decimal.

5 Number Conversions Mixed Practice 1. is a number system that only uses the digits 0 and 1 and powers of is a number system that uses the digits 0 7 and the powers of is a number system that uses the digits 0-9 along with the letters A F and the powers of is a number system that uses the digits 0-9 and powers of Write in binary 6. Write in binary 7. Write 3B 16 in decimal 8. Write AC 16 in decimal 9. Write in decimal 10. Write in decimal 11. Write 67 8 in decimal 12. Write in decimal 13. Write in Octal 14. Write 23 8 in binary

6 15. Write in binary 16. Write E8 16 in octal 17. Write in octal 18. Write in hexadecimal 19. Write in octal 20. Write in hexadecimal

7 Binary Puzzle An evil king is informed that one of his 1000 barrels of lemonade has been poisoned. The poison is so potent that a miniscule amount of it, no matter how diluted, kills a person in exactly 30 days. The king is prepared to sacrifice 10 of his slaves to determine the poisoned barrel. a. Can this be done before a feast scheduled in 5 weeks? b. Can the king achieve his goal with just eight slaves? How can we utilize the binary number system to solve this puzzle? Draw an illustration and thoroughly explain your answer. Puzzle taken from: Levitin A and Levitin M. Algorithmic Puzzles, Oxford University Press, Inc, 2011

8 Number Systems Project Outline Apply the algorithm you have created and what you have learned about Binary, Octal, and Hexadecimal number systems to another base system. Your project should address the following: 1. A name for your system 2. The systems base 3. How we convert values from this base into the decimal number system 4. How we convert values from decimal into this base 5. Examples of how to convert from base to decimal and back again are included You may present your project in any medium.

9 Name: Answer Key CSP Binary Numbers Quiz Fill in the place values above the following binary number. Then convert the following from binary to decimal = = = = 12 Convert the following from decimal to binary Write your age in binary and decimal. Answers will vary

10 Name: Answer Key CSP - Number Conversions Mixed Practice 1. binary is a number system that only uses the digits 0 and 1 and powers of _octal is a number system that uses the digits 0 7 and the powers of hexadecimal is a number system that uses the digits 0-9 along with the letters A F and the powers of decimal is a number system that uses the digits 0-9 and powers of Write in binary = Write in binary = Write 3B 16 in decimal 3* = = Write AC 16 in decimal 10 * = = Write in decimal = Write in decimal = Write 67 8 in decimal 6 * = = Write in decimal * = = Write in Octal = 2 10 = Write 23 8 in binary 2 * = = =

11 15. Write in binary = Write E8 16 in octal 14 * = = = Write in octal * Write in hexadecimal = Write in octal 5 * = Write in hexadecimal 12 * = C8 16

12 Binary Puzzle Answer Key An evil king is informed that one of his 1000 barrels of lemonade has been poisoned. The poison is so potent that a miniscule amount of it, no matter how diluted, kills a person in exactly 30 days. The king is prepared to sacrifice 10 of his subjects to determine the poisoned barrel. a. Can this be done before a feast scheduled in 5 weeks? b. Can the king achieve his goal with just eight subjects? How can we utilize the binary number system to solve this puzzle? Draw an illustration and thoroughly explain your answer. a = = Assign a place value to each subject. Have them mix a cocktail of from all lemonade barrels with a 1 in their place value. So 1s place value subject will make a lemonade drink will all the odd barrels. If he dies, we know that the poisoned barrel is odd. However, if he is still alive after 30 days, the poisoned barrel is even. This will eliminate ½ of the barrels. If a subject dies that means the barrel number has a 1 in that place value. We can construct the barrel number by using the pace values of the subjects that have died. b. If we have 8 subjects the largest binary number we can represent it 256. If we divided the barrels into 4 groups of 250, we could test the barrels using 8 subjects, and have them drink from the different groups each day in 4 consecutive days. If they die on day 30, the poison barrel is in the first group and we can figure out the number using place value as we did in part a. If they die on day 31, then the poisoned barrel is in the 2nd group and so on. Puzzle taken from: Levitin A and Levitin M. Algorithmic Puzzles, Oxford University Press, Inc, 2011

13 Number System Project Rubric Algorithm for converting bases to decimal and base is correct 20 points Students system: name 5 points base 5 points digits used in representing system 5 points Students correctly state how to convert from their base to 10 points decimal Students correctly state how to convert from decimal to their 10 points base Examples: at least 2 base to decimal examples 10 points at least 2 decimal to base examples 10 points Presentation is creative and thorough Total 25 points 100 points

Lesson Plan. Course Title: Computer Maintenance Session Title: Numbering Systems

Lesson Plan. Course Title: Computer Maintenance Session Title: Numbering Systems Lesson Plan Course Title: Computer Maintenance Session Title: Numbering Systems Lesson Duration: Lesson length is subjective and will vary from instructor to instructor Performance Objective: Upon completion

More information

Base Conversion written by Cathy Saxton

Base Conversion written by Cathy Saxton Base Conversion written by Cathy Saxton 1. Base 10 In base 10, the digits, from right to left, specify the 1 s, 10 s, 100 s, 1000 s, etc. These are powers of 10 (10 x ): 10 0 = 1, 10 1 = 10, 10 2 = 100,

More information

CSI 333 Lecture 1 Number Systems

CSI 333 Lecture 1 Number Systems CSI 333 Lecture 1 Number Systems 1 1 / 23 Basics of Number Systems Ref: Appendix C of Deitel & Deitel. Weighted Positional Notation: 192 = 2 10 0 + 9 10 1 + 1 10 2 General: Digit sequence : d n 1 d n 2...

More information

Teaching Pre-Algebra in PowerPoint

Teaching Pre-Algebra in PowerPoint Key Vocabulary: Numerator, Denominator, Ratio Title Key Skills: Convert Fractions to Decimals Long Division Convert Decimals to Percents Rounding Percents Slide #1: Start the lesson in Presentation Mode

More information

Counting in base 10, 2 and 16

Counting in base 10, 2 and 16 Counting in base 10, 2 and 16 1. Binary Numbers A super-important fact: (Nearly all) Computers store all information in the form of binary numbers. Numbers, characters, images, music files --- all of these

More information

The use of binary codes to represent characters

The use of binary codes to represent characters The use of binary codes to represent characters Teacher s Notes Lesson Plan x Length 60 mins Specification Link 2.1.4/hi Character Learning objective (a) Explain the use of binary codes to represent characters

More information

Digital System Design Prof. D Roychoudhry Department of Computer Science and Engineering Indian Institute of Technology, Kharagpur

Digital System Design Prof. D Roychoudhry Department of Computer Science and Engineering Indian Institute of Technology, Kharagpur Digital System Design Prof. D Roychoudhry Department of Computer Science and Engineering Indian Institute of Technology, Kharagpur Lecture - 04 Digital Logic II May, I before starting the today s lecture

More information

Binary Numbers. Binary Octal Hexadecimal

Binary Numbers. Binary Octal Hexadecimal Binary Numbers Binary Octal Hexadecimal Binary Numbers COUNTING SYSTEMS UNLIMITED... Since you have been using the 10 different digits 0, 1, 2, 3, 4, 5, 6, 7, 8, and 9 all your life, you may wonder how

More information

Chapter 4: Computer Codes

Chapter 4: Computer Codes Slide 1/30 Learning Objectives In this chapter you will learn about: Computer data Computer codes: representation of data in binary Most commonly used computer codes Collating sequence 36 Slide 2/30 Data

More information

Unsigned Conversions from Decimal or to Decimal and other Number Systems

Unsigned Conversions from Decimal or to Decimal and other Number Systems Page 1 of 5 Unsigned Conversions from Decimal or to Decimal and other Number Systems In all digital design, analysis, troubleshooting, and repair you will be working with binary numbers (or base 2). It

More information

Lesson Overview: Tell students that they are going to learn, how to identify equivalent fractions.

Lesson Overview: Tell students that they are going to learn, how to identify equivalent fractions. Teacher: Miss. Domonique Ragni Lesson Plan Title: Equivalent Fractions Grade Level: 3 rd grade Time allotted: 45 minutes Lesson Overview: Tell students that they are going to learn, how to identify equivalent

More information

Practical Applications of Fractions, Percents, and Decimals SIOP Lesson Plan

Practical Applications of Fractions, Percents, and Decimals SIOP Lesson Plan Practical Applications of Fractions, Percents, and Decimals SIOP Lesson Plan This plan was created by Ivonne Govea as a part of the Two-Way SIOP (TWI SIOP) project conducted at CAL and was later adapted

More information

MANCHESTER COLLEGE Department of Education. Length: 25 minutes Grade Intended: Pre-Algebra (7 th )

MANCHESTER COLLEGE Department of Education. Length: 25 minutes Grade Intended: Pre-Algebra (7 th ) LESSON PLAN by: Kyler Kearby Lesson: Multiplying and dividing integers MANCHESTER COLLEGE Department of Education Length: 25 minutes Grade Intended: Pre-Algebra (7 th ) Academic Standard: 7.2.1: Solve

More information

FIDDLIN WITH FRACTIONS

FIDDLIN WITH FRACTIONS FIDDLIN WITH FRACTIONS Special Area: Connections (Fourth and Fifth Grade) Written by: (Dawn Ramos, Joan Johnson, Mindy Wilshusen, St. Mary s School) Length of Unit: (6 Lessons) I. ABSTRACT The purpose

More information

Discovering Math: Data and Graphs Teacher s Guide

Discovering Math: Data and Graphs Teacher s Guide Teacher s Guide Grade Level: K 2 Curriculum Focus: Mathematics Lesson Duration: Two class periods Program Description Discovering Math: Data and Graphs From simple graphs to sampling to determining what

More information

Comparing Sets of Data Grade Eight

Comparing Sets of Data Grade Eight Ohio Standards Connection: Data Analysis and Probability Benchmark C Compare the characteristics of the mean, median, and mode for a given set of data, and explain which measure of center best represents

More information

The string of digits 101101 in the binary number system represents the quantity

The string of digits 101101 in the binary number system represents the quantity Data Representation Section 3.1 Data Types Registers contain either data or control information Control information is a bit or group of bits used to specify the sequence of command signals needed for

More information

Goals. Unary Numbers. Decimal Numbers. 3,148 is. 1000 s 100 s 10 s 1 s. Number Bases 1/12/2009. COMP370 Intro to Computer Architecture 1

Goals. Unary Numbers. Decimal Numbers. 3,148 is. 1000 s 100 s 10 s 1 s. Number Bases 1/12/2009. COMP370 Intro to Computer Architecture 1 Number Bases //9 Goals Numbers Understand binary and hexadecimal numbers Be able to convert between number bases Understand binary fractions COMP37 Introduction to Computer Architecture Unary Numbers Decimal

More information

Fractions as Numbers INTENSIVE INTERVENTION. National Center on. at American Institutes for Research

Fractions as Numbers INTENSIVE INTERVENTION. National Center on. at American Institutes for Research National Center on INTENSIVE INTERVENTION at American Institutes for Research Fractions as Numbers 000 Thomas Jefferson Street, NW Washington, DC 0007 E-mail: NCII@air.org While permission to reprint this

More information

Parts of a Computer. Preparation. Objectives. Standards. Materials. 1 1999 Micron Technology Foundation, Inc. All Rights Reserved

Parts of a Computer. Preparation. Objectives. Standards. Materials. 1 1999 Micron Technology Foundation, Inc. All Rights Reserved Parts of a Computer Preparation Grade Level: 4-9 Group Size: 20-30 Time: 75-90 Minutes Presenters: 1-3 Objectives This lesson will enable students to: Identify parts of a computer Categorize parts of a

More information

WATC Merit Badge College 2016 Game Design

WATC Merit Badge College 2016 Game Design WATC Merit Badge College 2016 Game Design You need to print this form and bring it with you to Merit Badge College. Highlighted areas are to be completed outside of class. Note: For requirements 5-7, your

More information

Count the Dots Binary Numbers

Count the Dots Binary Numbers Activity 1 Count the Dots Binary Numbers Summary Data in computers is stored and transmitted as a series of zeros and ones. How can we represent words and numbers using just these two symbols? Curriculum

More information

2011, The McGraw-Hill Companies, Inc. Chapter 3

2011, The McGraw-Hill Companies, Inc. Chapter 3 Chapter 3 3.1 Decimal System The radix or base of a number system determines the total number of different symbols or digits used by that system. The decimal system has a base of 10 with the digits 0 through

More information

NUMBER SYSTEMS. William Stallings

NUMBER SYSTEMS. William Stallings NUMBER SYSTEMS William Stallings The Decimal System... The Binary System...3 Converting between Binary and Decimal...3 Integers...4 Fractions...5 Hexadecimal Notation...6 This document available at WilliamStallings.com/StudentSupport.html

More information

Teacher's Guide. Lesson Four. Comparison Shopping 04/09

Teacher's Guide. Lesson Four. Comparison Shopping 04/09 Teacher's Guide $ Lesson Four Comparison Shopping 04/09 comparison shopping websites websites for comparison shopping The internet is probably the most extensive and dynamic source of information in our

More information

CDA 3200 Digital Systems. Instructor: Dr. Janusz Zalewski Developed by: Dr. Dahai Guo Spring 2012

CDA 3200 Digital Systems. Instructor: Dr. Janusz Zalewski Developed by: Dr. Dahai Guo Spring 2012 CDA 3200 Digital Systems Instructor: Dr. Janusz Zalewski Developed by: Dr. Dahai Guo Spring 2012 Outline Data Representation Binary Codes Why 6-3-1-1 and Excess-3? Data Representation (1/2) Each numbering

More information

Number of bits needed to address hosts 8

Number of bits needed to address hosts 8 Advanced Subnetting Example 1: Your ISP has assigned you a Class C network address of 198.47.212.0. You have 3 networks in your company with the largest containing 134 hosts. You need to figure out if

More information

GMAT SYLLABI. Types of Assignments - 1 -

GMAT SYLLABI. Types of Assignments - 1 - GMAT SYLLABI The syllabi on the following pages list the math and verbal assignments for each class. Your homework assignments depend on your current math and verbal scores. Be sure to read How to Use

More information

Digital codes. Resources and methods for learning about these subjects (list a few here, in preparation for your research):

Digital codes. Resources and methods for learning about these subjects (list a few here, in preparation for your research): Digital codes This worksheet and all related files are licensed under the Creative Commons Attribution License, version 1.0. To view a copy of this license, visit http://creativecommons.org/licenses/by/1.0/,

More information

20 CODE CHALLENGES. GCSE (9 1) Computer Science GCSE REFORM. February 2015

20 CODE CHALLENGES. GCSE (9 1) Computer Science GCSE REFORM. February 2015 February 2015 GCSE (9 1) Computer Science GCSE REFORM We will inform centres about any changes to the specification. We will also publish changes on our website. The latest version of our specification

More information

Subject: Math Grade Level: 5 Topic: The Metric System Time Allotment: 45 minutes Teaching Date: Day 1

Subject: Math Grade Level: 5 Topic: The Metric System Time Allotment: 45 minutes Teaching Date: Day 1 Subject: Math Grade Level: 5 Topic: The Metric System Time Allotment: 45 minutes Teaching Date: Day 1 I. (A) Goal(s): For student to gain conceptual understanding of the metric system and how to convert

More information

Differentiated Instruction & Understanding By Design Lesson Plan Format

Differentiated Instruction & Understanding By Design Lesson Plan Format Differentiated Instruction & Understanding By Design Lesson Plan Format Title: The Pearl novel study Subject Matter Emphasis and Level: Reading/Lit. class Middle School 8 Author: Wanda Swenson School District:

More information

Circuits and Boolean Expressions

Circuits and Boolean Expressions Circuits and Boolean Expressions Provided by TryEngineering - Lesson Focus Boolean logic is essential to understanding computer architecture. It is also useful in program construction and Artificial Intelligence.

More information

THE BINARY NUMBER SYSTEM

THE BINARY NUMBER SYSTEM THE BINARY NUMBER SYSTEM Dr. Robert P. Webber, Longwood University Our civilization uses the base 10 or decimal place value system. Each digit in a number represents a power of 10. For example, 365.42

More information

Machine Architecture and Number Systems. Major Computer Components. Schematic Diagram of a Computer. The CPU. The Bus. Main Memory.

Machine Architecture and Number Systems. Major Computer Components. Schematic Diagram of a Computer. The CPU. The Bus. Main Memory. 1 Topics Machine Architecture and Number Systems Major Computer Components Bits, Bytes, and Words The Decimal Number System The Binary Number System Converting from Decimal to Binary Major Computer Components

More information

Chapter 7 Lab - Decimal, Binary, Octal, Hexadecimal Numbering Systems

Chapter 7 Lab - Decimal, Binary, Octal, Hexadecimal Numbering Systems Chapter 7 Lab - Decimal, Binary, Octal, Hexadecimal Numbering Systems This assignment is designed to familiarize you with different numbering systems, specifically: binary, octal, hexadecimal (and decimal)

More information

2 Number Systems. Source: Foundations of Computer Science Cengage Learning. Objectives After studying this chapter, the student should be able to:

2 Number Systems. Source: Foundations of Computer Science Cengage Learning. Objectives After studying this chapter, the student should be able to: 2 Number Systems 2.1 Source: Foundations of Computer Science Cengage Learning Objectives After studying this chapter, the student should be able to: Understand the concept of number systems. Distinguish

More information

Binary Numbers Kristin Labby

Binary Numbers Kristin Labby Binary Numbers Kristin Labby 2120 Campus Drive, Evanston IL 60208 Ph: 1-847-467-7655 F: 1-847-491-8999 http://ciera.northwestern.edu/gk12 Adapted from Computer Science Unplugged Activity 1: Count Dots-

More information

Lecture 11: Number Systems

Lecture 11: Number Systems Lecture 11: Number Systems Numeric Data Fixed point Integers (12, 345, 20567 etc) Real fractions (23.45, 23., 0.145 etc.) Floating point such as 23. 45 e 12 Basically an exponent representation Any number

More information

Number Systems and Radix Conversion

Number Systems and Radix Conversion Number Systems and Radix Conversion Sanjay Rajopadhye, Colorado State University 1 Introduction These notes for CS 270 describe polynomial number systems. The material is not in the textbook, but will

More information

Unit 5 Length. Year 4. Five daily lessons. Autumn term Unit Objectives. Link Objectives

Unit 5 Length. Year 4. Five daily lessons. Autumn term Unit Objectives. Link Objectives Unit 5 Length Five daily lessons Year 4 Autumn term Unit Objectives Year 4 Suggest suitable units and measuring equipment to Page 92 estimate or measure length. Use read and write standard metric units

More information

Commutative Property Grade One

Commutative Property Grade One Ohio Standards Connection Patterns, Functions and Algebra Benchmark E Solve open sentences and explain strategies. Indicator 4 Solve open sentences by representing an expression in more than one way using

More information

Teaching & Learning Plans. Arithmetic Sequences. Leaving Certificate Syllabus

Teaching & Learning Plans. Arithmetic Sequences. Leaving Certificate Syllabus Teaching & Learning Plans Arithmetic Sequences Leaving Certificate Syllabus The Teaching & Learning Plans are structured as follows: Aims outline what the lesson, or series of lessons, hopes to achieve.

More information

Section 1.4 Place Value Systems of Numeration in Other Bases

Section 1.4 Place Value Systems of Numeration in Other Bases Section.4 Place Value Systems of Numeration in Other Bases Other Bases The Hindu-Arabic system that is used in most of the world today is a positional value system with a base of ten. The simplest reason

More information

Number Conversions Dr. Sarita Agarwal (Acharya Narendra Dev College,University of Delhi)

Number Conversions Dr. Sarita Agarwal (Acharya Narendra Dev College,University of Delhi) Conversions Dr. Sarita Agarwal (Acharya Narendra Dev College,University of Delhi) INTRODUCTION System- A number system defines a set of values to represent quantity. We talk about the number of people

More information

6 3 4 9 = 6 10 + 3 10 + 4 10 + 9 10

6 3 4 9 = 6 10 + 3 10 + 4 10 + 9 10 Lesson The Binary Number System. Why Binary? The number system that you are familiar with, that you use every day, is the decimal number system, also commonly referred to as the base- system. When you

More information

My Math Chapter 8 Lesson 3. Use the two pictures below to answer the questions. Engage NY Lessons 5.4 (Appendix C)

My Math Chapter 8 Lesson 3. Use the two pictures below to answer the questions. Engage NY Lessons 5.4 (Appendix C) 7 Flex Day (Instruction Based on Data) Recommended Resources: Decomposing Fractions Pizza Share Give Em Chocolate 8 Use cuisinaire rods and tape diagrams to model equivalent fraction values. Determine

More information

Lesson Plan Vats Grade 8 Write Algebraic Expressions

Lesson Plan Vats Grade 8 Write Algebraic Expressions CCSSM: Grade 8 Lesson Plan DOMAIN: Functions Cluster: Use functions to model relationships between quantities. Standard: 8.F.: Construct a function to model a linear relationship between two quantities.

More information

Three daily lessons. Year 5

Three daily lessons. Year 5 Unit 6 Perimeter, co-ordinates Three daily lessons Year 4 Autumn term Unit Objectives Year 4 Measure and calculate the perimeter of rectangles and other Page 96 simple shapes using standard units. Suggest

More information

Useful Number Systems

Useful Number Systems Useful Number Systems Decimal Base = 10 Digit Set = {0, 1, 2, 3, 4, 5, 6, 7, 8, 9} Binary Base = 2 Digit Set = {0, 1} Octal Base = 8 = 2 3 Digit Set = {0, 1, 2, 3, 4, 5, 6, 7} Hexadecimal Base = 16 = 2

More information

Calculator Practice: Computation with Fractions

Calculator Practice: Computation with Fractions Calculator Practice: Computation with Fractions Objectives To provide practice adding fractions with unlike denominators and using a calculator to solve fraction problems. www.everydaymathonline.com epresentations

More information

Discovering Math: Prediction and Probability Teacher s Guide

Discovering Math: Prediction and Probability Teacher s Guide Teacher s Guide Grade Level: K 2 Curriculum Focus: Mathematics Lesson Duration: Two class periods Program Description Discovering Math: Prediction and Probability From likelihood to frequency to prediction,

More information

Lesson 6: Fisheries Management in the Open Ocean. Open Ocean

Lesson 6: Fisheries Management in the Open Ocean. Open Ocean !!! Open Ocean Concepts How does fishing equipment affect the amount of fish and bycatch caught in a fishery? How can we change the way we fish to use the ocean better? Standards Addressed HCPS 5. & 5.2

More information

Sequences. A sequence is a list of numbers, or a pattern, which obeys a rule.

Sequences. A sequence is a list of numbers, or a pattern, which obeys a rule. Sequences A sequence is a list of numbers, or a pattern, which obeys a rule. Each number in a sequence is called a term. ie the fourth term of the sequence 2, 4, 6, 8, 10, 12... is 8, because it is the

More information

Numeration systems. Resources and methods for learning about these subjects (list a few here, in preparation for your research):

Numeration systems. Resources and methods for learning about these subjects (list a few here, in preparation for your research): Numeration systems This worksheet and all related files are licensed under the Creative Commons Attribution License, version 1.0. To view a copy of this license, visit http://creativecommons.org/licenses/by/1.0/,

More information

LSN 2 Number Systems. ECT 224 Digital Computer Fundamentals. Department of Engineering Technology

LSN 2 Number Systems. ECT 224 Digital Computer Fundamentals. Department of Engineering Technology LSN 2 Number Systems Department of Engineering Technology LSN 2 Decimal Number System Decimal number system has 10 digits (0-9) Base 10 weighting system... 10 5 10 4 10 3 10 2 10 1 10 0. 10-1 10-2 10-3

More information

CS101 Lecture 11: Number Systems and Binary Numbers. Aaron Stevens 14 February 2011

CS101 Lecture 11: Number Systems and Binary Numbers. Aaron Stevens 14 February 2011 CS101 Lecture 11: Number Systems and Binary Numbers Aaron Stevens 14 February 2011 1 2 1 3!!! MATH WARNING!!! TODAY S LECTURE CONTAINS TRACE AMOUNTS OF ARITHMETIC AND ALGEBRA PLEASE BE ADVISED THAT CALCULTORS

More information

APPENDIX B. Routers route based on the network number. The router that delivers the data packet to the correct destination host uses the host ID.

APPENDIX B. Routers route based on the network number. The router that delivers the data packet to the correct destination host uses the host ID. APPENDIX B IP Subnetting IP Addressing Routers route based on the network number. The router that delivers the data packet to the correct destination host uses the host ID. IP Classes An IP address is

More information

CPEN 214 - Digital Logic Design Binary Systems

CPEN 214 - Digital Logic Design Binary Systems CPEN 4 - Digital Logic Design Binary Systems C. Gerousis Digital Design 3 rd Ed., Mano Prentice Hall Digital vs. Analog An analog system has continuous range of values A mercury thermometer Vinyl records

More information

Activity 6.7.4: IPv4 Address Subnetting Part 2

Activity 6.7.4: IPv4 Address Subnetting Part 2 Activity 6.7.4: IPv4 Address Subnetting Part 2 Learning Objectives Upon completion of this activity, you will be able to determine subnet information for a given IP address and subnetwork mask. Background

More information

Current California Math Standards Balanced Equations

Current California Math Standards Balanced Equations Balanced Equations Current California Math Standards Balanced Equations Grade Three Number Sense 1.0 Students understand the place value of whole numbers: 1.1 Count, read, and write whole numbers to 10,000.

More information

Form: Filled in table. Method: Peer assessment. Tool: Checklist. Form: Completed table. Method: Peer assessment. Tool: Checklist

Form: Filled in table. Method: Peer assessment. Tool: Checklist. Form: Completed table. Method: Peer assessment. Tool: Checklist Lesson Plan English First Additional Language Grade 5 Content in context: Text from other Learning Area - Whether Los and ASs Learning Activities Details of Assessment Barriers to Learning LO 1 Listening

More information

Building Healthy Relationships:

Building Healthy Relationships: Building Healthy Relationships: Conflict Resolution Alberta Education Health & Life Skills Program of Studies Outcomes 8Grade The student will R - 8.5 R - 8.7 Develop strategies for maintaining healthy

More information

Sample student packet: Animal adaptations infographic

Sample student packet: Animal adaptations infographic Sample student packet: Animal adaptations infographic Lesson objectives: Learn about different types of adaptations in animals Understand how adaptations help an organism survive Learn how animals have

More information

Ready, Set, Go! Math Games for Serious Minds

Ready, Set, Go! Math Games for Serious Minds Math Games with Cards and Dice presented at NAGC November, 2013 Ready, Set, Go! Math Games for Serious Minds Rande McCreight Lincoln Public Schools Lincoln, Nebraska Math Games with Cards Close to 20 -

More information

Saving and Investing

Saving and Investing Teacher's Guide $ Lesson Three Saving and Investing 07/13 saving and investing websites websites for saving and investing The internet is probably the most extensive and dynamic source of information in

More information

Code Kingdoms Learning a Language

Code Kingdoms Learning a Language codekingdoms Code Kingdoms Unit 2 Learning a Language for kids, with kids, by kids. Resources overview We have produced a number of resources designed to help people use Code Kingdoms. There are introductory

More information

Sample Instructional Sequence: Photosynthesis

Sample Instructional Sequence: Photosynthesis The Ruby Realm is a digital game that addresses common misconceptions about photosynthesis, such as that plants grow by transforming soil into solid material e.g., stems and branches. The game can help

More information

7.S.8 Interpret data to provide the basis for predictions and to establish

7.S.8 Interpret data to provide the basis for predictions and to establish 7 th Grade Probability Unit 7.S.8 Interpret data to provide the basis for predictions and to establish experimental probabilities. 7.S.10 Predict the outcome of experiment 7.S.11 Design and conduct an

More information

Decimal to Binary Conversion

Decimal to Binary Conversion Decimal to Binary Conversion A tool that makes the conversion of decimal values to binary values simple is the following table. The first row is created by counting right to left from one to eight, for

More information

Decimals and Percentages

Decimals and Percentages Decimals and Percentages Specimen Worksheets for Selected Aspects Paul Harling b recognise the number relationship between coordinates in the first quadrant of related points Key Stage 2 (AT2) on a line

More information

Creating Graphs. Learning Objective-To create graphs that show data.

Creating Graphs. Learning Objective-To create graphs that show data. Creating Graphs Summary- Key Words- Students will be able to identify graphs, components of graphs, interpret graphs, and construct various types of graphs. Pictograph Bar Graph Circle Graph Background

More information

Title: Basic Metric Measurements Conversion

Title: Basic Metric Measurements Conversion Stackable Certificate Documentation Technology Study / Life skills EL-Civics Career Pathways Police Paramedic Fire Rescue Medical Asst. EKG / Cardio Phlebotomy Practical Nursing Healthcare Admin Pharmacy

More information

Positional Numbering System

Positional Numbering System APPENDIX B Positional Numbering System A positional numbering system uses a set of symbols. The value that each symbol represents, however, depends on its face value and its place value, the value associated

More information

Alignment of the Hawaii Preschool Content Standards With HighScope s Preschool Child Observation Record (COR), 2nd edition

Alignment of the Hawaii Preschool Content Standards With HighScope s Preschool Child Observation Record (COR), 2nd edition Alignment of the Hawaii Preschool Content Standards With HighScope s Preschool Child Observation Record (COR), 2nd edition The following chart shows how items from the Hawaii Preschool Content Standards

More information

Oct: 50 8 = 6 (r = 2) 6 8 = 0 (r = 6) Writing the remainders in reverse order we get: (50) 10 = (62) 8

Oct: 50 8 = 6 (r = 2) 6 8 = 0 (r = 6) Writing the remainders in reverse order we get: (50) 10 = (62) 8 ECE Department Summer LECTURE #5: Number Systems EEL : Digital Logic and Computer Systems Based on lecture notes by Dr. Eric M. Schwartz Decimal Number System: -Our standard number system is base, also

More information

Perimeter, Area and Volume What Do Units Tell You About What Is Being Measured? Overview

Perimeter, Area and Volume What Do Units Tell You About What Is Being Measured? Overview Perimeter, Area and Volume What Do Units Tell You About What Is Being Measured? Overview Summary of Lessons: This set of lessons was designed to develop conceptual understanding of the unique attributes

More information

INTEGRATED SKILLS TEACHER S NOTES

INTEGRATED SKILLS TEACHER S NOTES TEACHER S NOTES INTEGRATED SKILLS TEACHER S NOTES LEVEL: Pre-intermediate AGE: Teenagers / Adults TIME NEEDED: 90 minutes + project LANGUAGE FOCUS: Linking words, understand vocabulary in context, topic

More information

Five daily lessons. Page 9 Page 11. Page 17

Five daily lessons. Page 9 Page 11. Page 17 Unit 2 Ordering, estimating and rounding Year 2 Spring term Unit Objectives Year 2??Read and write whole numbers to at least 100 in figures and words.??compare two given two-digit numbers, say which is

More information

Acquisition Lesson Plan for the Concept, Topic or Skill---Not for the Day

Acquisition Lesson Plan for the Concept, Topic or Skill---Not for the Day Acquisition Lesson Plan Concept: Linear Systems Author Name(s): High-School Delaware Math Cadre Committee Grade: Ninth Grade Time Frame: Two 45 minute periods Pre-requisite(s): Write algebraic expressions

More information

Counting Money and Making Change Grade Two

Counting Money and Making Change Grade Two Ohio Standards Connection Number, Number Sense and Operations Benchmark D Determine the value of a collection of coins and dollar bills. Indicator 4 Represent and write the value of money using the sign

More information

Money Unit $$$$$$$$$$$$$$$$$$$$$$$$ First Grade

Money Unit $$$$$$$$$$$$$$$$$$$$$$$$ First Grade Number Sense: By: Jenny Hazeman & Heather Copiskey Money Unit $$$$$$$$$$$$$$$$$$$$$$$$ First Grade Lesson 1: Introduction to Coins (pennies, nickels, dimes) The Coin Counting Book by Roxanne Williams A

More information

COMPSCI 210. Binary Fractions. Agenda & Reading

COMPSCI 210. Binary Fractions. Agenda & Reading COMPSCI 21 Binary Fractions Agenda & Reading Topics: Fractions Binary Octal Hexadecimal Binary -> Octal, Hex Octal -> Binary, Hex Decimal -> Octal, Hex Hex -> Binary, Octal Animation: BinFrac.htm Example

More information

Understand numbers, ways of representing numbers, relationships among numbers, and number systems

Understand numbers, ways of representing numbers, relationships among numbers, and number systems Equivalent Fractions and Comparing Fractions: Are You My Equal? Brief Overview: This four day lesson plan will explore the mathematical concept of identifying equivalent fractions and using this knowledge

More information

Mental Computation Activities

Mental Computation Activities Show Your Thinking Mental Computation Activities Tens rods and unit cubes from sets of base-ten blocks (or use other concrete models for tenths, such as fraction strips and fraction circles) Initially,

More information

Project Based Learning First Grade: Science- Plants and Animals By: Nikki DiGiacomo

Project Based Learning First Grade: Science- Plants and Animals By: Nikki DiGiacomo Project Based Learning First Grade: Science- Plants and Animals By: Nikki DiGiacomo How do plants and animals live? Essential Question Sub Questions What are plants? What are animals? What are the basic

More information

EE 261 Introduction to Logic Circuits. Module #2 Number Systems

EE 261 Introduction to Logic Circuits. Module #2 Number Systems EE 261 Introduction to Logic Circuits Module #2 Number Systems Topics A. Number System Formation B. Base Conversions C. Binary Arithmetic D. Signed Numbers E. Signed Arithmetic F. Binary Codes Textbook

More information

Lesson 2 Budget to Save: Developing a Budget

Lesson 2 Budget to Save: Developing a Budget Lesson 2 Budget to Save: Developing a Budget Lesson Description In the weeks prior to the start of the unit, students track their expenditures during a two-week period. In class, students create a group

More information

LESSONS: 1. Students will listen to It Takes Guts and complete a lyric note- sheet.

LESSONS: 1. Students will listen to It Takes Guts and complete a lyric note- sheet. It Takes Guts: A Multimedia Digestive System Journey Teacher Lesson Plan and Student activity package Learning Objectives: 1. Students will listen to It Takes Guts and complete a lyric note- sheet. 2.

More information

Lesson 2: Thermometers & Temperature Scales

Lesson 2: Thermometers & Temperature Scales Lesson 2: Thermometers & Temperature Scales 1 Lesson 2: Thermometers & Temperature Scales Content: Science and Math PLANNING PHASE Performance Objectives: 1. Students will be able to read a thermometer.

More information

Note: These activities are suitable for students who don t know a lot (possibly nothing at all) about Shakespeare s writing.

Note: These activities are suitable for students who don t know a lot (possibly nothing at all) about Shakespeare s writing. Shakespeare Teacher s notes Level: Topic: Subject(s): Time (approx): Preparation: Lower Intermediate (and above) Shakespeare Literature and History Activity 1: 15-20 minutes Activity 2: 10 minutes Activity

More information

Planning Guide. Grade 6 Factors and Multiples. Number Specific Outcome 3

Planning Guide. Grade 6 Factors and Multiples. Number Specific Outcome 3 Mathematics Planning Guide Grade 6 Factors and Multiples Number Specific Outcome 3 This Planning Guide can be accessed online at: http://www.learnalberta.ca/content/mepg6/html/pg6_factorsmultiples/index.html

More information

Chapter 2. Binary Values and Number Systems

Chapter 2. Binary Values and Number Systems Chapter 2 Binary Values and Number Systems Numbers Natural numbers, a.k.a. positive integers Zero and any number obtained by repeatedly adding one to it. Examples: 100, 0, 45645, 32 Negative numbers A

More information

Multiplication Unit Plan. Katie Kramer Spring 2013

Multiplication Unit Plan. Katie Kramer Spring 2013 1 Multiplication Unit Plan Katie Kramer Spring 2013 2 Class: Fifth Grade math with integration of Language Arts. Background: This unit covers the topic of multiplication in math. This unit asks students

More information

Introduction to Fractions, Equivalent and Simplifying (1-2 days)

Introduction to Fractions, Equivalent and Simplifying (1-2 days) Introduction to Fractions, Equivalent and Simplifying (1-2 days) 1. Fraction 2. Numerator 3. Denominator 4. Equivalent 5. Simplest form Real World Examples: 1. Fractions in general, why and where we use

More information

Lesson sequence. How important were Africans to the Atlantic Slave Trade? Overall enquiry question. Learning objectives

Lesson sequence. How important were Africans to the Atlantic Slave Trade? Overall enquiry question. Learning objectives Lesson sequence Overall How important were Africans to the Atlantic Slave Trade? Year group Challenge traditional views of the Slave Trade, particularly the Triangular Trade model Investigate and explain

More information

Critical Components of Lesson Design Guide

Critical Components of Lesson Design Guide Critical Components of Lesson Design Guide There are a variety of lesson plan formats available as many districts have different ways to showcase each lesson plan component. In the 1980 s Madeline Hunter

More information

Binary, Hexadecimal, Octal, and BCD Numbers

Binary, Hexadecimal, Octal, and BCD Numbers 23CH_PHCalter_TMSETE_949118 23/2/2007 1:37 PM Page 1 Binary, Hexadecimal, Octal, and BCD Numbers OBJECTIVES When you have completed this chapter, you should be able to: Convert between binary and decimal

More information

The Galvanic Cell Game

The Galvanic Cell Game The Galvanic Cell Game Author: Kiana Guerrero Date Created: 2009 Subject: Chemistry Level: High School Standards: New York State-Physical Setting/Chemistry Standard: 3.1i Each electron in an atom has its

More information

2. In solving percent problems with a proportion, use the following pattern:

2. In solving percent problems with a proportion, use the following pattern: HFCC Learning Lab PERCENT WORD PROBLEMS Arithmetic - 11 Many percent problems can be solved using a proportion. In order to use this method, you should be familiar with the following ideas about percent:

More information