ICT for IGCSE – Syllabus Cambridge IGCSE ® Information and Communication Technology0417.

Slides:



Advertisements
Similar presentations
Databases. A database program can be used to:  sort a file into a different order  Maintain contact with clients  search through the records for a.
Advertisements

With Microsoft ® Access 2010© 2011 Pearson Education, Inc. Publishing as Prentice Hall1 Identify Good Database Design A database is an organized collection.
DATA TYPES ICT DATATYPES. DATA TYPES ICT Numeric Data Numeric data simply means numbers. But, numbers come in a variety of different types... Integers.
Access - Project 1 l What Is a Database? –A Collection of Data –Organized in a manner to allow: »Access »Retrieval »Use of That Data.
© Steven Alter, 2007, all rights reserved Database concepts Difference between a database and the Internet Reason for having a defined data structure Relational.
ACCESS PART 2. Objectives Database Tables Table Parts Key Field Query and Reports Import from Excel Link to Excel.
Access Quiz October 24, The database objects bar in Access contains icons for tables, queries, forms and reports 1.True 2.False.
ISP 121 Week 1 Introduction to Databases. ISP 121, Winter Why a database and not a spreadsheet? You have too many separate files or too much data.
Database Basics. Definitions Database Relational database Table Record Field Primary key.
Concepts of Database Management, 4th Edition, Pratt & Adamski
Chapter 2 Querying a Database
Microsoft Access 2007 Microsoft Access 2007 Introduction to Database Programs.
1 AQA ICT AS Level © Nelson Thornes Types of data.
Database terms Mr. Brunton.
Business Computer Information Systems Microsoft Office XP Access Review Lessons 1 through 5.
ICT for IGCSE – Syllabus Cambridge IGCSE ® Information and Communication Technology0417 Other web pages In own website New window Same page.
1. 2 icoffey ****** 3 decimal numbers Sales.
Access 2007 Database Application Managing Business Information Effectively BCIS 1 and 2.
LSP 121 Week 1 Intro to Databases. Welcome to LSP 121 Quantitative Reasoning and Technological Literacy II Continuation of quantitative data concepts.
Concepts of Database Management Seventh Edition
Access Tutorial 2 Building a Database and Defining Table Relationships
Created by: Tanya Morgan.  Access is the database software of the Microsoft Office suite.  A database is a collection of objects that work together.
HAP 709 – Healthcare Databases SQL Data Manipulation Language (DML) Updated Fall, 2009.
 A database is a collection of data that is organized so that its contents can easily be accessed, managed, and updated. What is Database?
DATABASE DESIGN USING MICROSOFT ACCESS. What is a Database?  DMS Database management system  Database Collection of data organized in a manner that.
Database Queries. Queries Queries are questions used to retrieve information from a database. Contain criteria to specify the records and fields to be.
DATABASE. Computer-based filing systems Information in computer-based filing systems are stored in DATA FILES. A FILE is a collection of RELATED RECORDS.
Complete theory from last lesson… Put today’s date in the front of your book Read pages 46 and 47 of the textbook…
Chapter 5: Data Types (2013) Revision Candidates should be able to know: Identify different data types? Key terms: File, record, field and key field Database.
5 5 Data types Logical/Boolean Has only two alternatives: Yes or no, on or off true or false Text/Alphanumeric Refers to all letters and numbers and other.
DAY 22: MICROSOFT ACCESS – REVIEW Akhila Kondai November 04, 2013.
® Microsoft Access 2010 Tutorial 2 Building a Database and Defining Table Relationships.
Some Facts about Databases Key WordsData TypesCoding.
10.11 Data Manipulation 1. Getting External Data.
Presented By: Gail Rose-Innes Camps Bay High School ICT & CAT Department Microsoft Access 2010.
XP Chapter 1 Succeeding in Business with Microsoft Office Access 2003: A Problem-Solving Approach 1 Preparing To Automate Data Management Chapter 1 “You.
Using Microsoft Access 56:150 Information System Design.
WHAT IS A DATABASE? A DATABASE IS A COLLECTION OF DATA RELATED TO A PARTICULAR TOPIC OR PURPOSE OR TO PUT IT SIMPLY A GENERAL PURPOSE CONTAINER FOR STORING.
Databases (2) Lesson Objective: Understand the purpose of DBMS. Understand data types, queries, forms and reports. Learning Outcome: Make a data table.
Access Review. Access Access is a database application A database is a collection of records and files organized for a particular purpose Access supports.
Database revision.
Relational Databases. Relational database  data stored in tables  must put data into the correct tables  define relationship between tables  primary.
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.
A table is a set of data elements (values) that is organized using a model of vertical columns (which are identified by their name) and horizontal rows.
Mr C Johnston ICT Teacher
IGCSE2 – Yew Wah International school. Key Concepts Creating a data model Testing a data model Manipulating data Presenting data Key Concepts Creating.
Database design Using Access 2007
McGraw-Hill Career Education© 2008 by the McGraw-Hill Companies, Inc. All Rights Reserved. Concept 1 Database – Organized collection of related information.
* Database is a group of related objects * Objects can be Tables, Forms, Queries or Reports * All data reside in Tables * A Row in a Table is a record.
Microsoft Access Prepared by the Academic Faculty Members of IT.
Paper 2 Exam Tips Guidance: 1.Evidence Document 2.Unit 9: – Communication ( ) 3.Unit 10: - Document Production (Word) 4.Unit 16: PowerPoint 5.Unit.
MICROSOFT OFFICE ACCESS 2007 TRAINING Intro to building a database.
Sample template for portfolio - I would prefer to see you do something more original!
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.
To create text styles click on Home >> Tab under Change Styles
Concepts of Database Management, Fifth Edition Chapter 3: The Relational Model 2: SQL.
Importing CSV Make sure all currency values are in Pounds to two decimal places. Using a suitable database package, import the file Games.CSV Use appropriate.
To play, start slide show and click on circle Access 1 Access 2 Access 3 Access 4 Access Access
DATABASE.
IGCSE 4 Cambridge Designing a database table Computer Science
Creating a database table
Unit 16 – Database Systems
Types of data This presentation differentiates between ICT professional and end users.
Introduction to Computer Science (CIS 101)
Choose the best answer for each problem.
ICT Database Lesson 2 Designing a Database.
Databases This topic looks at the basic concept of a database, the key features and benefits of a Database Management System (DBMS) and the basic theory.
Interactive Powerpoint
Presentation transcript:

ICT for IGCSE – Syllabus Cambridge IGCSE ® Information and Communication Technology0417

Key concepts: Creating a database structure Manipulating data Presenting data

Repeat and remember Files, field name, fields and record (Type of files, headline, column, row) CityInhabitantsDowntownVisitors Tokyo Seoul Delhi Shanghai Yantai Field name Table Record Fields

Queries: A query is used to extract specific information from a database. Like a question that gives you the correct answers

Alphanumeric/text Letters and numbers that you don’t use in calculations Numeric Used for true numbers, not like phone-numbers Decimal, Integer and percentage Currency Currency symbol attached Date/time Different timeformats to choose from Logical/Boolean Can only have two values (Yes/No, 0/1)