Data Transfer Chapter 10. File conversion When we upgrade a file after a big time of use, usually it is necessary to change the format of the file. For.

Slides:



Advertisements
Similar presentations
Transmitting & Receiving Contents  Hardware for Transmitting & Receiving:By Ryan Caulfield  Software for Transmitting & Receiving: By Todd John  Non-Computer.
Advertisements

KFUPM COE 202: Digital Logic Design Number Systems Part 3 Courtesy of Dr. Ahmad Almulhem.
Chapter 4: Representation of data in computer systems: Sound OCR Computing for GCSE © Hodder Education 2011.
Technology ICT Option: Data Representation. Data Representation In our everyday lives, we communicate with each other using analogue data. This data takes.
Chapter 2 Digital data Ola A. Younis. Elements of digital media Symbols : representation for something else. Example: a group of letters often serve as.
Lecture 2: Do you speak Java?. From Problem to Program Last Lecture we looked at modeling with objects! Steps to solving a business problem –Investigate.
1 Computers and Representations Ascii vs. Binary Files Over the last few million years, Earth has experienced numerous ice ages when vast regions of the.
Chapter 1 Data Storage. 2 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.
Chapter 2 : Business Information Business Data Communications, 4e.
Chapter 1-C,D Computers and Digital Basics.
CHARACTERS Data Representation. Using binary to represent characters Computers can only process binary numbers (1’s and 0’s) so a system was developed.
COMP135/COMP535 Digital Multimedia, 2nd edition Nigel Chapman & Jenny Chapman Chapter 2 Lecture 2 – Digital Representations.
Fundamentals Rawesak Tanawongsuwan
Data vs. Information OUTPUTOUTPUT Information Data PROCESSPROCESS INPUTINPUT There are 10 types of people in this world those who read binary and those.
Programmable Logic Controllers
Higher Computing Data Representation.
Sem 1 v2 Chapter 14: Layer 6 - The Presentation layer.
Aloha Aloha What you see: What the computer sees: binary number columns binary number columns
Chapter 13 File Structures. Understand the file access methods. Describe the characteristics of a sequential file. After reading this chapter, the reader.
Chapter 1 Data Storage(2) Yonsei University 1 st Semester, 2014 Sanghyun Park.
Institute of Technology Sligo - Dept of Computing Sem 1 Chapter 14: Layer 6 - The Presentation layer.
Chapter 11 Fluency with Information Technology 4 th edition by Lawrence Snyder (slides by Deborah Woodall : 1.
Data Representation CS280 – 09/13/05. Binary (from a Hacker’s dictionary) A base-2 numbering system with only two digits, 0 and 1, which is perfectly.
1 Computers and Representations Ascii vs. Binary Files Over the last few million years, Earth has experienced numerous ice ages when vast regions of the.
Data Representation and Storage Lecture 5. Representations A number value can be represented in many ways: 5 Five V IIIII Cinq Hold up my hand.
Multimedia ITGS. Multimedia Multimedia: Documents that contain information in more than one form: Text Sound Images Video Hypertext: A document or set.
Tools for information processes Organising IPT 2009.
Chapter 1 Data Storage © 2007 Pearson Addison-Wesley. All rights reserved.
Introduction to Digital Media. What is it? Digital media is what computers use to; Store, transmit, receive and manipulate data Raw data are numbers,
Chapter 14: Files and Streams. 2Microsoft Visual C# 2012, Fifth Edition Files and the File and Directory Classes Temporary storage – Usually called computer.
Data as the computer sees it 1.  Number systems Number systems  Data storage Data storage  Glossary Glossary 2.
General Purpose Packages DATA TYPES. Data Types Computer store information in the form of data. Information has meaning. Eg 23 May 2005 Data has no meaning.
Chapter # 10 Data Transfer Prepared by :Sir Mazhar Javed.
Marwan Al-Namari 1 Digital Representations. Bits and Bytes Devices can only be in one of two states 0 or 1, yes or no, on or off, … Bit: a unit of data.
Chapter 1 Background 1. In this lecture, you will find answers to these questions Computers store and transmit information using digital data. What exactly.
COMP135/COMP535 Digital Multimedia, 2nd edition Nigel Chapman & Jenny Chapman Chapter 2 Lecture 2 – Digital Representations.
Comp 335 File Structures Data Compression. Why Study Data Compression? Conserves storage space Files can be transmitted faster because there are less.
Sound (analogue signal). time Sound (analogue signal) time.
Binary 101 Gads Hill School. Aim To strengthen understanding of how computers use the binary number system to store information.
The idea of adding markup instructions to documents is not new. Before computers, authors would make annotations by hand in their written or typed documents.
1 What is Multimedia? Multimedia can have a many definitions Multimedia means that computer information can be represented through media types: – Text.
Layer 6 Presentation Layer. Overview Now that you have learned about Layer 5 of the OSI model, it is time to look at Layer 6, the presentation layer.
Internet addresses By Toni Grey & Rashida Swan HTTP Stands for HyperText Transfer Protocol Is the underlying stateless protocol used by the World Wide.
Memory, Bits, & Bytes. Memory Part of the computer where programs and data are stored. Read and written (changed). Bit – Binary digit – Basic unit of.
Millions of electronic pulses move through your computer every second. Computers are capable of processing thousands of functions in the time it takes.
Networks Standardisation & Protocols. Learning Objectives Explain the advantages of standardisation and describe some areas of standardisation such as.
Data Representation. In our everyday lives, we communicate with each other using analogue data. This data takes the form of: Sound Images Letters Numbers.
GCSE ICT Data Transfer. Data transfer Users often need to transfer data between software packages or computers. Until relatively recently this was difficult.
DATA Unit 2 Topic 2. Different Types of Data ASCII code: ASCII - The American Standard Code for Information Interchange is a standard seven-bit code that.
COMPUTER ORGANIZATION 4 TH LECTURE. ASCII Code  ASCII ( American Standard Code for Information Interchange).  Input and output devices that communicate.
DATA REPRESENTATION - TEXT
GCSE ICT Data Transfer.
UNIT 2 – CHAPTER 1 – LESSON 1 DIGITAL INFORMATION.
physics-chemistry-interactive-flash-animation
Data Transfer ASCII FILES.
AP CSP: Bytes, File Sizes, and Text Compression
DIGITAL DATA COMMUNICATION TECHNIQUES
Software and Multimedia
Software and Multimedia
Chapter 1 Data Storage.
Decimal System The radix or base of a number system determines
1. Explain how ASCII is used to represent text in a computer system
Fundamentals of Data Representation
Chapter 4: Representing sound
Chapter 3 DataStorage Foundations of Computer Science ã Cengage Learning.
Follow the Data Data (and information) move from place to place in computer systems and networks. As it moves it changes form frequently. This story.
Learning Intention I will learn how computers store text.
Option: Data Representation
Option: Data Representation
Presentation transcript:

Data Transfer Chapter 10

File conversion When we upgrade a file after a big time of use, usually it is necessary to change the format of the file. For example if you use a database that it was created using Access 97 it is necessary to upgrade it by converting it to a file Access 2003

ASCII files It s a text file in which each byte represents one character according to the ASCII code. Contrast with a binary file, in which there is no one-to-one mapping between bytes and characters. Files that have been formatted with a word processor must be stored and transmitted as binary files to preserve the formatting. ASCII files are sometimes called plain text files.text filebytecharacterASCIIbinary file Filesformatted word processorstoredplain text

ASCII vs. Binary Files An ASCII file is a binary file that stores ASCII codes. Recall that an ASCII code is a 7-bit code stored in a byte. To be more specific, there are 128 different ASCII codes, which means that only 7 bits are needed to represent an ASCII character. However, since the minimum workable size is 1 byte, those 7 bits are the low 7 bits of any byte. The most significant bit is 0. That means, in any ASCII file, you're wasting 1/8 of the bits. In particular, the most significant bit of each byte is not being used. Although ASCII files are binary files, some people treat them as different kinds of files. I like to think of ASCII files as special kinds of binary files. They're binary files where each byte is written in ASCII code. A full, general binary file has no such restrictions. Any of the 256 bit patterns can be used in any byte of a binary file. We work with binary files all the time. Executables, object files, image files, sound files, and many file formats are binary files. What makes them binary is merely the fact that each byte of a binary file can be one of 256 bit patterns. They're not restricted to the ASCII codes.

ASCII CODE

Transferring files between word processors Most word processors are capable of reading files from other word processing packages. As a last resort, the original file can be saved in ASCII code which all word processors are capable of reading, but the most of the formatting will be lost (underline, bold, etc)

Data compression Data compression is the technique of reducing the space occupied by a large file. There are many different methods, suited to different types of data. Data compression is particularly useful in communications because it enables devices to transmit or store the same amount of data in fewer bits.

Download Is the term usually used to refer to the transfer of file from one computer to another. Generally the term is used when the user who starts the process is operating the computer that will eventually receive the file. When the user is sending the file to another site, the term used to describe the operation is upload

Overflow Overflow happens when something becomes too large to be processed satisfactory

Digital and analogue computers Digital quantities have values which jump from one to the next without any between value. Analogue quantities have infinitive number of values

Digital and analogue signals