Lesson 6: End of Unit Assessment

Slides:



Advertisements
Similar presentations
Does God exist? Learning Outcomes Learning Outcomes To know one argument in favour of the existence of God To know one argument in favour of the existence.
Advertisements

NUMBER SYSTEM. How to convert hexadecimal numbers to decimal numbers? 230 Working from right to left, MULTIPLY each position with 8 raised to the power.
A-Level Computing#BristolMet Session Objectives#8 express numbers in binary, octal and hexadecimal explain the use of code to represent a character set.
Chapter 4.2 Binary numbers: Arithmetic
Revision tip: Focus on the things you find difficult first.
Hexadecimal and ASCII Lesson Objective: Understand the purpose of ASCII and how to use it. Lesson Outcome: Convert between Hexadecimal and ASCII Convert.
© GCSE Computing Candidates should be able to:  convert positive denary whole numbers (0-255) into 8-bit binary numbers and vice versa  add two 8-bit.
The Teacher CP4 Binary and all that… CP4 Revision.
PYTHON PROGRAMING Week 15 – Tuesday.
Converting From decimal to Binary & Hexadecimal to Binary
The Teacher CP4 Binary and all that… CP4 Revision.
Conversions Denary to Binary Method 1
Do it now activity Can you work out what the missing symbols are and work out the order they should be in if the table shows smallest to largest KB kilobyte.
Working with 8-bit bytes and hexadecimal
Hexadecimal Data Representation. Objectives  Know how the Hexadecimal counting system works  Be able to convert between denary, binary & hexadecimal.
Data Representation Hexadecimal  Although computers work in binary it is sometimes inconvenient for humans to read everything in Binary. For example in.
Number Base Relationships F451 AS WBGS How to explain the relationship between binary and Octal/Hex values.
DECIMALBINARY a) b) c) d) e) f) Revision Exercise DECIMALBINARY a) b) c)
BINARY Toby Wilson. LEARNING OBJECTIVES  Be able to convert binary to denary  Be able to convert denary into binary  Be able to explain how computers.
Introduction to Number Representation A451 GCSE Computing.
Hexadecimal (base 16) BY MAT D. What is hexadecimal  Hexadecimal is a number system like binary or denary that has 16 characters, the numbers 0-9 and.
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
Conversions 1)Binary to Denary Method 1 Work out the position values of the binary bits and add those values together So above would be
Base 16 (hexadecimal) Uses the decimal digits and the first letters of the alphabet to encode 4 binary bits (16=2 4 ) abcdef or ABCDEF.
Lesson 2 – Denary to Binary
OBJECTIVE AND OUTCOMES Objective: To be able to create images in binary format and understand the part metadata plays in recreating images. Outcomes:
© 2016 AQA. Created by Teachit for AQA Converting between number bases Lesson.
Prepared By: Norakmar Binti Mohd Nadzari CHAPTER 2 ARITHMETIC AND LOGIC UNIT.
DATA REPRESENTATION - TEXT
Lecturer: Santokh Singh
Data Representation Lesson 2 Binary KS3 COMPUTING KS3 Computing
Binary, Denary, Hexadecimal Conversion Binary Addition
Arithmetic Shifts and Character Representation
COMPUTER ORGANIZATION
Binary numbers: Week 7 Lesson 1
Using the Windows Calculator for quick decimal to binary conversions
Lesson Objectives Understand the hexadecimal numbering system
Unit 2.6 Data Representation Lesson 1 ‒ Numbers
CSE 102 Introduction to Computer Engineering
2.0 COMPUTER SYSTEM 2.2 Number System and Representation
Denary to Binary Numbers & Binary to Denary
…to GCSE Level with Python Sue Sentance
Lesson objectives Understand how computers represent and manipulate numbers [unsigned integers, signed integers (sign and magnitude, Two’s complement)
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.
Data Representation Revision
1. Explain how ASCII is used to represent text in a computer system
Hexadecimal Conversions
Network Media, models and number systems
Data Hexadecimal.
WELCOME TO MIDHURST ROTHER COLLEGE Getting Started in Computer Science
(return of the…) Data blast
Lesson 2: Binary to Denary Conversion.
Lesson 1: Introduction to Binary
Half Term 1 Please type your name here:.
Binary  Name: Class: .
Lesson 3: Denary to Binary Conversion.
PYTHON: BUILDING BLOCKS Inputs & Outputs
PYTHON: BUILDING BLOCKS Sequencing & Selection
Lesson 4: Introduction to Hexadecimal
GCSE COMPUTER SCIENCE Topic 3 - Data 3.4 Hexadecimal Conversion.
Hexadecimal.
Computer Science 1 Review and finish Number base conversion
GCSE COMPUTER SCIENCE Topic 3 - Data 3.2 Signed Integers.
GCSE COMPUTER SCIENCE Topic 3 - Data 3.1 Binary.
GCSE COMPUTER SCIENCE Topic 3 - Data 3.3 Logical and Arithmetic Shifts.
Section 6 Primitive Data Types
Presentation transcript:

Lesson 6: End of Unit Assessment DATA REPRESENTATION Lesson 6: End of Unit Assessment YEAR 7 @ MIDHURST ROTHER COLLEGE

DATA REPRESENTATION In this topic you have... LEARNT about binary. RESEARCHED why computers use binary. UNDERSTOOD how to convert numbers to binary and hex. EXPLORED how text can be converted to binary.

ASSESSMENT PREPARATION An understanding of binary. Denary to binary & binary to denary conversion. Have another look at your baseline tests in Showbie. Is there an area you still struggle with? Ask a friend or teacher to help you understand. Are you confident? Offer your help to other students in the room. An understanding of hexadecimal. An understanding of ASCII.

END OF UNIT ASSESSMENT Go online and sign in to your microsoft 365 accounts. Go to forms and complete the Year 7 Data Representation Baseline Test. Make sure you read the questions carefully, so that you do not make avoidable mistakes. Try your best and good luck.

Finalise your OneNote The book should include: Introduction to Binary. Denary / Binary Exercises. HEX Exercises. ASCII Exercises. You have created a OneNote topic to show your work for this topic. This should include what you have found out from research tasks and copies of tasks you have completed in lessons. Make sure you have explained how you completed tasks and referenced where you found information you used. Add appropriate images to your OneNote.

PLENARY: CLASS DISCUSS Do you have any questions about the topic? In GCSE Computer Science you will also learn how images and sound can be represented in binary.