SlideShare a Scribd company logo
1 of 10
ASSIGNMENT ON 
DIAGRAM AND 
FLOWCHART 
SUBMITED BY-KRISHNA 
CHANDRA SAGAR 
1S SEMESTER 
ROLL NO-MBA 1910
DIAGRAM-A 
diagram is a two-dimensional geometric symbolic representation of information according to 
some visualization technique. Sometimes, the technique uses a three-dimensional visualization 
which is then projected onto the two-dimensional surface. The word graph is sometimes used as 
a synonym for diagram. 
Here term diagram in common sense can have two meanings. 
· visual information device : Like the term "illustration" the diagram is used as a collective 
term standing for the whole class of technical genres, including graphs, technical 
drawings and tables. 
· specific kind of visual display : This is only the genre, that show qualitative data with 
shapes that are connected by lines, arrows, or other visual links. 
In science the term is used in both ways. For example Anderson (1997) stated more generally: 
"diagrams are pictorial, yet abstract, representations of information, and maps, line graphs, bar 
charts, engineering blueprints, and architects' sketches are all examples of diagrams, whereas 
photographs and video are not". On the other hand Lowe (1993) defined diagrams as specifically 
"abstract graphic portrayals of the subject matter they represent". 
The essences of a diagram can be seen as: 
· a form of visual formatting devices 
· a display that do not show quantitative data, but rather relationships and abstract 
information 
· with building blocks such as geometrical shapes connected by lines, arrows, or other 
visual link. 
Main diagram types- 
There are at least the following types of diagrams: 
· Graph -based diagrams: these take a collection of items and relationships between them, 
and express them by giving each item a 2D position, while the relationships are expressed 
as connections between the items or overlaps between the items; examples of such 
techniques:
tree 
diagram 
network diagram 
flowchart 
Venn diagram 
existential graph 
· Chart -like diagram techniques, which display a relationship between two variables 
that take either discrete or a continuous ranges of values; examples: 
histogram bar chart pie chart 
function graphscatter plot 
· Other types of diagrams-train 
diagramexploded viewpopulation density mapPioneer plaque
FLOWCHART-A 
graphical representation of the sequence of operations in an information 
system or program. Information system flowcharts show how data flows from 
source documents through the computer to final distribution to users. Program 
flowcharts show the sequence of instructions in a single program or subroutine. 
Different symbols are used to draw each type of flowchart.
SYMBOLS USED IN FLOWCHART-A 
typical flowchart from older to computer science textbooks may have the following kinds of 
symbols: 
Start and end symbols- 
Represented as circles, ovals or rounded rectangles, usually containing the word "Start" or 
"End", or another phrase signaling the start or end of a process, such as "submit enquiry" or 
"receive product".
Arrows- 
Showing what's called "flow of control" in computer science. An arrow coming from one 
symbol and ending at another symbol represents that control passes to the symbol the arrow 
points to. 
Processing steps- 
Represented as rectangles. Examples: "Add 1 to X"; "replace identified part"; "save changes" 
or similar. 
Input/Output- 
Represented as a parallelogram. Examples: Get X from the user; display X. 
Conditional or decision 
Represented as a diamond (rhombus). These typically contain a Yes/No question or 
True/False test. This symbol is unique in that it has two arrows coming out of it, usually from 
the bottom point and right point, one corresponding to Yes or True, and one corresponding 
to No or False. The arrows should always be labeled.A decision is necessary in a flowchart. 
More than two arrows can be used, but this is normally a clear indicator that a complex 
decision is being taken, in which case it may need to be broken-down further, or replaced 
with the "pre-defined process" symbol. 
A number of other symbols that have less universal currency, such as: 
 A Document represented as a rectangle with a wavy base; 
 A Manual input represented by parallelogram, with the top irregularly 
sloping up from left to right. An example would be to signify data-entry 
from a form; 
 A Manual operation represented by a trapezoid with the longest 
parallel side at the top, to represent an operation or adjustment to 
process that can only be made manually. 
Flowcharts may contain other symbols, such as connectors, usually represented as circles, 
to represent converging paths in the flowchart. Circles will have more than one arrow 
coming into them but only one going out. Some flowcharts may just have an arrow point to 
another arrow instead. These are useful to represent an iterative process (what in Computer 
Science is called a loop). A loop may, for example, consist of a connector where control first 
enters, processing steps, a conditional with one arrow exiting the loop, and one going back 
to the connector.It is important to remember to keep these connection logical in order.All 
processes should flow from top to bottom and left to right.
Types of flowchart 
Example of a system flowchart. 
Sterneckert (2003) suggested that flowcharts can be modelled from the perspective of different user 
groups (such as managers, system analysts and clerks) and that there are four general types: 
· Document flowcharts, showing controls over a document-flow through a system 
· Data flowcharts, showing controls over a data flows in a system 
· System flowcharts showing controls at a physical or resource level 
· Program flowchart, showing the controls in a program within a system 
Notice that every type of flowchart focusses on some kind of control, rather than on the particular 
flow itself. 
EXAMPLE OF FLOWCHARTS-
SOURCE-www. 
google.com 
www.wikipedia.com
SOURCE-www. 
google.com 
www.wikipedia.com

More Related Content

What's hot

All data models in dbms
All data models in dbmsAll data models in dbms
All data models in dbmsNaresh Kumar
 
What is a flowchart
What is a flowchartWhat is a flowchart
What is a flowchartCLI-IE
 
What is Word Processing? Powerpoint Presentation PPT
What is Word Processing? Powerpoint Presentation PPT What is Word Processing? Powerpoint Presentation PPT
What is Word Processing? Powerpoint Presentation PPT Tech
 
Introduction to MongoDB
Introduction to MongoDBIntroduction to MongoDB
Introduction to MongoDBKnoldus Inc.
 
Lecture 01 introduction to database
Lecture 01 introduction to databaseLecture 01 introduction to database
Lecture 01 introduction to databaseemailharmeet
 
Interaction Modeling
Interaction ModelingInteraction Modeling
Interaction ModelingHemant Sharma
 
Chapter13 designing forms and reports
Chapter13 designing forms and reportsChapter13 designing forms and reports
Chapter13 designing forms and reportsDhani Ahmad
 
Microsoft Word Advance Features
Microsoft Word Advance FeaturesMicrosoft Word Advance Features
Microsoft Word Advance FeaturesAkashMeghwar2
 
Basic Behavioral Modeling
Basic Behavioral ModelingBasic Behavioral Modeling
Basic Behavioral ModelingAMITJain879
 
Types of keys in dbms
Types of keys in dbmsTypes of keys in dbms
Types of keys in dbmsdarshhingu
 
Face to Face Communication and Text Based Communication in HCI
Face to Face Communication and Text Based Communication in HCIFace to Face Communication and Text Based Communication in HCI
Face to Face Communication and Text Based Communication in HCIAbdullah Khosa
 

What's hot (20)

All data models in dbms
All data models in dbmsAll data models in dbms
All data models in dbms
 
Files Vs DataBase
Files Vs DataBaseFiles Vs DataBase
Files Vs DataBase
 
Relational databases
Relational databasesRelational databases
Relational databases
 
What is a flowchart
What is a flowchartWhat is a flowchart
What is a flowchart
 
What is Word Processing? Powerpoint Presentation PPT
What is Word Processing? Powerpoint Presentation PPT What is Word Processing? Powerpoint Presentation PPT
What is Word Processing? Powerpoint Presentation PPT
 
Introduction to MongoDB
Introduction to MongoDBIntroduction to MongoDB
Introduction to MongoDB
 
Lecture 01 introduction to database
Lecture 01 introduction to databaseLecture 01 introduction to database
Lecture 01 introduction to database
 
Dbms anomalies
Dbms anomaliesDbms anomalies
Dbms anomalies
 
Field properties
Field propertiesField properties
Field properties
 
Interaction Modeling
Interaction ModelingInteraction Modeling
Interaction Modeling
 
Word 2010 Chap 1
Word 2010 Chap 1Word 2010 Chap 1
Word 2010 Chap 1
 
Normalization
NormalizationNormalization
Normalization
 
Microsoft word
Microsoft wordMicrosoft word
Microsoft word
 
Chapter13 designing forms and reports
Chapter13 designing forms and reportsChapter13 designing forms and reports
Chapter13 designing forms and reports
 
Microsoft Word Advance Features
Microsoft Word Advance FeaturesMicrosoft Word Advance Features
Microsoft Word Advance Features
 
Basic Behavioral Modeling
Basic Behavioral ModelingBasic Behavioral Modeling
Basic Behavioral Modeling
 
Types of keys in dbms
Types of keys in dbmsTypes of keys in dbms
Types of keys in dbms
 
System design
System designSystem design
System design
 
Face to Face Communication and Text Based Communication in HCI
Face to Face Communication and Text Based Communication in HCIFace to Face Communication and Text Based Communication in HCI
Face to Face Communication and Text Based Communication in HCI
 
Temporal databases
Temporal databasesTemporal databases
Temporal databases
 

Similar to Assignment on diagram and flowchart 1

Presentation on diagram and flowchart
Presentation on diagram and flowchartPresentation on diagram and flowchart
Presentation on diagram and flowchartSwarnima Tiwari
 
modelingtools
modelingtoolsmodelingtools
modelingtoolslearnt
 
Case tool lab-Reg2013 by Karthick Raja
Case tool lab-Reg2013 by Karthick RajaCase tool lab-Reg2013 by Karthick Raja
Case tool lab-Reg2013 by Karthick RajaursKarthick Raja
 
ppt on flow chart by harshid panchal with help of Sejal ma'm (git.org.in)
ppt on flow chart by harshid panchal with help of Sejal ma'm (git.org.in)ppt on flow chart by harshid panchal with help of Sejal ma'm (git.org.in)
ppt on flow chart by harshid panchal with help of Sejal ma'm (git.org.in)harshid panchal
 
algorithm and Pseudocode
algorithm and Pseudocodealgorithm and Pseudocode
algorithm and PseudocodeFabian Macuha
 
OOAD-Unit-3.ppt UML and ANALYSISI AND DESIGN
OOAD-Unit-3.ppt UML and ANALYSISI AND DESIGNOOAD-Unit-3.ppt UML and ANALYSISI AND DESIGN
OOAD-Unit-3.ppt UML and ANALYSISI AND DESIGNKalyaniLokhande5
 
Project quality management definition
Project quality management definitionProject quality management definition
Project quality management definitionselinasimpson1001
 
UNIT III.pptx
UNIT III.pptxUNIT III.pptx
UNIT III.pptxMECHHOD6
 
cpuppt-150726134330-lva1-app6891.pdf
cpuppt-150726134330-lva1-app6891.pdfcpuppt-150726134330-lva1-app6891.pdf
cpuppt-150726134330-lva1-app6891.pdfSameerKhanPathan7
 
Unit III Dynamic and Implementation UML Diagrams.pptx
Unit III Dynamic and Implementation UML Diagrams.pptxUnit III Dynamic and Implementation UML Diagrams.pptx
Unit III Dynamic and Implementation UML Diagrams.pptxanguraju1
 
An introduction to uml
An introduction to umlAn introduction to uml
An introduction to umlTony Huynh
 

Similar to Assignment on diagram and flowchart 1 (20)

Presentation on diagram and flowchart
Presentation on diagram and flowchartPresentation on diagram and flowchart
Presentation on diagram and flowchart
 
note
notenote
note
 
BUSINES PROCESS IMPROVEMENT
BUSINES PROCESS IMPROVEMENTBUSINES PROCESS IMPROVEMENT
BUSINES PROCESS IMPROVEMENT
 
modelingtools
modelingtoolsmodelingtools
modelingtools
 
Experiment no 6
Experiment no 6Experiment no 6
Experiment no 6
 
Case tool lab-Reg2013 by Karthick Raja
Case tool lab-Reg2013 by Karthick RajaCase tool lab-Reg2013 by Karthick Raja
Case tool lab-Reg2013 by Karthick Raja
 
ppt on flow chart by harshid panchal with help of Sejal ma'm (git.org.in)
ppt on flow chart by harshid panchal with help of Sejal ma'm (git.org.in)ppt on flow chart by harshid panchal with help of Sejal ma'm (git.org.in)
ppt on flow chart by harshid panchal with help of Sejal ma'm (git.org.in)
 
Activity Diagram part8
Activity Diagram part8Activity Diagram part8
Activity Diagram part8
 
algorithm and Pseudocode
algorithm and Pseudocodealgorithm and Pseudocode
algorithm and Pseudocode
 
OOAD-Unit-3.ppt UML and ANALYSISI AND DESIGN
OOAD-Unit-3.ppt UML and ANALYSISI AND DESIGNOOAD-Unit-3.ppt UML and ANALYSISI AND DESIGN
OOAD-Unit-3.ppt UML and ANALYSISI AND DESIGN
 
Project management quality
Project management qualityProject management quality
Project management quality
 
seminar.pptx
seminar.pptxseminar.pptx
seminar.pptx
 
Project quality management definition
Project quality management definitionProject quality management definition
Project quality management definition
 
Flowcharts
FlowchartsFlowcharts
Flowcharts
 
UNIT III.pptx
UNIT III.pptxUNIT III.pptx
UNIT III.pptx
 
cpuppt-150726134330-lva1-app6891.pdf
cpuppt-150726134330-lva1-app6891.pdfcpuppt-150726134330-lva1-app6891.pdf
cpuppt-150726134330-lva1-app6891.pdf
 
ppt of flowchart
ppt of flowchartppt of flowchart
ppt of flowchart
 
Unit III Dynamic and Implementation UML Diagrams.pptx
Unit III Dynamic and Implementation UML Diagrams.pptxUnit III Dynamic and Implementation UML Diagrams.pptx
Unit III Dynamic and Implementation UML Diagrams.pptx
 
An introduction to uml
An introduction to umlAn introduction to uml
An introduction to uml
 
Bigdata
BigdataBigdata
Bigdata
 

More from Swarnima Tiwari

More from Swarnima Tiwari (20)

Problems and Prospects of Border Trade between North east India and Bangladesh
Problems and Prospects of Border Trade between North east India and BangladeshProblems and Prospects of Border Trade between North east India and Bangladesh
Problems and Prospects of Border Trade between North east India and Bangladesh
 
Mbfm ppt
Mbfm pptMbfm ppt
Mbfm ppt
 
Money and banking ppt
Money and banking pptMoney and banking ppt
Money and banking ppt
 
Money & banking
Money & bankingMoney & banking
Money & banking
 
INDIAN FINANCIAL SYSTEM
INDIAN FINANCIAL SYSTEMINDIAN FINANCIAL SYSTEM
INDIAN FINANCIAL SYSTEM
 
mbfm ppt
 mbfm ppt mbfm ppt
mbfm ppt
 
Money and banking
Money and bankingMoney and banking
Money and banking
 
Mission & vision (business strategy policy)
Mission & vision (business strategy policy)Mission & vision (business strategy policy)
Mission & vision (business strategy policy)
 
Business ethics
Business ethicsBusiness ethics
Business ethics
 
Adverting & sales promotion
Adverting & sales promotionAdverting & sales promotion
Adverting & sales promotion
 
Mba 2
Mba 2Mba 2
Mba 2
 
Economicimpactoftourism 120712024901-phpapp01
Economicimpactoftourism 120712024901-phpapp01Economicimpactoftourism 120712024901-phpapp01
Economicimpactoftourism 120712024901-phpapp01
 
Bthm
BthmBthm
Bthm
 
Bca
BcaBca
Bca
 
Bca
BcaBca
Bca
 
Bba 2nd
Bba 2ndBba 2nd
Bba 2nd
 
Presentation1.ppt ppm 03
Presentation1.ppt ppm 03Presentation1.ppt ppm 03
Presentation1.ppt ppm 03
 
MARKETING
MARKETINGMARKETING
MARKETING
 
MARKETING PROJECT
MARKETING PROJECTMARKETING PROJECT
MARKETING PROJECT
 
Findings and analysis of birla sun life
Findings and analysis of birla sun lifeFindings and analysis of birla sun life
Findings and analysis of birla sun life
 

Assignment on diagram and flowchart 1

  • 1. ASSIGNMENT ON DIAGRAM AND FLOWCHART SUBMITED BY-KRISHNA CHANDRA SAGAR 1S SEMESTER ROLL NO-MBA 1910
  • 2. DIAGRAM-A diagram is a two-dimensional geometric symbolic representation of information according to some visualization technique. Sometimes, the technique uses a three-dimensional visualization which is then projected onto the two-dimensional surface. The word graph is sometimes used as a synonym for diagram. Here term diagram in common sense can have two meanings. · visual information device : Like the term "illustration" the diagram is used as a collective term standing for the whole class of technical genres, including graphs, technical drawings and tables. · specific kind of visual display : This is only the genre, that show qualitative data with shapes that are connected by lines, arrows, or other visual links. In science the term is used in both ways. For example Anderson (1997) stated more generally: "diagrams are pictorial, yet abstract, representations of information, and maps, line graphs, bar charts, engineering blueprints, and architects' sketches are all examples of diagrams, whereas photographs and video are not". On the other hand Lowe (1993) defined diagrams as specifically "abstract graphic portrayals of the subject matter they represent". The essences of a diagram can be seen as: · a form of visual formatting devices · a display that do not show quantitative data, but rather relationships and abstract information · with building blocks such as geometrical shapes connected by lines, arrows, or other visual link. Main diagram types- There are at least the following types of diagrams: · Graph -based diagrams: these take a collection of items and relationships between them, and express them by giving each item a 2D position, while the relationships are expressed as connections between the items or overlaps between the items; examples of such techniques:
  • 3. tree diagram network diagram flowchart Venn diagram existential graph · Chart -like diagram techniques, which display a relationship between two variables that take either discrete or a continuous ranges of values; examples: histogram bar chart pie chart function graphscatter plot · Other types of diagrams-train diagramexploded viewpopulation density mapPioneer plaque
  • 4. FLOWCHART-A graphical representation of the sequence of operations in an information system or program. Information system flowcharts show how data flows from source documents through the computer to final distribution to users. Program flowcharts show the sequence of instructions in a single program or subroutine. Different symbols are used to draw each type of flowchart.
  • 5. SYMBOLS USED IN FLOWCHART-A typical flowchart from older to computer science textbooks may have the following kinds of symbols: Start and end symbols- Represented as circles, ovals or rounded rectangles, usually containing the word "Start" or "End", or another phrase signaling the start or end of a process, such as "submit enquiry" or "receive product".
  • 6. Arrows- Showing what's called "flow of control" in computer science. An arrow coming from one symbol and ending at another symbol represents that control passes to the symbol the arrow points to. Processing steps- Represented as rectangles. Examples: "Add 1 to X"; "replace identified part"; "save changes" or similar. Input/Output- Represented as a parallelogram. Examples: Get X from the user; display X. Conditional or decision Represented as a diamond (rhombus). These typically contain a Yes/No question or True/False test. This symbol is unique in that it has two arrows coming out of it, usually from the bottom point and right point, one corresponding to Yes or True, and one corresponding to No or False. The arrows should always be labeled.A decision is necessary in a flowchart. More than two arrows can be used, but this is normally a clear indicator that a complex decision is being taken, in which case it may need to be broken-down further, or replaced with the "pre-defined process" symbol. A number of other symbols that have less universal currency, such as:  A Document represented as a rectangle with a wavy base;  A Manual input represented by parallelogram, with the top irregularly sloping up from left to right. An example would be to signify data-entry from a form;  A Manual operation represented by a trapezoid with the longest parallel side at the top, to represent an operation or adjustment to process that can only be made manually. Flowcharts may contain other symbols, such as connectors, usually represented as circles, to represent converging paths in the flowchart. Circles will have more than one arrow coming into them but only one going out. Some flowcharts may just have an arrow point to another arrow instead. These are useful to represent an iterative process (what in Computer Science is called a loop). A loop may, for example, consist of a connector where control first enters, processing steps, a conditional with one arrow exiting the loop, and one going back to the connector.It is important to remember to keep these connection logical in order.All processes should flow from top to bottom and left to right.
  • 7. Types of flowchart Example of a system flowchart. Sterneckert (2003) suggested that flowcharts can be modelled from the perspective of different user groups (such as managers, system analysts and clerks) and that there are four general types: · Document flowcharts, showing controls over a document-flow through a system · Data flowcharts, showing controls over a data flows in a system · System flowcharts showing controls at a physical or resource level · Program flowchart, showing the controls in a program within a system Notice that every type of flowchart focusses on some kind of control, rather than on the particular flow itself. EXAMPLE OF FLOWCHARTS-
  • 8.