GCSE ICT Data Transfer. Data transfer Users often need to transfer data between software packages or computers. Until relatively recently this was difficult.

Slides:



Advertisements
Similar presentations
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.
Advertisements

Technology ICT Option: Data Representation. Data Representation In our everyday lives, we communicate with each other using analogue data. This data takes.
Slide 1 Word Processing. Slide 2 What is a word processor? A word processor is a computer that you use for writing, editing and printing text. A dedicated.
Binary Expression Numbers & Text CS 105 Binary Representation At the fundamental hardware level, a modern computer can only distinguish between two values,
Representation of Data How is data (numbers, characters) represented so that it can be used in a Computer ?
Introduction to Management Information Systems Chapter 3 Computer Basics HTM 304 Spring 06.
SPSS 1: An Introduction to the Statistical Package SPSS Suzie Cro MRC Clinical Trials Unit.
Computers They're Not Magic! (for the most part)‏ Adapted from Ryan Moore.
Software and Multimedia
COMPUTER FUNDAMENTALS David Samuel Bhatti
Decisions in Python Comparing Strings – ASCII History.
Nat 4/5 - Software Design and Development – Low Level Operations - 1 National 4/5 – Computing Science Information Systems Design and Development Media.
Navigation and Ancillary Information Facility NIF Porting Kernels October 2014.
Navigation and Ancillary Information Facility NIF Porting Kernels January 2009.
Floyd, Digital Fundamentals, 10 th ed EET 2259 Unit 13 Strings and File I/O  Read Bishop, Chapter 9.  Lab #13 and Homework #13 due next week.
The Internet The advantages and disadvantages. What are the advantages of the Internet as a source of information?  It can be accessed from anywhere.
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.
FILES & FOLDERS Organization Computer hard drives hold an enormous amount of data or information. Knowing how a computer's organization system works.
3.2 Data Portability. Overview Understand the need for data compression and software needed to compress/decompress data. Identify common file types such.
OCR GCSE Computing © Hodder Education 2013 Slide 1 OCR GCSE Computing Chapter 2: Memory.
AS Level ICT Selection and use of appropriate software: Utilities and file management.
Capabilities of Software. Object Linking & Embedding (OLE) OLE allows information to be shared between different programs For example, a spreadsheet created.
A Simple Guide to Using SPSS ( Statistical Package for the Social Sciences) for Windows.
Introduction to Digital Media. What is it? Digital media is what computers use to; Store, transmit, receive and manipulate data Raw data are numbers,
The Role of Communications. The Need for Communication  Communication between devices is necessary to: Share information Use shared devices (peripherals)
GCSE ICT Storing data - Internal memory, backing storage, and measuring memory.
Verification & Validation. Batch processing In a batch processing system, documents such as sales orders are collected into batches of typically 50 documents.
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.
Files Tutor: You will need ….
Integrate, check and share documents Module 3.3. Integrate, check and share documents Module 3.3.
The Online World ONLINE DOCUMENTS. Online documents Online documents (such as text documents, spreadsheets, presentations, graphics and forms) are any.
Characters and Strings
Navigation and Ancillary Information Facility NIF Porting Kernels March 2010.
Internet addresses By Toni Grey & Rashida Swan HTTP Stands for HyperText Transfer Protocol Is the underlying stateless protocol used by the World Wide.
Computer Networks – IP addresses and binary Week
What is a Computer An electronic, digital device that stores and processes information. A machine that accepts input, processes it according to specified.
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.
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.
Binary Representation in Text
Binary Representation in Text
Data Representation.
LibreOffice Brandon Werner
GCSE ICT Data Transfer.
GCSE COMPUTER SCIENCE Topic 3 - Data 3.2 Data Representation.
Section 3: Computing With Confidence
Unit 2 Technology Systems
Formatting Output.
GCSE ICT – REVISION QUESTIONS
Data Transfer ASCII FILES.
Associated Hardware and File Handling
Data Encoding Characters.
TOPICS Information Representation Characters and Images
THE BASICS.
Software and Multimedia
OCR GCSE ICT Data capture methods.
OCR GCSE ICT Data capture methods.
Software and Multimedia
ELECTRONIC MAIL SECURITY
ELECTRONIC MAIL SECURITY
4.1 Strings ASCII & Processing Strings with the Functions
Fundamentals of Data Representation
Files Handling In today’s lesson we will look at:
Learning Intention I will learn how computers store text.
Option: Data Representation
Binary CSCE 101.
Option: Data Representation
C Programming Language
ASCII and Unicode.
Presentation transcript:

GCSE ICT Data Transfer

Data transfer Users often need to transfer data between software packages or computers. Until relatively recently this was difficult to achieve, but the increasing use of computers and the growth of ICT has forced software designers to make this much easier.

File conversion File conversion is an important part of computing. It means that old data can be converted for use on newer systems. This saves considerable time because it avoids users having to re-enter existing data onto a new system.

File conversion Problems might arise with file conversion if the data is very old or is formatted for a system that not longer exists. However, most newer version of software are usually capable of reading data from older versions (e.g. Word97 files can be read by Word2002)

File conversion In addition many database, spreadsheet, and word processing files can be read by other packages. However it is always important to check that this compatibility between software packages and data works.

ASCII ASCII is the acronym for American Standard Code for Information Interchange. ASCII is a world-wide standard code for representing characters (letters, numbers etc.) as binary code.

ASCII Before its introduction, it was almost impossible to transfer data between software packages or computers. For example the letter A has the ASCII code and B is

An example of ASCII HELLO! Is represented by the following ASCII code: –H –E –L –O –!

Transferring files The most common types of file transfer are between different word processors. For example someone might send someone else a word processed document attached to an .

Transferring files If the sender does not use the same word processor software, can they be sure that the receiver gets the document file in a readable form? Sending the file where everything is stored in ASCII code will ensure that the text arrives intact and can be read, even though the formatting (margins, tabs etc.) might be lost.

Transferring files An alternative method of transferring files is to use a CSV (Comma separated variables) file format. This is particularly useful when files containing data – such as databases and spreadsheets – are being transferred.

Data/file compression Some files contain lots of empty space (e.g. databases) and others take up lots of space (e.g. images). To reduce the amount of space taken up by these types of files, file compression software can be used to ‘squash’ the data in the files into less space. A zip file is a common compressed file format.

Digital and Analogue Computers Data can be either digital or analogue. Digital data is represented by discrete values or conditions (e.g. the number of cars in a car park; traffic light sequence). Analogue data is continuously variable and has a magnitude proportional to the data (e.g. temperature; a watch with hands).

Digital and Analogue Computers Most computers are digital, and handle information in the form of numbers (i.e. in the form of binary digits). However, although analogue computers are quite rare they do perform certain functions better than digital computers (e.g. controlling manufacturing processes in a factory; certain type of modelling).