GCSE ICT How data is stored. How is data stored? Data can be stored in paper-based systems including: –Reference books –Dictionaries –Encyclopaedias –Directories.

Slides:



Advertisements
Similar presentations
How data is stored. Data can be stored in paper-based systems including: Reference books Dictionaries Encyclopaedias Directories Index Files Filing systems.
Advertisements

Content 15.1 Basic features Types of database Data structures 15.2 Creating a database Screen layout Entering data Editing data 15.3 Displaying data Searching.
Organisation Of Data (1) Database Theory
Standard Grade Databases. What is a Database? A database is made up of files, records and fields. A structured collection of similar information that.
INFORMATION TECHNOLOGY Software Applications. WORD PROCESSING WP is the most commonly used package in business. A large number of documents are produced.
What is an Information System?. What is data?  DATA is raw facts and figures.  These have very little meaning until they are sorted or they are used.
Introduction to Database Management
Database Systems. What is a database? A database is an organised store of data items.
DATA INFORMATION.
Information Storage and Retrieval CS French Chapter 3.
Relational Databases What is a relational database? What would we use one for? What do they look like? How can we describe them? How can you create one?
Databases Ms. Scales. What is a Database? Database  A collection of data organized for fast search and retrieval  Examples: Telephone Directories Hospital.
Database Design IST 7-10 Presented by Miss Egan and Miss Richards.
CORE 2: Information systems and Databases STORAGE & RETRIEVAL 2 : SEARCHING, SELECTING & SORTING.
Software Development Unit 2 Databases What is a database? A collection of data organised in a manner that allows access, retrieval and use of that data.
UNIT 3B FILING METHODS.
Information and Data What’s the difference between two? Information systems = hardware and software working together… It will take DATA that has been put.
DBMS By Narinder Singh Computer Sc. Deptt. Topics What is DBMS What is DBMS File System Approach: its limitations File System Approach: its limitations.
© 2008 The McGraw-Hill Companies, Inc. All rights reserved. ACCESS 2007 M I C R O S O F T ® THE PROFESSIONAL APPROACH S E R I E S Lesson 4 – Creating New.
1. Define the term ‘database’(2) A database is a large and continuously updated collection of stored data structured to allow the various applications.
GCSE ICT What is an Information System?. What is data? DATA is raw facts and figures. These have very little meaning until they are sorted or they are.
© Paradigm Publishing Inc. 9-1 Chapter 9 Database and Information Management.
Applications Software. Applications software is designed to perform specific tasks. There are three main types of application software: Applications packages.
Lesson 1 -What is a Database? -Fields and Records
Database Management. ICT5 Database Administration (DBA) The DBA’s tasks will include the following: 1. The design of the database. After the initial design,
Data and its manifestations. Storage and Retrieval techniques.
Slide 1 St Andrew’s High School Standard Grade Computing Databases Standard Grade Computing Studies.
Discovering Computers Fundamentals Fifth Edition Chapter 9 Database Management.
GCSE Computing#BristolMet Session Objectives# 20 MUST describe a database and discuss the legal implications of storing personal information SHOULD explain.
Slide 1 Computing Science: Databases Revised May 2012 St Andrew’s High School Computing Science Databases Computing Science Level - National 4 / 5.
Databases The Kingsway School. Database Systems Databases are programs which store information in a logical way. Databases have a structure which helps.
Up up and away You have had a try at being a wizard, now it is time to be a superhero. Up, Up and Away You are a budding superhero. But the problem is.
Database Design Presenters: Nicolas Lee Tam Nguyen.
Information Systems & Databases 2.2) Organisation methods.
Database Design Presenters: Nicolas Lee Tam Nguyen.
Database What is a database? A database is a collection of information that is typically organized so that it can easily be storing, managing and retrieving.
Databases. What is a database?  A database is used to store data. The word DATA is actually Latin for FACTS. A database is, therefore, a place, or thing.
Databases. What do you think the word ‘database’ means?
Now, please open your book to page 60, and let’s talk about chapter 9: How Data is Stored.
INFORMATION MANAGEMENT Unit 2 SO 4 Explain the advantages of using a database approach compared to using traditional file processing; Advantages including.
Databases Unit 3_6. Flat File Databases One table containing data Data must be entered as a whole each time e.g. customer name and address each time (data.
FILES AND DATABASES. A FILE is a collection of records with similar characteristics, e.g: A Sales Ledger Stock Records A Price List Customer Records Files.
3 / 12 Databases MIS105 Lec13 Irfan Ahmed Ilyas CHAPTER Prepared By:
Relational Databases. Relational database  data stored in tables  must put data into the correct tables  define relationship between tables  primary.
System design : files. Data Design Concepts  Data Structures  A file or table contains data about people, places or events that interact with the system.
Database Management Systems (DBMS)
Databases.  A database is simply a collection of information stored in an orderly manner.  A database can be as simple as a birthday book, address book.
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.
Use of ICT in Data Management AS Applied ICT. Back to Contents Back to Contents.
CIS 250 Advanced Computer Applications Database Management Systems.
Instructor: Pavlos Pavlikas1 How Data is Stored Chapter 8.
The Online World ONLINE DOCUMENTS. Online documents Online documents (such as text documents, spreadsheets, presentations, graphics and forms) are any.
Introduction to Databases Angela Clark University of South Alabama.
What is Handling Information?.
Databases Flat Files & Relational Databases. Learning Objectives Describe flat files and databases. Explain the advantages that using a relational database.
VOCAB REVIEW. A field that can be computed from other fields Calculated field Click for the answer Next Question.
Notes: **A Row is considered one Record. **A Column is a Field. A Database is…  an organized set of stored information usually on one topic  a collection.
© All Rights Reserved Databases.
Edexcel OnCourse Databases Unit 9. Edexcel OnCourse Database Structure Presentation Unit 9Slide 2 What is a Database? Databases are everywhere! Student.
Chapter 9: Data types and data structures OCR Computing for A Level © Hodder Education 2009.
( ) 1 Chapter # 8 How Data is stored DATABASE.
DATABASE.
Database Systems Unit 16.
Week 12 Option 3: Database Design
INTRODUCING DATABASES
DATABASES.
Databases.
Flat Files & Relational Databases
Spreadsheets, Modelling & Databases
The ultimate in data organization
Presentation transcript:

GCSE ICT How data is stored

How is data stored? Data can be stored in paper-based systems including: –Reference books –Dictionaries –Encyclopaedias –Directories –Index Files –Filing systems

How is data stored? It can also be stored in computerised databases.

Examples of paper-based data systems Reference books: –Year Books –Almanacs –Annuals Dictionaries: –Standard dictionaries –Technical dictionaries –Language to Language dictionaries –Biographical dictionaries

Examples of paper-based data systems Encyclopaedias: –Single volume encyclopaedias –Multi-volume encyclopaedias –Technical encyclopaedias Directories: –Telephone directories –Trade directories

Examples of paper-based data systems Index files: –Alphabetical file systems –Date order file systems –Cross Indexed file systems

What do all paper-based data systems have in common? The data is stored systematically (e.g. alphabetically – dictionaries, encyclopaedias, telephone directories; date order – year books, almanacs). The data has a key piece of information that helps users to find what they are looking for (e.g. surname in a telephone directory, date in a year book).

Computerised data systems Computerised data systems – also known as databases – are organised in similar ways to paper-based data systems. However because computerised data systems can handle data faster and in more flexible ways than paper-based systems, they have begun to replace many paper-based systems.

What is a computerised database? A database is a large store of information. It should set out so that it can be kept up-to-date easily. It should be easy to find the information that you need.

What does a computerised database contain? The information contained in a database is held in RECORDS. Each record is made up of one or more FIELDS. A FIELD contains a separate piece of information within each RECORD. A group of related RECORDS is a FILE.

Types of field There are several types of FIELD. The most common are: –ALPHANUMERIC or CHARACTER TEXT - these contain letters and numbers, but the numbers can not be manipulated. –NUMERIC - these numbers that can be manipulated. –LOGIC – these have Yes/No or True/False answers.

How can a database be used? Once the database has been set up, the information for each record can be added. This information can then be INTERROGATED (questions can be asked) to produce REPORTS (answers).

Examples of computerised databases Medical records held at hospitals and doctors’ surgeries. The Police National Computer. School records held on a school SIMS (School Information Management System) system.

The advantages of computerised databases Information usually only needs to be entered once. Files can be linked together so that when one is up- dated all linked files are also up-dated (N.B. This is only true of RELATIONAL databases). The record structure can be altered after data has been entered. Access to data is rapid. It is difficult to lose data. Data can be validated as it is entered.

The disadvantages of computerised databases If the computer system is not working or is off- line, the database can not be accessed. Because databases contain confidential information, they must be kept secure People have to be trained to use a database if its advantages are to be exploited to the full, and this takes time and money.

Database Management System A data base management system (DBMS) is a group of programs that: –Allow data files to be created –Allow data held in files to be altered –Allow data held in files to be extracted

Database Management System A DBMS also allows: –Datafiles (or tables held within data files) to be linked together. –Queries (or questions) to be asked of the data. –Data to be added (or appended). –Data to be deleted or altered. –The structure to datafiles (or tables) to be altered.

Database Management System A DBMS also allows: –Levels of security by only allowing particular users access to each of the datafiles (or tables). –Data to be imported from other computer packages (e.g. spreadsheets). –Data to be exported to other computer packages (e.g. mail merge).

Common file processes The processes that the database management system allows are all common file processes. The main common file processes are: –File updating. –Insertions. –Deletions. –Amendments

Back-up files There are also certain tasks that must be done on a regular basis. These include creating back-up copies of the data held on the database. This needs to be done to protect the data from damage or corruption and to ensure that if damage or corruption occurs, all the data is not lost.