Slide 1 St Andrew’s High School Standard Grade Computing Databases Standard Grade Computing Studies.

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.
Commercial Data Processing Computer Crime. Computer crime can be very hard to prevent. Typical crimes involve destroying, corrupting or changing the data.
Organisation Of Data (1) Database Theory
Word processing A word processor can be used to write, edit, format and print text. Before word processors, printed documents were typed directly on to.
Standard Grade Databases. What is a Database? A database is made up of files, records and fields. A structured collection of similar information that.
DATABASE RC D DD CMA C M R B PK E I S H S RC H L I V FK.
INFORMATION TECHNOLOGY Software Applications. WORD PROCESSING WP is the most commonly used package in business. A large number of documents are produced.
Mr Greenhalgh S4 Computing Int 1 Things you could do with knowing before the Exam…
BT2103 Developing Small Systems for Business Lecture 2 Databases, Data Management, And The Legal Framework.
Data Security and legal issues Starter :- 5 Minutes Make a list of all the companies and organisations that you believe holds data on you. Write down what.
Legislation in ICT.
Databases.
Legislation in ICT. Data Protection Act (1998) What is the Data Protection Act (1998) and why was it created? What are the eight principles of the Data.
Data Protection Act.
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.
The Legal Framework Can you work out which slide each bullet point should go on?!
UNIT 3C Security of Information. SECURITY OF INFORMATION Firms use passwords to prevent unauthorised access to computer files. They should be made up.
Querying and Sorting IT Key Ideas, Dynamic Database Systems, 2002 Chapter 3.
General Purpose Packages
Transformation of data into Information
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. Computer-based filing systems Information in computer-based filing systems are stored in DATA FILES. A FILE is a collection of RELATED RECORDS.
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.
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.
1 By: Nour Hilal. Microsoft Access is a database software where data is stored in one or more Tables. A Database is a group of related Tables. Access.
Slide 1 Standard Grade Computing Databases. Slide 2 Standard Grade Computing Definitions DatabaseA database is a structured collection of similar information.
Slide 1 Computing Science: Databases Revised May 2012 St Andrew’s High School Computing Science Databases Computing Science Level - National 4 / 5.
Here are the main points:  use the words SEARCH, SORT and REPORT (report = a print out, sometimes called a hard copy)  mention the names of the fields.
Databases The Kingsway School. Database Systems Databases are programs which store information in a logical way. Databases have a structure which helps.
Creating a Database Designing Structure, Capturing and Presenting Data.
Surname:Brown Forename:James Form:7B Date of Birth: Telephone:
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.
Chapter 4c, Database H Definition H Structure H Parts H Types.
Now, please open your book to page 60, and let’s talk about chapter 9: How Data is Stored.
Data Protection Act (1984, 1998). 2 Data Protection Act There are many organisations which hold personal information about individuals Examples: Loyalty.
Database Management Systems.  Database management system (DBMS)  Store large collections of data  Organize the data  Becomes a data storage system.
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.
SECURITY OF INFORMATION Unit 3c. Click to return to Sum up page HOW TO PROTECT DATA AND COMPUTERS Computers can be locked in a room CCTV and alarms to.
ITGS Databases.
Database revision.
Data protection This means ensuring that stored data does not get changed, removed or accessed accidentally or by unauthorised people. Data can be corrupted,
General Purpose Packages Revision. Why GPPs? Information –Accurate –complete –up-to-date Share information.
Relational Databases. Relational database  data stored in tables  must put data into the correct tables  define relationship between tables  primary.
Verification & Validation. Batch processing In a batch processing system, documents such as sales orders are collected into batches of typically 50 documents.
Database Management Systems (DBMS)
Computing and Information Science 1 Databases START.
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.
Use of ICT in Data Management AS Applied ICT. Back to Contents Back to Contents.
Lesson 13 Databases Unit 2—Using the Computer. Computer Concepts BASICS - 22 Objectives Define the purpose and function of database software. Identify.
LEGAL IMPLICATION OF THE USE OF COMPUTER Lower Sixth Computing Lesson Prepared by: T.Fina.
Candidates should be able to:  describe the purpose and use of common utility programs for:  computer security (antivirus, spyware protection and firewalls)
GCSE ICT How data is stored. How is data stored? Data can be stored in paper-based systems including: –Reference books –Dictionaries –Encyclopaedias –Directories.
Scientific data storage: How are computers involved in the following?
1 Files and databases Suppose a school stores information about its students on record cards. Each student has their own card; this is their record. Record.
Edexcel OnCourse Databases Unit 9. Edexcel OnCourse Database Structure Presentation Unit 9Slide 2 What is a Database? Databases are everywhere! Student.
( ) 1 Chapter # 8 How Data is stored DATABASE.
Section 3 Computing with confidence. The purpose of this section The purpose of this section is to develop your skills to achieve two goals: 1-Becoming.
N5 Databases Notes Information Systems Design & Development: Structures and links.
Databases.
Handling Personal Data
Legislation in ICT.
Database Systems Unit 16.
Handling Data Designing Structure, Capturing and Presenting Data
Legislation in ICT.
Handling Data Designing Structure, Capturing and Presenting Data
Spreadsheets, Modelling & Databases
The ultimate in data organization
Presentation transcript:

Slide 1 St Andrew’s High School Standard Grade Computing Databases Standard Grade Computing Studies

Slide 2 St Andrew’s High School Standard Grade Computing Databases Definitions A database is a structured collection of similar information which you can search through. File A collection of structured data on a particular topic. A file is made up of records. RecordInformation held about one person or thing. A record is made up of fields. FieldA single item of information.

Slide 3 St Andrew’s High School Standard Grade Computing Types of Fields Textholds letters, numbers and symbols Numerichold numbers for calculations Dateholds a date Timeholds a time Graphicholds a picture Calculated fieldperforms a calculation on the contents of one or more fields.

Slide 4 St Andrew’s High School Standard Grade Computing Searching The search facility allows you to look for information in the database. A search may be: SimpleLook for records with a match on one field ( They have one thing in common.) eg Hair = “Brown” ComplexLook for records with a match on more than one item in one or more fields. Eg Hair = “Brown” AND Eyes = “Blue”

Slide 5 St Andrew’s High School Standard Grade Computing Comparison operators <Less than < =Less than or equal to =Equal to > =Equal to or greater than >Greater than Not equal to Contains Eg. To find all records for 1st to 3rd year in a school database you could search for: Year <= 3rd

Slide 6 St Andrew’s High School Standard Grade Computing Credit In a complex search we need to link the searches together using one of the following operators: ANDBoth items required in each record OROne item required in each record Eg To search a school database for all Standard Grade Computing pupils you could search for: Year = ‘3rd’ OR Year = ‘4th’ AND Subject = ‘Computing’

Slide 7 St Andrew’s High School Standard Grade Computing Sorting Sorting allows you to arrange the records in a database in alphabetic or numeric order. This can be ascending (A to Z or 1 to 9) or descending (Z to A or 9 to 1) Sorting on More than one field When two items are the same in one field they can be separated using a second field for sorting. For example, it is common to sort lists of names first by surname and then by first name

Slide 8 St Andrew’s High School Standard Grade Computing Calculated Field (Also called a computed field). A calculated field allows you to carry out a calculation on another field or fields and return the answer in the calculated field. (similar to formulae in a spreadsheet). Example:Field 1: Date of birth Field 2: Today's date Field 3: Age Field 3 is a calculated field and contains the formula: Today’s date - Date of birth Other examples of calculated fields often used in reports include totals and sub-totals.

Slide 9 St Andrew’s High School Standard Grade Computing Credit Reports Any information on your database that you print out is a report. You would normally do a search and / or a sort, and then select which fields you want to print.

Slide 10 St Andrew’s High School Standard Grade Computing Size of a field This is the total number of characters, including spaces, needed to hold the information in a field. Eg. A Field containing the data ‘Computing Department’ Would have a field size of 20 Examples of databases include:- Telephone directory Police National Computer A personal Christmas card list

Slide 11 St Andrew’s High School Standard Grade Computing Calculating the storage requirements of a database file FieldSize of field

Slide 12 St Andrew’s High School Standard Grade Computing FieldSizeBytes required Total for one record= 100 bytes If a database has 50 records the storage space required= 100 X 50 = 5000 bytes 5000 / 1024 = 4.88 Kilobytes

Slide 13 St Andrew’s High School Standard Grade Computing Credit Keywords This is the text used to search a file for a particular entry. Key Field This is a field which contains unique information for each record. That is, each record has a different number or text in the key field. Doing a search for an item on a unique field will only give one record. Example: SQA has a database of all pupils attempting Standard Grade Exam. Each pupil has a unique candidate number because there will be more than one pupil with the same name and date of birth.

Slide 14 St Andrew’s High School Standard Grade Computing Credit Data Protection Definitions: Data User is a person who holds and uses personal data about others or controls the use of it. Data Subject is a person about whom personal data is stored by a data user.

Slide 15 St Andrew’s High School Standard Grade Computing The Data subjects have the following rights: to know if data is held about them on a computer to see a copy of this personal data to make corrections if necessary to ask for compensation if data is inaccurate or access given to an unauthorised person.

Slide 16 St Andrew’s High School Standard Grade Computing Under the Data Protection Act (1984) data users must: get and process the information fairly and lawfully register what reason they hold it for hold only relevant information hold only accurate and up to date information not keep information any longer than needed give individuals access to information about themselves and, where necessary, correct or remove wrong information take appropriate security measures.

Slide 17 St Andrew’s High School Standard Grade Computing Exceptions to the Act There are exceptions to people’s right to see data held about them. The public are denied access to data held by the Police or security forces.

Slide 18 St Andrew’s High School Standard Grade Computing Misuse of Computers The Computer Misuse Act is intended to protect all types of information (not just personal) stored on computer systems. Hacking This is the act of trying to gain unauthorised entry to files. This is done by using a wide area network and passwords.

Slide 19 St Andrew’s High School Standard Grade Computing Viruses Some people enjoy writing and distributing computer viruses which destroy data and cause computers to crash or take up processor time in meaningless calculations. Viruses are usually spread by copying files (from unofficial sources). To prevent viruses spreading: Don’t share disks. Don’t copy software. Use an anti-virus program to check disks regularly.

Slide 20 St Andrew’s High School Standard Grade Computing Mail Merge A database is the second general purpose package (along with a word processor) required to produce a mail merged document. Having studied both these packages, we are now in a better position to understand how a mail merge works. Mail merging is the process of combining details from a database with a standard letter in a word processing package, to produce personalised letters - as many letters as there are records in the database.

Slide 21 St Andrew’s High School Standard Grade Computing NameFlossie Year S1 NameJosie YearS5 NamePhyllis YearS4 Database Dear Parent, I am pleased to inform you that your child ___________ has won a prize for the best Computing student in __________ Head Teacher. Word Processed Standard Letter Having created your database and your standard letter, you are ready to combine the two, filling the gaps in the standard letter with information from the database.

Slide 22 St Andrew’s High School Standard Grade Computing The database field names are used to mark where in the standard letter information from the database will be inserted. These are shown in brackets like so > to mark them. Dear Parent, I am pleased to inform you that your child > has won a prize for the best Computing student in > Head Teacher. Word Processed Standard Letter with database fields inserted ready for mail merge. When the mail merge is performed the field names in brackets are replaced with the appropriate fields from the database. This is done for every record in the database.