<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>djack's blog</title>
	<atom:link href="http://djack69.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://djack69.wordpress.com</link>
	<description>Just another WordPress.com weblog</description>
	<lastBuildDate>Wed, 06 May 2009 14:27:03 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='djack69.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>djack's blog</title>
		<link>http://djack69.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://djack69.wordpress.com/osd.xml" title="djack&#039;s blog" />
	<atom:link rel='hub' href='http://djack69.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Database Normalization</title>
		<link>http://djack69.wordpress.com/2009/05/06/database-normalization/</link>
		<comments>http://djack69.wordpress.com/2009/05/06/database-normalization/#comments</comments>
		<pubDate>Wed, 06 May 2009 14:26:59 +0000</pubDate>
		<dc:creator>djack69</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Database Normalization]]></category>

		<guid isPermaLink="false">http://djack69.wordpress.com/?p=67</guid>
		<description><![CDATA[Normalization Gathering user or business requirement Developing E-R Model bases user or business requirements Convert E-R Model goes to relationship gatherings (table) Normalization is relationship to remove anomaly Implementation goes to database by make table for each relationship already most normalization Database Normalization Why done by normalization? Optimizing is table structures Increasing speed Removing same [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=djack69.wordpress.com&amp;blog=6649319&amp;post=67&amp;subd=djack69&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><strong>Normalization</strong></p>
<ul>
<li>Gathering user or business requirement</li>
<li>Developing E-R Model bases user or business requirements</li>
<li>Convert E-R Model goes to relationship gatherings (table)</li>
<li>Normalization is relationship to remove anomaly</li>
<li>Implementation goes to database by make table for each relationship      already most normalization</li>
</ul>
<p><strong>Database Normalization</strong></p>
<p>Why done by normalization?</p>
<p>Optimizing is table structures</p>
<ul>
<li>Increasing speed</li>
<li>Removing same data inclusion</li>
<li>More efficient in storage media purpose</li>
<li>Reducing redundancy</li>
<li>Avoiding anomaly( <em>insertion anomalies </em>, <em>deletion anomalies </em>,      <em>anomalies update </em>).</li>
<li>Increased data integrity</li>
</ul>
<p>One table is said well (efficient) or normal if pock 3 criterions as follows:</p>
<ul>
<li>If there is decomposition table, therefore decomposition it shall be      secured safe (<em>Lossless      Join Decomposition </em>). Its mean, after that table is untied / at      decomposition becomes new tables, that new tables can result tables      originally equally a hair breadth.</li>
<li>It&#8217;s petted dependable functional at the moment data change      (Dependency Preservation).</li>
<li>Don&#8217;t breach Boyce Code Form Normal (BCNF).</li>
</ul>
<p>If the third criterion (BCNF) can&#8217;t be accomplished, therefore at least that table not breach the third phase Normal Form (3rd is Normal Form or 3NF).</p>
<p><strong>Functional Dependency</strong></p>
<ul>
<li>Functional Dependency to figuring attribute connection in a relation.</li>
<li>A attribute is functionally dependant in other, if we used that      attributes value for defined the other attributes value.</li>
<li>The symbol is &#8220;-&gt;&#8221; for represent the functional      dependency.</li>
<li>Notation: A -&gt; B</li>
</ul>
<p>A and B are attribute from a table. The mean is with functional A defined B or B depends on A, if and only if there are 2 line data with the same value A, so value B is same.</p>
<p><a rel="attachment wp-att-66" href="http://djack69.wordpress.com/2009/05/06/database-normalization/untitled1/"><img class="alignnone size-full wp-image-66" title="untitled1" src="http://djack69.files.wordpress.com/2009/05/untitled1.jpg?w=328&#038;h=96" alt="untitled1" width="328" height="96" /></a></p>
<p>Functional Dependency:</p>
<p>NRP -&gt; Nama</p>
<p>Mata_Kuliah, NRP -&gt; Nilai</p>
<p>Non Functional Dependency:</p>
<p>Mata_Kuliah -&gt; NRP</p>
<p>NRP -&gt; Nilai</p>
<ul>
<li>Functional Dependency from table value :</li>
</ul>
<p>NRP -&gt; Nama</p>
<p>Because for every value the same NRP, so the same value is same.</p>
<p>{mata_kuliah,NRP} -&gt; Nilai</p>
<p>Because attribute value depends on mata_kuliah and NRP together.</p>
<p>In the other mean for mata_kuliah and the same NRP, so the value is same, because mata_kuliah and NRP is key (unique).</p>
<p><strong>First Normal Form (1NF)</strong></p>
<p>A table on the form said to be normal if I did not reside in the unnormalized form of a table, where there is a kind of field multiplication and field that allows a null (empty).</p>
<p>Is not allowed there :</p>
<p>- Many attributes of value (Multivalued attributes).</p>
<p>- Attributes composite or a combination of both.</p>
<p>So :</p>
<p>- Price is the domain attribute must be atomic rate</p>
<p><strong>Second Normal Form (2NF)</strong></p>
<p>Normal form 2NF met in a table if it meets the form of 1NF, and all the attributes than the primary key, have a full Functional Dependency on primary key. A table does not meet 2NF said, if there are attributes that Functional Dependency are only partial (only depending on the part of the primary key). If there are attributes that have no dependence on the primary key, then the attributes must be moved or removed.</p>
<ul>
<li>Functional dependency X <strong>&#8211;&gt;</strong> Y if it is said of a remove      attribute A from X means that Y is no longer dependent functional.</li>
<li>Functional dependency X <strong>&#8211;&gt;</strong> Y if it is said partial delete      an attribute A from X means that Y is functionally dependent.</li>
<li>Relation scheme R in the form 2NF if every non-primary key attribute A      Î R is functionally dependent on the full primary key R.</li>
</ul>
<p><strong>3NF (Third Normal Form)</strong><br />
Normal form 3NF fufilled if have fulfilled form 2NF, and otherwise there is attribute of is non key primary owning depended to attribute of is non the other key primary.<br />
Tables of up to standard student following 2NF, but do not fulfill 3NF</p>
<p><strong>Boyce-Codd Normal Form (BNCF)</strong><br />
Boyce-Codd normal form (or BCNF) is a normal form used in database normalization.<br />
It is a slightly stronger version of the third normal form (3NF). A table is in Boyce-Codd normal form if and only if, for every one of its non-trivial functional dependencies X → Y, X is a superkey-that is, X is either a candidate key or a superset thereof.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/djack69.wordpress.com/67/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/djack69.wordpress.com/67/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/djack69.wordpress.com/67/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/djack69.wordpress.com/67/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/djack69.wordpress.com/67/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/djack69.wordpress.com/67/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/djack69.wordpress.com/67/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/djack69.wordpress.com/67/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/djack69.wordpress.com/67/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/djack69.wordpress.com/67/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/djack69.wordpress.com/67/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/djack69.wordpress.com/67/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/djack69.wordpress.com/67/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/djack69.wordpress.com/67/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=djack69.wordpress.com&amp;blog=6649319&amp;post=67&amp;subd=djack69&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://djack69.wordpress.com/2009/05/06/database-normalization/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/cf4dd5fb2442ddba872be7c89d6352dd?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">djack69</media:title>
		</media:content>

		<media:content url="http://djack69.files.wordpress.com/2009/05/untitled1.jpg" medium="image">
			<media:title type="html">untitled1</media:title>
		</media:content>
	</item>
		<item>
		<title>DATABASE AND ER-DIAGRAM</title>
		<link>http://djack69.wordpress.com/2009/04/19/database-and-er-diagram/</link>
		<comments>http://djack69.wordpress.com/2009/04/19/database-and-er-diagram/#comments</comments>
		<pubDate>Sun, 19 Apr 2009 10:27:25 +0000</pubDate>
		<dc:creator>djack69</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[DATABASE AND ER-DIAGRAM]]></category>

		<guid isPermaLink="false">http://djack69.wordpress.com/?p=34</guid>
		<description><![CDATA[DATABASE AND ER-DIAGRAM DATABASE 1. DATABASE DEFINITION Definition of the database: - A set of data stored in the magnetic disk, optical disk or other secondary storage - Collection of integrated data-related data of an enterprise (company, government or private) - A companies manufacturing production planning data, actual production data, data ordering materials, etc. - [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=djack69.wordpress.com&amp;blog=6649319&amp;post=34&amp;subd=djack69&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p class="MsoNormal" style="text-align:justify;"><strong><span style="font-size:16pt;line-height:115%;">DATABASE AND ER-DIAGRAM</span></strong></p>
<p class="MsoNormal" style="text-align:justify;"><strong><span style="font-size:14pt;line-height:115%;">DATABASE</span></strong></p>
<p class="MsoNormal" style="margin-left:.5in;text-align:justify;text-indent:-.25in;"><!--[if !supportLists]--><span><span>1.<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]-->DATABASE DEFINITION</p>
<p class="MsoNormal" style="margin-left:.5in;text-align:justify;">Definition of the database:</p>
<p class="MsoNormal" style="margin-left:.5in;text-align:justify;text-indent:-.25in;"><!--[if !supportLists]--><span style="font-family:Symbol;"><span>-<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]-->A set of data stored in the magnetic disk, optical disk or other secondary storage</p>
<p class="MsoNormal" style="margin-left:.5in;text-align:justify;text-indent:-.25in;"><!--[if !supportLists]--><span style="font-family:Symbol;"><span>-<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]-->Collection of integrated data-related data of an enterprise (company, government or private)</p>
<p class="MsoNormal" style="margin-left:1in;text-align:justify;text-indent:-.25in;"><!--[if !supportLists]--><span><span>-<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]-->A companies manufacturing production planning data, actual production data, data ordering materials, etc.</p>
<p class="MsoNormal" style="margin-left:1in;text-align:justify;text-indent:-.25in;"><!--[if !supportLists]--><span><span>-<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]-->A hospital patient data, doctor, nurse, etc.</p>
<p class="MsoNormal" style="margin-left:.5in;text-align:justify;text-indent:-.25in;"><!--[if !supportLists]--><span><span>2.<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]-->DATABASE MANAGEMENT SYSTEM</p>
<p class="MsoNormal" style="margin-left:.5in;text-align:justify;text-indent:-.25in;"><!--[if !supportLists]--><span style="font-family:Symbol;"><span>-<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]-->Collection / database combined with software applications that are based database</p>
<p class="MsoNormal" style="margin-left:.5in;text-align:justify;text-indent:-.25in;"><!--[if !supportLists]--><span style="font-family:Symbol;"><span>-<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]-->Application programs are used to access and maintain databases</p>
<p class="MsoNormal" style="margin-left:.5in;text-align:justify;">The main purpose DBMS is to provide an environment that is efficient and easy to use, withdrawal and storage of data and information</p>
<p class="MsoNormal" style="margin-left:.5in;text-align:justify;text-indent:-.25in;"><!--[if !supportLists]--><span style="font-family:Symbol;"><span>-<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]-->BIT, BYTE, Field</p>
<p class="MsoNormal" style="margin-left:.75in;text-align:justify;text-indent:-.25in;"><!--[if !supportLists]--><span><span>-<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]-->Bit is part of smallest data which contains value of 0 or 1</p>
<p class="MsoNormal" style="margin-left:.75in;text-align:justify;text-indent:-.25in;"><!--[if !supportLists]--><span><span>-<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]-->Byte is a set of similar bits</p>
<p class="MsoNormal" style="margin-left:.75in;text-align:justify;text-indent:-.25in;"><!--[if !supportLists]--><span><span>-<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]-->Field is a set of similar bytes, in the database used the term attribute</p>
<p class="MsoNormal" style="margin-left:.5in;text-align:justify;text-indent:-.25in;"><!--[if !supportLists]--><span style="font-family:Symbol;"><span>-<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]-->Attribute/Field</p>
<p class="MsoNormal" style="margin-left:.75in;text-align:justify;text-indent:-.25in;"><!--[if !supportLists]--><span><span>-<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]-->It is the nature or characteristics of an entity that provides provide detail on these entities</p>
<p class="MsoNormal" style="margin-left:.75in;text-align:justify;text-indent:-.25in;"><!--[if !supportLists]--><span><span>-<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]-->A relationship can also have attributes</p>
<p class="MsoNormal" style="margin-left:.5in;text-align:justify;text-indent:-.25in;"><!--[if !supportLists]--><span style="font-family:Symbol;"><span>-<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]-->Example of attributes:</p>
<p class="MsoNormal" style="margin-left:.75in;text-align:justify;text-indent:-.25in;"><!--[if !supportLists]--><span><span>-<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]-->STUDENTS: NIM, NAME, ADDRESS</p>
<p class="MsoNormal" style="margin-left:.75in;text-align:justify;text-indent:-.25in;"><!--[if !supportLists]--><span><span>-<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]-->CAR: CAR_NUMBER, COLOR, TYPE, CC</p>
<p class="MsoNormal" style="margin-left:.5in;text-align:justify;text-indent:-.25in;"><!--[if !supportLists]--><span style="font-family:Symbol;"><span>-<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]-->TYPE-TYPE Attribute</p>
<p class="MsoNormal" style="margin-left:1in;text-align:justify;text-indent:-.25in;"><!--[if !supportLists]--><span><span>-<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]-->Single vs. multivalve</p>
<p class="MsoNormal" style="margin-left:1in;text-align:justify;">Single : can only be filled at most one value</p>
<p class="MsoNormal" style="margin-left:1in;text-align:justify;">Multi value : can be filled with more than one value with the same of type</p>
<p class="MsoNormal" style="margin-left:1in;text-align:justify;text-indent:-.25in;"><!--[if !supportLists]--><span><span>-<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]-->Atomic vs. composition</p>
<p class="MsoNormal" style="margin-left:1in;text-align:justify;">Atomic : cannot be divided into the attributes of smaller</p>
<p class="MsoNormal" style="margin-left:.5in;text-align:justify;text-indent:.5in;">Composition : combination of several attributes of a smaller</p>
<p class="MsoNormal" style="margin-left:1in;text-align:justify;text-indent:-.25in;"><!--[if !supportLists]--><span><span>-<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]-->Derived attribute</p>
<p class="MsoNormal" style="margin-left:1in;text-align:justify;">The attribute value can be derived from the value of other attributes, example : age can be derived resulting from the date of birth attributes</p>
<p class="MsoNormal" style="margin-left:1in;text-align:justify;text-indent:-.25in;"><!--[if !supportLists]--><span><span>-<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]-->Null Value attribute</p>
<p class="MsoNormal" style="margin-left:1in;text-align:justify;">Attributes that have no value to a record</p>
<p class="MsoNormal" style="margin-left:1in;text-align:justify;text-indent:-.25in;"><!--[if !supportLists]--><span><span>-<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]-->Mandatory attribute Value</p>
<p class="MsoNormal" style="margin-left:1in;text-align:justify;">Attributes must have values</p>
<p class="MsoNormal" style="margin-left:.5in;text-align:justify;text-indent:-.25in;"><!--[if !supportLists]--><span><span>3.<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]-->RECORD / TUPLE</p>
<p class="MsoNormal" style="margin-left:.5in;text-align:justify;text-indent:-.25in;"><!--[if !supportLists]--><span style="font-family:Symbol;"><span>-<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]-->It is a line of data in a relationship</p>
<p class="MsoNormal" style="margin-left:.5in;text-align:justify;text-indent:-.25in;"><!--[if !supportLists]--><span style="font-family:Symbol;"><span>-<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]-->Consists of the set of attributes, the attributes relationship mutually to inform each other entity/full relationship</p>
<p class="MsoNormal" style="margin-left:.5in;text-align:justify;text-indent:-.25in;"><!--[if !supportLists]--><span><span>4.<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]-->Entity / FILE</p>
<p class="MsoNormal" style="margin-left:.5in;text-align:justify;text-indent:-.25in;"><!--[if !supportLists]--><span style="font-family:Symbol;"><span>-<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]-->File is a collection of similar records and have the same elements, the same attributes but different data value.</p>
<p class="MsoNormal" style="margin-left:.5in;text-align:justify;text-indent:-.25in;"><!--[if !supportLists]--><span style="font-family:Symbol;"><span>-<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]-->File Type</p>
<p class="MsoNormal" style="margin-left:.5in;text-align:justify;">In processing applications, files can categories, are:</p>
<p class="MsoNormal" style="margin-left:1in;text-align:justify;text-indent:-.25in;"><!--[if !supportLists]--><span><span>-<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]-->Master File</p>
<p class="MsoNormal" style="margin-left:1in;text-align:justify;text-indent:-.25in;"><!--[if !supportLists]--><span><span>-<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]-->Transaction Files</p>
<p class="MsoNormal" style="margin-left:1in;text-align:justify;text-indent:-.25in;"><!--[if !supportLists]--><span><span>-<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]-->File Reports</p>
<p class="MsoNormal" style="margin-left:1in;text-align:justify;text-indent:-.25in;"><!--[if !supportLists]--><span><span>-<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]-->File History</p>
<p class="MsoNormal" style="margin-left:1in;text-align:justify;text-indent:-.25in;"><!--[if !supportLists]--><span><span>-<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]-->File Protection</p>
<p class="MsoNormal" style="margin-left:1in;text-align:justify;text-indent:-.25in;"><!--[if !supportLists]--><span><span>-<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]-->File Work</p>
<p class="MsoNormal" style="margin-left:.5in;text-align:justify;text-indent:-.25in;"><!--[if !supportLists]--><span><span>5.<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]-->DOMAIN</p>
<p class="MsoNormal" style="margin-left:.75in;text-align:justify;text-indent:-.25in;"><!--[if !supportLists]--><span style="font-family:Symbol;"><span>-<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]-->Domain is the set of values that are allowed to reside in one or more attributes. Each attribute in a database relational is defined as a domain</p>
<p class="MsoNormal" style="margin-left:.5in;text-align:justify;text-indent:-.25in;"><!--[if !supportLists]--><span><span>6.<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]-->Element KEY DATA</p>
<p class="MsoNormal" style="margin-left:.75in;text-align:justify;text-indent:-.25in;"><!--[if !supportLists]--><span style="font-family:Symbol;"><span>-<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]-->Key is element of record which is used to find these records at the time of access, or can also be used to identify each entity/record/line</p>
<p class="MsoNormal" style="margin-left:.5in;text-align:justify;text-indent:-.25in;"><!--[if !supportLists]--><span><span>7.<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]-->SPECIES OF KEY</p>
<p class="MsoNormal" style="margin-left:.75in;text-align:justify;text-indent:-.25in;"><!--[if !supportLists]--><span style="font-family:Symbol;"><span>-<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]-->Super key is one or more attributes of a table that can be used to identify entity/record of the table are unique (not all attributes can be super key)</p>
<p class="MsoNormal" style="margin-left:.75in;text-align:justify;text-indent:-.25in;"><!--[if !supportLists]--><span style="font-family:Symbol;"><span>-<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]-->Candidate Key is a super key with minimal attributes. Candidate must not contain a attribute of the another table so that the candidate key is certain super key but not necessarily vice versa.</p>
<p class="MsoNormal" style="margin-left:.75in;text-align:justify;text-indent:-.25in;"><!--[if !supportLists]--><span style="font-family:Symbol;"><span>-<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]-->Primary Key</p>
<p class="MsoNormal" style="margin-left:.75in;text-align:justify;">One of the key attributes of the candidate can be selected/specified a primary key with the three following criteria:</p>
<p class="MsoNormal" style="margin-left:.25in;text-align:justify;text-indent:.5in;">1. Key is more natural to use as reference</p>
<p class="MsoNormal" style="margin-left:.25in;text-align:justify;text-indent:.5in;">2. Key is more simple</p>
<p class="MsoNormal" style="margin-left:.25in;text-align:justify;text-indent:.5in;">3. Key is guaranteed unique</p>
<p class="MsoNormal" style="margin-left:.75in;text-align:justify;text-indent:-.25in;"><!--[if !supportLists]--><span style="font-family:Symbol;"><span>-<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]-->Alternate Key is an attribute of the candidate key is not selected to be primary key.</p>
<p class="MsoNormal" style="margin-left:.75in;text-align:justify;text-indent:-.25in;"><!--[if !supportLists]--><span style="font-family:Symbol;"><span>-<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]-->Foreign Key is any attribute those points to the primary key in another table. Foreign key will be going on a relationship that has cardinalities one to many or many to many. Foreign key is usually always put on the table that point to many.</p>
<p class="MsoNormal" style="margin-left:.75in;text-align:justify;text-indent:-.25in;"><!--[if !supportLists]--><span style="font-family:Symbol;"><span>-<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]-->External Key is a lexical attribute or set of lexical attributes that values are always identifying an object instance.</p>
<p class="MsoNormal" style="text-align:justify;"><strong><span style="font-size:14pt;line-height:115%;">ERD (Entity Relationship Diagram)</span></strong></p>
<p class="MsoNormal" style="margin-left:.5in;text-align:justify;text-indent:-.25in;"><!--[if !supportLists]--><span><span>1.<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]-->ERD DEFINITION<strong></strong></p>
<p class="MsoNormal" style="margin-left:.75in;text-align:justify;text-indent:-.25in;"><!--[if !supportLists]--><span style="font-family:Symbol;"><span>-<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]-->ERD is a model of a network that uses word order is stored in the abstract system.</p>
<p class="MsoNormal" style="margin-left:.75in;text-align:justify;text-indent:-.25in;"><!--[if !supportLists]--><span style="font-family:Symbol;"><span>-<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]-->Differences between the DFD and ERD</p>
<p class="MsoNormal" style="margin-left:1in;text-align:justify;text-indent:-.25in;"><!--[if !supportLists]--><span><span>-<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]-->DFD is a model of network functions that will be implemented by the system</p>
<p class="MsoNormal" style="margin-left:1in;text-align:justify;text-indent:-.25in;"><!--[if !supportLists]--><span><span>-<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]-->ERD is a model that emphasizes the network data on the structure and relationship data</p>
<p class="MsoNormal" style="margin-left:.5in;text-align:justify;text-indent:-.25in;"><!--[if !supportLists]--><span><span>2.<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]-->Elements of the ERD</p>
<p class="MsoNormal" style="margin-left:.5in;text-align:justify;text-indent:-.25in;"><!--[if !supportLists]--><span style="font-family:Symbol;"><span>-<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]-->Entity</p>
<p class="MsoNormal" style="margin-left:.5in;text-align:justify;">In the ER Diagram Entity is described with the form of a rectangle. Entity is something that exists in the real system and the abstract where the data stored or where there are data.</p>
<p class="MsoNormal" style="margin-left:.5in;text-align:justify;text-indent:-.25in;"><!--[if !supportLists]--><span style="font-family:Symbol;"><span>-<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]-->Relationship</p>
<p class="MsoNormal" style="margin-left:.5in;text-align:justify;">ER diagram on the relationship can be described with a lozenge. Relationship is a natural relationship that occurs between entities. In general, the name given to the verb base making it easier to do the reading relationship</p>
<p class="MsoNormal" style="margin-left:.5in;text-align:justify;text-indent:-.25in;"><!--[if !supportLists]--><span style="font-family:Symbol;"><span>-<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]-->Relationship Degree</p>
<p class="MsoNormal" style="margin-left:.5in;text-align:justify;">Is the number of entities participating in a relationship. Degree which is often used in the ERD</p>
<p class="MsoNormal" style="margin-left:.5in;text-align:justify;text-indent:-.25in;"><!--[if !supportLists]--><span style="font-family:Symbol;"><span>-<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]-->Attribute</p>
<p class="MsoNormal" style="margin-left:.5in;text-align:justify;">Is the nature or characteristics of each entity and relationship</p>
<p class="MsoNormal" style="margin-left:.5in;text-align:justify;text-indent:-.25in;"><!--[if !supportLists]--><span style="font-family:Symbol;"><span>-<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]-->Cardinalities</p>
<p class="MsoNormal" style="margin-left:.5in;text-align:justify;">Indicates the maximum number of tupel that can be relation with entities on the other entity</p>
<p class="MsoNormal" style="margin-left:.5in;text-align:justify;text-indent:-.25in;"><!--[if !supportLists]--><span style="font-family:Symbol;"><span>-<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]-->Unary Relationship</p>
<p class="MsoNormal" style="text-align:justify;text-indent:.5in;">Is a model of the relationship between the entities originating from the same entity set</p>
<p class="MsoNormal" style="margin-left:.5in;text-align:justify;text-indent:-.25in;"><!--[if !supportLists]--><span style="font-family:Symbol;"><span>-<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]-->Binary Relationship</p>
<p class="MsoNormal" style="text-align:justify;text-indent:.5in;">Is a model of the relationship between 2 entities.</p>
<p class="MsoNormal" style="margin-left:.5in;text-align:justify;text-indent:-.25in;"><!--[if !supportLists]--><span style="font-family:Symbol;"><span>-<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]-->Ternary Relationship</p>
<p class="MsoNormal" style="text-align:justify;text-indent:.5in;">Is a relationship between the instances of 3 types of entities is unilateral.</p>
<p class="MsoNormal" style="margin-left:.5in;text-align:justify;text-indent:-.25in;"><!--[if !supportLists]--><span><span>3.<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]-->Cardinality</p>
<p class="MsoNormal" style="margin-left:.5in;text-align:justify;">There are 3 cardinalities relations, namely:</p>
<p class="MsoNormal" style="margin-left:1in;text-align:justify;text-indent:-.25in;"><!--[if !supportLists]--><span><span>-<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]-->One to One</p>
<p class="MsoNormal" style="margin-left:1in;text-align:justify;">Level one to one relationship with the one stated in the entities first event only had one relationship with one incident in which the two entities and vice versa.</p>
<p class="MsoNormal" style="margin-left:1in;text-align:justify;text-indent:-.25in;"><!--[if !supportLists]--><span><span>-<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]-->One to many or many to one</p>
<p class="MsoNormal" style="margin-left:1in;text-align:justify;">Level one to much relationship is the same as the one to many depending on the direction from which look for the relationship. for an incident on the first entity can have any relationship with many<span> </span>incident on the second entity, if the one incident on the second entity can only have one relationship with the incident on the first entity.</p>
<p class="MsoNormal" style="margin-left:1in;text-align:justify;text-indent:-.25in;"><!--[if !supportLists]--><span><span>-<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]-->Many to many</p>
<p class="MsoNormal" style="margin-left:1in;text-align:justify;">If any incident occurs in an entity many have relationships with other entities in the incident.</p>
<p class="MsoNormal" style="margin-left:.5in;text-align:justify;text-indent:-.25in;"><!--[if !supportLists]--><span><span>4.<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><!--[if gte vml 1]&gt;                     &lt;![endif]--><!--[if !vml]--></p>
<table style="height:51px;" border="0" cellspacing="0" cellpadding="0" width="137">
<tbody>
<tr>
<td width="71" height="0"></td>
</tr>
<tr>
<td></td>
<td><a href="http://djack69.wordpress.com/DOCUME~1/GA/LOCALS~1/Temp/msohtml1/01/clip_image002.jpg"><img src="/DOCUME~1/GA/LOCALS~1/Temp/msohtml1/01/clip_image002.jpg" alt="" /></a></td>
</tr>
</tbody>
</table>
<p class="MsoNormal" style="margin-left:.5in;text-align:justify;text-indent:-.25in;"><!--[endif]--><!--[if gte vml 1]&gt;&lt;![endif]--><br />
EXEMPLE OF CARDINALITY</p>
<p class="MsoNormal" style="text-align:justify;">
<p class="MsoNormal" style="text-align:justify;">
<p class="MsoNormal" style="margin-left:.5in;text-align:justify;text-indent:-.25in;"><!--[if !supportLists]--><span><span>5.<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]-->Notation (E-R diagram)</p>
<p class="MsoNormal" style="margin-left:.5in;text-align:justify;">Symbolic notation in the ER diagram is</p>
<p class="MsoNormal" style="text-align:justify;">1. Rectangle represents the collective entity</p>
<p class="MsoNormal" style="text-align:justify;">2. Circle represents the attributes</p>
<p class="MsoNormal" style="text-align:justify;">3. Belah Ketupat represents collective relationships</p>
<p class="MsoNormal" style="text-align:justify;">4. Link as the set of relationships between the collective relation with collective entity and the collective entity and with the attributes</p>
<p class="MsoNormal" style="text-align:justify;"><!--[if gte vml 1]&gt;&lt;![endif]--><!--[if !vml]--><span style="position:relative;z-index:5;left:-1px;top:18px;width:98px;height:63px;"><img src="/DOCUME~1/GA/LOCALS~1/Temp/msohtml1/01/clip_image003.gif" alt="" width="98" height="45" /></span><!--[endif]--></p>
<p class="MsoNormal" style="margin-left:1in;text-align:justify;text-indent:.5in;"><span> </span>Collective Entity</p>
<table border="0" cellspacing="0" cellpadding="0" align="left">
<tbody>
<tr>
<td width="11" height="10"></td>
</tr>
<tr>
<td></td>
<td><img src="/DOCUME~1/GA/LOCALS~1/Temp/msohtml1/01/clip_image004.gif" alt="" width="86" height="63" /></td>
</tr>
</tbody>
</table>
<p class="MsoNormal" style="text-align:justify;"><span> </span>A key attribute of</p>
<p class="MsoNormal" style="text-align:justify;"><!--[if gte vml 1]&gt;   &lt;![endif]--><!--[if !vml]--><span style="position:absolute;z-index:3;left:0;margin-left:-2px;margin-top:14px;width:112px;height:50px;"><img src="/DOCUME~1/GA/LOCALS~1/Temp/msohtml1/01/clip_image005.gif" alt="" width="112" height="50" /></span><!--[endif]--><span> </span></p>
<p class="MsoNormal" style="text-align:justify;"><span> </span><span> </span>Collective Relations</p>
<p class="MsoNormal" style="text-align:justify;"><!--[if gte vml 1]&gt;   &lt;![endif]--><!--[if !vml]--><span style="position:absolute;z-index:2;left:0;margin-left:-1px;margin-top:11px;width:106px;height:3px;"><img src="/DOCUME~1/GA/LOCALS~1/Temp/msohtml1/01/clip_image006.gif" alt="" width="106" height="3" /></span><!--[endif]--><span> </span>Link</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/djack69.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/djack69.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/djack69.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/djack69.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/djack69.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/djack69.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/djack69.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/djack69.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/djack69.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/djack69.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/djack69.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/djack69.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/djack69.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/djack69.wordpress.com/34/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=djack69.wordpress.com&amp;blog=6649319&amp;post=34&amp;subd=djack69&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://djack69.wordpress.com/2009/04/19/database-and-er-diagram/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/cf4dd5fb2442ddba872be7c89d6352dd?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">djack69</media:title>
		</media:content>

		<media:content url="/DOCUME~1/GA/LOCALS~1/Temp/msohtml1/01/clip_image002.jpg" medium="image" />

		<media:content url="/DOCUME~1/GA/LOCALS~1/Temp/msohtml1/01/clip_image003.gif" medium="image" />

		<media:content url="/DOCUME~1/GA/LOCALS~1/Temp/msohtml1/01/clip_image004.gif" medium="image" />

		<media:content url="/DOCUME~1/GA/LOCALS~1/Temp/msohtml1/01/clip_image005.gif" medium="image" />

		<media:content url="/DOCUME~1/GA/LOCALS~1/Temp/msohtml1/01/clip_image006.gif" medium="image" />
	</item>
		<item>
		<title>DATA FLOW DIAGRAM</title>
		<link>http://djack69.wordpress.com/2009/04/05/data-flow-diagram/</link>
		<comments>http://djack69.wordpress.com/2009/04/05/data-flow-diagram/#comments</comments>
		<pubDate>Sun, 05 Apr 2009 15:36:52 +0000</pubDate>
		<dc:creator>djack69</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[DATA FLOW DIAGRAM]]></category>

		<guid isPermaLink="false">http://djack69.wordpress.com/?p=29</guid>
		<description><![CDATA[What is a data flow diagram? A data flow diagram (DFD) is a graphical description of the ebb and flow of data in a given context. DFD allows you to identify the transformations that take place on data as it moves from input to Output in the system. (DFDs pre-date UML diagrams, but still have [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=djack69.wordpress.com&amp;blog=6649319&amp;post=29&amp;subd=djack69&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p class="MsoNormal" style="margin-bottom:2.25pt;line-height:150%;">
<p class="MsoNormal" style="line-height:150%;margin:.75pt 0 2.25pt;"><strong><span style="font-size:9pt;line-height:150%;font-family:&quot;">What is a data flow diagram?</span></strong></p>
<p class="MsoNormal" style="text-align:justify;line-height:150%;margin:.75pt 0 2.25pt;"><span style="font-size:9pt;line-height:150%;font-family:&quot;color:#333333;">A <strong>data flow diagram</strong> (DFD) is a graphical description of the ebb and flow of data in a given context. DFD allows you to identify the transformations that take place on data as it moves from input to Output in the system. (DFDs pre-date UML diagrams, but still have a complementary role to play in describing systems.)</span></p>
<h3 style="background:#f8fcff none repeat scroll 0;line-height:150%;"><span class="mw-headline"><span style="font-size:9pt;line-height:150%;font-family:&quot;color:windowtext;" lang="EN">Developing a data-flow diagram</span></span></h3>
<h3 style="background:#f8fcff none repeat scroll 0;line-height:150%;"><span class="mw-headline"><span style="font-size:9pt;line-height:150%;font-family:&quot;color:windowtext;" lang="EN">Top-Down Approach</span></span></h3>
<p class="MsoNormal" style="background:#f8fcff none repeat scroll 0;margin-left:.5in;text-indent:-.25in;line-height:150%;"><!--[if !supportLists]--><span style="font-size:9pt;line-height:150%;font-family:&quot;" lang="EN"><span>1.<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-size:9pt;line-height:150%;font-family:&quot;" lang="EN">The system designer makes &#8220;a context level DFD&#8221; or Level 0, which shows the &#8220;interaction&#8221; (data flows) between &#8220;the system&#8221; (represented by one process) and &#8220;the system environment&#8221; (represented by terminators). </span></p>
<p class="MsoNormal" style="background:#f8fcff none repeat scroll 0;margin-left:.5in;text-indent:-.25in;line-height:150%;"><!--[if !supportLists]--><span style="font-size:9pt;line-height:150%;font-family:&quot;" lang="EN"><span>2.<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-size:9pt;line-height:150%;font-family:&quot;" lang="EN">The system is &#8220;decomposed in lower-level DFD (Level 1)&#8221; into a set of &#8220;processes, data stores, and the data flows between these processes and data stores&#8221;. </span></p>
<p class="MsoNormal" style="background:#f8fcff none repeat scroll 0;margin-left:.5in;text-indent:-.25in;line-height:150%;"><!--[if !supportLists]--><span style="font-size:9pt;line-height:150%;font-family:&quot;" lang="EN"><span>3.<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-size:9pt;line-height:150%;font-family:&quot;" lang="EN">Each process is then decomposed into an &#8220;even-lower-level diagram containing its subprocesses&#8221;. </span></p>
<p class="MsoNormal" style="background:#f8fcff none repeat scroll 0;margin-left:.5in;text-indent:-.25in;line-height:150%;"><!--[if !supportLists]--><span style="font-size:9pt;line-height:150%;font-family:&quot;" lang="EN"><span>4.<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-size:9pt;line-height:150%;font-family:&quot;" lang="EN">This approach &#8220;then continues on the subsequent subprocesses&#8221;, until a necessary and sufficient level of detail is reached which is called the primitive process (aka chewable in one bite). </span></p>
<p style="background:#f8fcff none repeat scroll 0;line-height:150%;"><span style="font-size:9pt;line-height:150%;font-family:&quot;" lang="EN">DFD is also a virtually designable diagram that technically or diagrammatically describes the inflow and outflow of data or information that is provided by the external entity.</span></p>
<h3 style="background:#f8fcff none repeat scroll 0;line-height:150%;"><span class="mw-headline"><span style="font-size:9pt;line-height:150%;font-family:&quot;color:windowtext;" lang="EN">Event Partitioning Approach</span></span></h3>
<p style="background:#f8fcff none repeat scroll 0;line-height:150%;"><span style="font-size:9pt;line-height:150%;font-family:&quot;" lang="EN"><a title="Event partitioning" href="http://en.wikipedia.org/wiki/Event_partitioning"><span style="color:windowtext;">Event partitioning</span></a> was described by <a title="Edward Yourdon" href="http://en.wikipedia.org/wiki/Edward_Yourdon"><span style="color:windowtext;">Edward Yourdon</span></a> in <em>Just Enough Structured Analysis</em>.<sup><a href="Data_flow_diagram.htm#cite_note-3"><span style="color:windowtext;">[4]</span></a></sup></span></p>
<p class="MsoNormal" style="background:#f8fcff none repeat scroll 0;margin-left:.5in;text-indent:-.25in;line-height:150%;"><!--[if !supportLists]--><span style="font-size:9pt;line-height:150%;font-family:&quot;" lang="EN"><span>1.<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-size:9pt;line-height:150%;font-family:&quot;" lang="EN">Construct detailed data-flow diagram. </span></p>
<p class="MsoNormal" style="background:#f8fcff none repeat scroll 0;margin-left:1in;text-indent:-.25in;line-height:150%;"><!--[if !supportLists]--><span style="font-size:9pt;line-height:150%;font-family:&quot;" lang="EN"><span>1.<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-size:9pt;line-height:150%;font-family:&quot;" lang="EN">The list of all events is made. </span></p>
<p class="MsoNormal" style="background:#f8fcff none repeat scroll 0;margin-left:1in;text-indent:-.25in;line-height:150%;"><!--[if !supportLists]--><span style="font-size:9pt;line-height:150%;font-family:&quot;" lang="EN"><span>2.<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-size:9pt;line-height:150%;font-family:&quot;" lang="EN">For each event a process is constructed. </span></p>
<p class="MsoNormal" style="background:#f8fcff none repeat scroll 0;margin-left:1in;text-indent:-.25in;line-height:150%;"><!--[if !supportLists]--><span style="font-size:9pt;line-height:150%;font-family:&quot;" lang="EN"><span>3.<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-size:9pt;line-height:150%;font-family:&quot;" lang="EN">Each process is linked (with incoming data flows) directly with other processes or via data stores, so that it has enough information to respond to a given event. </span></p>
<p class="MsoNormal" style="background:#f8fcff none repeat scroll 0;margin-left:1in;text-indent:-.25in;line-height:150%;"><!--[if !supportLists]--><span style="font-size:9pt;line-height:150%;font-family:&quot;" lang="EN"><span>4.<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-size:9pt;line-height:150%;font-family:&quot;" lang="EN">The reaction of each process to a given event is modeled by an outgoing data flow. </span></p>
<p class="MsoNormal" style="line-height:normal;margin:.75pt 0 2.25pt;"><span style="font-size:9pt;font-family:&quot;"> </span></p>
<p class="MsoNormal" style="line-height:normal;"><span style="font-size:9pt;font-family:&quot;">Data Flow Diagram (DFD)</span></p>
<p class="MsoNormal" style="margin-left:.75in;text-indent:-.25in;line-height:normal;"><!--[if !supportLists]--><span style="font-size:9pt;"><span>-<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-size:9pt;font-family:&quot;">Describes the distribution of the system in to a smaller modules </span></p>
<p class="MsoNormal" style="margin-left:.75in;text-indent:-.25in;line-height:normal;"><!--[if !supportLists]--><span style="font-size:9pt;"><span>-<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-size:9pt;font-family:&quot;">Easier for users with less understanding field of computer to understand the systems that will be done </span></p>
<p class="MsoNormal" style="line-height:normal;"><span style="font-size:9pt;font-family:&quot;">Context Diagram</span></p>
<p class="MsoNormal" style="margin-left:.5in;text-indent:-.25in;line-height:normal;"><!--[if !supportLists]--><span style="font-size:9pt;"><span>-<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-size:9pt;font-family:&quot;">Consists of a process and describe the scope of a system </span></p>
<p class="MsoNormal" style="margin-left:.5in;text-indent:-.25in;line-height:normal;"><!--[if !supportLists]--><span style="font-size:9pt;"><span>-<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-size:9pt;font-family:&quot;">Is the highest level of the DFD that describes the entire of input in to system and output of the system</span></p>
<p class="MsoNormal" style="margin-left:.5in;text-indent:-.25in;line-height:normal;"><!--[if !supportLists]--><span style="font-size:9pt;"><span>-<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-size:9pt;font-family:&quot;">System is limited by Boundary (depicted by broken lines)</span></p>
<p class="MsoNormal" style="margin-left:.5in;text-indent:-.25in;line-height:normal;"><!--[if !supportLists]--><span style="font-size:9pt;"><span>-<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-size:9pt;font-family:&quot;">No storage </span></p>
<p class="MsoNormal" style="line-height:normal;"><span style="font-size:9pt;font-family:&quot;">Zero Diagram</span></p>
<p class="MsoNormal" style="margin-left:.5in;text-indent:-.25in;line-height:normal;"><!--[if !supportLists]--><span style="font-size:9pt;"><span>-<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-size:9pt;font-family:&quot;">Describes the process of the DFD</span></p>
<p class="MsoNormal" style="margin-left:.5in;text-indent:-.25in;line-height:normal;"><!--[if !supportLists]--><span style="font-size:9pt;"><span>-<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-size:9pt;font-family:&quot;">Providing views on the overall system in which, showing the main process<span> </span>or function, the flow of data and entity external </span></p>
<p class="MsoNormal" style="margin-left:.5in;text-indent:-.25in;line-height:normal;"><!--[if !supportLists]--><span style="font-size:9pt;"><span>-<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-size:9pt;font-family:&quot;">At this level of data storage possible </span></p>
<p class="MsoNormal" style="margin-left:.5in;text-indent:-.25in;line-height:normal;"><!--[if !supportLists]--><span style="font-size:9pt;"><span>-<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-size:9pt;font-family:&quot;">To process that does not be detailed again on the next level then added to the symbol &#8216;*&#8217; or &#8216;P&#8217; at the end of the process</span></p>
<p class="MsoNormal" style="margin-left:.5in;text-indent:-.25in;line-height:normal;"><!--[if !supportLists]--><span style="font-size:9pt;"><span>-<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-size:9pt;font-family:&quot;">Balance of input and output (balancing) between zero diagram with context diagram should be maintained </span></p>
<p class="MsoNormal" style="line-height:normal;"><span style="font-size:9pt;font-family:&quot;">Detailed Diagram </span></p>
<p class="MsoNormal" style="margin-left:.5in;text-indent:-.25in;line-height:normal;"><!--[if !supportLists]--><span style="font-size:9pt;"><span>-<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-size:9pt;font-family:&quot;">Is the diagrams that decompose a process that is in the diagram zero or level above </span></p>
<p class="MsoNormal" style="margin-left:.5in;text-indent:-.25in;line-height:normal;"><!--[if !supportLists]--><span style="font-size:9pt;"><span>-<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-size:9pt;font-family:&quot;">Numbering level in the DFD: </span></p>
<p class="MsoNormal" style="margin-left:1in;text-indent:-.25in;line-height:normal;"><!--[if !supportLists]--><span style="font-size:9pt;font-family:&quot;"><span>1.<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-size:9pt;font-family:&quot;">Level Name : 0, Diagram Name : Context, Number of process :<span> </span>-</span></p>
<p class="MsoNormal" style="margin-left:1in;text-indent:-.25in;line-height:normal;"><!--[if !supportLists]--><span style="font-size:9pt;font-family:&quot;"><span>2.<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-size:9pt;font-family:&quot;">Level Name : 1, Diagram Name : Diagram 0, Number of process : 1.0, 2.0, 3.0, &#8230; </span></p>
<p class="MsoNormal" style="margin-left:1in;text-indent:-.25in;line-height:normal;"><!--[if !supportLists]--><span style="font-size:9pt;font-family:&quot;"><span>3.<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-size:9pt;font-family:&quot;">Level Name : 2, Diagram Name : Diagram 1.0, Number of process : 1.1, 1.2, 1.3, &#8230;</span></p>
<p class="MsoNormal" style="margin-left:1in;text-indent:-.25in;line-height:normal;"><!--[if !supportLists]--><span style="font-size:9pt;font-family:&quot;"><span>4.<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-size:9pt;font-family:&quot;">Level Name : 3, Diagram Name : Diagram 1.1, Number of process : 1.1.1, 1.1.2, &#8230; </span></p>
<p class="MsoNormal" style="margin-left:37.5pt;text-indent:-.25in;line-height:normal;"><!--[if !supportLists]--><span style="font-size:9pt;"><span>-<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-size:9pt;font-family:&quot;">In one level there should be no more than 7 units and the maximum of 9, when more should be done in the decomposition </span></p>
<p class="MsoNormal" style="line-height:normal;"><span style="font-size:9pt;font-family:&quot;">SPECIFICATION <span> </span>PROCESS</span></p>
<p class="MsoNormal" style="margin-left:37.5pt;text-indent:-.25in;line-height:normal;"><!--[if !supportLists]--><span style="font-size:9pt;"><span>-<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-size:9pt;font-family:&quot;">Each of process in the DFD must have a specification process </span></p>
<p class="MsoNormal" style="margin-left:37.5pt;text-indent:-.25in;line-height:normal;"><!--[if !supportLists]--><span style="font-size:9pt;"><span>-<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-size:9pt;font-family:&quot;">At the top level method is used to describe the process can use by a descriptive sentence </span></p>
<p class="MsoNormal" style="margin-left:37.5pt;text-indent:-.25in;line-height:normal;"><!--[if !supportLists]--><span style="font-size:9pt;"><span>-<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-size:9pt;font-family:&quot;">At a level more detailed, namely on the process bottom (functional primitive) requires specification of a more structured </span></p>
<p class="MsoNormal" style="margin-left:37.5pt;text-indent:-.25in;line-height:normal;"><!--[if !supportLists]--><span style="font-size:9pt;"><span>-<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-size:9pt;font-family:&quot;">Specification process will be the guideline for the programmer to make this program (coding)<br />
Method used in the specification process : the process of disintegration in the form of a story, decision table, decision tree</span></p>
<p class="MsoNormal" style="line-height:normal;"><span style="font-size:9pt;font-family:&quot;">ON FOREIGN</span></p>
<p class="MsoNormal" style="margin-left:.5in;text-indent:-.25in;line-height:normal;"><!--[if !supportLists]--><span style="font-size:9pt;"><span>-<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-size:9pt;font-family:&quot;">Something that is outside the system, but it provides data in the system or to provide data from the system </span></p>
<p class="MsoNormal" style="margin-left:.5in;text-indent:-.25in;line-height:normal;"><!--[if !supportLists]--><span style="font-size:9pt;"><span>-<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-size:9pt;font-family:&quot;">The symbol with the notation box </span></p>
<p class="MsoNormal" style="margin-left:.5in;text-indent:-.25in;line-height:normal;"><!--[if !supportLists]--><span style="font-size:9pt;"><span>-<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-size:9pt;font-family:&quot;">External entity not part of the system including </span></p>
<p class="MsoNormal" style="margin-left:.5in;text-indent:-.25in;line-height:normal;"><!--[if !supportLists]--><span style="font-size:9pt;"><span>-<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-size:9pt;font-family:&quot;">Naming: </span></p>
<p class="MsoNormal" style="margin-left:1in;text-indent:-.25in;line-height:normal;"><!--[if !supportLists]--><span style="font-size:9pt;font-family:&quot;"><span>1.<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-size:9pt;font-family:&quot;">The name of the terminal are noun </span></p>
<p class="MsoNormal" style="margin-left:1in;text-indent:-.25in;line-height:normal;"><!--[if !supportLists]--><span style="font-size:9pt;font-family:&quot;"><span>2.<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-size:9pt;font-family:&quot;">Terminal may not have the same name except the object are same</span></p>
<p class="MsoNormal" style="line-height:normal;"><span style="font-size:9pt;font-family:&quot;">CASH DATA </span></p>
<p class="MsoNormal" style="margin-left:.5in;text-indent:-.25in;line-height:normal;"><!--[if !supportLists]--><span style="font-size:9pt;"><span>-<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-size:9pt;font-family:&quot;">Is the place flow of information </span></p>
<p class="MsoNormal" style="margin-left:.5in;text-indent:-.25in;line-height:normal;"><!--[if !supportLists]--><span style="font-size:9pt;"><span>-<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-size:9pt;font-family:&quot;">Depicted with the straight line that connects the components of the system </span></p>
<p class="MsoNormal" style="margin-left:.5in;text-indent:-.25in;line-height:normal;"><!--[if !supportLists]--><span style="font-size:9pt;"><span>-<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-size:9pt;font-family:&quot;">Data flow direction is indicated with arrows and lines give the name on the flow of data that flows </span></p>
<p class="MsoNormal" style="margin-left:.25in;line-height:normal;"><span style="font-size:9pt;font-family:&quot;">Flow data flows between processes, data storage and indicates data flow form of data input for the system </span></p>
<p class="MsoNormal" style="margin-left:55.5pt;text-indent:-.25in;line-height:normal;"><!--[if !supportLists]--><span style="font-size:9pt;"><span>-<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-size:9pt;font-family:&quot;">Guidelines of the naming: </span></p>
<p class="MsoNormal" style="margin-left:91.5pt;text-indent:-.25in;line-height:normal;"><!--[if !supportLists]--><span style="font-size:9pt;font-family:&quot;"><span>1.<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-size:9pt;font-family:&quot;">Name of the flow of data that consists of some words associated with the flow lines connect </span></p>
<p class="MsoNormal" style="margin-left:91.5pt;text-indent:-.25in;line-height:normal;"><!--[if !supportLists]--><span style="font-size:9pt;font-family:&quot;"><span>2.<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-size:9pt;font-family:&quot;">No flow data for the same and the name should reflect its content </span></p>
<p class="MsoNormal" style="margin-left:91.5pt;text-indent:-.25in;line-height:normal;"><!--[if !supportLists]--><span style="font-size:9pt;font-family:&quot;"><span>3.<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-size:9pt;font-family:&quot;">The flow of data that consists of several elements can be expressed with the group element </span></p>
<p class="MsoNormal" style="margin-left:91.5pt;text-indent:-.25in;line-height:normal;"><!--[if !supportLists]--><span style="font-size:9pt;font-family:&quot;"><span>4.<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-size:9pt;font-family:&quot;"><span> </span>Avoid using the word &#8216;data&#8217; and &#8216;information&#8217; to give a name to the flow of data</span></p>
<p class="MsoNormal" style="margin-left:91.5pt;text-indent:-.25in;line-height:normal;"><!--[if !supportLists]--><span style="font-size:9pt;font-family:&quot;"><span>5.<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-size:9pt;font-family:&quot;">Wherever possible the complete flow of data is written </span></p>
<p class="MsoNormal" style="margin-left:55.5pt;text-indent:-.25in;line-height:normal;"><!--[if !supportLists]--><span style="font-size:9pt;"><span>-<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-size:9pt;font-family:&quot;">Other provisions: </span></p>
<p class="MsoNormal" style="margin-left:91.5pt;text-indent:-.25in;line-height:normal;"><!--[if !supportLists]--><span style="font-size:9pt;font-family:&quot;"><span>1.<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-size:9pt;font-family:&quot;">Name of the flow of data into a process may not be the same as the name of the data flow out of the process </span></p>
<p class="MsoNormal" style="margin-left:91.5pt;text-indent:-.25in;line-height:normal;"><!--[if !supportLists]--><span style="font-size:9pt;font-family:&quot;"><span>2.<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-size:9pt;font-family:&quot;">Data flow into or out of data storage does not need to be given a name if:</span></p>
<p class="MsoNormal" style="margin-left:127.5pt;text-indent:-.25in;line-height:normal;"><!--[if !supportLists]--><span style="font-size:9pt;font-family:Wingdings;"><span>§<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-size:9pt;font-family:&quot;">The flow of data simple and easy to understand</span></p>
<p class="MsoNormal" style="margin-left:127.5pt;text-indent:-.25in;line-height:normal;"><!--[if !supportLists]--><span style="font-size:9pt;font-family:Wingdings;"><span>§<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-size:9pt;font-family:&quot;">Describes the data flow of all data items </span></p>
<p class="MsoNormal" style="line-height:normal;"><span style="font-size:9pt;font-family:&quot;">There can be no flow of data from the terminal to the data storage, or vice versa because the terminal is not part of the system, the relationship with the terminal data storage must be through a process</span></p>
<p class="MsoNormal" style="line-height:normal;"><span style="font-size:9pt;font-family:&quot;">PROCESS </span></p>
<p class="MsoNormal" style="margin-left:55.5pt;text-indent:-.25in;line-height:normal;"><!--[if !supportLists]--><span style="font-size:9pt;"><span>-<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-size:9pt;font-family:&quot;">The process is what is done by the system </span></p>
<p class="MsoNormal" style="margin-left:55.5pt;text-indent:-.25in;line-height:normal;"><!--[if !supportLists]--><span style="font-size:9pt;"><span>-<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-size:9pt;font-family:&quot;">The process can process data flows or data entry into the flow of data out </span></p>
<p class="MsoNormal" style="margin-left:55.5pt;text-indent:-.25in;line-height:normal;"><!--[if !supportLists]--><span style="font-size:9pt;"><span>-<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-size:9pt;font-family:&quot;">Transform the process of working one or more of the input data into one or more of the output data in accordance with the desired specifications </span></p>
<p class="MsoNormal" style="margin-left:55.5pt;text-indent:-.25in;line-height:normal;"><!--[if !supportLists]--><span style="font-size:9pt;"><span>-<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-size:9pt;font-family:&quot;">Each process has one or more inputs and produce one or more output </span></p>
<p class="MsoNormal" style="margin-left:55.5pt;text-indent:-.25in;line-height:normal;"><!--[if !supportLists]--><span style="font-size:9pt;"><span>-<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-size:9pt;font-family:&quot;">The process also often called bubble </span></p>
<p class="MsoNormal" style="margin-left:55.5pt;text-indent:-.25in;line-height:normal;"><!--[if !supportLists]--><span style="font-size:9pt;"><span>-<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-size:9pt;font-family:&quot;">Guidelines of the process: </span></p>
<p class="MsoNormal" style="margin-left:91.5pt;text-indent:-.25in;line-height:normal;"><!--[if !supportLists]--><span style="font-size:9pt;font-family:&quot;"><span>1.<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-size:9pt;font-family:&quot;">Name of the process consists of a verb and noun, which reflects the function of the process </span></p>
<p class="MsoNormal" style="margin-left:91.5pt;text-indent:-.25in;line-height:normal;"><!--[if !supportLists]--><span style="font-size:9pt;font-family:&quot;"><span>2.<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-size:9pt;font-family:&quot;">Do not use the process as part of the name of a bubble </span></p>
<p class="MsoNormal" style="margin-left:91.5pt;text-indent:-.25in;line-height:normal;"><!--[if !supportLists]--><span style="font-size:9pt;font-family:&quot;"><span>3.<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-size:9pt;font-family:&quot;">May not have some process that has the same name </span></p>
<p class="MsoNormal" style="line-height:normal;"><span style="font-size:9pt;font-family:&quot;">The process should be given a number. Order number wherever possible to follow the flow of the process or sequence, but the sequence number does not mean that the absolute is a process in chronological order </span></p>
<p class="MsoNormal" style="line-height:normal;"><span style="font-size:9pt;font-family:&quot;">STORAGE DATA </span></p>
<p class="MsoNormal" style="margin-left:.5in;text-indent:-.25in;line-height:normal;"><!--[if !supportLists]--><span style="font-size:9pt;"><span>-<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-size:9pt;font-family:&quot;">Data storage is a storage place for data that exists in the system </span></p>
<p class="MsoNormal" style="margin-left:.5in;text-indent:-.25in;line-height:normal;"><!--[if !supportLists]--><span style="font-size:9pt;"><span>-<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-size:9pt;font-family:&quot;">Symbol with a pair of parallel lines or two lines with one side open side </span></p>
<p class="MsoNormal" style="margin-left:.5in;text-indent:-.25in;line-height:normal;"><!--[if !supportLists]--><span style="font-size:9pt;"><span>-<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-size:9pt;font-family:&quot;">The process can retrieve data from or provide data to the database </span></p>
<p class="MsoNormal" style="margin-left:.5in;text-indent:-.25in;line-height:normal;"><!--[if !supportLists]--><span style="font-size:9pt;"><span>-<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-size:9pt;font-family:&quot;">Guidelines of the name: </span></p>
<p class="MsoNormal" style="margin-left:1in;text-indent:-.25in;line-height:normal;"><!--[if !supportLists]--><span style="font-size:9pt;font-family:&quot;"><span>1.<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-size:9pt;font-family:&quot;">The name should reflect the data storage</span></p>
<p class="MsoNormal" style="margin-left:1in;text-indent:-.25in;line-height:normal;"><!--[if !supportLists]--><span style="font-size:9pt;font-family:&quot;"><span>2.<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-size:9pt;font-family:&quot;">When his name more than one word must be marked with the number </span></p>
<p class="MsoNormal" style="line-height:normal;"><span style="font-size:9pt;font-family:&quot;"><br />
DATA DICTIONARY </span></p>
<p class="MsoNormal" style="margin-left:.5in;text-indent:-.25in;line-height:normal;"><!--[if !supportLists]--><span style="font-size:9pt;"><span>-<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-size:9pt;font-family:&quot;">Work to help the system to interpret the application in detail and organize all elements of the data used in the system precisely so that the system analyst and have a basic understanding of the same input, output, storage and process </span></p>
<p class="MsoNormal" style="margin-left:.5in;text-indent:-.25in;line-height:normal;"><!--[if !supportLists]--><span style="font-size:9pt;"><span>-<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-size:9pt;font-family:&quot;">At analysis, the data dictionary is used as a means of communication between the systems analyst with the users</span></p>
<p class="MsoNormal" style="margin-left:.5in;text-indent:-.25in;line-height:normal;"><!--[if !supportLists]--><span style="font-size:9pt;"><span>-<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-size:9pt;font-family:&quot;"><span> </span>At the system design, data dictionary is used to design input, reports and databases </span></p>
<p class="MsoNormal" style="margin-left:.5in;text-indent:-.25in;line-height:normal;"><!--[if !supportLists]--><span style="font-size:9pt;"><span>-<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-size:9pt;font-family:&quot;"><span> </span>Flow data on the global DAD, further details can be seen in the data dictionary </span></p>
<p class="MsoNormal" style="margin-left:.5in;text-indent:-.25in;line-height:normal;"><!--[if !supportLists]--><span style="font-size:9pt;"><span>-<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-size:9pt;font-family:&quot;">Load the data dictionary as follows: </span></p>
<p class="MsoNormal" style="margin-left:1in;text-indent:-.25in;line-height:normal;"><!--[if !supportLists]--><span style="font-size:9pt;font-family:&quot;"><span>1.<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-size:9pt;font-family:&quot;">Name of data flow: must note that readers who need further explanation about a flow of data can find it easily </span></p>
<p class="MsoNormal" style="margin-left:1in;text-indent:-.25in;line-height:normal;"><!--[if !supportLists]--><span style="font-size:9pt;font-family:&quot;"><span>2.<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-size:9pt;font-family:&quot;">Alias: alias or other name of the data can be written when there is</span></p>
<p class="MsoNormal" style="margin-left:1in;text-indent:-.25in;line-height:normal;"><!--[if !supportLists]--><span style="font-size:9pt;font-family:&quot;"><span>3.<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-size:9pt;font-family:&quot;"><span> </span>Forms of data: used to segment the data dictionary to use when designing the system</span></p>
<p class="MsoNormal" style="margin-left:1in;text-indent:-.25in;line-height:normal;"><!--[if !supportLists]--><span style="font-size:9pt;font-family:&quot;"><span>4.<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-size:9pt;font-family:&quot;">Flow data: indicates from which data flows and where the data </span></p>
<p class="MsoNormal" style="margin-left:1in;text-indent:-.25in;line-height:normal;"><!--[if !supportLists]--><span style="font-size:9pt;font-family:&quot;"><span>5.<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-size:9pt;font-family:&quot;">Description: to give an explanation of the meaning of the data flow </span></p>
<p class="MsoNormal" style="line-height:normal;"><span style="font-size:9pt;font-family:&quot;">BALANCING IN DFD </span></p>
<p class="MsoNormal" style="margin-left:.5in;text-indent:-.25in;line-height:normal;"><!--[if !supportLists]--><span style="font-size:9pt;"><span>-<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-size:9pt;font-family:&quot;">The flow of data into and out of a process must be the same as the flow of data into and out of the details of the process on the level / levels below </span></p>
<p class="MsoNormal" style="margin-left:.5in;text-indent:-.25in;line-height:normal;"><!--[if !supportLists]--><span style="font-size:9pt;"><span>-<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-size:9pt;font-family:&quot;">Name of the data flow into and out of the process must match the name of the flow of data into and out of the details of the process </span></p>
<p class="MsoNormal" style="margin-left:.5in;text-indent:-.25in;line-height:normal;"><!--[if !supportLists]--><span style="font-size:9pt;"><span>-<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-size:9pt;font-family:&quot;"><span> </span>Number and the name of an entity outside the process must be equal to the number of names and entities outside of the details of the process</span></p>
<p class="MsoNormal" style="margin-left:.5in;text-indent:-.25in;line-height:normal;"><!--[if !supportLists]--><span style="font-size:9pt;"><span>-<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-size:9pt;font-family:&quot;"> The issues that must be considered in the DFD which have more than one level: </span></p>
<p class="MsoNormal" style="margin-left:1in;text-indent:-.25in;line-height:normal;"><!--[if !supportLists]--><span style="font-size:9pt;font-family:&quot;"><span>1.<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-size:9pt;font-family:&quot;">There must be a balance between input and output of one level and next level </span></p>
<p class="MsoNormal" style="margin-left:1in;text-indent:-.25in;line-height:normal;"><!--[if !supportLists]--><span style="font-size:9pt;font-family:&quot;"><span>2.<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-size:9pt;font-family:&quot;">Balance between level 0 and level 1 at the input / output of stream data to or from the terminal on level 0, while the balance between level 1 and level 2 is seen on the input / output of stream data to / from the process concerned </span></p>
<p class="MsoNormal" style="margin-left:1in;text-indent:-.25in;line-height:normal;"><!--[if !supportLists]--><span style="font-size:9pt;font-family:&quot;"><span>3.<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-size:9pt;font-family:&quot;"> Name of the flow of data, data storage and terminals at each level must be the same if the same object</span></p>
<p class="MsoNormal" style="line-height:normal;"><span style="font-size:9pt;font-family:&quot;">RESTRICTIONS IN DFD </span></p>
<p class="MsoNormal" style="margin-left:.5in;text-indent:-.25in;line-height:normal;"><!--[if !supportLists]--><span style="font-size:9pt;"><span>-<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-size:9pt;font-family:&quot;">Flow data may not be from outside the entity directly to other outside entities without going through a process </span></p>
<p class="MsoNormal" style="margin-left:.5in;text-indent:-.25in;line-height:normal;"><!--[if !supportLists]--><span style="font-size:9pt;"><span>-<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-size:9pt;font-family:&quot;">Flow data may not be from the savings directly to the data to outside entities without going through a process</span></p>
<p class="MsoNormal" style="margin-left:.5in;text-indent:-.25in;line-height:normal;"><!--[if !supportLists]--><span style="font-size:9pt;"><span>-<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-size:9pt;font-family:&quot;">Flow data may not be saving the data directly from the savings and other data without going through a process </span></p>
<p class="MsoNormal" style="margin-left:.5in;text-indent:-.25in;line-height:normal;"><!--[if !supportLists]--><span style="font-size:9pt;"><span>-<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-size:9pt;font-family:&quot;">Flow data from one process directly to the other without going through the process of saving data should / be avoided as much as possible</span></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/djack69.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/djack69.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/djack69.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/djack69.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/djack69.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/djack69.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/djack69.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/djack69.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/djack69.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/djack69.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/djack69.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/djack69.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/djack69.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/djack69.wordpress.com/29/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=djack69.wordpress.com&amp;blog=6649319&amp;post=29&amp;subd=djack69&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://djack69.wordpress.com/2009/04/05/data-flow-diagram/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/cf4dd5fb2442ddba872be7c89d6352dd?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">djack69</media:title>
		</media:content>
	</item>
		<item>
		<title>FIRST OBSERVATION, NEEDS ANALYSIS</title>
		<link>http://djack69.wordpress.com/2009/03/29/start-observation-needs-analysis/</link>
		<comments>http://djack69.wordpress.com/2009/03/29/start-observation-needs-analysis/#comments</comments>
		<pubDate>Sun, 29 Mar 2009 13:28:37 +0000</pubDate>
		<dc:creator>djack69</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[FIRST OBSERVATION]]></category>
		<category><![CDATA[NEEDS ANALYSIS]]></category>

		<guid isPermaLink="false">http://djack69.wordpress.com/?p=22</guid>
		<description><![CDATA[INVESTIGATION SYSTEM CONCEPT · Gap difference between the purpose of the system and actual system conditions · Reports detection problem is not really real § Too ideal destination § Lack of resources and attitudes § Measurement system is less accurate § System that is the goal behind The difference between the ideal system and the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=djack69.wordpress.com&amp;blog=6649319&amp;post=22&amp;subd=djack69&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><strong><span style="font-size:12pt;font-family:&quot;">INVESTIGATION SYSTEM CONCEPT</span></strong></p>
<p class="MsoListParagraphCxSpFirst" style="margin-bottom:.0001pt;text-indent:-.25in;line-height:normal;"><!--[if !supportLists]--><span style="font-size:12pt;font-family:Symbol;"><span>·<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-size:12pt;font-family:&quot;">Gap difference between the purpose of the system and actual system conditions</span></p>
<p class="MsoListParagraphCxSpMiddle" style="margin-bottom:.0001pt;text-indent:-.25in;line-height:normal;"><!--[if !supportLists]--><span style="font-size:12pt;font-family:Symbol;"><span>·<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-size:12pt;font-family:&quot;">Reports detection problem is not really real</span></p>
<p class="MsoListParagraphCxSpMiddle" style="text-indent:-.25in;line-height:normal;margin:0 0 .0001pt .75in;"><!--[if !supportLists]--><span style="font-size:12pt;font-family:Wingdings;"><span>§<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-size:12pt;font-family:&quot;">Too ideal destination</span></p>
<p class="MsoListParagraphCxSpMiddle" style="text-indent:-.25in;line-height:normal;margin:0 0 .0001pt .75in;"><!--[if !supportLists]--><span style="font-size:12pt;font-family:Wingdings;"><span>§<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-size:12pt;font-family:&quot;">Lack of resources and attitudes</span></p>
<p class="MsoListParagraphCxSpMiddle" style="text-indent:-.25in;line-height:normal;margin:0 0 .0001pt .75in;"><!--[if !supportLists]--><span style="font-size:12pt;font-family:Wingdings;"><span>§<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-size:12pt;font-family:&quot;">Measurement system is less accurate</span></p>
<p class="MsoListParagraphCxSpLast" style="text-indent:-.25in;line-height:normal;margin:0 0 .0001pt .75in;"><!--[if !supportLists]--><span style="font-size:12pt;font-family:Wingdings;"><span>§<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-size:12pt;font-family:&quot;">System that is the goal behind</span></p>
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:12pt;font-family:&quot;">The difference between the ideal system and the while system</span></p>
<p class="MsoListParagraphCxSpFirst" style="margin-bottom:.0001pt;text-indent:-.25in;line-height:normal;"><!--[if !supportLists]--><span style="font-size:12pt;font-family:Symbol;"><span>·<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-size:12pt;font-family:&quot;">Problem solving:</span></p>
<p class="MsoListParagraphCxSpMiddle" style="text-indent:-.25in;line-height:normal;margin:0 0 .0001pt .75in;"><!--[if !supportLists]--><span style="font-size:12pt;font-family:Wingdings;"><span>§<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-size:12pt;font-family:&quot;">investigation system that is running </span><span style="font-family:Wingdings;" lang="IN"><span>à</span></span><span style="font-size:12pt;font-family:&quot;"> investigation in detail</span></p>
<p class="MsoListParagraphCxSpMiddle" style="text-indent:-.25in;line-height:normal;margin:0 0 .0001pt .75in;"><!--[if !supportLists]--><span style="font-size:12pt;font-family:Wingdings;"><span>§<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-size:12pt;font-family:&quot;">Getting a consensus that the ideal system</span></p>
<p class="MsoListParagraphCxSpMiddle" style="text-indent:-.25in;line-height:normal;margin:0 0 .0001pt .75in;"><!--[if !supportLists]--><span style="font-size:12pt;font-family:Wingdings;"><span>§<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-size:12pt;font-family:&quot;">Developed several alternative</span></p>
<p class="MsoListParagraphCxSpLast" style="text-indent:-.25in;line-height:normal;margin:0 0 .0001pt .75in;"><!--[if !supportLists]--><span style="font-size:12pt;font-family:Wingdings;"><span>§<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-size:12pt;font-family:&quot;">Selecting the best alternative</span></p>
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:12pt;font-family:&quot;"><span> </span>Destination of investigation </span><span style="font-size:12pt;font-family:Wingdings;" lang="IN"><span>à</span></span><span style="font-size:12pt;font-family:&quot;" lang="IN"> </span><span style="font-size:12pt;font-family:&quot;"><span> </span>indicates the problem is actually happening</span></p>
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:12pt;font-family:&quot;"><span> </span></span></p>
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><strong><span style="font-size:12pt;font-family:&quot;">CONSTRAINTS IN SYSTEM INVESTIGATION</span></strong></p>
<p class="MsoListParagraphCxSpFirst" style="margin-bottom:.0001pt;text-indent:-.25in;line-height:normal;"><!--[if !supportLists]--><span style="font-size:12pt;font-family:Symbol;"><span>·<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-size:12pt;font-family:&quot;">Several problems that often appear are:</span></p>
<p class="MsoListParagraphCxSpMiddle" style="text-indent:-.25in;line-height:normal;margin:0 0 .0001pt .75in;"><!--[if !supportLists]--><span style="font-size:12pt;font-family:Wingdings;"><span>§<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-size:12pt;font-family:&quot;">Time</span></p>
<p class="MsoListParagraphCxSpMiddle" style="text-indent:-.25in;line-height:normal;margin:0 0 .0001pt .75in;"><!--[if !supportLists]--><span style="font-size:12pt;font-family:Wingdings;"><span>§<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-size:12pt;font-family:&quot;">Cost</span></p>
<p class="MsoListParagraphCxSpMiddle" style="text-indent:-.25in;line-height:normal;margin:0 0 .0001pt .75in;"><!--[if !supportLists]--><span style="font-size:12pt;font-family:Wingdings;"><span>§<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-size:12pt;font-family:&quot;">Science</span></p>
<p class="MsoListParagraphCxSpMiddle" style="text-indent:-.25in;line-height:normal;margin:0 0 .0001pt .75in;"><!--[if !supportLists]--><span style="font-size:12pt;font-family:Wingdings;"><span>§<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-size:12pt;font-family:&quot;">Politics</span></p>
<p class="MsoListParagraphCxSpMiddle" style="text-indent:-.25in;line-height:normal;margin:0 0 .0001pt .75in;"><!--[if !supportLists]--><span style="font-size:12pt;font-family:Wingdings;"><span>§<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-size:12pt;font-family:&quot;">Intervention</span></p>
<p class="MsoListParagraphCxSpLast" style="line-height:normal;margin:0 0 .0001pt .75in;"><span style="font-size:12pt;font-family:&quot;"> </span></p>
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><strong><span style="font-size:12pt;font-family:&quot;">RECOMMENDATIONS</span></strong></p>
<p class="MsoListParagraphCxSpFirst" style="margin-bottom:.0001pt;text-indent:-.25in;line-height:normal;"><!--[if !supportLists]--><span style="font-size:12pt;font-family:Symbol;"><span>·<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-size:12pt;font-family:&quot;">Results of the investigation is a recommendation that includes are:</span></p>
<p class="MsoListParagraphCxSpMiddle" style="text-indent:-.25in;line-height:normal;margin:0 0 .0001pt .75in;"><!--[if !supportLists]--><span style="font-size:12pt;font-family:Wingdings;"><span>§<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-size:12pt;font-family:&quot;">Not to take any action </span><span style="font-family:Wingdings;" lang="IN"><span>à</span></span><span style="font-size:12pt;font-family:&quot;" lang="IN"> </span><span style="font-size:12pt;font-family:&quot;">not found a problem à</span></p>
<p class="MsoListParagraphCxSpMiddle" style="text-indent:-.25in;line-height:normal;margin:0 0 .0001pt .75in;"><!--[if !supportLists]--><span style="font-size:12pt;font-family:Wingdings;"><span>§<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-size:12pt;font-family:&quot;">Perform system maintenance </span><span style="font-family:Wingdings;" lang="IN"><span>à</span></span><span style="font-size:12pt;font-family:&quot;" lang="IN"> </span><span style="font-size:12pt;font-family:&quot;">problems that small</span></p>
<p class="MsoListParagraphCxSpMiddle" style="text-indent:-.25in;line-height:normal;margin:0 0 .0001pt .75in;"><!--[if !supportLists]--><span style="font-size:12pt;font-family:Wingdings;"><span>§<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-size:12pt;font-family:&quot;">Increasing the user ability or skills</span></p>
<p class="MsoListParagraphCxSpMiddle" style="text-indent:-.25in;line-height:normal;margin:0 0 .0001pt .75in;"><!--[if !supportLists]--><span style="font-size:12pt;font-family:Wingdings;"><span>§<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-size:12pt;font-family:&quot;">Consider modifications to total system</span></p>
<p class="MsoListParagraphCxSpLast" style="text-indent:-.25in;line-height:normal;margin:0 0 .0001pt .75in;"><!--[if !supportLists]--><span style="font-size:12pt;font-family:Wingdings;"><span>§<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-size:12pt;font-family:&quot;">Putting the problem to occur in the development plan system which immediately made</span></p>
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><strong><span style="font-size:12pt;font-family:&quot;"> </span></strong></p>
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><strong><span style="font-size:12pt;font-family:&quot;">INVESTIGATION TACTICS</span></strong></p>
<p class="MsoListParagraphCxSpFirst" style="margin-bottom:.0001pt;text-indent:-.25in;line-height:normal;"><!--[if !supportLists]--><span style="font-size:12pt;font-family:Symbol;"><span>·<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-size:12pt;font-family:&quot;">Why we need tactics?</span></p>
<p class="MsoListParagraphCxSpMiddle" style="text-indent:-.25in;line-height:normal;margin:0 0 .0001pt .75in;"><!--[if !supportLists]--><span style="font-size:12pt;font-family:Wingdings;"><span>§<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-size:12pt;font-family:&quot;">Find all problems</span></p>
<p class="MsoListParagraphCxSpMiddle" style="text-indent:-.25in;line-height:normal;margin:0 0 .0001pt .75in;"><!--[if !supportLists]--><span style="font-size:12pt;font-family:Wingdings;"><span>§<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-size:12pt;font-family:&quot;">Knowing the causes of problems</span></p>
<p class="MsoListParagraphCxSpMiddle" style="text-indent:-.25in;line-height:normal;margin:0 0 .0001pt .75in;"><!--[if !supportLists]--><span style="font-size:12pt;font-family:Wingdings;"><span>§<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-size:12pt;font-family:&quot;">Determine the appropriate solution</span></p>
<p class="MsoListParagraphCxSpMiddle" style="margin-bottom:.0001pt;text-indent:-.25in;line-height:normal;"><!--[if !supportLists]--><span style="font-size:12pt;font-family:Symbol;"><span>·<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-size:12pt;font-family:&quot;">Done so that all elements of the system can receive preferred solution without disrupting their activities</span></p>
<p class="MsoListParagraphCxSpMiddle" style="margin-bottom:.0001pt;text-indent:-.25in;line-height:normal;"><!--[if !supportLists]--><span style="font-size:12pt;font-family:Symbol;"><span>·<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-size:12pt;font-family:&quot;">Some of the tactics that can be done:</span></p>
<p class="MsoListParagraphCxSpMiddle" style="text-indent:-.25in;line-height:normal;margin:0 0 .0001pt .75in;"><!--[if !supportLists]--><span style="font-size:12pt;font-family:Wingdings;"><span>§<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-size:12pt;font-family:&quot;">Listen to opinions of the performer system</span></p>
<p class="MsoListParagraphCxSpMiddle" style="text-indent:-.25in;line-height:normal;margin:0 0 .0001pt .75in;"><!--[if !supportLists]--><span style="font-size:12pt;font-family:Wingdings;"><span>§<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-size:12pt;font-family:&quot;">Do not give the early breakthrough</span></p>
<p class="MsoListParagraphCxSpMiddle" style="text-indent:-.25in;line-height:normal;margin:0 0 .0001pt .75in;"><!--[if !supportLists]--><span style="font-size:12pt;font-family:Wingdings;"><span>§<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-size:12pt;font-family:&quot;">Compare the stories of some of the performer system on the same cases</span></p>
<p class="MsoListParagraphCxSpLast" style="text-indent:-.25in;line-height:normal;margin:0 0 .0001pt .75in;"><!--[if !supportLists]--><span style="font-size:12pt;font-family:Wingdings;"><span>§<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-size:12pt;font-family:&quot;">Note the logical inconsistency problem</span></p>
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:12pt;font-family:&quot;"> </span></p>
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:12pt;font-family:&quot;"> </span></p>
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><strong><span style="font-size:12pt;font-family:&quot;">INVESTIGATION TECHNICAL</span></strong></p>
<p class="MsoListParagraphCxSpFirst" style="margin-bottom:.0001pt;text-indent:-.25in;line-height:normal;"><!--[if !supportLists]--><span style="font-size:12pt;font-family:Symbol;"><span>·<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-size:12pt;font-family:&quot;">Direct:</span></p>
<p class="MsoListParagraphCxSpMiddle" style="text-indent:-.25in;line-height:normal;margin:0 0 .0001pt .75in;"><!--[if !supportLists]--><span style="font-size:12pt;font-family:Wingdings;"><span>§<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-size:12pt;font-family:&quot;">The questionnaire</span></p>
<p class="MsoListParagraphCxSpMiddle" style="text-indent:-.25in;line-height:normal;margin:0 0 .0001pt .75in;"><!--[if !supportLists]--><span style="font-size:12pt;font-family:Wingdings;"><span>§<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-size:12pt;font-family:&quot;">Frequently asked questions</span></p>
<p class="MsoListParagraphCxSpMiddle" style="text-indent:-.25in;line-height:normal;margin:0 0 .0001pt .75in;"><!--[if !supportLists]--><span style="font-size:12pt;font-family:Wingdings;"><span>§<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-size:12pt;font-family:&quot;">Observations</span></p>
<p class="MsoListParagraphCxSpMiddle" style="margin-bottom:.0001pt;text-indent:-.25in;line-height:normal;"><!--[if !supportLists]--><span style="font-size:12pt;font-family:Symbol;"><span>·<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-size:12pt;font-family:&quot;">Not directly:</span></p>
<p class="MsoListParagraphCxSpMiddle" style="text-indent:-.25in;line-height:normal;margin:0 0 .0001pt .75in;"><!--[if !supportLists]--><span style="font-size:12pt;font-family:Wingdings;"><span>§<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-size:12pt;font-family:&quot;">Flow procedure</span></p>
<p class="MsoListParagraphCxSpMiddle" style="text-indent:-.25in;line-height:normal;margin:0 0 .0001pt .75in;"><!--[if !supportLists]--><span style="font-size:12pt;font-family:Wingdings;"><span>§<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-size:12pt;font-family:&quot;">Reviewing documents</span></p>
<p class="MsoListParagraphCxSpMiddle" style="text-indent:-.25in;line-height:normal;margin:0 0 .0001pt .75in;"><!--[if !supportLists]--><span style="font-size:12pt;font-family:Wingdings;"><span>§<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-size:12pt;font-family:&quot;">Sample</span></p>
<p class="MsoListParagraphCxSpLast" style="text-indent:-.25in;line-height:normal;margin:0 0 .0001pt .75in;"><!--[if !supportLists]--><span style="font-size:12pt;font-family:Wingdings;"><span>§<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-size:12pt;font-family:&quot;">Tabular</span></p>
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><strong><span style="font-size:12pt;font-family:&quot;"> </span></strong></p>
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><strong><span style="font-size:12pt;font-family:&quot;">SYSTEM DESCRIPTION</span></strong></p>
<p class="MsoListParagraphCxSpFirst" style="text-indent:-.25in;line-height:normal;margin:0 0 .0001pt .75in;"><!--[if !supportLists]--><span style="font-size:12pt;font-family:Wingdings;"><span>§<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-size:12pt;font-family:&quot;">Input<span> </span></span></p>
<p class="MsoListParagraphCxSpMiddle" style="text-indent:-.25in;line-height:normal;margin:0 0 .0001pt .75in;"><!--[if !supportLists]--><span style="font-size:12pt;font-family:Wingdings;"><span>§<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-size:12pt;font-family:&quot;">Output</span></p>
<p class="MsoListParagraphCxSpMiddle" style="text-indent:-.25in;line-height:normal;margin:0 0 .0001pt .75in;"><!--[if !supportLists]--><span style="font-size:12pt;font-family:Wingdings;"><span>§<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-size:12pt;font-family:&quot;">File</span></p>
<p class="MsoListParagraphCxSpMiddle" style="text-indent:-.25in;line-height:normal;margin:0 0 .0001pt .75in;"><!--[if !supportLists]--><span style="font-size:12pt;font-family:Wingdings;"><span>§<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-size:12pt;font-family:&quot;">Element data</span></p>
<p class="MsoListParagraphCxSpMiddle" style="text-indent:-.25in;line-height:normal;margin:0 0 .0001pt .75in;"><!--[if !supportLists]--><span style="font-size:12pt;font-family:Wingdings;"><span>§<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-size:12pt;font-family:&quot;">Transaction volume and document action</span></p>
<p class="MsoListParagraphCxSpLast" style="text-indent:-.25in;line-height:normal;margin:0 0 .0001pt .75in;"><!--[if !supportLists]--><span style="font-size:12pt;font-family:Wingdings;"><span>§<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-size:12pt;font-family:&quot;">Data flow diagram</span></p>
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><strong><span style="font-size:12pt;font-family:&quot;"> </span></strong></p>
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><strong><span style="font-size:12pt;font-family:&quot;">NEEDS ANALYSIS</span></strong></p>
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:12pt;font-family:&quot;">Stage of intensive interaction between the systems analyst with the end user where the development system team shows the expertise to get feedback and the user trust so get a good participation</span></p>
<p class="MsoListParagraphCxSpFirst" style="margin-bottom:.0001pt;text-indent:-.25in;line-height:normal;"><!--[if !supportLists]--><span style="font-size:12pt;font-family:Symbol;"><span>·<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-size:12pt;font-family:&quot;">4 PURPOSE THAT WANT ACHIEVED:</span></p>
<p class="MsoListParagraphCxSpMiddle" style="text-indent:-.25in;line-height:normal;margin:0 0 .0001pt .75in;"><!--[if !supportLists]--><span style="font-size:12pt;font-family:Wingdings;"><span>§<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-size:12pt;font-family:&quot;">Explain the system completely </span></p>
<p class="MsoListParagraphCxSpMiddle" style="text-indent:-.25in;line-height:normal;margin:0 0 .0001pt .75in;"><!--[if !supportLists]--><span style="font-size:12pt;font-family:Wingdings;"><span>§<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-size:12pt;font-family:&quot;">describe the ideal information system</span></p>
<p class="MsoListParagraphCxSpMiddle" style="text-indent:-.25in;line-height:normal;margin:0 0 .0001pt .75in;"><!--[if !supportLists]--><span style="font-size:12pt;font-family:Wingdings;"><span>§<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-size:12pt;font-family:&quot;">Bring the ideal information system to conditions at this time with attention to resource constraints</span></p>
<p class="MsoListParagraphCxSpMiddle" style="text-indent:-.25in;line-height:normal;margin:0 0 .0001pt .75in;"><!--[if !supportLists]--><span style="font-size:12pt;font-family:Wingdings;"><span>§<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-size:12pt;font-family:&quot;">Provide a stimulus to the user confidence in system development</span></p>
<p class="MsoListParagraphCxSpMiddle" style="margin-bottom:.0001pt;text-indent:-.25in;line-height:normal;"><!--[if !supportLists]--><span style="font-size:12pt;font-family:Symbol;"><span>·<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-size:12pt;font-family:&quot;">Method</span></p>
<p class="MsoListParagraphCxSpMiddle" style="text-indent:-.25in;line-height:normal;margin:0 0 .0001pt .75in;"><!--[if !supportLists]--><span style="font-size:12pt;font-family:Wingdings;"><span>§<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-size:12pt;font-family:&quot;">FAQ</span></p>
<p class="MsoListParagraphCxSpMiddle" style="text-indent:-.25in;line-height:normal;margin:0 0 .0001pt .75in;"><!--[if !supportLists]--><span style="font-size:12pt;font-family:Wingdings;"><span>§<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-size:12pt;font-family:&quot;">The questionnaire</span></p>
<p class="MsoListParagraphCxSpMiddle" style="text-indent:-.25in;line-height:normal;margin:0 0 .0001pt .75in;"><!--[if !supportLists]--><span style="font-size:12pt;font-family:Wingdings;"><span>§<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-size:12pt;font-family:&quot;">Observation</span></p>
<p class="MsoListParagraphCxSpMiddle" style="text-indent:-.25in;line-height:normal;margin:0 0 .0001pt .75in;"><!--[if !supportLists]--><span style="font-size:12pt;font-family:Wingdings;"><span>§<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-size:12pt;font-family:&quot;">Procedure analysis</span></p>
<p class="MsoListParagraphCxSpMiddle" style="text-indent:-.25in;line-height:normal;margin:0 0 .0001pt .75in;"><!--[if !supportLists]--><span style="font-size:12pt;font-family:Wingdings;"><span>§<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-size:12pt;font-family:&quot;">Observation document</span></p>
<p class="MsoListParagraphCxSpMiddle" style="margin-bottom:.0001pt;text-indent:-.25in;line-height:normal;"><!--[if !supportLists]--><span style="font-size:12pt;font-family:Symbol;"><span>·<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-size:12pt;font-family:&quot;">RESOURCE CONSTRAINTS</span></p>
<p class="MsoListParagraphCxSpMiddle" style="text-indent:-.25in;line-height:normal;margin:0 0 .0001pt .75in;"><!--[if !supportLists]--><span style="font-size:12pt;font-family:Wingdings;"><span>§<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-size:12pt;font-family:&quot;">Time</span></p>
<p class="MsoListParagraphCxSpMiddle" style="text-indent:-.25in;line-height:normal;margin:0 0 .0001pt .75in;"><!--[if !supportLists]--><span style="font-size:12pt;font-family:Wingdings;"><span>§<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-size:12pt;font-family:&quot;">Money</span></p>
<p class="MsoListParagraphCxSpMiddle" style="text-indent:-.25in;line-height:normal;margin:0 0 .0001pt .75in;"><!--[if !supportLists]--><span style="font-size:12pt;font-family:Wingdings;"><span>§<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-size:12pt;font-family:&quot;">Expertise</span></p>
<p class="MsoListParagraphCxSpMiddle" style="text-indent:-.25in;line-height:normal;margin:0 0 .0001pt .75in;"><!--[if !supportLists]--><span style="font-size:12pt;font-family:Wingdings;"><span>§<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-size:12pt;font-family:&quot;">Technology</span></p>
<p class="MsoListParagraphCxSpMiddle" style="text-indent:-.25in;line-height:normal;margin:0 0 .0001pt .75in;"><!--[if !supportLists]--><span style="font-size:12pt;font-family:Wingdings;"><span>§<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-size:12pt;font-family:&quot;">External factors</span></p>
<p class="MsoListParagraphCxSpMiddle" style="margin-bottom:.0001pt;text-indent:-.25in;line-height:normal;"><!--[if !supportLists]--><span style="font-size:12pt;font-family:Symbol;"><span>·<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-size:12pt;font-family:&quot;">Needs analysis document</span></p>
<p class="MsoListParagraphCxSpMiddle" style="text-indent:-.25in;line-height:normal;margin:0 0 .0001pt .75in;"><!--[if !supportLists]--><span style="font-size:12pt;font-family:Wingdings;"><span>§<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-size:12pt;font-family:&quot;">Analysis guide: Relationships with end users, the observation process, problems in data collection</span></p>
<p class="MsoListParagraphCxSpMiddle" style="text-indent:-.25in;line-height:normal;margin:0 0 .0001pt .75in;"><!--[if !supportLists]--><span style="font-size:12pt;font-family:Wingdings;"><span>§<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-size:12pt;font-family:&quot;">The user needs: The need actual, reporting requirements, training needs and the influence of the new system</span></p>
<p class="MsoListParagraphCxSpMiddle" style="text-indent:-.25in;line-height:normal;margin:0 0 .0001pt .75in;"><!--[if !supportLists]--><span style="font-size:12pt;font-family:Wingdings;"><span>§<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-size:12pt;font-family:&quot;">System constraints: Explaining the cost and time constraints, expertise, technology, and external factors</span></p>
<p class="MsoListParagraphCxSpLast" style="text-indent:-.25in;line-height:normal;margin:0 0 .0001pt .75in;"><!--[if !supportLists]--><span style="font-size:12pt;font-family:Wingdings;"><span>§<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-size:12pt;font-family:&quot;">Documents such as data collection instruments, statistical consensus, the logical flow of data and physical, data elements in the initial data dictionary</span></p>
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><strong><span style="font-size:12pt;font-family:&quot;"> </span></strong></p>
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><strong><span style="font-size:12pt;font-family:&quot;">GENERATING SYSTEMS ALTERNATIVES</span></strong></p>
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:12pt;font-family:&quot;">How do to approach the condition of the system at this time with the condition of the ideal system?</span></p>
<p class="MsoListParagraphCxSpFirst" style="margin-bottom:.0001pt;text-indent:-.25in;line-height:normal;"><!--[if !supportLists]--><span style="font-size:12pt;font-family:Wingdings;"><span>§<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-size:12pt;font-family:&quot;">Create an alternative to solve the problem of information system</span></p>
<p class="MsoListParagraphCxSpLast" style="margin-bottom:.0001pt;text-indent:-.25in;line-height:normal;"><!--[if !supportLists]--><span style="font-size:12pt;font-family:Wingdings;"><span>§<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-size:12pt;font-family:&quot;">Alternative is best applied wisely</span></p>
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:12pt;font-family:&quot;">Options Strategies</span></p>
<p class="MsoListParagraph" style="margin-bottom:.0001pt;text-indent:-.25in;line-height:normal;"><!--[if !supportLists]--><span style="font-size:12pt;font-family:Wingdings;"><span>§<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-size:12pt;font-family:&quot;">Distributed versus centralized processing</span></p>
<p class="MsoNormal" style="line-height:normal;margin:0 0 .0001pt .5in;"><span style="font-size:12pt;font-family:&quot;">Changes in decision-making of information from the centralized data processing to the end user decentralized responsibility center</span></p>
<p class="MsoListParagraph" style="margin-bottom:.0001pt;text-indent:-.25in;line-height:normal;"><!--[if !supportLists]--><span style="font-size:12pt;font-family:Wingdings;"><span>§<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-size:12pt;font-family:&quot;">Integrated versus dispersed database</span></p>
<p class="MsoNormal" style="line-height:normal;margin:0 0 .0001pt .5in;"><span style="font-size:12pt;font-family:&quot;">System designer must consider the data are entered in the data base and the entrance to the file</span></p>
<p class="MsoListParagraph" style="margin-bottom:.0001pt;text-indent:-.25in;line-height:normal;"><!--[if !supportLists]--><span style="font-size:12pt;font-family:Wingdings;"><span>§<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-size:12pt;font-family:&quot;">Surround System Development Strategy of</span></p>
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:12pt;font-family:&quot;">The environmental strategy is important about in the case of company takeovers because the information system of other companies may vary with the company at this time.</span></p>
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:12pt;font-family:&quot;"> </span></p>
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><strong><span style="font-size:12pt;font-family:&quot;">SELECTING THE PROPER SYSTEM</span></strong></p>
<p class="MsoListParagraphCxSpFirst" style="margin-bottom:.0001pt;text-indent:-.25in;line-height:normal;"><!--[if !supportLists]--><span style="font-size:12pt;font-family:Symbol;"><span>·<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-size:12pt;font-family:&quot;">Compare tactics: systems based on the comparison of costs and benefits relative; There are 3 ways said system A system is superior to the other if:</span></p>
<p class="MsoListParagraphCxSpMiddle" style="text-indent:-.25in;line-height:normal;margin:0 0 .0001pt .75in;"><!--[if !supportLists]--><span style="font-size:12pt;font-family:Wingdings;"><span>§<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-size:12pt;font-family:&quot;">A cost is lower than B, and the benefits of both</span></p>
<p class="MsoListParagraphCxSpMiddle" style="text-indent:-.25in;line-height:normal;margin:0 0 .0001pt .75in;"><!--[if !supportLists]--><span style="font-size:12pt;font-family:Wingdings;"><span>§<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-size:12pt;font-family:&quot;">A cost is lower than B and A yield advantage of more than B</span></p>
<p class="MsoListParagraphCxSpMiddle" style="text-indent:-.25in;line-height:normal;margin:0 0 .0001pt .75in;"><!--[if !supportLists]--><span style="font-size:12pt;font-family:Wingdings;"><span>§<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-size:12pt;font-family:&quot;">A and B have the same but the cost advantage generated a lot more.</span></p>
<p class="MsoListParagraphCxSpMiddle" style="margin-bottom:.0001pt;text-indent:-.25in;line-height:normal;"><!--[if !supportLists]--><span style="font-size:12pt;font-family:Symbol;"><span>·<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-size:12pt;font-family:&quot;">Some methods of Comparing System</span></p>
<p class="MsoListParagraphCxSpMiddle" style="text-indent:-.25in;line-height:normal;margin:0 0 .0001pt .75in;"><!--[if !supportLists]--><span style="font-size:12pt;font-family:Wingdings;"><span>§<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-size:12pt;font-family:&quot;">Break Even point Analysis</span></p>
<p class="MsoListParagraphCxSpMiddle" style="text-indent:-.25in;line-height:normal;margin:0 0 .0001pt .75in;"><!--[if !supportLists]--><span style="font-size:12pt;font-family:Wingdings;"><span>§<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-size:12pt;font-family:&quot;">Payback Period</span></p>
<p class="MsoListParagraphCxSpMiddle" style="text-indent:-.25in;line-height:normal;margin:0 0 .0001pt .75in;"><!--[if !supportLists]--><span style="font-size:12pt;font-family:Wingdings;"><span>§<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-size:12pt;font-family:&quot;">Discounted payback period</span></p>
<p class="MsoListParagraphCxSpMiddle" style="text-indent:-.25in;line-height:normal;margin:0 0 .0001pt .75in;"><!--[if !supportLists]--><span style="font-size:12pt;font-family:Wingdings;"><span>§<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-size:12pt;font-family:&quot;">Internal Rate of Return</span></p>
<p class="MsoListParagraphCxSpMiddle" style="margin-bottom:.0001pt;text-indent:-.25in;line-height:normal;"><!--[if !supportLists]--><span style="font-size:12pt;font-family:Symbol;"><span>·<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-size:12pt;font-family:&quot;">Cost categories</span></p>
<p class="MsoListParagraphCxSpMiddle" style="text-indent:-.25in;line-height:normal;margin:0 0 .0001pt .75in;"><!--[if !supportLists]--><span style="font-size:12pt;font-family:Wingdings;"><span>§<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-size:12pt;font-family:&quot;">Hardware</span></p>
<p class="MsoListParagraphCxSpMiddle" style="text-indent:-.25in;line-height:normal;margin:0 0 .0001pt .75in;"><!--[if !supportLists]--><span style="font-size:12pt;font-family:Wingdings;"><span>§<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-size:12pt;font-family:&quot;">Software</span></p>
<p class="MsoListParagraphCxSpMiddle" style="text-indent:-.25in;line-height:normal;margin:0 0 .0001pt .75in;"><!--[if !supportLists]--><span style="font-size:12pt;font-family:Wingdings;"><span>§<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-size:12pt;font-family:&quot;">People</span></p>
<p class="MsoListParagraphCxSpMiddle" style="text-indent:-.25in;line-height:normal;margin:0 0 .0001pt .75in;"><!--[if !supportLists]--><span style="font-size:12pt;font-family:Wingdings;"><span>§<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-size:12pt;font-family:&quot;">Suppliers</span></p>
<p class="MsoListParagraphCxSpMiddle" style="text-indent:-.25in;line-height:normal;margin:0 0 .0001pt .75in;"><!--[if !supportLists]--><span style="font-size:12pt;font-family:Wingdings;"><span>§<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-size:12pt;font-family:&quot;">Telecommunications</span></p>
<p class="MsoListParagraphCxSpMiddle" style="text-indent:-.25in;line-height:normal;margin:0 0 .0001pt .75in;"><!--[if !supportLists]--><span style="font-size:12pt;font-family:Wingdings;"><span>§<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-size:12pt;font-family:&quot;">Physical sites</span></p>
<p class="MsoListParagraphCxSpLast" style="margin-bottom:.0001pt;text-indent:-.25in;line-height:normal;"><!--[if !supportLists]--><span style="font-size:12pt;font-family:Symbol;"><span>·<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-size:12pt;font-family:&quot;">Cost details</span></p>
<p class="MsoNormal" style="line-height:normal;margin:0 0 .0001pt .5in;"><span style="font-size:12pt;font-family:&quot;">Comparing the cost of information systems through the life of the system, analyst predict how cost changes for the future and there are 3 models cost information system, namely Linear, and exponentially Step Function</span></p>
<p class="MsoListParagraphCxSpFirst" style="margin-bottom:.0001pt;text-indent:-.25in;line-height:normal;"><!--[if !supportLists]--><span style="font-size:12pt;font-family:Symbol;"><span>·<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-size:12pt;font-family:&quot;">Cost of information system can occur only once and can also occur on an ongoing basis.</span></p>
<p class="MsoListParagraphCxSpMiddle" style="text-indent:-.25in;line-height:normal;margin:0 0 .0001pt .75in;"><!--[if !supportLists]--><span style="font-size:12pt;font-family:Wingdings;"><span>§<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-size:12pt;font-family:&quot;">Information system costs that occur once only cost that is on time and development costs that occur during the development of the system.</span></p>
<p class="MsoListParagraphCxSpLast" style="text-indent:-.25in;line-height:normal;margin:0 0 .0001pt .75in;"><!--[if !supportLists]--><span style="font-size:12pt;font-family:Wingdings;"><span>§<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-size:12pt;font-family:&quot;">Cost information systems that occur on a continual basis are reccuring cost and operational cost where the cost of this is the case when the system information operating every day.</span></p>
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><strong><span style="font-size:12pt;font-family:&quot;"> </span></strong></p>
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><strong><span style="font-size:12pt;font-family:&quot;">FACTORS INTO INFORMATION SYSTEM</span></strong></p>
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:12pt;font-family:&quot;">Qualitative factors that head for the good performance of information system that both of them:</span></p>
<p class="MsoListParagraphCxSpFirst" style="text-indent:-.25in;line-height:normal;margin:0 0 .0001pt .75in;"><!--[if !supportLists]--><span style="font-size:12pt;font-family:Wingdings;"><span>§<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-size:12pt;font-family:&quot;">Reduce errors</span></p>
<p class="MsoListParagraphCxSpMiddle" style="text-indent:-.25in;line-height:normal;margin:0 0 .0001pt .75in;"><!--[if !supportLists]--><span style="font-size:12pt;font-family:Wingdings;"><span>§<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-size:12pt;font-family:&quot;">Reduce the time to fix errors</span></p>
<p class="MsoListParagraphCxSpMiddle" style="text-indent:-.25in;line-height:normal;margin:0 0 .0001pt .75in;"><!--[if !supportLists]--><span style="font-size:12pt;font-family:Wingdings;"><span>§<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-size:12pt;font-family:&quot;">Reducing the response time from the workstation alternative</span></p>
<p class="MsoListParagraphCxSpMiddle" style="text-indent:-.25in;line-height:normal;margin:0 0 .0001pt .75in;"><!--[if !supportLists]--><span style="font-size:12pt;font-family:Wingdings;"><span>§<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-size:12pt;font-family:&quot;">Accelerating the provision of information</span></p>
<p class="MsoListParagraphCxSpMiddle" style="text-indent:-.25in;line-height:normal;margin:0 0 .0001pt .75in;"><!--[if !supportLists]--><span style="font-size:12pt;font-family:Wingdings;"><span>§<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-size:12pt;font-family:&quot;">Increase the security system</span></p>
<p class="MsoListParagraphCxSpMiddle" style="text-indent:-.25in;line-height:normal;margin:0 0 .0001pt .75in;"><!--[if !supportLists]--><span style="font-size:12pt;font-family:Wingdings;"><span>§<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-size:12pt;font-family:&quot;">Have active update source record</span></p>
<p class="MsoListParagraphCxSpLast" style="text-indent:-.25in;line-height:normal;margin:0 0 .0001pt .75in;"><!--[if !supportLists]--><span style="font-size:12pt;font-family:Wingdings;"><span>§<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-size:12pt;font-family:&quot;">Increase user satisfaction</span></p>
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><strong><span style="font-size:12pt;font-family:&quot;"> </span></strong></p>
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><strong><span style="font-size:12pt;font-family:&quot;">FACTORS INTO CORPORATE STRATEGY</span></strong></p>
<p class="MsoListParagraphCxSpFirst" style="text-indent:-.25in;line-height:normal;margin:0 0 .0001pt .75in;"><!--[if !supportLists]--><span style="font-size:12pt;font-family:Wingdings;"><span>§<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-size:12pt;font-family:&quot;">Customer satisfaction</span></p>
<p class="MsoListParagraphCxSpMiddle" style="text-indent:-.25in;line-height:normal;margin:0 0 .0001pt .75in;"><!--[if !supportLists]--><span style="font-size:12pt;font-family:Wingdings;"><span>§<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-size:12pt;font-family:&quot;">Sales increased</span></p>
<p class="MsoListParagraphCxSpMiddle" style="text-indent:-.25in;line-height:normal;margin:0 0 .0001pt .75in;"><!--[if !supportLists]--><span style="font-size:12pt;font-family:Wingdings;"><span>§<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-size:12pt;font-family:&quot;">Consumer and the vendor&#8217;s commitment</span></p>
<p class="MsoListParagraphCxSpLast" style="text-indent:-.25in;line-height:normal;margin:0 0 .0001pt .75in;"><!--[if !supportLists]--><span style="font-size:12pt;font-family:Wingdings;"><span>§<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-size:12pt;font-family:&quot;">Information marketing products</span></p>
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><strong><span style="font-size:12pt;font-family:&quot;"> </span></strong></p>
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><strong><span style="font-size:12pt;font-family:&quot;">PRESENTING LEARNING SYSTEM</span></strong></p>
<p class="MsoListParagraphCxSpFirst" style="text-indent:-.25in;line-height:normal;margin:0 0 .0001pt .75in;"><!--[if !supportLists]--><span style="font-size:12pt;font-family:Wingdings;"><span>§<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-size:12pt;font-family:&quot;">Make short presentations</span></p>
<p class="MsoListParagraphCxSpMiddle" style="text-indent:-.25in;line-height:normal;margin:0 0 .0001pt .75in;"><!--[if !supportLists]--><span style="font-size:12pt;font-family:Wingdings;"><span>§<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-size:12pt;font-family:&quot;">Reduce the explanation of technical detail</span></p>
<p class="MsoListParagraphCxSpMiddle" style="text-indent:-.25in;line-height:normal;margin:0 0 .0001pt .75in;"><!--[if !supportLists]--><span style="font-size:12pt;font-family:Wingdings;"><span>§<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-size:12pt;font-family:&quot;">Presenting clearly with visual aids</span></p>
<p class="MsoListParagraphCxSpMiddle" style="text-indent:-.25in;line-height:normal;margin:0 0 .0001pt .75in;"><!--[if !supportLists]--><span style="font-size:12pt;font-family:Wingdings;"><span>§<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-size:12pt;font-family:&quot;">If using a model, using a tool such as a laptop so that more informative</span></p>
<p class="MsoListParagraphCxSpLast" style="text-indent:-.25in;line-height:normal;margin:0 0 .0001pt .75in;"><!--[if !supportLists]--><span style="font-size:12pt;font-family:Wingdings;"><span>§<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-size:12pt;font-family:&quot;">Emphasize the benefits of the proposed of information system with some that there are alternative suitable conditions experienced by the company.</span></p>
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><strong><span style="font-size:12pt;font-family:&quot;"> </span></strong></p>
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><strong><span style="font-size:12pt;font-family:&quot;">CONTINUING DECIDE OR NOT</span></strong></p>
<p class="MsoListParagraphCxSpFirst" style="text-indent:-.25in;line-height:normal;margin:0 0 .0001pt .75in;"><!--[if !supportLists]--><span style="font-size:12pt;font-family:Wingdings;"><span>§<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-size:12pt;font-family:&quot;">If the company decided to develop the information system, the department will do the next process, namely Design System Process.</span></p>
<p class="MsoListParagraphCxSpMiddle" style="text-indent:-.25in;line-height:normal;margin:0 0 .0001pt .75in;"><!--[if !supportLists]--><span style="font-size:12pt;font-family:Wingdings;"><span>§<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-size:12pt;font-family:&quot;">If on the contrary than the System Development Life Cycle (SDLC) will be terminated.</span></p>
<p class="MsoListParagraphCxSpMiddle" style="text-indent:-.25in;line-height:normal;margin:0 0 .0001pt .75in;"><!--[if !supportLists]--><span style="font-size:12pt;font-family:Wingdings;"><span>§<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-size:12pt;font-family:&quot;">Often also will found problems with the system and the study and top management will usually ask for the fulfillment of the re-study system.</span></p>
<p class="MsoListParagraphCxSpLast" style="text-indent:-.25in;line-height:normal;margin:0 0 .0001pt .75in;"><!--[if !supportLists]--><span style="font-size:12pt;font-family:Wingdings;"><span>§<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-size:12pt;font-family:&quot;">Model will describe some of the stages of the repeated and sometimes the information will make a decision before the repeat stage system of study.</span></p>
<p><span style="font-size:12pt;line-height:115%;font-family:&quot;">With the alternative, the decision to repeat a previous phase or SDLC is not Go &#8211; No-Go Decision.</span></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/djack69.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/djack69.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/djack69.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/djack69.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/djack69.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/djack69.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/djack69.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/djack69.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/djack69.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/djack69.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/djack69.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/djack69.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/djack69.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/djack69.wordpress.com/22/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=djack69.wordpress.com&amp;blog=6649319&amp;post=22&amp;subd=djack69&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://djack69.wordpress.com/2009/03/29/start-observation-needs-analysis/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/cf4dd5fb2442ddba872be7c89d6352dd?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">djack69</media:title>
		</media:content>
	</item>
		<item>
		<title>Development General Observation System</title>
		<link>http://djack69.wordpress.com/2009/03/07/development-general-observation-system/</link>
		<comments>http://djack69.wordpress.com/2009/03/07/development-general-observation-system/#comments</comments>
		<pubDate>Sat, 07 Mar 2009 16:09:27 +0000</pubDate>
		<dc:creator>djack69</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://djack69.wordpress.com/?p=16</guid>
		<description><![CDATA[1. Importance development system Development system means to arrange a new system to replace the old system in overall or to repair the system in used. Any problems about the old system are : 1.1. That Troubleshoots Existence at Old One System System are not operated on expectation 1.2. Organization Growth Organization Growth to make [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=djack69.wordpress.com&amp;blog=6649319&amp;post=16&amp;subd=djack69&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:150%;">
<p class="MsoNormal" style="line-height:normal;"><strong><span style="font-size:9pt;">1. Importance development<span> </span>system</span></strong></p>
<p class="MsoNormal" style="line-height:normal;"><span style="font-size:9pt;">Development system means to arrange a new system to replace the old system in overall or to repair the system in used.</span></p>
<p class="MsoNormal" style="line-height:normal;"><span style="font-size:9pt;">Any problems about<span> </span>the old system are :</span></p>
<p class="MsoNormal" style="line-height:normal;"><strong><span style="font-size:9pt;">1.1. <span>That Troubleshoots Existence at Old One System</span></span></strong></p>
<p class="MsoNormal" style="line-height:normal;"><span style="font-size:9pt;"><span> </span>System are not operated on expectation</span></p>
<p class="MsoNormal" style="line-height:normal;"><strong><span style="font-size:9pt;">1.2. Organization Growth</span></strong></p>
<p class="MsoNormal" style="margin-left:.5in;line-height:normal;"><span style="font-size:9pt;">Organization Growth to make arrange a new system. The old system are not effective. Because the old system can’t give information needed.</span></p>
<p class="MsoNormal" style="line-height:normal;"><strong><span style="font-size:9pt;">1.3. To reach opportunities</span></strong></p>
<p class="MsoNormal" style="margin-left:.5in;line-height:normal;"><span style="font-size:9pt;">To competitive, the company must to used a technology. If not,<span> </span>the opportunity to reached by the competitor. The opportunities are<span> </span>market opportunity, costumer services, and so on.</span></p>
<p class="MsoNormal" style="line-height:normal;"><strong><span style="font-size:9pt;">1.4. Directives</span></strong></p>
<p class="MsoNormal" style="margin-left:.5in;line-height:normal;"><span style="font-size:9pt;">To arrange a new system can be happen by instructions from director and external organization.</span></p>
<p class="MsoNormal" style="line-height:normal;"><span style="font-size:9pt;"> </span></p>
<p class="MsoNormal" style="line-height:normal;"><span style="font-size:9pt;">Any indicator can be used to saw the system need to developed is:</span></p>
<p class="MsoListParagraphCxSpFirst" style="margin-left:40.5pt;text-indent:-.25in;line-height:normal;"><!--[if !supportLists]--><span style="font-size:9pt;font-family:Symbol;"><span>·<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-size:9pt;">Complain from the costumer</span></p>
<p class="MsoListParagraphCxSpMiddle" style="margin-left:40.5pt;text-indent:-.25in;line-height:normal;"><!--[if !supportLists]--><span style="font-size:9pt;font-family:Symbol;"><span>·<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-size:9pt;">Often delayed to send goods</span></p>
<p class="MsoListParagraphCxSpMiddle" style="margin-left:40.5pt;text-indent:-.25in;line-height:normal;"><!--[if !supportLists]--><span style="font-size:9pt;font-family:Symbol;"><span>·<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-size:9pt;">Wrong content report</span></p>
<p class="MsoListParagraphCxSpMiddle" style="margin-left:40.5pt;text-indent:-.25in;line-height:normal;"><!--[if !supportLists]--><span style="font-size:9pt;font-family:Symbol;"><span>·<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-size:9pt;">Not good files</span></p>
<p class="MsoListParagraphCxSpLast" style="margin-left:40.5pt;text-indent:-.25in;line-height:normal;"><!--[if !supportLists]--><span style="font-size:9pt;font-family:Symbol;"><span>·<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-size:9pt;">And so on</span></p>
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:9pt;">With to developed the new system, to hoped<span> </span>increased in that system. The increased are: </span><span style="font-size:9pt;">PIECES (Performance, Information, Economy, Control, Eficiency and Services)</span></p>
<p class="MsoListParagraphCxSpFirst" style="margin-bottom:.0001pt;text-indent:-.25in;line-height:normal;"><!--[if !supportLists]--><span style="font-size:9pt;font-family:Symbol;"><span>·<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-size:9pt;">Performance<span> </span>: increasing performance work and result </span></p>
<p class="MsoListParagraphCxSpMiddle" style="margin-bottom:.0001pt;text-indent:-.25in;line-height:normal;"><!--[if !supportLists]--><span style="font-size:9pt;font-family:Symbol;"><span>·<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-size:9pt;">Information<span> </span>: increasing the quality of information saw</span></p>
<p class="MsoListParagraphCxSpMiddle" style="margin-bottom:.0001pt;text-indent:-.25in;line-height:normal;"><!--[if !supportLists]--><span style="font-size:9pt;font-family:Symbol;"><span>·<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-size:9pt;">Economy<span> </span>: increasing out come benefit</span></p>
<p class="MsoListParagraphCxSpMiddle" style="margin-bottom:.0001pt;text-indent:-.25in;line-height:normal;"><!--[if !supportLists]--><span style="font-size:9pt;font-family:Symbol;"><span>·<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-size:9pt;">Control<span> </span><span> </span>: increasing of control to detect any mistake/dishonest</span></p>
<p class="MsoListParagraphCxSpMiddle" style="margin-bottom:.0001pt;text-indent:-.25in;line-height:normal;"><!--[if !supportLists]--><span style="font-size:9pt;font-family:Symbol;"><span>·<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-size:9pt;">Efficiency<span> </span>: increasing the operation of efficiency (output/input)</span></p>
<p class="MsoListParagraphCxSpLast" style="margin-bottom:.0001pt;text-indent:-.25in;line-height:normal;"><!--[if !supportLists]--><span style="font-size:9pt;font-family:Symbol;"><span>·<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-size:9pt;">Services<span> </span><span> </span>: increasing services to give by the system</span></p>
<p class="MsoNormal" style="line-height:normal;"><span style="font-size:9pt;"> </span></p>
<p class="MsoNormal" style="line-height:normal;"><strong><span style="font-size:9pt;">2. The principle of development system</span></strong></p>
<p class="MsoNormal" style="line-height:normal;"><strong><span style="font-size:9pt;">2. 1. System to developed for management</span></strong></p>
<p class="MsoNormal" style="line-height:normal;"><span style="font-size:9pt;"><span> </span><span> </span>System must support the needed management</span></p>
<p class="MsoNormal" style="line-height:normal;"><strong><span style="font-size:9pt;">2.2. Development system is a big capital investment<span> </span></span></strong></p>
<p class="MsoNormal" style="margin-left:21pt;line-height:normal;"><span style="font-size:9pt;">The information system will be make need a lot of capital, especially to use the high technology.</span></p>
<p class="MsoNormal" style="line-height:normal;"><span style="font-size:9pt;"><span> </span><span> </span>Capital investment must to consider two things, are:</span></p>
<p class="MsoNormal" style="line-height:normal;"><span style="font-size:9pt;"><span> </span>a. Investigate all of alternative</span></p>
<p class="MsoNormal" style="line-height:normal;"><span style="font-size:9pt;"><span> </span><span> </span>investigate all of alternative to establish thee best alternative</span></p>
<p class="MsoNormal" style="line-height:normal;"><span style="font-size:9pt;"><span> </span>b. the investment must<span> </span>valued</span></p>
<p class="MsoNormal" style="line-height:normal;"><strong><span style="font-size:9pt;">2.3. A system to developed needed educational<span> </span>person</span></strong></p>
<p class="MsoNormal" style="line-height:normal;"><strong><span style="font-size:9pt;">2.4. Step/process to development system</span></strong></p>
<p class="MsoNormal" style="margin-left:21pt;line-height:normal;"><span style="font-size:9pt;">Before to develop system, must to make a work schedule there for a process of development <span> </span>system <span> </span>finished according to the planning.</span></p>
<p class="MsoNormal" style="line-height:normal;"><strong><span style="font-size:9pt;">2.5. The process of development system are not chronological</span></strong></p>
<p class="MsoNormal" style="line-height:normal;"><span style="font-size:9pt;"><span> </span><span> </span>the process of development system to do by all together.</span></p>
<p class="MsoNormal" style="line-height:normal;"><strong><span style="font-size:9pt;">2.6. Don’t be afraid to cancel the project</span></strong></p>
<p class="MsoNormal" style="line-height:normal;"><span style="font-size:9pt;"><span> </span><span> </span>The decision to continues or cancel a project<span> </span>must evaluated in carefully.</span></p>
<p class="MsoNormal" style="line-height:normal;"><strong><span style="font-size:9pt;">2.7. Tthe documentation must oriented on development system</span></strong></p>
<p class="MsoNormal" style="line-height:normal;"><span style="font-size:9pt;"> </span></p>
<p class="MsoNormal" style="line-height:normal;"><strong><span style="font-size:9pt;">3. Life Cycle development system</span></strong></p>
<p class="MsoNormal" style="line-height:normal;"><span style="font-size:9pt;">3.1. Regulatin and Planning of System<span> </span>(The Beginning pProject System)</span></p>
<p class="MsoNormal" style="line-height:normal;"><span style="font-size:9pt;">3.2. System Analysis<span> </span>(Development System)</span></p>
<p class="MsoNormal" style="line-height:normal;"><span style="font-size:9pt;">3.3. The General of Design System<span> </span>(Development System)</span></p>
<p class="MsoNormal" style="line-height:normal;"><span style="font-size:9pt;">3.4. The Detail of Design System<span> </span>(Development System)</span></p>
<p class="MsoNormal" style="line-height:normal;"><span style="font-size:9pt;">3.5. The Selection System<span> </span>(Development System)</span></p>
<p class="MsoNormal" style="line-height:normal;"><span style="font-size:9pt;">3.6. The Implementation System<span> </span>(Development System)</span></p>
<p class="MsoNormal" style="line-height:normal;"><span style="font-size:9pt;">3.7. The Maintenance System<span> </span>(The Management System)</span></p>
<p class="MsoNormal" style="line-height:normal;"><span style="font-size:9pt;"> </span></p>
<p class="MsoNormal" style="line-height:normal;"><strong><span style="font-size:9pt;">4. The Development System Approached</span></strong></p>
<p class="MsoNormal" style="line-height:normal;"><span style="font-size:9pt;">Any approached to development system, are:</span></p>
<p class="MsoNormal" style="line-height:normal;"><span style="font-size:9pt;">4.1. Classical approached vs. Structured approached (look by development method)</span></p>
<p class="MsoNormal" style="line-height:normal;"><span style="font-size:9pt;">4.2. Piecemeal approached vs. System approached (look by development target)</span></p>
<p class="MsoNormal" style="line-height:normal;"><span style="font-size:9pt;">4.3.Bottom-up approach vs. top-down approach (look by needed system method)</span></p>
<p class="MsoNormal" style="line-height:normal;"><span style="font-size:9pt;">4.4. Total System approach vs. modular approach (look by development method)</span></p>
<p class="MsoNormal" style="line-height:normal;"><span style="font-size:9pt;">4.5. Great loop approach vs. evolutionary approach (look by technology in used)<span> </span></span></p>
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:150%;">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:150%;"><strong><span>Classical Approach</span></strong></p>
<p>Classical approach is approach insides system development that follow stages at system life cycle without supplied with tools and techniques.<br />
Troubleshoots that can emerge from approach classic, that is:</p>
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:150%;"><strong><span>1. Software development will be difficult. </span></strong><span><br />
Classical approach less give tools and techniques insides develop system and as finally software development process becoming not directional and difficult to done by programmer.<br />
<strong>2. Treatment cost or system maintenance will be more expensive. </strong><br />
The expensive treatment cost at classical approach caused system documentation that developed less complete and less structured.<br />
<strong>3. Big error possibility system. </strong><br />
System not test during the development stage is principal source from system errors. Classical approach doesn&#8217;t prepare to manner systems analysis to do testing system, so that system errors possibility will be bigger.<br />
<strong>4. System success less well guaranted. </strong><br />
Emphasis from classical approach work from system developers staffs, not in system user. Because classical approach less involve system user in system development, so system user needs are less matching with the one which desirable and as finally system that applied less success.<br />
<strong>5. System applications internal issue. </strong><br />
Because system user involvement under communication in system development stage, so only will know only in stage will applied. As finally system user will be startled and unaccustomed with bew system suddenly introduced.</span></p>
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:150%;"><span><br />
1. <strong>Structured Approach</strong></span></p>
<p>Structured approach equiped with tools and techniques that wanted in system development, so that end result from system that developed be got system the structure will be defined well and clear.</p>
<p><strong>2.Piecemeal Approach Vs System Approach</strong></p>
<p><strong>Piecemeal approach</strong><br />
Piecemeal approach be to system approach development that emphasized at one particular activity or certain application. Activity that chosen, developed regardless of the position at information system or regardless of overall target from organization.</p>
<p><span> </span><strong>System approach</strong></p>
<p>System approach pays information system as one integration unitary to each activity or the application. This approach also emphasized in overall goal achievement from organization, not only in that information target.</p>
<p><strong>3. Bottom-Up Approach vs Top-Down Approach</strong></p>
<p><strong><span> </span>Bottom-Up Approach</strong></p>
<p>This approach begun from level under organization, that is begun from needs formulation to handle transaction and climb level on with formulate information need based on transaction. This approach also be feature classical approaches. Bottom-up approach is used in systems analysis stage is called also with data analysis, because that be pressure data that be cultivated before hand, information that be produced to follow to follow the data.</p>
<p><span> </span><strong>Top-Down Approach</strong></p>
<p>This approach on the contrary begun from level on organization, that is begun with define target and organization policy. Step furthermore from this approach melakukannya information need analysis. After information is determined, so process goes to transaction processing, that is determination output, input, data base, operating procedure and control. This approach be feature from structured approach. Top-down approach when used in systems analysis stage called also with term desicion analysis, because that be pressure information that wanted for decision making by management beforehand, then data necessary cultivated to defined to follow information that wanted.</p>
<p><strong>4. Total-System Approach vs Modular Approach</strong></p>
<p><span> </span><strong>Total-System Approach</strong></p>
<p>Total-system approach to be approach develop system together according to comprehensive. This approach less synchronized for complex system, because will be difficult be developed. This approach be feature classic approaches.</p>
<p><strong>Modular Approach</strong></p>
<p>This approach try to divide complex system to simple some part, so that system easier will be understood and developed. Furthermore consequence system can be developed bick of time that planned, easy understood by system user and easy to maintained. This approach be feature structured approaches.</p>
<p><strong>5. Great-Loop Approach vs Evolutionary Approaches </strong></p>
<p><strong>Great-Loop Approach</strong></p>
<p>This approach apply change comprehensive according to together use sophisticated technology. This change contains many risks, because computer technology so great-loop. This approach also too expensive, because need investment at the same moment for all technology that used and difficult to developed because too complex.</p>
<p><strong>Evolutionary Approach</strong></p>
<p>This approach apply sophisticated technology just for applications that need that moment and then be developed for periods next based on technology development. This approach causes investment not too expensive and can follow fast technology development.</p>
<p><strong>System Development Methodology </strong></p>
<p>Methodology is methods unitary, procedures, job concepts, rules and postulates that used by a science, art or discipline the other. Method is a manner, systematic technique to does a certain. System development methodology means methods, procedures, job concepts, rules and postulates that be used to will develop information system. Algorithm is sequence procedure to break a problem.<br />
Classification based on existing methodology can classified to be three, that is:</p>
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:150%;"><strong><span>1. <span>Functional decomposition methodologies. </span></span></strong></p>
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:150%;"><strong><span>2.<span> Data-oriented methodologies.</span></span></strong></p>
<p class="MsoNormal" style="line-height:150%;margin:0 0 .0001pt .5in;"><strong><span>a. Data-flow oriented methodologies.</span></strong><span><br />
<strong>b. Data structure oriented methodologies.</strong></span></p>
<p><strong><span style="font-size:11pt;line-height:115%;font-family:&quot;">3. <span>Prescriptive methodologies.</span></span><span style="font-size:12pt;line-height:115%;font-family:&quot;"> </span></strong><span style="font-size:12pt;line-height:115%;font-family:&quot;"><br />
<!--[if !supportLineBreakNewLine]--><br />
<!--[endif]--></span></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/djack69.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/djack69.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/djack69.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/djack69.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/djack69.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/djack69.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/djack69.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/djack69.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/djack69.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/djack69.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/djack69.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/djack69.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/djack69.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/djack69.wordpress.com/16/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=djack69.wordpress.com&amp;blog=6649319&amp;post=16&amp;subd=djack69&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://djack69.wordpress.com/2009/03/07/development-general-observation-system/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/cf4dd5fb2442ddba872be7c89d6352dd?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">djack69</media:title>
		</media:content>
	</item>
		<item>
		<title>Basic Concept of Information Analysis and Design</title>
		<link>http://djack69.wordpress.com/2009/02/20/basic-concept-of-information-analysis-and-design/</link>
		<comments>http://djack69.wordpress.com/2009/02/20/basic-concept-of-information-analysis-and-design/#comments</comments>
		<pubDate>Fri, 20 Feb 2009 12:33:08 +0000</pubDate>
		<dc:creator>djack69</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://djack69.wordpress.com/?p=3</guid>
		<description><![CDATA[Before studying what that Information Systems Analysis and Design, first we have to know what that system and what that information. WHAT IS SYSTEM? There are two approaching to definition of system: 1. Definition of system based on approach of procedure According to this approach, system interpreted by as a working network from procedures which [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=djack69.wordpress.com&amp;blog=6649319&amp;post=3&amp;subd=djack69&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Before studying what that Information Systems Analysis and Design, first we have to know what that system and what that information.</p>
<p>WHAT IS SYSTEM?</p>
<p>There are two approaching to definition of system:</p>
<p>1. Definition of system based on approach of procedure<br />
According to this approach, system interpreted by as a working network from procedures which is interaction and work along to finish a specific-purpose or goal. A procedure is a correct sequences of instruction steps explaining what have to be done, who have to do, when have to be done and how to do that.</p>
<p>2. Definition of system based on approach of element<br />
According to this approach the definition of system is a set of elements which is have interaction to reach specific-purpose or goal.</p>
<p>CHARACTERISTIC OF SYSTEM</p>
<p>Characteristic a system can be explained as follows:</p>
<p>1. Components<br />
Consist of a number of components which interact, what each other working along to form an unity. The example is Supra System that is a larger ones system.</p>
<p>2. Boundary<br />
A system has a boundary to limiting system with environmental or other system outside its.</p>
<p>3. Environments<br />
Environment is a media link between a subsystem with other subsystem.</p>
<p>4. Input<br />
Entered energy into system can in the form of treatment input and signal input. The treatment input is entered energy system to can walk. While signal input is energy which in process to yield output.</p>
<p>5. Output<br />
The result from processed energy and classified is become an output which good for and rest of dismissal.</p>
<p>6. Process<br />
Process is the change an input become output.</p>
<p>7. Target (objective)/goal<br />
Otherwise have the target then system operation there will be no utilizing of. The system is told succeed if it has reach the target/its goal.</p>
<p>The Classification Of System</p>
<p>a. Deterministic System<br />
The Certain system operate with behaviour which have earned can be predicted, interaction between its sharess can be detected categorically so that its output can be forecasted. for example of : Computer programe, executing precisely as according to its instruction network. System of pay, and others.</p>
<p>b. Probabilistic System<br />
The System which is input and its process can be defined, but yielded output cannot be determined categorically; ( always there is a little mistake / deviation to forecast of the way system). for Example : marketing system)</p>
<p>c. Open System<br />
The system that relation and effect external environment .This system accept input and yield output for external environment / the other sub system, so that have good operation system. This system tend to measure up to adaptation, can adapt to its environment so that can continue its.</p>
<p>d. Closed System<br />
The System Physical where the process that happened do not experience of transfer of items, information or energy with environment outside system. This system work automatically without existence of interfere in of external side of it.</p>
<p>e. Relatively Closed System<br />
The closed System but doesn&#8217;t closed at all to accept other influences. This system in its operation can accept influence from outside which have been defined in certain boundarys.</p>
<p>f. Artificial System<br />
The System imitating occurence in system. This system is formed pursuant to occurence in nature where human being unable to do it. Equally imitat exist in nature.</p>
<p>g. Natural System<br />
The natural  System is occurence in nature. for Example of : sea, solar system and others.</p>
<p>h. Manned System<br />
The System explanations of behaviour covering human being taking part in. This system can be depicted in way of as follows:<br />
The System of Human being focus the relations between human being<br />
The System of Human being &#8211; Machine, System which involve machine to a target<br />
The Machine System, automatic system where human being have duty to start and finish system, meanwhile human being entangled also to monitor system.</p>
<p>Information<br />
Data is fact. Information is data that processed become better form and more meaning to accept it. If data is not useful to accept it so the data cannot be referred as by information.</p>
<p>QUALITY OF INFORMATION</p>
<p>To get information with quality, then information must have:</p>
<p>*Accurately<br />
Information free from mistakes and doesn&#8217;t deflect or mislead</p>
<p>*Punctually<br />
Incoming information at receiver may not lose time</p>
<p>*Relevantly<br />
Information is have benefit for its usage.</p>
<p>Information will be valuable if big added significance of expense get it</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/djack69.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/djack69.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/djack69.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/djack69.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/djack69.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/djack69.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/djack69.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/djack69.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/djack69.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/djack69.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/djack69.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/djack69.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/djack69.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/djack69.wordpress.com/3/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=djack69.wordpress.com&amp;blog=6649319&amp;post=3&amp;subd=djack69&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://djack69.wordpress.com/2009/02/20/basic-concept-of-information-analysis-and-design/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/cf4dd5fb2442ddba872be7c89d6352dd?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">djack69</media:title>
		</media:content>
	</item>
		<item>
		<title>Hello world!</title>
		<link>http://djack69.wordpress.com/2009/02/19/hello-world/</link>
		<comments>http://djack69.wordpress.com/2009/02/19/hello-world/#comments</comments>
		<pubDate>Thu, 19 Feb 2009 14:47:53 +0000</pubDate>
		<dc:creator>djack69</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Welcome to WordPress.com. This is your first post. Edit or delete it and start blogging!<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=djack69.wordpress.com&amp;blog=6649319&amp;post=1&amp;subd=djack69&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Welcome to <a href="http://wordpress.com/">WordPress.com</a>. This is your first post. Edit or delete it and start blogging!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/djack69.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/djack69.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/djack69.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/djack69.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/djack69.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/djack69.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/djack69.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/djack69.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/djack69.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/djack69.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/djack69.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/djack69.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/djack69.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/djack69.wordpress.com/1/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=djack69.wordpress.com&amp;blog=6649319&amp;post=1&amp;subd=djack69&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://djack69.wordpress.com/2009/02/19/hello-world/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/cf4dd5fb2442ddba872be7c89d6352dd?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">djack69</media:title>
		</media:content>
	</item>
	</channel>
</rss>
