DATA TYPES. Numeric Data

Similar documents
CHAPTER 2 - DIGITAL DATA REPRESENTATION AND NUMBERING SYSTEMS

IGCSE Information Communication Technology (ICT) Syllabus code Section 5: Data types

Year 8 Computing Science End of Term 3 Revision Guide

Topic 2 Data and Information. Data Data can be defined as a set of recorded facts, numbers or events that have no meaning.

Level 6 Relational Database Unit 3 Relational Database Development Environment National Council for Vocational Awards C30147 RELATIONAL DATABASE

All Blocks of Scratch

Software is a computer that tells the computer how to perform particular.

«Information and communication technologies» Practical work 5. Databases

Adding audio to Adobe Captivate projects

Bits. Binary Digits. 0 or 1

The type of all data used in a C++ program must be specified

Chapter 2 Ratios, Percents, Simple Equations, and Ratio-Proportion

Fractions and decimals have opposites, just as integers do. For example, 5 8 and 2 5

Module 2. Input and output devices Page 11

By: Access 2007 Table

Bits, bytes, binary numbers, and the representation of information

Learning Programme Fundamentals of data representation AS Level

umber Systems bit nibble byte word binary decimal

Watch the video below to learn more about number formats in Excel. *Video removed from printing pages. Why use number formats?

2nd Paragraph should make a point (could be an advantage or disadvantage) and explain the point fully giving an example where necessary.

The type of all data used in a C (or C++) program must be specified

A Flat file database. Problems with a flat file database (data redundancy)

Hardware and Operating Systems.

IT2.weebly.com Applied ICT 9713

Functional Skills. Entry 3 to Level 2. IT Basics Information

Database Programming with PL/SQL

Introduction to Excel 2007

Not For Sale. Glossary

HKTA TANG HIN MEMORIAL SECONDARY SCHOOL SECONDARY 3 COMPUTER LITERACY. Name: ( ) Class: Date: Databases and Microsoft Access

Analogue vs. Discrete data

Simplifying IF AND OR Functions with The JayTray

Perfect Presentations Hop-around Cards

Cassette2CD Wizard 2.05 User's Manual

Microsoft Access XP (2002) Queries

Digital Storytelling with Photo Story 3

COMP 261 ALGORITHMS and DATA STRUCTURES

ST.FRANCIS SECONDARY SCHOOL SLIEMA HALF YEARLY EXAMINATIONS SPECIMEN PAPER. SENIOR 3 COMPUTER STUDIES TIME: 2 hours

Opening a Data File in SPSS. Defining Variables in SPSS

Name: Date: Hour: The abacus (still in use today) is about 5,000 years old. Not a computer.

Data Modelling: 1 Entity, Keys & Attributes

Input devices are hardware devices that allow data to be entered into a computer.

Introduction to TURING

Using the CRM Pivot Tables

CSC 101: Lab #7 Digital Audio Due Date: 5:00pm, day after lab session

Unit: Rational Number Lesson 3.1: What is a Rational Number? Objectives: Students will compare and order rational numbers.

Microsoft Excel 2013: Part 3 More on Formatting Cells And Worksheet Basics. To apply number formatting:

Day 4 Percentiles and Box and Whisker.notebook. April 20, 2018

By: Computer Education. Introduction Level One

Tech Day Camtasia. What is Camtasia Studio?

Introduction to Numbering Systems

CHOOSEIT! MAKER 2 TRAINING MANUAL CHOOSEIT! MAKER 2 TRAINING DAY. Damien O Keefe 1

ESRI China (Hong Kong) Limited

CSE COMPUTER USE: Fundamentals Test 1 Version D

Mississippi University for Women

Digital Systems and Binary Numbers

What is a Database? CMPSCI 105: Lecture #15 Introduction to Databases. Spreadsheets vs. Databases. One Skill You Will Develop

N.B. These pastpapers may rely on the knowledge gained from the previous chapters.

Getting Started with the elearning Portal. (Blackboard 9.1)

Introducing working with sounds in Audacity

Audacity tutorial. 1. Look for the Audacity icon on your computer desktop. 2. Open the program. You get the basic screen.

REVIEW. The C++ Programming Language. CS 151 Review #2

Using Microsoft Excel

Checklist. ORB Education Quality Teaching Resources. ORB Education Visit for the full, editable versions.

Computer Skills Checklist

Notes Lesson 3 4. Positive. Coordinate. lines in the plane can be written in standard form. Horizontal

CUSTOMISE FIELDS AND LAYOUTS 2010

ICT IGCSE Databases (Access)

CS2630: Computer Organization Homework 1 Bits, bytes, and memory organization Due January 25, 2017, 11:59pm

In this section you will learn some simple data entry, editing, formatting techniques and some simple formulae. Contents

Section 1. System Technologies and Implications. Modules. Introduction to computers. File management. ICT in perspective. Extended software concepts

Digital Audio. Amplitude Analogue signal

Binary representation and data

Sahalsoftware college. Welcome To understanding Basic Computer Concept

Back to the main page Back to the Tutorial Page Digital Audio Rules of Audacity Setup, Audio Import and Playback Recording with Audacity

Subject : Mathematics Level B1 Class VII Lesson: 1 (Integers)

To practice overall problem-solving skills, as well as general design of a program

Numbers and Computers. Debdeep Mukhopadhyay Assistant Professor Dept of Computer Sc and Engg IIT Madras

The specific steps to build Wooden Crafts database are here: 1. Create New Database. i. After opening Access, click Blank Desktop Database :

Digital Fundamentals


Lesson Plan. Preparation

The Rational Number System: Investigate Rational Numbers: Play Answer Sheet

Fundamentals. Fundamentals. Fundamentals. We build up instructions from three types of materials

GCSE Computer Science Component 02

MACHINE LEVEL REPRESENTATION OF DATA

Contents. Spreadsheet Software ITQ Level 1

Getting Information from a Table

ICT IGCSE Databases (Access) A database is a collection of data or information stored in a logical format.

NOTES TO CONSIDER BEFORE ATTEMPTING EX 1A TYPES OF DATA

COMP Primitive and Class Types. Yi Hong May 14, 2015

MAT 142 College Mathematics. Module ST. Statistics. Terri Miller revised July 14, 2015

LP2CD Wizard 2.0 User's Manual

Lecture 1: What is a computer?

ICT IGCSE Practical Revision Presentation Spreadsheets. Columns. Rows. This is a range of cells. More than one cell has been selected.

Unit 3.2: Fractions, Decimals and Percent Lesson: Comparing and Ordering Fractions and Decimals

You will need the following items: scissors, plate, 5 different colored pencils, protractor, paper to answer questions

Barchard Introduction to SPSS Marks

NCSS Statistical Software. The Data Window

3 Data Storage 3.1. Foundations of Computer Science Cengage Learning

GCSE Computing. Revision Pack TWO. Data Representation Questions. Name: /113. Attempt One % Attempt Two % Attempt Three %

Transcription:

Numeric Data Numeric data simply means numbers. But, numbers come in a variety of different types... Integers An integer is a whole number - it has no decimal or fractional parts. Integers can be either positive or negative. Examples 12 45 1274 1000000-3 -5735

Real Numbers Any number that you could place on a number line is a real number. Real numbers include whole numbers (integers) and numbers with decimal/fractional parts. Real numbers can be positive or negative. Examples 1 1.4534 946.5-0.0003 3.142

Currency Currency refers to real numbers that are formatted in a specific way. Usually currency is shown with a currency symbol and (usually) two decimal places. Examples 12.45-0.01 999.00 $5500

Percentage Percentage refers to fractional real numbers that are formatted in a specific way - out of 100, with a percent symbol. So, the real value 0.5 would be shown as 50%, the value 0.01 would be shown as 1% and the number 1.25 would be shown as 125% Examples 100% 25% 1200% -5%

Alphanumeric (Text) Data Alphanumeric (often simply called 'text') data refers to data made up of letters (alphabet) and numbers (numeric). Usually symbols ($%^+@, etc.) and spaces are also allowed. Examples DOG A little mouse ABC123 enquiries@bbc.co.uk

Date and Time Data Date (and time) data is usually formatted in a specific way. The format depends upon the setup of the computer, the software in use and the user s preferences. Date Examples 25/10/2007 12 Mar 2008 10-06-08 Time Examples 11am 15:00 3:00pm 17:05:45

Boolean (Logical) Data Boolean data is sometimes called 'logical' data (or in some software, 'yes/no' data). Boolean data can only have two values: TRUE or FALSE Examples TRUE ON YES FALSE OFF NO

Selecting Data Types When we are presented with data to be input into a computer system, we must analyse it and select appropriate data types for each value...

Data Organisation An organised set of data is usually referred to as a database.

What is a Record? The set of data associated with a single object or person is known as a record A row in a database table is called as record.

Record

What is a Field? A column in a database table is called as field. A field will contain same type of data.

Field and Field Name

What is a Key Field / Primary Key? Primary key is a field, which can uniquely identify a record. Primary key should not have duplicate values.

Types of Database Flat-file database Relational database

1. Flat-File Databases A flat-file database is one that only contains a single table of data All of the data in the database is stored in this one place.

2. Relational Databases A 'relational' database is one that contains two or more tables of data, connected by links called relationships.

Redundant Data Redundancy is a situation in which same piece of information occurs at more than one place. This table contains several items of data that are repeated over and over again.

Repeated data in a database is generally considered a bad thing: It wastes space in the database It takes time to input: typing the same data over and over (and mistakes may be made) It is a pain to update: (if class 5B gets a new tutor, we have to find every 'Mr. Noggin' and change it to the new name)

Multiple Table

Multiple Table Here Class field act as a relationship Relationship = Link

Primary key & Foreign key Class is a Primary key in Class table and a foreign key in Student table Foreign key is a field, that is a normal field in one table and primary key in another table

Analogue Signals and Digital Data An analogue signal is one which has a value that varies smoothly. It is easiest to understand this by looking at an example:

The sound waves that your mouth produces when you speak are analogue - the waves vary in a smooth way. These waves can be converted into an electrical signal by a microphone. This electrical signal is also analogue:

Everything stored and processed inside a computer is a number (digital).

Analogue to Digital Convertor (ADC) Digital to Analogue Convertor (DAC)

Computers (and most other modern electronic devices such as cameras, mobile phones, etc.) are digital devices because they process data in the form of numbers (digits). Computer software is a collection of numeric codes which tell the computer what to do Text that you type into a computer is stored as numeric codes Images inside a computer are stored as numeric values(different values for different coloured pixels)

DAC Digital to Analogue Converter Another device that contains a DAC is an MP3 player. The music data stored in the player is all digital, but the player produces analogue signals which the headphones convert into sound.