Top Banner
Tô Văn Lâm – 20132223 – KSTN CNTT K58
90

Computer data processing

Apr 13, 2017

Download

Technology

Lam To
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: Computer data processing

Tô Văn Lâm – 20132223 – KSTN CNTT K58

Page 2: Computer data processing

Contents

Data What is DataWhat is differences between data and informationWhat types of Data

Computer Data processing

What components of computer involved in data processingHow computer processing data

Data processing

What is Data processingWhat is six stages of the Data Processing CycleWhat types of Data processing

Page 3: Computer data processing

DataData is a collection of facts & figures, such as values or measurements.

The data is the raw material to be processed by a computer. 

 

Page 4: Computer data processing

Data versus Information

DataSubject Point

• A• B• F

InformationPass Subject

• Yes• Yes• No

When data are processed, interpreted, organized, structured or presented so as to make them meaningful or useful, they are called information

 

Page 5: Computer data processing

Differences in Meaning

Data InformationA collection of facts represented of represented in the form of note, letters words

A collection of data which conveys some meaningful idea is information. It may provide answers to questions like who, which, when, why, what, and how.

- The raw input is data and it has no significance when it exists in that form. When data is collated or organized into something meaningful, it gains significance.

- This meaningful organization is information.

 

 

Page 6: Computer data processing

Type of Data

Numeric Data

Character Data

Page 7: Computer data processing

Numeric Data

The data which is represented in the form of numbers is known as Numeric Data.

This includes 0-9 digits, a decimal point (.), +, /, – sign and the letters “E” or “D”.

binary number

•0, 1, 1010 …

decimal number

•1, 2, 3, 4, 5…

hexadecimal number:

•1A, E3, F4…

 

Page 8: Computer data processing

Character DataString Data

• Alphabetic Data : a to z

• Alphanumeric Data : a to z & decimal numbers or space

Graphic Data

• Pictures• Charts• Maps

 

Page 9: Computer data processing

Character Data  

Page 10: Computer data processing

Data processing cycle

Page 11: Computer data processing

Data processing cycle

Collection

Preparation

Input

Processing

Output

Storage Six stages of the Data Processing

Cycle

- Data processing is simply the conversion of raw data to meaningful information through a process. - The data is processed again and again until the accurate result is achieved.

 

Page 12: Computer data processing

Input Input is the task where verified data is coded or

converted into machine readable form so that it can be processed through a computer

Coding

Verification

Storing

 

Page 13: Computer data processing

Processing

Processing is when the data is subjected to various means and methods of manipulation, the point where a computer program is being executed, and it contains the program code and its current activity.

classifying,

 

Page 14: Computer data processing

Processing

Processing is when the data is subjected to various means and methods of manipulation, the point where a computer program is being executed, and it contains the program code and its current activity.

classifying, sorting,

 

Page 15: Computer data processing

Processing

Processing is when the data is subjected to various means and methods of manipulation, the point where a computer program is being executed, and it contains the program code and its current activity.

classifying, sorting, calculating,

 

Page 16: Computer data processing

Processing

Processing is when the data is subjected to various means and methods of manipulation, the point where a computer program is being executed, and it contains the program code and its current activity.

classifying, sorting, calculating, summarizing,

 

Page 17: Computer data processing

Processing

Processing is when the data is subjected to various means and methods of manipulation, the point where a computer program is being executed, and it contains the program code and its current activity.

classifying, sorting, calculating, summarizing, comparing

 

Page 18: Computer data processing

Output Output is presented to users in various report formats

like printed report, audio, video, or on monitor. Text

 

Page 19: Computer data processing

Output Output is presented to users in various report formats

like printed report, audio, video, or on monitor. Text Graphics

 

Page 20: Computer data processing

Output Output is presented to users in various report formats

like printed report, audio, video, or on monitor. Text Graphics Audio

 

Page 21: Computer data processing

Output Output is presented to users in various report formats

like printed report, audio, video, or on monitor. Text Graphics Audio Video

 

Page 22: Computer data processing

Storage

Storage is a location which data, instruction and information are held for future use.

Every computer uses storage to hold system software and application software.

A storage medium, also called secondary storage is the physical material in the computer that keeps data, instruction and information.

 

Page 23: Computer data processing

Types of Data Processing

MDP

EDP Real time Processing

Bath Processing

Page 24: Computer data processing

Manual Data Processing

The process of data entry implies many opportunities for errors, such as

Delays in data capture, A high amount of operator misprints, High labor costs from the amount of manual

labor required etc.

 

Page 25: Computer data processing

Types of Data Processing

MDP

EDP Real time Processing

Bath Processing

Page 26: Computer data processing

Electronic data processing

Use of computers for recording, manipulating, and summarizing data.

Computer can help: Accuracy 1 1 10

 

Page 27: Computer data processing

Electronic data processing

Use of computers for recording, manipulating, and summarizing data.

Computer can help: Accuracy Speed

 

Page 28: Computer data processing

Electronic data processing

Use of computers for recording, manipulating, and summarizing data.

Computer can help: Accuracy Speed Consistency

 

Page 29: Computer data processing

Electronic data processing

Use of computers for recording, manipulating, and summarizing data.

Computer can help: Accuracy Speed Consistency Storage capacity

 

Page 30: Computer data processing

Electronic data processing

Use of computers for recording, manipulating, and summarizing data.

Computer can help: Accuracy Speed Consistency Storage capacity Automation

 

Page 31: Computer data processing

Computer data processing

Page 32: Computer data processing

Computer data processing

The eleven data of processing operations in a computer are : recording verifying duplicating classifying sorting calculating summarizing and reporting merging storing retrieving feedback.

 

Page 33: Computer data processing

The components involved data processing Central Processing Unit (CPU)

Computer Memory (RAM and ROM) Data bus Ports Motherboard Hard disk Output Devices Input Devices

 

Page 34: Computer data processing

Central Processing Unit (CPU)

Arithmetic Logical Unit

(ALU)•Arithmetic operations – performing calculations, which include addition, subtraction, multiplication, and division•Comparison operations – comparing data items to determine if the first item is greater than, equal to, or less than the other item•Logical operations – working with conditions and logical operators such as AND, OR, and NOT

Control Unit (CU)

•fetching the instruction or data item from memory, •decoding the instruction into commands the computer understands•executing the commands, and, if necessary•storing, or writing the result to memory

 

Page 35: Computer data processing

Central Processing Unit (CPU)

 

Page 36: Computer data processing

Central Processing Unit (CPU)

 

Page 37: Computer data processing

Central Processing Unit (CPU)

 

Page 38: Computer data processing

Central Processing Unit (CPU)

 

Page 39: Computer data processing

Central Processing Unit (CPU)

 

Page 40: Computer data processing

Central Processing Unit (CPU)

 

Page 41: Computer data processing

Central Processing Unit (CPU)

 

Page 42: Computer data processing

Computer Memory (RAM and ROM)

When the computer is doing any job, the data that have to be processed are stored in the primary memory

The following terms related to memory of a computer are discussed below:

Random Access Memory (RAM) Read Only Memory (ROM) Programmable read-only memory (PROM)  Cache Memory Registers

 

Page 43: Computer data processing

Computer Memory (RAM and ROM)

 

Page 44: Computer data processing

Input Devices

Keyboard: The layout of keyboard is just like the traditional typewriter of the type QWERTY

Mouse: . It rolls on a small ball and has two or three buttons on the top

Scanner: Scanner is an optical device that can input any graphical matter and display it back

 

Page 45: Computer data processing

Input Devices  

Page 46: Computer data processing

Output Devices Visual Display Unit: It is also called the

monitor. Speaker:  Printer: It is an important output device which

can be used to get a printed copy of the processed text or result on paper.

 

Page 47: Computer data processing

Output Devices  

Page 48: Computer data processing

 

Page 49: Computer data processing

Computer Processing Operations

A computer can perform only the following four operations which enable computers to carry out the various data processing activities we have just discussed.

 

Page 50: Computer data processing

Computer Processing Operations

A computer can perform only the following four operations which enable computers to carry out the various data processing activities we have just discussed.

Input / Output operations

 

Page 51: Computer data processing

Computer Processing Operations

A computer can perform only the following four operations which enable computers to carry out the various data processing activities we have just discussed.

Input / Output operations Calculation and text manipulation Operations

 

Page 52: Computer data processing

Computer Processing Operations

A computer can perform only the following four operations which enable computers to carry out the various data processing activities we have just discussed.

Input / Output operations Calculation and text manipulation Operations Logic/Comparison Operations

 

Page 53: Computer data processing

Computer Processing Operations

A computer can perform only the following four operations which enable computers to carry out the various data processing activities we have just discussed.

Input / Output operations Calculation and text manipulation Operations Logic/Comparison Operations Storage and Retrieval Operations

 

Page 54: Computer data processing

How CPU Work ?

Page 55: Computer data processing

Motherboard

controlbus

addressbus

databus

RAMsocket

set

enableCPU controlbus

 

Page 56: Computer data processing

Motherboard

addressbus

databus

RAMsocket

set

enableCPU controlbus

 

Page 57: Computer data processing

Motherboard

addressbus

databus

RAMsocket

set

enablecontrolbus

RAM

256BYTES

set enable

dataaddress

CPU

 

Page 58: Computer data processing

Motherboard

addressbus

databus

RAMsocket

set

enablecontrolbus

RAM

256BYTES

set enable

dataaddress

01100001

01100010

01100011

01100100

01100101

01100110

01100111

01101000

01101001

01101010

CPU

 

Page 59: Computer data processing

Motherboard

addressbus

databus

RAMsocket

set

enablecontrolbus

RAM

set enable

dataaddress

00100001

00001001

01110000

00001111

11110001

01010010

11100001

01111011

00011000

01000111

01100001

01100010

01100011

01100100

01100101

01100110

01100111

01101000

01101001

01101010

CPU

256BYTES

 

Page 60: Computer data processing

Motherboard

addressbus

databus

RAMsocket

set

enable

RAM

set enable

controlbus

dataaddress

01100001

01100010

01100011

01100100

01100101

01100110

01100111

01101000

01101001

01101010

00100001

00001001

01110000

00001111

11110001

01010010

11100001

01111011

00011000

01000111

CPU

256BYTES

 

Page 61: Computer data processing

Motherboard

addressbus

databus

RAMsocket

set

enable

RAM

set enable

controlbus

dataaddress

01100001

CPU

256BYTES

 

Page 62: Computer data processing

Motherboard

addressbus

databus

RAMsocket

set

enable

RAM

set enable

controlbus

dataaddress

01100001

CPU

256BYTES

 

Page 63: Computer data processing

Motherboard

addressbus

databus

RAMsocket

set

enable

RAM

set enable

controlbus

address

01100001 00100001

data

CPU

256BYTES

 

Page 64: Computer data processing

Motherboard

addressbus

databus

RAMsocket

set

enable

RAM

set enable

controlbus

dataaddress

01100001 00100001

CPU

256BYTES

 

Page 65: Computer data processing

Motherboard

addressbus

databus

RAMsocket

set

enable

RAM

set enable

controlbus

dataaddress

01100010

CPU

256BYTES

 

Page 66: Computer data processing

Motherboard

addressbus

databus

RAMsocket

set

enable

RAM

set enable

controlbus

dataaddress

01100010

CPU

256BYTES

 

Page 67: Computer data processing

Motherboard

addressbus

databus

RAMsocket

set

enable

RAM

set enable

controlbus

dataaddress

01100010 00001001

CPU

256BYTES

 

Page 68: Computer data processing

Motherboard

addressbus

databus

RAMsocket

set

enable

RAM

set enable

controlbus

dataaddress

01100010 00001001

CPU

256BYTES

 

Page 69: Computer data processing

Motherboard

addressbus

databus

RAMsocket

set

enable

RAM

set enable

controlbus

dataaddress

01100011

CPU

256BYTES

 

Page 70: Computer data processing

Motherboard

addressbus

databus

RAMsocket

set

enable

RAM

set enable

controlbus

dataaddress

01100011

CPU

256BYTES

 

Page 71: Computer data processing

Motherboard

addressbus

databus

RAMsocket

set

enable

RAM

set enable

controlbus

dataaddress

01100011 01110000

CPU

256BYTES

 

Page 72: Computer data processing

Motherboard

addressbus

databus

RAMsocket

set

enable

RAM

set enable

controlbus

dataaddress

01100011 01110000

CPU

256BYTES

 

Page 73: Computer data processing

Motherboard

addressbus

databus

RAMsocket

set

enable

RAM

set enable

controlbus

dataaddress

01100100CPU

256BYTES

 

Page 74: Computer data processing

Motherboard

addressbus

databus

RAMsocket

set

enable

RAM

set enable

controlbus

address

01100100 00001111

data

CPU

256BYTES

 

Page 75: Computer data processing

Motherboard

addressbus

databus

RAMsocket

set

enable

RAM

set enable

controlbus

address

01100100 00001111

data

CPU

256BYTES

 

Page 76: Computer data processing

Motherboard

addressbus

databus

RAMsocket

set

enable

RAM

set enable

controlbus

dataaddress

01100100 00001111CPU

256BYTES

 

Page 77: Computer data processing

Motherboard

addressbus

databus

RAMsocket

set

enable

RAM

set enable

controlbus

dataaddress

01100001

01100010

01100011

01100100

01100101

01100110

01100111

01101000

01101001

01101010

00100001

00001001

01110000

00001111

11110001

01010010

11100001

01111011

00011000

01000111

CPU

256BYTES

 

Page 78: Computer data processing

Motherboard

addressbus

databus

RAMsocket

set

enable

Instruction

00001001

Instruction

00001111

Instruction

Instruction

11100001

Instruction

00011000

01000111

controlbus

RAM

set enable

dataaddress

01100001

01100010

01100011

01100100

01100101

01100110

01100111

01101000

01101001

01101010

CPU

256BYTES

 

Page 79: Computer data processing

Motherboard

addressbus

databus

RAMsocket

set

enablecontrolbus

RAM

set enable

dataaddress

01100001

01100010

01100011

01100100

01100101

01100110

01100111

01101000

01101001

01101010

Instruction

NumberInstruction

00001111

Instruction

Instruction

11100001

Instruction

00011000

01000111

CPU

256BYTES

 

Page 80: Computer data processing

Motherboard

addressbus

databus

RAMsocket

set

enablecontrolbus

RAM

set enable

dataaddress

01100001

01100010

01100011

01100100

01100101

01100110

01100111

01101000

01101001

01101010

Instruction

NumberInstruction

AddressInstruction

Instruction

AddressInstruction

Address01000111

CPU

256BYTES

 

Page 81: Computer data processing

Motherboard

addressbus

databus

RAMsocket

set

enablecontrolbus

RAM

set enable

dataaddress

01100001

01100010

01100011

01100100

01100101

01100110

01100111

01101000

01101001

01101010

Instruction

NumberInstruction

AddressInstruction

Instruction

AddressInstruction

AddressLetter

CPU

256BYTES

 

Page 82: Computer data processing

Motherboard

addressbus

databus

RAMsocket

set

enablecontrolbus

RAM

set enable

dataaddress

01100001

01100010

01100011

01100100

01100101

01100110

01100111

01101000

01101001

01101010

Instruction

NumberInstruction

AddressInstruction

Instruction

AddressInstruction

Address01100001

a

CPU

256BYTES

 

Page 83: Computer data processing

Motherboard

addressbus

databus

RAMsocket

set

enablecontrolbus

01100001

01100010

01100011

01100100

01100101

01100110

01100111

01101000

01101001

01101010

Instruction

NumberInstruction

AddressInstruction

Instruction

AddressInstruction

Address01000111

G

RAM

set enable

dataaddress

CPU

256BYTES

 

Page 84: Computer data processing

Motherboard

addressbus

databus

RAMsocket

set

enablecontrolbus

RAM

set enable

dataaddress

01100001

01100010

01100011

01100100

01100101

01100110

01100111

01101000

01101001

01101010

Instruction

NumberInstruction

AddressInstruction

Instruction

AddressInstruction

AddressLetter

CPU

256BYTES

 

Page 85: Computer data processing

Motherboard

addressbus

databus

RAMsocket

set

enable

RAM

set enable

dataaddress

controlbus

01100001

01100010

01100011

01100100

01100101

01100110

01100111

01101000

01101001

01101010

00100001

00001001

01110000

00001111

11110001

01010010

11100001

01111011

00011000

01000111

CPU

256BYTES

 

Page 86: Computer data processing

01100001

01100010

01100011

01100100

01100101

01100110

01100111

01101000

01101001

01101010

Motherboard

addressbus

databus

RAMsocket

set

enablecontrolbus

RAM

256BYTESset

enable

data

address

00100001

00001001

01110000

00001111

11110001

01010010

11100001

01111011

00011000

01000111

CPU

 

Page 87: Computer data processing

Motherboard

addressbus

databus

RAMsocket

set

enablecontrolbus

RAM256BYTESset

enable

data

address …

01100001

01100010

01100011

01100100

01100101

01100110

01100111

01101000

01101001

01101010

00100001

00001001

01110000

00001111

11110001

01010010

11100001

01111011

00011000

01000111

CPU

 

Page 88: Computer data processing

Motherboard

addressbus

databus

RAMsocket

set

enable

RAM256

BYTESset

enable

data

addresscontrol

bus

01100001

01100010

01100011

01100100

01100101

01100110

01100111

01101000

01101001

01101010

00100001

00001001

01110000

00001111

11110001

01010010

11100001

01111011

00011000

01000111

CPU

 

Page 89: Computer data processing

01100001

01100010

01100011

01100100

01100101

01100110

01100111

01101000

01101001

01101010

Motherboard

addressbus

databus

RAMsocket

set

enable

RAM256

BYTESset

enable

data

addresscontrol

bus

00100001

00001001

01110000

00001111

11110001

01010010

11100001

01111011

00011000

01000111

CPU

 

Page 90: Computer data processing

Thank for watching