Prototypes: Difference between revisions

From Computer Science Wiki
(Created page with "right|frame|System Fundamentals<ref>http://www.flaticon.com/</ref> Once you have understood and chosen a system, you must diagram how the system work...")
 
No edit summary
 
(36 intermediate revisions by 2 users not shown)
Line 1: Line 1:
[[file:system_fund.png|right|frame|System Fundamentals<ref>http://www.flaticon.com/</ref>]]
[[file:system_fund.png|right|frame|System Fundamentals<ref>http://www.flaticon.com/</ref>]]


Once you have understood and chosen a system, you must diagram how the system works. This works prevents problems in the future by ensuring you understand all inputs and outputs, AND how the system is organized.


=== About system requirements ===
Prototypes are simplified versions of a system that are used to test and refine the requirements. They can be used to demonstrate the proposed system to the client in order to get feedback on the design and functionality of the system.


Once you have selected a system you should map how the system will interface with other systems in the organization, how data will flow into and out of the system (the inputs and outputs), and how the system is organized. We use the three techniques below to understand this. 
There are several benefits to using prototypes to demonstrate the proposed system to the client:


{| style="width: 95%;" class="wikitable"
# Prototypes allow the client to see and interact with a rough version of the system, which can help them better understand how the system will work.
|-
# Prototypes allow the client to provide feedback on the design and functionality of the system, which can help the development team make necessary changes before the final version of the system is built.
| '''Method''' || '''Example''' || '''Definition'''
# Prototypes can help the client visualize the final product and understand how it will fit into their business or organization.
|-
# Prototypes can help reduce risk by allowing the client to identify and address any issues or concerns before the final version of the system is built.
| system flow charts || [http://www.bbc.co.uk/staticarchive/4b3844943eca148db5a51dc534c6fb4ac43e1798.gif click here for example] || System flowcharts are a way of displaying how data flows in a system and how decisions are made to control events.<ref>http://www.bbc.co.uk/schools/gcsebitesize/ict/measurecontrol/2systemflowchartrev1.shtml</ref>
|-
| data flow diagrams || [http://freestudentprojects.com/wp-content/uploads/2012/06/dfd.png click here for example] || A data flow diagram (DFD) is a graphical representation of the "flow" of data through an information system, modelling its process aspects. A DFD is often used as a preliminary step to create an overview of the system, which can later be elaborated. DFDs can also be used for the visualization of data processing (structured design).<ref>https://en.wikipedia.org/wiki/Data_flow_diagram</ref>
|-
| structure chart || [https://en.wikipedia.org/wiki/Structure_chart#/media/File:CPT-Structured_Chart_Example.svg click here for example] ||  A Structure Chart (SC) in software engineering and organizational theory, is a chart which shows the breakdown of a system to its lowest manageable levels<ref>https://en.wikipedia.org/wiki/Structure_chart</ref>
 
|}


== Real-world practical advice ==
== Real-world practical advice ==


This step is '''especially important''' when you are working with many different interdependent systems.
There is almost always a gap between what the client wants and what the designer THINKS the client wants. Prototypes help narrow the gap efficiently.
 
== Do you understand this material? ==
 
Please consider the following examples, and answer the questions:
 
=== Example 1 ===
 
This is a simple example:
 
A small business wants to plan a new system. The new system is a computer kiosk inside the store which allows customers to sign up for a email newsletter. If a customer signs up for a newsletter inside the store, they will get a 10% discount on their first purchase at the store. The owner hopes this 10% discount will be an incentive for customers to sign up for the email newsletter.  The business will then regularly  email the customers special offers and savings. The business owner expects to benefit from this system by having increased sales. The customers expect to benefit from this system by having access to special offers, to save money, and to see what is new and trendy at their store.
 
Question 1: Construct a suitable representations to illustrate system requirements
 
== Do you have an advanced understanding of this material? ==
 
=== Example 2 ===
 
This is a complex example:
 
A school of 900 students wants to plan a new system. The school hopes the new system is a secure web-based application which manages attendance data. The school administrators want to carefully track attendance for the students so it can identify when students have been absent for a customizable threshold. For example, the school might set a threshold of 5 absences within 30 days, which then automatically notifies the student, parent, and teacher there is a problem with attendance. The threshold might be 3 times within 10 days, or something like that. The system should keep track of attendance and tardies. The system should have customizable attendance codes. For example, "abscence for school trip", "excused abscence", "medical abscence" are all allowed abscence codes.  
 
School administrators expect to benefit by having data about attendance so they can support students and parents to be in school. School administrators also expect to benefit by giving parents and students information about attendance (so parents can support their children to be in school). Finally, school adinistrators expect to benefit by using attendance data to apply for government funding (as they can prove how many students were in class on a specific day).
 
Parents expect to benefit by knowing when their children are in school or miss school. This way parents can support their children to be in school. Being in school is a '''shared value''' that the school hopes the parents share.
 
Students expect to benefit by understanding how many days of school of they have missed. The school expects students to have a strong "ownership of learning" and manage their attendance.  
 
Question 1: Construct a suitable representations to illustrate system requirements


== Standards ==
== Standards ==
These standards are used from the IB Computer Science Subject Guide<ref>IB Diploma Programme Computer science guide (first examinations 2014). Cardiff, Wales, United Kingdom: International Baccalaureate Organization. January 2012.</ref>


* Describe the purpose of prototypes to demonstrate the proposed system to the client.
* Describe the purpose of prototypes to demonstrate the proposed system to the client.


== References ==
== References ==

Latest revision as of 10:24, 9 January 2023

System Fundamentals[1]


Prototypes are simplified versions of a system that are used to test and refine the requirements. They can be used to demonstrate the proposed system to the client in order to get feedback on the design and functionality of the system.

There are several benefits to using prototypes to demonstrate the proposed system to the client:

  1. Prototypes allow the client to see and interact with a rough version of the system, which can help them better understand how the system will work.
  2. Prototypes allow the client to provide feedback on the design and functionality of the system, which can help the development team make necessary changes before the final version of the system is built.
  3. Prototypes can help the client visualize the final product and understand how it will fit into their business or organization.
  4. Prototypes can help reduce risk by allowing the client to identify and address any issues or concerns before the final version of the system is built.

Real-world practical advice[edit]

There is almost always a gap between what the client wants and what the designer THINKS the client wants. Prototypes help narrow the gap efficiently.

Standards[edit]

These standards are used from the IB Computer Science Subject Guide[2]

  • Describe the purpose of prototypes to demonstrate the proposed system to the client.

References[edit]

  1. http://www.flaticon.com/
  2. IB Diploma Programme Computer science guide (first examinations 2014). Cardiff, Wales, United Kingdom: International Baccalaureate Organization. January 2012.