File Formats Chapter 9 Bit Literacy. File formats are often ignored by users Applications automatically save files in the application’s format All formats.

Slides:



Advertisements
Similar presentations
Pro Tools 7 Session Secrets Chapter 6: After the Bounce or Life Outside of Pro Tools Life Outside of Pro Tools.
Advertisements

4.1Different Audio Attributes 4.2Common Audio File Formats 4.3Balancing between File Size and Audio Quality 4.4Making Audio Elements Fit Our Needs.
Podcasting in the Classroom Presented by: Jason Arruzza, AIS.
 Use the Left and Right arrow keys or the Page Up and Page Down keys to move between the pages. You can also click on the pages to move forward.  To.
1 Lesson 14 Sharing Documents Computer Literacy BASICS: A Comprehensive Guide to IC 3, 3 rd Edition Morrison / Wells.
ITIS 1210 Introduction to Web-Based Information Systems Chapter 37 How iPods, iTunes, and Podcasting Work.
HTML tags Skills: adding HTML tags, text editor IT concepts: plain text, computer components – storage versus memory, separation of content and format.
Copyright 2003 Monash University IMS5401 Web-based Information Systems Topic 2: Elements of the Web (d) Digital representation.
Binary Expression Numbers & Text CS 105 Binary Representation At the fundamental hardware level, a modern computer can only distinguish between two values,
How to Use Microsoft PowerPoint What is PowerPoint? Presentation software that allows you to create slides, handouts, notes, and outlines. Slide.
Word Templates- Documents Directly from GP.
ASCII and Unicode. ASCII Inside a computer, EVERYTHING is a number – that includes music, sound, and text. In the early days of computers, every manufacturer.
Computer Systems Nat 4/5 Computing Science Data Representation Lesson 3: Storing Text.
Decisions in Python Comparing Strings – ASCII History.
Nat 4/5 - Software Design and Development – Low Level Operations - 1 National 4/5 – Computing Science Information Systems Design and Development Media.
Dzongkha Unicode Agenda System Requirements: Hardware & Software
CHARACTERS Data Representation. Using binary to represent characters Computers can only process binary numbers (1’s and 0’s) so a system was developed.
Word processing June 2013.
Representation of Data in Computer Systems
Windows XP 101: Using Windows XP Professional in the Classroom.
Microsoft Office PowerPoint 2013 Microsoft Office PowerPoint 2013 Courseware # 3256 Lesson 8: Sharing Presentations.
COMPUTER FILE EXTENSIONS Huh?. What are they? File extensions are the two, three, or four letters that come after the period in a computer file name:
Navigating the Information Highway’s Fast Lane A Speed Demon’s Guide to the Internet.
Introduction to. What is Office 365 Office 365 is the same Office you already know and use every day. Office 365 is powered by “the cloud” which is a.
WINDOWS APPLICATIONS by Jane Cable Also called Accessories Also called Components.
Discovering Computers 2010 Chapter 2 The Internet and World Wide Web.
MULTIMEDIA What is Multimedia? The word MULTIMEDIA is made up from two words, MULTI meaning more than one and MEDIA meaning a way of displaying or passing.
Computer Some basic concepts. Binary number Why binary? Look at a decimal number: 3511 Look at a binary number: 1011 counting decimal binary
Unit B: Expanding Your Productivity Page: 24 to 37.
Common file formats  Lesson Objective: Understanding common file formats and their differences.  Learning Outcome:  Describe the type of files which.
Dylan Bayliff. Contents: 1- Sending s & Using etiquette 2- Staying safe and Accessing 3- Open s 4- Replying to s 5- Setting up contacts.
How Analog and Digital Recording Works Analog converted to digital via an ADV (Analog to Digital Converter = stream of numbers) On playback: digital converted.
SEC (1.4) Representing Information as bit patterns.
Chapter Three The UNIX Editors.
Media Types Information Systems can contain the following types of media: Sound, graphics, video & text.
The idea of adding markup instructions to documents is not new. Before computers, authors would make annotations by hand in their written or typed documents.
Thinking Mac From Windows. The Menu Bar Mac puts their Menu/Task Bars at the top of the desktop, not the bottom, like in windows.
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.
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.
By the end of this session you should be able to... Understand character sets and why these are used within computer systems. Understand how characters.
DATA REPRESENTATION - TEXT
Component 1.9 Security and Data Management
Binary Representation in Text
Binary Representation in Text
Microsoft Word 2016 Lesson 1.
CS 101 History and Basics.
Computer Applications
Computing Fundamentals
Microsoft Word 2010.
Lesson 9 Sharing Documents
Representing Information as bit patterns
THE BASICS.
Chapter 7 Advanced Formatting and Merging Publications with Data
COMPSCI 111 / 111G An introduction to practical computing
Intermediate 2 Computing Unit 1 – Computer Systems
Lesson 9 Sharing Documents
Microsoft Word 2010 Lesson 1.
Before we get started You will need the following apps downloaded to your mobile device: Microsoft Translator Office Lens  This matches with Engage section.
Personal Computer Club
Creating a PowerPoint Presentation
Assistant lecturer Nisreen A. Jabr
Microsoft Excel 2007 – Level 2
I Can’t Hear You! Sound Get out your notes.
Lesson 14 Sharing Documents
Computers Tools for an Information Age
I Can’t Hear You! Sound Get out your notes.
An Introduction to MS MovieMaker
I Can’t Hear You! Sound Get out your notes.
ASCII and Unicode.
Presentation transcript:

File Formats Chapter 9 Bit Literacy

File formats are often ignored by users Applications automatically save files in the application’s format All formats are made for a reason, efficiency, effectiveness – saving the information needed to recreate the document as saved Many formats are commercial, they add to the creating company’s bottom line by keeping customers locked into the company’s software

Picture file formats Covered in Managing Photos

Audio file formats Most popular format MP3 Compressed by cutting off the “high” and “low” parts of the original recording, under the assumption that most humans can’t hear them – not as good as the quality of a CD Good enough – small enough for fast downloads, but “lossy” Most CD rippers create MP3’s

Other audio formats WAV (Windows audio-visual file) AIFF (Audio Interchange File Format) (Apple) These are popular with professional musicians Better quality than MP3’s, “lossless” Not compressed, so large files (10 MB for one minute of stereo audio)

Digital Rights Management DRM - added to some formats Prevents files from being copied or from being played on unauthorized devices AAC (extension.m4p) has DRM from Apple now labeled.m4a, Lossless, released as open source in 2011 DRM Subject of much controversy

Text formats Even with composing , you are creating text in a format of your choosing When you write a message in a proprietary format like docx and send it as an attachment, the recipient has to double click the link, which downloads the file, opens Word, lets them read the message, then go back to the client

Without attachments Without attachment, just include the text in the body of the The recipient just reads the message and is done Much smaller amount of data transmitted if the message you are sending does not require Word’s formatting, just send it in the body. without attachments can be read on any device that reads , regardless of whether it has Word on it or not

Text formats: Word Word was intended in the 80’s to be a word processor – for PRINTING on paper That is shown by the layout of Word screens, rulers, tab stops, fonts, “desktop publishing” These days all that is most often not necessary! Keeping bits as bits instead of spots of ink on paper is more efficient, more environmentally friendly, faster, cheaper

Word has versions MS Word has gone through many versions and they are mostly not compatible with each other Having an older version of Word will not let you read the files created with a newer version Profit for Microsoft!

Better: ASCII Inside a computer, EVERYTHING is a number – that includes music, sound, and text. In the early days of computers, every manufacturer had their own code for characters (HP, IBM, Sperry, Digital) The users didn’t care as long as they pressed A on the keyboard and got A on the screen

As time passed More computers meant more data and more users People wanted to share or buy or sell data from colleagues The incompatibilities in the character codes made a problem Eventually everyone decided that a “standard code” was needed

ASCII Several codes were considered but ASCII won! American Standard Code for Information Interchange The beginnings of the Internet in the 70’s also gave impetus to the desire for a standard code so that clients didn’t have to know a dozen different codes just to read from different machines across the Net

ASCII So what? Why do I care? Mostly, you don’t. If you press A on the keyboard and get an A on the screen, what does the code matter? ASCII is efficient, known by almost every device, easy to transmit and receive Has codes for A-Z, a-z, 0-9, space, punctuation marks and a few control codes 256 different codes (1 character fits into 1 byte of data)

Time passes The world starts using computers and not just countries who use the “Roman” alphabet First response: learn English But eventually the realization came that a new code that was bigger was needed Around 2000 Unicode was released “Universal Code” Has over 64K different codes

Unicode Covers all human alphabets and has room for more! Includes ASCII as first 256 codes A Unicode character takes TWICE as much space (at least!) as an ASCII character (2 bytes) Now in development for 4 bytes! Becoming the default code for many applications

Unicode Note: Unicode is NOT a “translator program” What it does do is allow you (if you know a foreign language) to write the foreign words properly spelled with the correct characters They will get transmitted correctly The recipient still has to know how to read them, but at least the words will be correctly spelled

Creating ASCII files most client editors create ASCII if you do not set “Use HTML” Notepad creates ASCII MS Word can create it if you are careful to save as “.txt” format Other free editors out there “UltraEdit”, “Notepad++”

Compare Text file and Docx file Text will be smaller, read by more different devices, will not become obsolete Docx file will be larger with hidden information in it, proprietary and will be obsolete the next time Word is updated People have gotten ‘bitten’ from the hidden information in a Word document