Data Types.

Slides:



Advertisements
Similar presentations
The Real Number System. The natural numbers are the counting numbers, without _______. Whole numbers include the natural numbers and ____________. Integers.
Advertisements

E Birbeck 7/04 Natural Numbers Whole Numbers Integers Rational Numbers.
Databases. Objectives Define what a database is. Understand the difference between a flat and relational database Design and create a relational database.
1 FRACTIONS, DECIMALS, AND PERCENTS Week 4. Helen Holt2 Session Outcomes: Be able to read, write, order and compare common fractions. To identify equivalences.
Classification of Numbers
AS Computing Introduction to Programming. What is a Computer Program? A list of instructions that a computer must work through, in a logical sequence,
DATABASE. Computer-based filing systems Information in computer-based filing systems are stored in DATA FILES. A FILE is a collection of RELATED RECORDS.
Logical or Boolean Data stored in Boolean form can only be one of two available values. Think of a light switch – it’s on or off. Examples include: YES.
Fractions/Decimals/Percents By Me Date:. Look at this car.
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.
The Real Number System.  Natural Numbers (AKA Counting Numbers): {1, 2, 3, 4, …}  Whole Numbers (Natural Numbers plus zero): {0, 1, 2, 3, …} NOTE: Both.
 Can be put in fractional form  The decimal form of the number either terminates (ends) or repeats.  Counting numbers, whole numbers, integers and.
I Power Int 2 Computing Software Development High Level Language Constructs.
Some Facts about Databases Key WordsData TypesCoding.
What is data? Chapter 1. Introduction This presentation covers the following: – What is data? – What is information? – Representing data – What is knowledge?
Variables and Math in Code. Variables A variable is a storage block for information in your program “A” “A” Computer Program Memory Computer Program.
The Real Number System -13 O, 1, 2, 3… 1/ π.
More practice with Fractions, Decimals and few other review items Are You Ready for the Test!
The Real Number System. Whole numbers Whole numbers Rational numbers Whole numbers Natural numbers Integers / ¾ 18% π √2√2 − ….
Relational Databases. Relational database  data stored in tables  must put data into the correct tables  define relationship between tables  primary.
IT Applications Theory Slideshows Databases II: Structure, Naming, data types, data formats.
Percents To Reduced Fractions Decimals To Percents.
Data,information Data and Information 4 Data –Raw, unorganised facts –Ideas or concepts 4 Information –When data is manipulated into a meaningful form.
Study Opportunities1 Database table quiz What is your name?
Do it now activity Activity: A travel agent is trying to create a database to collect information about people who are booking a flight. He is having a.
Slide 1 Key Stage 3 ICT INTRODUCTION TO DATABASES ‘Let’s make a Database!’
Properties of real numbers. Types of real numbers Whole number Integer Rational Positive numbers in whole amounts Positive and negative numbers in whole.
DATA TYPES, VARIABLES AND CONSTANTS. LEARNING OBJECTIVES  Be able to identify and explain the difference between data and information  Be able to identify,
Fractions and Decimal Fractions Fractions Decimal Fractions
OCR ICT for AS © Hodder Education 2008 Chapter 1 Data, information, knowledge and processing.
Starter Questions 22/02/11 1.Write the following as a fraction & a decimal :- a.32%b. 63%c. 81% 2. Calculate the following :- a. 4% of £12b. 18% of £8.50.
Data Types Mr Tottman Link. Data Types Programs need to use data for calculations and for output to various devices The best programs will always use.
7 - Programming 7J, K, L, M, N, O – Handling Data.
DATA TYPES.
1.2 Classifying numbers.
Numbers and arithmetic
IGCSE 4 Cambridge Designing a database table Computer Science
Numbers and Arithmetic
Programming constructs
Percent Math 6.
Lesson 7 Managing Data Creating a database with Web Matrix.
Data Types and Storing Data
Rational Numbers Guided Notes
Unit 2. Day 10..
Percent Math 6.
Higher Level Mathematics
Use pictures, words and equations to show your work.
Jeopardy Operations with Integers With Decimals Fractions Solving Word
Data Types Quiz.
Data Types & File Size Calculations
Dividing Decimals.
Chapter 3 Test Review.
Databases.
Dividing Fractions and Mixed Numbers Guided Notes
Variables In today’s lesson we will look at: what a variable is
Part 3 Q11 to Q15 of National 5 Prelim
Dividing Decimals Guided Notes
ICT Database Lesson 2 Designing a Database.
C# Revision Cards Data types
Rational Numbers Objective:
Data Types and Maths Programming Guides.
Bell Work Name which level(s) of the Real Number System each number falls into REAL NUMBERS RATIONAL NUMBERS IRRATIONAL NUMBERS INTEGERS WHOLE.
Natural Numbers The first counting numbers Does NOT include zero
Rational and Irrational Numbers
Finding fractions of amounts
Put todays date next to these learning objectives
Constants, Variables and Data Types
Data Dictionaries Begin.
Presentation transcript:

Data Types

Learning Outcomes: By the end of this topic you should be able to: describe different data types give examples of suitable uses for each data type

Data Types Boolean one of only two possible values, True/False, Yes/No

Data Types Integer a whole number (no decimal places) number of bedrooms/children …. large amounts of money house price, car price NOT telephone number (text/string)

Data Types String used for text e.g. surname, telephone number, postcode aka: text, alphanumeric

Data Types Real number with decimal fraction e.g. 5.4, 3.142, 1.0 measurements in a house (2.4m) item price in shop (£4.99) height of people (1.80m)

Data Types Date/time date of birth, date of examination, …. 25/12/2008