SlideShare a Scribd company logo
1 of 25
© 2008 Prentice Hall Business Publishing Accounting Information Systems, 11/e Romney/Steinbart
FLOWCHARTS
• A flowchart is an analytical technique that describes
some aspect of an information system in a clear,
concise, and logical manner.
• Flowcharts use a set of standard symbols to depict
processing procedures and the flow of data.
• Flowcharting History:
– Introduced in 1950s by industrial engineers to document
business processes and document flows for process
improvement.
– Sarbanes-Oxley 2002 increased importance by requiring
companies to document business processes and internal
controls procedures.
© 2008 Prentice Hall Business Publishing Accounting Information Systems, 11/e Romney/Steinbart
FLOWCHARTS
• Every shape on a flowchart depicts a unique
operation, input, processing activity, or storage
medium.
• In the days of yore, flowcharts were manually
created using plastic templates.
• Most flowcharts are now drawn using a software
program such as Visio.
– Microsoft and Power Point are also used.
– The software uses pre-drawn shapes, and the developer
drags the shapes into the drawing.
© 2008 Prentice Hall Business Publishing Accounting Information Systems, 11/e Romney/Steinbart
FLOWCHARTS
• There are four types of flowcharting symbols:
– Input/output symbols
Input/output symbols indicate the
type of device or media that provides
input to or records output from a
process.
© 2008 Prentice Hall Business Publishing Accounting Information Systems, 11/e Romney/Steinbart
FLOWCHARTS
• There are four types of flowcharting symbols:
– Input/output symbols
– Processing symbols
Processing symbols indicate the type
of device used to process the data or
whether the data is processed
manually.
© 2008 Prentice Hall Business Publishing Accounting Information Systems, 11/e Romney/Steinbart
FLOWCHARTS
• There are four types of flowcharting symbols:
– Input/output symbols
– Processing symbols
– Storage symbols
Storage symbols indicate the type of
device used to store data while the
system is not using it.
© 2008 Prentice Hall Business Publishing Accounting Information Systems, 11/e Romney/Steinbart
FLOWCHARTS
• There are four types of flowcharting symbols:
– Input/output symbols
– Processing symbols
– Storage symbols
– Flow and miscellaneous symbols
• Flow and miscellaneous symbols may
indicate:
– The flow of data and goods
– The beginning or end of the flowchart
– The location of a decision
– An explanatory note
© 2008 Prentice Hall Business Publishing Accounting Information Systems, 11/e Romney/Steinbart
SYSTEM FLOWCHARTS
• Now that we’ve looked at document
flowcharts and guidelines for creating
flowcharts, let’s take a brief look at
system flowcharts.
© 2008 Prentice Hall Business Publishing Accounting Information Systems, 11/e Romney/Steinbart
SYSTEM FLOWCHARTS
• A system flowchart depicts the relationship
among the inputs, processes, and outputs of
an AIS.
– The system flowchart begins by identifying the
inputs to the system.
• These inputs can be:
– New data
– Data stored for future use
– Both
© 2008 Prentice Hall Business Publishing Accounting Information Systems, 11/e Romney/Steinbart
SYSTEM FLOWCHARTS
• A system flowchart depicts the relationship
among the inputs, processes, and outputs of
an AIS.
– The system flowchart begins by identifying the
inputs to the system.
– Each input is followed by a process, i.e., the steps
performed on the data.
• If the process is performed by a computer, the
logic of the computer program would be depicted
in a program flowchart.
© 2008 Prentice Hall Business Publishing Accounting Information Systems, 11/e Romney/Steinbart
SYSTEM FLOWCHARTS
• A system flowchart depicts the relationship
among the inputs, processes, and outputs of
an AIS.
– The system flowchart begins by identifying the
inputs to the system.
– Each input is followed by a process, i.e., the steps
performed on the data.
– The process is followed by outputs—the resulting
new information.
• The output may be:
– Stored for later use
– Displayed on a screen
– Printed on paper
– An input to the next process
© 2008 Prentice Hall Business Publishing Accounting Information Systems, 11/e Romney/Steinbart
SYSTEM FLOWCHARTS
• A system flowchart depicts the relationship among
the inputs, processes, and outputs of an AIS.
– The system flowchart begins by identifying the inputs to
the system.
– Each input is followed by a process, i.e., the steps
performed on the data.
– The process is followed by outputs—the resulting new
information.
– In other words, it’s the same basic input— process—
output pattern that we saw in the document flowchart.
© 2008 Prentice Hall Business Publishing Accounting Information Systems, 11/e Romney/Steinbart
• System Flowchart
• Can you spot the
input— process—
output pattern?
© 2008 Prentice Hall Business Publishing Accounting Information Systems, 11/e Romney/Steinbart
PROGRAM FLOWCHARTS
• Program flowcharts illustrate the sequence of
logical operations performed by a computer in
executing a program.
• They also follow an input—process— output
pattern.
© 2008 Prentice Hall Business Publishing Accounting Information Systems, 11/e Romney/Steinbart
• The program flowchart is
shown on the right.
© 2008 Prentice Hall Business Publishing Accounting Information Systems, 11/e Romney/Steinbart
• Note that the program flowchart
details the logic of processes
performed by the computer.
© 2008 Prentice Hall Business Publishing Accounting Information Systems, 11/e Romney/Steinbart
• This flowchart becomes the
programmer’s blueprint for writing
the actual computer program.
© 2008 Prentice Hall Business Publishing Accounting Information Systems, 11/e Romney/Steinbart
FLOWCHARTS VS. DFDs
• Now that we’ve examined both flowcharts
and DFDs, it may be useful to discuss the
differences again.
• DFDs place a heavy emphasis on the logical
aspects of a system.
• Flowcharts place more emphasis on the
physical characteristics of the system.
• An example may be useful.
© 2008 Prentice Hall Business Publishing Accounting Information Systems, 11/e Romney/Steinbart
FLOWCHARTS VS. DFDs
• EXAMPLE: The registrar’s office of a small
college receives paper enrollment forms from
students. They sort these records
alphabetically and then update the student
record file to show the new classes.They also
prepare class lists from the same data. The
sorted enrollment forms are forwarded to the
bursar’s office for billing purposes. Class lists
are mailed to faculty members.
© 2008 Prentice Hall Business Publishing Accounting Information Systems, 11/e Romney/Steinbart
Students
1.0
Update
Student
Records
2.0
Prepare
Class Lists
Student
Records
Faculty
Bursar
Enrollment
Forms
Enrollment
Forms
Enrollment
Forms
Class
Lists
Here’s a DFD
that goes
with the
story.
© 2008 Prentice Hall Business Publishing Accounting Information Systems, 11/e Romney/Steinbart
Students
1.0
Update
Student
Records
2.0
Prepare
Class Lists
Student
Records
Faculty
Bursar
Enrollment
Forms
Enrollment
Forms
Enrollment
Forms
Class
Lists
Students
Registrar’s Office
Enrollment
Forms
Sort
Forms
Sorted
Enrollment
Forms
Update
Student
Records
A
Prepare
Class
Lists
Sorted
Enrollment
Forms
Class
Lists
Sorted
Enrollment
Forms
Bursar
Faculty
Here’s a
flowchart
that goes
with the
story
© 2008 Prentice Hall Business Publishing Accounting Information Systems, 11/e Romney/Steinbart
FLOWCHARTS VS. DFDs
• Now let’s change the story so that students
enter enrollment data online. The registrar’s
office sends a tape file of the enrollment data
to the bursar’s office and continues to send
paper class lists to faculty.
© 2008 Prentice Hall Business Publishing Accounting Information Systems, 11/e Romney/Steinbart
Students
1.0
Update
Student
Records
2.0
Prepare
Class Lists
Student
Records
Faculty
Bursar
Enrollment
Data
Enrollment
Data
Enrollment
Data
Class
Lists
Original
DFD
Students
1.0
Update
Student
Records
2.0
Prepare
Class Lists
Student
Records
Faculty
Bursar
Enrollment
Forms
Enrollment
Forms
Enrollment
Forms
Class
Lists
Here’s the
revised DFD.
How has it
changed?
© 2008 Prentice Hall Business Publishing Accounting Information Systems, 11/e Romney/Steinbart
Here’s the revised
flowchart. How has it
changed?
Registrar’s Office
Students
Class
Lists
Bursar
Faculty
Enrollment
Data
Update
Student
Records
Student
Records
Enrollment
Data
Prepare
Class
Lists
Student
s
Registrar’s Office
Enrollment
Forms
Sort
Forms
Sorted
Enrollment
Forms
Update
Student
Records
A
Prepare
Class
Lists
Sorted
Enrollment
Forms
Class
Lists
Sorted
Enrollment
Forms
Bursar
Faculty
Original
Flowchart
© 2008 Prentice Hall Business Publishing Accounting Information Systems, 11/e Romney/Steinbart
FLOWCHARTS VS. DFDs
• Moral of the story: Changes in the physical
characteristics of the process do affect the
flowchart but have little or no impact on the
DFD.
• The DFD focuses more on the logic.
• When deciding which tool to employ, consider
the information needs of those who will view
it.
© 2008 Prentice Hall Business Publishing Accounting Information Systems, 11/e Romney/Steinbart
SUMMARY
• We’ve learned about graphical forms of
documentation, particularly:
– Data flow diagrams
– Flowcharts
• We’ve learned why these tools are important
to accountants and how they are employed.
• We’ve learned basic guidelines for creating
data flow diagrams and flowcharts.

More Related Content

Similar to Accounting Information system chapter 2 Flowchart.ppt

Statistical Accounts and Data in Oracle Cloud General Ledger
Statistical Accounts and Data in Oracle Cloud General LedgerStatistical Accounts and Data in Oracle Cloud General Ledger
Statistical Accounts and Data in Oracle Cloud General LedgerMahesh Vallampati
 
eSheets Presentation
eSheets PresentationeSheets Presentation
eSheets PresentationLee Taylor
 
Simple Finance Presentation
Simple Finance PresentationSimple Finance Presentation
Simple Finance Presentationjk571983
 
460970787-93626369-Oracle-Accounts-Receivables-1-ppt.ppt
460970787-93626369-Oracle-Accounts-Receivables-1-ppt.ppt460970787-93626369-Oracle-Accounts-Receivables-1-ppt.ppt
460970787-93626369-Oracle-Accounts-Receivables-1-ppt.pptsporto2013
 
MWR12GlobalReleaseLearnings
MWR12GlobalReleaseLearningsMWR12GlobalReleaseLearnings
MWR12GlobalReleaseLearningsMark White
 
AIS CH_01 Accounting Information Systems an overview.PPT
AIS CH_01 Accounting Information Systems an overview.PPTAIS CH_01 Accounting Information Systems an overview.PPT
AIS CH_01 Accounting Information Systems an overview.PPTEyobFirst
 
Accounting information system
Accounting information systemAccounting information system
Accounting information systemsellyhood
 
KSCope 2013 - Balance Sheet Reporting - Design Consideration - KSCope Format
KSCope 2013 - Balance Sheet Reporting - Design Consideration - KSCope FormatKSCope 2013 - Balance Sheet Reporting - Design Consideration - KSCope Format
KSCope 2013 - Balance Sheet Reporting - Design Consideration - KSCope FormatAlexandre SERAN
 
Introduction to Transaction Processing Chapter No. 2
Introduction to Transaction Processing   Chapter No. 2Introduction to Transaction Processing   Chapter No. 2
Introduction to Transaction Processing Chapter No. 2Qamar Farooq
 
Showcase of Reports
Showcase of ReportsShowcase of Reports
Showcase of ReportsGarth Wilson
 
Computerized AIS (AIS, TPS and Double-Entry).ppt
Computerized AIS (AIS, TPS and Double-Entry).pptComputerized AIS (AIS, TPS and Double-Entry).ppt
Computerized AIS (AIS, TPS and Double-Entry).pptfranciskishushu
 
What is the relationship between Accounting and an Accounting inform.pdf
What is the relationship between Accounting and an Accounting inform.pdfWhat is the relationship between Accounting and an Accounting inform.pdf
What is the relationship between Accounting and an Accounting inform.pdfannikasarees
 
Accounting Information Systems 14Th Edition Romney Solutions Manual
Accounting Information Systems 14Th Edition Romney Solutions ManualAccounting Information Systems 14Th Edition Romney Solutions Manual
Accounting Information Systems 14Th Edition Romney Solutions ManualJose Katab
 

Similar to Accounting Information system chapter 2 Flowchart.ppt (20)

Flow chart 1
Flow chart 1Flow chart 1
Flow chart 1
 
Statistical Accounts and Data in Oracle Cloud General Ledger
Statistical Accounts and Data in Oracle Cloud General LedgerStatistical Accounts and Data in Oracle Cloud General Ledger
Statistical Accounts and Data in Oracle Cloud General Ledger
 
eSheets Presentation
eSheets PresentationeSheets Presentation
eSheets Presentation
 
Simple Finance Presentation
Simple Finance PresentationSimple Finance Presentation
Simple Finance Presentation
 
Romney ch11
Romney ch11Romney ch11
Romney ch11
 
Aisch02
Aisch02Aisch02
Aisch02
 
460970787-93626369-Oracle-Accounts-Receivables-1-ppt.ppt
460970787-93626369-Oracle-Accounts-Receivables-1-ppt.ppt460970787-93626369-Oracle-Accounts-Receivables-1-ppt.ppt
460970787-93626369-Oracle-Accounts-Receivables-1-ppt.ppt
 
MWR12GlobalReleaseLearnings
MWR12GlobalReleaseLearningsMWR12GlobalReleaseLearnings
MWR12GlobalReleaseLearnings
 
AIS CH_01 Accounting Information Systems an overview.PPT
AIS CH_01 Accounting Information Systems an overview.PPTAIS CH_01 Accounting Information Systems an overview.PPT
AIS CH_01 Accounting Information Systems an overview.PPT
 
Accounting information system
Accounting information systemAccounting information system
Accounting information system
 
KSCope 2013 - Balance Sheet Reporting - Design Consideration - KSCope Format
KSCope 2013 - Balance Sheet Reporting - Design Consideration - KSCope FormatKSCope 2013 - Balance Sheet Reporting - Design Consideration - KSCope Format
KSCope 2013 - Balance Sheet Reporting - Design Consideration - KSCope Format
 
James hall ch 2
James hall ch 2James hall ch 2
James hall ch 2
 
ais6e-140422104321-phpapp02.pdf
ais6e-140422104321-phpapp02.pdfais6e-140422104321-phpapp02.pdf
ais6e-140422104321-phpapp02.pdf
 
Introduction to Transaction Processing Chapter No. 2
Introduction to Transaction Processing   Chapter No. 2Introduction to Transaction Processing   Chapter No. 2
Introduction to Transaction Processing Chapter No. 2
 
Dmr Info
Dmr InfoDmr Info
Dmr Info
 
Showcase of Reports
Showcase of ReportsShowcase of Reports
Showcase of Reports
 
Computerized AIS (AIS, TPS and Double-Entry).ppt
Computerized AIS (AIS, TPS and Double-Entry).pptComputerized AIS (AIS, TPS and Double-Entry).ppt
Computerized AIS (AIS, TPS and Double-Entry).ppt
 
What is the relationship between Accounting and an Accounting inform.pdf
What is the relationship between Accounting and an Accounting inform.pdfWhat is the relationship between Accounting and an Accounting inform.pdf
What is the relationship between Accounting and an Accounting inform.pdf
 
Accounting Information Systems 14Th Edition Romney Solutions Manual
Accounting Information Systems 14Th Edition Romney Solutions ManualAccounting Information Systems 14Th Edition Romney Solutions Manual
Accounting Information Systems 14Th Edition Romney Solutions Manual
 
Word to student doc
Word to student docWord to student doc
Word to student doc
 

Recently uploaded

Call Girls in Gomti Nagar - 7388211116 - With room Service
Call Girls in Gomti Nagar - 7388211116  - With room ServiceCall Girls in Gomti Nagar - 7388211116  - With room Service
Call Girls in Gomti Nagar - 7388211116 - With room Servicediscovermytutordmt
 
Non Text Magic Studio Magic Design for Presentations L&P.pptx
Non Text Magic Studio Magic Design for Presentations L&P.pptxNon Text Magic Studio Magic Design for Presentations L&P.pptx
Non Text Magic Studio Magic Design for Presentations L&P.pptxAbhayThakur200703
 
Call Girls Navi Mumbai Just Call 9907093804 Top Class Call Girl Service Avail...
Call Girls Navi Mumbai Just Call 9907093804 Top Class Call Girl Service Avail...Call Girls Navi Mumbai Just Call 9907093804 Top Class Call Girl Service Avail...
Call Girls Navi Mumbai Just Call 9907093804 Top Class Call Girl Service Avail...Dipal Arora
 
Regression analysis: Simple Linear Regression Multiple Linear Regression
Regression analysis:  Simple Linear Regression Multiple Linear RegressionRegression analysis:  Simple Linear Regression Multiple Linear Regression
Regression analysis: Simple Linear Regression Multiple Linear RegressionRavindra Nath Shukla
 
Cash Payment 9602870969 Escort Service in Udaipur Call Girls
Cash Payment 9602870969 Escort Service in Udaipur Call GirlsCash Payment 9602870969 Escort Service in Udaipur Call Girls
Cash Payment 9602870969 Escort Service in Udaipur Call GirlsApsara Of India
 
Catalogue ONG NUOC PPR DE NHAT .pdf
Catalogue ONG NUOC PPR DE NHAT      .pdfCatalogue ONG NUOC PPR DE NHAT      .pdf
Catalogue ONG NUOC PPR DE NHAT .pdfOrient Homes
 
Lucknow 💋 Escorts in Lucknow - 450+ Call Girl Cash Payment 8923113531 Neha Th...
Lucknow 💋 Escorts in Lucknow - 450+ Call Girl Cash Payment 8923113531 Neha Th...Lucknow 💋 Escorts in Lucknow - 450+ Call Girl Cash Payment 8923113531 Neha Th...
Lucknow 💋 Escorts in Lucknow - 450+ Call Girl Cash Payment 8923113531 Neha Th...anilsa9823
 
0183760ssssssssssssssssssssssssssss00101011 (27).pdf
0183760ssssssssssssssssssssssssssss00101011 (27).pdf0183760ssssssssssssssssssssssssssss00101011 (27).pdf
0183760ssssssssssssssssssssssssssss00101011 (27).pdfRenandantas16
 
BEST Call Girls In Old Faridabad ✨ 9773824855 ✨ Escorts Service In Delhi Ncr,
BEST Call Girls In Old Faridabad ✨ 9773824855 ✨ Escorts Service In Delhi Ncr,BEST Call Girls In Old Faridabad ✨ 9773824855 ✨ Escorts Service In Delhi Ncr,
BEST Call Girls In Old Faridabad ✨ 9773824855 ✨ Escorts Service In Delhi Ncr,noida100girls
 
Call Girls in Mehrauli Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Mehrauli Delhi 💯Call Us 🔝8264348440🔝Call Girls in Mehrauli Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Mehrauli Delhi 💯Call Us 🔝8264348440🔝soniya singh
 
Grateful 7 speech thanking everyone that has helped.pdf
Grateful 7 speech thanking everyone that has helped.pdfGrateful 7 speech thanking everyone that has helped.pdf
Grateful 7 speech thanking everyone that has helped.pdfPaul Menig
 
VIP Call Girls Pune Kirti 8617697112 Independent Escort Service Pune
VIP Call Girls Pune Kirti 8617697112 Independent Escort Service PuneVIP Call Girls Pune Kirti 8617697112 Independent Escort Service Pune
VIP Call Girls Pune Kirti 8617697112 Independent Escort Service PuneCall girls in Ahmedabad High profile
 
7.pdf This presentation captures many uses and the significance of the number...
7.pdf This presentation captures many uses and the significance of the number...7.pdf This presentation captures many uses and the significance of the number...
7.pdf This presentation captures many uses and the significance of the number...Paul Menig
 
Call Girls In Sikandarpur Gurgaon ❤️8860477959_Russian 100% Genuine Escorts I...
Call Girls In Sikandarpur Gurgaon ❤️8860477959_Russian 100% Genuine Escorts I...Call Girls In Sikandarpur Gurgaon ❤️8860477959_Russian 100% Genuine Escorts I...
Call Girls In Sikandarpur Gurgaon ❤️8860477959_Russian 100% Genuine Escorts I...lizamodels9
 
Lowrate Call Girls In Laxmi Nagar Delhi ❤️8860477959 Escorts 100% Genuine Ser...
Lowrate Call Girls In Laxmi Nagar Delhi ❤️8860477959 Escorts 100% Genuine Ser...Lowrate Call Girls In Laxmi Nagar Delhi ❤️8860477959 Escorts 100% Genuine Ser...
Lowrate Call Girls In Laxmi Nagar Delhi ❤️8860477959 Escorts 100% Genuine Ser...lizamodels9
 
VIP Call Girl Jamshedpur Aashi 8250192130 Independent Escort Service Jamshedpur
VIP Call Girl Jamshedpur Aashi 8250192130 Independent Escort Service JamshedpurVIP Call Girl Jamshedpur Aashi 8250192130 Independent Escort Service Jamshedpur
VIP Call Girl Jamshedpur Aashi 8250192130 Independent Escort Service JamshedpurSuhani Kapoor
 
Tech Startup Growth Hacking 101 - Basics on Growth Marketing
Tech Startup Growth Hacking 101  - Basics on Growth MarketingTech Startup Growth Hacking 101  - Basics on Growth Marketing
Tech Startup Growth Hacking 101 - Basics on Growth MarketingShawn Pang
 
Call Girls In Sikandarpur Gurgaon ❤️8860477959_Russian 100% Genuine Escorts I...
Call Girls In Sikandarpur Gurgaon ❤️8860477959_Russian 100% Genuine Escorts I...Call Girls In Sikandarpur Gurgaon ❤️8860477959_Russian 100% Genuine Escorts I...
Call Girls In Sikandarpur Gurgaon ❤️8860477959_Russian 100% Genuine Escorts I...lizamodels9
 
Progress Report - Oracle Database Analyst Summit
Progress  Report - Oracle Database Analyst SummitProgress  Report - Oracle Database Analyst Summit
Progress Report - Oracle Database Analyst SummitHolger Mueller
 

Recently uploaded (20)

Forklift Operations: Safety through Cartoons
Forklift Operations: Safety through CartoonsForklift Operations: Safety through Cartoons
Forklift Operations: Safety through Cartoons
 
Call Girls in Gomti Nagar - 7388211116 - With room Service
Call Girls in Gomti Nagar - 7388211116  - With room ServiceCall Girls in Gomti Nagar - 7388211116  - With room Service
Call Girls in Gomti Nagar - 7388211116 - With room Service
 
Non Text Magic Studio Magic Design for Presentations L&P.pptx
Non Text Magic Studio Magic Design for Presentations L&P.pptxNon Text Magic Studio Magic Design for Presentations L&P.pptx
Non Text Magic Studio Magic Design for Presentations L&P.pptx
 
Call Girls Navi Mumbai Just Call 9907093804 Top Class Call Girl Service Avail...
Call Girls Navi Mumbai Just Call 9907093804 Top Class Call Girl Service Avail...Call Girls Navi Mumbai Just Call 9907093804 Top Class Call Girl Service Avail...
Call Girls Navi Mumbai Just Call 9907093804 Top Class Call Girl Service Avail...
 
Regression analysis: Simple Linear Regression Multiple Linear Regression
Regression analysis:  Simple Linear Regression Multiple Linear RegressionRegression analysis:  Simple Linear Regression Multiple Linear Regression
Regression analysis: Simple Linear Regression Multiple Linear Regression
 
Cash Payment 9602870969 Escort Service in Udaipur Call Girls
Cash Payment 9602870969 Escort Service in Udaipur Call GirlsCash Payment 9602870969 Escort Service in Udaipur Call Girls
Cash Payment 9602870969 Escort Service in Udaipur Call Girls
 
Catalogue ONG NUOC PPR DE NHAT .pdf
Catalogue ONG NUOC PPR DE NHAT      .pdfCatalogue ONG NUOC PPR DE NHAT      .pdf
Catalogue ONG NUOC PPR DE NHAT .pdf
 
Lucknow 💋 Escorts in Lucknow - 450+ Call Girl Cash Payment 8923113531 Neha Th...
Lucknow 💋 Escorts in Lucknow - 450+ Call Girl Cash Payment 8923113531 Neha Th...Lucknow 💋 Escorts in Lucknow - 450+ Call Girl Cash Payment 8923113531 Neha Th...
Lucknow 💋 Escorts in Lucknow - 450+ Call Girl Cash Payment 8923113531 Neha Th...
 
0183760ssssssssssssssssssssssssssss00101011 (27).pdf
0183760ssssssssssssssssssssssssssss00101011 (27).pdf0183760ssssssssssssssssssssssssssss00101011 (27).pdf
0183760ssssssssssssssssssssssssssss00101011 (27).pdf
 
BEST Call Girls In Old Faridabad ✨ 9773824855 ✨ Escorts Service In Delhi Ncr,
BEST Call Girls In Old Faridabad ✨ 9773824855 ✨ Escorts Service In Delhi Ncr,BEST Call Girls In Old Faridabad ✨ 9773824855 ✨ Escorts Service In Delhi Ncr,
BEST Call Girls In Old Faridabad ✨ 9773824855 ✨ Escorts Service In Delhi Ncr,
 
Call Girls in Mehrauli Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Mehrauli Delhi 💯Call Us 🔝8264348440🔝Call Girls in Mehrauli Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Mehrauli Delhi 💯Call Us 🔝8264348440🔝
 
Grateful 7 speech thanking everyone that has helped.pdf
Grateful 7 speech thanking everyone that has helped.pdfGrateful 7 speech thanking everyone that has helped.pdf
Grateful 7 speech thanking everyone that has helped.pdf
 
VIP Call Girls Pune Kirti 8617697112 Independent Escort Service Pune
VIP Call Girls Pune Kirti 8617697112 Independent Escort Service PuneVIP Call Girls Pune Kirti 8617697112 Independent Escort Service Pune
VIP Call Girls Pune Kirti 8617697112 Independent Escort Service Pune
 
7.pdf This presentation captures many uses and the significance of the number...
7.pdf This presentation captures many uses and the significance of the number...7.pdf This presentation captures many uses and the significance of the number...
7.pdf This presentation captures many uses and the significance of the number...
 
Call Girls In Sikandarpur Gurgaon ❤️8860477959_Russian 100% Genuine Escorts I...
Call Girls In Sikandarpur Gurgaon ❤️8860477959_Russian 100% Genuine Escorts I...Call Girls In Sikandarpur Gurgaon ❤️8860477959_Russian 100% Genuine Escorts I...
Call Girls In Sikandarpur Gurgaon ❤️8860477959_Russian 100% Genuine Escorts I...
 
Lowrate Call Girls In Laxmi Nagar Delhi ❤️8860477959 Escorts 100% Genuine Ser...
Lowrate Call Girls In Laxmi Nagar Delhi ❤️8860477959 Escorts 100% Genuine Ser...Lowrate Call Girls In Laxmi Nagar Delhi ❤️8860477959 Escorts 100% Genuine Ser...
Lowrate Call Girls In Laxmi Nagar Delhi ❤️8860477959 Escorts 100% Genuine Ser...
 
VIP Call Girl Jamshedpur Aashi 8250192130 Independent Escort Service Jamshedpur
VIP Call Girl Jamshedpur Aashi 8250192130 Independent Escort Service JamshedpurVIP Call Girl Jamshedpur Aashi 8250192130 Independent Escort Service Jamshedpur
VIP Call Girl Jamshedpur Aashi 8250192130 Independent Escort Service Jamshedpur
 
Tech Startup Growth Hacking 101 - Basics on Growth Marketing
Tech Startup Growth Hacking 101  - Basics on Growth MarketingTech Startup Growth Hacking 101  - Basics on Growth Marketing
Tech Startup Growth Hacking 101 - Basics on Growth Marketing
 
Call Girls In Sikandarpur Gurgaon ❤️8860477959_Russian 100% Genuine Escorts I...
Call Girls In Sikandarpur Gurgaon ❤️8860477959_Russian 100% Genuine Escorts I...Call Girls In Sikandarpur Gurgaon ❤️8860477959_Russian 100% Genuine Escorts I...
Call Girls In Sikandarpur Gurgaon ❤️8860477959_Russian 100% Genuine Escorts I...
 
Progress Report - Oracle Database Analyst Summit
Progress  Report - Oracle Database Analyst SummitProgress  Report - Oracle Database Analyst Summit
Progress Report - Oracle Database Analyst Summit
 

Accounting Information system chapter 2 Flowchart.ppt

  • 1. © 2008 Prentice Hall Business Publishing Accounting Information Systems, 11/e Romney/Steinbart FLOWCHARTS • A flowchart is an analytical technique that describes some aspect of an information system in a clear, concise, and logical manner. • Flowcharts use a set of standard symbols to depict processing procedures and the flow of data. • Flowcharting History: – Introduced in 1950s by industrial engineers to document business processes and document flows for process improvement. – Sarbanes-Oxley 2002 increased importance by requiring companies to document business processes and internal controls procedures.
  • 2. © 2008 Prentice Hall Business Publishing Accounting Information Systems, 11/e Romney/Steinbart FLOWCHARTS • Every shape on a flowchart depicts a unique operation, input, processing activity, or storage medium. • In the days of yore, flowcharts were manually created using plastic templates. • Most flowcharts are now drawn using a software program such as Visio. – Microsoft and Power Point are also used. – The software uses pre-drawn shapes, and the developer drags the shapes into the drawing.
  • 3. © 2008 Prentice Hall Business Publishing Accounting Information Systems, 11/e Romney/Steinbart FLOWCHARTS • There are four types of flowcharting symbols: – Input/output symbols Input/output symbols indicate the type of device or media that provides input to or records output from a process.
  • 4. © 2008 Prentice Hall Business Publishing Accounting Information Systems, 11/e Romney/Steinbart FLOWCHARTS • There are four types of flowcharting symbols: – Input/output symbols – Processing symbols Processing symbols indicate the type of device used to process the data or whether the data is processed manually.
  • 5. © 2008 Prentice Hall Business Publishing Accounting Information Systems, 11/e Romney/Steinbart FLOWCHARTS • There are four types of flowcharting symbols: – Input/output symbols – Processing symbols – Storage symbols Storage symbols indicate the type of device used to store data while the system is not using it.
  • 6. © 2008 Prentice Hall Business Publishing Accounting Information Systems, 11/e Romney/Steinbart FLOWCHARTS • There are four types of flowcharting symbols: – Input/output symbols – Processing symbols – Storage symbols – Flow and miscellaneous symbols • Flow and miscellaneous symbols may indicate: – The flow of data and goods – The beginning or end of the flowchart – The location of a decision – An explanatory note
  • 7. © 2008 Prentice Hall Business Publishing Accounting Information Systems, 11/e Romney/Steinbart SYSTEM FLOWCHARTS • Now that we’ve looked at document flowcharts and guidelines for creating flowcharts, let’s take a brief look at system flowcharts.
  • 8. © 2008 Prentice Hall Business Publishing Accounting Information Systems, 11/e Romney/Steinbart SYSTEM FLOWCHARTS • A system flowchart depicts the relationship among the inputs, processes, and outputs of an AIS. – The system flowchart begins by identifying the inputs to the system. • These inputs can be: – New data – Data stored for future use – Both
  • 9. © 2008 Prentice Hall Business Publishing Accounting Information Systems, 11/e Romney/Steinbart SYSTEM FLOWCHARTS • A system flowchart depicts the relationship among the inputs, processes, and outputs of an AIS. – The system flowchart begins by identifying the inputs to the system. – Each input is followed by a process, i.e., the steps performed on the data. • If the process is performed by a computer, the logic of the computer program would be depicted in a program flowchart.
  • 10. © 2008 Prentice Hall Business Publishing Accounting Information Systems, 11/e Romney/Steinbart SYSTEM FLOWCHARTS • A system flowchart depicts the relationship among the inputs, processes, and outputs of an AIS. – The system flowchart begins by identifying the inputs to the system. – Each input is followed by a process, i.e., the steps performed on the data. – The process is followed by outputs—the resulting new information. • The output may be: – Stored for later use – Displayed on a screen – Printed on paper – An input to the next process
  • 11. © 2008 Prentice Hall Business Publishing Accounting Information Systems, 11/e Romney/Steinbart SYSTEM FLOWCHARTS • A system flowchart depicts the relationship among the inputs, processes, and outputs of an AIS. – The system flowchart begins by identifying the inputs to the system. – Each input is followed by a process, i.e., the steps performed on the data. – The process is followed by outputs—the resulting new information. – In other words, it’s the same basic input— process— output pattern that we saw in the document flowchart.
  • 12. © 2008 Prentice Hall Business Publishing Accounting Information Systems, 11/e Romney/Steinbart • System Flowchart • Can you spot the input— process— output pattern?
  • 13. © 2008 Prentice Hall Business Publishing Accounting Information Systems, 11/e Romney/Steinbart PROGRAM FLOWCHARTS • Program flowcharts illustrate the sequence of logical operations performed by a computer in executing a program. • They also follow an input—process— output pattern.
  • 14. © 2008 Prentice Hall Business Publishing Accounting Information Systems, 11/e Romney/Steinbart • The program flowchart is shown on the right.
  • 15. © 2008 Prentice Hall Business Publishing Accounting Information Systems, 11/e Romney/Steinbart • Note that the program flowchart details the logic of processes performed by the computer.
  • 16. © 2008 Prentice Hall Business Publishing Accounting Information Systems, 11/e Romney/Steinbart • This flowchart becomes the programmer’s blueprint for writing the actual computer program.
  • 17. © 2008 Prentice Hall Business Publishing Accounting Information Systems, 11/e Romney/Steinbart FLOWCHARTS VS. DFDs • Now that we’ve examined both flowcharts and DFDs, it may be useful to discuss the differences again. • DFDs place a heavy emphasis on the logical aspects of a system. • Flowcharts place more emphasis on the physical characteristics of the system. • An example may be useful.
  • 18. © 2008 Prentice Hall Business Publishing Accounting Information Systems, 11/e Romney/Steinbart FLOWCHARTS VS. DFDs • EXAMPLE: The registrar’s office of a small college receives paper enrollment forms from students. They sort these records alphabetically and then update the student record file to show the new classes.They also prepare class lists from the same data. The sorted enrollment forms are forwarded to the bursar’s office for billing purposes. Class lists are mailed to faculty members.
  • 19. © 2008 Prentice Hall Business Publishing Accounting Information Systems, 11/e Romney/Steinbart Students 1.0 Update Student Records 2.0 Prepare Class Lists Student Records Faculty Bursar Enrollment Forms Enrollment Forms Enrollment Forms Class Lists Here’s a DFD that goes with the story.
  • 20. © 2008 Prentice Hall Business Publishing Accounting Information Systems, 11/e Romney/Steinbart Students 1.0 Update Student Records 2.0 Prepare Class Lists Student Records Faculty Bursar Enrollment Forms Enrollment Forms Enrollment Forms Class Lists Students Registrar’s Office Enrollment Forms Sort Forms Sorted Enrollment Forms Update Student Records A Prepare Class Lists Sorted Enrollment Forms Class Lists Sorted Enrollment Forms Bursar Faculty Here’s a flowchart that goes with the story
  • 21. © 2008 Prentice Hall Business Publishing Accounting Information Systems, 11/e Romney/Steinbart FLOWCHARTS VS. DFDs • Now let’s change the story so that students enter enrollment data online. The registrar’s office sends a tape file of the enrollment data to the bursar’s office and continues to send paper class lists to faculty.
  • 22. © 2008 Prentice Hall Business Publishing Accounting Information Systems, 11/e Romney/Steinbart Students 1.0 Update Student Records 2.0 Prepare Class Lists Student Records Faculty Bursar Enrollment Data Enrollment Data Enrollment Data Class Lists Original DFD Students 1.0 Update Student Records 2.0 Prepare Class Lists Student Records Faculty Bursar Enrollment Forms Enrollment Forms Enrollment Forms Class Lists Here’s the revised DFD. How has it changed?
  • 23. © 2008 Prentice Hall Business Publishing Accounting Information Systems, 11/e Romney/Steinbart Here’s the revised flowchart. How has it changed? Registrar’s Office Students Class Lists Bursar Faculty Enrollment Data Update Student Records Student Records Enrollment Data Prepare Class Lists Student s Registrar’s Office Enrollment Forms Sort Forms Sorted Enrollment Forms Update Student Records A Prepare Class Lists Sorted Enrollment Forms Class Lists Sorted Enrollment Forms Bursar Faculty Original Flowchart
  • 24. © 2008 Prentice Hall Business Publishing Accounting Information Systems, 11/e Romney/Steinbart FLOWCHARTS VS. DFDs • Moral of the story: Changes in the physical characteristics of the process do affect the flowchart but have little or no impact on the DFD. • The DFD focuses more on the logic. • When deciding which tool to employ, consider the information needs of those who will view it.
  • 25. © 2008 Prentice Hall Business Publishing Accounting Information Systems, 11/e Romney/Steinbart SUMMARY • We’ve learned about graphical forms of documentation, particularly: – Data flow diagrams – Flowcharts • We’ve learned why these tools are important to accountants and how they are employed. • We’ve learned basic guidelines for creating data flow diagrams and flowcharts.