Slide 1 Standard Grade Computing Databases. Slide 2 Standard Grade Computing Definitions DatabaseA database is a structured collection of similar information.

Slides:



Advertisements
Similar presentations
Relational Database Systems Higher Information Systems Advanced Implementation in MySQL/PHP.
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.
An Introduction to Spreadsheets Using Number Magic Malcolm Wilson ICT Curriculum Support Teacher (Primary) Falkirk Council.
INFORMATION TECHNOLOGY Software Applications. WORD PROCESSING WP is the most commonly used package in business. A large number of documents are produced.
Spreadsheets A spreadsheet package is a general purpose computer package that is designed to perform calculations. A spreadsheet is a table which is divided.
Wincite Introduces Knowledge Notebooks A new approach to collecting, organizing and distributing internal and external information sources and analysis.
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?
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.
Querying and Sorting IT Key Ideas, Dynamic Database Systems, 2002 Chapter 3.
Basic Data Handling An introduction to using RM Information Magic Malcolm Wilson ICT Curriculum Development Officer Falkirk Council Education Services.
2.3 Organising Data for Effective Retrieval
Database Types of database programs Charles w. Bachman Well- Designed Databases Database Management Systems Types of database programs Daabase Techniques.
Databases Introduction. What is a Database? A DATABASE is a collection of related data. –Data is just another name for information.
To enhance learning, service, and research through an advanced information technology environment. Our Mission:To enhance learning, service,and research.
 A database is a collection of data that is organized so that its contents can easily be accessed, managed, and updated. What is Database?
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.
Slide 1 St Andrew’s High School Standard Grade Computing Databases Standard Grade Computing Studies.
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.
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.
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.
Databases ©
Presented By: Gail Rose-Innes Camps Bay High School ICT & CAT Department Microsoft Access 2010.
Surname:Brown Forename:James Form:7B Date of Birth: Telephone:
Database Management Systems.  Database management system (DBMS)  Store large collections of data  Organize the data  Becomes a data storage system.
ITGS Databases.
Microsoft Office XP Illustrated Introductory, Enhanced Tables and Queries Using.
Spreadsheet Vocabulary Terms
Computers in the Library A database application. Input and Output Devices Input Keyboard Mouse Scanner / light pen Output VDU / screen / monitor Printer.
Jeopardy MultimediaTechnologyVocabularyAbbreviations Misc. Q $100 Q $200 Q $300 Q $400 Q $500 Q $100 Q $200 Q $300 Q $400 Q $500 Final Jeopardy.
Relational Databases. Relational database  data stored in tables  must put data into the correct tables  define relationship between tables  primary.
Microsoft Access.  What is Data ?  Data vs. Information  Database History.  What is a Database?  Examples for Small and Large Databases.  Types.
WHAT IS A DATABASE? A database is an organized collection of related information.
Verification & Validation. Batch processing In a batch processing system, documents such as sales orders are collected into batches of typically 50 documents.
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.
Computer Vocabulary Peripheral a device that can be connected to a computer for input or output.
Databases Letts Chapter 11. A database program can be used to:  sort a file into a different order;  search through the records for a matching string.
Lesson 13 Databases Unit 2—Using the Computer. Computer Concepts BASICS - 22 Objectives Define the purpose and function of database software. Identify.
Microsoft Access Database Creation and Management.
Word Processing Word processing packages such as Microsoft Word are text based. When text is entered via a keyboard, the characters are displayed on screen.
Software. Because databases can get very big, it is important to decide exactly what is going to be stored in each field. Fields can be text, number,
Forms 5.02 Understand database queries, forms, and reports.
VOCAB REVIEW. A field that can be computed from other fields Calculated field Click for the answer Next Question.
Access Lessons 1, 2 and 3 ©2009 M and K Solutions, LLC – All Rights Reserved.
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.
Databases. What is a Database? A database is an organized collection of related information. An electronic database is an efficient means of storing and.
N5 Databases Notes Information Systems Design & Development: Structures and links.
Databases.
BASIC INFORMATION ABOUT DATABASE MANAGEMENT SOFTWARE
Spreadsheet Vocabulary Terms
Handling Data Designing Structure, Capturing and Presenting Data
Database Vocabulary Terms.
Databases Software This icon indicates the slide contains activities created in Flash. These activities are not editable. For more detailed instructions,
Databases.
Handling Data Designing Structure, Capturing and Presenting Data
Spreadsheets, Modelling & Databases
DATABASES Surname: Brown Forename: James Form: 7B
Microsoft Office Access is the best –selling personal computer database management system. What is Access?
PowerPoint Notes Databases.
Presentation transcript:

Slide 1 Standard Grade Computing Databases

Slide 2 Standard Grade Computing Definitions DatabaseA database is a structured collection of similar information which you can search through. Eg) Police National Computer File A collection of structured data on a particular topic. A file is made up of records. Eg) Police criminal file RecordInformation held about one person or thing. A record is made up of fields. Eg) Information about a criminal FieldA single item of information. Eg) The criminals hair colour, name, eye colour etc

Slide 3 Standard Grade Computing Example Field Record File

Slide 4 Standard Grade Computing Types of Fields Textholds letters, numbers and symbols Numerichold numbers for calculations Dateholds a date Timeholds a time Graphicholds a picture

Slide 5 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 Field sizes

Slide 6 Standard Grade Computing Field NameField Size Forename 15characters = 15 bytes Surname 15 characters = 15 bytes Date of Birth 8 characters = 8 bytes Sex 1 characters = 1 bytes Size of 1 record = = 39 bytes For 50 records storage size= 39 X 50 = 1950 bytes = = 1.9 kilobytes

Slide 7 Standard Grade Computing Create record When you create a record you must first consider – How many fields should there be. The data type for each field. What size each field should be.

Slide 8 Standard Grade Computing Add record A new record is added to the database. EgWhen a criminal has to be added to the police crime database. EgWhen a new pupil joins a school, their details need to be added to the school database.

Slide 9 Standard Grade Computing Edit record Is when details in a record need to be updated. Eg A criminal’s record will need to change when they commit another crime. (Entry in conviction field would change.) Eg A pupil’s record will need to change if they move house. (Entry in address field would change.)

Slide 10 Standard Grade Computing Create field Extra information may need to be added to each record in the database. This means adding a new field. The new field would be added to all of the records in the database.

Slide 11 Standard Grade Computing Example 1 A new field called colour has been added

Slide 12 Standard Grade Computing Example 2 Name field changed into 2 fields

Slide 13 Standard Grade Computing 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” Searching

Slide 14 Standard Grade Computing Comparison Operators <Less than < =Less than or equal to =Equal to > =Equal to or greater than >Greater than Not equal to Eg To find all records for 1st to 3rd year in a school database you could search for: Year <= “3 rd ” EgTo find all records for criminals who do not have black hair Hair <> “Black”

Slide 15 Standard Grade Computing 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 = “3 rd ” OR Year = “4 th ” AND Subject = “Computing”

Slide 16 Standard Grade Computing Searching on the Internet – Simple Search This is when you search the internet for web pages that contain one keyword. E.g. Hotels

Slide 17 Standard Grade Computing Searching on the Internet – Complex Search This is when you search the internet for web pages that contain more than one keyword. E.g. Hotels + Paris

Slide 18 Standard Grade Computing Searching on CD-ROM – Simple Search This is when you search on a CD-ROM for information that contains one keyword. E.g. Music

Slide 19 Standard Grade Computing Searching CD-ROM – Complex Search This is when you search on a CD-ROM for information that contains more than one keyword. E.g. Rap + music

Slide 20 Standard Grade Computing 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) A sort may be: SimpleA sort on the contents of one field only. Eg Hair in ascending order. ComplexA sort on the contents of two or more fields. Eg Hair in ascending order AND eyes in descending order Sorting

Slide 21 Standard Grade Computing Alter record format Databases can be displayed in different ways. There are 2 different formats for organising your database – Card Format List or Table format

Slide 22 Standard Grade Computing Example of card format

Slide 23 Standard Grade Computing Example of list or table format

Slide 24 Standard Grade Computing Computed Field - Credit A calculated field allows you to carry out a calculation on another field or fields and return the answer in the calculated field. It is similar to using formulae in a spreadsheet. Eg The computed field Total Cost would contain the formula Total Cost = Cost * Number Sold

Slide 25 Standard Grade Computing Keywords - Credit This is the text used to search a file for a particular entry. Eg) If you were searching the library database and you searched for “potter” you would get books with the word “potter” in their title. For example Pottery, Harry Potter …

Slide 26 Standard Grade Computing Input and output format - Credit The user can alter the format of the input screen to make it easier to enter data. Eg) Enter all of one field before moving onto the next record. The user can customise the output from a database. Eg) Creating a report

Slide 27 Standard Grade Computing

Slide 28 Standard Grade Computing

Slide 29 Standard Grade Computing

Slide 30 Standard Grade Computing

Slide 31 Standard Grade Computing

Slide 32 Standard Grade Computing

Slide 33 Standard Grade Computing

Slide 34 Standard Grade Computing