Data Types Quiz.

Slides:



Advertisements
Similar presentations
Database Basics. What is Access? Database management system Computer-based equivalent of a manual database Makes it easy to organize and update information.
Advertisements

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 Design Concepts Info 1408 Lecture 2 An Introduction to Data Storage.
Database Design Concepts INFO1408 Term 2 week 1 Data validation and Referential integrity.
Database Design Concepts Info 1408 Lecture 2 An Introduction to Data Storage.
Databases. Objectives Define what a database is. Understand the difference between a flat and relational database Design and create a relational database.
Data type – determines the type of data and range of values that can be entered in a field.
1. 2 icoffey ****** 3 decimal numbers Sales.
 By the end of this, you should be able to state the difference between DATE and INFORMAITON.
Lesson 1 -What is a Database? -Fields and Records
DATABASE. Computer-based filing systems Information in computer-based filing systems are stored in DATA FILES. A FILE is a collection of RELATED RECORDS.
What is a Database? A Database is…  an organized set of stored information usually on one topic  a collection of records  a way to organize information.
Software. Records Fields Each record is made up of fields – categories of information. The fields here are Name, Surname, Address, Telephone and Date.
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.
Creating a Database Designing Structure, Capturing and Presenting Data.
ATADESAB. BATLE CORDER DLEIF Lesson objectives In this lesson you will learn some basic database terms and learn how a database is created.
DiDA – Database practice Lesson 3 – Objectives The difference between database structure and database entries How to input data into a database Why use.
Data and information. Information and data By the end of this, you should be able to state the difference between DATE and INFORMAITON.
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 (2) Lesson Objective: Understand the purpose of DBMS. Understand data types, queries, forms and reports. Learning Outcome: Make a data table.
What have we learned?. What is a database? An organized collection of related data.
Database revision.
Relational Databases. Relational database  data stored in tables  must put data into the correct tables  define relationship between tables  primary.
Quiz questions. 1 A data structure that is made up of fields and records? Table.
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.
Data Verification and Validation
Database Use and Structure
I NTRODUCTION TO DATABASE By: Afraa Sayah. I NTRODUCTION Data: - Known facts and can have implicit meaning. - Types: text, date, number… Database: - A.
Databases. Revision tip: Focus on the things you find difficult first.
Mr C Johnston ICT Teacher
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.
N5 Databases Notes Information Systems Design & Development: Structures and links.
2017 AP® Preadministration Session
DATA TYPES.
DATABASE.
IGCSE 4 Cambridge Designing a database table Computer Science
Creating a database table
2017 AP® Preadministration Session
DATA INPUT AND OUTPUT.
Unit 16 – Database Systems
Types of data This presentation differentiates between ICT professional and end users.
Handling Data Designing Structure, Capturing and Presenting Data
Pre-Intermediate Lesson 40
You will be given your form which looks like this.
Data Types and Storing Data
KISH Nursery registration
2018 AP® Preadministration Session
Questionnaires and Sampling
2017 AP® Preadministration Session
Objectives TO UNDERSTAND THAT CAPTURING DATA IS VALIDATED AND VERIFIED TO CHECK THAT IT IS REASONABLE AND CORRECT.
What is a Database? A collection of data organized in a manner that allows access, retrieval, and use of that data.
Databases Software This icon indicates the slide contains activities created in Flash. These activities are not editable. For more detailed instructions,
Designing data capture forms
2017 AP® Preadministration Session
2017 AP® Preadministration Session
Data Tables and Arrays.
2017 AP® Preadministration Session
Databases.
Database Theory.
Handling Data Designing Structure, Capturing and Presenting Data
Spreadsheets, Modelling & Databases
2019 AP® Preadministration Session
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.
2017 AP® Preadministration Session
2019 AP® Preadministration Session
2019 AP® Preadministration Session
Presentation transcript:

Data Types Quiz

What is a data type?

Here are some examples: Text Numbers List Decimal Numbers Yes/No (logical) Bus,Car,Train 1,2,3,4,5 Choice of answers 1.1, 1.2, 1.3, 1.4 Yes/No, True/False

Look at the questions on the sheets in front of you See if you can think of possible answers to the questions Write down the data type that you would have for this answer

Me! Text Male/female Text/logical 13 Number 10 Number Logical Yes Question Possible response Data Type What is your name Are you male or female? How old are you On how many days last week did you use public transport Other than for school did you use a bus last week? Length of longest journey What is your Date of Birth? Me! Text Male/female Text/logical 13 Number 10 Number Logical Yes 10 miles Decimal Number/ text 12/12/1212 Date

Databases (2)

Today you will: Revise some Database key terms Learn how to design a database and consider valid and invalid data Learn how to begin building an electronic Address book database

Some questions….. What is a database? Give some examples In database tables the columns are known as what? In database tables the rows are known as what? any collection of information that has something in common Telephone book, address book Fields Records

If you wanted to store the contact details of all of your friends you would use an address book What details (fields) would you need to store? Address line 1 - 4 Home Telephone Number First Name Fields needed Surname Male/Female? Mobile No Post code Picture E-mail address Preferred contact

Validation… Means that the data that you enter into a field must be “valid” or of the correct type E.g. you wouldn’t be able to enter 12345 in the “Name” field

Typical data The type of data that is expected E.g. “Grace” or “Mikey” in the name field

Extreme data Data that is outside a validation range e.g. age 20 in a field that only allows ages from 13 - 18

On the sheet in front of you complete your database design…. Make sure that you fill in all the columns

We will now learn how to create our own database We will be using a program called “DataPower”

Task: Begin implementing your database using Data power. If you manage to set up all the fields then begin to collect some information for your database

And Finally: Tell me one thing that you now know that you didn’t before the lesson…. What is a data type? What is the name of the database software we used? What is a record?