Term 2, 2011 Week 5. CONTENTS Data and information Information purposes Types of data – Integer data types – Floating point numbers – Character data types.

Slides:



Advertisements
Similar presentations
Andrew C. Samuels, Information Technology Specialist Trainer c/o Ministry of Education Mona High School, Kingston, Jamaica 1 Problem Solving Section 2:
Advertisements

Chapter 3. Expressions and Interactivity CSC125 Introduction to C++
DATA TYPES ICT DATATYPES. DATA TYPES ICT Numeric Data Numeric data simply means numbers. But, numbers come in a variety of different types... Integers.
What Is A Computer System?
Types and Variables. Computer Programming 2 C++ in one page!
©TheMcGraw-Hill Companies, Inc. Permission required for reproduction or display. COMPSCI 125 Introduction to Computer Science I.
Python November 14, Unit 7. Python Hello world, in class.
Chapter 1 Data Storage. 2 Chapter 1: Data Storage 1.1 Bits and Their Storage 1.2 Main Memory 1.3 Mass Storage 1.4 Representing Information as Bit Patterns.
Introduction to a Programming Environment
Database Design IST 7-10 Presented by Miss Egan and Miss Richards.
TERMS TO KNOW. Programming Language A vocabulary and set of grammatical rules for instructing a computer to perform specific tasks. Each language has.
Information and Data What’s the difference between two? Information systems = hardware and software working together… It will take DATA that has been put.
A computer is an electronic device used to process data, converting data into information that is useful to people.
Lesson 1: Introduction to ABAP OBJECTS Todd A. Boyle, Ph.D. St. Francis Xavier University.
Numeric precision in SAS. Two aspects of numeric data in SAS The first is how numeric data are stored (how a number is represented in the computer). –
Computer Terminology Computer Technology Day 1. Terms You Should Know  Computer  Electronic device that performs four functions  Accepts Data (Input)
Data Representation.
IGCSE ICT Communicating Ideas.  identify the advantages and disadvantages of using common applications to communicate ideas:  Multimedia presentations.
Intro to Computers Computer Apps 1.
Copyright 1999 by Larry Fuhrer. Pascal Programming Getting Started...
The Nature of Data & Information. Data is the raw material entered into an information system. It is the input of the system. Data can be thought of as.
5 BASIC CONCEPTS OF ANY PROGRAMMING LANGUAGE Let’s get started …
Data & Data Types & Simple Math Operation 1 Data and Data Type Standard I/O Simple Math operation.
1 Introduction to Computers By Masseta ICT Dept. Mzumbe University.
Term 2, 2011 Week 1. CONTENTS Problem-solving methodology Programming and scripting languages – Programming languages Programming languages – Scripting.
CISC1100: Binary Numbers Fall 2014, Dr. Zhang 1. Numeral System 2  A way for expressing numbers, using symbols in a consistent manner.  " 11 " can be.
Introduction to Computer Programming
CONSTANTS Constants are also known as literals in C. Constants are quantities whose values do not change during program execution. There are two types.
Relational Databases. Relational database  data stored in tables  must put data into the correct tables  define relationship between tables  primary.
ELEMENTS OF A COMPUTER SYSTEM HARDWARE SOFTWARE PEOPLEWARE DATA.
IEEE Arithmetic UC Berkeley Fall 2004, E77 Copyright 2005, Andy Packard. This work is licensed under the Creative.
Data as the computer sees it 1.  Number systems Number systems  Data storage Data storage  Glossary Glossary 2.
C++ Basics. Compilation What does compilation do? g++ hello.cpp g++ -o hello.cpp hello.
Copyright © – Curt Hill Types What they do.
INFORMATION TECHNOLOGY
Data,information Data and Information 4 Data –Raw, unorganised facts –Ideas or concepts 4 Information –When data is manipulated into a meaningful form.
Variables, Input, and Output. Challenge: ● Ask the user his or her name, and repeat that name to the user ● Pause video and try.
Types Chapter 2. C++ An Introduction to Computing, 3rd ed. 2 Objectives Observe types provided by C++ Literals of these types Explain syntax rules for.
©Brooks/Cole, 2003 Chapter 3 Number Representation.
GCSE Computing: Programming GCSE Programming Remembering Python.
CS0007: Introduction to Computer Programming Primitive Data Types and Arithmetic Operations.
OCR ICT for AS © Hodder Education 2008 Chapter 1 Data, information, knowledge and processing.
Chapter 9: Data types and data structures OCR Computing for A Level © Hodder Education 2009.
INTRODUCTION TO COMPUTERS. A computer system is an electronic device used to input data, process data, store data for later use and produce output in.
DATA TYPES.
Introduction to Computers
An Overview of the Computer System
BASIC ELEMENTS OF A COMPUTER PROGRAM
Programming Fundamentals
Chapter 3 Data Storage.
Week 12 Option 3: Database Design
Data Structures Mohammed Thajeel To the second year students
OPERATE A WORD PROCESSING APPLICATION (BASIC)
Looking Inside the machine (Types of hardware, CPU, Memory)
An Overview of the Computer System
Chapter 1 Data Storage.
IDENTIFIERS CSC 111.
Chapter 4: Algorithm Design
Variables In programming, we often need to have places to store data. These receptacles are called variables. They are called that because they can change.
Introduction to Primitive Data types
Chapter 4: Algorithm Design
Chapter 3 DataStorage Foundations of Computer Science ã Cengage Learning.
Language Constructs Construct means to build or put together. Language constructs refers to those parts which make up a high level programming language.
Primitive Types and Expressions
Data Types Every variable has a given data type. The most common data types are: String - Text made up of numbers, letters and characters. Integer - Whole.
Data Types and Maths Programming Guides.
1.6) Storing Integer: 1.7) storing fraction:
Introduction to Primitive Data types
Integrating Educational Technology into the Classroom
Introduction to Computers
Presentation transcript:

Term 2, 2011 Week 5

CONTENTS Data and information Information purposes Types of data – Integer data types – Floating point numbers – Character data types – String data types Questions

Information Technology focuses on the transformation of data into information, as well the management of that information. Understanding how data can be input, manipulated and output to create meaningful information is critical to being able to utilise various ICT tools to solve information problems.

Data can be defined as unprocessed, unorganised & distinct facts or ideas. In addition to text & numbers, data also includes sounds, images & video. A computer processes data into information. Information can be defined as processed or organised data. Input Manipulation/ Processing Output Storage

Information can take a number of forms. It can be: – Paper based (hard copy) Magazines Word-processed reports Newspapers – Digital (soft copy) – Action

Digital (or electronic) information can be used to present the same information as paper-based solutions, however the output is not designed to be printed. While digital information is often formatted so that it is best viewed on a screen, often websites will offer printer friendly pages, just in case their users wish to have a hard copy. Information can also take the form of some kind of action performed as the result of manipulation. Examples include: – Wii – where the Wii Remote takes in movement data, processes the data & allows the user to interact with & control items on a screen.

Often, organisations & individuals require information to support their decision making and problem solving needs. We can express these needs in terms of needing to inform, persuade, educate or entertain. We INFORM our audience when we are providing information or telling facts, such as reporting a current issue. We PERSUADE our audience when we influence a decision or action, or change a person’s opinion.

We ENTERTAIN when we engage in a activity in a pleasing or amusing way. We EDUCATE when we teach & provide knowledge and skills through a learning process.

A data type is a set of data with predefined characteristics. When we develop purpose-designed solutions, we will often be working with a number of different data types at the same time. This data can be entered, stored, manipulated or output.

For example – Entering student names or products on sale Numbers may need to be entered & these can be either whole numbers or decimals, as well as dates & Boolean (true/false) information. Data may also need to be stored permanently as a constant value in the solution.

Integer data types In IT, integers are a finite subset of numbers without any fractional or decimal component and can be positive or negative. There are several different formats for representing integer data & is dependant on the size of the numbers to be stored.

Floating point numbers Floating point numbers are those that are too small or too big to be stored as integers. FPN’s are stored in two parts: – The mantissa holds all of the digits with a decimal point after the first digit. – The exponent holds the power of 10 by which the mantissa must be multiplied to regain the original number.

Precision refers to the number of digits that can be stored. TypeRangePrecision Single1.5 x to 3.4 x Double5.0 x to 1.7 x Extended3.6 x to 1.1 x

Character data types Includes alphanumerical text such as letters, numbers, spaces, symbols & punctuation. Usually takes up 1 byte of space per character. Used in character fields that are not used in mathematical calculations.

String data types A string is a series of symbols or values, such as a character string. The maximum string length is generally 255 characters. Strings can be operated or manipulated, either as characters, whole words or as sentences.

Questions What are some advantages & disadvantages of printed & online newspapers? What are the four main purposes of information? Find an example of a website for each purpose. Suggest two publications (one paper-based and one digital) that you would use to promote a game-making business. How would this reach an audience and why would it be convincing? List the four types of data types and briefly explain what they are. Find five data sets using a search engine. List the URL and identify what data types they involve.