SlideShare a Scribd company logo
Transforming Data
into Information
How Computers Represent Data
How Computers Process Data
Factors Affecting Processing
Speed
Submited To:
Ma'am Sidrah Ilyas
Submited By :
Dular Tufail (2017-1111)
The
Difference
between
Data and
Information
Data
• Data is unprocessed raw facts
about a particular entity.
• Data is used as input in the
computer.
• Data is not meaningful.
• Data is normally huge in its
volume.
• Data is the asset of
organizations and is not
available to people for sale.
• Data is used rarely.
• Data is an independent entity.
• Data is not used in decision-
making.
• Processing can be applied on
data.
• Data is difficult or even
impossible to reproduce. For
examples, if Government lose
the data of census, if will be
almost impossible to
reproduce it.
Information
• Information is processed
form of data.
• Information is the output of
the computer.
• Information is meaningful.
• Information is normally
short in its volume.
• Information is normally
available to people for sale.
• Information is used
frequently.
• Information depends on
data.
• Information is very
important for decision-
making.
• Processing can not be
applied on information.
• Information is easier to
reproduce if lost. For
example, if the list of
illiterate citizens is lost, it
can be reproduced easily
because the data is still
stored.
How Computers
Represent Data?
Computers Represent Data by the following:
 Number System
 Bits and Bytes
 Text Code
Number
System
o Numbers are the numbers,alphabets,punctuation
marks and sounds,etc for a computer.
o Computer uses a number system to represent the
data.
o A number system is a way to represent
numbers.computer uses the base-10 number
system, which is also called decimal. Other
common number systems include base-16 (hexa
decimal), base-8 (octal), and base-2 (binary).
Continue.......
Bits and Bytes
• Computer represents data in bits and
bytes.
• Computer understand only 0 and 1.
• Bit are the smallest unit to represent
data.
• Collection of 4 bits is called a nibble.
• Collection of 8 bits is called a byte.
Text Code
• Computer also uses text codes (is a human-readable sequence of
characters and words,computer form that can be encoded into computer-
readable formats) to represent data .
Types of computer text code:
• EBCDIC
• ASCII
• Extended ASCII
• Unicode Worldwide Character Standard
Continue.....
EBCDIC:
• IT stands for Extended Binary Coded Decimal Interchange Code.
• It uses eight- bit codes.
• It is used primarily in older mainframe systems.
• It represents 256 symbols.
ASCII:
• It stands for American Standard Code for Information Interchange.
• It is the most common text-code set.
• It consists of eight bits (one byte) of data.
• ASCII is used in nearly all personal computers.
• It represents 0 to 127 symbols.
Unicode text-code:
• In this set, each character consists of 16 bits (two bytes) of data.
• Specifies the characters for values from 128 to 255.The first 40
symbols represent pronunciation and special punctuation.The
remaining symbols are graphic symbols.
How
Computers
Process
Data?
Two components
handle processing in a
computer,which are:
Central processing
unit (CPU)
Memory
Central processing unit (CPU)
• It is the brain of computer.
• It is also called processor.
• It is the most important component of the
computer.
• Computer cannot work without CPU.
• It is located on the mother board.
• It carries out most of the work of a computer.
There are two parts of CPU:
• Arithmetic and logical Unit (ALU)
• Control Unit (CU)
Arithmetic and logical Unit (ALU)
Arithmetic Unit
Arithmetic unit perform basic arithmetic unit such as
addition, subtraction, multiplication and division.It is
consist of Arithmetic Circuits.
Arithmetic Circuit:
Adder:
• It is device use to perform addition of two numbers.
• It part of ALU.Some ALU contain multiple adders.
Subtractor:
• To subtract adder is modified.
• It takes 2’s complement of number and add in the
original to subtract a number.
Logical Unit
• It performs logical operation. It is used to compare
two values / data.Such as less than, greater than, less
than equal, greater than equal, equal, not equal
Logical Circuit:
They are used to compare values.Logical circuit consist
of AND, OR NOT gates.It is easy to employ logic
circuit with these operations.
• AND:
• It is a circuit which give output 1 if and only if all
inputs are 1.
• It gives output 0 if any of input is 0.
• OR:
• It is a circuit which gives output 1 if even a single
input is 1.
• It gives output 0 is all inputs are 0.
• NOT:
• It is a circuit which converts 0 into 1, and 1 into 0.
Control Unit
It is like the supervisor of the computer.
It does not process data himself,But it controls all
activities of computer system.
It fetches instruction from main memory.
It interrupts (decode) the instruction to find what
operation is to be performed.
It controls the execution of instruction.
MEMORY UNIT
It is a component in computer to store data
and instruction.
CPU has its own memory to store data and
instruction at the time of execution.This is
called memory unit (MU) or CPU Registers.
It is the fastest storage area in the computer.
They are available in different sizes like 8,
16, 32 and 64 bits.
Machine Cycles
• Each time the CPU executes an
instruction, it takes a series of steps.The
completed series of steps is called a
machine cycle.
• A machine cycle itself can be broken
down into two smaller cycles:
• Instruction cycle
It performs fetching and decoding.
• Execution cycle:
It performs executing and storing.
Factors
Affecting
Processing
Speed
There are some factors that affects the
processing speed,as:
Main Memory:
These are small chips on the motherboard
to store programs and data,such as, volatile
memory and non-volatile memory.
Registers:
It controls the instructons to be executed
next.The size of the registers, which is
sometimes called the word size.The bigger
the word size, the more quickly the
computer can process a set of data.
Types of
Main Memory
Volatile memory :
• It requires power to hold data ,such
as,Random Access Memory (RAM) .
Nonvolatile memory:
It holds data when power is off ,such
as,Read-Only-Memory (ROM) ,Basic
Input Output System (BIOS) ,Power
On Self Test (POST) .
More RAM
Makes
Computer to
Run More
Fast
Virtual memory:
• It is space on the computer storage
devices(usually on the hard disk drive) that
stimulates aditional RAM in the computer.
• It moves the data and commands from RAM to
the computer storage devices and swapping into
the new data and commands to enables the
program to run fast .
• It is,however,slower than RAM.
Chache memory:
• Cache memory is high-speed memory that
holds the most recent data and instructions that
have been loaded by the CPU.
• Cache is located directly on the CPU or
between the CPU and RAM, making it faster
than normal RAM.
The Bus
• A bus is an electrical path between the
components of a computer.
Data and instructions travel along these
paths.
Types of Bus
• Data Bus:
The data bus width determines how many
bits can be transmitted between the CPU
and other devices.
•Address bus:
The address bus runs only between the
CPU and RAM and carries nothing but
memory addresses for the CPU to use.
•Expansion bus:
Peripheral devices are connected to the CPU
by an expansion bus.
•Universal Serial Bus (USB):
Universal Serial Bus (USB) enables many
devices to be connected to one port.
•Small Computer System Interface (SCSI):
Small Computer System Interface (SCSI) is
an older standard for extending the bus to
multiple devices through a single port.
Questions

More Related Content

What's hot

Data Communication and Networking
Data Communication and NetworkingData Communication and Networking
Data Communication and Networking
Anjan Mahanta
 
Social & professional issues in IT
Social & professional issues in ITSocial & professional issues in IT
Social & professional issues in IT
Rohana K Amarakoon
 
Introduction to programming
Introduction to programmingIntroduction to programming
Introduction to programming
Neeru Mittal
 
four-basic-periods-of-computer-history
four-basic-periods-of-computer-historyfour-basic-periods-of-computer-history
four-basic-periods-of-computer-history
Sudarshana Paranagama
 
Components of a computer system
Components of a computer systemComponents of a computer system
Components of a computer systemMark Santos
 
Short History of Computer
Short History of ComputerShort History of Computer
Short History of Computer
Haseeb Ahmed Awan
 
chapter 1 peter norton introduction to computers
chapter 1 peter norton introduction to computerschapter 1 peter norton introduction to computers
chapter 1 peter norton introduction to computers
M Malik
 
An introduction to Computer Technology
An introduction to Computer TechnologyAn introduction to Computer Technology
An introduction to Computer Technology
Steven Heath
 
Types of computer
Types of computerTypes of computer
Types of computer
Burhan Ahmed
 
Processing Devices
Processing DevicesProcessing Devices
Processing Devices
itsvineeth209
 
Classification of computers (- Minicomputers) (Microcomputers)
Classification of computers (- Minicomputers) (Microcomputers)Classification of computers (- Minicomputers) (Microcomputers)
Classification of computers (- Minicomputers) (Microcomputers)
Maryam Fida
 
History of computer with pictures and descriptions
History of computer with pictures and descriptionsHistory of computer with pictures and descriptions
History of computer with pictures and descriptions
Muzammil Ali
 
6 multiprogramming & time sharing
6 multiprogramming & time sharing6 multiprogramming & time sharing
6 multiprogramming & time sharingmyrajendra
 
Computer hardware
Computer hardwareComputer hardware
Computer hardware
Chinmoy Jena
 
operating system
operating systemoperating system
operating system
hamidah rehman
 
Transforming data into information
Transforming data into informationTransforming data into information
Transforming data into information
Sirat Mahmood
 
Filipino Inventions and Discoveries
Filipino Inventions and DiscoveriesFilipino Inventions and Discoveries
Filipino Inventions and Discoveries
none
 
Communication media
Communication mediaCommunication media
Communication media
lijomoljose
 
3. Component of computer - System Unit ( CSI-321)
3. Component of computer - System Unit  ( CSI-321) 3. Component of computer - System Unit  ( CSI-321)
3. Component of computer - System Unit ( CSI-321)
ghayour abbas
 

What's hot (20)

Data Communication and Networking
Data Communication and NetworkingData Communication and Networking
Data Communication and Networking
 
Social & professional issues in IT
Social & professional issues in ITSocial & professional issues in IT
Social & professional issues in IT
 
Introduction to programming
Introduction to programmingIntroduction to programming
Introduction to programming
 
four-basic-periods-of-computer-history
four-basic-periods-of-computer-historyfour-basic-periods-of-computer-history
four-basic-periods-of-computer-history
 
Components of a computer system
Components of a computer systemComponents of a computer system
Components of a computer system
 
Short History of Computer
Short History of ComputerShort History of Computer
Short History of Computer
 
chapter 1 peter norton introduction to computers
chapter 1 peter norton introduction to computerschapter 1 peter norton introduction to computers
chapter 1 peter norton introduction to computers
 
An introduction to Computer Technology
An introduction to Computer TechnologyAn introduction to Computer Technology
An introduction to Computer Technology
 
Types of computer
Types of computerTypes of computer
Types of computer
 
Processing Devices
Processing DevicesProcessing Devices
Processing Devices
 
Classification of computers (- Minicomputers) (Microcomputers)
Classification of computers (- Minicomputers) (Microcomputers)Classification of computers (- Minicomputers) (Microcomputers)
Classification of computers (- Minicomputers) (Microcomputers)
 
History of computer with pictures and descriptions
History of computer with pictures and descriptionsHistory of computer with pictures and descriptions
History of computer with pictures and descriptions
 
6 multiprogramming & time sharing
6 multiprogramming & time sharing6 multiprogramming & time sharing
6 multiprogramming & time sharing
 
Computer hardware
Computer hardwareComputer hardware
Computer hardware
 
operating system
operating systemoperating system
operating system
 
Transforming data into information
Transforming data into informationTransforming data into information
Transforming data into information
 
Filipino Inventions and Discoveries
Filipino Inventions and DiscoveriesFilipino Inventions and Discoveries
Filipino Inventions and Discoveries
 
Information processing cycle
Information processing cycleInformation processing cycle
Information processing cycle
 
Communication media
Communication mediaCommunication media
Communication media
 
3. Component of computer - System Unit ( CSI-321)
3. Component of computer - System Unit  ( CSI-321) 3. Component of computer - System Unit  ( CSI-321)
3. Component of computer - System Unit ( CSI-321)
 

Similar to Transforming Data into Information

fundamentalofcomputers-postaldeptt-150308230655-conversion-gate01.pdf
fundamentalofcomputers-postaldeptt-150308230655-conversion-gate01.pdffundamentalofcomputers-postaldeptt-150308230655-conversion-gate01.pdf
fundamentalofcomputers-postaldeptt-150308230655-conversion-gate01.pdf
AlihaAzmat1
 
Fundamental of Computers
Fundamental of ComputersFundamental of Computers
Fundamental of Computers
Dr. Himanshu Gupta
 
Computer Fundamentals.pptx
Computer Fundamentals.pptxComputer Fundamentals.pptx
Computer Fundamentals.pptx
JaimeCanchela1
 
Basic Computer Skills.pptx
Basic Computer Skills.pptxBasic Computer Skills.pptx
Basic Computer Skills.pptx
ssuser504dda
 
1 fundamentals of computer
1 fundamentals of computer1 fundamentals of computer
1 fundamentals of computer
BaliThorat1
 
Computer Architecture and Organization.pptx
Computer Architecture and Organization.pptxComputer Architecture and Organization.pptx
Computer Architecture and Organization.pptx
LearnersCoach
 
BCS 100: Introduction to Computer Science Lesson 3
BCS 100: Introduction to Computer Science Lesson 3BCS 100: Introduction to Computer Science Lesson 3
BCS 100: Introduction to Computer Science Lesson 3
Ndubi Amos
 
Computer architecture pptx
Computer architecture pptxComputer architecture pptx
Computer architecture pptx
MDSHABBIR12
 
BCS 100: Introduction to Computer Science Lesson 1
BCS 100: Introduction to Computer Science Lesson 1BCS 100: Introduction to Computer Science Lesson 1
BCS 100: Introduction to Computer Science Lesson 1
Ndubi Amos
 
Fundamentals of computer Part 1
Fundamentals of computer Part 1Fundamentals of computer Part 1
Fundamentals of computer Part 1
SURBHI SAROHA
 
Computer Organization and Architecture.pptx
Computer Organization and Architecture.pptxComputer Organization and Architecture.pptx
Computer Organization and Architecture.pptx
AshokRachapalli1
 
Intro to Computing Lec 1.pptx
Intro to Computing Lec 1.pptxIntro to Computing Lec 1.pptx
Intro to Computing Lec 1.pptx
FalakNiaz15
 
Chapter1 introduction to computer systems
Chapter1 introduction to computer systemsChapter1 introduction to computer systems
Chapter1 introduction to computer systems
Muhammad Waqas
 
Computer Introduction
Computer IntroductionComputer Introduction
Computer Introduction
himabindukursam
 
An overview of the computer system
An overview of the computer systemAn overview of the computer system
An overview of the computer system
Maryam Fida
 
Computer Architecture
Computer ArchitectureComputer Architecture
Computer Architecture
Sweta Kumari Barnwal
 
Computer Organisation unit 1 basics of computer Organisation
Computer Organisation unit 1 basics of computer OrganisationComputer Organisation unit 1 basics of computer Organisation
Computer Organisation unit 1 basics of computer Organisation
luckyanirudhsai
 
COMPUTER CHAPTER 1 NOTES (1).pptx
COMPUTER CHAPTER 1 NOTES (1).pptxCOMPUTER CHAPTER 1 NOTES (1).pptx
COMPUTER CHAPTER 1 NOTES (1).pptx
21BEE088SANKALP
 
computer networking
computer networking computer networking
computer networking
Dhivya Kannan
 
Introduction to Digital Forensics
Introduction to Digital ForensicsIntroduction to Digital Forensics
Introduction to Digital Forensics
Don Caeiro
 

Similar to Transforming Data into Information (20)

fundamentalofcomputers-postaldeptt-150308230655-conversion-gate01.pdf
fundamentalofcomputers-postaldeptt-150308230655-conversion-gate01.pdffundamentalofcomputers-postaldeptt-150308230655-conversion-gate01.pdf
fundamentalofcomputers-postaldeptt-150308230655-conversion-gate01.pdf
 
Fundamental of Computers
Fundamental of ComputersFundamental of Computers
Fundamental of Computers
 
Computer Fundamentals.pptx
Computer Fundamentals.pptxComputer Fundamentals.pptx
Computer Fundamentals.pptx
 
Basic Computer Skills.pptx
Basic Computer Skills.pptxBasic Computer Skills.pptx
Basic Computer Skills.pptx
 
1 fundamentals of computer
1 fundamentals of computer1 fundamentals of computer
1 fundamentals of computer
 
Computer Architecture and Organization.pptx
Computer Architecture and Organization.pptxComputer Architecture and Organization.pptx
Computer Architecture and Organization.pptx
 
BCS 100: Introduction to Computer Science Lesson 3
BCS 100: Introduction to Computer Science Lesson 3BCS 100: Introduction to Computer Science Lesson 3
BCS 100: Introduction to Computer Science Lesson 3
 
Computer architecture pptx
Computer architecture pptxComputer architecture pptx
Computer architecture pptx
 
BCS 100: Introduction to Computer Science Lesson 1
BCS 100: Introduction to Computer Science Lesson 1BCS 100: Introduction to Computer Science Lesson 1
BCS 100: Introduction to Computer Science Lesson 1
 
Fundamentals of computer Part 1
Fundamentals of computer Part 1Fundamentals of computer Part 1
Fundamentals of computer Part 1
 
Computer Organization and Architecture.pptx
Computer Organization and Architecture.pptxComputer Organization and Architecture.pptx
Computer Organization and Architecture.pptx
 
Intro to Computing Lec 1.pptx
Intro to Computing Lec 1.pptxIntro to Computing Lec 1.pptx
Intro to Computing Lec 1.pptx
 
Chapter1 introduction to computer systems
Chapter1 introduction to computer systemsChapter1 introduction to computer systems
Chapter1 introduction to computer systems
 
Computer Introduction
Computer IntroductionComputer Introduction
Computer Introduction
 
An overview of the computer system
An overview of the computer systemAn overview of the computer system
An overview of the computer system
 
Computer Architecture
Computer ArchitectureComputer Architecture
Computer Architecture
 
Computer Organisation unit 1 basics of computer Organisation
Computer Organisation unit 1 basics of computer OrganisationComputer Organisation unit 1 basics of computer Organisation
Computer Organisation unit 1 basics of computer Organisation
 
COMPUTER CHAPTER 1 NOTES (1).pptx
COMPUTER CHAPTER 1 NOTES (1).pptxCOMPUTER CHAPTER 1 NOTES (1).pptx
COMPUTER CHAPTER 1 NOTES (1).pptx
 
computer networking
computer networking computer networking
computer networking
 
Introduction to Digital Forensics
Introduction to Digital ForensicsIntroduction to Digital Forensics
Introduction to Digital Forensics
 

More from Bint-e- Hawa

Assessment system at Elementary level in Pakistan.
Assessment system at Elementary level  in Pakistan.Assessment system at Elementary level  in Pakistan.
Assessment system at Elementary level in Pakistan.
Bint-e- Hawa
 
Assignment on Assessment at Secondary and Higher Secondary Level in Pakistan
Assignment on Assessment at Secondary and Higher Secondary Level in PakistanAssignment on Assessment at Secondary and Higher Secondary Level in Pakistan
Assignment on Assessment at Secondary and Higher Secondary Level in Pakistan
Bint-e- Hawa
 
Assessment at Secondary and Higher Secondary level in Pakistan.
 Assessment at Secondary and Higher Secondary level in Pakistan. Assessment at Secondary and Higher Secondary level in Pakistan.
Assessment at Secondary and Higher Secondary level in Pakistan.
Bint-e- Hawa
 
Research Proposal on the topic exploring administrators' opinions about the a...
Research Proposal on the topic exploring administrators' opinions about the a...Research Proposal on the topic exploring administrators' opinions about the a...
Research Proposal on the topic exploring administrators' opinions about the a...
Bint-e- Hawa
 
Concept of Education
Concept of EducationConcept of Education
Concept of Education
Bint-e- Hawa
 
Comparison Between Objective Type Tests and Subjective Type tests.
Comparison Between Objective Type Tests and Subjective Type tests.Comparison Between Objective Type Tests and Subjective Type tests.
Comparison Between Objective Type Tests and Subjective Type tests.
Bint-e- Hawa
 

More from Bint-e- Hawa (6)

Assessment system at Elementary level in Pakistan.
Assessment system at Elementary level  in Pakistan.Assessment system at Elementary level  in Pakistan.
Assessment system at Elementary level in Pakistan.
 
Assignment on Assessment at Secondary and Higher Secondary Level in Pakistan
Assignment on Assessment at Secondary and Higher Secondary Level in PakistanAssignment on Assessment at Secondary and Higher Secondary Level in Pakistan
Assignment on Assessment at Secondary and Higher Secondary Level in Pakistan
 
Assessment at Secondary and Higher Secondary level in Pakistan.
 Assessment at Secondary and Higher Secondary level in Pakistan. Assessment at Secondary and Higher Secondary level in Pakistan.
Assessment at Secondary and Higher Secondary level in Pakistan.
 
Research Proposal on the topic exploring administrators' opinions about the a...
Research Proposal on the topic exploring administrators' opinions about the a...Research Proposal on the topic exploring administrators' opinions about the a...
Research Proposal on the topic exploring administrators' opinions about the a...
 
Concept of Education
Concept of EducationConcept of Education
Concept of Education
 
Comparison Between Objective Type Tests and Subjective Type tests.
Comparison Between Objective Type Tests and Subjective Type tests.Comparison Between Objective Type Tests and Subjective Type tests.
Comparison Between Objective Type Tests and Subjective Type tests.
 

Recently uploaded

Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
Thierry Lestable
 
Essentials of Automations: Optimizing FME Workflows with Parameters
Essentials of Automations: Optimizing FME Workflows with ParametersEssentials of Automations: Optimizing FME Workflows with Parameters
Essentials of Automations: Optimizing FME Workflows with Parameters
Safe Software
 
Key Trends Shaping the Future of Infrastructure.pdf
Key Trends Shaping the Future of Infrastructure.pdfKey Trends Shaping the Future of Infrastructure.pdf
Key Trends Shaping the Future of Infrastructure.pdf
Cheryl Hung
 
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdf
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdfSmart TV Buyer Insights Survey 2024 by 91mobiles.pdf
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdf
91mobiles
 
UiPath Test Automation using UiPath Test Suite series, part 3
UiPath Test Automation using UiPath Test Suite series, part 3UiPath Test Automation using UiPath Test Suite series, part 3
UiPath Test Automation using UiPath Test Suite series, part 3
DianaGray10
 
"Impact of front-end architecture on development cost", Viktor Turskyi
"Impact of front-end architecture on development cost", Viktor Turskyi"Impact of front-end architecture on development cost", Viktor Turskyi
"Impact of front-end architecture on development cost", Viktor Turskyi
Fwdays
 
Connector Corner: Automate dynamic content and events by pushing a button
Connector Corner: Automate dynamic content and events by pushing a buttonConnector Corner: Automate dynamic content and events by pushing a button
Connector Corner: Automate dynamic content and events by pushing a button
DianaGray10
 
IOS-PENTESTING-BEGINNERS-PRACTICAL-GUIDE-.pptx
IOS-PENTESTING-BEGINNERS-PRACTICAL-GUIDE-.pptxIOS-PENTESTING-BEGINNERS-PRACTICAL-GUIDE-.pptx
IOS-PENTESTING-BEGINNERS-PRACTICAL-GUIDE-.pptx
Abida Shariff
 
Search and Society: Reimagining Information Access for Radical Futures
Search and Society: Reimagining Information Access for Radical FuturesSearch and Society: Reimagining Information Access for Radical Futures
Search and Society: Reimagining Information Access for Radical Futures
Bhaskar Mitra
 
Designing Great Products: The Power of Design and Leadership by Chief Designe...
Designing Great Products: The Power of Design and Leadership by Chief Designe...Designing Great Products: The Power of Design and Leadership by Chief Designe...
Designing Great Products: The Power of Design and Leadership by Chief Designe...
Product School
 
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdfFIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance
 
To Graph or Not to Graph Knowledge Graph Architectures and LLMs
To Graph or Not to Graph Knowledge Graph Architectures and LLMsTo Graph or Not to Graph Knowledge Graph Architectures and LLMs
To Graph or Not to Graph Knowledge Graph Architectures and LLMs
Paul Groth
 
Knowledge engineering: from people to machines and back
Knowledge engineering: from people to machines and backKnowledge engineering: from people to machines and back
Knowledge engineering: from people to machines and back
Elena Simperl
 
AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...
AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...
AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...
Product School
 
How world-class product teams are winning in the AI era by CEO and Founder, P...
How world-class product teams are winning in the AI era by CEO and Founder, P...How world-class product teams are winning in the AI era by CEO and Founder, P...
How world-class product teams are winning in the AI era by CEO and Founder, P...
Product School
 
Bits & Pixels using AI for Good.........
Bits & Pixels using AI for Good.........Bits & Pixels using AI for Good.........
Bits & Pixels using AI for Good.........
Alison B. Lowndes
 
From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...
From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...
From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...
Product School
 
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdfFIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
FIDO Alliance
 
The Future of Platform Engineering
The Future of Platform EngineeringThe Future of Platform Engineering
The Future of Platform Engineering
Jemma Hussein Allen
 
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
Jeffrey Haguewood
 

Recently uploaded (20)

Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
 
Essentials of Automations: Optimizing FME Workflows with Parameters
Essentials of Automations: Optimizing FME Workflows with ParametersEssentials of Automations: Optimizing FME Workflows with Parameters
Essentials of Automations: Optimizing FME Workflows with Parameters
 
Key Trends Shaping the Future of Infrastructure.pdf
Key Trends Shaping the Future of Infrastructure.pdfKey Trends Shaping the Future of Infrastructure.pdf
Key Trends Shaping the Future of Infrastructure.pdf
 
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdf
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdfSmart TV Buyer Insights Survey 2024 by 91mobiles.pdf
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdf
 
UiPath Test Automation using UiPath Test Suite series, part 3
UiPath Test Automation using UiPath Test Suite series, part 3UiPath Test Automation using UiPath Test Suite series, part 3
UiPath Test Automation using UiPath Test Suite series, part 3
 
"Impact of front-end architecture on development cost", Viktor Turskyi
"Impact of front-end architecture on development cost", Viktor Turskyi"Impact of front-end architecture on development cost", Viktor Turskyi
"Impact of front-end architecture on development cost", Viktor Turskyi
 
Connector Corner: Automate dynamic content and events by pushing a button
Connector Corner: Automate dynamic content and events by pushing a buttonConnector Corner: Automate dynamic content and events by pushing a button
Connector Corner: Automate dynamic content and events by pushing a button
 
IOS-PENTESTING-BEGINNERS-PRACTICAL-GUIDE-.pptx
IOS-PENTESTING-BEGINNERS-PRACTICAL-GUIDE-.pptxIOS-PENTESTING-BEGINNERS-PRACTICAL-GUIDE-.pptx
IOS-PENTESTING-BEGINNERS-PRACTICAL-GUIDE-.pptx
 
Search and Society: Reimagining Information Access for Radical Futures
Search and Society: Reimagining Information Access for Radical FuturesSearch and Society: Reimagining Information Access for Radical Futures
Search and Society: Reimagining Information Access for Radical Futures
 
Designing Great Products: The Power of Design and Leadership by Chief Designe...
Designing Great Products: The Power of Design and Leadership by Chief Designe...Designing Great Products: The Power of Design and Leadership by Chief Designe...
Designing Great Products: The Power of Design and Leadership by Chief Designe...
 
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdfFIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
 
To Graph or Not to Graph Knowledge Graph Architectures and LLMs
To Graph or Not to Graph Knowledge Graph Architectures and LLMsTo Graph or Not to Graph Knowledge Graph Architectures and LLMs
To Graph or Not to Graph Knowledge Graph Architectures and LLMs
 
Knowledge engineering: from people to machines and back
Knowledge engineering: from people to machines and backKnowledge engineering: from people to machines and back
Knowledge engineering: from people to machines and back
 
AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...
AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...
AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...
 
How world-class product teams are winning in the AI era by CEO and Founder, P...
How world-class product teams are winning in the AI era by CEO and Founder, P...How world-class product teams are winning in the AI era by CEO and Founder, P...
How world-class product teams are winning in the AI era by CEO and Founder, P...
 
Bits & Pixels using AI for Good.........
Bits & Pixels using AI for Good.........Bits & Pixels using AI for Good.........
Bits & Pixels using AI for Good.........
 
From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...
From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...
From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...
 
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdfFIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
 
The Future of Platform Engineering
The Future of Platform EngineeringThe Future of Platform Engineering
The Future of Platform Engineering
 
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
 

Transforming Data into Information

  • 1. Transforming Data into Information How Computers Represent Data How Computers Process Data Factors Affecting Processing Speed
  • 2. Submited To: Ma'am Sidrah Ilyas Submited By : Dular Tufail (2017-1111)
  • 3. The Difference between Data and Information Data • Data is unprocessed raw facts about a particular entity. • Data is used as input in the computer. • Data is not meaningful. • Data is normally huge in its volume. • Data is the asset of organizations and is not available to people for sale. • Data is used rarely. • Data is an independent entity. • Data is not used in decision- making. • Processing can be applied on data. • Data is difficult or even impossible to reproduce. For examples, if Government lose the data of census, if will be almost impossible to reproduce it. Information • Information is processed form of data. • Information is the output of the computer. • Information is meaningful. • Information is normally short in its volume. • Information is normally available to people for sale. • Information is used frequently. • Information depends on data. • Information is very important for decision- making. • Processing can not be applied on information. • Information is easier to reproduce if lost. For example, if the list of illiterate citizens is lost, it can be reproduced easily because the data is still stored.
  • 4. How Computers Represent Data? Computers Represent Data by the following:  Number System  Bits and Bytes  Text Code
  • 5. Number System o Numbers are the numbers,alphabets,punctuation marks and sounds,etc for a computer. o Computer uses a number system to represent the data. o A number system is a way to represent numbers.computer uses the base-10 number system, which is also called decimal. Other common number systems include base-16 (hexa decimal), base-8 (octal), and base-2 (binary).
  • 7. Bits and Bytes • Computer represents data in bits and bytes. • Computer understand only 0 and 1. • Bit are the smallest unit to represent data. • Collection of 4 bits is called a nibble. • Collection of 8 bits is called a byte.
  • 8. Text Code • Computer also uses text codes (is a human-readable sequence of characters and words,computer form that can be encoded into computer- readable formats) to represent data . Types of computer text code: • EBCDIC • ASCII • Extended ASCII • Unicode Worldwide Character Standard
  • 9. Continue..... EBCDIC: • IT stands for Extended Binary Coded Decimal Interchange Code. • It uses eight- bit codes. • It is used primarily in older mainframe systems. • It represents 256 symbols. ASCII: • It stands for American Standard Code for Information Interchange. • It is the most common text-code set. • It consists of eight bits (one byte) of data. • ASCII is used in nearly all personal computers. • It represents 0 to 127 symbols. Unicode text-code: • In this set, each character consists of 16 bits (two bytes) of data. • Specifies the characters for values from 128 to 255.The first 40 symbols represent pronunciation and special punctuation.The remaining symbols are graphic symbols.
  • 10. How Computers Process Data? Two components handle processing in a computer,which are: Central processing unit (CPU) Memory
  • 11. Central processing unit (CPU) • It is the brain of computer. • It is also called processor. • It is the most important component of the computer. • Computer cannot work without CPU. • It is located on the mother board. • It carries out most of the work of a computer. There are two parts of CPU: • Arithmetic and logical Unit (ALU) • Control Unit (CU)
  • 12. Arithmetic and logical Unit (ALU) Arithmetic Unit Arithmetic unit perform basic arithmetic unit such as addition, subtraction, multiplication and division.It is consist of Arithmetic Circuits. Arithmetic Circuit: Adder: • It is device use to perform addition of two numbers. • It part of ALU.Some ALU contain multiple adders. Subtractor: • To subtract adder is modified. • It takes 2’s complement of number and add in the original to subtract a number. Logical Unit • It performs logical operation. It is used to compare two values / data.Such as less than, greater than, less than equal, greater than equal, equal, not equal Logical Circuit: They are used to compare values.Logical circuit consist of AND, OR NOT gates.It is easy to employ logic circuit with these operations. • AND: • It is a circuit which give output 1 if and only if all inputs are 1. • It gives output 0 if any of input is 0. • OR: • It is a circuit which gives output 1 if even a single input is 1. • It gives output 0 is all inputs are 0. • NOT: • It is a circuit which converts 0 into 1, and 1 into 0.
  • 13. Control Unit It is like the supervisor of the computer. It does not process data himself,But it controls all activities of computer system. It fetches instruction from main memory. It interrupts (decode) the instruction to find what operation is to be performed. It controls the execution of instruction.
  • 14. MEMORY UNIT It is a component in computer to store data and instruction. CPU has its own memory to store data and instruction at the time of execution.This is called memory unit (MU) or CPU Registers. It is the fastest storage area in the computer. They are available in different sizes like 8, 16, 32 and 64 bits.
  • 15. Machine Cycles • Each time the CPU executes an instruction, it takes a series of steps.The completed series of steps is called a machine cycle. • A machine cycle itself can be broken down into two smaller cycles: • Instruction cycle It performs fetching and decoding. • Execution cycle: It performs executing and storing.
  • 16. Factors Affecting Processing Speed There are some factors that affects the processing speed,as: Main Memory: These are small chips on the motherboard to store programs and data,such as, volatile memory and non-volatile memory. Registers: It controls the instructons to be executed next.The size of the registers, which is sometimes called the word size.The bigger the word size, the more quickly the computer can process a set of data.
  • 17. Types of Main Memory Volatile memory : • It requires power to hold data ,such as,Random Access Memory (RAM) . Nonvolatile memory: It holds data when power is off ,such as,Read-Only-Memory (ROM) ,Basic Input Output System (BIOS) ,Power On Self Test (POST) .
  • 18. More RAM Makes Computer to Run More Fast Virtual memory: • It is space on the computer storage devices(usually on the hard disk drive) that stimulates aditional RAM in the computer. • It moves the data and commands from RAM to the computer storage devices and swapping into the new data and commands to enables the program to run fast . • It is,however,slower than RAM. Chache memory: • Cache memory is high-speed memory that holds the most recent data and instructions that have been loaded by the CPU. • Cache is located directly on the CPU or between the CPU and RAM, making it faster than normal RAM.
  • 19. The Bus • A bus is an electrical path between the components of a computer. Data and instructions travel along these paths.
  • 20. Types of Bus • Data Bus: The data bus width determines how many bits can be transmitted between the CPU and other devices. •Address bus: The address bus runs only between the CPU and RAM and carries nothing but memory addresses for the CPU to use. •Expansion bus: Peripheral devices are connected to the CPU by an expansion bus. •Universal Serial Bus (USB): Universal Serial Bus (USB) enables many devices to be connected to one port. •Small Computer System Interface (SCSI): Small Computer System Interface (SCSI) is an older standard for extending the bus to multiple devices through a single port.