Data Representation N4/N5.

Slides:



Advertisements
Similar presentations
Computer Basics Whats that thingamagige?. Parts of a computer.
Advertisements

Chapter 4: Representation of data in computer systems
 The central processing unit (CPU) interprets and executes instructions.  The “brains” of the computer.  The speed of the processor is how fast it.
assumes basic arithmetic
Unit 3—Part A Computer Memory
Backing Storage Devices.  We are learning to:  Make comparisons between different backing storage devices using their features.  Identify appropriate.
CREATED BY, MS. JENNIFER DUKE BITS, BYTES, AND UNITS OF MEASUREMENT.
Communications Technology 2104 Mercedes Lahey. Bit 1. bit=From a shortening of the words “binary digit” 2. the basic unit of information for computers.
Computer Logic Distinction between analogue and discrete processes and quantities. Conversion of analogue quantities to digital form. Using sampling techniques.
Computer Storage & Representing Numbers CE 311 K - Introduction to Computer Methods Daene C. McKinney.
Data and Program Representation
 Memory Memory  Types of Memory Types of Memory  Memory Representation Memory Representation  Random Access Memory Random Access Memory  Read Only.
Computer Basics COMPUTER TECHNOLOG Y 1. What Is a Computer? An electronic device Accepts data and instructions Manipulates, processes, and displays the.
What is a Computer ? What is the application of computer in Our Daily Life ? What is the application of computer in Teaching Field?
Data Representation Int 2 Computing Unit 1 – Computer Systems St Kentigern’s Academy.
CPU RAM IO USB SSD GPU DIM MHZ GHZ HARDWARE
Hardware Data Storage.
Advanced Diploma 1 Backing Storage. Advanced Diploma 2 Aims Understand how data is stored Be able to use the binary system to represent ASCII characters.
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!
COMPUTER TECHNOLOGY MRS. SEALE COMPUTER PERFORMANCE.
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 Guts and Operating Systems CSCI 101 Week Two.
1 3 Computing System Fundamentals 3.2 Computer Architecture.
Unit 2—Part A Computer Memory Computer Technology (S1 Obj 2-3)
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.
GCSE ICT Storing data - Internal memory, backing storage, and measuring memory.
Networking for Home and Small Businesses –.  Explain the binary representation of data.
COMPUTER MEMORY & DATA STORAGE. ROM ROM is short for Read Only Memory. –I–It is permanent, long-term memory which cannot be erased or changed in any way;
Computers - The Journey Inside continues…
Storage of Data Instructions and data are held in main memory which is divided into millions of addressable storage.
Thursday 8 th October, 2015 Information Technology Fundamentals of Hardware & Software.
Floppy Disk Drive Lesson 5 CES Industries, Inc.. 1. Evolved from audio tape to floppy disk drives, with the first being an 8” disk to modern 3 1/2” 2.
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.
Memory The term memory is referred to computer’s main memory, or RAM (Random Access Memory). RAM is the location where data and programs are stored (temporarily),
Technology Education THE PERSONAL COMPUTER (PC) HARDWARE PART 2
Under the hood Tawny Gutierrez 2. Where to save files  Flash drive it to yourself Mac or PC Mac or PC Mac or PC Mac or PC  CD’s Student file Mac.
HNC COMPUTING - COMPUTER PLATFORMS 1 Computer Platforms Week 2 Backing Storage.
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.
Information Technology (IT). Information Technology – technology used to create, store, exchange, and use information in its various forms (business data,
© OCR 2016 Unit 2.6 Data Representation Lesson 1 ‒ Numbers.
STORAGE DEVICES Towards the end of this unit you will be able to identify the type of storage devices and their storage capacity.
Computer basics.
An Overview of the Computer System
Storage Hardware This icon indicates the slide contains activities created in Flash. These activities are not editable. For more detailed instructions,
Computer Memory Digital Literacy.
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.
Representation of data in computer systems
Unit 2.6 Data Representation Lesson 1 ‒ Numbers
STORAGE DEVICES Towards the end of this unit you will be able to identify the type of storage devices and their storage capacity.
Unit 2 Computer Memory Computer Technology (S1 Obj 2-3)
COMPUTER MEMORY & DATA STORAGE
COMPUTER MEMORY & DATA STORAGE
Unit 3—Part A Computer Memory
Looking Inside the machine (Types of hardware, CPU, Memory)
An Overview of the Computer System
Data Representation Numbers
Representation of Data in Computer Systems
STORAGE DEVICES Towards the end of this unit you will be able to identify the type of storage devices and their storage capacity.
How do computers work? Storage.
Unit 3—Part A Computer Memory
Bits, Bytes, and Storage.
Binary System.
Information Technology Department
Presentation transcript:

Data Representation N4/N5

Learning Intention Success Criteria Complete Task 1 - Unit Conversions By the end of the lesson, you will Understand how data is represented on a computer Know the units used to measure storage capacity and file size Be able to convert from one unit to another Success Criteria Complete Task 1 - Unit Conversions

What is a computer? Pros Cons Definition - An electronic device for storing and processing data, according to instructions given to it in a program. Pros Fast Accurate Can store a huge amount of data Never Forget Video Cons Can’t think for themselves No feeling No common sense A computer is a machine that carries out instructions given to it by a human. The instructions allow it to perform some useful functions as and when it is required. Without instructions (written by a programmer) a computer is a useless box of electronics that does nothing. they do not have human style intelligence so can’t consider problems   This means that there are lots of everyday tasks that humans can perform that computers still cannot. Pros: Show video “Fujitsu Motherboard Production” Cons: Task. Identify three everyday activities that a human can perform but computers cannot (or are not very good at).

Data? In computing, data is the term given to the numbers, text, graphics, sound & video that computers process. In order to process data, it must be in a form that computers can understand: BINARY What is Data?   You have used software packages on a computer which handle text (word processing), numbers (spreadsheets) and graphics (photo editing and drawing). You may even have used packages which manipulate and store sound and video data. In computing, data is the term given to the numbers, text, graphics, sound & video that computers process.

Binary Computers work by switching circuits (transistors) on and off very quickly. Computers are known as two-state machines, as a switch can only be on or off. The numbers 1 and 0 are used to represent the on and off positions of the switches. Each digit (1s or 0s) are called Bits (Short for Binary digITS) Everything that the computer has to do and all the data that it works with and stores is represented using a two digit number system - 1’s and 0’s.

Units of Binary When referring to memory and storage capacities, bytes became the basic unit of measurement. 1 Byte = 8 Bits Unit Description Bit It is the smallest unit which can be defined in a computer. Bits (1s or 0s) correspond to simple switches being on or off. Byte A byte is a group of 8 bits Kilobyte (Kb) Exactly 1024 bytes. Keep Megabyte (Mb) Exactly 1024 Kilobytes. My Gigabyte (Gb) Exactly 1024 Megabytes. Gold Terabyte (Tb) Exactly 1024 Gigabytes. What’s next? Petabyte, Exabyte, Zettabyte, Yottabyte… Early computer worked with groups of 8 bits or a byte. Today’s computers typically process groups of 64 bits (8 bytes) at a time. Storage space: a few years ago we would not talk about TB for Hard Disk Drives… Why 1024 and not 1000? Round number in binary (only 2 digits)

Changing From one Unit to Another Using the appropriate unit is important The traffic was dreadful last night. It took me 3300 seconds to drive home. A high definition movie might require 1,717,986,918 bytes of storage space. 3300 seconds = 55 minutes 1,717,986,918 bytes = 1.6Gb Do Task 1