SlideShare a Scribd company logo
1 of 40
INFO 2 Unit 2.2 Data and Information
Specification
What is Data? What types of data are there? What is a Bit What is a Byte What is a Kilobyte To consolidate you should be able to answer these questions…
	01001001011011100010000001110100011011110110010001100001011110011001001001110011001000000110110001100101011100110111001101101111011011100010000001110111011001010010000001100001011100100110010100100000011001110110111101101001011011100110011100100000011101000110111100100000011000110110111101101110011101000110100101101110011101010110010100100000011011000110010101100001011100100110111001101001011011100110011100100000011000010110001001101111011101010111010000100000011000100110100101101110011000010111001001111001 01001111011000100110101001100101011000110111010001101001011101100110010101110011
In today’s lesson we are going to continue learning about binary Objectives
Data is raw facts and figures or a set of values, data has no meaning. Examination Results (DATA) : 3312, 2, 35, 3, 64,  4421, 2, 48, 3, 56 Data is generated by an event e.g. Buying a product in a supermarket Loyalty card number Barcode number of each item bought Weight of apples Credit card number to pay for goods What is Data?
Data can arise in formats other than numbers and text Text (Alphanumeric) Number (Numeric) Boolean Audio Image Video Whatever the type of data bring input, computers store and process data using binary numbers. Types of data
What is data capture? Means the collection of data to enter into a computer How can we enter data into a computer? Keyboard Speech recognition Webcam  Touch screen Scanner Bar code reader Sensors  How data can arise
Direct Data Capture Collection of data for a particular purpose Direct Data Capture Methods Bar Code Reader MICR OMR OCR Sensors Direct and Indirect data capture
Indirect Data Capture Collection of data as a by-product from another purpose Example Using the data collected from reading barcodes at a super market till to work out stock levels Direct and Indirect data capture
GIGO In ICT GIGO stands for Garbage In Garbage Out It relates to Information only being as good as the data that is input i.e. I put incorrect data into a system (accidently or deliberately) then the information that is output will be incorrect. Use only a Pencil, one key colour and an A4 piece of paper to illustrate this Abbreviation and it’s meaning. Think about using a diagram, keywords and definitions to illustrate. Activity
Encoding is used by computers to convert the data into machine readable form i.e. binary Encoding Data
A single unit in binary is called a ‘bit’ (stands for binary digit) Computer memory is measured in ‘bytes’ Onebyte is made up of eightbits One byte can store one character e.g. the letter A is represented by 010000001 Binary Numbers
One byte can store one character e.g. the letter A is represented by 010000001 Another variation of this byte can store another Character e.g. B is represented by 01000010 A byte has 256 variations of data it can store Binary Numbers
Protocols have been developed to standardize the conversion of this binary code to content we are familiar with. ASCII is a standard that converts binary to character output MP3 is a standard that converts binary to audio output Protocols
Illustration Application Standard Output Device Standard Output M ASCII MP3 Binary 1 bite 01110010 Application Standard Output Application Standard Output PSD WMV
The American Standard Code for Information Interchange Defines 128 characters (Requires only 7 bits of a byte) ASCII
We can work out the binary from the decimal and vice versa, the decimal from the binary ASCII
Binary to Decimal Simply plot the 1’s under the necessary values e.g. if I want 67 ASCII C
ASCII Decimal to Binary is a little trickier Lets imagine you want to find the binary for decimal 116 (The letter t) You must work your way through the table below Can you take 128 from 116?NO (0) Can you take 64 from 116?YES (1) you now have 52 Can you take 32 from 52?YES (1) you now have 20 Can you take 16 from 20?YES (1) you now have 4 Can you take 8 from 4?NO(0) you still have 4 Can you take 4 from 4?YES(1) you now have 0 Can you take 2 from 0?NO(0) you still have 0 Can you take 1 from 0?NO(0) you still have 0 0 1 1 1 0 1 0 0
Use the two methods you have just learnt to convert the following: Binary to Decimal 01001101 =  10011111 =  01100000 = 00010100 = Decimal to Binary 48 =  239 =  110 =  17 = Activity
Use the two methods you have just learnt to convert the following: Binary to Decimal 01001101 = 77 10011111 = 159 01100000 =96 00010100 = 20 Decimal to Binary 48 = 00110000 239 = 11101111 110 = 01101110 17 = 00010001 Activity
Coding data is NOT the same as Encoding data Data is coded to reduce data entry and reduce the need for storage space. Imagine this scenario: You are conducting 500,000 questionnaires You ask each user to identify whether they are male or female The largest response would be ‘female’ which contains 6 bytes of data If all 500,000 users are female that means that the total storage for that one response will be: 3000,000 bytes 2929 Kilobytes 2.8 Megabytes If you were to code this data by asking the user are you M/F The largest response would be M or F which both contain only one byte This would reduce the data storage to: 500,000 bytes 488 Kilobytes 0.47 Megabytes Coding data
Examples of data that are coded are: Gender often asked as M or F Bank sort codes are a number (60-55-63) instead of the name of the branch Dates of Birth instead of 18th February 1981 it becomes 18/02/81 Destinations at Airports DXB, LHR etc. Postcodes Codes are used because: Can be easier to remember (ISBN’s are not) Usually short and quicker to enter (thus fewer errors are likely to be made) Take up less storage space Ensure consistency Easier to check that the data is valid Who codes data and why? If the data is to become information it is likely that the data is decoded before it is output e.g. barcode (coded data) output information – total cost of product
Loss of precision Examples How old are you?  12 – 15      16 – 18      19 – 23 How would you rate this school? 	 Poor      Good      Very Good 	(Value judgement is required here also) The colour of the article will be Problems with coding data
What is Processing? It is the work the computer does on the data to convert it into information e.g. searching, calculating, sorting etc. Processing
What is information? Information is data that has been processed, put into context and given a meaning. It must be understandable to the user. Information
Information is good quality if it is: Accurate Up-to-date Complete From a reliable source Relevant Quality of information
How accurate will depend upon its use: Bank statement details should be exact to the penny Whole School A Level pass rates at a school might be to the nearest 1% (This would be sufficient) Imagine inaccurate information relating to stock figures this could result in products not being available to customers or an over order resulting in to much stock to store. Thorough error checking and regular up dates must take place to ensure the information is as accurate as possible Accurate Information http://news.bbc.co.uk/2/hi/8176957.stm
Some information only has value within a specific time scale e.g. share prices. If information is out of date wrong decisions could be made. For example: An employee of a cinema taking a booking for the evening performance needs to know which seats are available at the time of booking not the ones available at the start of the day. Reports should contain dates and where possible times Keeping data up-to-date effects the costs Use to be batch processing now transaction processing Up-To-Date Information
If information is incomplete it loses its value and can misinform.  If you collect details about a householder for insurance purposes and don’t request information about the value of the house, the house might be insured for the wrong value. If you conduct a survey and half of the questions are not answered your analysis of those results could be inaccurate. Complete Information http://www.bbc.co.uk/news/business-10701953
The internet offers a huge range of information. However, the internet is not governed, thus no one controls the content. Consider Wikipedia, it is an open source network that allows anyone who is registered to add content. There are editors who are able to check the validity but only to the extent of their knowledge base. Trusted sites like .gov .ae, BBC are recommended Information from a reliable source
Information is only valuable to someone who has use for it and its value will depend on its potential use. Relevant Obama’s views on the value of information, is it just a distraction? http://tek.io/hwJAiP
Global Positioning Systems (GPS) Are able to provide drivers with accurate, relevant and Up-to-Date Information GPS
How does social media impact the quality and value of information? Consider this Cairo activists comments: 	“We use Facebook to schedule the protests, Twitter to coordinate, and YouTube to tell the world." Discussion http://www.bbc.co.uk/news/world-africa-12289475
Past Paper Questions
Past Paper Questions
Past Paper Questions
Past Paper Questions
Past Paper Questions

More Related Content

What's hot

Building Trust Between Human and Watson
Building Trust Between Human and WatsonBuilding Trust Between Human and Watson
Building Trust Between Human and WatsonAnna Chaney
 
Secure Multiparty Computation during Privacy Preserving Data Mining: Inscruta...
Secure Multiparty Computation during Privacy Preserving Data Mining: Inscruta...Secure Multiparty Computation during Privacy Preserving Data Mining: Inscruta...
Secure Multiparty Computation during Privacy Preserving Data Mining: Inscruta...cscpconf
 
Hsc project management 2015
Hsc project management 2015Hsc project management 2015
Hsc project management 2015greg robertson
 
การพัฒนาระบบสารสนเทศ
การพัฒนาระบบสารสนเทศการพัฒนาระบบสารสนเทศ
การพัฒนาระบบสารสนเทศPe' KhumSae
 
Answering an a level exam question
Answering an a level exam questionAnswering an a level exam question
Answering an a level exam questionmrmwood
 
Machine learning
Machine learningMachine learning
Machine learningRohit Kumar
 
Data processing cycle , stages of data processing cycle.
Data processing cycle , stages of data processing cycle.Data processing cycle , stages of data processing cycle.
Data processing cycle , stages of data processing cycle.samina khan
 
pc_design_use_purchase final aug 24 2015 (2)
pc_design_use_purchase final aug 24 2015 (2)pc_design_use_purchase final aug 24 2015 (2)
pc_design_use_purchase final aug 24 2015 (2)Bijan Arbab
 
Information Systems Analysis and Design
Information Systems Analysis and DesignInformation Systems Analysis and Design
Information Systems Analysis and DesignChristian Reina
 
Chapter 8 system analysis and design
Chapter 8   system analysis and designChapter 8   system analysis and design
Chapter 8 system analysis and designPratik Gupta
 
Introduction to System analysis part1
Introduction to System analysis part1Introduction to System analysis part1
Introduction to System analysis part1DrMohammed Qassim
 
Information technology
Information technologyInformation technology
Information technologysmumbahelp
 
Instant message
Instant  messageInstant  message
Instant messagekplshrm222
 

What's hot (19)

Building Trust Between Human and Watson
Building Trust Between Human and WatsonBuilding Trust Between Human and Watson
Building Trust Between Human and Watson
 
Secure Multiparty Computation during Privacy Preserving Data Mining: Inscruta...
Secure Multiparty Computation during Privacy Preserving Data Mining: Inscruta...Secure Multiparty Computation during Privacy Preserving Data Mining: Inscruta...
Secure Multiparty Computation during Privacy Preserving Data Mining: Inscruta...
 
Hsc project management 2015
Hsc project management 2015Hsc project management 2015
Hsc project management 2015
 
การพัฒนาระบบสารสนเทศ
การพัฒนาระบบสารสนเทศการพัฒนาระบบสารสนเทศ
การพัฒนาระบบสารสนเทศ
 
TYBSC CS SEM 5 AI NOTES
TYBSC CS SEM 5 AI NOTESTYBSC CS SEM 5 AI NOTES
TYBSC CS SEM 5 AI NOTES
 
Input and output design
Input and output designInput and output design
Input and output design
 
Answering an a level exam question
Answering an a level exam questionAnswering an a level exam question
Answering an a level exam question
 
Ml introduction
Ml introductionMl introduction
Ml introduction
 
Machine learning
Machine learningMachine learning
Machine learning
 
DESIGN OF A COMPUTER SYSTEM FOR AN INFORMATION SYSTEM
DESIGN OF A COMPUTER SYSTEM FOR AN INFORMATION SYSTEMDESIGN OF A COMPUTER SYSTEM FOR AN INFORMATION SYSTEM
DESIGN OF A COMPUTER SYSTEM FOR AN INFORMATION SYSTEM
 
Data processing cycle , stages of data processing cycle.
Data processing cycle , stages of data processing cycle.Data processing cycle , stages of data processing cycle.
Data processing cycle , stages of data processing cycle.
 
pc_design_use_purchase final aug 24 2015 (2)
pc_design_use_purchase final aug 24 2015 (2)pc_design_use_purchase final aug 24 2015 (2)
pc_design_use_purchase final aug 24 2015 (2)
 
IT class IV - ICAB PS-KL
IT class IV - ICAB PS-KLIT class IV - ICAB PS-KL
IT class IV - ICAB PS-KL
 
Information Systems Analysis and Design
Information Systems Analysis and DesignInformation Systems Analysis and Design
Information Systems Analysis and Design
 
Chapter 8 system analysis and design
Chapter 8   system analysis and designChapter 8   system analysis and design
Chapter 8 system analysis and design
 
Is 4 th
Is 4 thIs 4 th
Is 4 th
 
Introduction to System analysis part1
Introduction to System analysis part1Introduction to System analysis part1
Introduction to System analysis part1
 
Information technology
Information technologyInformation technology
Information technology
 
Instant message
Instant  messageInstant  message
Instant message
 

Viewers also liked

2.1 ict systems and components
2.1 ict systems and components2.1 ict systems and components
2.1 ict systems and componentsmrmwood
 
2.3 people and ict systems
2.3 people and ict systems2.3 people and ict systems
2.3 people and ict systemsmrmwood
 
AQA AS ICT INFO2 Revision
AQA AS ICT INFO2 RevisionAQA AS ICT INFO2 Revision
AQA AS ICT INFO2 RevisionSnowfairy007
 
2.5 safety and security of data in ict systems 13 12-11
2.5 safety and security of data in ict systems 13 12-112.5 safety and security of data in ict systems 13 12-11
2.5 safety and security of data in ict systems 13 12-11mrmwood
 
Components of an ICT System
Components of an ICT SystemComponents of an ICT System
Components of an ICT Systemshiplakeict
 
2.7 what ict can provide
2.7 what ict can provide2.7 what ict can provide
2.7 what ict can providemrmwood
 
2.9 The consequences of the use of ict
2.9 The consequences of the use of ict2.9 The consequences of the use of ict
2.9 The consequences of the use of ictmrmwood
 
2.8 factors affecting the use of ict
2.8 factors affecting the use of ict2.8 factors affecting the use of ict
2.8 factors affecting the use of ictmrmwood
 
Copyright designs and patents act new 13 12-11
Copyright designs and patents act new 13 12-11Copyright designs and patents act new 13 12-11
Copyright designs and patents act new 13 12-11mrmwood
 
3.8 development methods
3.8 development methods3.8 development methods
3.8 development methodsmrmwood
 
3.7 developing ict solutions
3.7 developing ict solutions3.7 developing ict solutions
3.7 developing ict solutionsmrmwood
 
3.10 Introducing large ict systems into organisations
3.10 Introducing large ict systems into organisations3.10 Introducing large ict systems into organisations
3.10 Introducing large ict systems into organisationsmrmwood
 
2.6 backup and recovery
2.6 backup and recovery2.6 backup and recovery
2.6 backup and recoverymrmwood
 
Data protection act new 13 12-11
Data protection act new 13 12-11Data protection act new 13 12-11
Data protection act new 13 12-11mrmwood
 
Computer misuse act new 13 12-11
Computer misuse act new 13 12-11Computer misuse act new 13 12-11
Computer misuse act new 13 12-11mrmwood
 
3.11 training and supporting users
3.11 training and supporting users3.11 training and supporting users
3.11 training and supporting usersmrmwood
 
3.12 external and internal resources
3.12 external and internal resources3.12 external and internal resources
3.12 external and internal resourcesmrmwood
 
Table 5 description of activities and issues with respect to potential envi...
Table 5   description of activities and issues with respect to potential envi...Table 5   description of activities and issues with respect to potential envi...
Table 5 description of activities and issues with respect to potential envi...zubeditufail
 
Copyright designs and patents act
Copyright designs and patents actCopyright designs and patents act
Copyright designs and patents actmrmwood
 

Viewers also liked (20)

2.1 ict systems and components
2.1 ict systems and components2.1 ict systems and components
2.1 ict systems and components
 
2.3 people and ict systems
2.3 people and ict systems2.3 people and ict systems
2.3 people and ict systems
 
AQA AS ICT INFO2 Revision
AQA AS ICT INFO2 RevisionAQA AS ICT INFO2 Revision
AQA AS ICT INFO2 Revision
 
2.5 safety and security of data in ict systems 13 12-11
2.5 safety and security of data in ict systems 13 12-112.5 safety and security of data in ict systems 13 12-11
2.5 safety and security of data in ict systems 13 12-11
 
Components of an ICT System
Components of an ICT SystemComponents of an ICT System
Components of an ICT System
 
2.7 what ict can provide
2.7 what ict can provide2.7 what ict can provide
2.7 what ict can provide
 
2.9 The consequences of the use of ict
2.9 The consequences of the use of ict2.9 The consequences of the use of ict
2.9 The consequences of the use of ict
 
2.8 factors affecting the use of ict
2.8 factors affecting the use of ict2.8 factors affecting the use of ict
2.8 factors affecting the use of ict
 
Copyright designs and patents act new 13 12-11
Copyright designs and patents act new 13 12-11Copyright designs and patents act new 13 12-11
Copyright designs and patents act new 13 12-11
 
3.8 development methods
3.8 development methods3.8 development methods
3.8 development methods
 
3.7 developing ict solutions
3.7 developing ict solutions3.7 developing ict solutions
3.7 developing ict solutions
 
3.10 Introducing large ict systems into organisations
3.10 Introducing large ict systems into organisations3.10 Introducing large ict systems into organisations
3.10 Introducing large ict systems into organisations
 
2.6 backup and recovery
2.6 backup and recovery2.6 backup and recovery
2.6 backup and recovery
 
Data protection act new 13 12-11
Data protection act new 13 12-11Data protection act new 13 12-11
Data protection act new 13 12-11
 
Computer misuse act new 13 12-11
Computer misuse act new 13 12-11Computer misuse act new 13 12-11
Computer misuse act new 13 12-11
 
3.11 training and supporting users
3.11 training and supporting users3.11 training and supporting users
3.11 training and supporting users
 
3.12 external and internal resources
3.12 external and internal resources3.12 external and internal resources
3.12 external and internal resources
 
Data and information
Data and informationData and information
Data and information
 
Table 5 description of activities and issues with respect to potential envi...
Table 5   description of activities and issues with respect to potential envi...Table 5   description of activities and issues with respect to potential envi...
Table 5 description of activities and issues with respect to potential envi...
 
Copyright designs and patents act
Copyright designs and patents actCopyright designs and patents act
Copyright designs and patents act
 

Similar to What is Data and Information

How To Be Critical In Essay Writing
How To Be Critical In Essay WritingHow To Be Critical In Essay Writing
How To Be Critical In Essay WritingPamela Caluso
 
INTRODUCTION TO CaseWare IDEAProvided by Audimation Services, .docx
INTRODUCTION TO CaseWare IDEAProvided by Audimation Services, .docxINTRODUCTION TO CaseWare IDEAProvided by Audimation Services, .docx
INTRODUCTION TO CaseWare IDEAProvided by Audimation Services, .docxnormanibarber20063
 
Information and Theory Coding Encoder
Information and Theory Coding EncoderInformation and Theory Coding Encoder
Information and Theory Coding EncoderShawnIslam20150022
 
Introduction to big data
Introduction to big dataIntroduction to big data
Introduction to big dataHari Priya
 
ML for Data science Chapter.pptx
ML for Data science Chapter.pptxML for Data science Chapter.pptx
ML for Data science Chapter.pptxnirmala57
 
Data types
Data typesData types
Data typesgavhays
 
Zero Base Training Report
Zero Base Training ReportZero Base Training Report
Zero Base Training ReportPaula Smith
 
Zero Base Training Report
Zero Base Training ReportZero Base Training Report
Zero Base Training ReportPatty Buckley
 
Commercial Data Processing
Commercial Data ProcessingCommercial Data Processing
Commercial Data Processingmrcarty
 
Future of iot and big data
Future of iot and big dataFuture of iot and big data
Future of iot and big datakashif kashif
 
Module 4 information_attributes
Module 4 information_attributesModule 4 information_attributes
Module 4 information_attributesMargarita Araque
 
New Computer Systems
New Computer SystemsNew Computer Systems
New Computer Systemsmrsmackenzie
 
Computer Systems
Computer SystemsComputer Systems
Computer Systemsdrs
 
Big data introduction
Big data introductionBig data introduction
Big data introductionvikas samant
 
Learning&Teaching Systems Ppt
Learning&Teaching Systems PptLearning&Teaching Systems Ppt
Learning&Teaching Systems Pptekul
 
Learning&Teaching Systems Ppt
Learning&Teaching Systems PptLearning&Teaching Systems Ppt
Learning&Teaching Systems PptKyle
 
Learning& Teaching Systems Ppt
Learning& Teaching  Systems PptLearning& Teaching  Systems Ppt
Learning& Teaching Systems PptNaruin
 
Pay To Write My Essay. Online assignment writing service.
Pay To Write My Essay. Online assignment writing service.Pay To Write My Essay. Online assignment writing service.
Pay To Write My Essay. Online assignment writing service.Jenn Smith
 

Similar to What is Data and Information (20)

How To Be Critical In Essay Writing
How To Be Critical In Essay WritingHow To Be Critical In Essay Writing
How To Be Critical In Essay Writing
 
INTRODUCTION TO CaseWare IDEAProvided by Audimation Services, .docx
INTRODUCTION TO CaseWare IDEAProvided by Audimation Services, .docxINTRODUCTION TO CaseWare IDEAProvided by Audimation Services, .docx
INTRODUCTION TO CaseWare IDEAProvided by Audimation Services, .docx
 
Information and Theory Coding Encoder
Information and Theory Coding EncoderInformation and Theory Coding Encoder
Information and Theory Coding Encoder
 
Introduction to big data
Introduction to big dataIntroduction to big data
Introduction to big data
 
ieee paper
ieee paper ieee paper
ieee paper
 
PACE-IT: Basic Network Concepts (part 3)
PACE-IT: Basic Network Concepts (part 3)PACE-IT: Basic Network Concepts (part 3)
PACE-IT: Basic Network Concepts (part 3)
 
ML for Data science Chapter.pptx
ML for Data science Chapter.pptxML for Data science Chapter.pptx
ML for Data science Chapter.pptx
 
Data types
Data typesData types
Data types
 
Zero Base Training Report
Zero Base Training ReportZero Base Training Report
Zero Base Training Report
 
Zero Base Training Report
Zero Base Training ReportZero Base Training Report
Zero Base Training Report
 
Commercial Data Processing
Commercial Data ProcessingCommercial Data Processing
Commercial Data Processing
 
Future of iot and big data
Future of iot and big dataFuture of iot and big data
Future of iot and big data
 
Module 4 information_attributes
Module 4 information_attributesModule 4 information_attributes
Module 4 information_attributes
 
New Computer Systems
New Computer SystemsNew Computer Systems
New Computer Systems
 
Computer Systems
Computer SystemsComputer Systems
Computer Systems
 
Big data introduction
Big data introductionBig data introduction
Big data introduction
 
Learning&Teaching Systems Ppt
Learning&Teaching Systems PptLearning&Teaching Systems Ppt
Learning&Teaching Systems Ppt
 
Learning&Teaching Systems Ppt
Learning&Teaching Systems PptLearning&Teaching Systems Ppt
Learning&Teaching Systems Ppt
 
Learning& Teaching Systems Ppt
Learning& Teaching  Systems PptLearning& Teaching  Systems Ppt
Learning& Teaching Systems Ppt
 
Pay To Write My Essay. Online assignment writing service.
Pay To Write My Essay. Online assignment writing service.Pay To Write My Essay. Online assignment writing service.
Pay To Write My Essay. Online assignment writing service.
 

More from mrmwood

3.6 legislation and regulations
3.6 legislation and regulations3.6 legislation and regulations
3.6 legislation and regulationsmrmwood
 
3.9 techniques and tools for systems development
3.9 techniques and tools for systems development3.9 techniques and tools for systems development
3.9 techniques and tools for systems developmentmrmwood
 
Copyright designs and patents act
Copyright designs and patents actCopyright designs and patents act
Copyright designs and patents actmrmwood
 
Copyright designs and patents act
Copyright designs and patents actCopyright designs and patents act
Copyright designs and patents actmrmwood
 
Computer Misuse Act
Computer Misuse ActComputer Misuse Act
Computer Misuse Actmrmwood
 
Data Protection Act
Data Protection ActData Protection Act
Data Protection Actmrmwood
 
Data Protection Act
Data Protection ActData Protection Act
Data Protection Actmrmwood
 
3.5 ICT Policies
3.5 ICT Policies3.5 ICT Policies
3.5 ICT Policiesmrmwood
 
3.3 managing ict 3
3.3 managing ict 33.3 managing ict 3
3.3 managing ict 3mrmwood
 
3.4 ict strategy
3.4 ict strategy3.4 ict strategy
3.4 ict strategymrmwood
 
3.2 information and systems
3.2 information and systems3.2 information and systems
3.2 information and systemsmrmwood
 
1.10 evaluation
1.10 evaluation1.10 evaluation
1.10 evaluationmrmwood
 
Validation and Verification
Validation and VerificationValidation and Verification
Validation and Verificationmrmwood
 
1.7 selection and use of appropriate software
1.7 selection and use of appropriate software1.7 selection and use of appropriate software
1.7 selection and use of appropriate softwaremrmwood
 

More from mrmwood (14)

3.6 legislation and regulations
3.6 legislation and regulations3.6 legislation and regulations
3.6 legislation and regulations
 
3.9 techniques and tools for systems development
3.9 techniques and tools for systems development3.9 techniques and tools for systems development
3.9 techniques and tools for systems development
 
Copyright designs and patents act
Copyright designs and patents actCopyright designs and patents act
Copyright designs and patents act
 
Copyright designs and patents act
Copyright designs and patents actCopyright designs and patents act
Copyright designs and patents act
 
Computer Misuse Act
Computer Misuse ActComputer Misuse Act
Computer Misuse Act
 
Data Protection Act
Data Protection ActData Protection Act
Data Protection Act
 
Data Protection Act
Data Protection ActData Protection Act
Data Protection Act
 
3.5 ICT Policies
3.5 ICT Policies3.5 ICT Policies
3.5 ICT Policies
 
3.3 managing ict 3
3.3 managing ict 33.3 managing ict 3
3.3 managing ict 3
 
3.4 ict strategy
3.4 ict strategy3.4 ict strategy
3.4 ict strategy
 
3.2 information and systems
3.2 information and systems3.2 information and systems
3.2 information and systems
 
1.10 evaluation
1.10 evaluation1.10 evaluation
1.10 evaluation
 
Validation and Verification
Validation and VerificationValidation and Verification
Validation and Verification
 
1.7 selection and use of appropriate software
1.7 selection and use of appropriate software1.7 selection and use of appropriate software
1.7 selection and use of appropriate software
 

Recently uploaded

Activity 2-unit 2-update 2024. English translation
Activity 2-unit 2-update 2024. English translationActivity 2-unit 2-update 2024. English translation
Activity 2-unit 2-update 2024. English translationRosabel UA
 
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITY
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITYISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITY
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITYKayeClaireEstoconing
 
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATIONTHEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATIONHumphrey A Beña
 
Integumentary System SMP B. Pharm Sem I.ppt
Integumentary System SMP B. Pharm Sem I.pptIntegumentary System SMP B. Pharm Sem I.ppt
Integumentary System SMP B. Pharm Sem I.pptshraddhaparab530
 
ENG 5 Q4 WEEk 1 DAY 1 Restate sentences heard in one’s own words. Use appropr...
ENG 5 Q4 WEEk 1 DAY 1 Restate sentences heard in one’s own words. Use appropr...ENG 5 Q4 WEEk 1 DAY 1 Restate sentences heard in one’s own words. Use appropr...
ENG 5 Q4 WEEk 1 DAY 1 Restate sentences heard in one’s own words. Use appropr...JojoEDelaCruz
 
4.16.24 Poverty and Precarity--Desmond.pptx
4.16.24 Poverty and Precarity--Desmond.pptx4.16.24 Poverty and Precarity--Desmond.pptx
4.16.24 Poverty and Precarity--Desmond.pptxmary850239
 
Barangay Council for the Protection of Children (BCPC) Orientation.pptx
Barangay Council for the Protection of Children (BCPC) Orientation.pptxBarangay Council for the Protection of Children (BCPC) Orientation.pptx
Barangay Council for the Protection of Children (BCPC) Orientation.pptxCarlos105
 
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptxINTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptxHumphrey A Beña
 
Student Profile Sample - We help schools to connect the data they have, with ...
Student Profile Sample - We help schools to connect the data they have, with ...Student Profile Sample - We help schools to connect the data they have, with ...
Student Profile Sample - We help schools to connect the data they have, with ...Seán Kennedy
 
Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17Celine George
 
Influencing policy (training slides from Fast Track Impact)
Influencing policy (training slides from Fast Track Impact)Influencing policy (training slides from Fast Track Impact)
Influencing policy (training slides from Fast Track Impact)Mark Reed
 
Concurrency Control in Database Management system
Concurrency Control in Database Management systemConcurrency Control in Database Management system
Concurrency Control in Database Management systemChristalin Nelson
 
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTSGRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTSJoshuaGantuangco2
 
Earth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatEarth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatYousafMalik24
 
Daily Lesson Plan in Mathematics Quarter 4
Daily Lesson Plan in Mathematics Quarter 4Daily Lesson Plan in Mathematics Quarter 4
Daily Lesson Plan in Mathematics Quarter 4JOYLYNSAMANIEGO
 
AUDIENCE THEORY -CULTIVATION THEORY - GERBNER.pptx
AUDIENCE THEORY -CULTIVATION THEORY -  GERBNER.pptxAUDIENCE THEORY -CULTIVATION THEORY -  GERBNER.pptx
AUDIENCE THEORY -CULTIVATION THEORY - GERBNER.pptxiammrhaywood
 
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...JhezDiaz1
 
Transaction Management in Database Management System
Transaction Management in Database Management SystemTransaction Management in Database Management System
Transaction Management in Database Management SystemChristalin Nelson
 

Recently uploaded (20)

Activity 2-unit 2-update 2024. English translation
Activity 2-unit 2-update 2024. English translationActivity 2-unit 2-update 2024. English translation
Activity 2-unit 2-update 2024. English translation
 
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITY
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITYISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITY
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITY
 
LEFT_ON_C'N_ PRELIMS_EL_DORADO_2024.pptx
LEFT_ON_C'N_ PRELIMS_EL_DORADO_2024.pptxLEFT_ON_C'N_ PRELIMS_EL_DORADO_2024.pptx
LEFT_ON_C'N_ PRELIMS_EL_DORADO_2024.pptx
 
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATIONTHEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
 
FINALS_OF_LEFT_ON_C'N_EL_DORADO_2024.pptx
FINALS_OF_LEFT_ON_C'N_EL_DORADO_2024.pptxFINALS_OF_LEFT_ON_C'N_EL_DORADO_2024.pptx
FINALS_OF_LEFT_ON_C'N_EL_DORADO_2024.pptx
 
Integumentary System SMP B. Pharm Sem I.ppt
Integumentary System SMP B. Pharm Sem I.pptIntegumentary System SMP B. Pharm Sem I.ppt
Integumentary System SMP B. Pharm Sem I.ppt
 
ENG 5 Q4 WEEk 1 DAY 1 Restate sentences heard in one’s own words. Use appropr...
ENG 5 Q4 WEEk 1 DAY 1 Restate sentences heard in one’s own words. Use appropr...ENG 5 Q4 WEEk 1 DAY 1 Restate sentences heard in one’s own words. Use appropr...
ENG 5 Q4 WEEk 1 DAY 1 Restate sentences heard in one’s own words. Use appropr...
 
4.16.24 Poverty and Precarity--Desmond.pptx
4.16.24 Poverty and Precarity--Desmond.pptx4.16.24 Poverty and Precarity--Desmond.pptx
4.16.24 Poverty and Precarity--Desmond.pptx
 
Barangay Council for the Protection of Children (BCPC) Orientation.pptx
Barangay Council for the Protection of Children (BCPC) Orientation.pptxBarangay Council for the Protection of Children (BCPC) Orientation.pptx
Barangay Council for the Protection of Children (BCPC) Orientation.pptx
 
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptxINTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
 
Student Profile Sample - We help schools to connect the data they have, with ...
Student Profile Sample - We help schools to connect the data they have, with ...Student Profile Sample - We help schools to connect the data they have, with ...
Student Profile Sample - We help schools to connect the data they have, with ...
 
Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17
 
Influencing policy (training slides from Fast Track Impact)
Influencing policy (training slides from Fast Track Impact)Influencing policy (training slides from Fast Track Impact)
Influencing policy (training slides from Fast Track Impact)
 
Concurrency Control in Database Management system
Concurrency Control in Database Management systemConcurrency Control in Database Management system
Concurrency Control in Database Management system
 
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTSGRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
 
Earth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatEarth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice great
 
Daily Lesson Plan in Mathematics Quarter 4
Daily Lesson Plan in Mathematics Quarter 4Daily Lesson Plan in Mathematics Quarter 4
Daily Lesson Plan in Mathematics Quarter 4
 
AUDIENCE THEORY -CULTIVATION THEORY - GERBNER.pptx
AUDIENCE THEORY -CULTIVATION THEORY -  GERBNER.pptxAUDIENCE THEORY -CULTIVATION THEORY -  GERBNER.pptx
AUDIENCE THEORY -CULTIVATION THEORY - GERBNER.pptx
 
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
 
Transaction Management in Database Management System
Transaction Management in Database Management SystemTransaction Management in Database Management System
Transaction Management in Database Management System
 

What is Data and Information

  • 1. INFO 2 Unit 2.2 Data and Information
  • 3. What is Data? What types of data are there? What is a Bit What is a Byte What is a Kilobyte To consolidate you should be able to answer these questions…
  • 5. In today’s lesson we are going to continue learning about binary Objectives
  • 6. Data is raw facts and figures or a set of values, data has no meaning. Examination Results (DATA) : 3312, 2, 35, 3, 64, 4421, 2, 48, 3, 56 Data is generated by an event e.g. Buying a product in a supermarket Loyalty card number Barcode number of each item bought Weight of apples Credit card number to pay for goods What is Data?
  • 7. Data can arise in formats other than numbers and text Text (Alphanumeric) Number (Numeric) Boolean Audio Image Video Whatever the type of data bring input, computers store and process data using binary numbers. Types of data
  • 8. What is data capture? Means the collection of data to enter into a computer How can we enter data into a computer? Keyboard Speech recognition Webcam Touch screen Scanner Bar code reader Sensors How data can arise
  • 9. Direct Data Capture Collection of data for a particular purpose Direct Data Capture Methods Bar Code Reader MICR OMR OCR Sensors Direct and Indirect data capture
  • 10. Indirect Data Capture Collection of data as a by-product from another purpose Example Using the data collected from reading barcodes at a super market till to work out stock levels Direct and Indirect data capture
  • 11. GIGO In ICT GIGO stands for Garbage In Garbage Out It relates to Information only being as good as the data that is input i.e. I put incorrect data into a system (accidently or deliberately) then the information that is output will be incorrect. Use only a Pencil, one key colour and an A4 piece of paper to illustrate this Abbreviation and it’s meaning. Think about using a diagram, keywords and definitions to illustrate. Activity
  • 12. Encoding is used by computers to convert the data into machine readable form i.e. binary Encoding Data
  • 13. A single unit in binary is called a ‘bit’ (stands for binary digit) Computer memory is measured in ‘bytes’ Onebyte is made up of eightbits One byte can store one character e.g. the letter A is represented by 010000001 Binary Numbers
  • 14. One byte can store one character e.g. the letter A is represented by 010000001 Another variation of this byte can store another Character e.g. B is represented by 01000010 A byte has 256 variations of data it can store Binary Numbers
  • 15. Protocols have been developed to standardize the conversion of this binary code to content we are familiar with. ASCII is a standard that converts binary to character output MP3 is a standard that converts binary to audio output Protocols
  • 16. Illustration Application Standard Output Device Standard Output M ASCII MP3 Binary 1 bite 01110010 Application Standard Output Application Standard Output PSD WMV
  • 17. The American Standard Code for Information Interchange Defines 128 characters (Requires only 7 bits of a byte) ASCII
  • 18. We can work out the binary from the decimal and vice versa, the decimal from the binary ASCII
  • 19. Binary to Decimal Simply plot the 1’s under the necessary values e.g. if I want 67 ASCII C
  • 20. ASCII Decimal to Binary is a little trickier Lets imagine you want to find the binary for decimal 116 (The letter t) You must work your way through the table below Can you take 128 from 116?NO (0) Can you take 64 from 116?YES (1) you now have 52 Can you take 32 from 52?YES (1) you now have 20 Can you take 16 from 20?YES (1) you now have 4 Can you take 8 from 4?NO(0) you still have 4 Can you take 4 from 4?YES(1) you now have 0 Can you take 2 from 0?NO(0) you still have 0 Can you take 1 from 0?NO(0) you still have 0 0 1 1 1 0 1 0 0
  • 21. Use the two methods you have just learnt to convert the following: Binary to Decimal 01001101 = 10011111 = 01100000 = 00010100 = Decimal to Binary 48 = 239 = 110 = 17 = Activity
  • 22. Use the two methods you have just learnt to convert the following: Binary to Decimal 01001101 = 77 10011111 = 159 01100000 =96 00010100 = 20 Decimal to Binary 48 = 00110000 239 = 11101111 110 = 01101110 17 = 00010001 Activity
  • 23. Coding data is NOT the same as Encoding data Data is coded to reduce data entry and reduce the need for storage space. Imagine this scenario: You are conducting 500,000 questionnaires You ask each user to identify whether they are male or female The largest response would be ‘female’ which contains 6 bytes of data If all 500,000 users are female that means that the total storage for that one response will be: 3000,000 bytes 2929 Kilobytes 2.8 Megabytes If you were to code this data by asking the user are you M/F The largest response would be M or F which both contain only one byte This would reduce the data storage to: 500,000 bytes 488 Kilobytes 0.47 Megabytes Coding data
  • 24. Examples of data that are coded are: Gender often asked as M or F Bank sort codes are a number (60-55-63) instead of the name of the branch Dates of Birth instead of 18th February 1981 it becomes 18/02/81 Destinations at Airports DXB, LHR etc. Postcodes Codes are used because: Can be easier to remember (ISBN’s are not) Usually short and quicker to enter (thus fewer errors are likely to be made) Take up less storage space Ensure consistency Easier to check that the data is valid Who codes data and why? If the data is to become information it is likely that the data is decoded before it is output e.g. barcode (coded data) output information – total cost of product
  • 25. Loss of precision Examples How old are you?  12 – 15  16 – 18  19 – 23 How would you rate this school?  Poor  Good  Very Good (Value judgement is required here also) The colour of the article will be Problems with coding data
  • 26. What is Processing? It is the work the computer does on the data to convert it into information e.g. searching, calculating, sorting etc. Processing
  • 27. What is information? Information is data that has been processed, put into context and given a meaning. It must be understandable to the user. Information
  • 28. Information is good quality if it is: Accurate Up-to-date Complete From a reliable source Relevant Quality of information
  • 29. How accurate will depend upon its use: Bank statement details should be exact to the penny Whole School A Level pass rates at a school might be to the nearest 1% (This would be sufficient) Imagine inaccurate information relating to stock figures this could result in products not being available to customers or an over order resulting in to much stock to store. Thorough error checking and regular up dates must take place to ensure the information is as accurate as possible Accurate Information http://news.bbc.co.uk/2/hi/8176957.stm
  • 30. Some information only has value within a specific time scale e.g. share prices. If information is out of date wrong decisions could be made. For example: An employee of a cinema taking a booking for the evening performance needs to know which seats are available at the time of booking not the ones available at the start of the day. Reports should contain dates and where possible times Keeping data up-to-date effects the costs Use to be batch processing now transaction processing Up-To-Date Information
  • 31. If information is incomplete it loses its value and can misinform. If you collect details about a householder for insurance purposes and don’t request information about the value of the house, the house might be insured for the wrong value. If you conduct a survey and half of the questions are not answered your analysis of those results could be inaccurate. Complete Information http://www.bbc.co.uk/news/business-10701953
  • 32. The internet offers a huge range of information. However, the internet is not governed, thus no one controls the content. Consider Wikipedia, it is an open source network that allows anyone who is registered to add content. There are editors who are able to check the validity but only to the extent of their knowledge base. Trusted sites like .gov .ae, BBC are recommended Information from a reliable source
  • 33. Information is only valuable to someone who has use for it and its value will depend on its potential use. Relevant Obama’s views on the value of information, is it just a distraction? http://tek.io/hwJAiP
  • 34. Global Positioning Systems (GPS) Are able to provide drivers with accurate, relevant and Up-to-Date Information GPS
  • 35. How does social media impact the quality and value of information? Consider this Cairo activists comments: “We use Facebook to schedule the protests, Twitter to coordinate, and YouTube to tell the world." Discussion http://www.bbc.co.uk/news/world-africa-12289475