Reducing File Sizes. File Formats In this lesson, we will be looking at: How do we measure file size? Why are some files bigger than others? Why should.

Slides:



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

Introduction to Microsoft Movie Maker 2 Adapted from Windows Movie Maker 2: Zero to Hero by Jon Bounds, John Buechler, and Jen deHaan.
Digital Multimedia.
Copyright © 2014 Pearson Education, Inc. Publishing as Prentice Hall
File Management Chapter 3
Chapter 4: Representation of data in computer systems: Sound OCR Computing for GCSE © Hodder Education 2011.
Chapter 4: Representation of data in computer systems
1 A Balanced Introduction to Computer Science, 2/E David Reed, Creighton University ©2008 Pearson Prentice Hall ISBN Chapter 12 Data.
Files & Folders Mrs. Marshell Faubion Middle School.
 Wisegeek.com defines Data Compression as:  “Data compression is a general term for a group of technologies that encode large files in order to shrink.
Terms 6 Definitions and Questions. Pixel, Megapixel, Webcam Pixel: The basic unit of the composition of an image on a television screen, computer monitor,
Nat 4/5 - Software Design and Development – Low Level Operations - 1 National 4/5 – Computing Science Information Systems Design and Development Media.
Representation of Data in Computer Systems
CSCI-235 Micro-Computers in Science Hardware Part II.
Computers Inside and Out
Chapter 11 Fluency with Information Technology 4 th edition by Lawrence Snyder (slides by Deborah Woodall : 1.
 Refers to sampling the gray/color level in the picture at MXN (M number of rows and N number of columns )array of points.  Once points are sampled,
Hardware Data Storage.
Data Representation and Storage Lecture 5. Representations A number value can be represented in many ways: 5 Five V IIIII Cinq Hold up my hand.
Fill in the blanks: (1) _________ has only two possible values 0 and 1. (2) There are __________bits in a byte. (3) 1 kilobyte of memory space can store.
Follow the Data Data (and information) move from place to place in computer systems and networks. As it moves it changes form frequently. This story describes.
HTML presentation Graphics H format H data compression H size H creating or finding H publishing.
Common file formats  Lesson Objective: Understanding common file formats and their differences.  Learning Outcome:  Describe the type of files which.
Introduction to Interactive Media 03: The Nature of Digital Media.
Still-image compression Moving-image compression and File types.
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.
AUDIO AND VIDEO COMPRESSION AND IT’S IMPORTANCE ON THE INTERNET Brian Dillinger May 3, 2010.
Marr CollegeHigher ComputingSlide 1 Higher Computing: COMPUTER SYSTEMS Part 1: Data Representation – 6 hours.
Graphics An image is made up of tiny dots called pixels (“picture elements”) The resolution determines the.
Computer Fundamentals/ Organizing Your Work/ 1 of 16.
Marwan Al-Namari 1 Digital Representations. Bits and Bytes Devices can only be in one of two states 0 or 1, yes or no, on or off, … Bit: a unit of data.
Media Types Information Systems can contain the following types of media: Sound, graphics, video & text.
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;
CSCI-100 Introduction to Computing Hardware Part II.
Chapter 1 Background 1. In this lecture, you will find answers to these questions Computers store and transmit information using digital data. What exactly.
COMP135/COMP535 Digital Multimedia, 2nd edition Nigel Chapman & Jenny Chapman Chapter 2 Lecture 2 – Digital Representations.
Multimedia in Web Introduction. Multimedia Elements in Web Page Images Voice Music Animation Video Text & Numbers.
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.
Information Systems Design and Development Media Types Computing Science.
1 Part A Multimedia Production Chapter 2 Multimedia Basics Digitization, Coding-decoding and Compression Information and Communication Technology.
Software Design and Development Storing Data Part 2 Text, sound and video Computing Science.
Networks Standardisation & Protocols. Learning Objectives Explain the advantages of standardisation and describe some areas of standardisation such as.
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.
Submitted To-: Submitted By-: Mrs.Sushma Rani (HOD) Aashish Kr. Goyal (IT-7th) Deepak Soni (IT-8 th )
National 4 and National 5 Computer Science. National 4 Computing Science 2 units: Software Design and Development Information System Design and Development.
GCSE COMPUTER SCIENCE Topic 3 - Data 3.3 Data Storage and Compression.
File Compression 3.3.
Denary to Binary Numbers & Binary to Denary
Chapter 6 Storage By Hussein Alhashimi.
Video on the Web.
Vocabulary byte - The technical term for 8 bits of data.
Computer Science Higher
Storage Hardware This icon indicates the slide contains activities created in Flash. These activities are not editable. For more detailed instructions,
Unit 2- Lesson 1 & 2- Bytes and File Sizes / Text Compression
Unit 2- Lesson 1 & 2- Bytes and File Sizes / Text Compression
Data Compression.
Lossy vs Lossless compression
Vocabulary byte - The technical term for 8 bits of data.
COMPUTER MEMORY & DATA STORAGE
COMPUTER MEMORY & DATA STORAGE
Data Storage In today’s lesson we will look at:
short term and long term speed, capacity, compression formats, access
Web Design and Development
Data Compression.
1. Explain how ASCII is used to represent text in a computer system
Follow the Data Data (and information) move from place to place in computer systems and networks. As it moves it changes form frequently. This story.
Number Systems Instructions, Compression & Truth Tables.
Unit 2- Lesson 1 & 2- Bytes and File Sizes / Text Compression
WJEC GCSE Computer Science
Presentation transcript:

Reducing File Sizes

File Formats In this lesson, we will be looking at: How do we measure file size? Why are some files bigger than others? Why should we make files smaller? Linking and embedding Lossless and lossy compression Examples

How Is File Size Measured? The smallest unit of storage is a byte A byte could store: one character of text one number between one pixel (dot) in a photo 1/44,000 of a second of music on a CD A kilobyte is 1024 bytes A megabyte is 1024 kilobytes (1,048,576 bytes) A gigabyte is 1024 megabytes (1,073,741,824 bytes)

What Affects File Size? All information is stored and processed in the form of numbers Pictures, sounds and text can be converted into numbers using different methods – called coding – e.g. vector/bitmap, wave/midi Some types of coding are more efficient, or can store a greater level of detail – e.g..txt files vs Word/RTF files

What Affects File Size? The RTF and Word documents are bigger then the.txt file because they store extra information… …but why is the HTML file so much smaller?

Why Make Files Smaller? If all of the files you made or downloaded were very large, your computer would quickly fill up Large files would also take more memory (RAM) to process, which could slow the computer down. A large file will take longer to transfer – either from disc to memory to processor, or through a USB cable, or across the internet.

Linking and Embedding When you insert an object (e.g. a picture, sound, etc) into a document, it can stored in one of two ways… It can be embedded into the document, so that all of the data for the inserted object is stored inside the document – e.g. Word The document can store a link to the object, with the linked object stored in a separate file – e.g. web-pages

Compression You can also use a technique called compression to make files smaller. Lossless compression uses sequences and pattern recognition to squeeze the file – it can then be decompressed to reproduce the original data exactly (a bit like vacuum- packing a pillow or duvet for storage) Lossy compression removes bits of data that it doesn’t consider to be important, and then sometimes uses lossless compression as well.

Examples Zip files and compressed folders use lossless compression – you can get all of your data back when you open the zip file.jpegs, MP3 and Windows Media use lossy compression – you can never get all the detail back – ask Gabrielle! Sometimes you can tell where lossy compression has reduced quality – e.g. the metallic quality of streamed audio, or the fuzziness on digital television – these are called compression artefacts

Examples Some compression techniques are better suited to certain types of information Notice how the Lossless Windows Media format does a much better job of compressing sound than the.zip file. FLAC is another good lossless compression technique for sound files.