Standard File Formats

Size: px
Start display at page:

Download "Standard File Formats"

Transcription

1 Standard File Formats Introduction:... 2 Text: TXT and RTF... 4 Grapics: BMP, GIF, JPG and PNG... 5 Audio: WAV and MP Video: AVI and MPG Page 1

2 Introduction You can store many different types of information on your computer: text, graphics, audio video etc. The computer needs to know what application to use when you click on a file to open it, and this is done by adding a dot and a three letter extension to the filename. This extension tells the operating system what kind of file it is, and the operating system uses this information to select the icon for the file, and to use the correct application to open it. Usually extensions are hidden for the user, but you can see the extensions on your file names by right clicking on the file and choosing properties. Open up Notepad and type in a sentence. Save the file with the name Text1.gif Including the quotes Open the folder where you saved your file. What icon does the file have? What happens when you try and open the file? Try saving the file again using the following names: Text1.xls Text1.doc And check to see what icon the files now have Finally save the file as Text1.txt and the file will be saved with the normal notepad icon. Page 2

3 A standard is an agreement that has been made between organisations or between countries about how they should do something, to make it easier to share information or to use equipment. For instance in the UK we have a standard mains plug which everyone uses.. There is no standard worldwide telephone connection standard, so if you want to use a dial-up modem abroad, this is what you need: It makes sense to have a standard file format for types of information on computers because nowadays most computers are connected together by the Internet, and people need to be able to view and share files across the world no matter what type of computer they are using or what software they are using to read the file. You are going to investigate the standard file formats for: Text Graphics Audio Video Page 3

4 Text: TXT and RTF The simplest file format for text is ASCII code. This is an 8 bit code which can store each character on the keyboard using only 8 bits for each one. Each character takes up 1 byte (a bit is a single on or off,8bits = 1 byte) The file extension for an ASCII code document is TXT Start up Notepad and type in a short sentence. Don t press enter at the end of the line. Count the characters in the sentence, including spaces and the full stop. Save the file. Right click on the file and choose Properties to look at the file size. What do you notice? Word processors store a lot more information than just the text in a document. They store details of font and font size, margin widths, page orientation and much more. Microsoft Word stores files in DOC format. Copy and paste the text from your notepad file into a word document and save it. Right click on the file and choose Properties to look at the file size. What do you notice? Right click on the word document and from the open with menu, choose notepad. Can you find the text from the notepad file? What other information can you se? There are many different word processors and they all store their information in different file formats. Because of this a common file format was designed which all word processors can read. It is the Rich Text Format or RTF. Save your word file as an RTF document using the Save as Type option. Right click on the file and choose Properties to look at the file size. What do you notice? Right click on the RTF document and from the open with menu, choose notepad. Can you find the text from the notepad file? Page 4

5 Graphics: BMP, GIF, JPG and PNG There are a number of different graphics file formats. The ones you are going to investigate are all Bitmap graphics files. A bitmap is where the graphic image is stored as a series of 1s and 0s corresponding to the pixels in the image. The following bits in a computer's memory are the pixels of a 10 x 10 grid, with 0 representing black and 1 representing white Draw out a 10 x 10 grid, and work out what the computer graphic is. How much space in the computer s memory would this graphic take up? (remember 1 byte = 8 bits) A computer has a screen which displays a picture 1600 pixels wide and 1200 pixels deep. How much memory would it need in kilobytes (1 kb = 1024 bytes) Compression: Graphics files tend to be very large, especially if they are stored as bitmaps. This means that they take a long time to download if they are on a web page.. For this reason most graphics file formats are compressed. A simple compression method is to look for a pattern which is repeated and then just store how many times it appears rather than a copy each time. For example a large blue rectangle could be stored as the code for a single blue pixel and then the number which tells the graphics program how many there are. GIF and PNG are two bitmap file compression formats. Both use lossless compression which means that no information is lost when they are uncompressed again. Create a graphic using Microsoft Paint which is a single colour rectangle and save it as a BMP file. Now save it again in the GIF format and again in the PNG format. Right click on the files and choose Properties to look at the file sizes. What do you notice? Page 5

6 Colour Depth: The colour depth of a graphic is a measure of how many possible colours can be represented. The larger the number of bits used to store each pixel, the larger the number of colours can be represented. 1 bit per pixel = 2 colours (black and white) 2 bits per pixel = 4 colours 4 bits per pixel = 8 colours 5 bits per pixel = 16 colours etc GIF uses 8 bits per pixel which gives a possible 256 colours PNG uses 24 bits per pixel which gives a possible 16 million colours ( ) Compare the sizes of your GIF and PNG files again and see if the PNG file is larger even though it is storing the same information. Why is the PNG file larger? If you increase the colour depth of a graphic then you increase the amount of storage space it will need. Resolution: The resolution of a graphic image is the number of pixels per square inch. The more pixels per square inch, the higher the resolution and the higher quality the picture. The higher the quality the picture, the more storage space it will take up because more pixels will have to be stored. If you increase the resolution of a graphic then you increase the amount of storage space it will need. Find out what resolution and colour depth your computer display is using and work out how much storage space it would need if you were to save it as an uncompressed bitmap. Page 6

7 Lossy compression: Photographic images tend to be very large indeed. The file format used by digital cameras is JPG which is a format which allows you to choose how good a quality image you want. This example from Wikipedia shows the effect of different quality settings. A photo of a cat with the compression rate decreasing, and hence quality increasing, from left to right The JPG file format is lossy, which means that some of the information on the original picture will be lost when it is uncompressed again. Watch the video on JPG iteration in the shared documents folder to see what happens if you repeatedly compress and decompress a JPG file. Open the single colour rectangle which you saved as a BMP file, and this time re-save it as a JPG file Right click on the files and choose Properties to look at the file sizes. What do you notice when you compare it with the other formats? Open a photographic image in Microsoft Paint and try saving it in the 4 different graphic file formats: BMP, GIF, PNG and JPG Compare the file sizes. What do you notice? When to use GIF PNG or JPG? The GIF and PNG formats are best for computer generated images. The JPG format is best for photographic images. because they are all compressed formats, they are used on web pages so that they load quickly. GIF uses less colours than PNG, but can be used to make animated images. JPG formats use lossy compression, but have a much larger range of colours. Page 7

8 Audio: WAV and MP3 Audio files are very large an audio CD stores around 800mB of data which can hold around 90 minutes of music. In order to save sound to a computer it needs to be converted to a digital signal. This is done by taking a sample every fraction of a second and storing this as a digital value. The number of samples taken every second is called the sample rate is measured in Hertz and the sample size is measured in bits. The higher the sample rate and the bigger the sample, then the higher the quality of the recording. A WAV file is an example of an audio file recorded in this way. Page 8

9 Make a recording using Audacity Edit the file so that it is exactly 5 seconds long. Highlight then delete Export the file as a WAV file Change the settings for the Sample rate and the Sample size Now make another recording with the new settings and export the file as a WAV file. What difference does the change in the recording settings make to the file size? Page 9

10 The MP3 file format is a standard compressed format for audio files and is used by many personal stereos. The MP3 file format uses lossy compression. This means that some information is lost when it is uncompressed. Open one of your WAV files in Audacity and export it as an MP3 file What extra information can you add to the MP3 file? What difference does the compression make to the file size? Find out about the different bit rates (bits per second) that are used for MP3 files and what effect they have on the quality Page 10

11 Video: AVI and MPG Like audio, video takes up a large amount of storage space, and if you want to transmit video over the Internet you need to compress it. The AVI file format is the one which is created by digital video cameras. AVI files can be uncompressed, or compressed using a variety of compression systems called codecs The MPG file format is a compressed format for video. It uses a number of compression techniques including only transmitting data which changes from one frame to another and removing other information which is not perceived by the human eye. There are many other video file formats. Another common one is the MOV file format which is used by QuickTime. Investigate a number of video file formats and find out what kind of compression they use and what they are used for. Page 11

Elementary Computing CSC 100. M. Cheng, Computer Science

Elementary Computing CSC 100. M. Cheng, Computer Science Elementary Computing CSC 100 1 Graphics & Media Scalable Outline & Bit- mapped Fonts Binary Number Representation & Text Pixels, Colors and Resolution Sound & Digital Audio Film & Digital Video Data Compression

More information

Example 1: Denary = 1. Answer: Binary = (1 * 1) = 1. Example 2: Denary = 3. Answer: Binary = (1 * 1) + (2 * 1) = 3

Example 1: Denary = 1. Answer: Binary = (1 * 1) = 1. Example 2: Denary = 3. Answer: Binary = (1 * 1) + (2 * 1) = 3 1.1.1 Binary systems In mathematics and digital electronics, a binary number is a number expressed in the binary numeral system, or base-2 numeral system, which represents numeric values using two different

More information

Advanced High Graphics

Advanced High Graphics VISUAL MEDIA FILE TYPES JPG/JPEG: (Joint photographic expert group) The JPEG is one of the most common raster file formats. It s a format often used by digital cameras as it was designed primarily for

More information

Flying Start AS Computer Science. September 2015

Flying Start AS Computer Science. September 2015 Flying Start AS Computer Science September 2015 Name: To your first AS Computing lesson, you will need to bring: 1. A folder with dividers An A4 ring binder with labelled A4 dividers would be ideal. The

More information

Digitization of Multimedia Elements

Digitization of Multimedia Elements MULTI-MEDIA PRODUCTION Basic Multimedia Elements i. Text ii. Graphics iii. Sound iv. Video v. Animations Digitization of Multimedia Elements Analogue and digital signals Analogue signal: a continuous signal

More information

Final Study Guide Arts & Communications

Final Study Guide Arts & Communications Final Study Guide Arts & Communications Programs Used in Multimedia Developing a multimedia production requires an array of software to create, edit, and combine text, sounds, and images. Elements of Multimedia

More information

Introduction to Computer Science (I1100) Data Storage

Introduction to Computer Science (I1100) Data Storage Data Storage 145 Data types Data comes in different forms Data Numbers Text Audio Images Video 146 Data inside the computer All data types are transformed into a uniform representation when they are stored

More information

Different File Types and their Use

Different File Types and their Use Different File Types and their Use.DOC (Microsoft Word Document) Text Files A DOC file is a Word processing document created by Microsoft Word, a word processor included with all versions of Microsoft

More information

MEDIA RELATED FILE TYPES

MEDIA RELATED FILE TYPES MEDIA RELATED FILE TYPES Data Everything on your computer is a form of data or information and is ultimately reduced to a binary language of ones and zeros. If all data stayed as ones and zeros the information

More information

3.01C Multimedia Elements and Guidelines Explore multimedia systems, elements and presentations.

3.01C Multimedia Elements and Guidelines Explore multimedia systems, elements and presentations. 3.01C Multimedia Elements and Guidelines 3.01 Explore multimedia systems, elements and presentations. Multimedia Fair Use Guidelines Guidelines for using copyrighted multimedia elements include: Text Motion

More information

Data Representation From 0s and 1s to images CPSC 101

Data Representation From 0s and 1s to images CPSC 101 Data Representation From 0s and 1s to images CPSC 101 Learning Goals After the Data Representation: Images unit, you will be able to: Recognize and translate between binary and decimal numbers Define bit,

More information

Computing in the Modern World

Computing in the Modern World Computing in the Modern World BCS-CMW-7: Data Representation Wayne Summers Marion County October 25, 2011 There are 10 kinds of people in the world: those who understand binary and those who don t. Pre-exercises

More information

Adding Modules.. 4 Editing a Rich Text Module Publishing a Module Adding Media (Picture, Audio, Video, and PDF) Adding Media from the web (Videos)

Adding Modules.. 4 Editing a Rich Text Module Publishing a Module Adding Media (Picture, Audio, Video, and PDF) Adding Media from the web (Videos) The Digication Environment Creating a Section Adding and Editing Sections Changing the Order of Sections Adding Pages to a Section Adding Modules 4 Editing a Rich Text Module Publishing a Module Adding

More information

255, 255, 0 0, 255, 255 XHTML:

255, 255, 0 0, 255, 255 XHTML: Colour Concepts How Colours are Displayed FIG-5.1 Have you looked closely at your television screen recently? It's in full colour, showing every colour and shade that your eye is capable of seeing. And

More information

Digital Technologies Hangarau Matihiko Level 1

Digital Technologies Hangarau Matihiko Level 1 External Assessment Resource Digital Technologies Hangarau Matihiko Level 1 This resource supports external assessment against Achievement Standard 91887 (1.11) 1 Standard title: Credits: Resource title:

More information

Common Technology Words and Definitions

Common Technology Words and Definitions Common Technology Words and Definitions 77 78 Common Technology Words and Definitions: ASCII American Standard Code for Information Interchange, a code that makes it possible to send information from one

More information

More HTML. Images and links. Tables and lists. <h1>running in the family</h1> <h2>tonight 9pm BBC One</h2>

More HTML. Images and links. Tables and lists. <h1>running in the family</h1> <h2>tonight 9pm BBC One</h2> More HTML Images and links Tables and lists running in the family tonight 9pm BBC One hurdles legend Colin Jackson traces his family tree to Jamaica in Who Do You Think You Are?

More information

GRAPHIC FILE FORMATS / SOFTWARE SELECTION / SOFTWARE COMPATIBILITY

GRAPHIC FILE FORMATS / SOFTWARE SELECTION / SOFTWARE COMPATIBILITY HIGHER COMPUTING COMPUTER SYSTEMS COMPUTER SOFTWARE GRAPHIC FILE FORMATS / SOFTWARE SELECTION / SOFTWARE COMPATIBILITY SUCCESS CRITERIA I can describe the standard file formats for graphics files: Jpeg

More information

GCSE Computing. Revision Pack TWO. Data Representation Questions. Name: /113. Attempt One % Attempt Two % Attempt Three %

GCSE Computing. Revision Pack TWO. Data Representation Questions. Name: /113. Attempt One % Attempt Two % Attempt Three % GCSE Computing Revision Pack TWO Data Representation Questions Name: /113 Attempt One % Attempt Two % Attempt Three % Areas of Strength Areas for Development 1. Explain how ASCII is used to represent text

More information

M4-R4: INTRODUCTION TO MULTIMEDIA (JAN 2019) DURATION: 03 Hrs

M4-R4: INTRODUCTION TO MULTIMEDIA (JAN 2019) DURATION: 03 Hrs M4-R4: INTRODUCTION TO MULTIMEDIA (JAN 2019) Max Marks: 100 DURATION: 03 Hrs M1-R4-01-19 1.3 Which of the following tag pair is used to list the text? (a) and (b) and (c)

More information

Multimedia Technology

Multimedia Technology Multimedia Application An (usually) interactive piece of software which communicates to the user using several media e.g Text, graphics (illustrations, photos), audio (music, sounds), animation and video.

More information

Create subfolders for your audio files in each language.

Create subfolders for your audio files in each language. You can download Audacity from: http://audacity.sourceforge.net/ There are versions for Windows and for Mac. Create a folder for your itongue products and all the related files e.g. it_products Create

More information

General Computing Concepts. Coding and Representation. General Computing Concepts. Computing Concepts: Review

General Computing Concepts. Coding and Representation. General Computing Concepts. Computing Concepts: Review Computing Concepts: Review Coding and Representation Computers represent all information in terms of numbers ASCII code: Decimal number 65 represents A RGB: (255,0,0) represents the intense red Computers

More information

Graphics File Formats

Graphics File Formats 1 Graphics File Formats Why have graphics file formats? What to look for when choosing a file format A sample tour of different file formats, including bitmap-based formats vector-based formats metafiles

More information

Atari Games - FTP Site Statistics. Top 20 Directories Sorted by Disk Space

Atari Games - FTP Site Statistics. Top 20 Directories Sorted by Disk Space Property Value FTP Server ftp.infogrames.net Description Atari Games Country United States Scan Date 02/Apr/2015 Total Dirs 488 Total Files 1,547 Total Data 26.66 GB Top 20 Directories Sorted by Disk Space

More information

Multimedia on the Web

Multimedia on the Web Multimedia on the Web Graphics in web pages Downloading software & media Digital photography JPEG & GIF Streaming media Macromedia Flash Graphics in web pages Graphics are very popular in web pages Graphics

More information

DIS: Design and imaging software

DIS: Design and imaging software Using IT productivity tools and applications This is the ability to use a software application designed to create, modify and layout artwork or images for display in print or on a screen (eg vector graphics

More information

Microcontroller Compatible Audio File Conversion

Microcontroller Compatible Audio File Conversion Microcontroller Compatible Audio File Conversion Created by Mike Barela Last updated on 2018-06-07 09:10:45 PM UTC Guide Contents Guide Contents Convert Sound Files in Audacity Audacity Download Audacity

More information

Topic 2 Data and Information. Data Data can be defined as a set of recorded facts, numbers or events that have no meaning.

Topic 2 Data and Information. Data Data can be defined as a set of recorded facts, numbers or events that have no meaning. Topic 2 Data and Information Key The Key concepts for this topic are: Data Date is processed to produce information Information 2.1 What is Data? Data Data can be defined as a set of recorded facts, numbers

More information

IMAGE COMPRESSION USING FOURIER TRANSFORMS

IMAGE COMPRESSION USING FOURIER TRANSFORMS IMAGE COMPRESSION USING FOURIER TRANSFORMS Kevin Cherry May 2, 2008 Math 4325 Compression is a technique for storing files in less space than would normally be required. This in general, has two major

More information

Unit 2 Digital Information. Chapter 1 Study Guide

Unit 2 Digital Information. Chapter 1 Study Guide Unit 2 Digital Information Chapter 1 Study Guide 2.5 Wrap Up Other file formats Other file formats you may have encountered or heard of include:.doc,.docx,.pdf,.mp4,.mov The file extension you often see

More information

3 Data Storage 3.1. Foundations of Computer Science Cengage Learning

3 Data Storage 3.1. Foundations of Computer Science Cengage Learning 3 Data Storage 3.1 Foundations of Computer Science Cengage Learning Objectives After studying this chapter, the student should be able to: List five different data types used in a computer. Describe how

More information

Unicode. Standard Alphanumeric Formats. Unicode Version 2.1 BCD ASCII EBCDIC

Unicode. Standard Alphanumeric Formats. Unicode Version 2.1 BCD ASCII EBCDIC Standard Alphanumeric Formats Unicode BCD ASCII EBCDIC Unicode Next slides 16-bit standard Developed by a consortia Intended to supercede older 7- and 8-bit codes Unicode Version 2.1 1998 Improves on version

More information

Prentice Hall. Learning Microsoft PowerPoint , (Weixel et al.) Arkansas Multimedia Applications I - Curriculum Content Frameworks

Prentice Hall. Learning Microsoft PowerPoint , (Weixel et al.) Arkansas Multimedia Applications I - Curriculum Content Frameworks Prentice Hall Learning Microsoft PowerPoint 2007 2008, (Weixel et al.) C O R R E L A T E D T O Arkansas Multimedia s I - Curriculum Content Frameworks Arkansas Multimedia s I - Curriculum Content Frameworks

More information

Stonelaw High School. Computing Science. BGE - Computer Systems

Stonelaw High School. Computing Science. BGE - Computer Systems Stonelaw High School Computing Science BGE - Computer Systems Contents Computer Systems... 3 Computer Systems... 3 Hardware & Software... 3 Data Representation... 3 Representing Positive Integers... 3

More information

Creating and Editing Images in Paint Shop Pro Version XI. File Types

Creating and Editing Images in Paint Shop Pro Version XI. File Types Creating and Editing Images in Paint Shop Pro Version XI Paint Shop Pro (PSP) from JASC software (http://www.jasc.com) is an imageediting and creation program. You can download a 30-day trial version from

More information

Introduction To Inkscape Creating Custom Graphics For Websites, Displays & Lessons

Introduction To Inkscape Creating Custom Graphics For Websites, Displays & Lessons Introduction To Inkscape Creating Custom Graphics For Websites, Displays & Lessons The Inkscape Program Inkscape is a free, but very powerful vector graphics program. Available for all computer formats

More information

Gerald's Column by Gerald Fitton

Gerald's Column by Gerald Fitton Gerald's Column by Gerald Fitton I've had quite a lot of feedback this month about some recent and some long ago articles; I wasn't sure whether to do a PipeDream/Fireworkz article, a domain name or email

More information

Text can be defined as a combination of letters that form sentences or words to explain or discuss a topic which is known as text information.

Text can be defined as a combination of letters that form sentences or words to explain or discuss a topic which is known as text information. MULTIMEDIA FINAL EXAM SUMMARY 1 TOPIC 5 (TEXT) Text can be defined as a combination of letters that form sentences or words to explain or discuss a topic which is known as text information. Information

More information

Visual Land V TOUCH PRO

Visual Land V TOUCH PRO Visual Land V TOUCH PRO Information in this manual are subject to change without notice. FEATURES 2.8 inch wide touch screen, 320X240 dot matrix full color high speed TFT screen Support MP3, WMA, RA, WAV

More information

Camtasia Studio 5.0 PART I. The Basics

Camtasia Studio 5.0 PART I. The Basics Camtasia Studio 5.0 Techsmith s Camtasia Studio software is a video screenshot creation utility that makes it easy to create video tutorials of an on screen action. This handout is designed to get you

More information

Lecture 19 Media Formats

Lecture 19 Media Formats Revision IMS2603 Information Management in Organisations Lecture 19 Media Formats Last week s lectures looked at MARC as a specific instance of complex metadata representation and at Content Management

More information

Adobe InDesign Notes. Adobe InDesign CS3

Adobe InDesign Notes. Adobe InDesign CS3 Adobe InDesign Notes Adobe InDesign CS3 Page 2 Introduction These notes have been put together for basic and advanced methods, features and language. I have also created notes on other Adobe products.

More information

Data Representation and Networking

Data Representation and Networking Data Representation and Networking Instructor: Dmitri A. Gusev Spring 2007 CSC 120.02: Introduction to Computer Science Lecture 3, January 30, 2007 Data Representation Topics Covered in Lecture 2 (recap+)

More information

BOCC NUT Content Guide

BOCC NUT Content Guide NUT Associations and Divisions Website Content Guide Contents General guidelines 1 Guidelines for users WITHOUT an existing site 2 Guidelines for users WITH an existing site 3 Assets 3 Domain names 5 Contact

More information

CHAPTER 10: SOUND AND VIDEO EDITING

CHAPTER 10: SOUND AND VIDEO EDITING CHAPTER 10: SOUND AND VIDEO EDITING What should you know 1. Edit a sound clip to meet the requirements of its intended application and audience a. trim a sound clip to remove unwanted material b. join

More information

CHAPTER 2 - DIGITAL DATA REPRESENTATION AND NUMBERING SYSTEMS

CHAPTER 2 - DIGITAL DATA REPRESENTATION AND NUMBERING SYSTEMS CHAPTER 2 - DIGITAL DATA REPRESENTATION AND NUMBERING SYSTEMS INTRODUCTION Digital computers use sequences of binary digits (bits) to represent numbers, letters, special symbols, music, pictures, and videos.

More information

CTIS 155 Information Technologies I. Chapter 5 Application Software: Tools for Productivity

CTIS 155 Information Technologies I. Chapter 5 Application Software: Tools for Productivity CTIS 155 Information Technologies I Chapter 5 Application Software: Tools for Productivity Application Software Application software refers to programs that enable the user to be productive when using

More information

ECDL Module 6 REFERENCE MANUAL

ECDL Module 6 REFERENCE MANUAL ECDL Module 6 REFERENCE MANUAL Presentation Microsoft PowerPoint XP Edition for ECDL Syllabus Four PAGE 2 - ECDL MODULE 6 (USING POWERPOINT XP) - MANUAL 6.1 GETTING STARTED... 4 6.1.1 FIRST STEPS WITH

More information

Digital Media. Daniel Fuller ITEC 2110

Digital Media. Daniel Fuller ITEC 2110 Digital Media Daniel Fuller ITEC 2110 Daily Question: Which statement is True? 5 + 5 = 10 1 + 1 = 10 F + 1 = 10 Email answer to DFullerDailyQuestion@gmail.com Subject Line: ITEC2110-26 First, some mac

More information

MILWAUKEE AREA TECHNICAL COLLEGE ONLINE APPLICATION INSTRUCTIONS

MILWAUKEE AREA TECHNICAL COLLEGE ONLINE APPLICATION INSTRUCTIONS MILWAUKEE AREA TECHNICAL COLLEGE ONLINE APPLICATION INSTRUCTIONS Thank you for your interest in employment opportunities at Milwaukee Area Technical College. **Please note the following when submitting

More information

Revision 4.1.x /2.x.x [ ] Creating Media for Modulo Player & Kinetic

Revision 4.1.x /2.x.x [ ] Creating Media for Modulo Player & Kinetic Revision 4.1.x /2.x.x [15.02.17] Creating Media for Modulo Player & Kinetic Recommendations for media creation in Modulo Player 4.1.x and Kinetic 2.x.x video files You can read compressed files with the

More information

Various text document, image and media file formats and how to select and convert between them.

Various text document, image and media file formats and how to select and convert between them. Various text document, image and media file formats and how to select and convert between them. Plain text Rich Text Format.DOC.DOCX No fancy formatting but can be read by any computer. Use Notepad or

More information

Representing Graphical Data

Representing Graphical Data Representing Graphical Data Chapman & Chapman, chapters 3,4,5 Richardson 1 Graphics in IT82 What does computer graphics cover? IT82 Input, output, and representation of graphical data Creation of graphics

More information

Uploading a File in the Desire2Learn Content Area

Uploading a File in the Desire2Learn Content Area Uploading a File in the Desire2Learn Content Area Login to D2L and open one of your courses. Click the Content button in the course toolbar to access the Content area. Locate the Table of Contents on the

More information

Digital Signage Content Creation Guidelines

Digital Signage Content Creation Guidelines A NEW era of Digital Advertising 2017 Digital Signage Content Creation Guidelines DIGITAL BILLBOARD CONTENTS GUIDELINES & TIPS Introdution 01 Intro Maximize the Potential Text, graphics and backgrounds

More information

Professional Powerpoint Presentation II

Professional Powerpoint Presentation II Professional Powerpoint Presentation II Facilitator: Patrick Ng Fall 2012 Practical concerns in delivering presentation Creative Visual Possibility & Optimization for Presentation PPTII & IV: Quick Style,

More information

Interactive Multimedia. Multimedia and the World Wide Web

Interactive Multimedia. Multimedia and the World Wide Web Interactive Multimedia Multimedia and the World Wide Web Multimedia and WWW What is Multimedia? why is it important? Who needs to know about Multimedia? Interactive Multimedia hypermedia, hypertext media

More information

To add a graphic PC Shift right click while pointing at cell; Mac Command (apple) click on the cell. This will open up the Cell Properties

To add a graphic PC Shift right click while pointing at cell; Mac Command (apple) click on the cell. This will open up the Cell Properties Clicker 4 Using Graphics and Video Quick Guide Updated 03/05 One of the strongest points for using Clicker 4 is that material can be personalised for a particular pupil or group of pupils, therefore making

More information

Genesis Webinar-To-Go Quick Reference Guide

Genesis Webinar-To-Go Quick Reference Guide Genesis Webinar-To-Go Quick Reference Guide This document is intended to provide you with helpful information and basic usage tips for Genesis Webinar-To-Go. 09-23-2010 Page 1 of 1 WEBINAR_A2 Logging in

More information

Layout Basics For Non-Designers. xrocket Script, 36pt. Eeronauts, 400pt

Layout Basics For Non-Designers. xrocket Script, 36pt. Eeronauts, 400pt Layout Basics For Non-Designers xrocket Script, 36pt Eeronauts, 400pt CONTENTS Tools Making a Mockup Printer Spreads Quark Tricks Using Images Using Fonts Collecting For Output 3 4 7 10 13 17 18 4.When

More information

How to use the open-access scanners 1. Basic instructions (pg 2) 2. How to scan a document and perform OCR (pg 3 7) 3. How to scan a document and

How to use the open-access scanners 1. Basic instructions (pg 2) 2. How to scan a document and perform OCR (pg 3 7) 3. How to scan a document and How to use the open-access scanners 1. Basic instructions (pg 2) 2. How to scan a document and perform OCR (pg 3 7) 3. How to scan a document and save it directly into Microsoft Word (pg 8 9) 4. How to

More information

In this lesson you are going to create a drawing program similar to Windows Paint. 1. Start with a new project and remove the default cat sprite.

In this lesson you are going to create a drawing program similar to Windows Paint. 1. Start with a new project and remove the default cat sprite. Drawing Program In this lesson you are going to create a drawing program similar to Windows Paint. 1. Start with a new project and remove the default cat sprite. 2. Create a new sprite. 3. The new sprite

More information

Graphics in IT82. Representing Graphical Data. Graphics in IT82. Lectures Overview. Representing Graphical Data. Logical / Physical Representation

Graphics in IT82. Representing Graphical Data. Graphics in IT82. Lectures Overview. Representing Graphical Data. Logical / Physical Representation Graphics in IT82 What does computer graphics cover? Representing Graphical Data Chapman & Chapman, chapters 3,4,5 Richardson IT82 Input, output, and representation of graphical data Creation of graphics

More information

On the Web sun.com/aboutsun/comm_invest STAROFFICE 8 DRAW

On the Web sun.com/aboutsun/comm_invest STAROFFICE 8 DRAW STAROFFICE 8 DRAW Graphics They say a picture is worth a thousand words. Pictures are often used along with our words for good reason. They help communicate our thoughts. They give extra information that

More information

MULTIMEDIA AND CODING

MULTIMEDIA AND CODING 07 MULTIMEDIA AND CODING WHAT MEDIA TYPES WE KNOW? TEXTS IMAGES SOUNDS MUSIC VIDEO INTERACTIVE CONTENT Games Virtual reality EXAMPLES OF MULTIMEDIA MOVIE audio + video COMPUTER GAME audio + video + interactive

More information

Operating Systems. Engr. Abdul-Rahman Mahmood MS, PMP, MCP, QMR(ISO9001:2000) alphapeeler.sf.net/pubkeys/pkey.htm

Operating Systems. Engr. Abdul-Rahman Mahmood MS, PMP, MCP, QMR(ISO9001:2000) alphapeeler.sf.net/pubkeys/pkey.htm Operating Systems Engr. Abdul-Rahman Mahmood MS, PMP, MCP, QMR(ISO9001:2000) armahmood786@yahoo.com alphasecure@gmail.com alphapeeler.sf.net/pubkeys/pkey.htm http://alphapeeler.sourceforge.net pk.linkedin.com/in/armahmood

More information

Transcribing and Coding Audio and Video Files

Transcribing and Coding Audio and Video Files Transcribing and Coding Audio and Video Files Contents TRANSCRIBING AND CODING AUDIO AND VIDEO FILES... 1 GENERAL INFORMATION ABOUT THE ANALYSIS OF AUDIO AND VIDEO FILES... 1 THE MEDIA PLAYER TOOLBAR...

More information

ACD Systems at the hub of digital imaging... 1

ACD Systems at the hub of digital imaging... 1 User Guide Table of Contents ACD Systems at the hub of digital imaging... 1 Getting Started... 2 Minimum system requirements... 2 Installing and uninstalling... 3 Starting ACD VideoMagic... 3 Starting

More information

Lecture #3: Digital Music and Sound

Lecture #3: Digital Music and Sound Lecture #3: Digital Music and Sound CS106E Spring 2018, Young In this lecture we take a look at how computers represent music and sound. One very important concept we ll come across when studying digital

More information

Binary representation and data

Binary representation and data Binary representation and data Loriano Storchi loriano@storchi.org http:://www.storchi.org/ Binary representation of numbers In a positional numbering system given the base this directly defines the number

More information

Image Types Vector vs. Raster

Image Types Vector vs. Raster Image Types Have you ever wondered when you should use a JPG instead of a PNG? Or maybe you are just trying to figure out which program opens an INDD? Unless you are a graphic designer by training (like

More information

Image Optimisation. Image Dimensions...1 Image File Formats...2 Adding Images...5 Thumbnails...13 Summary...15

Image Optimisation. Image Dimensions...1 Image File Formats...2 Adding Images...5 Thumbnails...13 Summary...15 Table of Contents Image Optimisation Image Dimensions...1 Image File Formats...2 Adding Images...5 Thumbnails...13 Summary...15 Introduction Images are placed on a website to enhance its appearance. However,

More information

MULTIMEDIA DESIGNING AND AUTHORING

MULTIMEDIA DESIGNING AND AUTHORING UNIVERSITY OF CALICUT SCHOOL OF DISTANCE EDUCATION D M A MULTIMEDIA DESIGNING AND AUTHORING QUESTION BANK 1. A multimedia authoring software. A. PageMaker B. Director C. Excel 2. Tool used to increase

More information

1. Make the recordings. 2. Transfer the recordings to your computer

1. Make the recordings. 2. Transfer the recordings to your computer Making recordings and burning them to CD can be done in four steps: 1. Make the recordings 2. Transfer them to your computer 3. Edit them 4. Copy the edited files to itunes 1. Make the recordings Turn

More information

2nd Paragraph should make a point (could be an advantage or disadvantage) and explain the point fully giving an example where necessary.

2nd Paragraph should make a point (could be an advantage or disadvantage) and explain the point fully giving an example where necessary. STUDENT TEACHER WORKING AT GRADE TERM TARGET CLASS YEAR TARGET The long answer questions in this booklet are designed to stretch and challenge you. It is important that you understand how they should be

More information

Windows 2000 Professional

Windows 2000 Professional The American University in Cairo Academic Computing Services Windows 2000 Professional prepared by Soumaia Ahmed Al Ayyat 4 August 2003 Table of Contents Starting Up the Computer Windows Environment Start

More information

1/27/2013. Outline. Adding images to your site. Images and Objects INTRODUCTION TO WEB DEVELOPMENT AND HTML

1/27/2013. Outline. Adding images to your site. Images and Objects INTRODUCTION TO WEB DEVELOPMENT AND HTML Outline INTRODUCTION TO WEB DEVELOPMENT AND HTML Images and Objects: Adding images to your site Adding Objects with Using Images as Links Image Maps Exercise Lecture 05 - Spring 2013 Adding images

More information

SCHOOL OF DISTANCE EDUCATION UNIVERSITY OF CALICUT SCHOOL OF DISTANCE EDUCATION D M A INTRODUCTION TO MULTIMEDIA QUESTION BANK

SCHOOL OF DISTANCE EDUCATION UNIVERSITY OF CALICUT SCHOOL OF DISTANCE EDUCATION D M A INTRODUCTION TO MULTIMEDIA QUESTION BANK UNIVERSITY OF CALICUT SCHOOL OF DISTANCE EDUCATION D M A INTRODUCTION TO MULTIMEDIA QUESTION BANK 1. Compression a. Reduces the picture clarity for storage b. Reduces the number of bytes required to store

More information

INDESIGN AND PHOTOSHOP

INDESIGN AND PHOTOSHOP NEIL MALEK, ACI With just a few basic tools, anyone can professionally polish photos in Photoshop and arrange them into a layout in InDesign. The incredible power and diverse tools can be intimidating,

More information

The Environment Key windows often used in Director MX 2004 : Stage, Cast, Score, Properties Inspector, Control panel and message window.

The Environment Key windows often used in Director MX 2004 : Stage, Cast, Score, Properties Inspector, Control panel and message window. SM3117 Interactive Installation and Physical Computing Director Workshop I 26th January, 2005 Introducing Macromedia Director MX 2004 The Environment Key windows often used in Director MX 2004 : Stage,

More information

Continuing our tour of File Explorer, in this lesson we will look at some more techniques for viewing and managing files on your computer.

Continuing our tour of File Explorer, in this lesson we will look at some more techniques for viewing and managing files on your computer. 12 - Advanced File Explorer Techniques Continuing our tour of File Explorer, in this lesson we will look at some more techniques for viewing and managing files on your computer. 12.1 Delving into details

More information

Characterisation. Digital Preservation Planning: Principles, Examples and the Future with Planets. July 29 th, 2008

Characterisation. Digital Preservation Planning: Principles, Examples and the Future with Planets. July 29 th, 2008 Characterisation Digital Preservation Planning: Principles, Examples and the Future with Planets. July 29 th, 2008 Manfred Thaller Universität zu * Köln manfred.thaller@uni-koeln.de * University at, NOT

More information

Concepts and basics Of Websites

Concepts and basics Of Websites Unit One Ministry Of Education Concepts and basics Of Websites Computer and Information Technology 6 Ministry of Education Objective General Objective To identify the content of website Specific Objectives

More information

Frequently Asked Questions about Text and Graphics

Frequently Asked Questions about Text and Graphics 1 Frequently Asked Questions about Text and Graphics 1. What is a font? A font is a set of printable or displayable text characters that are in a specific style and size. The type design for a set of fonts

More information

Standard Exponential Creative Specifications

Standard Exponential Creative Specifications Standard Exponential Creative Specifications 2017 Contents 5 Creative Checklist 6 Pre-Roll In-Stream 7 Pre-Roll Mobile 8 Standard Iab Banner Tablet 9 Standard Iab Banner Smartphone 10 Non-Expanding Adhesion

More information

Instruction Manual. idiskk USB Flash Drive 32GB/64GB/128GB

Instruction Manual. idiskk USB Flash Drive 32GB/64GB/128GB Instruction Manual idiskk USB Flash Drive 32GB/64GB/128GB Introduction Thank you for choosing idiskk Flash Drive. Please read this instruction carefully as it contains some important information. If you

More information

ivina BulletScan Manager

ivina BulletScan Manager ivina BulletScan Manager User s Manual Aug 2010 Copyright Copyright 2010 ivina Inc. All rights reserved. Information in this document is subject to change without notice. The software described in this

More information

Lava New Media s CMS. Documentation Page 1

Lava New Media s CMS. Documentation Page 1 Lava New Media s CMS Documentation 5.12.2010 Page 1 Table of Contents Logging On to the Content Management System 3 Introduction to the CMS 3 What is the page tree? 4 Editing Web Pages 5 How to use the

More information

FA269 - DIGITAL MEDIA AND CULTURE

FA269 - DIGITAL MEDIA AND CULTURE FA269 - DIGITAL MEDIA AND CULTURE ST. LAWRENCE UNIVERSITY a. hauber http://blogs.stlawu.edu/digitalmedia DIGITAL TECHNICAL PRIMER INCLUDED HERE ARE THE FOLLOWING TOPICS A. WHAT IS A COMPUTER? B. THE DIFFERENCE

More information

Discovering Shropshire s History Help sheet 2 How to upload a resource Author: Owner: Client: Document Number: Version 2 Release Date: February 2007

Discovering Shropshire s History Help sheet 2 How to upload a resource Author: Owner: Client: Document Number: Version 2 Release Date: February 2007 Discovering Shropshire s History Help sheet 2 How to upload a resource Author: Owner: Client: Document Number: Version 2 Release Date: February 2007 Jason Siddall (Project and IT Leader) Jason Siddall

More information

Objectives. Connecting with Computer Science 2

Objectives. Connecting with Computer Science 2 Objectives Learn why numbering systems are important to understand Refresh your knowledge of powers of numbers Learn how numbering systems are used to count Understand the significance of positional value

More information

Working with Images and Multimedia

Working with Images and Multimedia CHAPTER Working with Images and Multimedia You can make your web page more interesting by adding multimedia elements. You can download the files featured in this chapter from www.digitalfamily.com/tyv.

More information

MULTIMEDIA APPLICATIONS I ARKANSAS CAREER AND TECHNOLOGY EDUCATION, BUSINESS/MARKETING TECHNOLOGY, MULTIMEDIA APPLICATIONS I

MULTIMEDIA APPLICATIONS I ARKANSAS CAREER AND TECHNOLOGY EDUCATION, BUSINESS/MARKETING TECHNOLOGY, MULTIMEDIA APPLICATIONS I Arkansas Career and Technology Education, Business/Marketing Technology, Multimedia Applications I (Grades 10-12) MULTIMEDIA Unit 1: Introduction to Multimedia 1.1 Define multimedia and describe the basic

More information

Social Issues. spam Espionage forgery access to your data years from today destroying old records/ data

Social Issues. spam Espionage forgery access to your data years from today destroying old records/ data CS Concepts document formats interpreting bits ascii, jpg, mp3, meta data representing digital images modeling vs rendering ocr sampling rate cloud computing data compression spatial coherence temporal

More information

Instructional Overview. Module 1: Technology Concepts - Part 3: Technology Terms

Instructional Overview. Module 1: Technology Concepts - Part 3: Technology Terms Instructional Overview Module 1: Technology Concepts - Part 3: Technology Terms Concept: Use accurate technology terminology to complete a crossword puzzle; use technology terms to create, populate and

More information

QuickTime Pro an inexpensive (but clunky) solution

QuickTime Pro an inexpensive (but clunky) solution QuickTime Pro an inexpensive (but clunky) solution Converting Existing Media into QuickTime Movies Compatible Media (not an exhaustive list) Audio AIFF AU CD audio (Mac only) MIDI MP3 (MPEG-1 layers 1,

More information

Introducing working with sounds in Audacity

Introducing working with sounds in Audacity Introducing working with sounds in Audacity A lot of teaching programs makes it possible to add sound to your production. The student can either record her or his own voice and/or add different sound effects

More information

CamGuard Security System CamGuard Security System Manual

CamGuard Security System CamGuard Security System Manual CamGuard Security System Manual ZhiSoftware Brief Introduction...3 Features...3 System Requirements...3 Configuration...4 Add Camera...4 Device Options...4 About Alarm...5 Alarm Actions...6 Alarm Schedule...8

More information

SP xdrive Explorer. User Manual

SP xdrive Explorer. User Manual SP xdrive Explorer User Manual Table of Contents 1. Intellectual & Copyright Disclaimer....3 2. Introduction..4 3. System Requirements...4 4. Illustration of Application functions.4 4.1 Installation.4

More information