File Formats for Digital Preservation

Size: px
Start display at page:

Download "File Formats for Digital Preservation"

Transcription

1 File Formats for Digital Preservation Fabian M. Suchanek based on Best File Formats for Archiving

2 Pre-Digital Storage How old is this? Code Of Hammurabi 2

3 Pre-Digital Storage And this? St Cuthberg Gospel 3

4 4 Pre-Digital Storage And this? Can you still read it? US Declaration of Independence

5 Digital Storage And this? Can you still read it? Floppy Disk 5

6 6 Digital Storage And this? Can you still read it? CD-ROM

7 7 Digital Media may be irrecoverable # documents Digital Dark Age (hypothetical graph, log scale) Antiquity Middle Ages Modern times This poses problems for historians for society (legal problems) for the individual

8 Digital Media may be irrecoverable # documents Digital Dark Age (hypothetical graph, log scale) Antiquity Middle Ages Modern times This poses problems for historians for society (legal problems) for the individual The original footage of the 1969 moon landing was lost. Only low quality copies remain. Wikipedia / Apollo 11 missing tapes 8

9 Digital Media may be irrecoverable # documents Digital Dark Age (hypothetical graph, log scale) Antiquity Middle Ages Modern times This poses problems for historians for society (legal problems) for the individual Wired Magazine Other example 9

10 Digital Media may be irrecoverable # documents Digital Dark Age (hypothetical graph, log scale) Antiquity Middle Ages Modern times This poses problems for historians for society (legal problems) for the individual my grandfather in his twenties me in my twenties 10

11 Digital Preservation There are (at least) 3 sources of obsolescence: 1) Digital media decays 2) Digital media becomes obsolete 3) File format becomes obsolete >storage 11

12 Life expectancy of media Estimates differ widely. This one is by Crashplan.com. >storage 12

13 Life expectancy of media Orthogonal dangers: hazards (fire, theft, loss, mishandling) media no longer supported Estimates differ widely. This one is by Crashplan.com. Opinion of the Digital Preservation Workshop: Media technology changes so rapidly that high longevity media is likely to be threatened by obsolescence before its useful life is over 13

14 Digital media becoming obsolete DB Workshop See also: Museum of Obsolete media 14

15 Digital media becoming obsolete Example: BestBuy stops selling CDs. Today: Optical storage USB keys cloud services The best solution appears to copy the data always from the old medium to the new one. DB Workshop See also: Museum of Obsolete media 15

16 File Formats can become obsolete The [British] National Archives, which holds 900 years of written material, has more than 580 terabytes of data the equivalent of 580,000 encyclopaedias in older file formats that are no longer commercially available. [BBC: Warning of data ticking time bomb, ] 16

17 Established File Formats A file format is considered established if it has been around for a sufficiently long time it is supported by several vendors (and not just by a single company) it is platform-independent (work on Windows, Mac, Linux, mobile) Examples: MP3 for audio JPG for images PDF for documents since >Flash 17

18 Example: Flash Flash is a software suite by Adobe for production of animations, browser games, rich Internet applications, desktop applications, mobile applications and mobile games. It consists of FLA: the main file format of Flash projects SWF (Shockwave Flash): a file format for multimedia and action scripts FLV: the main file format for Flash videos Flash has been around since 2000 can be played in most desktop browsers is thus platform-independent => very established 80% of Web users interacted with Flash at least once a day in [Chromium.org] 18

19 19 BUT: Flash was abandoned Flash has security problems, and was superseded by HTML5 capabilities. Adobe News

20 Not everybody has noticed... You may also still have Flash videos on your computer! FLV is a container format, so you might be able to recover the content losslessly. 20

21 Established & not abandoned The rest of this lecture is concerned with file formats (1) that are established and (2) that show no signs of abandonment. 21

22 File Formats A file format is a standard way that information is encoded for storage in a computer file [Wikipedia]. Data Data as a sequence of bytes stored in a file: Fileformat defines the translation ñé*0nvéyo9rqann$=m o lqe é>jçc!éˆhüxau6kndtp2k iépbj1ïeûkwwmròok ñ7f... 22

23 File Extension The file extension is the part of the file name behind the last dot. It identifies the file format. Data Data as a sequence of bytes stored in a file: File extension: JPG ñé*0nvéyo9rqann$=m o lqe é>jçc!éˆhüxau6kndtp2k iépbj1ïeûkwwmròok ñ7f... Text documents: Images: Audio:... DOCX JPG MP3 ODT PNG OGG

24 Types of Data Introduction Images Audio Video Office Documents Summary 24

25 SVG Scalable Vector Graphics is a file format intended for vector images (= images that consist of simple geometric shapes). File extension: SVG Data File format: SVG Data stored in file <circle x=30 y=30 r=10 stroke=blue /> <line x1=15 x2= (simplified) SVG describes the shapes in XML (a human-readable format). Try it out! 25

26 SVG is for geometric shapes SVG has been around since 1999, and can be displayed in all browsers => very established SVG is great for geometric shapes, but NOT for more complex images. Data stored in file File format: SVG <man look=left nose=big /> <tie style=old color=... This does NOT WORK! 26

27 PNG Portable Networks Graphics is a file format intended for raster images (= images that consist of pixels). File extension: PNG Data Data stored in file File format: PNG WWWWWWBBBBB WWWBBBBBBBB... (simplified) The file stores the color of every pixel. The data is then compressed. >details 27

28 PNG Details PNG files start with 0x89 PNG 0x0D 0x0A 0x1A 0x0A, i.e. if a DOS CRLF were transformed into a Linux CR or vice versa, we would notice. PNG files define their colors in a palette. Palette: 0 = darkgray 1 = lightgray 2 = light brown... Data stored in file (simplified) There are also standard palettes (most notably red/green/blue). >details 28

29 PNG Details There are more filtering steps. Finally, the data is then compressed using the same algorithm as ZIP. Data stored in file (simplified) PNG can interlace the data, so that the image shows in low resolution when it has been transferred partially. 29

30 PNG Summary PNG exists since 1997, can be displayed in any image software and in any browser, is most widely used lossless image format on the Web => very established PNG is great for scanning photos screenshots...but not so great for geometric shapes (use SVG) Try it out! >TIFF 30

31 PNG Competitors Compared to GIF, PNG supports transparency PNG supports 16m colors PNG does not support animation Compared to TIFF PNG is more widely supported PNG does not support multi-page (and many other features) PNG does not support the CMYK color model >CMYK 31

32 32 CMYK Color model used on the screen used in printing c Mississippi State University

33 Resolution The resolution of an image is the number of pixels in each dimension pixels 2500 pixels For paper, the resolution is often given in dots per inch (DPI): 1 inch (= 2.54cm) for example: 600 pixels in 1 inch => 600 DPI 33

34 Choosing the Resolution Human eye d Image d One eye cell can distinguish 31.5 arc seconds => 6000 pixels in an image of height d If you stand at least as far away from the image as the image is high, the image does not need more than 6000 pixels vertically. (A higher resolution is needed for closer distances, zooming, post-processing, etc.) The resolution scales linearly with the distance: verticalpixels = height distance

35 The problem with PNG A typical smartphone picture nowadays has a resolution of pixels. That s 20 megabytes per picture! (If you scan a photo at 600 DPI, you get 10MB-20MB) 35

36 JPEG JPEG (also: JPG) is a file format for raster images that omits details that are less visible to the human eye. File extension: JPG or JPEG Nobody distinguishes the shades here => omit detail In return, JPG adds artifacts around sharp contours see picture >details 36

37 JPEG Details The human eye is more sensitive to light than to color => JPG stores color at a lower resolution (subsampling). 1. split the image into chroma (color) and luma (light) c Algr Store only half the resolution for chroma 37

38 JPEG Summary JPG exists since 1992, it can be displayed in any image program and any browser, it is the most common format for photos on the Web => extremely established. Competitors are: HEIC (iphones, more space efficient) WebP (Google, also for space)... but these are nowhere as established as JPG. 38

39 Lossy File Formats A file format is lossy if it looses information (beyond resolution). Lossy file formats can degrade in quality when the files are repeatedly modified and saved the files are transfered to a different file format JPEG is lossy: after repeated modification transfer to another format (illustrative example) (illustrative example) PNG & SVG are lossless: after repeated modification transfer to another lossless file format 39

40 Established Image Formats Scalable Vector Graphics (SVG) Vectorized (i.e., lossless), only for geometric shapes Portable Network Graphics (PNG) Lossless, for raster images, high space consumption (similar: TIFF, GIF) JPEG Lossy, for raster images, less space consumption (similar but less established: HEIC, WebP) 40

41 Types of Data Introduction Images Audio Video Office Documents Summary >MIDI 41

42 MIDI The Musical Instrument Digital Interface provides a file format for music that stores the notes together with the instruments. File Extension: MIDI Data File format: MIDI Data stored in file Piano: a (simplified) Try it out The MIDI file just contains the name of the instrument + the notes (in an encoded format). 42

43 MIDI Summary MIDI cannot be used to record music, because (1) it is not easy to separate the instruments in played music, and (2) MIDI cannot express variations in sound, force, distance, perfection, and volume. MIDI can only store vectorized music (a bit like SVG for images). It is lossless. MIDI cannot store arbitrary sounds (or voice). MIDI exists since the 1980 s, it is very popular in the digital instrument community, and can be played on all major operating systems => very established 43

44 FLAC The Free Lossless Audio Codec is a file format for digital audio. File extension: FLAC Data Data stored in file File format: FLAC (simplified) FLAC stores a digital version of the sound wave. 44

45 Sampling Rate The sampling rate of an audio file is the number of datapoints per second, measured in Hz ( the resolution of the audio file). sampling rate = # datapoints per second 1 second 8 khz Telephone, /s/ sounds like /f/ 32 khz Camcorder, satellite radio 44 khz Audio CD 48 khz Professional digital equipment >50kHz Brings no advantage to [Wikipedia] the human ear gold standard for consumers 45

46 FLAC Summary FLAC exists since 2001, and can be played in all major browsers => well established FLAC is lossless (up to the chosen resolution). BUT: FLAC files are very large ( 20 MB for a song of 3 minutes) 46

47 MP3 MPEG-1 Audio Layer III (or MPEG-2 Audio Layer III) is a lossy file format for audio. File extension: MP3 Data Sampled Data stored in file MP3 (simplified) MP3 discards details that are less audible to the human ear, thus saving space. MP3 uses insights from psychoacoustics to determine what to leave out, e.g., soft sounds in the presence of loud sounds. >details 47

48 MP3 Details MP3 loses data on two fronts: 1. by sampling (good sampling rate: 44,100 Hz) Data Sampled Data stored in file MP3 (simplified) 2. by compressing Compression is measured in kilo-bits per second (kbit/s). More kbit/s => more truthful, more space consumption. Humans cannot distinguish 256 kbit/s from the original. 48

49 MP3 Summary MP3 exists since 1993, can be played in all browsers, on all major operating systems, is by far the most popular audio format => extremely established MP3 is lossy, but file size is 20%-30% of FLAC (at 256 kbit/s). BUT: Technicolor held a patent on MP3, and required all MP3 software producers to pay a fee => MP3 was not open. (This did not prevent people from using and implementing MP3 in practice. The patent expired in 2017.) 49

50 Open & Proprietary File Formats 1. File formats without public documentation Proprietary Compression format RAR, Audio format WMA 2. File formats with a documentation for a fee ISO standardized file formats 3. File formats with software licenses, patents, or IP rights Audio format MP3, Video format HEVC, Image format HEIC 4. File formats where a company claims IP rights in retrospect Image format JPG 5. Free file formats under control of a single company 6. Free file formats standardized by a consortium Microsoft Office Formats, Document format PDF, Audio MIDI 7. Free file formats developed by a community Image formats SVG & PNG, Audio format FLAC Open 50

51 Opus Opus (the successor of Vorbis) is a completely open lossy audio format. File extension: OGG, OGA, or OPUS (Technically, OGG is the container, and Opus is the codec.) Data Data stored in file File format: Opus (simplified) The project started in Nearly all browsers can play Opus. Wikipedia encourages the use of Vorbis/Opus. => reasonably established, but not as established as MP3 Opus is open and less lossy than MP3 at the same bit rate. 51

52 Established Audio File Formats MIDI: lossless, vectorized, practically open, but only for musical notes FLAC: lossless, open but very large file sizes (compresses better than WAV) (proprietary competitors: ALAC, M4A, WMA) MP3: lossy, practically open today (less lossy, less open competitor: MP4+AAC) (truly open, less lossy, but less established competitor: Opus) 52

53 Types of Data Introduction Images Audio Video Office Documents Summary 53

54 Containers Videos live in container formats that contain the video data, the audio data, subtitles and/or other information. These nested formats are called codecs. Audio codec, e.g. MP3, Opus Container format, e.g., OGG, MP4, WebM Video codec, e.g. AVC, AV1 Usually, certain containers go mainly together with certain codecs. 54

55 MPG MPG is a lossy, nowadays practically open video container format, together with a video codec, and an audio codec. File extension: MPG Data stored in file File format: MPG (simplified) I-frames store an entire picture. P-frames store the difference to the previous frame. >details 55

56 MPG Details With each P-Frame, MPG can also store a motion vector. 1. Move by 2. Add in Like JPEG, MPG uses color-subsampling. It also quantizes the data, limiting each pixel to a fixed number of different values. In addition, MPG uses Runlength encoding, or Huffman coding. >DVD 56

57 MPG Summary The audio of MPG videos is stored as MP3 or as MP2 (the predecessor of MP3). MPG is lossy, and nowadays practically open. MPG exists since ca. 1990, and is the most widely compatible lossy audio/video format in the world => very established MPG is used on Video DVDs: Folder VIDEO TS: VTS 01 1.VOB VTS 01 2.VOB... These contain MPG videos The other files contain menus, etc. 57

58 Resolution of videos Videos have 3 types of resolutions: Resolution of the image (for mobile devices) (1080p Full HD) (4K Digital cinema, iphone) (HD, 8K, maximum on Youtube) Resolution in time (pictures or frames per second) usually between 24 (cinema) and 30 Sampling rate of the audio as discussed before The higher the resolution, the more space the video will occupy. 58

59 MP4+AVC+AAC MP4 is a container format, that is often used together with the lossy video codec AVC (H.264) and the lossy audio codec AAC. File extension: MP4 It improves on MPG by allowing different subsampling rates more fine-grained motion vectors P-frames to reference more than one other frame => it uses half as much space as MPG MP4+AVC+AAC is one of the most established video formats. caniuse.com >HEVC 59

60 MP4 and HEVC MP4 was inspired by Apple s Quicktime movie format (MOV), and MOV can be transformed losslessly into MP4. The successor of MP4/AVC is the highly efficient video codec HEVC. iphones support HEVC. MPG MP4 HEVC MOV BUT: Neither HEVC nor MP4 are free! Licensors claim that a license fee has to be paid for every copy of a software that supports MP4 or HEVC. => big problem for free software! Firefox uses the implementation of the operating system. 60

61 WebM WebM is a free container format that goes with the free lossy Opus audio codec and the free lossy AV1 video codec (successor of VP8 and VP9). Extension: WEBM WebM is championed by the Alliance for Open Media, where Google is a driving force. Mozilla Only Apple stuck to HEVC. 61

62 WebM WebM is a free container format that goes with the free lossy Opus audio codec and the free lossy AV1 video codec (successor of VP8 and VP9). Extension: WEBM WebM is championed by the Alliance for Open Media, where Google is a driving force. Apple joined in January Mozilla 62

63 Video Formats All common video formats are usually lossy. obsolete c Moving Picture Expert Group most common video format, practically open (nearly equivalent: VOB video DVDs) very established format, better compression than MPEG, not open (nearly equivalent: MOV) new, open format, not established. Better compression than MP4. (non-free competitor: HEVC) 63

64 Types of Data Introduction Images Audio Video Office Documents Summary All file formats for Office documents presented here are lossless. 64

65 Plain Text Documents A plain text document is a file that stores text without any formatting (no fonts, no text styles, no images, etc.). File extension: TXT. Data Hello! Data stored in a file: Hello! File format: TXT >caveats 65

66 Plain Text Document Details To write accents or non-latin characters, you need to choose a character encoding. The standard nowadays is UTF-8. ->character-encodings On Windows, text documents open with the Notepad software It does not save UTF-8 by default It s buggy It cannot deal with Unix line-breaks On Mac, text documents open with the TextEdit software TextEdit is buggy TextEdit will do WYSIWYG with HTML 66

67 Plain Text Documents Summary Plain text documents are the easiest, safest, most compatible, and most established way to store a text. TXT is completely open. Caveats: you cannot use formatting watch out for the character encoding (use UTF-8) use Notepad++ on Windows (open-source, most used editor) 67

68 Formatted Text Documents Formatted text documents can contain different fonts, different font styles (italic, bold, colored, etc.), and other objects such as images. Data Hello world! Data stored in file: Hello <font color=blue> world</font>! <img src=grpa.jpg> grpa.jpg The extra information is usually sprinkled in one way or the other into the plain text. The way of annotating the text document is called a markup language. External objects are usually linked. >HTML&LaTex 68

69 HTML The Hypertext Markup Language HTML is an open file format for formatted text that is developed by the W3C. Extension: HTML HTML-file: Hello <font color=blue> world</font>! <img src=grpa.jpg> grpa.jpg displayed in Web browser >details 69

70 HTML Caveats Most software for writing HTML requires knowledge of HTML, is not free, is outdated, does not support all HTML features, bloats the HTML, or shows the layout slightly differently. in a browser in LibreOffice >details 70

71 HTML Caveats An HTML file refers to external objects (such as images, style sheets, fonts, videos, etc.). This causes problems if the file or the object is moved, renamed, or deleted. index.html grpa.jpg Hello Solution 1: Store everything in <font color=blue> a single folder, treat it as a unit. world</font>! <img src=grpa.jpg> in one folder (bundle) 71

72 HTML Caveats An HTML file refers to external objects (such as images, style sheets, fonts, videos, etc.). This causes problems if the file or the object is moved, renamed, or deleted. HTML-file: grpa.jpg Hello Solution 2: Encode the external <font color=blue> object in Base64, embed it into world</font>! the HTML file. <img src=data: image/jpeg;base... data:image/jpeg;base64,4aaqsk ZJRgABAQAASABIAjv69sej2IB18HSW.. 72

73 HTML Summary HTML exists since 1992, can be displayed in any browser, and read and written by many word processing programs => extremely established HTML-file: HTML is developed by the Hello World Wide Web Consortium <font color=blue> and is thus completely open. world</font>! <img src=data: image/jpeg;base... However, there is no outstanding software support for writing HTML => often written by hand Markdown is an easy markup language that can be compiled to HTML. It is open and currently being standardized. >LaTex 73

74 Latex Latex is an open file format for formatted text that is very popular in academia. File extension: TEX Data Hello world! File format: Latex Data stored in file: Hello textcolor{blue}{ world }! includegraphics{ grpa.jpg} grpa.jpg 74

75 Latex is difficult see 7 other answers 75

76 Latex Summary Latex has been around since 1985 => very established (in academia). Latex is completely open. Latex has to be compiled to PDF in order to be displayed: Data TEX file PDF Hello Hello world! Latex layout textcolor{blue}{ world }! includegraphics[ Latex compiler width=2cm]{grpa} There are tools to help with writing Latex, but one passes usually at least as much time doing the layout as writing the text (2% of a Latex document are backslashes). 76

77 PDF The Portable Document Format PDF is a file format for formatted developed by Adobe, and nowadays open. File extension: PDF Most text processing software can produce PDF. Data Hello Microsoft Office PDF world! LibreOffice Google Docs Latex Web Browser compiler >details 77

78 PDF Details PDF is based on PostScript, a language that describes how a document shall be printed. The layout and the fonts are vectorized. This allows for very precise, scalable, and immutable layouts. PDF c J. Lajus & F. M. WWW2018 /Courier 20 selectfont moveto (Hello world!) show 78

79 PDF cannot be easily modified PDF defines the layout, and the semantic structure gets lost => PDFs cannot be easily modified => one cannot always copy/paste from a PDF Copy/paste may yield disconnected areas. Copy/paste will merge ligatures ( fi, ff, etc.). c J. Lajus & F. M. WWW

80 PDF Scans Scanners can produce PDF documents from paper documents, but these are just large images, not actual characters. c Martin Hosse

81 PDF Summary PDF has been around since 1993, and can be displayed by all Web browsers, as well as on all operating systems => extremely established PDF has been standardized and is nowadays practically open. PDF allows for precise, scalable, and immutable layout => it is perfect for sending documents and for printing PDF cannot be modified easily => the document content cannot be modified => the text often cannot be recovered => the transformation to another data format may be lossy => PDF is the end of the line All other file formats presented in this lecture are modifiable, even though lossy file formats suffer from the modification. 81

82 ODT The Open Document Format is an open file format for formatted text that can be produced by what-you-see-is-what-you-get software. File extension: ODT (The Open Document Format also defines file formats for spreadsheets, presentations, etc.; see later) Data stored in file: ODT <xml> <text> Hello world </text> </xml> (simplified) LibreOffice ODT stores the formatted text in XML ( HTML), and then ZIPs it. 82

83 ODT Summary ODT is a free and open standard. It can be read and written by a wide range of software (including Microsoft Office). It is the mandatory standard in the NATO countries. ODT exists since 2006 => established Caveat: Since ODT is noncommercial, ODT software is sometimes perceived as not as stable, as comfortable, and as interoperable as Microsoft Office. LibreOffice 83

84 DOCX Office Open XML (the successor of Microsoft Word documents DOC and the Rich Text Format RTF) is a file format for formatted text that is used by the Microsoft Word software. File extension: DOCX (Office Open XML also defines file formats for spreadsheets, presentations, etc.) Data stored in file: <xml> Hello world DOCX <text> Hello world </text> </xml> Microsoft Word (simplified) Office Open XML became a standard after ODT, against heated opposition by the ODT community. 84

85 DOCX Summary DOCX exists since It is ubiquitous, and for some people the only formatted text format that they know. Hello world DOCX can be displayed natively on Windows and on ios, and is supported by a large range of software (some of which is free) => very established DOCX became a free standard in BUT: Only Microsoft products implement the full standard of DOCX. DOCX remains difficult to handle on Linux. >Google Docs 85

86 Google Docs Google Docs is a Web-based word-processor that Google offers as part of its free Google Drive cloud storage. Google Docs is easy to use can be used collaboratively stores infinite history does not require software installation is free BUT: you share all your documents with Google (and the NSA) -> Data Security European open alternative: framapad.org 86

87 Google Docs Exporting For archiving purposes, Google Doc documents have to be exported. We still have to make the choice of the file format 87

88 Established File Formats for Text Plain text TXT: vanilla standard Watch out with UTF-8 encoding. No formatting. Formatted Text DOCX: Microsoft standard, ubiquitous ODT: Open competitor of DOCX PDF: Ubiquitous, but not modifiable ( end of the line ) For geeks HTML: open, ubiquitous, but requires knowledge of markup language LaTex+PDF: de facto standard in academia, complicated to write >PPTX&XLS 88

89 Established Formats for Spreadsheets Plain tabular data TSV: can be processed by all spreadsheet software and databases Just cellular data, no calculations, graphs, layout. Spreadsheet Office Software XLSX: Microsoft standard, ubiquitous (Excel) ODS: Open competitor of XLSX PDF: Ubiquitous, but read-only ( end of the line ) For geeks HTML: open, but no established standards for calculations or graphs >PPTX&XLS 89

90 Established Formats for Presentations Presentation Office Software PPTX: Microsoft standard, ubiquitous (PowerPoint) ODP: Open competitor of PPTX PDF: Ubiquitous, but read-only ( end of the line ) For geeks HTML: open, but no established standard for slides SVG: open, but no established standard for slides LaTex+PDF (Beamer): open, easy to read, difficult to write 90

91 Summary Established Images Audio Video Office SVG PNG JPG MIDI FLAC MP3 MPG MP4 HEVC WebM TXT Yes Yes Yes Yes Yes Yes Yes Yes No Not yet (?) Yes DOCX/PPTX/XLSXYes ODT/ODS/ODP HTML/SVG PDF Yes Yes for text Yes Lossless Yes (vector) Yes No Yes (vector) Yes No No No No No Yes Yes Yes Yes for text Read-only Open Yes Yes Disputed Yes Yes Yes (now) Yes No No Yes Yes Yes, but... Yes Yes Yes 91

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

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

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

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

Part III: Survey of Internet technologies

Part III: Survey of Internet technologies Part III: Survey of Internet technologies Content (e.g., HTML) kinds of objects we re moving around? References (e.g, URLs) how to talk about something not in hand? Protocols (e.g., HTTP) how do things

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

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

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

Standard File Formats

Standard File Formats Standard File Formats Introduction:... 2 Text: TXT and RTF... 4 Grapics: BMP, GIF, JPG and PNG... 5 Audio: WAV and MP3... 8 Video: AVI and MPG... 11 Page 1 Introduction You can store many different types

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

RECOMMENDED FILE FORMATS

RECOMMENDED FILE FORMATS Research and Enterprise Services RECOMMENDED FILE FORMATS University of Reading Research Data Archive Contents Introduction: file format categories... 1 Overview: formats for preservation and use... 1

More information

Sustainable File Formats for Electronic Records A Guide for Government Agencies

Sustainable File Formats for Electronic Records A Guide for Government Agencies Sustainable File Formats for Electronic Records A Guide for Government Agencies Electronic records are produced and kept in a wide variety of file formats, often dictated by the type of software used to

More information

UNDERSTANDING MUSIC & VIDEO FORMATS

UNDERSTANDING MUSIC & VIDEO FORMATS ComputerFixed.co.uk Page: 1 Email: info@computerfixed.co.uk UNDERSTANDING MUSIC & VIDEO FORMATS Are you confused with all the different music and video formats available? Do you know the difference between

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

DOWNLOAD OR READ : FREE SERVICE MANUAL 2006 GMC SIERRA PDF EBOOK EPUB MOBI

DOWNLOAD OR READ : FREE SERVICE MANUAL 2006 GMC SIERRA PDF EBOOK EPUB MOBI DOWNLOAD OR READ : FREE SERVICE MANUAL 2006 GMC SIERRA PDF EBOOK EPUB MOBI Page 1 Page 2 free service manual 2006 gmc sierra free service pdf free service manual 2006 gmc sierra Edit PDF files with PDFescape

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

Register your product and get support at www.philips.com/welcome HMP3000 EN User manual Contents 1 Trademark notice 5 English 2 Connect and play 7 3 Control and play 11 4 Options 13 Video options 13 Audio

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

Multimedia. File formats. Image file formats. CSE 190 M (Web Programming) Spring 2008 University of Washington

Multimedia. File formats. Image file formats. CSE 190 M (Web Programming) Spring 2008 University of Washington Multimedia CSE 190 M (Web Programming) Spring 2008 University of Washington Except where otherwise noted, the contents of this presentation are Copyright 2008 Marty Stepp and Jessica Miller and are licensed

More information

EXCELLENT ACADEMY OF ENGINEERING. Telephone: /

EXCELLENT ACADEMY OF ENGINEERING. Telephone: / Common file extensions that are good to know, organized by file format. Text Files.doc.log.msg.rtf.txt.wpd.wps Microsoft Word Document Log File Mail Message Rich Text Format Text File WordPerfect Document

More information

Multimedia applications

Multimedia applications applications László Kálmán 1 Csaba Oravecz 1 Péter Szigetvári 2 1 Research Institute for Linguistics Hungarian Academy of Sciences 2 Department of English Linguistics Eötvös Loránd University Lecture 9.

More information

Fundamental of Digital Media Design. Introduction to Audio

Fundamental of Digital Media Design. Introduction to Audio Fundamental of Digital Media Design Introduction to Audio by Noraniza Samat Faculty of Computer Systems & Software Engineering noraniza@ump.edu.my OER Fundamental of Digital Media Design by Noraniza Samat

More information

III-6Exporting Graphics (Windows)

III-6Exporting Graphics (Windows) Chapter III-6 III-6Exporting Graphics (Windows) Overview... 96 Metafile Formats... 96 BMP Format... 97 PDF Format... 97 Blurry Images in PDF... 97 Encapsulated PostScript (EPS) Format... 97 SVG Format...

More information

Lesson 5: Multimedia on the Web

Lesson 5: Multimedia on the Web Lesson 5: Multimedia on the Web Learning Targets I can: Define objects and their relationships to multimedia Explain the fundamentals of C, C++, Java, JavaScript, JScript, C#, ActiveX and VBScript Discuss

More information

Video. Add / edit video

Video. Add / edit video Video Videos greatly support learning in an e-earning setting. It is a rather complex topic though, due to the variety of formats, codecs, containers and combination of operating systems and browsers.

More information

This is a piece of software that allows the user to make presentations. Its user interface is radically different to that of PowerPoint.

This is a piece of software that allows the user to make presentations. Its user interface is radically different to that of PowerPoint. Prezi www.prezi.com This is a piece of software that allows the user to make presentations. Its user interface is radically different to that of PowerPoint. Users need to register in order to use Prezi

More information

1.1 Technical Evaluation Guidelines and Checklist:

1.1 Technical Evaluation Guidelines and Checklist: 1.1 Technical Guidelines and Checklist: This checklist is derived from the LRMDS Technical Specification. Refer to Section 10.2. Instructions: 1. Digital resources may be: a) digital and accessible online

More information

Compression; Error detection & correction

Compression; Error detection & correction Compression; Error detection & correction compression: squeeze out redundancy to use less memory or use less network bandwidth encode the same information in fewer bits some bits carry no information some

More information

ednet. smart memory Smart storage expansion for your iphone or ipad

ednet. smart memory Smart storage expansion for your iphone or ipad ednet. smart memory Smart storage expansion for your iphone or ipad * MicroSD Card is not included in the scope of delivery. ednet. smart memory Smart storage expansion for your iphone or ipad up to 256

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

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

Revision Guide. Creative Imedia R081

Revision Guide. Creative Imedia R081 Revision Guide Creative Imedia R081 Creative R081 revision Guide Overview of the unit You must be able to describe the process of creating pre-production documents and the role they play in the development

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

CPSC 301: Computing in the Life Sciences Lecture Notes 16: Data Representation

CPSC 301: Computing in the Life Sciences Lecture Notes 16: Data Representation CPSC 301: Computing in the Life Sciences Lecture Notes 16: Data Representation George Tsiknis University of British Columbia Department of Computer Science Winter Term 2, 2015-2016 Last updated: 04/04/2016

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

M4.2-R4: INTRODUCTION TO MULTIMEDIA

M4.2-R4: INTRODUCTION TO MULTIMEDIA M4.2-R4: INTRODUCTION TO MULTIMEDIA NOTE: 1. There are TWO PARTS in this Module/Paper. PART ONE contains FOUR questions and PART TWO contains FIVE questions. 2. PART ONE is to be answered in the TEAR-OFF

More information

计算原理导论. Introduction to Computing Principles 智能与计算学部刘志磊

计算原理导论. Introduction to Computing Principles 智能与计算学部刘志磊 计算原理导论 Introduction to Computing Principles 天津大学 智能与计算学部刘志磊 Analog The world is basically analog What does that mean? "Signal" is a varying wave over time e.g. sound as a running example here How Does

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

myprint help topics myprint account Creating a myprint account Closing your myprint account

myprint help topics myprint account Creating a myprint account Closing your myprint account myprint help topics myprint account Creating a myprint account Closing your myprint account Logging in Logging in on myprint Logging in via Facebook, Microsoft or Google Home page Printing with myprint

More information

What is Data Storage?

What is Data Storage? What is Data Storage? When we talk about storing data, we mean putting the data in a known place. We can later come back to that place and get our data back again. Writing data or saving data are other

More information

freetunes Engelmann Media GmbH

freetunes Engelmann Media GmbH freetunes 3.0 Contents 3 Table of Contents Part I Introduction 6 1 System... requirements 6 2 Installation... 7 3 Program... start 7 4 Demo... 7 5 Copyright... 7 Part II Converter 10 1 Source... 10 2

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

What is PowerPoint Good For? Using PowerPoint. What is PowerPoint Not So Good For? What is PowerPoint Terrible At? Modifying the Layout

What is PowerPoint Good For? Using PowerPoint. What is PowerPoint Not So Good For? What is PowerPoint Terrible At? Modifying the Layout What is PowerPoint Good For? Highlights Using PowerPoint Dynamic information some style issues Visual information What is PowerPoint Not So Good For? Textual information - Long sentences take time to read

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

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

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

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

Lesson 5: Multimedia on the Web

Lesson 5: Multimedia on the Web Lesson 5: Multimedia on the Web Lesson 5 Objectives Define objects and their relationships to multimedia Explain the fundamentals of C, C++, Java, JavaScript, JScript, C#, ActiveX and VBScript Discuss

More information

What s New in Studio 6?

What s New in Studio 6? What s New in Studio 6? mimio Toll Free Support: 877.846.3721 email: techsupport@mimio.com New Zoom Icon Right click on the Zoom Icon to choose from Zoom In, Zoom Out, and Zoom Full Import File Icon Insert

More information

1.6 Graphics Packages

1.6 Graphics Packages 1.6 Graphics Packages Graphics Graphics refers to any computer device or program that makes a computer capable of displaying and manipulating pictures. The term also refers to the images themselves. A

More information

CR-8710 ios SD Card Reader

CR-8710 ios SD Card Reader CR-8710 ios SD Card Reader Introducing CR-8710 ios SD Card Reader 2 CR-8710 ios SD Card Reader World s smallest ios SD Card Reader Supports major SD brands like SanDisk, Sony, Samsung, Kingston, Lexar

More information

HTML5: MULTIMEDIA. Multimedia. Multimedia Formats. Common Video Formats

HTML5: MULTIMEDIA. Multimedia. Multimedia Formats. Common Video Formats LEC. 5 College of Information Technology / Department of Information Networks.... Web Page Design/ Second Class / Second Semester HTML5: MULTIMEDIA Multimedia Multimedia comes in many different formats.

More information

HOW TO SAVE YOUR DESIGN FILES

HOW TO SAVE YOUR DESIGN FILES HOW TO SAVE YOUR DESIGN FILES READ YOUR BOOK. ART-2423 > raster > vector > holds both raster and layered o Can work in whatever color mode preferred. o Platform-specific (PC vs. Mac) and often version-specific

More information

Formatting Support: Word 2008

Formatting Support: Word 2008 Guidelines for Preparing Electronic Theses, Dissertations, and Doctoral Essays This document contains instructions for formatting conformant Portable Document Format (PDF) versions of theses to our database.

More information

8 TABLET MICROSCOPY SOLUTION

8 TABLET MICROSCOPY SOLUTION TABLET SOLUTIONS The Moticam BTU8 is a tablet microscopy solution, consisting of a customized 8 Android tablet connected to a microscopy imaging camera. The android tablet is easily detachable and replaceable

More information

Funcom Multiplayer Online Games - FTP Site Statistics. Top 20 Directories Sorted by Disk Space

Funcom Multiplayer Online Games - FTP Site Statistics. Top 20 Directories Sorted by Disk Space Property Value FTP Server ftp.funcom.com Description Funcom Multiplayer Online Games Country United States Scan Date 13/Jul/2014 Total Dirs 186 Total Files 1,556 Total Data 67.25 GB Top 20 Directories

More information

Tablet 300x x x x1024

Tablet 300x x x x1024 PROGRAMMATIC DISPLAY Supported Display Ad Types GIF, JPEG, PNG image files 3rd Party Ad Tags from approved ad servers (HTML or raw JavaScript) Rich media expandable supported through third party with some

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

AVS4YOU Programs Help

AVS4YOU Programs Help AVS4YOU Help - AVS Document Converter AVS4YOU Programs Help AVS Document Converter www.avs4you.com Online Media Technologies, Ltd., UK. 2004-2012 All rights reserved AVS4YOU Programs Help Page 2 of 39

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

Register your product and get support at HMP3008. EN User manual 7 ZH-CN 9

Register your product and get support at   HMP3008. EN User manual 7 ZH-CN 9 Register your product and get support at www.philips.com/welcome HMP3008 EN User manual 7 ZH-CN 9 EN Please refer to the safety information before using the product. ZH-CN Trademark notice HDMI, the HDMI

More information

Streaming Technologies Glossary

Streaming Technologies Glossary Streaming Technologies Glossary A ACELP.net ADSL AIFF Artifact Asf Asx Avi B Bitrate C C Capture card Codec CIF (QCIF) Client Industry standard audio compression technology developed by VoiceAge Corporation.

More information

Digital Audio Basics

Digital Audio Basics CSC 170 Introduction to Computers and Their Applications Lecture #2 Digital Audio Basics Digital Audio Basics Digital audio is music, speech, and other sounds represented in binary format for use in digital

More information

Recording oral histories

Recording oral histories Florida International University FIU Digital Commons Works of the FIU Libraries FIU Libraries 3-2017 Recording oral histories Rebecca Bakker Florida International University Follow this and additional

More information

Computers Are Your Future

Computers Are Your Future Computers Are Your Future Twelfth Edition Chapter 5: Application Software: Tools for Productivity Copyright 2012 Pearson Education, Inc. Publishing as Prentice Hall 1 Application Software: Tools for Productivity

More information

PhotoFast MemoriesCable U2. Market leading design and technology

PhotoFast MemoriesCable U2. Market leading design and technology MemoriesCable U2 Introducing 2 PhotoFast MemoriesCable U2 Market leading design and technology 3 How PhotoFast MemoriesCable U2 is different? It s the smallest and most powerful ever ipod touch 4th ipod

More information

Chapter 1. Data Storage Pearson Addison-Wesley. All rights reserved

Chapter 1. Data Storage Pearson Addison-Wesley. All rights reserved Chapter 1 Data Storage 2007 Pearson Addison-Wesley. All rights reserved Chapter 1: Data Storage 1.1 Bits and Their Storage 1.2 Main Memory 1.3 Mass Storage 1.4 Representing Information as Bit Patterns

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

HTML 5 and CSS 3, Illustrated Complete. Unit K: Incorporating Video and Audio

HTML 5 and CSS 3, Illustrated Complete. Unit K: Incorporating Video and Audio HTML 5 and CSS 3, Illustrated Complete Unit K: Incorporating Video and Audio Objectives Understand Web video and audio Use the video element Incorporate the source element Control playback HTML 5 and CSS

More information

Compression; Error detection & correction

Compression; Error detection & correction Compression; Error detection & correction compression: squeeze out redundancy to use less memory or use less network bandwidth encode the same information in fewer bits some bits carry no information some

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

OneClick Video Converter Free Version

OneClick Video Converter Free Version Document No.: OneClickSoftware OneClick Video Converter Free Version OneClick Software Inc. http://www.oneclicksoftware.com Page 1 Pages Order Introduction...Pages 3 Button Preview...Pages 4 How to...pages

More information

Movie Generation Guide

Movie Generation Guide MadCap Mimic Movie Generation Guide Version 7 Copyright 2013 MadCap Software. All rights reserved. Information in this document is subject to change without notice. The software described in this document

More information

ishowdrive (WIB5012) User Manual

ishowdrive (WIB5012) User Manual ishowdrive (WIB5012) User Manual ABOUT THIS GUIDE This guide explains the features and usage of the ishowdrive. The usage will involve a portable device of either a smartphone, tablet or computer. The

More information

Scalable Vector Graphics: SVG. The Little-Known Treasure of Document Viewing

Scalable Vector Graphics: SVG. The Little-Known Treasure of Document Viewing Scalable Vector Graphics: SVG The Little-Known Treasure of Document Viewing 1 Introduction Most everyone has experienced that dreaded feeling of downloading an image from the web to use in a document or

More information

8/19/2018. Web Development & Design Foundations with HTML5. Learning Objectives (1 of 2) Learning Objectives (2 of 2) Helper Applications & Plug-Ins

8/19/2018. Web Development & Design Foundations with HTML5. Learning Objectives (1 of 2) Learning Objectives (2 of 2) Helper Applications & Plug-Ins Web Development & Design Foundations with HTML5 Ninth Edition Chapter 11 Web Multimedia and Interactivity Slides in this presentation contain hyperlinks. JAWS users should be able to get a list of links

More information

Quick start guide to Blackboard at Keele

Quick start guide to Blackboard at Keele Quick start guide to Blackboard at Keele Table of Contents What is the KLE and why do we use it?... 3 Sign-in to the KLE... 3 Tabs and Sub-Tabs... 3 Panels and Customising the Home Tab... 3 Tools in the

More information

CR-8800 Connection Kit

CR-8800 Connection Kit CR-8800 Connection Kit Introducing CR-8800 Connection Kit 2 CR-8800 Connection Kit Best choice for personal data storage Smaller Size High Speed Data Transfer Rate One Touch to Complete Full Data Backup

More information

Media Player MP-2020 Specification Sheet MP Media Player for 2.5 Hard disk Specification Sheet

Media Player MP-2020 Specification Sheet MP Media Player for 2.5 Hard disk Specification Sheet MP-2020 Media Player for 2.5 Hard disk Specification Sheet 2009.10.28-1 - Table of Contents 1.0 Overview... 3 1.1.0 Features... 3 2.0 Box Contents... 4 3.0 Hardware Specification... 4 3.1.0 Assembly Viewing...

More information

Quicktime Player Error Codec For Avi Per

Quicktime Player Error Codec For Avi Per Quicktime Player Error Codec For Avi Per Oct 2, 2014. a movie and its.avi and i am getting an error post "converting" where it says. QuickTime player can't open Try another video player, such as VLC. Quicktime

More information

Key features: PN & UPC Codes: PN ITEM UPC

Key features: PN & UPC Codes: PN ITEM UPC Powered by Android 6.0 Marshmallow Key features: 13.3 Full HD Display, IPS Processor Octa Core RK3368 Cortex A53 Android 6.0, Marshmallow Premium aluminium casing Front and back cameras PN & UPC Codes:

More information

Turnitin currently accepts the following file types for upload into an assignment:

Turnitin currently accepts the following file types for upload into an assignment: Submitting a Paper Student users of Turnitin submit papers to a class from the class portfolio page. The class portfolio page is viewed by clicking on the name of the class from the student homepage. The

More information

access to reformatted and born digital content regardless of the challenges of media failure and technological

access to reformatted and born digital content regardless of the challenges of media failure and technological Goals Convert it to preserve it: Digitization and 1. Participants will have a better understanding of the inherent fragility of digital objects 2. Participants will acquire information to help themselectpreservationformats

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

Internet: An international network of connected computers. The purpose of connecting computers together, of course, is to share information.

Internet: An international network of connected computers. The purpose of connecting computers together, of course, is to share information. Internet: An international network of connected computers. The purpose of connecting computers together, of course, is to share information. WWW: (World Wide Web) A way for information to be shared over

More information

Always there to help you. Register your product and get support at HMP5000. Question? Contact Philips.

Always there to help you. Register your product and get support at  HMP5000. Question? Contact Philips. Always there to help you Register your product and get support at www.philips.com/welcome Question? Contact Philips HMP5000 User manual Contents 1 Control and play 2 11 Troubleshooting 20 12 Specification

More information

Image coding and compression

Image coding and compression Image coding and compression Robin Strand Centre for Image Analysis Swedish University of Agricultural Sciences Uppsala University Today Information and Data Redundancy Image Quality Compression Coding

More information

Directory. Product overview. Connecting your media player. Specification. Interface. Explanation of the remote control. Connector Indication

Directory. Product overview. Connecting your media player. Specification. Interface. Explanation of the remote control. Connector Indication License Notice and Trademark Acknowledgement. Manufactured under license from Dolby Laboratories. Dolby and the double-d symbol are trademarks of Dolby Laboratories. Manufactured under license under U.S.

More information

Data Storage. Slides derived from those available on the web site of the book: Computer Science: An Overview, 11 th Edition, by J.

Data Storage. Slides derived from those available on the web site of the book: Computer Science: An Overview, 11 th Edition, by J. Data Storage Slides derived from those available on the web site of the book: Computer Science: An Overview, 11 th Edition, by J. Glenn Brookshear Copyright 2012 Pearson Education, Inc. Data Storage Bits

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

OnDemand Discovery Quickstart Guide

OnDemand Discovery Quickstart Guide Here is a complete guide to uploading native files directly to OnDemand, using our new OnDemand Discovery Client. OnDemand Discovery Quickstart Guide OnDemand Technical Support P a g e 1 Section 1: Welcome

More information

BEST FILE FORMAT FOR HIGH RESOLUTION

BEST FILE FORMAT FOR HIGH RESOLUTION page 1 / 5 page 2 / 5 best file format for pdf Here is some information from Adobe website. PDF Accessibility Overview. For the application which can make PDF accessible, expect for Adobe Acrobat, Foxit

More information

HTML is a mark-up language, in that it specifies the roles the different parts of the document are to play.

HTML is a mark-up language, in that it specifies the roles the different parts of the document are to play. Introduction to HTML (5) HTML is a mark-up language, in that it specifies the roles the different parts of the document are to play. For example you may specify which section of a document is a top level

More information

Which Folders Shouldn t Be Backed Up?

Which Folders Shouldn t Be Backed Up? nexo Backup is a very simple and powerful online backup solution. You choose which folders you want to backup, and nexo Backup will upload your files and protect the contents of those folders - it keeps

More information

CSC 170 Introduction to Computers and Their Applications. Lecture #1 Digital Basics. Data Representation

CSC 170 Introduction to Computers and Their Applications. Lecture #1 Digital Basics. Data Representation CSC 170 Introduction to Computers and Their Applications Lecture #1 Digital Basics Data Representation Data refers to the symbols that represent people, events, things, and ideas. Data can be a name, a

More information

Experiments in Mathematical Web Animation

Experiments in Mathematical Web Animation Experiments in Mathematical Web Animation Steven Bellenot Mathematics Florida State University bellenot@math.fsu.edu http://www.math.fsu.edu/ bellenot/class/f0/web/anim.pdf Mathematics and the Web Sep,

More information

DOWNLOAD OR READ : WORD AND IMAGE IN ARTHURIAN LITERATURE PDF EBOOK EPUB MOBI

DOWNLOAD OR READ : WORD AND IMAGE IN ARTHURIAN LITERATURE PDF EBOOK EPUB MOBI DOWNLOAD OR READ : WORD AND IMAGE IN ARTHURIAN LITERATURE PDF EBOOK EPUB MOBI Page 1 Page 2 word and image in arthurian literature word and image in pdf word and image in arthurian literature pdf converter,

More information

Honor 3C (H30-U10) Mobile Phone V100R001. Product Description. Issue 01. Date HUAWEI TECHNOLOGIES CO., LTD.

Honor 3C (H30-U10) Mobile Phone V100R001. Product Description. Issue 01. Date HUAWEI TECHNOLOGIES CO., LTD. V100R001 Issue 01 Date 2014-03-12 HUAWEI TECHNOLOGIES CO., LTD. . 2014. All rights reserved. No part of this document may be reproduced or transmitted in any form or by any means without prior written

More information

My Media Hub Quick Start Guide for USB Devices. Sharing media content with the Fetch Box from a USB device

My Media Hub Quick Start Guide for USB Devices. Sharing media content with the Fetch Box from a USB device My Media Hub Quick Start Guide for USB Devices Sharing media content with the Fetch Box from a USB device What s inside Welcome to your My Media Hub 3 Supported media file formats 4 Getting Started 5 Play

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