Starter Using the mini whiteboards record your answers: 1)Convert 8F to Denary 2)Convert 23 to Hex 3)Convert -17 to binary using sign & magnitude 4)Convert.

Slides:



Advertisements
Similar presentations
Differentiation: how can I make it work better for me?
Advertisements

Team Teaching Section 7: Monitoring Teacher. The Monitoring Teacher model One teacher assumes the responsibility for instructing the entire class. The.
King Fahd University of Petroleum and Minerals
1 Binary Arithmetic, Subtraction The rules for binary arithmetic are: = 0, carry = = 1, carry = = 1, carry = = 0, carry =
Quiz 1.1 Convert the following unsigned binary numbers to their decimal equivalent: Number2 Number
Professor Jennifer Rexford COS 217
1 Binary Numbers Again Recall that N binary digits (N bits) can represent unsigned integers from 0 to 2 N bits = 0 to 15 8 bits = 0 to bits.
B0011 Number Systems ENGR xD52 Eric VanWyk Fall 2012.
Computer Science: A Structured Programming Approach Using C1 Objectives ❏ To be able to use the bitwise logical operators in programs ❏ To be able to use.
PYTHON PROGRAMMING Week 14 – Tuesday. STARTER You need to find out the average of a set of exam marks for a class. You don’t know how many marks there.
BR 8/99 Binary Numbers Again Recall than N binary digits (N bits) can represent unsigned integers from 0 to 2 N bits = 0 to 15 8 bits = 0 to 255.
Living Environment (Regents Biology) Mrs. Guzzino & Mrs. Saramak.
Operations on Bits Arithmetic Operations Logic Operations
Conversions Denary to Binary Method 1
07/12/ Data Representation Two’s Complement & Binary Arithmetic.
GCSE Computing: A451 Computer Systems & Programming Numbers Representation of Data in Computer Systems.
Candidates should be able to:
A)Convert positive denary whole numbers (0-255) into 8-bit binary numbers and vice versa b)Add two 8-bit binary integers and explain overflow errors which.
Starter Matching Activity Match the equation with its correct description in words whilst discussing the method with your partner. Then solve the equations.
Digital Representations ME 4611 Binary Representation Only two states (0 and 1) Easy to implement electronically %0= (0) 10 %1= (1) 10 %10= (2) 10 %11=
Web 2.0 Tools Arcade Game Generator EDUC 5306: EDUCATIONAL APPLICATIONS OF TECHNOLOGY DR. JUSTIN BURRIS FALL 2015.
Integers’ Representation. Binary Addition. Two's Complement. Unsigned number representation Binary Addition, Subtraction. Overflow of unsigned numbers.
Ed 5860 Curriculum in Detail October 13, What is a curriculum? A program put together A program put together Guideline or an outline grade-specific.
09/03/20161 Information Representation Two’s Complement & Binary Arithmetic.
Friday, Jan. 31, 2014 Directions: Please come in and get your journal. On your next blank page, write today’s date on the top line. Title this page ~ Scale.
Scientific Method Learning Goal: We will be able to produce a teaching tool to aid in planning for the Scientific Method quiz and unit test.
Learning Objectives 3.3.1f - Describe the nature and uses of floating point form 3.3.1h - Convert a real number to floating point form Learn how to normalise.
Starter To complement our notes and learning from last lesson (Topic 10 Introducing Large ICT Systems: Features of Large ICT Systems), fold your piece.
INFO 3: Use of ICT In The Digital World Topic 7: Developing ICT Solutions Factors that contribute to the success and failure of ICT Systems.
Two’s Complement The language of machines, part II.
Starter – Think…Pair…Share Explain how ICT can be used to support the following tasks: Payroll Personnel Independently think of a suitable response (2.
Starter Using the mini whiteboards record your answers: 1) Name 2 different Character Sets 2) Convert the Hex number 9E into denary 3) Convert the binary.
STARTER – CRACK THE CODE
Starter: Think & Pair (10 mins) So far we have covered the following common ICT systems: Payroll System Personnel System Accounts System Back Office System.
1 Integer Representations V1.0 (22/10/2005). 2 Integer Representations  Unsigned integer  Signed integer  Sign and magnitude  Complements  One’s.
Starter 1)Name as many training methods as you can. 2)Name as many support options available to organisations to support them with their ICT systems. 3)What.
Starter Using two’s Complement form convert the following from Denary to Binary using 8 bits. Answer on mini whiteboard Using two’s.
Starter To complement our notes for Topic 7 & 8, complete a mind map for these two topics on paper – (5 Mins) Project Management & the SDLC Project Failure.
Advanced Binary b. describe and use two’s complement and sign and magnitude to represent negative integers; c. perform integer binary arithmetic, that.
Starter You will each be given a slip of paper. Some of you will have a keyword on your paper and others will have a definition. You have 5 minutes to.
INFO 3: Use of ICT In The Digital World Topic 8: Development Methods (Stages of the SDLC) Electronic Chapter: 9.
OBJECTIVE AND OUTCOMES Objective: To be able to create images in binary format and understand the part metadata plays in recreating images. Outcomes:
Starter Complete the Word Search. CG3.7 Algorithms (The Insertion Sort (Chapter 46) & Algorithm Testing)
Unit I From Fundamentals of Logic Design by Roth and Kinney.
WHAT IS BINARY? Binary is a number system that only uses two digits: 1 and 0. Any information that processed by a computer it is put into sequence of.
Binary, Denary, Hexadecimal Conversion Binary Addition
Arithmetic Shifts and Character Representation
Integers’ Representation. Binary Addition. Two's Complement.
Lesson Objectives Aims
Starter Open up the “What Am I Task Sheet” and work through the clues independently. You have 5 minutes before the answers are to be discussed as a group…
Lesson objectives Understand how computers represent and manipulate numbers [unsigned integers, signed integers (sign and magnitude, Two’s complement)
INFO 3: Use of ICT In The Digital World
Starter Task One: Complete the gapped worksheet, identifying which description matches the correct key word. Task Two: Briefly answer the questions outlined.
Exercise: Add these two single precision IEEE 754 numbers: … …0 Left number: 1.101x24 Right number: 1.011x 22= x24.
Folders out, planners out…
Teaching the Full Range
Teaching Computing to GCSE
Lesson Objectives To understand how to add 4 and 8 bit binary numbers together To understand what is meant by the term “Overflow” ALL students will add.
Chapter 14 Bitwise Operators Objectives
Ensuring Success through Assessment – Involve Students
Teaching Computing to GCSE
Getting them to learn not just be occupied
Subtracting Integers with Tiles
C1 Number systems.
Binary  Name: Class: .
Data Binary Arithmetic.
GCSE COMPUTER SCIENCE Topic 3 - Data 3.2 Signed Integers.
GCSE COMPUTER SCIENCE Topic 3 - Data 3.3 Logical and Arithmetic Shifts.
Two’s Complement & Binary Arithmetic
Presentation transcript:

Starter Using the mini whiteboards record your answers: 1)Convert 8F to Denary 2)Convert 23 to Hex 3)Convert -17 to binary using sign & magnitude 4)Convert -17 to binary using two’s complement 5)Convert 25 to binary using two’s complement

Using Shift Functions (Textbook Page 210)

Objectives Understand and be able to apply the logical shift function. Understand and be able to apply the arithmetic shift function.

Exam Questions on this Topic 1) Write down the effect of carrying out an arithmetic shift left by two places on the eight-bit positive integer and state the effect of this operation on the number. [2] Jan ) Assuming overflow does not occur, what would be the effect of carrying out an arithmetic shift left by one place on a positive binary number. [1] Where do you think you fall on the Progress Scale?

Assessment Objectives (Outcome) Grade E/D Standard: Be able to understand how to perform logical and arithmetic shifts left and right and achieve more than 40% of the exam style question. Grade C/B Standard: Be able to understand and demonstrate how to perform logical and arithmetic shifts left and right and achieve 60% or more of the exam style question. Grade A Standard: Be able to understand, demonstrate and teach others independently how perform logical and arithmetic shifts left and right and achieve 80% or more in the exam style questions.

Learning the Methods (30 Minutes) Working in pairs: Learn the method you have been given and make notes of the method. Put together 5 questions you could ask to test the learning using this method. Teach your method to your partner so that they know how to use this method. Partner to make notes of the method. Use your questions to test their understanding.

On-Line Assessment(15 Minutes) Go to Enter room Complete quiz on your own

Stretch & Challenge Activity 1) Write down the effect of carrying out an arithmetic shift left by two places on the eight-bit positive integer and state the effect of this operation on the number. [2] Jan ) Assuming overflow does not occur, what would be the effect of carrying out an arithmetic shift left by one place on a positive binary number. [1]

Extra Work A teacher wants to teach her students how to use arithmetic shifts left and right and logical shifts left and right. Using a software of your choice create a teaching aid for the teacher and ensure your teaching aid tests the students knowledge.

Assessment Objectives (Outcome) Grade E/D Standard: Be able to understand how to perform logical and arithmetic shifts left and right and achieve more than 40% of the exam style question. Grade C/B Standard: Be able to understand and demonstrate how to perform logical and arithmetic shifts left and right and achieve 60% or more of the exam style question. Grade A Standard: Be able to understand, demonstrate and teach others independently how perform logical and arithmetic shifts left and right and achieve 80% or more in the exam style questions.

Objectives Understand and be able to apply the logical shift function. Understand and be able to apply the arithmetic shift function.

Homework Complete all exam questions from the textbook on page 194.