SlideShare a Scribd company logo
1. Data Information
Content
 Introduction
 Transforming data into information
 Data representation in Computer
 Summary
Introduction
 The computer accepts data as an input, stores it
process it as the user requires and produces
information or processed data as an output in
desired format.
 Computer is one of the major component of an
Information Technology and is gaining increasing
popularity.
 Basic Computer operations:
 It accepts data or instruction by way of input.
 It stores data.
 It can process data as required by the user.
 It gives result in form of output .
 It controls all operations inside a computer.
Transforming data into information
The process of producing results from the data for getting useful
information can be termed as Transforming Data Into
Information.
 What is Data?
Data can be defined as a representation of facts, concepts or
instruction in a formalized manner which should be suitable
for communication , interpretation or processing by human or
electronic machine.
Data is represented with the help of characters like alphabets
(A-Z, a-z), digits (0-9) or special characters(+,-,/,*,<,>,= etc).
 What is Information?
 Information is organized or classified data so that it has some
meaningful values to the receiver. Information is the processed
data on which decisions and actions are based.
 For the decision to be meaningful, the processed data must
qualify for the following characteristics
 Timely - Information should be available when required.
 Accuracy - Information should be accurate.
 Completeness - Information should be complete.
 DATA PROCESSING:
 Data processing is the re-structuring or re-ordering of data
by people or machine to increase their usefulness & add
values for particular purpose.
 Data processing consists of basic steps input, processing
and output. These three steps constitute the data processing
cycle.
Data Processing Cycle
 Input –
In this step the input data are prepared in some convenient form for processing.
The form will depend on the processing machine. For example, when electronic
computers are used, the input data could be recorded on any one of several types
of input medium, such as magnetic disks, tapes and so on.
 Processing –
In this step input data are changed to produce data in a more useful form. For
example, pay-checks may be calculated from the time cards, or a summary of sales
for the month may be calculated from the sales orders.
 Output –
Here the result of the proceeding processing step are collected. The particular
form of the output data depends on the use of the data. For example, output data
may be pay-checks for employees.
 Storage –
Finally the storage unit is used to store data or information permanently.
Basic Computer Operations
Transforming data into information
 Functional Units
 The computer system is divided into three separate units for its
operation. They are:
 Arithmetic Logical unit
 Control Unit
 Central Processing Unit
Transforming data into information
 Functional Units
 Arithmetic Logical Unit {ALU}:
 After you enter data through input device it is stored in the
primary storage unit.
 The actual processing of the data and instruction are
performed by Arithmetic Logical Unit.
 Operation performed by the ALU are:
 Addition
 Subtraction
 Multiplication
 Division
 Logic
 Comparison
Arithmetic Logical Unit (ALU)
Transforming data into information
 Functional Units
 Control Unit (CU):
 Acts like the supervisor seeing that things are done in proper
fashion.
 Determines the sequence in which computer programs and
instructions are executed.
Control Unit
Transforming data into information
 Functional Units
 Central Processing Unit (CPU):
 The ALU and the CU of a computer system are jointly known as
the central processing unit.
 CPU can be called Brain of any computer system.
 It takes all major decisions, makes all sorts of calculations and
directs different parts of the computer functions by activating and
controlling the operation.
Data representation in Computer
 Instruction data representation considers how a
computer uses numbers to represent data inside the
computer.
 Three types of data are considered at this stage:
 Number including positive , negative and fractions
 Text
 Graphics
What is Computer
Number System?
COMPUTER -NUMBER SYSTEM
 When we type some letters or words, the computer
translates them in numbers as computers can
understand only numbers.
 A computer can understand positional number system
where there are only a few symbols called digits and
these symbols represent different values depending on
the position they occupy in the number.
 A value of each digit in a number can be determined
using
 The digit
 The position of the digit in the number
 The base of the number system (where base is defined as the total
number of digits available in the number system).
 Decimal Number System
 The number system that we use in our day-to-day life is the
decimal number system. Decimal number system has base
10 as it uses 10 digits from 0 to 9. In decimal number
system, the successive positions to the left of the decimal
point represent units, tens, hundreds, thousands and so on.
 Each position represents a specific power of the base (10).
 For example 1234 can be written as:
(1x1000)+ (2x100)+ (3x10)+ (4xl)
(1x103)+ (2x102)+ (3x101)+ (4xl00)
1000 + 200 + 30 + 1
1234
 As a computer programmer or an IT professional,
you should understand the following number
systems which are frequently used in computers.
S.N. Number System & Description
1 Binary Number System
Base 2. Digits used: 0, 1
2 Octal Number System
Base 8. Digits used: 0 to 7
3 Hexa Decimal Number System
Base 16. Digits used: 0 to 9, Letters used: A- F
 Binary Number System
 Uses two digits, 0 and 1.
 Also called base 2 number system
 Each position in a binary number represents a 0 power of
the base (2). Example 20
 Octal Number System
 Uses eight digits, 0,1,2,3,4,5,6,7.
 Also called base 8 number system
 Each position in a octal number represents a 0 power of the
base (8). Example 80
 Hexadecimal Number System
 Uses 10 digits and 6 letters, 0,1,2,3,4,5,6,7,8,9,A,B,C,D,E,F.
 Letters represents numbers starting from 10. A = 10. B = 11, C
= 12, D = 13, E = 14, F = 15.
 Also called base 16 number system
 Each position in a hexadecimal number represents a 0 power
of the base (16). Example 160
Data representation in Computer
 Decimal representation in computers
Decimal Binary coded decimal
0 0000
1 0001
2 0010
3 0011
4 0100
5 0101
6 0111
7 1000
8 1001
9 00010000
10 00010001
11 00010010
12 00010011
Data representation in Computer
 Alphanumeric Representation
 A set containing alphabets (in both cases), the decimal digits (1
0 in number) and special characters (roughly 10-15 in numbers)
consist of at lea 70-80 elements. One such code generated for
this set and is popularly used is ASCII (American National
Standard Code for Information Interchange).
 This code uses 7bits to represent 128 characters. Now an
extended ASCII is used having 8-bit character representation
code on Microcomputer.
 Binary codes can be formulated for any set of discrete elements.
Data representation in Computer
 Computational Data Representation
 The computer is discrete digital and store information in flip-
flops, which are two state devices, in binary form.
 Basic requirements of the computational data representation
in binary form are:
 Representation of sign
 Representation of magnitude
 If the number is fractional then binary or decimal point and
exponent.
 The solution to sign representation is easy, because sign can be
either positive or negative, therefore, one bit can be used to
represent sign. By default it should be the left most bit.
 A number of n bits can be represented as n+1 bit number, where
n+1th bit is the sign bit and rest n bits represent its magnitude.
 To simplify the representation aspect two methods are suggested:
 A) Fixed point representation
• The fixed-point numbers bit 1 binary uses a sign bit. A positive number
have a sign bit 0, while the negative has a sign bit 1. In fixed-point
numbers we assume that the positive of the binary point is at the end.
 B) Decimal Fixed point representation
• A decimal digit is represented as a combination of four bits; thus, a four
digit decimal number will require16 bits for decimal digits
representation and additional 1 bit for sign.
 C) Floating point representation
• The first part of the number is a signed fixed point number, which is
termed as mantissa and the second part specifies the decimal or binary
point position and is termed as an Exponent.
Summary
 The five basic operations that a computer performs. These are
input, storage, processing, output and control.
 A computer accepts data as input, stores it, processes it as the
user requires and provides the output in a desired format.
 Computer system into three functional units i.e. Arithmetic
logical unit (ALU), Control unit (CU), Central processing unit.
 Number System

More Related Content

What's hot

Number Systems
Number SystemsNumber Systems
Number Systems
Gaditek
 
Data representation
Data representationData representation
Data representation
Prof. Dr. K. Adisesha
 
Number system
Number system Number system
Number system
Anirban Saha Anik
 
Data representation
Data representationData representation
Data representation
Prashant Saurabh
 
Digital representation
Digital representationDigital representation
Digital representation
Khlaire Paño
 
[1] Data Representation
[1] Data Representation[1] Data Representation
[1] Data Representation
Mr McAlpine
 
Binary Digital representation
Binary Digital representationBinary Digital representation
Binary Digital representation
Sylvia Alvaro
 
Class2
Class2Class2
Class2
guest046c293
 
Data representation
 Data representation Data representation
Data representation
Ashraf Miraz
 
Topic 1 Data Representation
Topic 1 Data RepresentationTopic 1 Data Representation
Topic 1 Data Representation
ekul
 
Chapter 03 number system 2o-p
Chapter 03 number system 2o-pChapter 03 number system 2o-p
Chapter 03 number system 2o-p
IIUI
 
CS3C - Jonbon Libreja
CS3C - Jonbon LibrejaCS3C - Jonbon Libreja
CS3C - Jonbon Libreja
Pog Arenas
 
Number system
Number systemNumber system
Number system
Suraj Bora
 
Binary, Decimal and Hexadecimal
Binary, Decimal and HexadecimalBinary, Decimal and Hexadecimal
Binary, Decimal and Hexadecimal
UthraSowrirajan1
 
Computers numbering systems
Computers   numbering systemsComputers   numbering systems
Computers numbering systems
sld1950
 
Data representation
Data representationData representation
Data representation
MAGADH UNIVERSITY,BOADH GAYA
 
Data representation
Data representationData representation
Data representation
rozanadiana
 
Computer Systems Data Representation
Computer Systems   Data RepresentationComputer Systems   Data Representation
Computer Systems Data Representation
iarthur
 
Data processing and analysis
Data processing and analysisData processing and analysis
Data processing and analysis
Mah Noor
 
Data repersentation.
Data repersentation.Data repersentation.
Data repersentation.
Ritesh Saini
 

What's hot (20)

Number Systems
Number SystemsNumber Systems
Number Systems
 
Data representation
Data representationData representation
Data representation
 
Number system
Number system Number system
Number system
 
Data representation
Data representationData representation
Data representation
 
Digital representation
Digital representationDigital representation
Digital representation
 
[1] Data Representation
[1] Data Representation[1] Data Representation
[1] Data Representation
 
Binary Digital representation
Binary Digital representationBinary Digital representation
Binary Digital representation
 
Class2
Class2Class2
Class2
 
Data representation
 Data representation Data representation
Data representation
 
Topic 1 Data Representation
Topic 1 Data RepresentationTopic 1 Data Representation
Topic 1 Data Representation
 
Chapter 03 number system 2o-p
Chapter 03 number system 2o-pChapter 03 number system 2o-p
Chapter 03 number system 2o-p
 
CS3C - Jonbon Libreja
CS3C - Jonbon LibrejaCS3C - Jonbon Libreja
CS3C - Jonbon Libreja
 
Number system
Number systemNumber system
Number system
 
Binary, Decimal and Hexadecimal
Binary, Decimal and HexadecimalBinary, Decimal and Hexadecimal
Binary, Decimal and Hexadecimal
 
Computers numbering systems
Computers   numbering systemsComputers   numbering systems
Computers numbering systems
 
Data representation
Data representationData representation
Data representation
 
Data representation
Data representationData representation
Data representation
 
Computer Systems Data Representation
Computer Systems   Data RepresentationComputer Systems   Data Representation
Computer Systems Data Representation
 
Data processing and analysis
Data processing and analysisData processing and analysis
Data processing and analysis
 
Data repersentation.
Data repersentation.Data repersentation.
Data repersentation.
 

Viewers also liked

Don pelayo
Don pelayoDon pelayo
Don pelayo
152535455565758595
 
Reading
ReadingReading
Reading
anycacan
 
Don pelayo
Don pelayoDon pelayo
Don pelayo
152535455565758595
 
Don pelayo
Don pelayoDon pelayo
Don pelayo
152535455565758595
 
Don pelayo
Don pelayoDon pelayo
Don pelayo
152535455565758595
 
Public speaking
Public speakingPublic speaking
Public speaking
anycacan
 
learning english by using media
learning english by using medialearning english by using media
learning english by using media
trisca
 
Doszier presentation
Doszier presentationDoszier presentation
Doszier presentation
doszier
 
Don pelayo
Don pelayoDon pelayo
Don pelayo
152535455565758595
 
Kelompok 6
Kelompok 6Kelompok 6
Kelompok 6
anycacan
 
Earth Science G10 Module 1 Activity 1
Earth Science G10 Module 1 Activity 1Earth Science G10 Module 1 Activity 1
Earth Science G10 Module 1 Activity 1
Alfred Gico
 
Trisca vocabulary test
Trisca vocabulary testTrisca vocabulary test
Trisca vocabulary test
trisca
 
GROUP COMMUNICATION
GROUP COMMUNICATIONGROUP COMMUNICATION
GROUP COMMUNICATION
trisca
 

Viewers also liked (13)

Don pelayo
Don pelayoDon pelayo
Don pelayo
 
Reading
ReadingReading
Reading
 
Don pelayo
Don pelayoDon pelayo
Don pelayo
 
Don pelayo
Don pelayoDon pelayo
Don pelayo
 
Don pelayo
Don pelayoDon pelayo
Don pelayo
 
Public speaking
Public speakingPublic speaking
Public speaking
 
learning english by using media
learning english by using medialearning english by using media
learning english by using media
 
Doszier presentation
Doszier presentationDoszier presentation
Doszier presentation
 
Don pelayo
Don pelayoDon pelayo
Don pelayo
 
Kelompok 6
Kelompok 6Kelompok 6
Kelompok 6
 
Earth Science G10 Module 1 Activity 1
Earth Science G10 Module 1 Activity 1Earth Science G10 Module 1 Activity 1
Earth Science G10 Module 1 Activity 1
 
Trisca vocabulary test
Trisca vocabulary testTrisca vocabulary test
Trisca vocabulary test
 
GROUP COMMUNICATION
GROUP COMMUNICATIONGROUP COMMUNICATION
GROUP COMMUNICATION
 

Similar to 1.Data information

Introduction to digital computers and Number systems.pptx
Introduction to digital computers and Number systems.pptxIntroduction to digital computers and Number systems.pptx
Introduction to digital computers and Number systems.pptx
BhawaniShankarSahu1
 
It tools and buisness system.docx
It tools and buisness system.docxIt tools and buisness system.docx
It tools and buisness system.docx
hinditutorialspoint
 
Documentation BP205T Computer Application in pharmacy Documentation .pdf
Documentation BP205T Computer Application in pharmacy Documentation .pdfDocumentation BP205T Computer Application in pharmacy Documentation .pdf
Documentation BP205T Computer Application in pharmacy Documentation .pdf
Rati Bhan
 
chapter one && two.pdf
chapter one && two.pdfchapter one && two.pdf
chapter one && two.pdf
miftah88
 
COA Unit-1.pdf
COA Unit-1.pdfCOA Unit-1.pdf
COA Unit-1.pdf
Adhiraj Mishra
 
Introduction to computer hardware
Introduction to computer hardwareIntroduction to computer hardware
Introduction to computer hardware
K. A. M Lutfullah
 
mis for IT.pptx
mis for IT.pptxmis for IT.pptx
mis for IT.pptx
kaiwanak
 
Presentation of ICT.ppt.pptx
Presentation of ICT.ppt.pptxPresentation of ICT.ppt.pptx
Presentation of ICT.ppt.pptx
MinahilUmar1
 
NUMBER SYSTEM.pptx
NUMBER SYSTEM.pptxNUMBER SYSTEM.pptx
NUMBER SYSTEM.pptx
NathanielRapanut2
 
DLD Chapter-1.pdf
DLD Chapter-1.pdfDLD Chapter-1.pdf
DLD Chapter-1.pdf
TamiratDejene1
 
Introduction to Computer Fundamentals
Introduction to Computer FundamentalsIntroduction to Computer Fundamentals
Introduction to Computer Fundamentals
shivanichauhan1953
 
System concept and hardware
System concept and hardwareSystem concept and hardware
System concept and hardware
fiza1975
 
Computer data processing
Computer data processingComputer data processing
Computer data processing
Lam To
 
Understanding Computers - Today and Tomorrow
Understanding Computers - Today and TomorrowUnderstanding Computers - Today and Tomorrow
Understanding Computers - Today and Tomorrow
GufranAhmadJU
 
TLE – ICT 8 Digital Mensuration II.pptx
TLE – ICT 8 Digital Mensuration II.pptxTLE – ICT 8 Digital Mensuration II.pptx
TLE – ICT 8 Digital Mensuration II.pptx
judechristopher3
 
Chapter 1: Binary System
 Chapter 1: Binary System Chapter 1: Binary System
Chapter 1: Binary System
Er. Nawaraj Bhandari
 
Int Cs Rev
Int Cs RevInt Cs Rev
Int Cs Rev
northVU
 
Data representation
Data representationData representation
Data representation
Mysore
 
PROGRAM LOGIC AND FORMULATION
PROGRAM LOGIC AND FORMULATIONPROGRAM LOGIC AND FORMULATION
PROGRAM LOGIC AND FORMULATION
Joland Reambillo
 
Informations Technology
Informations TechnologyInformations Technology
Informations Technology
Riazuddin Ahmed
 

Similar to 1.Data information (20)

Introduction to digital computers and Number systems.pptx
Introduction to digital computers and Number systems.pptxIntroduction to digital computers and Number systems.pptx
Introduction to digital computers and Number systems.pptx
 
It tools and buisness system.docx
It tools and buisness system.docxIt tools and buisness system.docx
It tools and buisness system.docx
 
Documentation BP205T Computer Application in pharmacy Documentation .pdf
Documentation BP205T Computer Application in pharmacy Documentation .pdfDocumentation BP205T Computer Application in pharmacy Documentation .pdf
Documentation BP205T Computer Application in pharmacy Documentation .pdf
 
chapter one && two.pdf
chapter one && two.pdfchapter one && two.pdf
chapter one && two.pdf
 
COA Unit-1.pdf
COA Unit-1.pdfCOA Unit-1.pdf
COA Unit-1.pdf
 
Introduction to computer hardware
Introduction to computer hardwareIntroduction to computer hardware
Introduction to computer hardware
 
mis for IT.pptx
mis for IT.pptxmis for IT.pptx
mis for IT.pptx
 
Presentation of ICT.ppt.pptx
Presentation of ICT.ppt.pptxPresentation of ICT.ppt.pptx
Presentation of ICT.ppt.pptx
 
NUMBER SYSTEM.pptx
NUMBER SYSTEM.pptxNUMBER SYSTEM.pptx
NUMBER SYSTEM.pptx
 
DLD Chapter-1.pdf
DLD Chapter-1.pdfDLD Chapter-1.pdf
DLD Chapter-1.pdf
 
Introduction to Computer Fundamentals
Introduction to Computer FundamentalsIntroduction to Computer Fundamentals
Introduction to Computer Fundamentals
 
System concept and hardware
System concept and hardwareSystem concept and hardware
System concept and hardware
 
Computer data processing
Computer data processingComputer data processing
Computer data processing
 
Understanding Computers - Today and Tomorrow
Understanding Computers - Today and TomorrowUnderstanding Computers - Today and Tomorrow
Understanding Computers - Today and Tomorrow
 
TLE – ICT 8 Digital Mensuration II.pptx
TLE – ICT 8 Digital Mensuration II.pptxTLE – ICT 8 Digital Mensuration II.pptx
TLE – ICT 8 Digital Mensuration II.pptx
 
Chapter 1: Binary System
 Chapter 1: Binary System Chapter 1: Binary System
Chapter 1: Binary System
 
Int Cs Rev
Int Cs RevInt Cs Rev
Int Cs Rev
 
Data representation
Data representationData representation
Data representation
 
PROGRAM LOGIC AND FORMULATION
PROGRAM LOGIC AND FORMULATIONPROGRAM LOGIC AND FORMULATION
PROGRAM LOGIC AND FORMULATION
 
Informations Technology
Informations TechnologyInformations Technology
Informations Technology
 

Recently uploaded

みなさんこんにちはこれ何文字まで入るの?40文字以下不可とか本当に意味わからないけどこれ限界文字数書いてないからマジでやばい文字数いけるんじゃないの?えこ...
みなさんこんにちはこれ何文字まで入るの?40文字以下不可とか本当に意味わからないけどこれ限界文字数書いてないからマジでやばい文字数いけるんじゃないの?えこ...みなさんこんにちはこれ何文字まで入るの?40文字以下不可とか本当に意味わからないけどこれ限界文字数書いてないからマジでやばい文字数いけるんじゃないの?えこ...
みなさんこんにちはこれ何文字まで入るの?40文字以下不可とか本当に意味わからないけどこれ限界文字数書いてないからマジでやばい文字数いけるんじゃないの?えこ...
名前 です男
 
Securing your Kubernetes cluster_ a step-by-step guide to success !
Securing your Kubernetes cluster_ a step-by-step guide to success !Securing your Kubernetes cluster_ a step-by-step guide to success !
Securing your Kubernetes cluster_ a step-by-step guide to success !
KatiaHIMEUR1
 
20 Comprehensive Checklist of Designing and Developing a Website
20 Comprehensive Checklist of Designing and Developing a Website20 Comprehensive Checklist of Designing and Developing a Website
20 Comprehensive Checklist of Designing and Developing a Website
Pixlogix Infotech
 
Communications Mining Series - Zero to Hero - Session 1
Communications Mining Series - Zero to Hero - Session 1Communications Mining Series - Zero to Hero - Session 1
Communications Mining Series - Zero to Hero - Session 1
DianaGray10
 
Full-RAG: A modern architecture for hyper-personalization
Full-RAG: A modern architecture for hyper-personalizationFull-RAG: A modern architecture for hyper-personalization
Full-RAG: A modern architecture for hyper-personalization
Zilliz
 
Presentation of the OECD Artificial Intelligence Review of Germany
Presentation of the OECD Artificial Intelligence Review of GermanyPresentation of the OECD Artificial Intelligence Review of Germany
Presentation of the OECD Artificial Intelligence Review of Germany
innovationoecd
 
GraphSummit Singapore | Enhancing Changi Airport Group's Passenger Experience...
GraphSummit Singapore | Enhancing Changi Airport Group's Passenger Experience...GraphSummit Singapore | Enhancing Changi Airport Group's Passenger Experience...
GraphSummit Singapore | Enhancing Changi Airport Group's Passenger Experience...
Neo4j
 
Removing Uninteresting Bytes in Software Fuzzing
Removing Uninteresting Bytes in Software FuzzingRemoving Uninteresting Bytes in Software Fuzzing
Removing Uninteresting Bytes in Software Fuzzing
Aftab Hussain
 
Climate Impact of Software Testing at Nordic Testing Days
Climate Impact of Software Testing at Nordic Testing DaysClimate Impact of Software Testing at Nordic Testing Days
Climate Impact of Software Testing at Nordic Testing Days
Kari Kakkonen
 
Pushing the limits of ePRTC: 100ns holdover for 100 days
Pushing the limits of ePRTC: 100ns holdover for 100 daysPushing the limits of ePRTC: 100ns holdover for 100 days
Pushing the limits of ePRTC: 100ns holdover for 100 days
Adtran
 
A tale of scale & speed: How the US Navy is enabling software delivery from l...
A tale of scale & speed: How the US Navy is enabling software delivery from l...A tale of scale & speed: How the US Navy is enabling software delivery from l...
A tale of scale & speed: How the US Navy is enabling software delivery from l...
sonjaschweigert1
 
Essentials of Automations: The Art of Triggers and Actions in FME
Essentials of Automations: The Art of Triggers and Actions in FMEEssentials of Automations: The Art of Triggers and Actions in FME
Essentials of Automations: The Art of Triggers and Actions in FME
Safe Software
 
Let's Integrate MuleSoft RPA, COMPOSER, APM with AWS IDP along with Slack
Let's Integrate MuleSoft RPA, COMPOSER, APM with AWS IDP along with SlackLet's Integrate MuleSoft RPA, COMPOSER, APM with AWS IDP along with Slack
Let's Integrate MuleSoft RPA, COMPOSER, APM with AWS IDP along with Slack
shyamraj55
 
How to Get CNIC Information System with Paksim Ga.pptx
How to Get CNIC Information System with Paksim Ga.pptxHow to Get CNIC Information System with Paksim Ga.pptx
How to Get CNIC Information System with Paksim Ga.pptx
danishmna97
 
TrustArc Webinar - 2024 Global Privacy Survey
TrustArc Webinar - 2024 Global Privacy SurveyTrustArc Webinar - 2024 Global Privacy Survey
TrustArc Webinar - 2024 Global Privacy Survey
TrustArc
 
Goodbye Windows 11: Make Way for Nitrux Linux 3.5.0!
Goodbye Windows 11: Make Way for Nitrux Linux 3.5.0!Goodbye Windows 11: Make Way for Nitrux Linux 3.5.0!
Goodbye Windows 11: Make Way for Nitrux Linux 3.5.0!
SOFTTECHHUB
 
Cosa hanno in comune un mattoncino Lego e la backdoor XZ?
Cosa hanno in comune un mattoncino Lego e la backdoor XZ?Cosa hanno in comune un mattoncino Lego e la backdoor XZ?
Cosa hanno in comune un mattoncino Lego e la backdoor XZ?
Speck&Tech
 
Alt. GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using ...
Alt. GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using ...Alt. GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using ...
Alt. GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using ...
James Anderson
 
GraphSummit Singapore | Neo4j Product Vision & Roadmap - Q2 2024
GraphSummit Singapore | Neo4j Product Vision & Roadmap - Q2 2024GraphSummit Singapore | Neo4j Product Vision & Roadmap - Q2 2024
GraphSummit Singapore | Neo4j Product Vision & Roadmap - Q2 2024
Neo4j
 
Why You Should Replace Windows 11 with Nitrux Linux 3.5.0 for enhanced perfor...
Why You Should Replace Windows 11 with Nitrux Linux 3.5.0 for enhanced perfor...Why You Should Replace Windows 11 with Nitrux Linux 3.5.0 for enhanced perfor...
Why You Should Replace Windows 11 with Nitrux Linux 3.5.0 for enhanced perfor...
SOFTTECHHUB
 

Recently uploaded (20)

みなさんこんにちはこれ何文字まで入るの?40文字以下不可とか本当に意味わからないけどこれ限界文字数書いてないからマジでやばい文字数いけるんじゃないの?えこ...
みなさんこんにちはこれ何文字まで入るの?40文字以下不可とか本当に意味わからないけどこれ限界文字数書いてないからマジでやばい文字数いけるんじゃないの?えこ...みなさんこんにちはこれ何文字まで入るの?40文字以下不可とか本当に意味わからないけどこれ限界文字数書いてないからマジでやばい文字数いけるんじゃないの?えこ...
みなさんこんにちはこれ何文字まで入るの?40文字以下不可とか本当に意味わからないけどこれ限界文字数書いてないからマジでやばい文字数いけるんじゃないの?えこ...
 
Securing your Kubernetes cluster_ a step-by-step guide to success !
Securing your Kubernetes cluster_ a step-by-step guide to success !Securing your Kubernetes cluster_ a step-by-step guide to success !
Securing your Kubernetes cluster_ a step-by-step guide to success !
 
20 Comprehensive Checklist of Designing and Developing a Website
20 Comprehensive Checklist of Designing and Developing a Website20 Comprehensive Checklist of Designing and Developing a Website
20 Comprehensive Checklist of Designing and Developing a Website
 
Communications Mining Series - Zero to Hero - Session 1
Communications Mining Series - Zero to Hero - Session 1Communications Mining Series - Zero to Hero - Session 1
Communications Mining Series - Zero to Hero - Session 1
 
Full-RAG: A modern architecture for hyper-personalization
Full-RAG: A modern architecture for hyper-personalizationFull-RAG: A modern architecture for hyper-personalization
Full-RAG: A modern architecture for hyper-personalization
 
Presentation of the OECD Artificial Intelligence Review of Germany
Presentation of the OECD Artificial Intelligence Review of GermanyPresentation of the OECD Artificial Intelligence Review of Germany
Presentation of the OECD Artificial Intelligence Review of Germany
 
GraphSummit Singapore | Enhancing Changi Airport Group's Passenger Experience...
GraphSummit Singapore | Enhancing Changi Airport Group's Passenger Experience...GraphSummit Singapore | Enhancing Changi Airport Group's Passenger Experience...
GraphSummit Singapore | Enhancing Changi Airport Group's Passenger Experience...
 
Removing Uninteresting Bytes in Software Fuzzing
Removing Uninteresting Bytes in Software FuzzingRemoving Uninteresting Bytes in Software Fuzzing
Removing Uninteresting Bytes in Software Fuzzing
 
Climate Impact of Software Testing at Nordic Testing Days
Climate Impact of Software Testing at Nordic Testing DaysClimate Impact of Software Testing at Nordic Testing Days
Climate Impact of Software Testing at Nordic Testing Days
 
Pushing the limits of ePRTC: 100ns holdover for 100 days
Pushing the limits of ePRTC: 100ns holdover for 100 daysPushing the limits of ePRTC: 100ns holdover for 100 days
Pushing the limits of ePRTC: 100ns holdover for 100 days
 
A tale of scale & speed: How the US Navy is enabling software delivery from l...
A tale of scale & speed: How the US Navy is enabling software delivery from l...A tale of scale & speed: How the US Navy is enabling software delivery from l...
A tale of scale & speed: How the US Navy is enabling software delivery from l...
 
Essentials of Automations: The Art of Triggers and Actions in FME
Essentials of Automations: The Art of Triggers and Actions in FMEEssentials of Automations: The Art of Triggers and Actions in FME
Essentials of Automations: The Art of Triggers and Actions in FME
 
Let's Integrate MuleSoft RPA, COMPOSER, APM with AWS IDP along with Slack
Let's Integrate MuleSoft RPA, COMPOSER, APM with AWS IDP along with SlackLet's Integrate MuleSoft RPA, COMPOSER, APM with AWS IDP along with Slack
Let's Integrate MuleSoft RPA, COMPOSER, APM with AWS IDP along with Slack
 
How to Get CNIC Information System with Paksim Ga.pptx
How to Get CNIC Information System with Paksim Ga.pptxHow to Get CNIC Information System with Paksim Ga.pptx
How to Get CNIC Information System with Paksim Ga.pptx
 
TrustArc Webinar - 2024 Global Privacy Survey
TrustArc Webinar - 2024 Global Privacy SurveyTrustArc Webinar - 2024 Global Privacy Survey
TrustArc Webinar - 2024 Global Privacy Survey
 
Goodbye Windows 11: Make Way for Nitrux Linux 3.5.0!
Goodbye Windows 11: Make Way for Nitrux Linux 3.5.0!Goodbye Windows 11: Make Way for Nitrux Linux 3.5.0!
Goodbye Windows 11: Make Way for Nitrux Linux 3.5.0!
 
Cosa hanno in comune un mattoncino Lego e la backdoor XZ?
Cosa hanno in comune un mattoncino Lego e la backdoor XZ?Cosa hanno in comune un mattoncino Lego e la backdoor XZ?
Cosa hanno in comune un mattoncino Lego e la backdoor XZ?
 
Alt. GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using ...
Alt. GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using ...Alt. GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using ...
Alt. GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using ...
 
GraphSummit Singapore | Neo4j Product Vision & Roadmap - Q2 2024
GraphSummit Singapore | Neo4j Product Vision & Roadmap - Q2 2024GraphSummit Singapore | Neo4j Product Vision & Roadmap - Q2 2024
GraphSummit Singapore | Neo4j Product Vision & Roadmap - Q2 2024
 
Why You Should Replace Windows 11 with Nitrux Linux 3.5.0 for enhanced perfor...
Why You Should Replace Windows 11 with Nitrux Linux 3.5.0 for enhanced perfor...Why You Should Replace Windows 11 with Nitrux Linux 3.5.0 for enhanced perfor...
Why You Should Replace Windows 11 with Nitrux Linux 3.5.0 for enhanced perfor...
 

1.Data information

  • 2. Content  Introduction  Transforming data into information  Data representation in Computer  Summary
  • 3. Introduction  The computer accepts data as an input, stores it process it as the user requires and produces information or processed data as an output in desired format.  Computer is one of the major component of an Information Technology and is gaining increasing popularity.  Basic Computer operations:  It accepts data or instruction by way of input.  It stores data.  It can process data as required by the user.  It gives result in form of output .  It controls all operations inside a computer.
  • 4. Transforming data into information The process of producing results from the data for getting useful information can be termed as Transforming Data Into Information.
  • 5.  What is Data? Data can be defined as a representation of facts, concepts or instruction in a formalized manner which should be suitable for communication , interpretation or processing by human or electronic machine. Data is represented with the help of characters like alphabets (A-Z, a-z), digits (0-9) or special characters(+,-,/,*,<,>,= etc).
  • 6.  What is Information?  Information is organized or classified data so that it has some meaningful values to the receiver. Information is the processed data on which decisions and actions are based.  For the decision to be meaningful, the processed data must qualify for the following characteristics  Timely - Information should be available when required.  Accuracy - Information should be accurate.  Completeness - Information should be complete.
  • 7.  DATA PROCESSING:  Data processing is the re-structuring or re-ordering of data by people or machine to increase their usefulness & add values for particular purpose.  Data processing consists of basic steps input, processing and output. These three steps constitute the data processing cycle.
  • 9.  Input – In this step the input data are prepared in some convenient form for processing. The form will depend on the processing machine. For example, when electronic computers are used, the input data could be recorded on any one of several types of input medium, such as magnetic disks, tapes and so on.  Processing – In this step input data are changed to produce data in a more useful form. For example, pay-checks may be calculated from the time cards, or a summary of sales for the month may be calculated from the sales orders.  Output – Here the result of the proceeding processing step are collected. The particular form of the output data depends on the use of the data. For example, output data may be pay-checks for employees.  Storage – Finally the storage unit is used to store data or information permanently.
  • 11. Transforming data into information  Functional Units  The computer system is divided into three separate units for its operation. They are:  Arithmetic Logical unit  Control Unit  Central Processing Unit
  • 12. Transforming data into information  Functional Units  Arithmetic Logical Unit {ALU}:  After you enter data through input device it is stored in the primary storage unit.  The actual processing of the data and instruction are performed by Arithmetic Logical Unit.  Operation performed by the ALU are:  Addition  Subtraction  Multiplication  Division  Logic  Comparison
  • 14. Transforming data into information  Functional Units  Control Unit (CU):  Acts like the supervisor seeing that things are done in proper fashion.  Determines the sequence in which computer programs and instructions are executed.
  • 16. Transforming data into information  Functional Units  Central Processing Unit (CPU):  The ALU and the CU of a computer system are jointly known as the central processing unit.  CPU can be called Brain of any computer system.  It takes all major decisions, makes all sorts of calculations and directs different parts of the computer functions by activating and controlling the operation.
  • 17.
  • 18. Data representation in Computer  Instruction data representation considers how a computer uses numbers to represent data inside the computer.  Three types of data are considered at this stage:  Number including positive , negative and fractions  Text  Graphics
  • 20. COMPUTER -NUMBER SYSTEM  When we type some letters or words, the computer translates them in numbers as computers can understand only numbers.  A computer can understand positional number system where there are only a few symbols called digits and these symbols represent different values depending on the position they occupy in the number.  A value of each digit in a number can be determined using  The digit  The position of the digit in the number  The base of the number system (where base is defined as the total number of digits available in the number system).
  • 21.  Decimal Number System  The number system that we use in our day-to-day life is the decimal number system. Decimal number system has base 10 as it uses 10 digits from 0 to 9. In decimal number system, the successive positions to the left of the decimal point represent units, tens, hundreds, thousands and so on.  Each position represents a specific power of the base (10).  For example 1234 can be written as: (1x1000)+ (2x100)+ (3x10)+ (4xl) (1x103)+ (2x102)+ (3x101)+ (4xl00) 1000 + 200 + 30 + 1 1234
  • 22.  As a computer programmer or an IT professional, you should understand the following number systems which are frequently used in computers. S.N. Number System & Description 1 Binary Number System Base 2. Digits used: 0, 1 2 Octal Number System Base 8. Digits used: 0 to 7 3 Hexa Decimal Number System Base 16. Digits used: 0 to 9, Letters used: A- F
  • 23.  Binary Number System  Uses two digits, 0 and 1.  Also called base 2 number system  Each position in a binary number represents a 0 power of the base (2). Example 20
  • 24.
  • 25.  Octal Number System  Uses eight digits, 0,1,2,3,4,5,6,7.  Also called base 8 number system  Each position in a octal number represents a 0 power of the base (8). Example 80
  • 26.
  • 27.  Hexadecimal Number System  Uses 10 digits and 6 letters, 0,1,2,3,4,5,6,7,8,9,A,B,C,D,E,F.  Letters represents numbers starting from 10. A = 10. B = 11, C = 12, D = 13, E = 14, F = 15.  Also called base 16 number system  Each position in a hexadecimal number represents a 0 power of the base (16). Example 160
  • 28.
  • 29. Data representation in Computer  Decimal representation in computers Decimal Binary coded decimal 0 0000 1 0001 2 0010 3 0011 4 0100 5 0101 6 0111 7 1000 8 1001 9 00010000 10 00010001 11 00010010 12 00010011
  • 30. Data representation in Computer  Alphanumeric Representation  A set containing alphabets (in both cases), the decimal digits (1 0 in number) and special characters (roughly 10-15 in numbers) consist of at lea 70-80 elements. One such code generated for this set and is popularly used is ASCII (American National Standard Code for Information Interchange).  This code uses 7bits to represent 128 characters. Now an extended ASCII is used having 8-bit character representation code on Microcomputer.  Binary codes can be formulated for any set of discrete elements.
  • 31. Data representation in Computer  Computational Data Representation  The computer is discrete digital and store information in flip- flops, which are two state devices, in binary form.  Basic requirements of the computational data representation in binary form are:  Representation of sign  Representation of magnitude  If the number is fractional then binary or decimal point and exponent.  The solution to sign representation is easy, because sign can be either positive or negative, therefore, one bit can be used to represent sign. By default it should be the left most bit.
  • 32.  A number of n bits can be represented as n+1 bit number, where n+1th bit is the sign bit and rest n bits represent its magnitude.  To simplify the representation aspect two methods are suggested:  A) Fixed point representation • The fixed-point numbers bit 1 binary uses a sign bit. A positive number have a sign bit 0, while the negative has a sign bit 1. In fixed-point numbers we assume that the positive of the binary point is at the end.  B) Decimal Fixed point representation • A decimal digit is represented as a combination of four bits; thus, a four digit decimal number will require16 bits for decimal digits representation and additional 1 bit for sign.  C) Floating point representation • The first part of the number is a signed fixed point number, which is termed as mantissa and the second part specifies the decimal or binary point position and is termed as an Exponent.
  • 33. Summary  The five basic operations that a computer performs. These are input, storage, processing, output and control.  A computer accepts data as input, stores it, processes it as the user requires and provides the output in a desired format.  Computer system into three functional units i.e. Arithmetic logical unit (ALU), Control unit (CU), Central processing unit.  Number System