Lesson Plan. Preparation

Size: px
Start display at page:

Download "Lesson Plan. Preparation"

Transcription

1 Math Computer Technician Practicum Lesson Plan Performance Objective Upon completion of this lesson, each student will be able to convert between different numbering systems and correctly write mathematical formulas for use in computer programs. Specific Objectives Students will explain the concept of binary. Students will convert numbers between binary and decimal. Students will explain the concept of hexadecimal. Students will convert numbers between hexadecimal, binary, and decimal. Students will solve and write equations as utilized in computer programming. This lesson should take 10-1 class days to complete. Preparation TEKS Correlations This lesson, as published, correlates to the following TEKS. Any changes/alterations to the activities may result in the elimination of any or all of the TEKS listed Computer Technician Practicum (c) Knowledge and skills. (4) The student applies communication, mathematics, English, and science knowledge and skills to research and develop projects. The student is expected to: (B) demonstrate proper use of mathematics concepts as they apply to the development of products or services; and (C) demonstrate proper use of science principles to the development of products or services. (5) The student knows the concepts and skills that form the basis of computer technologies. The student is expected to: (B) define the use of Boolean logic in computer technologies; 1

2 Interdisciplinary Correlations English 110.4(b) Knowledge and skills. (6) Reading/word identification/vocabulary development. The student uses a variety of strategies to read unfamiliar words and to build vocabulary. The student is expected to: (A) expand vocabulary through wide reading, listening, and discussing; and (B) rely on context to determine meanings of words and phrases such as figurative language, idioms, multiple meaning words, and technical vocabulary. (7) Reading/comprehension. The student comprehends selections using a variety of strategies. The student is expected to: (F) identify main ideas and their supporting details; (G) summarize texts; and (J) read silently with comprehension for a sustained period of time. Speech (b) Knowledge and skills. (1)(A) explain the importance of communication in daily interaction; ()(E) participate appropriately in conversations for a variety of purposes; (3)(A) The student uses appropriate communication in group settings; (E) use appropriate verbal, non-verbal, and listening strategies to communicate effectively in groups; (5)(B) use language clearly and appropriately; Tasks Students will utilize provided notes and slide presentation to complete notes pages. Students will complete worksheets. Accommodations for Learning Differences Lessons must accommodate the needs of every learner. These lessons may be modified to accommodate your students with learning differences by referring to the files found on the Special Populations page of this website ( Preparation Copy the handouts. Have multimedia presentations ready to show the class. Instructional Aids Student Notes sheet Student worksheets

3 Materials Needed Copies pencils Equipment Needed Teacher computer Projector (for slide presentation) Introduction Learner Preparation Review slides 1-6 of the multimedia presentation with the class (positional numbering systems - specifically decimal). Lesson Introduction Ask the class: o How is data represented within a computer system? o How would information be more readable or user friendly for programmers and technicians? Tell the class that every character and command given to a computer by a user is translated into binary before it can be sent to the CPU for processing. Explain that in-depth computer troubleshooting requires a firm understanding of numbering systems and how to convert between the various systems. 3

4 Outline MI OUTLINE Slides 1 6 Decimal Review a. Natural numbers b. Integers c. Positional numbering system d. Number base e. Review of exponent laws regarding 0 and 1 st power f. Review positional numbering system a. Hundreds b. Tens c. Ones Slides 8 11 Converting from binary to decimal Slides 9 16 Converting from decimal to binary Slides 17 Introduction to hexadecimal Conversion from hexadecimal to binary Slides 3 6 Conversion from decimal to hexadecimal Slides 7 37 IP Addressing and logical operators NOTES TO TEACHER Extension notes are provided in the multimedia presentation. Timeline of delivery is at discretion of instructor. Guidelines regarding division of information are suggestions only. Upon completion of slide 11, give students the binary to decimal conversion worksheet. Upon completion of slide 16, give students the decimal to binary worksheet. Upon completion of slide, give students the hexadecimal to binary worksheet. Upon completion of slide 6, give students the decimal to hexadecimal worksheet. Upon completion of slide 37, give students worksheets pertain to IP addressing. Multiple Intelligences Guide Existentialist Interpersonal Intrapersonal Kinesthetic/ Bodily Logical/ Mathematical Musical/Rhythmic Naturalist Verbal/Linguistic Visual/Spatial 4

5 Application Guided Practice Students will use the provided slide presentation to complete the notes handouts pages. Independent Practice Students will complete all provided worksheets o Binary to decimal o Decimal to binary o Hexadecimal to binary o Decimal to hexadecimal o Rewriting math for computer programs o Using math in computer programs Summary Review Why is it important to know how to utilize math properly? What is the fundamental language of computers? Why was binary chosen as machine language? Evaluation Informal Evaluation: The teacher will check frequently for understanding. Very small work group option (peer tutoring). Formal Evaluation: Worksheets and test over the material. 5

6 Binary, Hex, and Decimal, Oh My! Student Notes Handout 1. numbers a. Zero and any number obtained by repeatedly adding one to it i. Ex. 0, 1, 3, 100. Integers a. Any number i. Includes negative numbers and zero 3. Numbering System a. The number depends on the position of the digits to represent the number 4. Number base a. The (or radix) is the number of digits used to represent numbers in a positional numerical system. 5. Any number to the power is equal to 1. a. Example: 0 = 6. Any number to the power is equal to that. a. Example: 1 = 6

7 Converting from Decimal to Binary Base o The base of a number is indicated by a value at the end of the number. If there is no subscript the base is assumed to be 10 (or decimal). Uses and o Binary uses two as its base so each is equal to two to an exponent. o Since we are using two single characters we use and as our two digits. Consider the binary number Binary Table Do you see how each in value? This makes binary one of the easiest numbering systems to convert to decimal. Using basic addition we can take any binary number and convert it to a decimal equivalent. As long as you memorize the pattern all you have to do is the value of the placeholders where a 1 appears. 7

8 Look at the table. In the top row you notice there are only zeros and ones. This one is a little easier for you by adding the table and colors. This is the number we are going to convert to decimal,. By looking down the chart you can see that we are going to use the following values;,, and because there are 1s in those placeholders. Note that red indicates which numbers we will use to convert to a decimal value. Using the formal method we would transfer the digits to the blue box you see on the right of the slide. I like to use the vertical alignment to make things easier to read. We start with, determine that there is a zero in that placeholder. What is the answer when you multiply any number by zero? Answer: Moving down the line we have zeros until we get to the place holder which is equal to right? This place holder has a instead of a zero. What is the product of any number multiplied by one? Answer: number Once you have calculated the we add the answers together. of all the placeholders where a one appears What is the sum of 8+4+? Answer: The decimal equivalent of is which is shown in the green box. Converting from Decimal to Binary Can be done two different ways Long Division Convert from decimal to binary Sart by the original number by our base which is. Notice that we do not directly divide 35 by and get 16. You must divide the numbers so that you have a of or at the end of the process. Once you reach a zero or one as the remainder you move to the next step. 8

9 Using the we got in the first step (35 divided by ) we move to the second step which is dividing by. We the process until we have in the,, and. Now here comes the tricky part. Example: Binary Each of the zeros and ones in the remainders represent individual. These bits are in order so we have to do what we call meaning we rewrite them putting the bit in the position when we write the number in binary format. is flipped to Once we rewrite the number we see that 35 in binary is You can always check your answer by using the binary to decimal conversion method. Go ahead, check our math. = Subtraction Convert to binary using subtraction Looking at our binary table what is the number that is still less than? Answer: 9

10 To indicate that 3 will be used we put a in the placeholder. Once we subtract 3 from 37 we have left right? What is the number in our table that is still lower than 3? Answer: Skip down to the placeholder and put in a 1. What is the only number left that we can use that is lower than or equal to 1? Answer: Now we put a in the placeholder. Continue the subtraction process until we get zero as an answer. What do you think we do with all those blank spaces in the table? Answer: Unlike using the division method you have to flip the bits in this case so the binary representation of =. Hexadecimal Characters You can convert directly from hex to decimal but not from decimal to hex. In order to represent the numbers (to give us our 16 characters) we use letters. A = 10, B = 11, C = 1, D = 13, E = 14, and F = 15. Each is equal to (combination of zeros and ones) and like binary can be combined to create ever larger numbers. Hexadecimal (Hex) Binary Decimal B 11 C E 14 F 1111 As with binary and decimal, is a numbering system. Each placeholder uses as its base and is equal to 16 to an exponent. 10

11 Look at the table. is the hexadecimal number we are going to convert to decimal. By looking at the chart I can see that we are going to use the following values;, and because there are characters in those placeholders. Note that the color red indicates which numbers we will use to convert to a value. Using the formal method again and for easier reading we will we use to the blue box on the right of the slide. Just like converting binary once you have calculated the character appears we the answers together. the of all the placeholders where a What is the sum of ? Answer: The decimal equivalent of is which is shown in the green box. Decimal to Hex Conversion Convert to Hexadecimal 11

12 The easiest way to convert a decimal number to hex is to go to using the subtraction method to go from decimal to binary. first. Let s look at it Convert from to binary Convert from binary to Now we know that is equal to in binary. Here is where we take the next step. Remember that when we first discussed hexadecimal and looked at the hex/binary/decimal table you learned that each hex character represents binary bits. Note that we have the binary bits into of. Each of the four bits are then into a character. Looking first at the left-hand group of four; Answer:, how would is that number represented in hex? Look at the second group of four; Answer:, how would you represent that number in hex? While it looks like in hex is thirty-six it is actually read as. 1

13 Convert to Hexadecimal Decimal to binary Binary to hex IP Addressing Every node on a network have a unique IP address Protocol version Unique -bit number Divided into divided by decimal points» EX: Separated into Commonly Used IPv4 Classes Class First Octet Shared Octets Number of Networks Maximum Addressable Hosts ,777,14 B 65,534 C 19 3 >,000,000 Highest decimal number an octet may be is 13

14 Each octet is equal to = 10 Running out of IPv4 addresses due to 3-bit limitation Combined with a to increase number of addressable nodes on a network Subnet Mask Class First Octet Default Subnet Mask B C 19 3 Ipv6 Composed of bits Eight fields Represented by hexadecimal numbers Divided into groups of characters» EX: FEE3:00FF:003D:0000:0000:0000:3015:AABC Multiple fields with zero values can be abbreviated» EX:» EX: Maximum number of IPv4 addresses is: 3 or roughly provides us with 3.4 x or 340 decillion addresses addresses whereas Assigning IP Addresses Can be done manually or by DHCP (Dynamic Host Configuration Protocol) IP address assigned Does not change Human error in duplicating addresses can cause issues IP addressing Assigned by a server Most common and simplest method 14

15 Boolean Operators Because of some of the programs you write we also need to discuss the in computer programming. These operators have their own, and have a specific of operation. or Boolean operators, fit into Boolean/Logic (or bool) Operators a. Also called Operators or just b. Logical operators that or a. = false b. = true c. Three basic bool operators a. = arguments must be true for the statement to return True b. = argument may be for the statement to return True c. = the statement to if it returns and if it returns d. Order of operations as with PEMDAS groups are evaluated and operators are evaluated in the following order a. b. c. d. e. f. g. 15

16 Truth Tables These are truth tables. tables help us to visualize all possible results of or comparisons. The results of AND and NOTAND are in the blue tables while the results of OR and NOTOR are in the green tables. Truth tables help us step through our program code and determine if our is sound. ANDING Every IP address has a default o Class A o Class B o Class C In order to locate a specific node on the network a computer must the IP address with the appropriate in Based on our truth tables we should know the following o 1 AND 1 = o 1 AND 0 = o 0 AND 1 = o 0 AND 0 = 16

17 EXAMPLE: IP address: Subnet mask: First we convert both to : IP address: ( ) Subnet Mask: ( ) AND: ( ) The result of ANDing is the address. 17

18 Student Notes Handout Binary, Hex, and Decimal Oh My a. Natural numbers a. Zero and any number obtained by repeatedly adding one to it a. Ex. 0, 1, 3, 100 b. Integers a. Any whole number a. Includes negative numbers and zero c. Positional Numbering System a. The number depends on the position of the digits to represent the number. d. Number base a. The base (or radix) is the number of single digits used to represent numbers in a positional numerical system. Any number to the 0 power is equal to 1. Example: 0 = 1 Any number to the 1 st power is equal to that number. Example: 1 = 7 * 10 = 7 * 100 = * 10 = 4 * 10 = * 10 = 5 * 1 =

19 Converting from Decimal to Binary Base The base of a number is indicated by a subscript value at the end of the number. If there is no subscript the base is assumed to be 10 (or decimal). Uses 0 and 1 Binary uses two as its base so each placeholder is equal to two to an exponent. Since we are using two single characters we use zero and one as our two digits. This is where binary digits (0s and 1s) go Do you see how each placeholder doubles in value? This makes binary one of the easiest numbering systems to convert to decimal. Using basic addition we can take any binary number and convert it to a decimal equivalent. As long as you memorize the pattern all you have to do is add the value of the placeholders where a 1 appears. Convert from binary to decimal 19

20 Look at the table. In the top row you notice there are only have zeros and ones. This one is a little easier for you by adding the table and colors. This is the binary number we are going to convert to decimal, By looking down the chart you can see that we are going to use the following values; 3,, and 1 because there are 1s in those placeholders. Note that red indicates which numbers we will use to convert to a decimal value. Using the formal method we would transfer the digits to the blue box on the right. The vertical alignment makes things easier to read. We start with 18, determine that there is a zero in that placeholder. What is the answer when you multiply any number by zero? Answer: zero Moving down the line we have zeros until we get to the place holder 3 which is equal to 8 right? This place holder has a one instead of a zero. What is the product of any number multiplied by one? Answer: That number Once you have calculated the products of all the placeholders where a one appears we add the answers together. What is the sum of 8+4+? Answer: 14 The decimal equivalent of is 14 which is shown in the green box. Converting from Decimal to Binary Can be done two different ways Long division Subtraction Long Division Convert from decimal to binary Start by dividing the original number by our base which is. Notice that we do not directly divide 5 by and get 16. You must divide the numbers individually so that you have a remainder of zero or one at the end of the process. Once you reach a zero or one as the remainder you move to the next step. Using the quotient we got in the first step (35 divided by ) we move to the second step which is dividing 17 by. We repeat the process until we have zero in the quotient, dividend, and remainder. Now here comes the tricky part. 0

21 Example: Binary Each of the zeros and ones in the remainders represent individual bits. These bits are in reverse order so we have to do what we call flipping the bits meaning we rewrite them putting the rightmost bit in the leftmost position when we write the number in binary format is flipped to Once we rewrite the number we see that 35 in binary is You can always check your answer by using the binary to decimal conversion method. Go ahead, check our math = 35 Subtraction Convert to binary using subtraction Looking at our binary table what is the highest number that is still less than 37? Answer: 3 To indicate that 3 will be used we put a 1 in the 5 placeholder. Once we subtract 3 from 37 we have 3 left right? What is the highest number in our table that is still lower than 3? Answer: 1

22 Skip down to the 1 placeholder and put in a 1. What is the only number left that we can use that is lower than or equal to 1? Answer: 1 Now we put a 1 in the 0 placeholder. Continue the subtraction process until we get zero as an answer. What do you think we do with all those blank spaces in the table? Answer: Fill them with zeros because they are not used. Unlike using the division method you do not have to flip the bits in this case so the binary representation of = Hexadecimal Characters 0 9 A F You can convert directly from hex to decimal but not from decimal to hex. Hexadecimal (Hex) Binary Decimal In order to represent the numbers (to give us our 16 characters) we use letters. A = 10, B = 11, C = 1, D = 13, E = 14, and F = 15. Each character is equal to four bits (combination of zeros and ones) and like binary can be combined to create ever larger numbers A B C D E F

23 As with binary and decimal, hexadecimal is a positional numbering system. Each placeholder uses 16 as its base and is equal to 16 to an exponent. Look at the table. FF is the hexadecimal number we are going to convert to decimal. By looking down the chart, I can see that we are going to use the following values; 16 1, and 16 0 because there are characters in those placeholders. Note that I have used the color red to indicate which numbers we will use to convert to a decimal value. Using the formal method again and for easier reading, we will transfer the digits we use to the blue box on the right of the slide. Just like converting binary once you have calculated the products of all the placeholders where a character appears we add the answers together. What is the sum of ? Answer: 55 The decimal equivalent of FF 16 is 55 which is shown in the green box. Decimal to Hex Conversion 3

24 Convert to Hexadecimal The easiest way to convert a decimal number to hex is to go to binary first. Let s look at it using the subtraction method to go from decimal to binary. Convert from decimal to Convert from binary to hex Now we know that is equal to in binary. Here is where we take the next step. Remember that when we first discussed hexadecimal and when we looked at the hex - binary - decimal table you learned that each hex character represents four binary bits. Note that we have divided the binary bits into groups of four. Each of the four bits are then translated into a hex character. Looking first at the left-hand group of four; 0011, how would you represent that number in hex? Answer: 3 Look at the second group of four; 0110, how would you represent that number in hex? Answer: 6 While it looks like in hex is thirty-six it is actually read as three six. 4

25 Convert to Hexadecimal IP Addressing Every node on a network must have a unique IP address Internet Protocol version 4 Unique 3-bit number Divided into four octets divided by decimal points» EX: Separated into classes Commonly Used IPv4 Classes Class First Octet Shared Octets Number of Networks Maximum Addressable Hosts A ,777,14 B > 16,000 65,534 C >,000, Highest decimal number an octet may be is 55 5

26 Each octet is equal to eight binary bits = Running out of IPv4 addresses due to 3-bit limitation Combined with a subnet mask to increase number of addressable nodes on a network Subnet Mask Class First Octet Default Subnet Mask A B C Ipv6 Composed of 18 bits Eight 16-bit fields Represented by hexadecimal numbers Divided into groups of four hexadecimal characters» EX: FEE3:00FF:003D:0000:0000:0000:3015:AABC Multiple fields with zero values can be abbreviated» EX: 00EE = EE» EX: 0000 = 0 Maximum number of IPv4 addresses is: 3 or roughly 4 billion addresses whereas Ipv6 provides us with 3.4 x or 340 decillion addresses Assigning IP Addresses Can be done manually or by DHCP (Dynamic Host Configuration Protocol) Static IP address Manually assigned Does not change Human error in duplicating addresses can cause connection issues Dynamic IP addressing Assigned automatically by a DHCP server Most common and simplest method Boolean Operators 6

27 Because of some of the programs you will write we need to discuss the logical or Boolean operators in computer programming. These operators have their own symbols, fit into PEMDAS, and have a specific order of operations. a. Also called Logical Operators or just bool b. Logical operators that return true or false a. 0 = false b. 1 = true c. Three basic bool operators a. andand - AND: both arguments must be true for the statement to return True. b. - OR: either argument may be true for the statement to return True. c.! NOT: toggles the statement to False if it returns True and True if it returns False. d. Order of operations As with PEMDAS parenthetical groups are evaluated first operators are evaluated in the following order. a. NOT (!) b. Multiplication/division (*, /) c. Addition/subtraction (+, -) d. Relational operators (<, <=, >, >=) e. NOT Equal (!=) f. AND (andand) g. OR ( ) 7

28 Truth Tables These are truth tables. Truth tables help us to visualize all possible results of Boolean or logical comparisons. The results of AND and NOTAND are in the blue tables while the results of OR and NOTOR are in the green tables. Truth tables help us step through our program code and determine if our logic is sound and rational. ANDING Every IP address has a default subnet mask o Class A o Class B o Class C In order to locate a specific node on the network a computer must AND the IP address with the appropriate subnet mask in binary Based on our truth tables we should know the following o 1 AND 1 = 1 o 1 AND 0 = 0 o 0 AND 1 = 0 o 0 AND 0 = 0 8

29 EXAMPLE: IP address: Subnet mask: First we convert both to binary: IP address: ( ) Subnet Mask: ( ) AND: ( ) The result of ANDing is the network address. 9

30 Binary to Decimal Worksheet Convert the following numbers from binary to decimal. Please show your work. Do not use electronic devices. a f b g c h d i e j

31 Binary to Decimal Worksheet KEY Convert the following numbers from binary to decimal. Please show your work. Do not use electronic devices

32 Decimal to Binary Worksheet Convert the following decimal numbers to binary. For the first five you may use the subtraction method. For the second five you must use the long division method. You must show all work. No electronic devices are allowed. Please use a separate sheet of paper

33 Decimal to Binary Worksheet KEY Convert the following decimal numbers to binary. For the first five you may use the subtraction method. For the second five you must use the long division method. You must show all work. No electronic devices are allowed. Please use a separate sheet of paper = = = = = = = = = =

34 Hexadecimal to Decimal Conversion You will need to convert the numbers below from hexadecimal to decimal format. Please do not use a calculator (or any other electronic device) and show all work E AB F C F D 16 34

35 Hexadecimal to Decimal Conversion KEY You will need to convert the numbers below from hexadecimal to decimal format. Please do not use a calculator (or any other electronic device) and show all work = = = F 16 = F0 16 = E1 16 = = AB 16 = C1 16 = D 16 =

36 Binary to Hexadecimal Conversions Convert the following numbers from binary to hexadecimal. Please show your work. Do not use electronic devices

37 Binary to Hexadecimal Conversions KEY Convert the following numbers from binary to hexadecimal. Please show your work. Do not use electronic devices = A = = 3C = EC = = = = = FF =

38 Decimal to Hexadecimal Conversions Convert the numbers below from decimal to hexadecimal. Please show all your work and do not use electronic devices

39 Decimal to Hexadecimal Conversions KEY Convert the numbers below from decimal to hexadecimal. Please show all your work and do not use electronic devices = FF = = 1A = = A = AC = = = = F 16 39

40 Converting IP Addresses Convert the IP addresses below from decimal to binary or binary to decimal as appropriate. Each octet in an IP address is considered its own eight-bit number

41 Converting IP Addresses KEY Convert the IP addresses below from decimal to binary or binary to decimal as appropriate. Each octet in an IP address is considered its own eight-bit number

42 Identify the address class for each IP address. Address Class Identification Address Class

43 Address Address Class Identification KEY Class A B B C C A A A C A A A C C A A A C A C Identify the address class for each IP address. 43

44 Numbering Conversions Test 1. Convert the following from binary to decimal: a = b = c =. Convert the following from decimal to binary: a = b = c = 3. Convert the following from hexadecimal to decimal: a. F 16 = b. 1D 16 = c = 4. Convert the following from decimal to hexadecimal: a = b = c. 10 = 5. Convert the following from binary to hexadecimal: a = b = c = 6. Convert the following IP addresses as indicated: a = b = 7. AND the IP addresses below with their default subnet mask to determine the network address: a b c. AND d. Network address 44

45 Numbering Conversions Test KEY 1. Convert the following from binary to decimal: a = b = 4 10 c = Convert the following from decimal to binary: a = b = c = Convert the following from hexadecimal to decimal: a. F 16 = 4 10 b. 1D 16 = 9 10 c = Convert the following from decimal to hexadecimal: a = b = c. 10 = Convert the following from binary to hexadecimal: a = CC 16 b = F0 16 c = 3C Convert the following IP addresses as indicated: a = b = AND the IP addresses below with their default subnet mask to determine the network address: a b c. AND d. Network address:

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

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

Lesson Plan. Preparation

Lesson Plan. Preparation Statistical Process Control (SPC) Tools: Gantt Chart Manufacturing Engineering Lesson Plan Performance Objectives After completing this lesson, students will be able to discuss the purpose of using a Gantt

More information

Lesson Plan. monitor project development or resource allocation on a horizontal time scale.

Lesson Plan. monitor project development or resource allocation on a horizontal time scale. Project Management Practicum in Management and Administration Performance Objective Upon completion of this lesson, each student will demonstrate the importance of using Project Management in the school

More information

Lesson Plan. Preparation

Lesson Plan. Preparation Portfolio Information Practicum in Interior Design Lesson Plan Performance Objective Upon completion of this assignment, the student will be able to create a portfolio to document personal knowledge and

More information

Lesson Plan. monitor project development or resource allocation on a horizontal time scale.

Lesson Plan. monitor project development or resource allocation on a horizontal time scale. Project Management Practicum in Law, Public Safety, Corrections, and Security Performance Objective Upon completion of this lesson, each student will demonstrate the importance of using Project Management

More information

Lesson Plan. Time When taught as written, this lesson should take approximately 55-65 minutes to teach. Preparation

Lesson Plan. Time When taught as written, this lesson should take approximately 55-65 minutes to teach. Preparation Reconciling the Statement Practicum in Business Management Business Management & Administration Lesson Plan Performance Objective Students will be able to demonstrate their ability to reconcile the bank

More information

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

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

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

Computer Science 281 Binary and Hexadecimal Review

Computer Science 281 Binary and Hexadecimal Review Computer Science 281 Binary and Hexadecimal Review 1 The Binary Number System Computers store everything, both instructions and data, by using many, many transistors, each of which can be in one of two

More information

Lesson Plan. Parallel Resistive Circuits Part 1 Electronics

Lesson Plan. Parallel Resistive Circuits Part 1 Electronics Parallel Resistive Circuits Part 1 Electronics Lesson Plan Performance Objective At the end of the lesson, students will demonstrate the ability to apply problem solving and analytical techniques to calculate

More information

Expert Reference Series of White Papers. Binary and IP Address Basics of Subnetting

Expert Reference Series of White Papers. Binary and IP Address Basics of Subnetting Expert Reference Series of White Papers Binary and IP Address Basics of Subnetting 1-800-COURSES www.globalknowledge.com Binary and IP Address Basics of Subnetting Alan Thomas, CCNA, CCSI, Global Knowledge

More information

Lesson Plan. Time When taught as written, this lesson should take two to three days to teach. Preparation

Lesson Plan. Time When taught as written, this lesson should take two to three days to teach. Preparation Public Relations & Publicity Practicum in Marketing Dynamics Marketing Lesson Plan Performance Objective Upon completion of this lesson, each student will understand how to promote a business or organization

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

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

Subnetting Examples. There are three types of subnetting examples I will show in this document:

Subnetting Examples. There are three types of subnetting examples I will show in this document: Subnetting Examples There are three types of subnetting examples I will show in this document: 1) Subnetting when given a required number of networks 2) Subnetting when given a required number of clients

More information

You can probably work with decimal. binary numbers needed by the. Working with binary numbers is time- consuming & error-prone.

You can probably work with decimal. binary numbers needed by the. Working with binary numbers is time- consuming & error-prone. IP Addressing & Subnetting Made Easy Working with IP Addresses Introduction You can probably work with decimal numbers much easier than with the binary numbers needed by the computer. Working with binary

More information

Lesson Plan. Performance Objective Upon completion of this lesson, each student will create a design plan for a tiny house.

Lesson Plan. Performance Objective Upon completion of this lesson, each student will create a design plan for a tiny house. Tiny Houses: Living Large in a Small Space Practicum of Architectural Design Lesson Plan Performance Objective Upon completion of this lesson, each student will create a design plan for a tiny house. Specific

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

MATH-0910 Review Concepts (Haugen)

MATH-0910 Review Concepts (Haugen) Unit 1 Whole Numbers and Fractions MATH-0910 Review Concepts (Haugen) Exam 1 Sections 1.5, 1.6, 1.7, 1.8, 2.1, 2.2, 2.3, 2.4, and 2.5 Dividing Whole Numbers Equivalent ways of expressing division: a b,

More information

The Subnet Training Guide

The Subnet Training Guide The Subnet Training Guide A Step By Step Guide on Understanding and Solving Subnetting Problems by Brendan Choi v25 easysubnetcom The Subnet Training Guide v25 easysubnetcom Chapter 1 Understanding IP

More information

YOU MUST BE ABLE TO DO THE FOLLOWING PROBLEMS WITHOUT A CALCULATOR!

YOU MUST BE ABLE TO DO THE FOLLOWING PROBLEMS WITHOUT A CALCULATOR! DETAILED SOLUTIONS AND CONCEPTS - DECIMALS AND WHOLE NUMBERS Prepared by Ingrid Stewart, Ph.D., College of Southern Nevada Please Send Questions and Comments to ingrid.stewart@csn.edu. Thank you! YOU MUST

More information

Lesson Plan. Financial Ratios Financial Analysis Finance. Performance Objective Students calculate financial ratios to evaluate company performance.

Lesson Plan. Financial Ratios Financial Analysis Finance. Performance Objective Students calculate financial ratios to evaluate company performance. Financial Ratios Financial Analysis Finance Lesson Plan Performance Objective Students calculate financial ratios to evaluate company performance. Specific Objective Discuss the use of financial ratios

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

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

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

Lecture 2. Binary and Hexadecimal Numbers

Lecture 2. Binary and Hexadecimal Numbers Lecture 2 Binary and Hexadecimal Numbers Purpose: Review binary and hexadecimal number representations Convert directly from one base to another base Review addition and subtraction in binary representations

More information

Binary Representation. Number Systems. Base 10, Base 2, Base 16. Positional Notation. Conversion of Any Base to Decimal.

Binary Representation. Number Systems. Base 10, Base 2, Base 16. Positional Notation. Conversion of Any Base to Decimal. Binary Representation The basis of all digital data is binary representation. Binary - means two 1, 0 True, False Hot, Cold On, Off We must be able to handle more than just values for real world problems

More information

Expert Reference Series of White Papers. Simple Tricks To Ace the Subnetting Portion of Any Certification Exam 1-800-COURSES. www.globalknowledge.

Expert Reference Series of White Papers. Simple Tricks To Ace the Subnetting Portion of Any Certification Exam 1-800-COURSES. www.globalknowledge. Expert Reference Series of White Papers Simple Tricks To Ace the Subnetting Portion of Any Certification Exam 1-800-COURSES www.globalknowledge.com Simple Tricks To Ace the Subnetting Portion of Any Certification

More information

2.3 IPv4 Address Subnetting Part 2

2.3 IPv4 Address Subnetting Part 2 .3 IPv4 Address Subnetting Part Objective Upon completion of this activity, you will be able to determine subnet information for a given IP address and subnetwork mask. When given an IP address, network

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

PREPARATION FOR MATH TESTING at CityLab Academy

PREPARATION FOR MATH TESTING at CityLab Academy PREPARATION FOR MATH TESTING at CityLab Academy compiled by Gloria Vachino, M.S. Refresh your math skills with a MATH REVIEW and find out if you are ready for the math entrance test by taking a PRE-TEST

More information

7 th Grade Integer Arithmetic 7-Day Unit Plan by Brian M. Fischer Lackawanna Middle/High School

7 th Grade Integer Arithmetic 7-Day Unit Plan by Brian M. Fischer Lackawanna Middle/High School 7 th Grade Integer Arithmetic 7-Day Unit Plan by Brian M. Fischer Lackawanna Middle/High School Page 1 of 20 Table of Contents Unit Objectives........ 3 NCTM Standards.... 3 NYS Standards....3 Resources

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

http://computernetworkingnotes.com/ccna-study-guide/basic-of-network-addressing.html

http://computernetworkingnotes.com/ccna-study-guide/basic-of-network-addressing.html Subnetting is a process of dividing large network into the smaller networks based on layer 3 IP address. Every computer on network has an IP address that represent its location on network. Two version

More information

Lesson Plan. Course Title: Principles of Information Technology Session Title: Understanding Types & Uses of Software

Lesson Plan. Course Title: Principles of Information Technology Session Title: Understanding Types & Uses of Software Lesson Plan Course Title: Principles of Information Technology Session Title: Understanding Types & Uses of Software Lesson Duration: Approximately 5 hours Performance Objective: Upon completion of this

More information

Levent EREN levent.eren@ieu.edu.tr A-306 Office Phone:488-9882 INTRODUCTION TO DIGITAL LOGIC

Levent EREN levent.eren@ieu.edu.tr A-306 Office Phone:488-9882 INTRODUCTION TO DIGITAL LOGIC Levent EREN levent.eren@ieu.edu.tr A-306 Office Phone:488-9882 1 Number Systems Representation Positive radix, positional number systems A number with radix r is represented by a string of digits: A n

More information

Mathematics Success Grade 6

Mathematics Success Grade 6 T276 Mathematics Success Grade 6 [OBJECTIVE] The student will add and subtract with decimals to the thousandths place in mathematical and real-world situations. [PREREQUISITE SKILLS] addition and subtraction

More information

Preparation. TEKS Correlations:

Preparation. TEKS Correlations: Lesson Plan Course Title: Principles of Business Management, Finance, and Marketing Session Title: Financial Exchanges Performance Objective (LSI Quadrant 1- Why are we doing this?): The purpose of this

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

Animation Overview of the Industry Arts, AV, Technology, and Communication. Lesson Plan

Animation Overview of the Industry Arts, AV, Technology, and Communication. Lesson Plan Animation Overview of the Industry Arts, AV, Technology, and Communication Lesson Plan Performance Objective Upon completion of this assignment, the student will have a better understanding of career and

More information

Properties of Real Numbers

Properties of Real Numbers 16 Chapter P Prerequisites P.2 Properties of Real Numbers What you should learn: Identify and use the basic properties of real numbers Develop and use additional properties of real numbers Why you should

More information

Lesson Plan. Course Title: Principles of Business, Marketing and Finance Session Title: Advertising Media. Performance Objective:

Lesson Plan. Course Title: Principles of Business, Marketing and Finance Session Title: Advertising Media. Performance Objective: Lesson Plan Course Title: Principles of Business, Marketing and Finance Session Title: Advertising Media Performance Objective: After completing this lesson, the student will understand that Advertising

More information

Paramedic Program Pre-Admission Mathematics Test Study Guide

Paramedic Program Pre-Admission Mathematics Test Study Guide Paramedic Program Pre-Admission Mathematics Test Study Guide 05/13 1 Table of Contents Page 1 Page 2 Page 3 Page 4 Page 5 Page 6 Page 7 Page 8 Page 9 Page 10 Page 11 Page 12 Page 13 Page 14 Page 15 Page

More information

PAYCHEX, INC. BASIC BUSINESS MATH TRAINING MODULE

PAYCHEX, INC. BASIC BUSINESS MATH TRAINING MODULE PAYCHEX, INC. BASIC BUSINESS MATH TRAINING MODULE 1 Property of Paychex, Inc. Basic Business Math Table of Contents Overview...3 Objectives...3 Calculator...4 Basic Calculations...6 Order of Operation...9

More information

One of the most important topics in any discussion of TCP/IP is IP. IP Addressing

One of the most important topics in any discussion of TCP/IP is IP. IP Addressing IP Addressing 125 machine, called a RARP server, responds with the answer, and the identity crisis is over. RARP uses the information it does know about the machine s MAC address to learn its IP address

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

MATH 60 NOTEBOOK CERTIFICATIONS

MATH 60 NOTEBOOK CERTIFICATIONS MATH 60 NOTEBOOK CERTIFICATIONS Chapter #1: Integers and Real Numbers 1.1a 1.1b 1.2 1.3 1.4 1.8 Chapter #2: Algebraic Expressions, Linear Equations, and Applications 2.1a 2.1b 2.1c 2.2 2.3a 2.3b 2.4 2.5

More information

Lesson Plan. Preparation

Lesson Plan. Preparation Lesson Plan Course Title: Computer Maintenance Session Title: Disaster Recovery and Preventative Maintenance Lesson Duration: 3 to 4 one-hour sessions with 1 additional one-hour session for the exam (Lesson

More information

TCP/IP Drill Pack. By Donna Warren. Created by Donna P. Warren Revised: 1/2/2012 Page 1 of 19

TCP/IP Drill Pack. By Donna Warren. Created by Donna P. Warren Revised: 1/2/2012 Page 1 of 19 TCP/IP Drill Pack By Donna Warren Created by Donna P. Warren Revised: 1/2/2012 Page 1 of 19 Drill 1: OSI vs DOD and the TCP/IP Protocol Suite Complete the following chart. On the next page give a brief

More information

Student Outcomes. Lesson Notes. Classwork. Discussion (10 minutes)

Student Outcomes. Lesson Notes. Classwork. Discussion (10 minutes) NYS COMMON CORE MATHEMATICS CURRICULUM Lesson 5 8 Student Outcomes Students know the definition of a number raised to a negative exponent. Students simplify and write equivalent expressions that contain

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

JobTestPrep's Numeracy Review Decimals & Percentages

JobTestPrep's Numeracy Review Decimals & Percentages JobTestPrep's Numeracy Review Decimals & Percentages 1 Table of contents What is decimal? 3 Converting fractions to decimals 4 Converting decimals to fractions 6 Percentages 6 Adding and subtracting decimals

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

Click on the links below to jump directly to the relevant section

Click on the links below to jump directly to the relevant section Click on the links below to jump directly to the relevant section What is algebra? Operations with algebraic terms Mathematical properties of real numbers Order of operations What is Algebra? Algebra is

More information

To convert an arbitrary power of 2 into its English equivalent, remember the rules of exponential arithmetic:

To convert an arbitrary power of 2 into its English equivalent, remember the rules of exponential arithmetic: Binary Numbers In computer science we deal almost exclusively with binary numbers. it will be very helpful to memorize some binary constants and their decimal and English equivalents. By English equivalents

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

Sample Fraction Addition and Subtraction Concepts Activities 1 3

Sample Fraction Addition and Subtraction Concepts Activities 1 3 Sample Fraction Addition and Subtraction Concepts Activities 1 3 College- and Career-Ready Standard Addressed: Build fractions from unit fractions by applying and extending previous understandings of operations

More information

Curriculum Alignment Project

Curriculum Alignment Project Curriculum Alignment Project Math Unit Date: Unit Details Title: Solving Linear Equations Level: Developmental Algebra Team Members: Michael Guy Mathematics, Queensborough Community College, CUNY Jonathan

More information

Lesson Plan - Time Value of Money

Lesson Plan - Time Value of Money Lesson Plan - Time Value of Money Course Title Money Matters Lesson Title Time Value of Money Specific Objective Explain the time value of money Performance Objectives: The learner will Discuss how saving

More information

NUMBER SYSTEMS. 1.1 Introduction

NUMBER SYSTEMS. 1.1 Introduction NUMBER SYSTEMS 1.1 Introduction There are several number systems which we normally use, such as decimal, binary, octal, hexadecimal, etc. Amongst them we are most familiar with the decimal number system.

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

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

IP Subnetting and Related Topics A Tutorial by Chris Uriarte <chrisjur@cju.com> Updated April 2001

IP Subnetting and Related Topics A Tutorial by Chris Uriarte <chrisjur@cju.com> Updated April 2001 IP Subnetting and Related Topics A Tutorial by Chris Uriarte Updated April 2001 IP Addresses and their Binary Equivalents First and foremost, it s important to understand that every

More information

VISUAL ALGEBRA FOR COLLEGE STUDENTS. Laurie J. Burton Western Oregon University

VISUAL ALGEBRA FOR COLLEGE STUDENTS. Laurie J. Burton Western Oregon University VISUAL ALGEBRA FOR COLLEGE STUDENTS Laurie J. Burton Western Oregon University VISUAL ALGEBRA FOR COLLEGE STUDENTS TABLE OF CONTENTS Welcome and Introduction 1 Chapter 1: INTEGERS AND INTEGER OPERATIONS

More information

Binary Representation

Binary Representation Binary Representation The basis of all digital data is binary representation. Binary - means two 1, 0 True, False Hot, Cold On, Off We must tbe able to handle more than just values for real world problems

More information

Lesson Plan. Upon completion of this assignment, the student will be able to build a small network and identify the different types of hackers.

Lesson Plan. Upon completion of this assignment, the student will be able to build a small network and identify the different types of hackers. Lesson Plan Course Title: Principles of IT Session Title: Networks and Hackers Lesson Duration: Lesson length is subjective and will vary from instructor to instructor. Performance Objective: Upon completion

More information

The gas can has a capacity of 4.17 gallons and weighs 3.4 pounds.

The gas can has a capacity of 4.17 gallons and weighs 3.4 pounds. hundred million$ ten------ million$ million$ 00,000,000 0,000,000,000,000 00,000 0,000,000 00 0 0 0 0 0 0 0 0 0 Session 26 Decimal Fractions Explain the meaning of the values stated in the following sentence.

More information

CE363 Data Communications & Networking. Chapter 6 Network Layer: Logical Addressing

CE363 Data Communications & Networking. Chapter 6 Network Layer: Logical Addressing CE363 Data Communications & Networking Chapter 6 Network Layer: Logical Addressing TCP/IP and OSI model APPLICATION APPLICATION PRESENTATION SESSION TRANSPORT NETWORK Host-Network TRANSPORT NETWORK DATA

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

SUBNETTING SCENARIO S

SUBNETTING SCENARIO S SUBNETTING SCENARIO S This white paper provides several in-depth scenario s dealing with a very confusing topic, subnetting. Many networking engineers need extra practice to completely understand the intricacies

More information

Direct Translation is the process of translating English words and phrases into numbers, mathematical symbols, expressions, and equations.

Direct Translation is the process of translating English words and phrases into numbers, mathematical symbols, expressions, and equations. Section 1 Mathematics has a language all its own. In order to be able to solve many types of word problems, we need to be able to translate the English Language into Math Language. is the process of translating

More information

Unit 1 Number Sense. In this unit, students will study repeating decimals, percents, fractions, decimals, and proportions.

Unit 1 Number Sense. In this unit, students will study repeating decimals, percents, fractions, decimals, and proportions. Unit 1 Number Sense In this unit, students will study repeating decimals, percents, fractions, decimals, and proportions. BLM Three Types of Percent Problems (p L-34) is a summary BLM for the material

More information

Binary Adders: Half Adders and Full Adders

Binary Adders: Half Adders and Full Adders Binary Adders: Half Adders and Full Adders In this set of slides, we present the two basic types of adders: 1. Half adders, and 2. Full adders. Each type of adder functions to add two binary bits. In order

More information

Please Excuse My Dear Aunt Sally

Please Excuse My Dear Aunt Sally Really Good Stuff Activity Guide Order of Operations Poster Congratulations on your purchase of the Really Good Stuff Order of Operations Poster a colorful reference poster to help your students remember

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

Everything you wanted to know about using Hexadecimal and Octal Numbers in Visual Basic 6

Everything you wanted to know about using Hexadecimal and Octal Numbers in Visual Basic 6 Everything you wanted to know about using Hexadecimal and Octal Numbers in Visual Basic 6 Number Systems No course on programming would be complete without a discussion of the Hexadecimal (Hex) number

More information

Hands-On Math Algebra

Hands-On Math Algebra Hands-On Math Algebra by Pam Meader and Judy Storer illustrated by Julie Mazur Contents To the Teacher... v Topic: Ratio and Proportion 1. Candy Promotion... 1 2. Estimating Wildlife Populations... 6 3.

More information

Lesson Plan. Preparation. 130.272(c). Principles of Information Technology (One-Half to One Credit).

Lesson Plan. Preparation. 130.272(c). Principles of Information Technology (One-Half to One Credit). Lesson Plan Course Title: Principles of Information Technology Session Title: Peripheral Devices Lesson Duration: Will vary from instructor to instructor Performance Objective: Upon completion of this

More information

Grade 6 Math Circles. Binary and Beyond

Grade 6 Math Circles. Binary and Beyond Faculty of Mathematics Waterloo, Ontario N2L 3G1 The Decimal System Grade 6 Math Circles October 15/16, 2013 Binary and Beyond The cool reality is that we learn to count in only one of many possible number

More information

Digital Design. Assoc. Prof. Dr. Berna Örs Yalçın

Digital Design. Assoc. Prof. Dr. Berna Örs Yalçın Digital Design Assoc. Prof. Dr. Berna Örs Yalçın Istanbul Technical University Faculty of Electrical and Electronics Engineering Office Number: 2318 E-mail: siddika.ors@itu.edu.tr Grading 1st Midterm -

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

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

Subnetting Study Guide

Subnetting Study Guide Subnetting Study Guide by Boson Software, LLC An octet is a binary number of 8 bits, with the lowest possible number being 00000000 and the highest possible number being 11111111, or 28. The binary number

More information

3. Convert a number from one number system to another

3. Convert a number from one number system to another 3. Convert a number from one number system to another Conversion between number bases: Hexa (16) Decimal (10) Binary (2) Octal (8) More Interest Way we need conversion? We need decimal system for real

More information

Zero: If P is a polynomial and if c is a number such that P (c) = 0 then c is a zero of P.

Zero: If P is a polynomial and if c is a number such that P (c) = 0 then c is a zero of P. MATH 11011 FINDING REAL ZEROS KSU OF A POLYNOMIAL Definitions: Polynomial: is a function of the form P (x) = a n x n + a n 1 x n 1 + + a x + a 1 x + a 0. The numbers a n, a n 1,..., a 1, a 0 are called

More information

3.1. RATIONAL EXPRESSIONS

3.1. RATIONAL EXPRESSIONS 3.1. RATIONAL EXPRESSIONS RATIONAL NUMBERS In previous courses you have learned how to operate (do addition, subtraction, multiplication, and division) on rational numbers (fractions). Rational numbers

More information

Concepts in IP Addressing...

Concepts in IP Addressing... 3 Concepts in IP Addressing Terms You ll Need to Understand: Binary Hexadecimal Decimal Octet IP address Subnet Mask Subnet Host Increment Techniques You ll Need to Master: Identifying Address Class and

More information

Rational Number Project

Rational Number Project Rational Number Project Fraction Operations and Initial Decimal Ideas Lesson : Overview Students estimate sums and differences using mental images of the 0 x 0 grid. Students develop strategies for adding

More information

Planning for Information Network

Planning for Information Network Planning for Information Network Lecture 5: Designing IP Addressing in the Network II Assistant Teacher Samraa Adnan Al-Asadi 1 Subnetting the Subnet When contiguous 1s are added to the default mask, making

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

Using Algebra Tiles for Adding/Subtracting Integers and to Solve 2-step Equations Grade 7 By Rich Butera

Using Algebra Tiles for Adding/Subtracting Integers and to Solve 2-step Equations Grade 7 By Rich Butera Using Algebra Tiles for Adding/Subtracting Integers and to Solve 2-step Equations Grade 7 By Rich Butera 1 Overall Unit Objective I am currently student teaching Seventh grade at Springville Griffith Middle

More information

Decimals Adding and Subtracting

Decimals Adding and Subtracting 1 Decimals Adding and Subtracting Decimals are a group of digits, which express numbers or measurements in units, tens, and multiples of 10. The digits for units and multiples of 10 are followed by a decimal

More information

Tom wants to find two real numbers, a and b, that have a sum of 10 and have a product of 10. He makes this table.

Tom wants to find two real numbers, a and b, that have a sum of 10 and have a product of 10. He makes this table. Sum and Product This problem gives you the chance to: use arithmetic and algebra to represent and analyze a mathematical situation solve a quadratic equation by trial and improvement Tom wants to find

More information

Lesson Plan. Preparation

Lesson Plan. Preparation Lesson Plan Course Title: Web Technologies Session Title: Planning & Designing Client Websites Lesson Duration: Varies but would be a minimum of one week. Performance Objective: Upon completion of this

More information

A Concrete Introduction. to the Abstract Concepts. of Integers and Algebra using Algebra Tiles

A Concrete Introduction. to the Abstract Concepts. of Integers and Algebra using Algebra Tiles A Concrete Introduction to the Abstract Concepts of Integers and Algebra using Algebra Tiles Table of Contents Introduction... 1 page Integers 1: Introduction to Integers... 3 2: Working with Algebra Tiles...

More information

Lesson Plan Course Title: Web Technologies Session Title: Internet Fundamentals & Background

Lesson Plan Course Title: Web Technologies Session Title: Internet Fundamentals & Background Lesson Plan Course Title: Web Technologies Session Title: Internet Fundamentals & Background Lesson Duration: 2 Hours Performance Objective: Upon completion of the lesson, students will have an understanding

More information

Guide to TCP/IP, Third Edition. Chapter 2: IP Addressing and Related Topics

Guide to TCP/IP, Third Edition. Chapter 2: IP Addressing and Related Topics Guide to TCP/IP, Third Edition Chapter 2: IP Addressing and Related Topics Objectives Understand IP addressing, anatomy and structures, and addresses from a computer s point of view Recognize and describe

More information

26 Integers: Multiplication, Division, and Order

26 Integers: Multiplication, Division, and Order 26 Integers: Multiplication, Division, and Order Integer multiplication and division are extensions of whole number multiplication and division. In multiplying and dividing integers, the one new issue

More information