Handling Data Designing Structure, Capturing and Presenting Data

Slides:



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

Organisation Of Data (1) Database Theory
Database Basics. What is Access? Database management system Computer-based equivalent of a manual database Makes it easy to organize and update information.
Standard Grade Databases. What is a Database? A database is made up of files, records and fields. A structured collection of similar information that.
Data Types and Field Properties 5.01 Understand database tables used in business.
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.
Data Types and Field Properties 5.01 Understand database tables used in business.
Database terms Mr. Brunton.
Validation and Verification
Databases Setting up a Database.
How could the database be most efficiently searched to find all of the inventions of Samuel Morse? A. Inventor = "Morse" C. Invention = "telegraph" B.
**Database Notes** New Unit Plan Microsoft Access - known as a database management system or DBMS Database – a collection of organized information. Can.
Databases Standard Grade. Databases A large amount of information must be stored in some sort of order so that it can be accessed easily and quickly.
WHAT IS A DATABASE? A database is an organized collection of related information. A DB organizes and stores information. an organized collection of related.
Database A database program is a piece of software to organize and sort information. It creates an electronic list of information that can be sorted very.
Software. Records Fields Each record is made up of fields – categories of information. The fields here are Name, Surname, Address, Telephone and Date.
GCSE Computing#BristolMet Session Objectives# 20 MUST describe a database and discuss the legal implications of storing personal information SHOULD explain.
Creating a Database Designing Structure, Capturing and Presenting Data.
System Development Lifecycle Verification and Validation.
Collecting Data Types, coding, accuracy, file formats and the effect of data loss.
Surname:Brown Forename:James Form:7B Date of Birth: Telephone:
ITGS Databases.
What have we learned?. What is a database? An organized collection of related data.
Copyright 2007, Paradigm Publishing Inc. ACCESS 2007 Chapter 3 BACKNEXTEND 3-1 LINKS TO OBJECTIVES Modify a Table – Add, Delete, Move Fields Modify a Table.
AS Level ICT Data entry: Problems with errors. Garbage in; Garbage out If incorrect data is entered into a data management system, the results of any.
Verification & Validation. Batch processing In a batch processing system, documents such as sales orders are collected into batches of typically 50 documents.
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.
OCR CAMBRIDGE NATIONALS UNIT 1 - UNDERSTANDING COMPUTER SYSTEMS DATA CAPTURE METHODS.
Lesson 13 Databases Unit 2—Using the Computer. Computer Concepts BASICS - 22 Objectives Define the purpose and function of database software. Identify.
Data Verification and Validation
OCR CAMBRIDGE NATIONALS UNIT 1 - UNDERSTANDING COMPUTER SYSTEMS DATA CAPTURE METHODS.
DATABASES Filing cabinet or computer??. In the Database Unit you will: Learn that databases have many different uses Learn about the different parts of.
Access Lessons 1, 2 and 3 ©2009 M and K Solutions, LLC – All Rights Reserved.
Input, Output and Processing.. What data needs to be input into the system? Identify the sources – i.e. where does the data come from? What is the volume.
 At the end of the class students should:  distinguish between data and information.  explain the characteristics and forms of Information Processing.
Data Capture Forms What are they?. Example 1 Example 2.
GCSE ICT LESSON 5 Booklet Sections: 6 & 7 Data Capture & Checking Data.
Databases.
DATA INPUT AND OUTPUT.
Microsoft Office Access 2010 Lab 2
Unit 16 – Database Systems
Types of data This presentation differentiates between ICT professional and end users.
Handling Data Designing Structure, Capturing and Presenting Data
Week 12 Option 3: Database Design
Validation Bury College.
Data Types and Field Properties
SECTION 5: INFORMATION PROCESSING
Fun gym Cambridge Nationals R001.
Data Types Quiz.
Databases Software This icon indicates the slide contains activities created in Flash. These activities are not editable. For more detailed instructions,
Data Types and Field Properties
Data Types and Field Properties
BUSINESS COMPUTER TECHNOLOGY
The ultimate in data organization
DATABASES Surname: Brown Forename: James Form: 7B
Microsoft Office Access is the best –selling personal computer database management system. What is Access?
Data Types and Field Properties
Data Types and Field Properties
BUSINESS COMPUTER TECHNOLOGY
Using Microsoft Outlook: Outlook Support Number
Data Types and Field Properties
Database Management Systems and Enterprise Software
Data Types and Field Properties
Presentation transcript:

Handling Data Designing Structure, Capturing and Presenting Data Creating a Database Handling Data Designing Structure, Capturing and Presenting Data This icon indicates the slide contains activities created in Flash. These activities are not editable. For more detailed instructions, see the Getting Started presentation.

Data What is a database? Name: Mr James Brown Salary £30,000 Telephone: 0170 88691 Marital status: single Gender: male Address: 6 High Street Blood type: A+ Data

Base Name: Mr James Brown Telephone: 0170 88691 Gender: male Address: 6 High Street Blood type: A+ Salary £30,000 Marital status: single Base A database is a collection (base) of data that can be accessed as information.

Who uses databases?

Who uses databases?

For the record Before computers were around, organizations kept information on record cards in card boxes, or on sheets of paper in files and filing cabinets. These days, most databases are created and stored on a computer.

Then… Filing cabinet Files Record J. Vincent Address: 6 Broad Lane, Winsford Telephone: 0987 654675 Date of Birth: 02.05.1980 Record

Now… Database Files Record

Fields File Records Each record is made up of fields – categories of information. The fields here are Name, Surname, Address, Telephone and Date of birth.

Let’s get it right? Fields are of a certain data type. For example, Name and Surname are text; Date of birth is not text but a date. text date Data Types Here are some more field names and data types:

Using data types ensures that the data in the record is valid. This means that if you try and type text in a date/time data type the program will not allow it. Mistakes are reduced by making sure the data is valid. However validation would not stop you typing in the wrong date! Most database programs allow the user to create validation checks, such as the following: character type (number or letter or both) length of field (how many characters) range (specify from and to, for example from 1 to 20).

Work it out Use the keyboard to try out the data.

In addition to validating information you must also verify the information. Not all data can be validated – for example, a spelling mistake or an incorrect amount entered may not be picked up by the validation process. This is where the data has to be verified. This is easily done by checking the data entered against the original document, or getting somebody else to ensure that the data being input is correct.

Searching and sorting A database program is extremely useful for searching the data stored. When you search, you may want to find a particular record: for example, search for the record for “J Vincent”. You can search for more than one record: for example, search for all the records where the field Surname equals (=) Vincent. For more detail, you can search for records with a combination of fields: for example, search for all the records where the field Surname = Vincent and the Date of birth = 02/02/1980.

Sorting is another useful feature of a database. When you sort you may want to sort by a particular field, for example, sort by “Name”. You can sort by more than one field, for example you can sort by field “Name” and field “Surname”. You can choose which order you would like the sort: ascending order – starting with the letter A or smallest number and going up or descending order – starting with the letter Z or largest number and going down.

Summary A database is a collection of information which is stored in a way that can easily be accessed and found. Databases are used by most organizations to store information. A database is made up of files. Each file is made up of records. Each record is made up of fields. Fields have a data type. Data must be validated and verified to avoid mistakes. A database can be used to search and sort data. What can I remember? The End