SlideShare a Scribd company logo
1 of 21
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

Memory modules
Memory modulesMemory modules
Memory modulesSana Sini
 
Computer Basics 101 Slide Show Presentation
Computer Basics 101 Slide Show PresentationComputer Basics 101 Slide Show Presentation
Computer Basics 101 Slide Show Presentationsluget
 
CPU-Central Processing Unit (With History and Complete Detail)
CPU-Central Processing Unit (With History and Complete Detail)CPU-Central Processing Unit (With History and Complete Detail)
CPU-Central Processing Unit (With History and Complete Detail)Adeel Rasheed
 
Von Neumann Architecture
Von Neumann ArchitectureVon Neumann Architecture
Von Neumann ArchitectureJawad Farooqi
 
Computer Architecture – An Introduction
Computer Architecture – An IntroductionComputer Architecture – An Introduction
Computer Architecture – An IntroductionDilum Bandara
 
Basic CPU (Central Processing Unit)
Basic CPU (Central Processing Unit)Basic CPU (Central Processing Unit)
Basic CPU (Central Processing Unit)Faraz Ahmed
 
Von Neumann Architecture
Von Neumann ArchitectureVon Neumann Architecture
Von Neumann ArchitectureZahid Rajeel
 
Operating Systems
Operating SystemsOperating Systems
Operating Systemsvampugani
 
Hard disk drive components
Hard disk drive componentsHard disk drive components
Hard disk drive componentsEtty94
 
information system lecture notes
information system lecture notesinformation system lecture notes
information system lecture notesnaeem_mnm
 

What's hot (20)

Memory modules
Memory modulesMemory modules
Memory modules
 
Computer history timeline
Computer history timelineComputer history timeline
Computer history timeline
 
Computer Basics 101 Slide Show Presentation
Computer Basics 101 Slide Show PresentationComputer Basics 101 Slide Show Presentation
Computer Basics 101 Slide Show Presentation
 
Categories of computer
Categories of computerCategories of computer
Categories of computer
 
CPU-Central Processing Unit (With History and Complete Detail)
CPU-Central Processing Unit (With History and Complete Detail)CPU-Central Processing Unit (With History and Complete Detail)
CPU-Central Processing Unit (With History and Complete Detail)
 
Introduction and brief history of computers
Introduction and brief history of computersIntroduction and brief history of computers
Introduction and brief history of computers
 
Von Neumann Architecture
Von Neumann ArchitectureVon Neumann Architecture
Von Neumann Architecture
 
Information processing cycle
Information processing cycleInformation processing cycle
Information processing cycle
 
How Computer Works
How Computer Works How Computer Works
How Computer Works
 
Types-of-computer-ppt
Types-of-computer-pptTypes-of-computer-ppt
Types-of-computer-ppt
 
Computer software
Computer softwareComputer software
Computer software
 
Computer Architecture – An Introduction
Computer Architecture – An IntroductionComputer Architecture – An Introduction
Computer Architecture – An Introduction
 
Basic CPU (Central Processing Unit)
Basic CPU (Central Processing Unit)Basic CPU (Central Processing Unit)
Basic CPU (Central Processing Unit)
 
File system
File systemFile system
File system
 
Von Neumann Architecture
Von Neumann ArchitectureVon Neumann Architecture
Von Neumann Architecture
 
CPU and Storage devices
CPU and Storage devicesCPU and Storage devices
CPU and Storage devices
 
Lecture 1 introduction to computing
Lecture 1 introduction to computingLecture 1 introduction to computing
Lecture 1 introduction to computing
 
Operating Systems
Operating SystemsOperating Systems
Operating Systems
 
Hard disk drive components
Hard disk drive componentsHard disk drive components
Hard disk drive components
 
information system lecture notes
information system lecture notesinformation system lecture notes
information system lecture notes
 

Similar to Transforming Data into Valuable Insights

fundamentalofcomputers-postaldeptt-150308230655-conversion-gate01.pdf
fundamentalofcomputers-postaldeptt-150308230655-conversion-gate01.pdffundamentalofcomputers-postaldeptt-150308230655-conversion-gate01.pdf
fundamentalofcomputers-postaldeptt-150308230655-conversion-gate01.pdfAlihaAzmat1
 
Computer Fundamentals.pptx
Computer Fundamentals.pptxComputer Fundamentals.pptx
Computer Fundamentals.pptxJaimeCanchela1
 
Basic Computer Skills.pptx
Basic Computer Skills.pptxBasic Computer Skills.pptx
Basic Computer Skills.pptxssuser504dda
 
1 fundamentals of computer
1 fundamentals of computer1 fundamentals of computer
1 fundamentals of computerBaliThorat1
 
Computer Architecture and Organization.pptx
Computer Architecture and Organization.pptxComputer Architecture and Organization.pptx
Computer Architecture and Organization.pptxLearnersCoach
 
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 3Ndubi Amos
 
Computer architecture pptx
Computer architecture pptxComputer architecture pptx
Computer architecture pptxMDSHABBIR12
 
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 1Ndubi Amos
 
Fundamentals of computer Part 1
Fundamentals of computer Part 1Fundamentals of computer Part 1
Fundamentals of computer Part 1SURBHI SAROHA
 
Computer Organization and Architecture.pptx
Computer Organization and Architecture.pptxComputer Organization and Architecture.pptx
Computer Organization and Architecture.pptxAshokRachapalli1
 
Intro to Computing Lec 1.pptx
Intro to Computing Lec 1.pptxIntro to Computing Lec 1.pptx
Intro to Computing Lec 1.pptxFalakNiaz15
 
Chapter1 introduction to computer systems
Chapter1 introduction to computer systemsChapter1 introduction to computer systems
Chapter1 introduction to computer systemsMuhammad Waqas
 
An overview of the computer system
An overview of the computer systemAn overview of the computer system
An overview of the computer systemMaryam Fida
 
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 Organisationluckyanirudhsai
 
COMPUTER CHAPTER 1 NOTES (1).pptx
COMPUTER CHAPTER 1 NOTES (1).pptxCOMPUTER CHAPTER 1 NOTES (1).pptx
COMPUTER CHAPTER 1 NOTES (1).pptx21BEE088SANKALP
 
computer networking
computer networking computer networking
computer networking Dhivya Kannan
 
Introduction to Digital Forensics
Introduction to Digital ForensicsIntroduction to Digital Forensics
Introduction to Digital ForensicsDon Caeiro
 

Similar to Transforming Data into Valuable Insights (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 PakistanBint-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 EducationBint-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

Pigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions
 
Artificial intelligence in the post-deep learning era
Artificial intelligence in the post-deep learning eraArtificial intelligence in the post-deep learning era
Artificial intelligence in the post-deep learning eraDeakin University
 
Pigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions
 
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Alan Dix
 
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024BookNet Canada
 
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | DelhiFULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhisoniya singh
 
Build your next Gen AI Breakthrough - April 2024
Build your next Gen AI Breakthrough - April 2024Build your next Gen AI Breakthrough - April 2024
Build your next Gen AI Breakthrough - April 2024Neo4j
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Allon Mureinik
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machinePadma Pradeep
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreternaman860154
 
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphSIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphNeo4j
 
Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Enterprise Knowledge
 
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptx
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptxMaking_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptx
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptxnull - The Open Security Community
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubKalema Edgar
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking MenDelhi Call girls
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxMalak Abu Hammad
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonetsnaman860154
 
Maximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxMaximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxOnBoard
 

Recently uploaded (20)

Pigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food Manufacturing
 
Artificial intelligence in the post-deep learning era
Artificial intelligence in the post-deep learning eraArtificial intelligence in the post-deep learning era
Artificial intelligence in the post-deep learning era
 
Pigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping Elbows
 
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
 
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
 
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | DelhiFULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
 
DMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special EditionDMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special Edition
 
Build your next Gen AI Breakthrough - April 2024
Build your next Gen AI Breakthrough - April 2024Build your next Gen AI Breakthrough - April 2024
Build your next Gen AI Breakthrough - April 2024
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machine
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreter
 
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphSIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
 
Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024
 
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptx
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptxMaking_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptx
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptx
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding Club
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptx
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonets
 
Vulnerability_Management_GRC_by Sohang Sengupta.pptx
Vulnerability_Management_GRC_by Sohang Sengupta.pptxVulnerability_Management_GRC_by Sohang Sengupta.pptx
Vulnerability_Management_GRC_by Sohang Sengupta.pptx
 
Maximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxMaximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptx
 

Transforming Data into Valuable Insights

  • 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.