GCSE COMPUTER SCIENCE Topic 3 - Data 3.3 Data Storage and Compression.

Slides:



Advertisements
Similar presentations
4.1Different Audio Attributes 4.2Common Audio File Formats 4.3Balancing between File Size and Audio Quality 4.4Making Audio Elements Fit Our Needs.
Advertisements

Chapter 4: Representation of data in computer systems
The Central Processing Unit: What Goes on Inside the Computer.
 The central processing unit (CPU) interprets and executes instructions.  The “brains” of the computer.  The speed of the processor is how fast it.
Data Representation CS105. Data Representation Types of data: – Numbers – Text – Audio – Images & Graphics – Video.
Introduction to Computer Terminology
Storage Devices and Media
Backing Storage Devices.  We are learning to:  Make comparisons between different backing storage devices using their features.  Identify appropriate.
M206 – Data Measurement. Introduction ‘Have you ever wondered how the computer interprets data?’ This is the language that the computer understands. This.
Digital Data Patrice Koehl Computer Science UC Davis.
Nat 4/5 - Software Design and Development – Low Level Operations - 1 National 4/5 – Computing Science Information Systems Design and Development Media.
Communications Technology 2104 Mercedes Lahey. Bit 1. bit=From a shortening of the words “binary digit” 2. the basic unit of information for computers.
CPU (CENTRAL PROCESSING UNIT): processor chip (computer’s brain) found on the motherboard.
Computer Systems Chapter 1 Pages Hardware-physical pieces Key hardware components in a computer system: The physical parts. – Central processing.
Hardware Data Storage.
How to use a computer and not lose your mind
Course ILT Basics of information technology Unit objectives Define “information technology” (IT), distinguish between hardware and software, and identify.
COMPUTER TECHNOLOGY MRS. SEALE COMPUTER PERFORMANCE.
Common file formats  Lesson Objective: Understanding common file formats and their differences.  Learning Outcome:  Describe the type of files which.
Inside your computer. Hardware Review Motherboard Processor / CPU Bus Bios chip Memory Hard drive Video Card Sound Card Monitor/printer Ports.
Digital Literacy Lesson 3. The Role of Memory A computer stores data in the memory when a task is performed. Data is stored in the form of 0s and 1s.
Marr CollegeHigher ComputingSlide 1 Higher Computing: COMPUTER SYSTEMS Part 1: Data Representation – 6 hours.
COMPUTER BASICS Computer Technology. WHAT IS A COMPUTER?  Electronic  Accepts data and instructions  Manipulates, processes, and displays the information.
Networking for Home and Small Businesses –.  Explain the binary representation of data.
Media Types Information Systems can contain the following types of media: Sound, graphics, video & text.
IT Essentials Chapter 1 Part C. 1.5 Math for a Digital Age.
2.1.4 Data Representation Units.
* Numeral Systems: A writing method for expressing numbers is called a “Numeral System". In the most common numeral system, we write numbers with combinations.
Unit C-Hardware & Software1 GNVQ Foundation Unit C Bits & Bytes.
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),
Units Representation of Data in Computer Systems.
COMPUTER SYSTEM A computer system is define as combination of components designed to process data and store files. A computer system consists of four.
Computer Performance. Hard Drive - HDD Stores your files, programs, and information. If it gets full, you can’t save any more. Measured in bytes (KB,
Audio Formats. Digital sound files must be organized and structured so that your media player can read them. It's just like being able to read and understand.
Computer Fundamental - ITD13821 Lecture 01 Extra Numbering System.
Information Systems Design and Development Media Types Computing Science.
Software Design and Development Storing Data Part 2 Text, sound and video Computing Science.
Online Documents – File Compression File size can be a big deal Like when you want more music on your phone Or work on your USB stick Or when you.
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.
Information Technology (IT). Information Technology – technology used to create, store, exchange, and use information in its various forms (business data,
Computer Performance & Storage Devices Computer Technology #2.
© OCR 2016 Unit 2.6 Data Representation Lesson 1 ‒ Numbers.
GCSE COMPUTER SCIENCE Data
Component 1.9 Security and Data Management
How Has This Course Changed Your Perception of Digital Media
File Compression 3.3.
Denary to Binary Numbers & Binary to Denary
Computer Performance & Storage Devices
Hardware specifications
Click once to reveal the definition. Think of the answer
Data Representation Lesson 1 Speed and Storage Units KS3 COMPUTING
Computer Science Higher
Data Compression.
Computer Hardware and Software
File Compression 3.3.
Unit 2- Lesson 1 & 2- Bytes and File Sizes / Text Compression
3 - STORAGE: DATA CAPACITY CALCULATIONS
Data Representation Numbers
Representation of Data in Computer Systems
Web Design and Development
Data Compression.
Summer Term Year 10 Slides
Computer Systems – Unit 1
Chapter 3 Hardware and software 1.
Chapter 3 Hardware and software 1.
Objectives Describe how common characteristics of CPUs affect their performance: clock speed, cache size, number of cores Explain the purpose and give.
Unit 2- Lesson 1 & 2- Bytes and File Sizes / Text Compression
GCSE COMPUTER SCIENCE Topic 3 - Data 3.9 Data Compression.
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.
GCSE COMPUTER SCIENCE Topic 3 - Data 3.8 Data Storage.
Presentation transcript:

GCSE COMPUTER SCIENCE Topic 3 - Data 3.3 Data Storage and Compression

This presentation covers the following content from the specification Students should: 3.3.1 understand how to convert between the terms ‘bit, nibble, byte, kilobyte (KB), megabyte (MB), gigabyte (GB), terabyte (TB)’ 3.3.2 understand the need for data compression and methods of compressing data (lossless, lossy) and that JPEG and MP3 are examples of lossy algorithms 3.3.3 understand how a lossless, run-length encoding (RLE) algorithm works 3.3.4 understand that file storage is measured in bytes and be able to calculate file sizes

Speed Units Speed units are needed to measure how fast processors are. Example A 1GHz processor can compute 1 billion instructions a second. The faster a CPU is, the more computations it can perform a second.

The base unit of speed is called a: Speed Units The base unit of speed is called a: Hertz

The next unit of speed is: Speed Units The next unit of speed is: Kilohertz 1 Kilohertz is 1024 Hertz

Megahertz Speed Speed Units The next unit of speed is: 1 Megahertz is 1024 Kilohertz

Gigahertz Speed Speed Units The final unit of speed is: 1 Gigahertz is 1024 Megahertz

Storage Units Storage units are needed measure how much data a device can hold. Example A 1GB USB stick can hold roughly 230 mp3s, 16 hours of music or 20 music albums. Not enough to hold a movie. The larger a storage device is, the more data is can hold.

The base unit of storage is called a: Storage Units The base unit of storage is called a: Byte

The next unit of storage is: Storage Units The next unit of storage is: Kilobytes 1 Kilobytes is 1024 Bytes

The next unit of storage is: Storage Units The next unit of storage is: Megabytes 1 Megabyte is 1024 Kilobytes

The next unit of storage is: Storage Units The next unit of storage is: Gigabytes 1 Gigabyte is 1024 Megabytes

The final unit of storage is: Storage Units The final unit of storage is: Terabytes 1 Terabyte is 1024 Gigabytes

You need to remember these, especially the order. Speed & Storage Units: Recap Speed Units hertz (Hz) Storage Units bit (b) Hertz kilohertz (KHz) Bytes byte (B) megahertz (MHz) kilobyte (KB) gigahertz(GHz) megabyte (MB) gigabyte (GB) terabyte (TB) You need to remember these, especially the order. ACTIVITY Write these down in your books under a title of speed and storage units

Activity 1 We need a phrase to remember this sequence. Bytes B BIG Kilobytes K KANGAROOS Megabytes M MAKE Gigabytes G GOOD Terabytes T TEA Title: Speed and Storage Units Your task is to create a scene to remember this phrase!

Example Here’s one I made earlier! However, this is unfinished. It needs to have the phrase and what each word stands for on it. Now that’s a good cup of tea!

Compression Compression is the process of reducing the size of a file It has two main benefits: 1 It allows us to reduce the amount of storage space we use (I.e. we can store more data) 2 It increases the transfer rate of files over networks (I.e. sends and receives data over a network faster) ACTIVITY Write this information in your book.

Compression There are two types of compression you need to understand: Lossless Reduces the size of a file while retaining all of the original information. Lossy Reduces the size of a file by permanently removing some of the data. ACTIVITY Write these two definitions in your book.

Lossy Compression JPG Images MP3 Audio Type Example Example (pronounced jpeg) The most common file format used for images. Most of the images produced by modern digital cameras and mobile phones are jpegs. These images are lower in quality than bitmap images, however have much smaller file sizes. Audio MP3 (mpeg layer 3) The most common file format used for audio files. Most of the sounds downloaded from the Internet are mp3 files, for example, songs downloaded on iTunes. This audio is lower quality than wave files (.wav), again however have smaller file sizes.

Activity 2 Explain the advantages and disadvantages of lossy and lossless compression. Advantages Disadvantages Lossless Keeps all of the original data Original can be reproduced exactly When the file is uncompressed Reduces the file size But not by as much as lossy compression Lossy Does not keep all of the original data File can be compressed much more Than in lossless compression Some data is permanently lost Therefore the original cannot be recreated

Run Length Encoding Watch this video to learn more about Run Length Encoding. Link: https://www.youtube.com/watch?v=ypdNscvym_E

Run Length Encoding Definition Run length encoding (RLE) is a simple form of lossless compression. Runs of data (sequences in which the same data value occurs consecutively) are stored as a single data value and count, rather than as the original run. Old uncompressed string AAAAABBBBCCCDDE 5A 4B 3C 2D 1E New compressed string 5A4B3C2D1E ACTIVITY Write this definition and example in your book.

Activity 3 Text string Answer AAAABBBBBBBBBCADDDDEEFFFFFFFF 4A9B1C1A4D2E8F ABCABCABCABCABC 1A1B1C1A1B1C1A1B1C1A1B1C1A1B1C BBGGYYAACCFFEEBBGGYYAACCFFEE 2B2G2Y2A2C2F2E2B2G2Y2A2C2F2E Which one compresses the most? The first text string. Why is this? Lots of repeated letters in the string that are in sequence. Describe in English the process RLE uses to encode text. Look for sequences of letters in the string. Count how many letters are in each sequence. Shorten the sequence to the amount and the letter only.