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.

Slides:



Advertisements
Similar presentations
Chapter 4: Representation of data in computer systems
Advertisements

1 Chapter 2 The Digital World. 2 Digital Data Representation.
Processing Data.
Binary Aim: Explain binary and binary units Objective 1: Convert positive denary whole numbers (0-255) into 8-bit binary numbers and vice versa Objective.
Getting to know Storage Media 1.Stores information 2.Retrieve information for later use.
CREATED BY, MS. JENNIFER DUKE BITS, BYTES, AND UNITS OF MEASUREMENT.
Computer System Alanoud Al Saleh. Computer systems Are defined as: A machine for solving problems. Specifically the modern computer is high-speed electronic.
Communications Technology 2104 Mercedes Lahey. Bit 1. bit=From a shortening of the words “binary digit” 2. the basic unit of information for computers.
Standard Grade Computing LOW LEVEL MACHINE CHAPTER 21.
Computer Systems Chapter 1 Pages Hardware-physical pieces Key hardware components in a computer system: The physical parts. – Central processing.
Computers Inside and Out
Data Representation Int 2 Computing Unit 1 – Computer Systems St Kentigern’s Academy.
Data Representation A series of eight bits is called a byte. A byte can be used to represent a number or a character. As you’ll see in the following table,
Discovering Computers Fundamentals, 2010 Edition Living in a Digital World Chapter Three.
Slide 1 Wednesday, October 07, 2015 Low Level Machine.
Hardware Data Storage.
 Explain the function of ASCII code  Describe the unit of data measurement: Bit, Bait, KB, MB, GB, TB  Describe the unit of clock speed Megahertz and.
What do computers know?  All they really know is on or off.  Kind of like a light switch  Computers aren’t nearly as smart as you are!
OBJECTIVES  Explain why a computer represents data in the form of binary  Explain the terms related to data storage: bit, byte, character, word  Calculate.
Inside your computer. Hardware Review Motherboard Processor / CPU Bus Bios chip Memory Hard drive Video Card Sound Card Monitor/printer Ports.
Computer Systems Nat 4/5 Computing Science Data Representation Lesson 2: Floating Point Representation.
1 3 Computing System Fundamentals 3.2 Computer Architecture.
Bits and Bytes IGCSE. A binary number is either a 0 or a 1 and is known as a 'bit' or b inary dig it. However, the CPU cannot deal with just one bit at.
Networking for Home and Small Businesses –.  Explain the binary representation of data.
Data Representation (in computer system). Data Representation How do computers represent data? b The computers are digital Recognize.
Data Storage © 2007 Pearson Addison-Wesley. All rights reserved.
Thursday 8 th October, 2015 Information Technology Fundamentals of Hardware & Software.
Data Storage © 2007 Pearson Addison-Wesley. All rights reserved.
2.1.4 Data Representation Units.
Know what a computer is used for Understand the difference between hardware and software Be able to describe the way that data is stored in a computer.
Units Representation of Data in Computer Systems.
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.
Lesson Aim (Data representation) To be able to: Convert B/D & D/B Convert D/H & H/D Convert H/B & B/H Perform simple binary arithmetic Represent a number.
File types and storage. Primary and Secondary storage  Primary – built into the computer, the computers memory capacity  RAM – random access memory.
Understanding Computers
Binary a. express numbers in binary, binary-coded decimal (BCD), octal and hexadecimal;
Binary Numbers. Base 10 and Base 2  We normally work with numbers in base 10.  In base 10 we use the digits 0, 1, 2, 3, 4, 5, 6, 7, 8 and 9.  Everything.
CC111 Lec#2 The System Unit The System Unit: Processing and Memory Lecture 2 Binary System.
Understanding Binary Understanding Computers. Understanding Computers L3 – Understanding Binary Learning Objectives All will Understand why all data is.
Numerical Representation Intro to Computer Science CS1510 Dr. Sarah Diesburg 1.
© OCR 2016 Unit 2.6 Data Representation Lesson 1 ‒ Numbers.
Understanding binary Understanding Computers.
Computer basics.
An Overview of the Computer System
Data Representation N4/N5.
Numerical Representation
Memory Parts of a computer
What is Binary? Binary is a two-digit (Base-2) numerical system, which computers use to process and store data. The reason computers use the binary system.
Unit 2.6 Data Representation Lesson 1 ‒ Numbers
3 - STORAGE: DATA CAPACITY CALCULATIONS
Denary to Binary Numbers & Binary to Denary
…to GCSE Level with Python Sue Sentance
Data Encoding Characters.
An Overview of the Computer System
Data Representation Numbers
Representation of Data in Computer Systems
How do computers work? Storage.
Numerical Representation
Computers & Programming Languages
Bits, Bytes, and Storage.
Binary Data representation
Numerical Representation
Learning Intention I will learn how computers store text.
Binary System.
Information Technology Department
LO1 – Understand Computer Hardware
AS Level ICT Selection and use of storage requirements, media, and devices: storage and storage capacity Unit 1 Topic a - Selection and use of storage.
Computer Systems Nat 4/5 Computing Science Data Representation
Numerical Representation
Presentation transcript:

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 TB terabyte Last lesson we learnt about the units which are used to measure memory in a computer. GB gigabyte MB megabyte

Learning objectives List the different units of data and their respective values Understand how knowing the size of software you want to run can help to make it run more efficiently

New Learning Characters Images Sound Instructions ASCII Text Data Describe how characters are stored in a computer system using ASCII and how this improves efficiency Decode a message given to you in ASCII Learning objectives New Learning Characters Images ASCII Video Sound New learning Last lesson we found out about how we describe the size of data on a computer system. This might be the file size, the capacity of the hard drive or the capacity of the RAM. Today we will begin to look at how different types of data are actually stored. Some of the kinds of data that is stored on a computer include: What exactly do we mean by characters? Characters are anything that you can physically type on your keyboard. This includes lower-case letters such as abcdefg, upper-case letters such as ABCDEFG, numbers such as 12345678 and symbols such as !"£$%^&*. In your book explain what we mean by characters and give examples of each. As we have already learnt, computers don't understand English or any other 'human' language. Instead they work in BINARY literally 1's and 0's, so how can these be used to represent all of the characters that you can type on your keyboard? The answer is ASCII. Instructions ASCII Text Data Numbers Symbols Capacity Characters

Talk Task What is a character? What is ASCII? What is a character set? Describe how characters are stored in a computer system using ASCII and how this improves efficiency Decode a message given to you in ASCII Learning objectives Talk Task What is a character? What is ASCII? What is a character set? How does using ASCII make using a computer easier? ASCII Text Data Numbers Symbols Capacity Characters

Learning Development Text to ASCII to BINARY converter ASCII table Describe how characters are stored in a computer system using ASCII and how this improves efficiency Decode a message given to you in ASCII Learning objectives Learning Development Text to ASCII to BINARY converter ASCII table 0100110101100001011100100110001101101000011000010110111001110100 This means although you have typed a number on your keyboard it is actually stored with a different BINARY number according to the ASCII code ASCII stands for American Standard Code for Information Interchange, this is a standard that is used by most computers. So when I convert my surname to ASCII code my surname becomes 77 97 72 99 104 97 110 74 Although these numbers would actually be stored in the computer as binary and so my surname would be: 0100110101100001011100100110001101101000011000010110111001110100 That is a bit of a mouthful! Just as well the computer can translate what I type on the keyboard - Marchant - convert it into binary using ASCII code, process it in the way I have instructed (in this case writing it on this webpage) and then convert it back to Marchant so I understand what is displayed on the screen! ASCII Text Data Numbers Symbols Capacity Characters

Describe how characters are stored in a computer system using ASCII and how this improves efficiency Decode a message given to you in ASCII Learning objectives Independent Task Using the sheet your teacher has given you find out what your name would look like using ASCII code. Then have a go at the ASCII exercise sheet. Remember although you will be working with denary numbers the computer would actually store these as binary. ASCII Text Data Numbers Symbols Capacity Characters

Independent Task ASCII Text Data Numbers Symbols Capacity Characters Describe how characters are stored in a computer system using ASCII and how this improves efficiency Decode a message given to you in ASCII Learning objectives Independent Task Level 5: Explain how each character is stored on the computer using ASCII code. Level 6: Explain what the computer is actually doing when you type a word on the keyboard and it appears on screen in a word processor. Level 7: Explain how being able to write characters rather than their binary representation helps to make using a computer more efficient. ASCII Text Data Numbers Symbols Capacity Characters

Extension ASCII Text Data Numbers Symbols Capacity Characters Learning Describe how characters are stored in a computer system using ASCII and how this improves efficiency Decode a message given to you in ASCII Learning objectives Extension Completed this? Can you find out what message I have sent to you? 77 105 115 115 32 77 97 114 99 104 97 110 116 32 105 115 32 116 104 101 32 98 101 115 116 32 116 101 97 99 104 101 114 33 ASCII Text Data Numbers Symbols Capacity Characters

Describe how characters are stored in a computer system using ASCII and how this improves efficiency Decode a message given to you in ASCII Learning objectives Plenary Write a coded message using ASCII for the class and see who can work it out fastest. ASCII Text Data Numbers Symbols Capacity Characters

ALL MOST SOME ASCII Text Data Numbers Symbols Capacity Characters Describe how characters are stored in a computer system using ASCII and how this improves efficiency Decode a message given to you in ASCII Learning objectives ALL (Level 5) Understand how data, such as numbers, sound and images are physically stored on a computer system. Explain how each character is stored on the computer using ASCII code. MOST (Level 6) Understand how instructions are run inside a computer Explain what the computer is actually doing when you type a word on the keyboard and it appears on screen in a word processor. SOME (Level 7) Understand how instructions can be written efficiently and be able to describe the efficiency of your programs Explain how being able to write characters rather than their binary representation helps to make using a computer more efficient ASCII Text Data Numbers Symbols Capacity Characters

Due: Thursday 16th January List the different units of data and their respective values Understand how knowing the size of software you want to run can help to make it run more efficiently Learning objectives Homework The History of Computing Research Charles Babbage and Ada Lovelace, find out: Who they were When they lived What they invented and what this did What impact this had on computing Due: Thursday 16th January This term your homework will be around a theme - Data Bit Nibble Byte Kilobyte Megabyte Gigabyte Terabyte