<?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>Ruabineda..,classic balinese philosophy</title>
	<atom:link href="http://ruabineda.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://ruabineda.wordpress.com</link>
	<description>lalala...write n post whatever i want..</description>
	<lastBuildDate>Sun, 03 May 2009 13:05:27 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='ruabineda.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://1.gravatar.com/blavatar/7134c4fcb09467d9411cd7238f1d8722?s=96&#038;d=http%3A%2F%2Fs2.wp.com%2Fi%2Fbuttonw-com.png</url>
		<title>Ruabineda..,classic balinese philosophy</title>
		<link>http://ruabineda.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://ruabineda.wordpress.com/osd.xml" title="Ruabineda..,classic balinese philosophy" />
	<atom:link rel='hub' href='http://ruabineda.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Normalization Excercise</title>
		<link>http://ruabineda.wordpress.com/2009/05/03/normalization-excercise/</link>
		<comments>http://ruabineda.wordpress.com/2009/05/03/normalization-excercise/#comments</comments>
		<pubDate>Sun, 03 May 2009 12:57:39 +0000</pubDate>
		<dc:creator>ruabineda</dc:creator>
				<category><![CDATA[1]]></category>

		<guid isPermaLink="false">http://ruabineda.wordpress.com/?p=123</guid>
		<description><![CDATA[Normalization excercise Normalization Implementation ERD before Normalization: From my analysis ERD above can be found several errors including: No cardinality between BAGIAN entity and PROYEK entity Ternary Relationship between TANGGUNGAN entity and PROYEK entity According to logic on Corporate ERD above necessarily: Make 1 to N Cardinality betwen  BAGIAN Entity and PROYEK Entity. We can [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ruabineda.wordpress.com&amp;blog=6658126&amp;post=123&amp;subd=ruabineda&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p align="center"><strong>Normalization excercise </strong></p>
<p align="center"><strong> Normalization Implementation</strong></p>
<p><strong> </strong></p>
<p><strong>ERD before Normalization:</strong></p>
<p><strong><img class="alignnone size-full wp-image-122" title="1" src="http://ruabineda.files.wordpress.com/2009/05/1.jpg?w=439&#038;h=544" alt="1" width="439" height="544" /><br />
</strong></p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p>From my analysis ERD above can be found several errors including:</p>
<ol>
<li> No cardinality between BAGIAN entity and PROYEK entity</li>
<li> Ternary Relationship between TANGGUNGAN entity and PROYEK entity</li>
</ol>
<p>According to logic on Corporate ERD above necessarily:</p>
<ol>
<li>Make 1 to N Cardinality betwen  BAGIAN Entity and PROYEK Entity.</li>
<li>We can change Ternary Relationship Betwen  TANGGUNGAN ,PEGAWAI  and PROYEK entity to Binary Relationship Betwen  TANGGUNGAN entity  and PEGAWAI  entity.</li>
</ol>
<p>From Above ERD we can we can do Mapping process as follows:</p>
<p>This is a table:</p>
<p><img class="alignnone size-full wp-image-124" title="2" src="http://ruabineda.files.wordpress.com/2009/05/2.jpg?w=425&#038;h=344" alt="2" width="425" height="344" /></p>
<p><strong>Mapping&#8217;s table explanation:</strong></p>
<ol>
<li>NOPEG      is prymary key on PEGAWAI table,and on PEGAWAI table we have NOBAG      as foreign key because PEGAWAI and BAGIAN is connected with ANGGOTA      relationship,where  ANGGOTA      relationship have a with many to one cardinality. So, primary key BAGIAN      is become foreign key at table PEGAWAI.</li>
<li>Table      PEGAWAI have NOPEG as primary key and       Control  relationship that      connect Table PEGAWAI with him self,with one to many cardinality,where      NOPEG Made SUPERV_PEG</li>
<li>Kerja table obtained from the      relations between the entities of PEGAWAI who generate and Proyek a new      attribute that is an attribute Jam. This table is based on mapping rules      ERD, namely when there is a relationship that has a cardinality value M to      N, then the relationship is created a new table.</li>
<li>Table      TANGGUNGAN have NOPEG as foreign key. As we see the ER above, TANGGUNGAN      is weak entity, so, TANGGUNGAN have NOPEG as foreign key from table      PEGAWAI.</li>
</ol>
<p>Based on the above mapping, we can make the normalization of the table:</p>
<p><strong><span style="text-decoration:underline;">1NF</span></strong></p>
<p><strong>Pegawai Table:</strong></p>
<p><strong><img class="alignnone size-full wp-image-125" title="3" src="http://ruabineda.files.wordpress.com/2009/05/3.jpg?w=500&#038;h=137" alt="3" width="500" height="137" /><br />
</strong></p>
<p><strong>Bagian Table:</strong></p>
<p><strong><img class="alignnone size-full wp-image-126" title="4" src="http://ruabineda.files.wordpress.com/2009/05/4.jpg?w=363&#038;h=133" alt="4" width="363" height="133" /><br />
</strong></p>
<p><strong>Proyek Table:</strong></p>
<p><strong><img class="alignnone size-full wp-image-127" title="5" src="http://ruabineda.files.wordpress.com/2009/05/5.jpg?w=373&#038;h=133" alt="5" width="373" height="133" /><br />
</strong></p>
<p><strong>Kerja Table:</strong></p>
<p><strong><img class="alignnone size-full wp-image-128" title="6" src="http://ruabineda.files.wordpress.com/2009/05/6.jpg?w=363&#038;h=133" alt="6" width="363" height="133" /><br />
</strong></p>
<p><strong>Tanggungan Table:</strong></p>
<p><strong><img class="alignnone size-full wp-image-129" title="7" src="http://ruabineda.files.wordpress.com/2009/05/7.jpg?w=385&#038;h=133" alt="7" width="385" height="133" /><br />
</strong></p>
<p><strong><span style="text-decoration:underline;">2NF</span></strong></p>
<ul>
<li><strong>Pegawai Table </strong><strong></strong></li>
</ul>
<p>After 2 NF process we have pegawai table as following as:</p>
<p>FD 1 :<img class="alignnone size-full wp-image-130" title="8" src="http://ruabineda.files.wordpress.com/2009/05/8.jpg?w=124&#038;h=81" alt="8" width="124" height="81" /></p>
<p>FD 2 :<img class="alignnone size-full wp-image-131" title="9" src="http://ruabineda.files.wordpress.com/2009/05/9.jpg?w=124&#038;h=81" alt="9" width="124" height="81" /></p>
<p>FD 3 :<img class="alignnone size-full wp-image-132" title="10" src="http://ruabineda.files.wordpress.com/2009/05/10.jpg?w=301&#038;h=81" alt="10" width="301" height="81" /></p>
<ul>
<li><strong>Bagian Table</strong></li>
</ul>
<p><strong>After 2 NF process we have bagian table </strong><strong>as following as:</strong></p>
<p>FD 1:  <img class="alignnone size-full wp-image-133" title="11" src="../files/2009/05/11.jpg" alt="11" width="171" height="54" /></p>
<p>FD 2 :  <img class="alignnone size-full wp-image-134" title="12" src="http://ruabineda.files.wordpress.com/2009/05/12.jpg?w=171&#038;h=54" alt="12" width="171" height="54" /></p>
<ul>
<li><strong>Proyek Table</strong></li>
</ul>
<p><strong>After 2 NF process we have proyek table </strong><strong>as following as:</strong></p>
<p>FD 1:  <img class="alignnone size-full wp-image-135" title="13" src="http://ruabineda.files.wordpress.com/2009/05/13.jpg?w=171&#038;h=54" alt="13" width="171" height="54" /></p>
<p>FD 2:  <img class="alignnone size-full wp-image-136" title="14" src="http://ruabineda.files.wordpress.com/2009/05/14.jpg?w=177&#038;h=54" alt="14" width="177" height="54" /></p>
<ul>
<li><strong>Tanggungan</strong><strong> Table</strong></li>
</ul>
<p><strong>After 2 NF process we have Tanggungan table </strong><strong>as following as:</strong></p>
<p>FD 1:  <img class="alignnone size-full wp-image-137" title="15" src="http://ruabineda.files.wordpress.com/2009/05/15.jpg?w=349&#038;h=106" alt="15" width="349" height="106" /></p>
<p><em>Tanggungan table Explanation : </em>Tanggungan table does not change because each attribute on the table very well depend on the primary key.</p>
<p><em> </em></p>
<ul>
<li><strong>Kerja Table: </strong><strong></strong></li>
</ul>
<p><strong>After 2 NF process we have Kerja table </strong><strong>as following as:</strong></p>
<p><img class="alignnone size-full wp-image-138" title="16" src="http://ruabineda.files.wordpress.com/2009/05/16.jpg?w=221&#038;h=125" alt="16" width="221" height="125" /></p>
<p><strong><span style="text-decoration:underline;">3NF</span></strong></p>
<p><strong>Just 1 table that process until Third Normal Form(3NF) That table is Pegawai table because </strong>there are non-primary key attribute is dependent on the non primary key attribute.</p>
<p>So we can decomposition table to be:</p>
<p><strong> </strong><strong></strong></p>
<p><img class="alignnone size-full wp-image-139" title="17" src="http://ruabineda.files.wordpress.com/2009/05/17.jpg?w=298&#038;h=261" alt="17" width="298" height="261" /></p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p><img class="alignnone size-full wp-image-145" title="181" src="http://ruabineda.files.wordpress.com/2009/05/181.jpg?w=193&#038;h=90" alt="181" width="193" height="90" /></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ruabineda.wordpress.com/123/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ruabineda.wordpress.com/123/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ruabineda.wordpress.com/123/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ruabineda.wordpress.com/123/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ruabineda.wordpress.com/123/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ruabineda.wordpress.com/123/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ruabineda.wordpress.com/123/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ruabineda.wordpress.com/123/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ruabineda.wordpress.com/123/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ruabineda.wordpress.com/123/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ruabineda.wordpress.com/123/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ruabineda.wordpress.com/123/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ruabineda.wordpress.com/123/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ruabineda.wordpress.com/123/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ruabineda.wordpress.com&amp;blog=6658126&amp;post=123&amp;subd=ruabineda&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ruabineda.wordpress.com/2009/05/03/normalization-excercise/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8af44b15debf281f1f099181a2af6f2a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ruabineda</media:title>
		</media:content>

		<media:content url="http://ruabineda.files.wordpress.com/2009/05/1.jpg" medium="image">
			<media:title type="html">1</media:title>
		</media:content>

		<media:content url="http://ruabineda.files.wordpress.com/2009/05/2.jpg" medium="image">
			<media:title type="html">2</media:title>
		</media:content>

		<media:content url="http://ruabineda.files.wordpress.com/2009/05/3.jpg" medium="image">
			<media:title type="html">3</media:title>
		</media:content>

		<media:content url="http://ruabineda.files.wordpress.com/2009/05/4.jpg" medium="image">
			<media:title type="html">4</media:title>
		</media:content>

		<media:content url="http://ruabineda.files.wordpress.com/2009/05/5.jpg" medium="image">
			<media:title type="html">5</media:title>
		</media:content>

		<media:content url="http://ruabineda.files.wordpress.com/2009/05/6.jpg" medium="image">
			<media:title type="html">6</media:title>
		</media:content>

		<media:content url="http://ruabineda.files.wordpress.com/2009/05/7.jpg" medium="image">
			<media:title type="html">7</media:title>
		</media:content>

		<media:content url="http://ruabineda.files.wordpress.com/2009/05/8.jpg" medium="image">
			<media:title type="html">8</media:title>
		</media:content>

		<media:content url="http://ruabineda.files.wordpress.com/2009/05/9.jpg" medium="image">
			<media:title type="html">9</media:title>
		</media:content>

		<media:content url="http://ruabineda.files.wordpress.com/2009/05/10.jpg" medium="image">
			<media:title type="html">10</media:title>
		</media:content>

		<media:content url="../files/2009/05/11.jpg" medium="image">
			<media:title type="html">11</media:title>
		</media:content>

		<media:content url="http://ruabineda.files.wordpress.com/2009/05/12.jpg" medium="image">
			<media:title type="html">12</media:title>
		</media:content>

		<media:content url="http://ruabineda.files.wordpress.com/2009/05/13.jpg" medium="image">
			<media:title type="html">13</media:title>
		</media:content>

		<media:content url="http://ruabineda.files.wordpress.com/2009/05/14.jpg" medium="image">
			<media:title type="html">14</media:title>
		</media:content>

		<media:content url="http://ruabineda.files.wordpress.com/2009/05/15.jpg" medium="image">
			<media:title type="html">15</media:title>
		</media:content>

		<media:content url="http://ruabineda.files.wordpress.com/2009/05/16.jpg" medium="image">
			<media:title type="html">16</media:title>
		</media:content>

		<media:content url="http://ruabineda.files.wordpress.com/2009/05/17.jpg" medium="image">
			<media:title type="html">17</media:title>
		</media:content>

		<media:content url="http://ruabineda.files.wordpress.com/2009/05/181.jpg" medium="image">
			<media:title type="html">181</media:title>
		</media:content>
	</item>
		<item>
		<title>NORMALIZATION</title>
		<link>http://ruabineda.wordpress.com/2009/04/26/normalization/</link>
		<comments>http://ruabineda.wordpress.com/2009/04/26/normalization/#comments</comments>
		<pubDate>Sun, 26 Apr 2009 06:40:27 +0000</pubDate>
		<dc:creator>ruabineda</dc:creator>
				<category><![CDATA[1]]></category>

		<guid isPermaLink="false">http://ruabineda.wordpress.com/?p=95</guid>
		<description><![CDATA[NORMALIZATION Database Design Process (Review) Gathering user / business&#8217;s requirement Develop E-R Model bases by user / business&#8217;s requirements Convert E-R Model to relationship gatherings (table) Relationship Normalization to remove anomali Implementation to database by make table for each relationship already most normalization One relational&#8217;s data base can consisting of one table or more. If [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ruabineda.wordpress.com&amp;blog=6658126&amp;post=95&amp;subd=ruabineda&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p style="text-align:left;"><!--[if !mso]&gt;--> <!--[endif]--><!--[if gte mso 9]&gt;  Normal 0     false false false  IN X-NONE X-NONE              MicrosoftInternetExplorer4              &lt;![endif]--><!--[if gte mso 9]&gt;                                                                                                                                            &lt;![endif]--> <!--[if gte mso 10]&gt;--> <!--[endif]--></p>
<p><!--[if gte mso 9]&gt;  Normal 0     false false false  IN X-NONE X-NONE              MicrosoftInternetExplorer4              &lt;![endif]--><!--[if gte mso 9]&gt;                                                                                                                                            &lt;![endif]--></p>
<p class="MsoNormal" style="text-align:center;line-height:150%;" align="center"><strong><span style="font-size:14pt;line-height:150%;font-family:&quot;">NORMALIZATION</span></strong></p>
<p class="MsoNormal" style="line-height:150%;"><strong><span style="text-decoration:underline;"><span style="font-size:13pt;line-height:150%;font-family:&quot;">Database<span> </span>Design Process (Review)</span></span></strong></p>
<p class="MsoListParagraphCxSpFirst" style="text-indent:18pt;line-height:150%;margin:0 0 .0001pt;"><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="EN-US">Gathering user / business&#8217;s requirement </span></p>
<ul>
<li><!--[if !supportLists]--><!--[endif]--><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="EN-US">Develop<span> </span>E-R Model bases by user / business&#8217;s requirements </span></li>
<li><span style="font-size:24pt;line-height:150%;font-family:&quot;color:#4d4d4d;" lang="X-NONE"><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;line-height:150%;font-family:&quot;" lang="EN-US">Convert E-R Model to relationship gatherings (table) </span></li>
<li><span style="font-size:24pt;line-height:150%;font-family:&quot;color:#4d4d4d;" lang="X-NONE"><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;line-height:150%;font-family:&quot;" lang="EN-US">Relationship Normalization to remove anomali </span></li>
<li><span style="font-size:24pt;line-height:150%;font-family:&quot;color:#4d4d4d;" lang="X-NONE"><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;line-height:150%;font-family:&quot;" lang="EN-US">Implementation to database by make table for each relationship already most normalization</span></li>
</ul>
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:150%;"><span style="font-size:12pt;line-height:150%;font-family:&quot;"> </span></p>
<p class="MsoNormal" style="margin-bottom:.0001pt;text-indent:18pt;line-height:150%;"><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="EN-US">One relational&#8217;s data</span><span style="font-size:12pt;line-height:150%;font-family:&quot;"> base</span><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="EN-US"> can consisting of one table or more. If table more than one therefore that table interactions mutually, that</span><span style="font-size:12pt;line-height:150%;font-family:&quot;"> called</span><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="EN-US"> Relationship&#8217;s terminology. </span></p>
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:150%;"><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="EN-US"><span> </span></span></p>
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:150%;"><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="EN-US">If one table consisting of attribut what do come from </span><span style="font-size:12pt;line-height:150%;font-family:&quot;">entity’s </span><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="EN-US"><span> </span>kind that has degree one to many or even many to many therefore may </span><span style="font-size:12pt;line-height:150%;font-family:&quot;">ensure</span><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="EN-US"> that table was </span><span style="font-size:12pt;line-height:150%;font-family:&quot;">not </span><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="EN-US">normal</span><span style="font-size:12pt;line-height:150%;font-family:&quot;"> yet</span><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="EN-US">. </span></p>
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:150%;"><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="EN-US"><span> </span></span></p>
<p><span style="font-size:12pt;line-height:115%;font-family:&quot;" lang="EN-US">What does it mean? Its mean in table that will happen redundancy that can</span><span style="font-size:12pt;line-height:115%;font-family:&quot;"> be</span><span style="font-size:12pt;line-height:115%;font-family:&quot;" lang="EN-US"> anomali insert, anomali <span> </span>update and anomali delete.<span> </span></span></p>
<p class="MsoNormal" style="margin-bottom:.0001pt;text-indent:36pt;line-height:150%;text-align:left;"><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="EN-US">Normalization constitutes a process to change a table that has </span></p>
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:150%;text-align:left;"><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="EN-US">given problem into two tables or more that no longer has problem </span></p>
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:150%;text-align:left;"><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="EN-US">one particular. Normalization can be used by database designer to do verification </span></p>
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:150%;text-align:left;"><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="EN-US">to table that is made.</span></p>
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:150%;text-align:left;"><span style="font-size:12pt;line-height:150%;font-family:&quot;"> </span></p>
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:150%;text-align:left;"><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="EN-US">Why done by normalization? </span></p>
<p class="MsoNormal" style="text-indent:-22.5pt;line-height:150%;text-align:left;margin:0 0 .0001pt 58.5pt;"><!--[if !supportLists]--><span style="font-size:24pt;line-height:150%;font-family:&quot;color:#4d4d4d;" lang="X-NONE"><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;line-height:150%;font-family:&quot;" lang="EN-US">maximizing table structures </span></p>
<p class="MsoNormal" style="text-indent:-22.5pt;line-height:150%;text-align:left;margin:0 0 .0001pt 58.5pt;"><!--[if !supportLists]--><span style="font-size:24pt;line-height:150%;font-family:&quot;color:#4d4d4d;" lang="X-NONE"><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;line-height:150%;font-family:&quot;" lang="EN-US">Increasing speed </span></p>
<p class="MsoNormal" style="text-indent:-22.5pt;line-height:150%;text-align:left;margin:0 0 .0001pt 58.5pt;"><!--[if !supportLists]--><span style="font-size:24pt;line-height:150%;font-family:&quot;color:#4d4d4d;" lang="X-NONE"><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;line-height:150%;font-family:&quot;" lang="EN-US">Removing same data inclusion </span></p>
<p class="MsoNormal" style="text-indent:-22.5pt;line-height:150%;text-align:left;margin:0 0 .0001pt 58.5pt;"><!--[if !supportLists]--><span style="font-size:24pt;line-height:150%;font-family:&quot;color:#4d4d4d;" lang="X-NONE"><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;line-height:150%;font-family:&quot;" lang="EN-US">More efficient in storage media purpose </span></p>
<p class="MsoNormal" style="text-indent:-22.5pt;line-height:150%;text-align:left;margin:0 0 .0001pt 58.5pt;"><!--[if !supportLists]--><span style="font-size:24pt;line-height:150%;font-family:&quot;color:#4d4d4d;" lang="X-NONE"><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;line-height:150%;font-family:&quot;" lang="EN-US">Reducing redundansi </span></p>
<p class="MsoNormal" style="text-indent:-22.5pt;line-height:150%;text-align:left;margin:0 0 .0001pt 58.5pt;"><!--[if !supportLists]--><span style="font-size:24pt;line-height:150%;font-family:&quot;color:#4d4d4d;" lang="X-NONE"><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;line-height:150%;font-family:&quot;" lang="EN-US">Avoiding anomali( <em>insertion anomalies </em>,<span> </span><em>deletion anomalies </em>,<span> </span><em>anomalies&#8217;s update </em>). </span></p>
<p class="MsoNormal" style="line-height:150%;text-align:left;"><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="EN-US">Increased data integrity</span><span style="font-size:12pt;line-height:150%;font-family:&quot;">.</span></p>
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:150%;text-align:left;"><span style="font-size:12pt;line-height:150%;font-family:&quot;"> </span></p>
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:150%;text-align:left;"><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="EN-US">One table is said well (efficient) or normal if pock 3 criterions as follows: </span></p>
<p class="MsoNormal" style="text-indent:-42pt;line-height:150%;text-align:left;margin:0 0 .0001pt 104.25pt;"><!--[if !supportLists]--><span style="font-size:20pt;line-height:150%;font-family:&quot;color:#4d4d4d;" lang="X-NONE"><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;line-height:150%;font-family:&quot;" lang="EN-US">If there is decomposition</span><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="EN-US"> </span><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="EN-US">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&#8217;s breadth. </span></p>
<p class="MsoNormal" style="text-indent:-42pt;line-height:150%;text-align:left;margin:0 0 .0001pt 104.25pt;"><!--[if !supportLists]--><span style="font-size:20pt;line-height:150%;font-family:&quot;color:#4d4d4d;" lang="X-NONE"><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;line-height:150%;font-family:&quot;" lang="EN-US">Its petted dependable functional at the moment data change (Dependency Preservation). </span></p>
<p class="MsoNormal" style="text-indent:-42pt;line-height:150%;text-align:left;margin:0 0 .0001pt 104.25pt;"><!--[if !supportLists]--><span style="font-size:20pt;line-height:150%;font-family:&quot;color:#4d4d4d;" lang="X-NONE"><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;line-height:150%;font-family:&quot;" lang="EN-US">Don&#8217;t breach Boyce Code Form&#8217;s Normal (BCNF) </span></p>
<p class="MsoNormal" style="line-height:150%;text-align:left;margin:0 0 .0001pt 104.25pt;"><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="X-NONE"> </span></p>
<p class="MsoNormal" style="line-height:150%;text-align:left;"><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="EN-US">If drd criterion (BCNF) can&#8217;t be accomplished, therefore at least that table not breach drd phase Normal Form (Normal 3rd is Form </span><span style="font-size:12pt;line-height:150%;font-family:&quot;">/</span><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="EN-US"> 3NF).</span></p>
<p class="MsoNormal" style="line-height:150%;text-align:left;"><span style="text-decoration:underline;"><span style="font-size:13pt;line-height:150%;font-family:&quot;"><span style="text-decoration:none;"> </span></span></span></p>
<p class="MsoNormal" style="line-height:150%;text-align:left;"><strong><span style="text-decoration:underline;"><span style="font-size:13pt;line-height:150%;font-family:&quot;">Functional dependency</span></span></strong></p>
<p class="MsoNormal" style="text-indent:36pt;line-height:150%;text-align:left;"><span style="font-size:12pt;line-height:150%;font-family:&quot;">Functional dependency</span><span style="font-size:12pt;line-height:150%;font-family:&quot;"> :Attribute B has a <span style="color:windowtext;text-decoration:none;">functional dependency</span> on attribute A (i.e., <span>A → B</span>) if, for each value of attribute A, there is exactly one value of attribute B. If value of A is repeating in <span style="color:windowtext;text-decoration:none;">tuples</span> then value of B will also repeat.</span></p>
<p class="MsoNormal" style="text-indent:36pt;line-height:150%;text-align:left;"><span style="font-size:12pt;line-height:150%;font-family:&quot;"><span> </span>In our example: Employee Address has a functional dependency on Employee ID, because a particular Employee ID value corresponds to one and only one Employee Address value. (Note that the reverse need not be true: several employees could live at the same address and therefore one Employee Address value could correspond to more than one Employee ID. Employee ID is therefore <strong>not</strong> functionally dependent on Employee Address.) An attribute may be functionally dependent either on a single attribute or on a combination of attributes. It is not possible to determine the extent to which a design is normalized without understanding what functional dependencies apply to the attributes within its tables; understanding this, in turn, requires knowledge of the problem domain. For example, an Employer may require certain employees to split their time between two locations, such as New York City and London, and therefore want to allow Employees to have more than one Employee Address. In this case, Employee Address would no longer be functionally dependent on Employee ID.</span></p>
<p class="MsoNormal" style="text-indent:36pt;line-height:150%;text-align:left;"><strong><span style="font-size:12pt;line-height:150%;font-family:&quot;">More example:</span></strong></p>
<table class="MsoNormalTable" style="width:444pt;border-collapse:collapse;text-align:left;" border="0" cellspacing="0" cellpadding="0" width="592">
<tbody>
<tr style="height:52.5pt;">
<td style="background:#4f81bd none repeat scroll 0 0;width:111pt;height:52.5pt;padding:3.6pt 7.2pt;" width="148" valign="top">
<p class="MsoNormal" style="text-indent:36pt;line-height:150%;"><strong><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="EN-US">Pembeli </span></strong></p>
</td>
<td style="background:#4f81bd none repeat scroll 0 0;width:111pt;height:52.5pt;padding:3.6pt 7.2pt;" width="148" valign="top">
<p class="MsoNormal" style="text-indent:36pt;line-height:150%;"><strong><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="EN-US">Kota </span></strong></p>
</td>
<td style="background:#4f81bd none repeat scroll 0 0;width:111pt;height:52.5pt;padding:3.6pt 7.2pt;" width="148" valign="top">
<p class="MsoNormal" style="text-indent:36pt;line-height:150%;"><strong><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="EN-US">Barang </span></strong></p>
</td>
<td style="background:#4f81bd none repeat scroll 0 0;width:111pt;height:52.5pt;padding:3.6pt 7.2pt;" width="148" valign="top">
<p class="MsoNormal" style="text-indent:36pt;line-height:150%;"><strong><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="EN-US">Jumlah </span></strong></p>
</td>
</tr>
<tr style="height:30pt;">
<td style="background:#d0d8e8 none repeat scroll 0 0;width:111pt;height:30pt;padding:3.6pt 7.2pt;" width="148" valign="top">
<p class="MsoNormal" style="text-indent:36pt;line-height:150%;"><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="EN-US">P1 </span></p>
</td>
<td style="background:#d0d8e8 none repeat scroll 0 0;width:111pt;height:30pt;padding:3.6pt 7.2pt;" width="148" valign="top">
<p class="MsoNormal" style="text-indent:36pt;line-height:150%;"><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="EN-US">Yogya </span></p>
</td>
<td style="background:#d0d8e8 none repeat scroll 0 0;width:111pt;height:30pt;padding:3.6pt 7.2pt;" width="148" valign="top">
<p class="MsoNormal" style="text-indent:36pt;line-height:150%;"><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="EN-US">B1 </span></p>
</td>
<td style="background:#d0d8e8 none repeat scroll 0 0;width:111pt;height:30pt;padding:3.6pt 7.2pt;" width="148" valign="top">
<p class="MsoNormal" style="text-indent:36pt;line-height:150%;"><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="EN-US">10 </span></p>
</td>
</tr>
<tr style="height:30pt;">
<td style="background:#e9edf4 none repeat scroll 0 0;width:111pt;height:30pt;padding:3.6pt 7.2pt;" width="148" valign="top">
<p class="MsoNormal" style="text-indent:36pt;line-height:150%;"><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="EN-US">P1 </span></p>
</td>
<td style="background:#e9edf4 none repeat scroll 0 0;width:111pt;height:30pt;padding:3.6pt 7.2pt;" width="148" valign="top">
<p class="MsoNormal" style="text-indent:36pt;line-height:150%;"><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="EN-US">Yogya </span></p>
</td>
<td style="background:#e9edf4 none repeat scroll 0 0;width:111pt;height:30pt;padding:3.6pt 7.2pt;" width="148" valign="top">
<p class="MsoNormal" style="text-indent:36pt;line-height:150%;"><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="EN-US">B2 </span></p>
</td>
<td style="background:#e9edf4 none repeat scroll 0 0;width:111pt;height:30pt;padding:3.6pt 7.2pt;" width="148" valign="top">
<p class="MsoNormal" style="text-indent:36pt;line-height:150%;"><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="EN-US">5 </span></p>
</td>
</tr>
<tr style="height:30pt;">
<td style="background:#d0d8e8 none repeat scroll 0 0;width:111pt;height:30pt;padding:3.6pt 7.2pt;" width="148" valign="top">
<p class="MsoNormal" style="text-indent:36pt;line-height:150%;"><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="EN-US">P2 </span></p>
</td>
<td style="background:#d0d8e8 none repeat scroll 0 0;width:111pt;height:30pt;padding:3.6pt 7.2pt;" width="148" valign="top">
<p class="MsoNormal" style="text-indent:36pt;line-height:150%;"><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="EN-US">Solo </span></p>
</td>
<td style="background:#d0d8e8 none repeat scroll 0 0;width:111pt;height:30pt;padding:3.6pt 7.2pt;" width="148" valign="top">
<p class="MsoNormal" style="text-indent:36pt;line-height:150%;"><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="EN-US">B1 </span></p>
</td>
<td style="background:#d0d8e8 none repeat scroll 0 0;width:111pt;height:30pt;padding:3.6pt 7.2pt;" width="148" valign="top">
<p class="MsoNormal" style="text-indent:36pt;line-height:150%;"><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="EN-US">7 </span></p>
</td>
</tr>
<tr style="height:30pt;">
<td style="background:#e9edf4 none repeat scroll 0 0;width:111pt;height:30pt;padding:3.6pt 7.2pt;" width="148" valign="top">
<p class="MsoNormal" style="text-indent:36pt;line-height:150%;"><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="EN-US">P2 </span></p>
</td>
<td style="background:#e9edf4 none repeat scroll 0 0;width:111pt;height:30pt;padding:3.6pt 7.2pt;" width="148" valign="top">
<p class="MsoNormal" style="text-indent:36pt;line-height:150%;"><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="EN-US">Solo </span></p>
</td>
<td style="background:#e9edf4 none repeat scroll 0 0;width:111pt;height:30pt;padding:3.6pt 7.2pt;" width="148" valign="top">
<p class="MsoNormal" style="text-indent:36pt;line-height:150%;"><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="EN-US">B2 </span></p>
</td>
<td style="background:#e9edf4 none repeat scroll 0 0;width:111pt;height:30pt;padding:3.6pt 7.2pt;" width="148" valign="top">
<p class="MsoNormal" style="text-indent:36pt;line-height:150%;"><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="EN-US">6 </span></p>
</td>
</tr>
<tr style="height:30pt;">
<td style="background:#d0d8e8 none repeat scroll 0 0;width:111pt;height:30pt;padding:3.6pt 7.2pt;" width="148" valign="top">
<p class="MsoNormal" style="text-indent:36pt;line-height:150%;"><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="EN-US">P2 </span></p>
</td>
<td style="background:#d0d8e8 none repeat scroll 0 0;width:111pt;height:30pt;padding:3.6pt 7.2pt;" width="148" valign="top">
<p class="MsoNormal" style="text-indent:36pt;line-height:150%;"><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="EN-US">Solo </span></p>
</td>
<td style="background:#d0d8e8 none repeat scroll 0 0;width:111pt;height:30pt;padding:3.6pt 7.2pt;" width="148" valign="top">
<p class="MsoNormal" style="text-indent:36pt;line-height:150%;"><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="EN-US">B3 </span></p>
</td>
<td style="background:#d0d8e8 none repeat scroll 0 0;width:111pt;height:30pt;padding:3.6pt 7.2pt;" width="148" valign="top">
<p class="MsoNormal" style="text-indent:36pt;line-height:150%;"><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="EN-US">6 </span></p>
</td>
</tr>
<tr style="height:52.5pt;">
<td style="background:#e9edf4 none repeat scroll 0 0;width:111pt;height:52.5pt;padding:3.6pt 7.2pt;" width="148" valign="top">
<p class="MsoNormal" style="text-indent:36pt;line-height:150%;"><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="EN-US">P3 </span></p>
</td>
<td style="background:#e9edf4 none repeat scroll 0 0;width:111pt;height:52.5pt;padding:3.6pt 7.2pt;" width="148" valign="top">
<p class="MsoNormal" style="text-indent:36pt;line-height:150%;"><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="EN-US">Semarang </span></p>
</td>
<td style="background:#e9edf4 none repeat scroll 0 0;width:111pt;height:52.5pt;padding:3.6pt 7.2pt;" width="148" valign="top">
<p class="MsoNormal" style="text-indent:36pt;line-height:150%;"><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="EN-US">B3 </span></p>
</td>
<td style="background:#e9edf4 none repeat scroll 0 0;width:111pt;height:52.5pt;padding:3.6pt 7.2pt;" width="148" valign="top">
<p class="MsoNormal" style="text-indent:36pt;line-height:150%;"><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="EN-US">7 </span></p>
</td>
</tr>
<tr style="height:52.5pt;">
<td style="background:#d0d8e8 none repeat scroll 0 0;width:111pt;height:52.5pt;padding:3.6pt 7.2pt;" width="148" valign="top">
<p class="MsoNormal" style="text-indent:36pt;line-height:150%;"><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="EN-US">P3 </span></p>
</td>
<td style="background:#d0d8e8 none repeat scroll 0 0;width:111pt;height:52.5pt;padding:3.6pt 7.2pt;" width="148" valign="top">
<p class="MsoNormal" style="text-indent:36pt;line-height:150%;"><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="EN-US">Semarang </span></p>
</td>
<td style="background:#d0d8e8 none repeat scroll 0 0;width:111pt;height:52.5pt;padding:3.6pt 7.2pt;" width="148" valign="top">
<p class="MsoNormal" style="text-indent:36pt;line-height:150%;"><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="EN-US">B4 </span></p>
</td>
<td style="background:#d0d8e8 none repeat scroll 0 0;width:111pt;height:52.5pt;padding:3.6pt 7.2pt;" width="148" valign="top">
<p class="MsoNormal" style="text-indent:36pt;line-height:150%;"><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="EN-US">6 </span></p>
</td>
</tr>
</tbody>
</table>
<p class="MsoNormal" style="text-indent:36pt;line-height:150%;text-align:left;"><span style="font-size:12pt;line-height:150%;font-family:&quot;"> </span></p>
<p class="MsoNormal" style="line-height:150%;text-align:left;"><strong><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="EN-US">Pembeli </span></strong><strong><span style="font-size:12pt;line-height:150%;font-family:Wingdings;" lang="EN-US"><span>è</span></span></strong><strong><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="EN-US">Kota</span></strong><strong></strong></p>
<p class="MsoNormal" style="line-height:150%;text-align:left;"><strong><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="EN-US">{Pembeli,Barang}</span></strong><strong><span style="font-size:12pt;line-height:150%;font-family:Wingdings;" lang="EN-US"><span>è</span></span></strong><strong><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="EN-US">Jumlah </span></strong><strong></strong></p>
<p class="MsoNormal" style="line-height:150%;text-align:left;"><strong><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="EN-US">{Pembeli, Barang}</span></strong><strong><span style="font-size:12pt;line-height:150%;font-family:Wingdings;" lang="EN-US"><span>è</span></span></strong><strong><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="EN-US">Kota</span></strong><strong></strong></p>
<p class="MsoNormal" style="line-height:150%;text-align:left;"><strong><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="EN-US">{Pembeli,Barang}</span></strong><strong><span style="font-size:12pt;line-height:150%;font-family:Wingdings;" lang="EN-US"><span>è</span></span></strong><strong><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="EN-US">{Jumlah, Kota} </span></strong><strong></strong></p>
<p class="MsoNormal" style="line-height:150%;text-align:left;"><strong><span style="font-size:12pt;line-height:150%;font-family:&quot;"> </span></strong></p>
<p class="MsoNormal" style="line-height:150%;text-align:left;"><strong><span style="font-size:12pt;line-height:150%;font-family:&quot;"> </span></strong></p>
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:150%;text-align:left;"><strong><span style="text-decoration:underline;"><span style="font-size:12pt;line-height:150%;font-family:&quot;">First </span></span></strong><strong><span style="text-decoration:underline;"><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="EN-US">Normal Form (1NF) </span></span></strong></p>
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:150%;text-align:left;"><em><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="EN-US"> </span></em></p>
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:150%;text-align:left;"><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="EN-US">A relationship is said have accomplished Normal Form </span></p>
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:150%;text-align:left;"><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="EN-US">To one if each data gets atomik&#8217;s character which is each slice </span></p>
<p class="MsoNormal" style="line-height:150%;text-align:left;"><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="EN-US">the line and column just has one data point</span></p>
<p class="MsoNormal" style="line-height:150%;text-align:left;"><span style="font-size:12pt;line-height:150%;font-family:&quot;">example:</span></p>
<p class="MsoNormal" style="line-height:150%;text-align:left;"><strong><span style="font-size:12pt;line-height:150%;font-family:&quot;">KIRIM-1 Table (Unnormal)</span></strong></p>
<p class="MsoNormal" style="line-height:150%;text-align:left;"><span style="font-size:12pt;line-height:150%;font-family:&quot;"><!--[if gte vml 1]&gt;                    &lt;![endif]--><!--[if !vml]--><img class="alignnone size-full wp-image-97" title="12" src="http://ruabineda.files.wordpress.com/2009/04/12.jpg?w=500&#038;h=229" alt="12" width="500" height="229" /><!--[endif]--></span></p>
<p class="MsoNormal" style="line-height:150%;text-align:left;"><strong><span style="font-size:12pt;line-height:150%;font-family:&quot;">KIRIM-2 Table (1NF)</span></strong></p>
<p class="MsoNormal" style="line-height:150%;text-align:left;"><span style="font-size:12pt;line-height:150%;font-family:&quot;"><!--[if gte vml 1]&gt;  &lt;![endif]--><!--[if !vml]--><img class="alignnone size-full wp-image-98" title="2" src="http://ruabineda.files.wordpress.com/2009/04/21.jpg?w=500&#038;h=229" alt="2" width="500" height="229" /><!--[endif]--></span></p>
<p class="MsoNormal" style="line-height:150%;text-align:left;"><strong><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="EN-US">Functional dependable diagram</span></strong><strong></strong></p>
<p class="MsoNormal" style="line-height:150%;text-align:left;"><span style="font-size:12pt;line-height:150%;font-family:&quot;"><!--[if gte vml 1]&gt;  &lt;![endif]--><!--[if !vml]--><img class="alignnone size-full wp-image-99" title="31" src="http://ruabineda.files.wordpress.com/2009/04/31.jpg?w=393&#038;h=207" alt="31" width="393" height="207" /><!--[endif]--></span></p>
<p class="MsoNormal" style="line-height:150%;text-align:left;"><strong><span style="text-decoration:underline;"><span style="font-size:13pt;line-height:150%;font-family:&quot;">Second Normal Form </span></span></strong><strong><span style="text-decoration:underline;"><span style="font-size:13pt;line-height:150%;font-family:&quot;">(2NF)</span></span></strong><strong></strong></p>
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:150%;text-align:left;"><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="EN-US">A relationship is said have accomplished Normal Form </span></p>
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:150%;text-align:left;"><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="EN-US">Both of if that relationship have accomplished First Normal form, and attribute that doesn&#8217;t key was hung full to key.</span></p>
<p class="MsoNormal" style="line-height:150%;text-align:left;"><strong><span style="text-decoration:underline;"><span style="font-size:12pt;line-height:150%;font-family:&quot;">PEMASOK-1 table (2NF)</span></span></strong></p>
<p class="MsoNormal" style="line-height:150%;text-align:left;"><strong><span style="font-size:12pt;line-height:150%;font-family:&quot;"><!--[if gte vml 1]&gt;  &lt;![endif]--><!--[if !vml]--><img class="alignnone size-full wp-image-100" title="4" src="http://ruabineda.files.wordpress.com/2009/04/4.jpg?w=465&#038;h=210" alt="4" width="465" height="210" /><!--[endif]--></span></strong></p>
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:150%;text-align:left;"><strong><span style="text-decoration:underline;"><span style="font-size:13pt;line-height:150%;font-family:&quot;" lang="EN-US">Third Normal form (3NF) </span></span></strong></p>
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:150%;text-align:left;"><em><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="EN-US"> </span></em></p>
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:150%;text-align:left;"><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="EN-US">A relationship is said have accomplished drd Normal Form </span></p>
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:150%;text-align:left;"><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="EN-US">if that relationship have accomplished Second Normal form<span> </span></span></p>
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:150%;text-align:left;"><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="EN-US">and attribute that doesn&#8217;t key don&#8217;t depend transitive to </span></p>
<p class="MsoNormal" style="line-height:150%;text-align:left;"><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="EN-US">key.</span></p>
<p class="MsoNormal" style="line-height:150%;text-align:left;"><span style="font-size:12pt;line-height:150%;font-family:&quot;"> </span></p>
<p class="MsoNormal" style="line-height:150%;text-align:left;"><strong><span style="font-size:12pt;line-height:150%;font-family:&quot;">KIRIM-3 table (3NF)</span></strong></p>
<p class="MsoNormal" style="line-height:150%;text-align:left;"><strong><span style="font-size:12pt;line-height:150%;font-family:&quot;"><!--[if gte vml 1]&gt;  &lt;![endif]--><!--[if !vml]--><img class="alignnone size-full wp-image-101" title="5" src="http://ruabineda.files.wordpress.com/2009/04/5.jpg?w=275&#038;h=232" alt="5" width="275" height="232" /><!--[endif]--><span> </span></span></strong></p>
<p class="MsoNormal" style="line-height:150%;text-align:left;"><strong><span style="font-size:12pt;line-height:150%;font-family:&quot;"> </span></strong></p>
<p class="MsoNormal" style="line-height:150%;text-align:left;"><strong><span style="font-size:12pt;line-height:150%;font-family:&quot;">PEMASOK-2 table(3NF)<span> </span>PEMASOK-3 table(3NF)</span></strong><strong></strong></p>
<p class="MsoNormal" style="line-height:150%;text-align:left;"><strong><span style="font-size:12pt;line-height:150%;font-family:&quot;"><!--[if gte vml 1]&gt;  &lt;![endif]--><!--[if !vml]--><img class="alignnone size-full wp-image-102" title="6" src="http://ruabineda.files.wordpress.com/2009/04/6.jpg?w=500&#038;h=192" alt="6" width="500" height="192" /><!--[endif]--></span></strong></p>
<p class="MsoNormal" style="line-height:150%;text-align:left;"><strong><span style="font-size:12pt;line-height:150%;font-family:&quot;"> </span></strong></p>
<p class="MsoNormal" style="line-height:150%;text-align:left;"><strong><span style="text-decoration:underline;"><span style="font-size:13pt;line-height:150%;font-family:&quot;" lang="EN-GB">Boyce-Codd Normal Form (BNCF)</span></span></strong><strong></strong></p>
<p class="MsoNormal" style="margin-bottom:.0001pt;text-align:left;text-indent:27pt;line-height:150%;"><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="EN-US">Boyce Codd is Form&#8217;s Normal have stronger compulsion of </span><span style="font-size:12pt;line-height:150%;font-family:&quot;">Third </span><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="EN-US">Normal</span><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="EN-US"> </span><span style="font-size:12pt;line-height:150%;font-family:&quot;">form</span><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="EN-US">. To become BNCF, relationship </span><span style="font-size:12pt;line-height:150%;font-family:&quot;">must</span><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="EN-US"> in </span><span style="font-size:12pt;line-height:150%;font-family:&quot;">First</span><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="EN-US"> Normal</span><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="EN-US"> </span><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="EN-US">form and each attribute is forced hinges on function on super&#8217;s attribute </span><span style="font-size:12pt;line-height:150%;font-family:&quot;">key</span><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="EN-US">. </span></p>
<p class="MsoNormal" style="text-align:left;text-indent:-27pt;line-height:150%;margin:0 0 .0001pt 27pt;"><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="EN-US">On example hereunder exists seminar relationship, Prime key is NPM + seminar.<span> </span></span></p>
<p class="MsoNormal" style="line-height:150%;text-align:left;"><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="EN-US">Student may take </span><span style="font-size:12pt;line-height:150%;font-family:&quot;">one</span><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="EN-US"> or two seminar. Each seminar needs 2 counsellors and each student led by one of between 2 that seminar counsellor. Each counsellor just may take just one seminar. on this example NPM and seminar points out </span><span style="font-size:12pt;line-height:150%;font-family:&quot;">one</span><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="EN-US"> Counsellor.</span><strong></strong></p>
<p class="MsoNormal" style="line-height:150%;text-align:left;"><strong><span style="font-size:12pt;line-height:150%;font-family:&quot;"><!--[if gte vml 1]&gt;  &lt;![endif]--><!--[if !vml]--><img class="alignnone size-full wp-image-103" title="7" src="http://ruabineda.files.wordpress.com/2009/04/7.jpg?w=443&#038;h=232" alt="7" width="443" height="232" /><!--[endif]--></span></strong></p>
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:150%;text-align:left;"><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="EN-US">Seminar Relationship form is Third Normal form, but don&#8217;t BCNF </span></p>
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:150%;text-align:left;"><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="EN-US">bacause seminar Code is still hinge function on Counsellor, if each Counsellor gets to teach just one seminar. Dependent seminar on one attribute is not super key. as like specification by BCNF. Therefore </span></p>
<p class="MsoNormal" style="line-height:150%;text-align:left;"><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="EN-US">seminar relationship shall be broken down as two which is</span><span style="font-size:12pt;line-height:150%;font-family:&quot;">:</span></p>
<p class="MsoNormal" style="line-height:150%;text-align:left;"><strong><span style="font-size:12pt;line-height:150%;font-family:&quot;"><!--[if gte vml 1]&gt;  &lt;![endif]--><!--[if !vml]--><img class="alignnone size-full wp-image-104" title="8" src="http://ruabineda.files.wordpress.com/2009/04/8.jpg?w=500&#038;h=159" alt="8" width="500" height="159" /><!--[endif]--></span></strong></p>
<p class="MsoNormal" style="line-height:150%;text-align:left;"><strong><span style="font-size:12pt;line-height:150%;font-family:&quot;">Fourt and Five Normal Form</span></strong></p>
<ul style="margin-top:0;text-align:left;" type="disc">
<li class="MsoNormal"><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="EN-US">Relationship in fourth normal form(4 NF) if relationship in BCNF and      not contains<span> </span>dependency a lot of      point. To remove dependency there are many point of one relationship, we      divide relationship become two new relationships. Each relationship      contains two attributes that have a lot of points relationship . </span></li>
<li class="MsoNormal"><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="EN-US">Relationship in five normal form(5NF) get business with property is      join the so called without marks sense information loss (lossless join).      Form normaling to five (5 NF also so-called PJNF (projection join is      form&#8217;s normal). This case very rare appearance and hard to be detected      practical.</span></li>
</ul>
<p class="MsoNormal" style="line-height:150%;text-align:left;"><strong><span style="font-size:12pt;line-height:150%;font-family:&quot;"> </span></strong></p>
<p class="MsoNormal" style="line-height:150%;text-align:left;"><strong><span style="font-size:12pt;line-height:150%;font-family:&quot;"> </span></strong></p>
<p class="MsoNormal" style="line-height:150%;text-align:left;"><strong><span style="font-size:12pt;line-height:150%;font-family:&quot;"> </span></strong></p>
<p class="MsoNormal" style="line-height:150%;text-align:left;"><strong><span style="font-size:12pt;line-height:150%;font-family:&quot;">Normalization in Real Case:</span></strong></p>
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;text-align:left;"><strong><span style="font-size:20pt;font-family:&quot;" lang="EN-US">Normalization on college database </span></strong></p>
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;text-align:left;"><strong><span style="font-size:16pt;font-family:&quot;" lang="EN-US">Assumption: </span></strong></p>
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;text-align:left;"><em><span style="font-size:10pt;font-family:&quot;" lang="EN-US"> </span></em></p>
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;text-align:left;"><span style="font-size:12pt;font-family:&quot;" lang="EN-US">..<span> </span>A college student gets to take many college class</span></p>
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;text-align:left;"><span style="font-size:12pt;font-family:&quot;" lang="EN-US">..<span> </span>One college class can be taken by more than one college student </span></p>
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;text-align:left;"><span style="font-size:12pt;font-family:&quot;" lang="EN-US">..<span> </span>One college class just taught by one lecturer </span></p>
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;text-align:left;"><span style="font-size:12pt;font-family:&quot;" lang="EN-US">..<span> </span>One lecturer gets to teach many college class </span></p>
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;text-align:left;"><span style="font-size:12pt;font-family:&quot;" lang="EN-US">..<span> </span>A college student on winks particular college only </span></p>
<p class="MsoNormal" style="line-height:150%;text-align:left;"><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="EN-US">have one point </span><strong><span style="font-size:12pt;line-height:150%;font-family:&quot;"><span> </span></span></strong></p>
<p class="MsoNormal" style="line-height:150%;text-align:left;"><strong><span style="font-size:13pt;line-height:150%;font-family:&quot;">MAHASISWA-1 Table ( Unnormal )</span></strong></p>
<p class="MsoNormal" style="line-height:150%;text-align:left;"><strong><span style="font-size:13pt;line-height:150%;font-family:&quot;"><!--[if gte vml 1]&gt;  &lt;![endif]--><!--[if !vml]--><img class="alignnone size-full wp-image-105" title="9" src="http://ruabineda.files.wordpress.com/2009/04/9.jpg?w=500&#038;h=140" alt="9" width="500" height="140" /><!--[endif]--></span></strong></p>
<p class="MsoNormal" style="line-height:150%;text-align:left;"><strong><span style="font-size:13pt;line-height:150%;font-family:&quot;">MAHASISWA-2 Table ( 1NF )</span></strong><strong></strong></p>
<p class="MsoNormal" style="line-height:150%;text-align:left;"><strong><span style="font-size:13pt;line-height:150%;font-family:&quot;"><!--[if gte vml 1]&gt;  &lt;![endif]--><!--[if !vml]--><img class="alignnone size-full wp-image-106" title="10" src="http://ruabineda.files.wordpress.com/2009/04/10.jpg?w=500&#038;h=140" alt="10" width="500" height="140" /><!--[endif]--></span></strong></p>
<p class="MsoNormal" style="line-height:150%;text-align:left;"><strong></strong></p>
<p class="MsoNormal" style="line-height:150%;text-align:left;"><strong><span style="text-decoration:underline;"><span style="font-size:13pt;line-height:150%;font-family:&quot;" lang="EN-US">Functional dependable diagram</span></span></strong><strong><span style="text-decoration:underline;"><span style="font-size:13pt;line-height:150%;font-family:&quot;">:</span></span></strong></p>
<p class="MsoNormal" style="line-height:150%;text-align:left;"><strong><span style="font-size:13pt;line-height:150%;font-family:&quot;"><!--[if gte vml 1]&gt;  &lt;![endif]--><!--[if !vml]--><img class="alignnone size-full wp-image-107" title="111" src="http://ruabineda.files.wordpress.com/2009/04/111.jpg?w=464&#038;h=322" alt="111" width="464" height="322" /><!--[endif]--></span></strong></p>
<p class="MsoNormal" style="line-height:150%;text-align:left;"><strong><span style="font-size:13pt;line-height:150%;font-family:&quot;">KULIAH Table (2NF)</span></strong><strong></strong></p>
<p class="MsoNormal" style="line-height:150%;text-align:left;"><strong><span style="font-size:13pt;line-height:150%;font-family:&quot;"><!--[if gte vml 1]&gt;  &lt;![endif]--><!--[if !vml]--><img class="alignnone size-full wp-image-108" title="121" src="http://ruabineda.files.wordpress.com/2009/04/121.jpg?w=500&#038;h=138" alt="121" width="500" height="138" /><!--[endif]--></span></strong></p>
<p class="MsoNormal" style="line-height:150%;text-align:left;"><strong><span style="font-size:13pt;line-height:150%;font-family:&quot;">MAHASISWA-3 Table (3NF)</span></strong><strong></strong></p>
<p class="MsoNormal" style="line-height:150%;text-align:left;"><strong><span style="font-size:13pt;line-height:150%;font-family:&quot;"><!--[if gte vml 1]&gt;  &lt;![endif]--><!--[if !vml]--><img class="alignnone size-full wp-image-109" title="13" src="http://ruabineda.files.wordpress.com/2009/04/13.jpg?w=431&#038;h=137" alt="13" width="431" height="137" /><!--[endif]--></span></strong></p>
<p class="MsoNormal" style="line-height:150%;text-align:left;"><strong><span style="font-size:13pt;line-height:150%;font-family:&quot;"> </span></strong></p>
<p class="MsoNormal" style="line-height:150%;text-align:left;"><strong><span style="font-size:13pt;line-height:150%;font-family:&quot;">NILAI Table (3NF)</span></strong><strong></strong></p>
<p class="MsoNormal" style="line-height:150%;text-align:left;"><strong><span style="font-size:13pt;line-height:150%;font-family:&quot;"><!--[if gte vml 1]&gt;  &lt;![endif]--><!--[if !vml]--><img class="alignnone size-full wp-image-110" title="14" src="http://ruabineda.files.wordpress.com/2009/04/14.jpg?w=415&#038;h=257" alt="14" width="415" height="257" /><!--[endif]--></span></strong></p>
<p class="MsoNormal" style="line-height:150%;text-align:left;"><strong><span style="font-size:13pt;line-height:150%;font-family:&quot;">MATAKULIAH Table (3NF)</span></strong><strong></strong></p>
<p class="MsoNormal" style="line-height:150%;text-align:left;"><strong><span style="font-size:13pt;line-height:150%;font-family:&quot;"><!--[if gte vml 1]&gt;  &lt;![endif]--><!--[if !vml]--><img class="alignnone size-full wp-image-111" title="15" src="http://ruabineda.files.wordpress.com/2009/04/15.jpg?w=500&#038;h=166" alt="15" width="500" height="166" /><!--[endif]--></span></strong></p>
<p class="MsoNormal" style="line-height:150%;text-align:left;"><strong><span style="font-size:13pt;line-height:150%;font-family:&quot;">DOSEN Table (3NF)</span></strong><strong></strong></p>
<p class="MsoNormal" style="line-height:150%;text-align:left;"><strong><span style="font-size:13pt;line-height:150%;font-family:&quot;"><!--[if gte vml 1]&gt;  &lt;![endif]--><!--[if !vml]--><img class="alignnone size-full wp-image-112" title="16" src="http://ruabineda.files.wordpress.com/2009/04/16.jpg?w=422&#038;h=213" alt="16" width="422" height="213" /><!--[endif]--></span></strong></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ruabineda.wordpress.com/95/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ruabineda.wordpress.com/95/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ruabineda.wordpress.com/95/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ruabineda.wordpress.com/95/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ruabineda.wordpress.com/95/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ruabineda.wordpress.com/95/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ruabineda.wordpress.com/95/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ruabineda.wordpress.com/95/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ruabineda.wordpress.com/95/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ruabineda.wordpress.com/95/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ruabineda.wordpress.com/95/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ruabineda.wordpress.com/95/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ruabineda.wordpress.com/95/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ruabineda.wordpress.com/95/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ruabineda.wordpress.com&amp;blog=6658126&amp;post=95&amp;subd=ruabineda&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ruabineda.wordpress.com/2009/04/26/normalization/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8af44b15debf281f1f099181a2af6f2a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ruabineda</media:title>
		</media:content>

		<media:content url="http://ruabineda.files.wordpress.com/2009/04/12.jpg" medium="image">
			<media:title type="html">12</media:title>
		</media:content>

		<media:content url="http://ruabineda.files.wordpress.com/2009/04/21.jpg" medium="image">
			<media:title type="html">2</media:title>
		</media:content>

		<media:content url="http://ruabineda.files.wordpress.com/2009/04/31.jpg" medium="image">
			<media:title type="html">31</media:title>
		</media:content>

		<media:content url="http://ruabineda.files.wordpress.com/2009/04/4.jpg" medium="image">
			<media:title type="html">4</media:title>
		</media:content>

		<media:content url="http://ruabineda.files.wordpress.com/2009/04/5.jpg" medium="image">
			<media:title type="html">5</media:title>
		</media:content>

		<media:content url="http://ruabineda.files.wordpress.com/2009/04/6.jpg" medium="image">
			<media:title type="html">6</media:title>
		</media:content>

		<media:content url="http://ruabineda.files.wordpress.com/2009/04/7.jpg" medium="image">
			<media:title type="html">7</media:title>
		</media:content>

		<media:content url="http://ruabineda.files.wordpress.com/2009/04/8.jpg" medium="image">
			<media:title type="html">8</media:title>
		</media:content>

		<media:content url="http://ruabineda.files.wordpress.com/2009/04/9.jpg" medium="image">
			<media:title type="html">9</media:title>
		</media:content>

		<media:content url="http://ruabineda.files.wordpress.com/2009/04/10.jpg" medium="image">
			<media:title type="html">10</media:title>
		</media:content>

		<media:content url="http://ruabineda.files.wordpress.com/2009/04/111.jpg" medium="image">
			<media:title type="html">111</media:title>
		</media:content>

		<media:content url="http://ruabineda.files.wordpress.com/2009/04/121.jpg" medium="image">
			<media:title type="html">121</media:title>
		</media:content>

		<media:content url="http://ruabineda.files.wordpress.com/2009/04/13.jpg" medium="image">
			<media:title type="html">13</media:title>
		</media:content>

		<media:content url="http://ruabineda.files.wordpress.com/2009/04/14.jpg" medium="image">
			<media:title type="html">14</media:title>
		</media:content>

		<media:content url="http://ruabineda.files.wordpress.com/2009/04/15.jpg" medium="image">
			<media:title type="html">15</media:title>
		</media:content>

		<media:content url="http://ruabineda.files.wordpress.com/2009/04/16.jpg" medium="image">
			<media:title type="html">16</media:title>
		</media:content>
	</item>
		<item>
		<title>ERD</title>
		<link>http://ruabineda.wordpress.com/2009/04/19/erd/</link>
		<comments>http://ruabineda.wordpress.com/2009/04/19/erd/#comments</comments>
		<pubDate>Sun, 19 Apr 2009 08:52:00 +0000</pubDate>
		<dc:creator>ruabineda</dc:creator>
				<category><![CDATA[1]]></category>

		<guid isPermaLink="false">http://ruabineda.wordpress.com/?p=87</guid>
		<description><![CDATA[DB (Data base) definition: Data: fact, text, measurement result, image, voice, and video that has meaning Database: organized data group bases a subjective structure · One data set that saved in magnetic disk, optical disk or another secondary strorage · Coherent collection of mutually data get bearings of an enterprise (firm, commanding institution or civil [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ruabineda.wordpress.com&amp;blog=6658126&amp;post=87&amp;subd=ruabineda&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:150%;"><strong><span style="font-size:13pt;line-height:150%;font-family:&quot;color:#4d4d4d;" lang="IN">DB (</span></strong><strong><span style="font-size:13pt;line-height:150%;font-family:&quot;color:#4d4d4d;">Data base</span></strong><strong><span style="font-size:13pt;line-height:150%;font-family:&quot;color:#4d4d4d;" lang="IN">)</span></strong><strong><span style="font-size:13pt;line-height:150%;font-family:&quot;color:#4d4d4d;"> definition: </span></strong><strong></strong></p>
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:150%;"><strong><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="IN">Data:</span></strong><strong><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="IN"> </span></strong><span style="font-size:12pt;line-height:150%;font-family:&quot;">fact, text, measurement result, image, voice, and video that has meaning</span></p>
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:150%;"><strong><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="IN">Database:</span></strong><strong><span style="font-size:12pt;line-height:150%;font-family:Arial;color:#000066;" lang="IN"> </span></strong><span style="font-size:12pt;line-height:150%;font-family:&quot;">organized data group bases a subjective structure</span><strong></strong></p>
<p class="ListParagraph" style="text-indent:-21.3pt;line-height:150%;margin:0 0 .0001pt 21.3pt;"><!--[if !supportLists]--><span style="font-size:24pt;line-height:150%;font-family:Symbol;color:#4d4d4d;" lang="X-NONE"><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;line-height:150%;font-family:&quot;color:#4d4d4d;">One data set that saved in magnetic disk, optical disk or another secondary strorage</span></p>
<p class="MsoNormal" style="text-indent:-21.3pt;line-height:150%;margin:0 0 .0001pt 21.3pt;"><!--[if !supportLists]--><span style="font-size:24pt;line-height:150%;font-family:Symbol;color:#4d4d4d;" lang="X-NONE"><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;line-height:150%;font-family:&quot;color:#4d4d4d;">Coherent collection of mutually data get bearings of an enterprise (firm, commanding institution or civil personal business) </span></p>
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:150%;"><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="X-NONE"> </span></p>
<p class="ListParagraphCxSpFirst" style="text-indent:-28.35pt;line-height:150%;margin:0 0 .0001pt 92.15pt;"><!--[if !supportLists]--><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="X-NONE"><span>o<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;line-height:150%;font-family:&quot;color:#4d4d4d;" lang="IN">Database example on </span><span style="font-size:12pt;line-height:150%;font-family:&quot;color:#4d4d4d;">Manufacturing business </span><span style="font-size:12pt;line-height:150%;font-family:&quot;color:#4d4d4d;" lang="IN">:</span><span style="font-size:12pt;line-height:150%;font-family:&quot;color:#4d4d4d;"> production planning data, current production data, ordering data material, etc. </span></p>
<p class="ListParagraphCxSpLast" style="margin-left:92.15pt;text-indent:-28.35pt;line-height:150%;"><!--[if !supportLists]--><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="IN"><span>o<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;line-height:150%;font-family:&quot;color:#4d4d4d;" lang="IN">Database example on </span><span style="font-size:12pt;line-height:150%;font-family:&quot;color:#4d4d4d;">Hospital</span><span style="font-size:12pt;line-height:150%;font-family:&quot;color:#4d4d4d;" lang="IN">:</span><span style="font-size:12pt;line-height:150%;font-family:&quot;color:#4d4d4d;"> patient data, doctor, nurse, etc.</span></p>
<p class="MsoNormal" style="margin-left:56.7pt;line-height:150%;"><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="IN"><img class="alignnone size-full wp-image-88" title="1" src="http://ruabineda.files.wordpress.com/2009/04/1.jpg?w=500&#038;h=288" alt="1" width="500" height="288" /></span></p>
<p class="MsoNormal" style="line-height:150%;text-align:center;"><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="IN"><span> </span>Database Example</span></p>
<p class="MsoNormal" style="line-height:150%;"><strong><span style="font-size:13pt;line-height:150%;font-family:&quot;" lang="IN">DBMS (Data Base Management System):</span></strong></p>
<p class="MsoNormal" style="text-indent:0;line-height:150%;margin:0 0 .0001pt;"><!--[if !supportLists]--><span style="font-size:24pt;line-height:150%;font-family:Symbol;color:#4d4d4d;" lang="X-NONE"><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;line-height:150%;font-family:&quot;color:#4d4d4d;">Group / database affiliate with application software that gets database basis </span></p>
<p class="MsoNormal" style="text-indent:0;line-height:150%;margin:0 0 .0001pt;"><!--[if !supportLists]--><span style="font-size:24pt;line-height:150%;font-family:Symbol;color:#4d4d4d;" lang="X-NONE"><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;line-height:150%;font-family:&quot;color:#4d4d4d;" lang="IN">A</span><span style="font-size:12pt;line-height:150%;font-family:&quot;color:#4d4d4d;">pplication program&#8217;s are utilized to access and maintenance databases </span></p>
<p class="MsoNormal" style="line-height:150%;"><span style="font-size:12pt;line-height:150%;font-family:&quot;color:#4d4d4d;">main DBMS function </span><span style="font-size:12pt;line-height:150%;font-family:&quot;color:#4d4d4d;" lang="IN">is</span><span style="font-size:12pt;line-height:150%;font-family:&quot;color:#4d4d4d;"> provide an easy and efficient environment for purpose, pull and laid up data and information</span><span style="font-size:12pt;line-height:150%;font-family:&quot;color:#4d4d4d;" lang="IN">.</span></p>
<p class="MsoNormal" style="line-height:150%;"><strong><span style="font-size:13pt;line-height:150%;font-family:&quot;color:#4d4d4d;" lang="IN"><!--[if gte vml 1]&gt;  &lt;![endif]--><!--[if !vml]--><img class="alignnone size-full wp-image-89" title="picture1" src="http://ruabineda.files.wordpress.com/2009/04/picture1.png?w=499&#038;h=448" alt="picture1" width="499" height="448" /><!--[endif]--></span></strong></p>
<p class="MsoNormal" style="margin-left:1in;text-indent:.5in;line-height:150%;"><span style="font-size:10pt;line-height:150%;font-family:&quot;" lang="IN">DBMS (Data Base Management System)</span></p>
<p class="MsoNormal" style="line-height:150%;"><span style="font-size:12pt;line-height:150%;font-family:&quot;color:#4d4d4d;" lang="IN"> </span></p>
<p class="MsoNormal" style="line-height:150%;"><strong><span style="font-size:13pt;line-height:150%;font-family:&quot;color:#4d4d4d;" lang="IN">Bit,Byte,Field Definition:</span></strong></p>
<p class="MsoNormal" style="text-indent:0;line-height:150%;margin:0 0 .0001pt;"><!--[if !supportLists]--><span style="font-size:24pt;line-height:150%;font-family:Symbol;color:#4d4d4d;" lang="X-NONE"><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;line-height:150%;font-family:&quot;color:#4d4d4d;">Bit constitute a part data most meaty little appreciative 0 or 1 </span></p>
<p class="MsoNormal" style="text-indent:0;line-height:150%;margin:0 0 .0001pt;"><!--[if !supportLists]--><span style="font-size:24pt;line-height:150%;font-family:Symbol;color:#4d4d4d;" lang="X-NONE"><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;line-height:150%;font-family:&quot;color:#4d4d4d;">Byte</span><span style="font-size:12pt;line-height:150%;font-family:&quot;color:#4d4d4d;" lang="IN"> is </span><span style="font-size:12pt;line-height:150%;font-family:&quot;color:#4d4d4d;">bulk or group of bit bit that a sort</span></p>
<p class="MsoNormal" style="text-indent:0;line-height:150%;margin:0 0 .0001pt;"><!--[if !supportLists]--><span style="font-size:24pt;line-height:150%;font-family:Symbol;color:#4d4d4d;" lang="X-NONE"><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;line-height:150%;font-family:&quot;color:#4d4d4d;">Field</span><span style="font-size:12pt;line-height:150%;font-family:&quot;color:#4d4d4d;" lang="IN"> is </span><span style="font-size:12pt;line-height:150%;font-family:&quot;color:#4d4d4d;">a group byte byte that a sort, in data basis utilized by attribute terminology</span></p>
<p class="MsoNormal" style="line-height:150%;"><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="IN"> </span></p>
<p class="MsoNormal" style="line-height:150%;"><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="IN"> </span></p>
<p class="MsoNormal" style="line-height:150%;"><strong><span style="font-size:13pt;line-height:150%;font-family:&quot;" lang="IN">Field /Atribute</span></strong></p>
<p class="MsoNormal" style="text-indent:0;line-height:150%;margin:0 0 .0001pt;"><!--[if !supportLists]--><span style="font-size:24pt;line-height:150%;font-family:Symbol;color:#4d4d4d;" lang="X-NONE"><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;line-height:150%;font-family:&quot;color:#4d4d4d;" lang="IN">Atribute is </span><span style="font-size:12pt;line-height:150%;font-family:&quot;color:#4d4d4d;">Constituting character or characteristic of an entity that provide detail&#8217;s explanations about that entity<span> </span></span></p>
<p class="MsoNormal" style="text-indent:0;line-height:150%;margin:0 0 .0001pt;"><!--[if !supportLists]--><span style="font-size:24pt;line-height:150%;font-family:Symbol;color:#4d4d4d;" lang="X-NONE"><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;line-height:150%;font-family:&quot;color:#4d4d4d;">A </span><span style="font-size:12pt;line-height:150%;font-family:&quot;color:#4d4d4d;" lang="IN">R</span><span style="font-size:12pt;line-height:150%;font-family:&quot;color:#4d4d4d;">elationship can also have attribute </span></p>
<p class="MsoNormal" style="text-indent:0;line-height:150%;margin:0 0 .0001pt;"><!--[if !supportLists]--><span style="font-size:24pt;line-height:150%;font-family:Symbol;color:#4d4d4d;" lang="X-NONE"><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;line-height:150%;font-family:&quot;color:#4d4d4d;">Attribute example: </span></p>
<p class="ListParagraphCxSpFirst" style="margin-bottom:.0001pt;text-indent:-.25in;line-height:150%;"><!--[if !supportLists]--><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="X-NONE"><span>o<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><strong><span style="font-size:12pt;line-height:150%;font-family:&quot;color:#4d4d4d;">COLLEGE STUDENT: NIM, NAME, ADDRESS </span></strong></p>
<p class="ListParagraphCxSpLast" style="text-indent:-.25in;line-height:150%;"><!--[if !supportLists]--><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="IN"><span>o<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><strong><span style="font-size:12pt;line-height:150%;font-family:&quot;color:#4d4d4d;">CAR: PLAT_NOMOR, COLOR, TYPE, CC</span></strong><strong></strong></p>
<p class="MsoNormal" style="line-height:150%;"><strong><span style="font-size:13pt;line-height:150%;font-family:&quot;" lang="IN"> </span></strong></p>
<p class="MsoNormal" style="line-height:150%;"><strong><span style="font-size:13pt;line-height:150%;font-family:&quot;" lang="IN">Atribute Type:</span></strong></p>
<p class="MsoNormal" style="text-indent:0;line-height:150%;margin:0 0 .0001pt;"><!--[if !supportLists]--><span style="font-size:24pt;line-height:150%;font-family:Symbol;color:#4d4d4d;" lang="X-NONE"><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;line-height:150%;font-family:&quot;color:#4d4d4d;">Single vs multivalue</span><span style="font-size:12pt;line-height:150%;font-family:&quot;color:#4d4d4d;" lang="IN">:</span></p>
<p class="MsoNormal" style="text-indent:-.25in;line-height:150%;margin:0 0 .0001pt .5in;"><!--[if !supportLists]--><span style="font-size:12pt;line-height:150%;font-family:&quot;color:#4d4d4d;" lang="X-NONE"><span>o<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;line-height:150%;font-family:&quot;color:#4d4d4d;">Single</span><span style="font-size:12pt;line-height:150%;font-family:&quot;color:#4d4d4d;" lang="IN"> :</span><span style="font-size:12pt;line-height:150%;font-family:&quot;color:#4d4d4d;"> just can be filled at most one point </span></p>
<p class="MsoNormal" style="text-indent:-.25in;line-height:150%;margin:0 0 .0001pt .5in;"><!--[if !supportLists]--><span style="font-size:12pt;line-height:150%;font-family:&quot;color:#4d4d4d;" lang="X-NONE"><span>o<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;line-height:150%;font-family:&quot;color:#4d4d4d;">Multivalue</span><span style="font-size:12pt;line-height:150%;font-family:&quot;color:#4d4d4d;" lang="IN"> :</span><span style="font-size:12pt;line-height:150%;font-family:&quot;color:#4d4d4d;"> can be filled by more than one point with same type o</span></p>
<p class="MsoNormal" style="text-indent:-.5in;line-height:150%;margin:0 0 .0001pt .5in;"><!--[if !supportLists]--><span style="font-size:24pt;line-height:150%;font-family:Symbol;color:#4d4d4d;" lang="X-NONE"><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;line-height:150%;font-family:&quot;color:#4d4d4d;">Atomic vs composition</span><span style="font-size:12pt;line-height:150%;font-family:&quot;color:#4d4d4d;" lang="IN">:</span><span style="font-size:12pt;line-height:150%;font-family:&quot;color:#4d4d4d;" lang="IN"> </span></p>
<p class="MsoNormal" style="text-indent:-.25in;line-height:150%;margin:0 0 .0001pt .5in;"><!--[if !supportLists]--><span style="font-size:12pt;line-height:150%;font-family:&quot;color:#4d4d4d;" lang="X-NONE"><span>o<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;line-height:150%;font-family:&quot;color:#4d4d4d;">Atomic</span><span style="font-size:12pt;line-height:150%;font-family:&quot;color:#4d4d4d;" lang="IN"> :</span><span style="font-size:12pt;line-height:150%;font-family:&quot;color:#4d4d4d;"> indiscrete into smaller attribute </span></p>
<p class="MsoNormal" style="text-indent:-.25in;line-height:150%;margin:0 0 .0001pt .5in;"><!--[if !supportLists]--><span style="font-size:12pt;line-height:150%;font-family:&quot;color:#4d4d4d;" lang="X-NONE"><span>o<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;line-height:150%;font-family:&quot;color:#4d4d4d;">Composition</span><span style="font-size:12pt;line-height:150%;font-family:&quot;color:#4d4d4d;" lang="IN"> :</span><span style="font-size:12pt;line-height:150%;font-family:&quot;color:#4d4d4d;"> constituting affiliate of some attribute which smaller</span></p>
<p class="MsoNormal" style="text-indent:0;line-height:150%;margin:0 0 .0001pt;"><!--[if !supportLists]--><span style="font-size:24pt;line-height:150%;font-family:Symbol;color:#4d4d4d;" lang="X-NONE"><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;line-height:150%;font-family:&quot;color:#4d4d4d;">Derived Attribute</span><span style="font-size:12pt;line-height:150%;font-family:&quot;color:#4d4d4d;" lang="IN">:</span></p>
<p class="MsoNormal" style="text-indent:-.25in;line-height:150%;margin:0 0 .0001pt .5in;"><!--[if !supportLists]--><span style="font-size:12pt;line-height:150%;font-family:&quot;color:#4d4d4d;" lang="X-NONE"><span>o<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;line-height:150%;font-family:&quot;color:#4d4d4d;">attribute that its value gets resultant from other attribute value, for example : resulting age of date attribute comes into the world </span></p>
<p class="MsoNormal" style="text-indent:-.5in;line-height:150%;margin:0 0 .0001pt .5in;"><!--[if !supportLists]--><span style="font-size:24pt;line-height:150%;font-family:Symbol;color:#4d4d4d;" lang="X-NONE"><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;line-height:150%;font-family:&quot;color:#4d4d4d;">Null Value Attribute</span><span style="font-size:12pt;line-height:150%;font-family:&quot;color:#4d4d4d;" lang="IN">:</span></p>
<p class="MsoNormal" style="text-indent:-.25in;line-height:150%;margin:0 0 .0001pt .5in;"><!--[if !supportLists]--><span style="font-size:12pt;line-height:150%;font-family:&quot;color:#4d4d4d;" lang="X-NONE"><span>o<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;line-height:150%;font-family:&quot;color:#4d4d4d;">Attribute that have no point for a record </span></p>
<p class="MsoNormal" style="text-indent:-.5in;line-height:150%;margin:0 0 .0001pt .5in;"><!--[if !supportLists]--><span style="font-size:24pt;line-height:150%;font-family:Symbol;color:#4d4d4d;" lang="X-NONE"><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;line-height:150%;font-family:&quot;color:#4d4d4d;">Mandatory Value Attribute</span><span style="font-size:12pt;line-height:150%;font-family:&quot;color:#4d4d4d;" lang="IN">:</span></p>
<p class="ListParagraph" style="margin-bottom:.0001pt;text-indent:-.25in;line-height:150%;"><!--[if !supportLists]--><span style="font-size:12pt;line-height:150%;font-family:&quot;color:#4d4d4d;" lang="X-NONE"><span>o<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;line-height:150%;font-family:&quot;color:#4d4d4d;">Attribute who must have point</span></p>
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:150%;"><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="IN"> </span></p>
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:150%;"><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="IN"> </span></p>
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:150%;"><strong><span style="font-size:13pt;line-height:150%;font-family:&quot;" lang="IN">Record/Tuple</span></strong></p>
<p class="MsoNormal" style="text-indent:0;line-height:150%;margin:0 0 .0001pt;"><!--[if !supportLists]--><span style="font-size:24pt;line-height:150%;font-family:Symbol;color:#4d4d4d;" lang="X-NONE"><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;line-height:150%;font-family:&quot;color:#4d4d4d;">Constitute a data row in a relationship </span></p>
<p class="MsoNormal" style="text-indent:0;line-height:150%;margin:0 0 .0001pt;"><!--[if !supportLists]--><span style="font-size:24pt;line-height:150%;font-family:Symbol;color:#4d4d4d;" lang="X-NONE"><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;line-height:150%;font-family:&quot;color:#4d4d4d;">Consisting of attribute group where that attribute interactions to inform entitas / comprehensive relationships</span></p>
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:150%;"><strong><span style="font-size:13pt;line-height:150%;font-family:&quot;color:#4d4d4d;" lang="IN"> </span></strong></p>
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:150%;"><strong><span style="font-size:13pt;line-height:150%;font-family:&quot;color:#4d4d4d;" lang="IN">Entity/File</span></strong></p>
<p class="MsoNormal" style="text-indent:0;line-height:150%;margin:0 0 .0001pt;"><!--[if !supportLists]--><span style="font-size:24pt;line-height:150%;font-family:Symbol;color:#4d4d4d;" lang="X-NONE"><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;line-height:150%;font-family:&quot;color:#4d4d4d;">File constitutes group from<span> </span>record what do a sort and have same element, attribute is same but have diferent variably in value&#8217;s data. </span></p>
<p class="MsoNormal" style="text-indent:-.5in;line-height:150%;margin:0 0 .0001pt .5in;"><!--[if !supportLists]--><span style="font-size:24pt;line-height:150%;font-family:Symbol;color:#4d4d4d;" lang="X-NONE"><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;line-height:150%;font-family:&quot;color:#4d4d4d;">File type </span></p>
<p class="MsoNormal" style="text-indent:-22.5pt;line-height:150%;margin:0 0 .0001pt 58.5pt;"><span style="font-size:12pt;line-height:150%;font-family:&quot;color:#4d4d4d;">In application proceedings, file that can grop as follows: </span></p>
<p class="MsoNormal" style="text-indent:-22.5pt;line-height:150%;margin:0 0 .0001pt 58.5pt;"><!--[if !supportLists]--><span style="font-size:18pt;line-height:150%;font-family:&quot;color:#4d4d4d;" lang="X-NONE"><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;line-height:150%;font-family:&quot;color:#4d4d4d;">Parented file </span></p>
<p class="MsoNormal" style="text-indent:-22.5pt;line-height:150%;margin:0 0 .0001pt 58.5pt;"><!--[if !supportLists]--><span style="font-size:18pt;line-height:150%;font-family:&quot;color:#4d4d4d;" lang="X-NONE"><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;line-height:150%;font-family:&quot;color:#4d4d4d;">Transactions file </span></p>
<p class="MsoNormal" style="text-indent:-22.5pt;line-height:150%;margin:0 0 .0001pt 58.5pt;"><!--[if !supportLists]--><span style="font-size:18pt;line-height:150%;font-family:&quot;color:#4d4d4d;" lang="X-NONE"><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;line-height:150%;font-family:&quot;color:#4d4d4d;">Write-up file </span></p>
<p class="MsoNormal" style="text-indent:-22.5pt;line-height:150%;margin:0 0 .0001pt 58.5pt;"><!--[if !supportLists]--><span style="font-size:18pt;line-height:150%;font-family:&quot;color:#4d4d4d;" lang="X-NONE"><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;line-height:150%;font-family:&quot;color:#4d4d4d;">History file </span></p>
<p class="MsoNormal" style="text-indent:-22.5pt;line-height:150%;margin:0 0 .0001pt 58.5pt;"><!--[if !supportLists]--><span style="font-size:18pt;line-height:150%;font-family:&quot;color:#4d4d4d;" lang="X-NONE"><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;line-height:150%;font-family:&quot;color:#4d4d4d;">Protecting file </span></p>
<p class="MsoNormal" style="text-indent:-22.5pt;line-height:150%;margin:0 0 .0001pt 58.5pt;"><!--[if !supportLists]--><span style="font-size:18pt;line-height:150%;font-family:&quot;color:#4d4d4d;" lang="X-NONE"><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;line-height:150%;font-family:&quot;color:#4d4d4d;">Job file</span></p>
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:150%;"><span style="font-size:12pt;line-height:150%;font-family:&quot;color:#4d4d4d;" lang="IN"> </span></p>
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:150%;"><strong><span style="font-size:13pt;line-height:150%;font-family:&quot;color:#4d4d4d;" lang="IN">Domain</span></strong></p>
<p class="MsoNormal" style="margin-bottom:.0001pt;text-indent:.5in;line-height:150%;"><span style="font-size:12pt;line-height:150%;font-family:&quot;color:#4d4d4d;">Domain constitutes group of point that is let for lies in one or more attribute. Each attribute in a relasional&#8217;s data basis is defined as a domain</span><span style="font-size:12pt;line-height:150%;font-family:&quot;color:#4d4d4d;" lang="IN">.</span></p>
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:150%;"><span style="font-size:12pt;line-height:150%;font-family:&quot;color:#4d4d4d;" lang="IN"> </span></p>
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:150%;"><strong><span style="font-size:13pt;line-height:150%;font-family:&quot;color:#4d4d4d;" lang="IN">Key</span></strong></p>
<p class="MsoNormal" style="margin-bottom:.0001pt;text-indent:.5in;line-height:150%;"><span style="font-size:12pt;line-height:150%;font-family:&quot;color:#4d4d4d;">Key is record&#8217;s element that is used to find record that on access time or can also be utilized to identify each entity / record / line.</span></p>
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:150%;"><strong><span style="font-size:13pt;line-height:150%;font-family:&quot;color:#4d4d4d;" lang="IN"> </span></strong></p>
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:150%;"><strong><span style="font-size:13pt;line-height:150%;font-family:&quot;color:#4d4d4d;">Type of Key</span></strong><strong></strong></p>
<p class="MsoNormal" style="text-indent:-27pt;line-height:150%;margin:0 0 .0001pt 27pt;"><span style="font-size:12pt;line-height:150%;font-family:&quot;color:#4d4d4d;"> </span></p>
<p class="MsoNormal" style="text-indent:-.25in;line-height:150%;margin:0 0 .0001pt .5in;"><!--[if !supportLists]--><span style="font-size:24pt;line-height:150%;font-family:Symbol;color:#4d4d4d;" lang="X-NONE"><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;line-height:150%;font-family:&quot;color:#4d4d4d;">Superkey constitutes one or more attribute of a table applicabling to identify entity / a unique record of<span> </span>table (are not all attribute can be superkey) </span></p>
<p class="MsoNormal" style="text-indent:-.25in;line-height:150%;margin:0 0 .0001pt .5in;"><!--[if !supportLists]--><span style="font-size:24pt;line-height:150%;font-family:Symbol;color:#4d4d4d;" lang="X-NONE"><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;line-height:150%;font-family:&quot;color:#4d4d4d;">Cadidate Key is super key with minimal attribute. Candidate key may not contain attribute of the other table so candidate key definitely superkey but was obviously contrariwise. </span></p>
<p class="MsoNormal" style="text-indent:-.25in;line-height:150%;margin:0 0 .0001pt .5in;"><!--[if !supportLists]--><span style="font-size:24pt;line-height:150%;font-family:Symbol;color:#4d4d4d;" lang="X-NONE"><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;line-height:150%;font-family:&quot;color:#4d4d4d;">Primary Key. </span></p>
<p class="MsoNormal" style="text-indent:-27pt;line-height:150%;margin:0 0 .0001pt 27pt;"><span style="font-size:12pt;line-height:150%;font-family:&quot;color:#4d4d4d;"><span> </span></span><span style="font-size:12pt;line-height:150%;font-family:&quot;color:#4d4d4d;" lang="IN"><span> </span></span><span style="font-size:12pt;line-height:150%;font-family:&quot;color:#4d4d4d;">One of attribute from candidate key get to be chosen / is determined as primary key with three criterions as follows: </span></p>
<p class="MsoNormal" style="text-indent:-27pt;line-height:150%;margin:0 0 .0001pt 27pt;"><span style="font-size:12pt;line-height:150%;font-family:&quot;color:#4d4d4d;"><span> </span>1. Key that more natural to be utilized as basis </span></p>
<p class="MsoNormal" style="text-indent:-27pt;line-height:150%;margin:0 0 .0001pt 27pt;"><span style="font-size:12pt;line-height:150%;font-family:&quot;color:#4d4d4d;"><span> </span>2. Key that simpler </span></p>
<p class="MsoNormal" style="margin-bottom:.0001pt;text-indent:27pt;line-height:150%;"><span style="font-size:12pt;line-height:150%;font-family:&quot;color:#4d4d4d;">3. Key that its uniqueness guaranty</span><span style="font-size:12pt;line-height:150%;font-family:&quot;color:#4d4d4d;" lang="IN">.</span></p>
<p class="MsoNormal" style="text-indent:0;line-height:150%;margin:0 0 .0001pt 21.3pt;"><!--[if !supportLists]--><span style="font-size:24pt;line-height:150%;font-family:Symbol;color:#4d4d4d;" lang="X-NONE"><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;line-height:150%;font-family:&quot;color:#4d4d4d;">Alternate Key. be attribute from candidate goes to y. that don&#8217;t be chosen becomes primary key</span></p>
<p class="MsoNormal" style="text-indent:0;line-height:150%;margin:0 0 .0001pt 21.3pt;"><!--[if !supportLists]--><span style="font-size:24pt;line-height:150%;font-family:Symbol;color:#4d4d4d;" lang="X-NONE"><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;line-height:150%;font-family:&quot;color:#4d4d4d;">Foreign Key constitute bungling attribute which point for primary key on the other table. Foreign key will happen at one particular relationship which have kardinalitas one to many (one to there are many) or many to many (there are many to many). Foreign key usually do ever be placed on table that aims to go to many</span></p>
<p class="MsoNormal" style="text-indent:0;line-height:150%;margin:0 0 .0001pt 21.3pt;"><!--[if !supportLists]--><span style="font-size:24pt;line-height:150%;font-family:Symbol;color:#4d4d4d;" lang="X-NONE"><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;line-height:150%;font-family:&quot;color:#4d4d4d;">External Key constitute a lexical attribute (or lexical&#8217;s gathering attribute) one that its point do ever identify one object instance.</span></p>
<p class="MsoNormal" style="line-height:150%;margin:0 0 .0001pt 21.3pt;"><strong><span style="font-size:13pt;line-height:150%;font-family:&quot;" lang="IN"> </span></strong></p>
<p class="MsoNormal" style="line-height:150%;margin:0 0 .0001pt 21.3pt;"><strong><span style="font-size:13pt;line-height:150%;font-family:&quot;" lang="IN"> </span></strong></p>
<p class="MsoNormal" style="line-height:150%;margin:0 0 .0001pt 21.3pt;"><strong><span style="font-size:13pt;line-height:150%;font-family:&quot;" lang="IN"> </span></strong></p>
<p class="MsoNormal" style="line-height:150%;margin:0 0 .0001pt 21.3pt;"><strong><span style="font-size:13pt;line-height:150%;font-family:&quot;" lang="IN"> </span></strong></p>
<p class="MsoNormal" style="line-height:150%;margin:0 0 .0001pt 21.3pt;"><strong><span style="font-size:13pt;line-height:150%;font-family:&quot;" lang="IN"> </span></strong></p>
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:150%;"><strong><span style="font-size:13pt;line-height:150%;font-family:&quot;">ERD (</span></strong><strong><span style="font-size:13pt;line-height:150%;font-family:&quot;"> </span></strong><strong><span style="font-size:13pt;line-height:150%;font-family:&quot;">ENTITY RELATIONSHIP DIAGRAM</span></strong><strong><span style="font-size:13pt;line-height:150%;font-family:&quot;"> </span></strong><strong><span style="font-size:13pt;line-height:150%;font-family:&quot;">)</span></strong><strong></strong></p>
<p class="MsoNormal" style="margin-bottom:.0001pt;text-indent:.5in;line-height:150%;"><span lang="IN">ERD used to produce a type of conceptual schema or semantic data model of a system, often a relational database, and its requirements in a top-down fashion.(www.wikipedia.org/ERD)</span></p>
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:150%;"><span style="font-size:13pt;line-height:150%;font-family:&quot;" lang="IN"> </span></p>
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:150%;"><strong><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="IN">Definition: </span></strong><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="IN">An entity-relationship (ER) diagram is a specialized graphic that illustrates the interrelationships between entities in a database. ER diagrams often use symbols to represent three different types of information. Boxes are commonly used to represent entities. Diamonds are normally used to represent relationships and ovals are used to represent attributes.</span></p>
<p class="MsoNormal" style="text-indent:0;line-height:normal;margin:0 0 .0001pt;"><!--[if !supportLists]--><span style="font-size:20pt;font-family:Symbol;color:#4d4d4d;" lang="X-NONE"><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;color:#4d4d4d;">ERD is a network model which utilize wording that is kept in abstractive in system. </span></p>
<p class="MsoNormal" style="text-indent:-.5in;line-height:normal;margin:0 0 .0001pt .5in;"><!--[if !supportLists]--><span style="font-size:20pt;font-family:Symbol;color:#4d4d4d;" lang="X-NONE"><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;color:#4d4d4d;">The difference among DFD and ERD </span></p>
<p class="MsoNormal" style="text-indent:-.25in;line-height:normal;margin:0 0 .0001pt .5in;"><!--[if !supportLists]--><span style="font-size:16pt;font-family:&quot;color:#4d4d4d;" lang="X-NONE"><span>o<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;color:#4d4d4d;">DFD constitutes a logistic network model that will be performed by system </span></p>
<p class="MsoNormal" style="text-indent:-.25in;line-height:150%;margin:0 0 .0001pt .5in;"><!--[if !supportLists]--><span style="font-size:16pt;line-height:150%;font-family:&quot;color:#4d4d4d;" lang="IN"><span>o<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;line-height:150%;font-family:&quot;color:#4d4d4d;">ERD constitutes data network model that emphasizes on structure and relationship data</span></p>
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:150%;"><strong><span style="font-size:13pt;line-height:150%;font-family:&quot;color:#4d4d4d;" lang="IN">ERD Element’s</span></strong></p>
<p class="MsoNormal" style="text-indent:-.25in;line-height:normal;margin:0 0 .0001pt .5in;"><!--[if !supportLists]--><span style="font-size:20pt;font-family:Symbol;" lang="X-NONE"><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;color:#4d4d4d;" lang="IN">Entity</span></p>
<p class="MsoNormal" style="text-indent:-27pt;line-height:normal;margin:0 0 .0001pt 27pt;"><span style="font-size:12pt;font-family:&quot;color:#4d4d4d;"><span> </span>On ER Entity&#8217;s diagram is figured with square form long. Entity is aught something in real system and also abstract where data is kept or where exists data. </span></p>
<p class="MsoNormal" style="text-indent:-.25in;line-height:normal;margin:0 0 .0001pt .5in;"><!--[if !supportLists]--><span style="font-size:20pt;font-family:Symbol;color:#4d4d4d;" lang="X-NONE"><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;color:#4d4d4d;">Relationship </span></p>
<p class="MsoNormal" style="text-indent:-27pt;line-height:normal;margin:0 0 .0001pt 27pt;"><span style="font-size:12pt;font-family:&quot;color:#4d4d4d;"><span> </span>On ER diagram relationship can be figured by one lozenged. Relationship is subjective artless one be become among entitas. In a general way given by name by basic job word so making easy to do its relationship perusal. </span></p>
<p class="MsoNormal" style="text-indent:-.25in;line-height:normal;margin:0 0 .0001pt .5in;"><!--[if !supportLists]--><span style="font-size:20pt;font-family:Symbol;color:#4d4d4d;" lang="X-NONE"><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;color:#4d4d4d;">Relationship Degree </span></p>
<p class="MsoNormal" style="text-indent:-27pt;line-height:normal;margin:0 0 .0001pt 27pt;"><span style="font-size:12pt;font-family:&quot;color:#4d4d4d;"><span> </span>are total entitay who participates in one relationship. Degree that frequent being used in ERD. </span></p>
<p class="MsoNormal" style="text-indent:-.25in;line-height:normal;margin:0 0 .0001pt .5in;"><!--[if !supportLists]--><span style="font-size:20pt;font-family:Symbol;color:#4d4d4d;" lang="X-NONE"><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;color:#4d4d4d;">Attribute </span></p>
<p class="MsoNormal" style="text-indent:-27pt;line-height:normal;margin:0 0 .0001pt 27pt;"><span style="font-size:12pt;font-family:&quot;color:#4d4d4d;"><span> </span>are character or characteristic of every entity and also relationship </span></p>
<p class="MsoNormal" style="text-indent:-.25in;line-height:normal;margin:0 0 .0001pt .5in;"><!--[if !supportLists]--><span style="font-size:20pt;font-family:Symbol;color:#4d4d4d;" lang="X-NONE"><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;color:#4d4d4d;">Kardinality </span></p>
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:150%;"><span style="font-size:12pt;line-height:150%;font-family:&quot;color:#4d4d4d;"><span> </span>pointing out tupel&#8217;s optimum that can have relation with entitay on another entity </span><span style="font-size:12pt;line-height:150%;font-family:&quot;color:#4d4d4d;" lang="IN">.</span></p>
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:150%;"><strong><span style="font-size:13pt;line-height:150%;font-family:&quot;color:#4d4d4d;" lang="IN">Relationship Degree</span></strong></p>
<p class="MsoNormal" style="text-indent:-21.25pt;line-height:normal;margin:0 0 .0001pt 35.45pt;"><!--[if !supportLists]--><span style="font-size:20pt;font-family:Symbol;" lang="X-NONE"><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;color:#4d4d4d;">Unary Relationship </span></p>
<p class="MsoNormal" style="text-indent:-27pt;line-height:normal;margin:0 0 .0001pt 27pt;"><span style="font-size:12pt;font-family:&quot;color:#4d4d4d;"><span> </span>are model relationship that happening among entity what<span> </span>come from same entity set. </span></p>
<p class="MsoNormal" style="text-indent:-.25in;line-height:normal;margin:0 0 .0001pt .5in;"><!--[if !supportLists]--><span style="font-size:20pt;font-family:Symbol;color:#4d4d4d;" lang="X-NONE"><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;color:#4d4d4d;">Binary Relationship </span></p>
<p class="MsoNormal" style="text-indent:-27pt;line-height:normal;margin:0 0 .0001pt 27pt;"><span style="font-size:12pt;font-family:&quot;color:#4d4d4d;"><span> </span>are model relationship that happening among 2 entity. </span></p>
<p class="MsoNormal" style="text-indent:-.25in;line-height:normal;margin:0 0 .0001pt .5in;"><!--[if !supportLists]--><span style="font-size:20pt;font-family:Symbol;color:#4d4d4d;" lang="X-NONE"><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;color:#4d4d4d;">ternary Relationship </span></p>
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:150%;"><span style="font-size:12pt;line-height:150%;font-family:&quot;color:#4d4d4d;"><span> </span>constituting relationship among instance of 3 entity types unilateral.</span></p>
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:150%;"><strong><span style="font-size:13pt;line-height:150%;font-family:&quot;color:#4d4d4d;" lang="IN">Kardinality</span></strong></p>
<p class="MsoNormal" style="text-indent:0;line-height:normal;margin:0 0 .0001pt;"><!--[if !supportLists]--><span style="font-size:24pt;font-family:Symbol;color:#4d4d4d;" lang="X-NONE"><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;color:#4d4d4d;">Available 3 kardinality relationships which is </span></p>
<p class="MsoNormal" style="text-indent:-22.5pt;line-height:normal;margin:0 0 .0001pt 58.5pt;"><!--[if !supportLists]--><span style="font-size:20pt;font-family:&quot;color:#4d4d4d;" lang="X-NONE"><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;color:#4d4d4d;">One to One: Relationship level one to one stated with one instance on first entity, just has one relationship with one instance on secondly entity conversely. </span></p>
<p class="MsoNormal" style="text-indent:-22.5pt;line-height:normal;margin:0 0 .0001pt 58.5pt;"><!--[if !supportLists]--><span style="font-size:20pt;font-family:&quot;color:#4d4d4d;" lang="X-NONE"><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;color:#4d4d4d;">One to Many or Many To One: Relationship level one to many is same with many to one depending of tenor which that relationship is seen. To one instance on first entity gets to have many relationship with instance on secondly entity, if contrariwise one instance on entitas just secondly gets to have<span> </span>relationship with one instance on first Entity. </span></p>
<p class="MsoNormal" style="text-indent:-22.5pt;line-height:normal;margin:0 0 .0001pt 58.5pt;"><!--[if !supportLists]--><span style="font-size:20pt;font-family:&quot;color:#4d4d4d;" lang="X-NONE"><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;color:#4d4d4d;">Many To Many: happening if each instance on one entity has many relationship with instance on another entity.</span></p>
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:150%;"><strong><span style="font-size:13pt;line-height:150%;font-family:&quot;color:#4d4d4d;" lang="IN"> </span></strong></p>
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:150%;"><strong><span style="font-size:13pt;line-height:150%;font-family:&quot;color:#4d4d4d;" lang="IN">Kardinality example:</span></strong></p>
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:150%;"><strong><span style="font-size:13pt;line-height:150%;font-family:&quot;color:#4d4d4d;" lang="IN"> </span></strong></p>
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span lang="IN"><!--[if gte vml 1]&gt;  &lt;![endif]--><!--[if !vml]--><img class="alignnone size-full wp-image-90" title="2" src="http://ruabineda.files.wordpress.com/2009/04/2.jpg?w=494&#038;h=433" alt="2" width="494" height="433" /><!--[endif]--></span></p>
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span lang="IN"> </span></p>
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><strong><span style="font-size:13pt;font-family:&quot;" lang="IN"><span> </span>ER diagram Notation</span></strong></p>
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span lang="IN"><!--[if gte vml 1]&gt;  &lt;![endif]--><!--[if !vml]--><img class="alignnone size-full wp-image-91" title="3" src="http://ruabineda.files.wordpress.com/2009/04/3.jpg?w=401&#038;h=184" alt="3" width="401" height="184" /><!--[endif]--></span></p>
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><strong><span style="font-size:13pt;font-family:&quot;" lang="IN">ERD Example:</span></strong></p>
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><strong><span style="font-size:13pt;font-family:&quot;" lang="IN"><!--[if gte vml 1]&gt;  &lt;![endif]--><!--[if !vml]--><img class="alignnone size-full wp-image-92" title="example" src="http://ruabineda.files.wordpress.com/2009/04/example.jpg?w=415&#038;h=339" alt="example" width="415" height="339" /><!--[endif]--></span></strong></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ruabineda.wordpress.com/87/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ruabineda.wordpress.com/87/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ruabineda.wordpress.com/87/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ruabineda.wordpress.com/87/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ruabineda.wordpress.com/87/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ruabineda.wordpress.com/87/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ruabineda.wordpress.com/87/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ruabineda.wordpress.com/87/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ruabineda.wordpress.com/87/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ruabineda.wordpress.com/87/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ruabineda.wordpress.com/87/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ruabineda.wordpress.com/87/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ruabineda.wordpress.com/87/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ruabineda.wordpress.com/87/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ruabineda.wordpress.com&amp;blog=6658126&amp;post=87&amp;subd=ruabineda&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ruabineda.wordpress.com/2009/04/19/erd/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8af44b15debf281f1f099181a2af6f2a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ruabineda</media:title>
		</media:content>

		<media:content url="http://ruabineda.files.wordpress.com/2009/04/1.jpg" medium="image">
			<media:title type="html">1</media:title>
		</media:content>

		<media:content url="http://ruabineda.files.wordpress.com/2009/04/picture1.png" medium="image">
			<media:title type="html">picture1</media:title>
		</media:content>

		<media:content url="http://ruabineda.files.wordpress.com/2009/04/2.jpg" medium="image">
			<media:title type="html">2</media:title>
		</media:content>

		<media:content url="http://ruabineda.files.wordpress.com/2009/04/3.jpg" medium="image">
			<media:title type="html">3</media:title>
		</media:content>

		<media:content url="http://ruabineda.files.wordpress.com/2009/04/example.jpg" medium="image">
			<media:title type="html">example</media:title>
		</media:content>
	</item>
		<item>
		<title></title>
		<link>http://ruabineda.wordpress.com/2009/04/03/79/</link>
		<comments>http://ruabineda.wordpress.com/2009/04/03/79/#comments</comments>
		<pubDate>Fri, 03 Apr 2009 09:40:32 +0000</pubDate>
		<dc:creator>ruabineda</dc:creator>
				<category><![CDATA[1]]></category>

		<guid isPermaLink="false">http://ruabineda.wordpress.com/?p=79</guid>
		<description><![CDATA[DATA FLOW DIAGRAM Data-Flow Diagram (DFD) is a graphical representation of the &#8220;flow&#8221; of data through an information system. It differs from the flowchart as it shows the data flow instead of the control flow of the program. A data-flow diagram can also be used for the visualization of data processing (structured design). (www.wikipwdia.org/data flow [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ruabineda.wordpress.com&amp;blog=6658126&amp;post=79&amp;subd=ruabineda&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><!--[if !mso]&gt; &lt;!  v\:* {behavior:url(#default#VML);} o\:* {behavior:url(#default#VML);} w\:* {behavior:url(#default#VML);} .shape {behavior:url(#default#VML);} --> <!--[endif]--><!--[if gte mso 9]&gt;  Normal 0   false false false         MicrosoftInternetExplorer4  &lt;![endif]--><!--[if gte mso 9]&gt;   &lt;![endif]--><!--  /* Font Definitions */  @font-face 	{font-family:Wingdings; 	panose-1:5 0 0 0 0 0 0 0 0 0; 	mso-font-charset:2; 	mso-generic-font-family:auto; 	mso-font-pitch:variable; 	mso-font-signature:0 268435456 0 0 -2147483648 0;} @font-face 	{font-family:"MS Mincho"; 	panose-1:2 2 6 9 4 2 5 8 3 4; 	mso-font-alt:"ＭＳ 明朝"; 	mso-font-charset:128; 	mso-generic-font-family:modern; 	mso-font-pitch:fixed; 	mso-font-signature:-1610612033 1757936891 16 0 131231 0;} @font-face 	{font-family:"Book Antiqua"; 	panose-1:2 4 6 2 5 3 5 3 3 4; 	mso-font-charset:0; 	mso-generic-font-family:roman; 	mso-font-pitch:variable; 	mso-font-signature:647 0 0 0 159 0;} @font-face 	{font-family:"Lucida Console"; 	panose-1:2 11 6 9 4 5 4 2 2 4; 	mso-font-charset:0; 	mso-generic-font-family:modern; 	mso-font-pitch:fixed; 	mso-font-signature:-2147482993 6144 0 0 31 0;} @font-face 	{font-family:Calibri; 	mso-font-alt:"Century Gothic"; 	mso-font-charset:0; 	mso-generic-font-family:swiss; 	mso-font-pitch:variable; 	mso-font-signature:-1610611985 1073750139 0 0 159 0;} @font-face 	{font-family:"\@MS Mincho"; 	panose-1:2 2 6 9 4 2 5 8 3 4; 	mso-font-charset:128; 	mso-generic-font-family:modern; 	mso-font-pitch:fixed; 	mso-font-signature:-1610612033 1757936891 16 0 131231 0;}  /* Style Definitions */  p.MsoNormal, li.MsoNormal, div.MsoNormal 	{mso-style-parent:""; 	margin-top:0in; 	margin-right:0in; 	margin-bottom:10.0pt; 	margin-left:0in; 	line-height:115%; 	mso-pagination:widow-orphan; 	font-size:11.0pt; 	font-family:Calibri; 	mso-fareast-font-family:Calibri; 	mso-bidi-font-family:"Times New Roman"; 	mso-ansi-language:IN; 	mso-fareast-language:EN-US;} a:link, span.MsoHyperlink 	{mso-style-noshow:yes; 	color:blue; 	text-decoration:underline; 	text-underline:single;} a:visited, span.MsoHyperlinkFollowed 	{color:purple; 	text-decoration:underline; 	text-underline:single;} p 	{mso-margin-top-alt:auto; 	margin-right:0in; 	mso-margin-bottom-alt:auto; 	margin-left:0in; 	mso-pagination:widow-orphan; 	font-size:12.0pt; 	font-family:"Times New Roman"; 	mso-fareast-font-family:"Times New Roman"; 	mso-ansi-language:IN; 	mso-fareast-language:IN;} p.ListParagraph, li.ListParagraph, div.ListParagraph 	{mso-style-name:"List Paragraph"; 	margin-top:0in; 	margin-right:0in; 	margin-bottom:10.0pt; 	margin-left:.5in; 	mso-add-space:auto; 	line-height:115%; 	mso-pagination:widow-orphan; 	font-size:11.0pt; 	font-family:Calibri; 	mso-fareast-font-family:Calibri; 	mso-bidi-font-family:"Times New Roman"; 	mso-ansi-language:IN; 	mso-fareast-language:EN-US;} p.ListParagraphCxSpFirst, li.ListParagraphCxSpFirst, div.ListParagraphCxSpFirst 	{mso-style-name:"List ParagraphCxSpFirst"; 	mso-style-type:export-only; 	margin-top:0in; 	margin-right:0in; 	margin-bottom:0in; 	margin-left:.5in; 	margin-bottom:.0001pt; 	mso-add-space:auto; 	line-height:115%; 	mso-pagination:widow-orphan; 	font-size:11.0pt; 	font-family:Calibri; 	mso-fareast-font-family:Calibri; 	mso-bidi-font-family:"Times New Roman"; 	mso-ansi-language:IN; 	mso-fareast-language:EN-US;} p.ListParagraphCxSpMiddle, li.ListParagraphCxSpMiddle, div.ListParagraphCxSpMiddle 	{mso-style-name:"List ParagraphCxSpMiddle"; 	mso-style-type:export-only; 	margin-top:0in; 	margin-right:0in; 	margin-bottom:0in; 	margin-left:.5in; 	margin-bottom:.0001pt; 	mso-add-space:auto; 	line-height:115%; 	mso-pagination:widow-orphan; 	font-size:11.0pt; 	font-family:Calibri; 	mso-fareast-font-family:Calibri; 	mso-bidi-font-family:"Times New Roman"; 	mso-ansi-language:IN; 	mso-fareast-language:EN-US;} p.ListParagraphCxSpLast, li.ListParagraphCxSpLast, div.ListParagraphCxSpLast 	{mso-style-name:"List ParagraphCxSpLast"; 	mso-style-type:export-only; 	margin-top:0in; 	margin-right:0in; 	margin-bottom:10.0pt; 	margin-left:.5in; 	mso-add-space:auto; 	line-height:115%; 	mso-pagination:widow-orphan; 	font-size:11.0pt; 	font-family:Calibri; 	mso-fareast-font-family:Calibri; 	mso-bidi-font-family:"Times New Roman"; 	mso-ansi-language:IN; 	mso-fareast-language:EN-US;} @page Section1 	{size:595.3pt 841.9pt; 	margin:1.0in 1.0in 28.4pt 1.0in; 	mso-header-margin:35.4pt; 	mso-footer-margin:35.4pt; 	mso-paper-source:0;} div.Section1 	{page:Section1;}  /* List Definitions */  @list l0 	{mso-list-id:128582745; 	mso-list-type:simple; 	mso-list-template-ids:69271555;} @list l0:level1 	{mso-level-number-format:bullet; 	mso-level-text:o; 	mso-level-tab-stop:none; 	mso-level-number-position:left; 	margin-left:1.0in; 	text-indent:-.25in; 	mso-ansi-font-size:16.0pt; 	mso-bidi-font-size:16.0pt; 	font-family:"Courier New"; 	color:#4D4D4D; 	mso-ansi-font-weight:bold; 	mso-bidi-font-weight:bold;} @list l1 	{mso-list-id:161242201; 	mso-list-type:hybrid; 	mso-list-template-ids:-189219060 69271553 69271555 69271557 69271553 69271555 69271557 69271553 69271555 69271557;} @list l1:level1 	{mso-level-number-format:bullet; 	mso-level-text:; 	mso-level-tab-stop:none; 	mso-level-number-position:left; 	text-indent:-.25in; 	font-family:Symbol;} @list l2 	{mso-list-id:289824115; 	mso-list-type:hybrid; 	mso-list-template-ids:-695065190 69271553 69271555 69271557 69271553 69271555 69271557 69271553 69271555 69271557;} @list l2:level1 	{mso-level-number-format:bullet; 	mso-level-text:; 	mso-level-tab-stop:none; 	mso-level-number-position:left; 	text-indent:-.25in; 	font-family:Symbol;} @list l3 	{mso-list-id:311830841; 	mso-list-type:hybrid; 	mso-list-template-ids:644015902 69271553 69271555 69271557 69271553 69271555 69271557 69271553 69271555 69271557;} @list l3:level1 	{mso-level-number-format:bullet; 	mso-level-text:; 	mso-level-tab-stop:none; 	mso-level-number-position:left; 	margin-left:1.0in; 	text-indent:-.25in; 	font-family:Symbol;} @list l4 	{mso-list-id:359552369; 	mso-list-type:hybrid; 	mso-list-template-ids:2107014562 69271553 69271555 69271557 69271553 69271555 69271557 69271553 69271555 69271557;} @list l4:level1 	{mso-level-number-format:bullet; 	mso-level-text:; 	mso-level-tab-stop:none; 	mso-level-number-position:left; 	text-indent:-.25in; 	font-family:Symbol;} @list l5 	{mso-list-id:397748396; 	mso-list-type:hybrid; 	mso-list-template-ids:532081616 69271553 69271555 69271557 69271553 69271555 69271557 69271553 69271555 69271557;} @list l5:level1 	{mso-level-number-format:bullet; 	mso-level-text:; 	mso-level-tab-stop:none; 	mso-level-number-position:left; 	margin-left:1.0in; 	text-indent:-.25in; 	font-family:Symbol;} @list l6 	{mso-list-id:494614224; 	mso-list-type:hybrid; 	mso-list-template-ids:1975172570 69271553 69271555 69271557 69271553 69271555 69271557 69271553 69271555 69271557;} @list l6:level1 	{mso-level-number-format:bullet; 	mso-level-text:; 	mso-level-tab-stop:none; 	mso-level-number-position:left; 	text-indent:-.25in; 	font-family:Symbol;} @list l7 	{mso-list-id:587422415; 	mso-list-type:hybrid; 	mso-list-template-ids:484363592 69271567 69271577 69271579 69271567 69271577 69271579 69271567 69271577 69271579;} @list l7:level1 	{mso-level-tab-stop:none; 	mso-level-number-position:left; 	text-indent:-.25in;} @list l8 	{mso-list-id:601452084; 	mso-list-type:hybrid; 	mso-list-template-ids:707165776 69271553 69271555 69271557 69271553 69271555 69271557 69271553 69271555 69271557;} @list l8:level1 	{mso-level-number-format:bullet; 	mso-level-text:; 	mso-level-tab-stop:none; 	mso-level-number-position:left; 	text-indent:-.25in; 	font-family:Symbol;} @list l9 	{mso-list-id:618068072; 	mso-list-template-ids:1340669869;} @list l9:level1 	{mso-level-start-at:0; 	mso-level-number-format:bullet; 	mso-level-text:·; 	mso-level-tab-stop:.5in; 	mso-level-number-position:left; 	text-indent:-.25in; 	mso-ansi-font-size:12.0pt; 	mso-bidi-font-size:12.0pt; 	mso-ascii-font-family:Symbol; 	mso-hansi-font-family:Symbol; 	mso-bidi-font-family:Symbol;} @list l9:level2 	{mso-level-start-at:0; 	mso-level-number-format:bullet; 	mso-level-text:·; 	mso-level-tab-stop:1.0in; 	mso-level-number-position:left; 	text-indent:-.25in; 	mso-ansi-font-size:12.0pt; 	mso-bidi-font-size:12.0pt; 	mso-ascii-font-family:Symbol; 	mso-hansi-font-family:Symbol; 	mso-bidi-font-family:Symbol;} @list l9:level3 	{mso-level-start-at:0; 	mso-level-number-format:bullet; 	mso-level-text:·; 	mso-level-tab-stop:1.5in; 	mso-level-number-position:left; 	text-indent:-.25in; 	mso-ansi-font-size:12.0pt; 	mso-bidi-font-size:12.0pt; 	mso-ascii-font-family:Symbol; 	mso-hansi-font-family:Symbol; 	mso-bidi-font-family:Symbol;} @list l9:level4 	{mso-level-start-at:0; 	mso-level-number-format:bullet; 	mso-level-text:·; 	mso-level-tab-stop:2.0in; 	mso-level-number-position:left; 	text-indent:-.25in; 	mso-ansi-font-size:12.0pt; 	mso-bidi-font-size:12.0pt; 	mso-ascii-font-family:Symbol; 	mso-hansi-font-family:Symbol; 	mso-bidi-font-family:Symbol;} @list l9:level5 	{mso-level-start-at:0; 	mso-level-number-format:bullet; 	mso-level-text:·; 	mso-level-tab-stop:2.5in; 	mso-level-number-position:left; 	text-indent:-.25in; 	mso-ansi-font-size:12.0pt; 	mso-bidi-font-size:12.0pt; 	mso-ascii-font-family:Symbol; 	mso-hansi-font-family:Symbol; 	mso-bidi-font-family:Symbol;} @list l9:level6 	{mso-level-start-at:0; 	mso-level-number-format:bullet; 	mso-level-text:·; 	mso-level-tab-stop:3.0in; 	mso-level-number-position:left; 	text-indent:-.25in; 	mso-ansi-font-size:12.0pt; 	mso-bidi-font-size:12.0pt; 	mso-ascii-font-family:Symbol; 	mso-hansi-font-family:Symbol; 	mso-bidi-font-family:Symbol;} @list l9:level7 	{mso-level-start-at:0; 	mso-level-number-format:bullet; 	mso-level-text:·; 	mso-level-tab-stop:3.5in; 	mso-level-number-position:left; 	text-indent:-.25in; 	mso-ansi-font-size:12.0pt; 	mso-bidi-font-size:12.0pt; 	mso-ascii-font-family:Symbol; 	mso-hansi-font-family:Symbol; 	mso-bidi-font-family:Symbol;} @list l9:level8 	{mso-level-start-at:0; 	mso-level-number-format:bullet; 	mso-level-text:·; 	mso-level-tab-stop:4.0in; 	mso-level-number-position:left; 	text-indent:-.25in; 	mso-ansi-font-size:12.0pt; 	mso-bidi-font-size:12.0pt; 	mso-ascii-font-family:Symbol; 	mso-hansi-font-family:Symbol; 	mso-bidi-font-family:Symbol;} @list l9:level9 	{mso-level-start-at:0; 	mso-level-number-format:bullet; 	mso-level-text:·; 	mso-level-tab-stop:4.5in; 	mso-level-number-position:left; 	text-indent:-.25in; 	mso-ansi-font-size:12.0pt; 	mso-bidi-font-size:12.0pt; 	mso-ascii-font-family:Symbol; 	mso-hansi-font-family:Symbol; 	mso-bidi-font-family:Symbol;} @list l10 	{mso-list-id:692055107; 	mso-list-template-ids:462487053;} @list l10:level1 	{mso-level-start-at:0; 	mso-level-number-format:bullet; 	mso-level-text:·; 	mso-level-tab-stop:.5in; 	mso-level-number-position:left; 	text-indent:-.25in; 	mso-ansi-font-size:12.0pt; 	mso-bidi-font-size:12.0pt; 	mso-ascii-font-family:Symbol; 	mso-hansi-font-family:Symbol; 	mso-bidi-font-family:Symbol;} @list l10:level2 	{mso-level-start-at:0; 	mso-level-number-format:bullet; 	mso-level-text:·; 	mso-level-tab-stop:1.0in; 	mso-level-number-position:left; 	text-indent:-.25in; 	mso-ansi-font-size:12.0pt; 	mso-bidi-font-size:12.0pt; 	mso-ascii-font-family:Symbol; 	mso-hansi-font-family:Symbol; 	mso-bidi-font-family:Symbol;} @list l10:level3 	{mso-level-start-at:0; 	mso-level-number-format:bullet; 	mso-level-text:·; 	mso-level-tab-stop:1.5in; 	mso-level-number-position:left; 	text-indent:-.25in; 	mso-ansi-font-size:12.0pt; 	mso-bidi-font-size:12.0pt; 	mso-ascii-font-family:Symbol; 	mso-hansi-font-family:Symbol; 	mso-bidi-font-family:Symbol;} @list l10:level4 	{mso-level-start-at:0; 	mso-level-number-format:bullet; 	mso-level-text:·; 	mso-level-tab-stop:2.0in; 	mso-level-number-position:left; 	text-indent:-.25in; 	mso-ansi-font-size:12.0pt; 	mso-bidi-font-size:12.0pt; 	mso-ascii-font-family:Symbol; 	mso-hansi-font-family:Symbol; 	mso-bidi-font-family:Symbol;} @list l10:level5 	{mso-level-start-at:0; 	mso-level-number-format:bullet; 	mso-level-text:·; 	mso-level-tab-stop:2.5in; 	mso-level-number-position:left; 	text-indent:-.25in; 	mso-ansi-font-size:12.0pt; 	mso-bidi-font-size:12.0pt; 	mso-ascii-font-family:Symbol; 	mso-hansi-font-family:Symbol; 	mso-bidi-font-family:Symbol;} @list l10:level6 	{mso-level-start-at:0; 	mso-level-number-format:bullet; 	mso-level-text:·; 	mso-level-tab-stop:3.0in; 	mso-level-number-position:left; 	text-indent:-.25in; 	mso-ansi-font-size:12.0pt; 	mso-bidi-font-size:12.0pt; 	mso-ascii-font-family:Symbol; 	mso-hansi-font-family:Symbol; 	mso-bidi-font-family:Symbol;} @list l10:level7 	{mso-level-start-at:0; 	mso-level-number-format:bullet; 	mso-level-text:·; 	mso-level-tab-stop:3.5in; 	mso-level-number-position:left; 	text-indent:-.25in; 	mso-ansi-font-size:12.0pt; 	mso-bidi-font-size:12.0pt; 	mso-ascii-font-family:Symbol; 	mso-hansi-font-family:Symbol; 	mso-bidi-font-family:Symbol;} @list l10:level8 	{mso-level-start-at:0; 	mso-level-number-format:bullet; 	mso-level-text:·; 	mso-level-tab-stop:4.0in; 	mso-level-number-position:left; 	text-indent:-.25in; 	mso-ansi-font-size:12.0pt; 	mso-bidi-font-size:12.0pt; 	mso-ascii-font-family:Symbol; 	mso-hansi-font-family:Symbol; 	mso-bidi-font-family:Symbol;} @list l10:level9 	{mso-level-start-at:0; 	mso-level-number-format:bullet; 	mso-level-text:·; 	mso-level-tab-stop:4.5in; 	mso-level-number-position:left; 	text-indent:-.25in; 	mso-ansi-font-size:12.0pt; 	mso-bidi-font-size:12.0pt; 	mso-ascii-font-family:Symbol; 	mso-hansi-font-family:Symbol; 	mso-bidi-font-family:Symbol;} @list l11 	{mso-list-id:887181511; 	mso-list-type:hybrid; 	mso-list-template-ids:1493068304 69271553 69271555 69271557 69271553 69271555 69271557 69271553 69271555 69271557;} @list l11:level1 	{mso-level-number-format:bullet; 	mso-level-text:; 	mso-level-tab-stop:none; 	mso-level-number-position:left; 	text-indent:-.25in; 	font-family:Symbol;} @list l12 	{mso-list-id:1157107316; 	mso-list-type:hybrid; 	mso-list-template-ids:1954688860 69271553 69271555 69271557 69271553 69271555 69271557 69271553 69271555 69271557;} @list l12:level1 	{mso-level-number-format:bullet; 	mso-level-text:; 	mso-level-tab-stop:none; 	mso-level-number-position:left; 	margin-left:.25in; 	text-indent:-.25in; 	font-family:Symbol;} @list l13 	{mso-list-id:1242623573; 	mso-list-template-ids:1910077046;} @list l13:level1 	{mso-level-start-at:0; 	mso-level-number-format:bullet; 	mso-level-text:·; 	mso-level-tab-stop:.5in; 	mso-level-number-position:left; 	text-indent:-.25in; 	mso-ansi-font-size:12.0pt; 	mso-bidi-font-size:12.0pt; 	mso-ascii-font-family:Symbol; 	mso-hansi-font-family:Symbol; 	mso-bidi-font-family:Symbol;} @list l13:level2 	{mso-level-start-at:0; 	mso-level-number-format:bullet; 	mso-level-text:·; 	mso-level-tab-stop:1.0in; 	mso-level-number-position:left; 	text-indent:-.25in; 	mso-ansi-font-size:12.0pt; 	mso-bidi-font-size:12.0pt; 	mso-ascii-font-family:Symbol; 	mso-hansi-font-family:Symbol; 	mso-bidi-font-family:Symbol;} @list l13:level3 	{mso-level-start-at:0; 	mso-level-number-format:bullet; 	mso-level-text:·; 	mso-level-tab-stop:1.5in; 	mso-level-number-position:left; 	text-indent:-.25in; 	mso-ansi-font-size:12.0pt; 	mso-bidi-font-size:12.0pt; 	mso-ascii-font-family:Symbol; 	mso-hansi-font-family:Symbol; 	mso-bidi-font-family:Symbol;} @list l13:level4 	{mso-level-start-at:0; 	mso-level-number-format:bullet; 	mso-level-text:·; 	mso-level-tab-stop:2.0in; 	mso-level-number-position:left; 	text-indent:-.25in; 	mso-ansi-font-size:12.0pt; 	mso-bidi-font-size:12.0pt; 	mso-ascii-font-family:Symbol; 	mso-hansi-font-family:Symbol; 	mso-bidi-font-family:Symbol;} @list l13:level5 	{mso-level-start-at:0; 	mso-level-number-format:bullet; 	mso-level-text:·; 	mso-level-tab-stop:2.5in; 	mso-level-number-position:left; 	text-indent:-.25in; 	mso-ansi-font-size:12.0pt; 	mso-bidi-font-size:12.0pt; 	mso-ascii-font-family:Symbol; 	mso-hansi-font-family:Symbol; 	mso-bidi-font-family:Symbol;} @list l13:level6 	{mso-level-start-at:0; 	mso-level-number-format:bullet; 	mso-level-text:·; 	mso-level-tab-stop:3.0in; 	mso-level-number-position:left; 	text-indent:-.25in; 	mso-ansi-font-size:12.0pt; 	mso-bidi-font-size:12.0pt; 	mso-ascii-font-family:Symbol; 	mso-hansi-font-family:Symbol; 	mso-bidi-font-family:Symbol;} @list l13:level7 	{mso-level-start-at:0; 	mso-level-number-format:bullet; 	mso-level-text:·; 	mso-level-tab-stop:3.5in; 	mso-level-number-position:left; 	text-indent:-.25in; 	mso-ansi-font-size:12.0pt; 	mso-bidi-font-size:12.0pt; 	mso-ascii-font-family:Symbol; 	mso-hansi-font-family:Symbol; 	mso-bidi-font-family:Symbol;} @list l13:level8 	{mso-level-start-at:0; 	mso-level-number-format:bullet; 	mso-level-text:·; 	mso-level-tab-stop:4.0in; 	mso-level-number-position:left; 	text-indent:-.25in; 	mso-ansi-font-size:12.0pt; 	mso-bidi-font-size:12.0pt; 	mso-ascii-font-family:Symbol; 	mso-hansi-font-family:Symbol; 	mso-bidi-font-family:Symbol;} @list l13:level9 	{mso-level-start-at:0; 	mso-level-number-format:bullet; 	mso-level-text:·; 	mso-level-tab-stop:4.5in; 	mso-level-number-position:left; 	text-indent:-.25in; 	mso-ansi-font-size:12.0pt; 	mso-bidi-font-size:12.0pt; 	mso-ascii-font-family:Symbol; 	mso-hansi-font-family:Symbol; 	mso-bidi-font-family:Symbol;} @list l14 	{mso-list-id:1318778186; 	mso-list-template-ids:2072826023;} @list l14:level1 	{mso-level-start-at:0; 	mso-level-number-format:bullet; 	mso-level-text:·; 	mso-level-tab-stop:.5in; 	mso-level-number-position:left; 	text-indent:-.25in; 	mso-ansi-font-size:12.0pt; 	mso-bidi-font-size:12.0pt; 	mso-ascii-font-family:Symbol; 	mso-hansi-font-family:Symbol; 	mso-bidi-font-family:Symbol;} @list l14:level2 	{mso-level-start-at:0; 	mso-level-number-format:bullet; 	mso-level-text:·; 	mso-level-tab-stop:1.0in; 	mso-level-number-position:left; 	text-indent:-.25in; 	mso-ansi-font-size:12.0pt; 	mso-bidi-font-size:12.0pt; 	mso-ascii-font-family:Symbol; 	mso-hansi-font-family:Symbol; 	mso-bidi-font-family:Symbol;} @list l14:level3 	{mso-level-start-at:0; 	mso-level-number-format:bullet; 	mso-level-text:·; 	mso-level-tab-stop:1.5in; 	mso-level-number-position:left; 	text-indent:-.25in; 	mso-ansi-font-size:12.0pt; 	mso-bidi-font-size:12.0pt; 	mso-ascii-font-family:Symbol; 	mso-hansi-font-family:Symbol; 	mso-bidi-font-family:Symbol;} @list l14:level4 	{mso-level-start-at:0; 	mso-level-number-format:bullet; 	mso-level-text:·; 	mso-level-tab-stop:2.0in; 	mso-level-number-position:left; 	text-indent:-.25in; 	mso-ansi-font-size:12.0pt; 	mso-bidi-font-size:12.0pt; 	mso-ascii-font-family:Symbol; 	mso-hansi-font-family:Symbol; 	mso-bidi-font-family:Symbol;} @list l14:level5 	{mso-level-start-at:0; 	mso-level-number-format:bullet; 	mso-level-text:·; 	mso-level-tab-stop:2.5in; 	mso-level-number-position:left; 	text-indent:-.25in; 	mso-ansi-font-size:12.0pt; 	mso-bidi-font-size:12.0pt; 	mso-ascii-font-family:Symbol; 	mso-hansi-font-family:Symbol; 	mso-bidi-font-family:Symbol;} @list l14:level6 	{mso-level-start-at:0; 	mso-level-number-format:bullet; 	mso-level-text:·; 	mso-level-tab-stop:3.0in; 	mso-level-number-position:left; 	text-indent:-.25in; 	mso-ansi-font-size:12.0pt; 	mso-bidi-font-size:12.0pt; 	mso-ascii-font-family:Symbol; 	mso-hansi-font-family:Symbol; 	mso-bidi-font-family:Symbol;} @list l14:level7 	{mso-level-start-at:0; 	mso-level-number-format:bullet; 	mso-level-text:·; 	mso-level-tab-stop:3.5in; 	mso-level-number-position:left; 	text-indent:-.25in; 	mso-ansi-font-size:12.0pt; 	mso-bidi-font-size:12.0pt; 	mso-ascii-font-family:Symbol; 	mso-hansi-font-family:Symbol; 	mso-bidi-font-family:Symbol;} @list l14:level8 	{mso-level-start-at:0; 	mso-level-number-format:bullet; 	mso-level-text:·; 	mso-level-tab-stop:4.0in; 	mso-level-number-position:left; 	text-indent:-.25in; 	mso-ansi-font-size:12.0pt; 	mso-bidi-font-size:12.0pt; 	mso-ascii-font-family:Symbol; 	mso-hansi-font-family:Symbol; 	mso-bidi-font-family:Symbol;} @list l14:level9 	{mso-level-start-at:0; 	mso-level-number-format:bullet; 	mso-level-text:·; 	mso-level-tab-stop:4.5in; 	mso-level-number-position:left; 	text-indent:-.25in; 	mso-ansi-font-size:12.0pt; 	mso-bidi-font-size:12.0pt; 	mso-ascii-font-family:Symbol; 	mso-hansi-font-family:Symbol; 	mso-bidi-font-family:Symbol;} @list l15 	{mso-list-id:1451860744; 	mso-list-template-ids:-152515702;} @list l15:level1 	{mso-level-start-at:0; 	mso-level-number-format:bullet; 	mso-level-text:·; 	mso-level-tab-stop:.5in; 	mso-level-number-position:left; 	text-indent:-.25in; 	mso-ansi-font-size:12.0pt; 	mso-bidi-font-size:12.0pt; 	mso-ascii-font-family:Symbol; 	mso-hansi-font-family:Symbol; 	mso-bidi-font-family:Symbol;} @list l15:level2 	{mso-level-start-at:0; 	mso-level-number-format:bullet; 	mso-level-text:·; 	mso-level-tab-stop:1.0in; 	mso-level-number-position:left; 	text-indent:-.25in; 	mso-ansi-font-size:12.0pt; 	mso-bidi-font-size:12.0pt; 	mso-ascii-font-family:Symbol; 	mso-hansi-font-family:Symbol; 	mso-bidi-font-family:Symbol;} @list l15:level3 	{mso-level-number-format:bullet; 	mso-level-text:; 	mso-level-tab-stop:1.5in; 	mso-level-number-position:left; 	text-indent:-.25in; 	mso-ansi-font-size:12.0pt; 	mso-bidi-font-size:12.0pt; 	font-family:Wingdings;} @list l15:level4 	{mso-level-start-at:0; 	mso-level-number-format:bullet; 	mso-level-text:·; 	mso-level-tab-stop:2.0in; 	mso-level-number-position:left; 	text-indent:-.25in; 	mso-ansi-font-size:12.0pt; 	mso-bidi-font-size:12.0pt; 	mso-ascii-font-family:Symbol; 	mso-hansi-font-family:Symbol; 	mso-bidi-font-family:Symbol;} @list l15:level5 	{mso-level-start-at:0; 	mso-level-number-format:bullet; 	mso-level-text:·; 	mso-level-tab-stop:2.5in; 	mso-level-number-position:left; 	text-indent:-.25in; 	mso-ansi-font-size:12.0pt; 	mso-bidi-font-size:12.0pt; 	mso-ascii-font-family:Symbol; 	mso-hansi-font-family:Symbol; 	mso-bidi-font-family:Symbol;} @list l15:level6 	{mso-level-start-at:0; 	mso-level-number-format:bullet; 	mso-level-text:·; 	mso-level-tab-stop:3.0in; 	mso-level-number-position:left; 	text-indent:-.25in; 	mso-ansi-font-size:12.0pt; 	mso-bidi-font-size:12.0pt; 	mso-ascii-font-family:Symbol; 	mso-hansi-font-family:Symbol; 	mso-bidi-font-family:Symbol;} @list l15:level7 	{mso-level-start-at:0; 	mso-level-number-format:bullet; 	mso-level-text:·; 	mso-level-tab-stop:3.5in; 	mso-level-number-position:left; 	text-indent:-.25in; 	mso-ansi-font-size:12.0pt; 	mso-bidi-font-size:12.0pt; 	mso-ascii-font-family:Symbol; 	mso-hansi-font-family:Symbol; 	mso-bidi-font-family:Symbol;} @list l15:level8 	{mso-level-start-at:0; 	mso-level-number-format:bullet; 	mso-level-text:·; 	mso-level-tab-stop:4.0in; 	mso-level-number-position:left; 	text-indent:-.25in; 	mso-ansi-font-size:12.0pt; 	mso-bidi-font-size:12.0pt; 	mso-ascii-font-family:Symbol; 	mso-hansi-font-family:Symbol; 	mso-bidi-font-family:Symbol;} @list l15:level9 	{mso-level-start-at:0; 	mso-level-number-format:bullet; 	mso-level-text:·; 	mso-level-tab-stop:4.5in; 	mso-level-number-position:left; 	text-indent:-.25in; 	mso-ansi-font-size:12.0pt; 	mso-bidi-font-size:12.0pt; 	mso-ascii-font-family:Symbol; 	mso-hansi-font-family:Symbol; 	mso-bidi-font-family:Symbol;} @list l16 	{mso-list-id:1458989832; 	mso-list-type:hybrid; 	mso-list-template-ids:-1554747538 69271553 69271555 69271557 69271553 69271555 69271557 69271553 69271555 69271557;} @list l16:level1 	{mso-level-number-format:bullet; 	mso-level-text:; 	mso-level-tab-stop:none; 	mso-level-number-position:left; 	margin-left:.75in; 	text-indent:-.25in; 	font-family:Symbol;} @list l17 	{mso-list-id:1459107953; 	mso-list-type:hybrid; 	mso-list-template-ids:1882216760 69271555 69271555 69271557 69271553 69271555 69271557 69271553 69271555 69271557;} @list l17:level1 	{mso-level-number-format:bullet; 	mso-level-text:o; 	mso-level-tab-stop:none; 	mso-level-number-position:left; 	margin-left:1.0in; 	text-indent:-.25in; 	font-family:"Courier New";} @list l18 	{mso-list-id:1581132023; 	mso-list-type:hybrid; 	mso-list-template-ids:-1878364780 69271553 69271555 69271557 69271553 69271555 69271557 69271553 69271555 69271557;} @list l18:level1 	{mso-level-number-format:bullet; 	mso-level-text:; 	mso-level-tab-stop:none; 	mso-level-number-position:left; 	text-indent:-.25in; 	font-family:Symbol;} @list l19 	{mso-list-id:1730957961; 	mso-list-type:hybrid; 	mso-list-template-ids:1055526128 69271553 69271555 69271557 69271553 69271555 69271557 69271553 69271555 69271557;} @list l19:level1 	{mso-level-number-format:bullet; 	mso-level-text:; 	mso-level-tab-stop:none; 	mso-level-number-position:left; 	text-indent:-.25in; 	font-family:Symbol;} @list l20 	{mso-list-id:1908415170; 	mso-list-type:hybrid; 	mso-list-template-ids:235600026 69271553 69271555 69271557 69271553 69271555 69271557 69271553 69271555 69271557;} @list l20:level1 	{mso-level-number-format:bullet; 	mso-level-text:; 	mso-level-tab-stop:none; 	mso-level-number-position:left; 	text-indent:-.25in; 	font-family:Symbol;} @list l21 	{mso-list-id:1917737571; 	mso-list-type:hybrid; 	mso-list-template-ids:-1302284244 69271553 69271555 69271557 69271553 69271555 69271557 69271553 69271555 69271557;} @list l21:level1 	{mso-level-number-format:bullet; 	mso-level-text:; 	mso-level-tab-stop:none; 	mso-level-number-position:left; 	text-indent:-.25in; 	font-family:Symbol;} ol 	{margin-bottom:0in;} ul 	{margin-bottom:0in;} --><!--[if gte mso 10]&gt; &lt;!   /* Style Definitions */  table.MsoNormalTable 	{mso-style-name:"Table Normal"; 	mso-tstyle-rowband-size:0; 	mso-tstyle-colband-size:0; 	mso-style-noshow:yes; 	mso-style-parent:""; 	mso-padding-alt:0in 5.4pt 0in 5.4pt; 	mso-para-margin:0in; 	mso-para-margin-bottom:.0001pt; 	mso-pagination:widow-orphan; 	font-size:10.0pt; 	font-family:"Times New Roman"; 	mso-ansi-language:#0400; 	mso-fareast-language:#0400; 	mso-bidi-language:#0400;} --> <!--[endif]--></p>
<p class="MsoNormal" style="text-align:center;line-height:150%;" align="center"><strong><span style="font-size:14pt;line-height:150%;" lang="IN">DATA FLOW DIAGRAM</span></strong><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="IN"> </span><strong><span style="font-size:14pt;line-height:150%;" lang="IN"></span></strong></p>
<p style="margin-left:21.3pt;line-height:150%;"><strong><span style="font-size:24pt;line-height:150%;font-family:&quot;" lang="IN"><span> </span></span></strong><span lang="IN"><span> </span><span>Data-Flow Diagram</span> (<span>DFD</span>) is a graphical representation of the &#8220;flow&#8221; of data through an <a title="Information system" href="http://en.wikipedia.org/wiki/Information_system"><span style="color:windowtext;text-decoration:none;">information system</span></a>. It differs from the <a title="Flowchart" href="http://en.wikipedia.org/wiki/Flowchart"><span style="color:windowtext;text-decoration:none;">flowchart</span></a> as it shows the <em>data</em> flow instead of the <em>control</em> flow of the program.</span></p>
<p style="margin-left:28.35pt;line-height:150%;"><span lang="IN">A data-flow diagram can also be used for the <a title="Visualization" href="http://en.wikipedia.org/wiki/Visualization"><span style="color:windowtext;text-decoration:none;">visualization</span></a> of <a title="Data processing" href="http://en.wikipedia.org/wiki/Data_processing"><span style="color:windowtext;text-decoration:none;">data processing</span></a> (structured design). <em>(www.wikipwdia.org/data flow diagram)</em></span></p>
<p class="MsoNormal" style="text-indent:9pt;line-height:150%;margin:0 0 .0001pt 27pt;"><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="IN">A data-flow diagram</span><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="IN"> </span><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="IN">use to </span><span style="font-size:12pt;line-height:150%;font-family:&quot;"><span> </span>make easy delineation a system a new one that will be developed logically<span> </span>without care physical environmentally where that data is adrift or environmentally physical where that data will be kept, therefore we utilize Flow&#8217;s Data or Data flow diagram diagram. Diagram grooves data constitute tool that adequately popular present,<span> </span>since gets to figure data current in a system with most structure and is clear, that is why </span><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="IN">DFD</span><span style="font-size:12pt;line-height:150%;font-family:&quot;"> constitute the most assistive tool necessary for a system analyst.<span> </span></span><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="IN">DFD</span><span style="font-size:12pt;line-height:150%;font-family:&quot;"> purpose as tool of system display popularized by Tom DeMarco (1978)<span> </span>and Gane &amp; Sarson (1979)<span> </span>by use of analisis sitem&#8217;s method approaching most structure (structured system analysis method). </span><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="IN">DFD</span><span style="font-size:12pt;line-height:150%;font-family:&quot;"> that </span><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="IN">figured</span><span style="font-size:12pt;line-height:150%;font-family:&quot;"> can auto and also manual system by use of image which gets graph network form. </span><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="IN"></span></p>
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:150%;"><strong><span style="font-size:24pt;line-height:150%;font-family:&quot;" lang="IN"><span> </span></span></strong><span lang="IN"><span> </span><strong><span> </span><span>Data-Flow Diagram</span> (<span>DFD</span>)</strong></span><strong><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="IN"></span></strong></p>
<p class="ListParagraphCxSpFirst" style="margin-bottom:.0001pt;text-indent:-.25in;line-height:150%;"><!--[if !supportLists]--><span style="font-size:12pt;line-height:150%;font-family:Symbol;" lang="IN"><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;line-height:150%;font-family:&quot;" lang="IN">A</span><span style="font-size:12pt;line-height:150%;font-family:&quot;">lso Called Data Flow </span><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="IN">D</span><span style="font-size:12pt;line-height:150%;font-family:&quot;">iagram (DFD) </span><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="IN"></span></p>
<p class="ListParagraphCxSpMiddle" style="margin-bottom:.0001pt;text-indent:-.25in;line-height:150%;"><!--[if !supportLists]--><span style="font-size:12pt;line-height:150%;font-family:Symbol;" lang="IN"><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;line-height:150%;font-family:&quot;">Figuring system division into smaller module </span><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="IN"></span></p>
<p class="ListParagraphCxSpLast" style="margin-bottom:.0001pt;text-indent:-.25in;line-height:150%;"><!--[if !supportLists]--><span style="font-size:12pt;line-height:150%;font-family:Symbol;" lang="IN"><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;line-height:150%;font-family:&quot;">Making user that </span><span style="font-size:12pt;line-height:150%;font-family:&quot;"><span> </span></span><span style="font-size:12pt;line-height:150%;font-family:&quot;">have no a lot of </span><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="IN">knowledge</span><span style="font-size:12pt;line-height:150%;font-family:&quot;"><span> </span></span><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="IN">of </span><span style="font-size:12pt;line-height:150%;font-family:&quot;">computer<span> </span>for understands system who will be</span><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="IN"> develop</span></p>
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:150%;"><strong><span style="font-size:13pt;line-height:150%;font-family:&quot;" lang="IN"> </span></strong></p>
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:150%;"><strong><span style="font-size:13pt;line-height:150%;font-family:&quot;">Data Flow </span></strong><strong><span style="font-size:13pt;line-height:150%;font-family:&quot;" lang="IN">D</span></strong><strong><span style="font-size:13pt;line-height:150%;font-family:&quot;">iagram</span></strong><strong><span style="font-size:13pt;line-height:150%;font-family:&quot;" lang="IN"> Consisting of:</span></strong></p>
<p class="ListParagraphCxSpFirst" style="margin-bottom:.0001pt;text-indent:-.25in;line-height:150%;"><!--[if !supportLists]--><strong><span style="font-size:13pt;line-height:150%;font-family:&quot;" lang="IN"><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></strong><!--[endif]--><strong><span style="font-size:13pt;line-height:150%;font-family:&quot;" lang="IN">Context Diagram:</span></strong></p>
<p class="ListParagraphCxSpMiddle" style="margin-bottom:.0001pt;text-indent:-.25in;line-height:150%;"><!--[if !supportLists]--><span style="font-size:12pt;line-height:150%;font-family:Symbol;" lang="X-NONE"><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;line-height:150%;font-family:&quot;">Consisting of one process and</span><span style="font-size:12pt;line-height:150%;font-family:&quot;"> </span><span style="font-size:12pt;line-height:150%;font-family:&quot;">figures scope of a system </span><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="X-NONE"></span></p>
<p class="ListParagraphCxSpMiddle" style="margin-bottom:.0001pt;text-indent:-.25in;line-height:150%;"><!--[if !supportLists]--><span style="font-size:12pt;line-height:150%;font-family:Symbol;" lang="X-NONE"><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;line-height:150%;font-family:&quot;">Constituting supreme level from DFD </span><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="IN">that </span><span style="font-size:12pt;line-height:150%;font-family:&quot;">what does figure all input </span><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="IN">that </span><span style="font-size:12pt;line-height:150%;font-family:&quot;">goes to system and outpu</span><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="IN">t</span><span style="font-size:12pt;line-height:150%;font-family:&quot;"> of system </span><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="X-NONE"></span></p>
<p class="ListParagraphCxSpLast" style="margin-bottom:.0001pt;text-indent:-.25in;line-height:150%;"><!--[if !supportLists]--><span style="font-size:12pt;line-height:150%;font-family:Symbol;" lang="X-NONE"><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;line-height:150%;font-family:&quot;">System drew the line by boundary (figured by dotted line) </span><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="X-NONE"></span></p>
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:150%;"><span style="font-size:12pt;line-height:150%;font-family:&quot;">May not there is stored (storage)</span><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="IN"></span></p>
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:150%;"><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="IN"> </span></p>
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:150%;"><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="IN"> </span></p>
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:150%;"><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="IN"> </span></p>
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:150%;"><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="IN"> </span></p>
<p class="ListParagraphCxSpFirst" style="margin-bottom:.0001pt;text-indent:-.25in;line-height:150%;"><!--[if !supportLists]--><strong><span style="font-size:13pt;line-height:150%;font-family:&quot;" lang="IN"><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></strong><!--[endif]--><strong><span style="font-size:13pt;line-height:150%;font-family:&quot;" lang="IN">Zero Diagram:</span></strong></p>
<p class="ListParagraphCxSpMiddle" style="text-indent:-.25in;line-height:150%;margin:0 0 .0001pt .75in;"><!--[if !supportLists]--><span style="font-size:12pt;line-height:150%;font-family:Symbol;" lang="X-NONE"><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;line-height:150%;font-family:&quot;">Figuring process from DFD </span><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="X-NONE"></span></p>
<p class="ListParagraphCxSpMiddle" style="text-indent:-.25in;line-height:150%;margin:0 0 .0001pt .75in;"><!--[if !supportLists]--><span style="font-size:12pt;line-height:150%;font-family:Symbol;" lang="X-NONE"><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;line-height:150%;font-family:&quot;">Giving view thoroughly about handled system, figured out function or aught main process, data flow and eskternal entity </span><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="X-NONE"></span></p>
<p class="ListParagraphCxSpMiddle" style="text-indent:-.25in;line-height:150%;margin:0 0 .0001pt .75in;"><!--[if !supportLists]--><span style="font-size:12pt;line-height:150%;font-family:Symbol;" lang="X-NONE"><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;line-height:150%;font-family:&quot;">On this level is enabled avaliable of data storage&#8217;s</span><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="X-NONE"></span></p>
<p class="ListParagraphCxSpMiddle" style="text-indent:-.25in;line-height:150%;margin:0 0 .0001pt .75in;"><!--[if !supportLists]--><span style="font-size:12pt;line-height:150%;font-family:Symbol;" lang="X-NONE"><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;line-height:150%;font-family:&quot;"><span> </span>To process that don&#8217;t elaborated again on next level therefore enhanced symbol ‘ * ’ or ‘ p ’ at the end process numbers </span><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="X-NONE"></span></p>
<p class="ListParagraphCxSpLast" style="text-indent:-.25in;line-height:150%;margin:0 0 .0001pt .75in;"><!--[if !supportLists]--><span style="font-size:12pt;line-height:150%;font-family:Symbol;" lang="IN"><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;line-height:150%;font-family:&quot;">Balance input and output (balancing) among diagram 0 by context diagram must be petted</span><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="IN"></span></p>
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:150%;"><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="IN"> </span></p>
<p class="ListParagraphCxSpFirst" style="margin-bottom:.0001pt;text-indent:-.25in;line-height:150%;"><!--[if !supportLists]--><strong><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="IN"><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></strong><!--[endif]--><strong><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="IN">Detail Diagram</span></strong></p>
<p class="ListParagraphCxSpMiddle" style="margin-bottom:.0001pt;text-indent:-.25in;line-height:150%;"><!--[if !supportLists]--><span style="font-size:12pt;line-height:150%;font-family:Symbol;" lang="X-NONE"><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;line-height:150%;font-family:&quot;">Constituting diagram that describes to process whats aught on zero diagram or level on it </span><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="X-NONE"></span></p>
<p class="ListParagraphCxSpLast" style="margin-bottom:.0001pt;text-indent:-.25in;line-height:150%;"><!--[if !supportLists]--><span style="font-size:12pt;line-height:150%;font-family:Symbol;" lang="X-NONE"><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;line-height:150%;font-family:&quot;">Numbering level on DFD</span><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="X-NONE"></span></p>
<table class="MsoNormalTable" style="width:411.1pt;border-collapse:collapse;margin-left:6.75pt;margin-right:6.75pt;" border="0" cellspacing="0" cellpadding="0" width="548" align="left">
<tbody>
<tr style="height:4.7pt;">
<td style="width:107.45pt;height:4.7pt;border:2.25pt 1pt 1pt 2.25pt solid #4d4d4d;padding:.05in .1in;" width="143" valign="top">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:150%;"><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="IN">Level   Name</span><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="IN"> </span><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="IN"></span></p>
</td>
<td style="width:151.85pt;height:4.7pt;border:2.25pt 1pt 1pt medium solid solid solid none #4d4d4d #4d4d4d #4d4d4d 0;padding:.05in .1in;" width="202" valign="top">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:150%;"><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="IN">Diagram   Name</span><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="IN"> </span><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="IN"></span></p>
</td>
<td style="width:151.8pt;height:4.7pt;border:2.25pt 2.25pt 1pt medium solid solid solid none #4d4d4d #4d4d4d #4d4d4d 0;padding:.05in .1in;" width="202" valign="top">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:150%;"><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="IN">Process   number</span><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="IN"> </span><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="IN"></span></p>
</td>
</tr>
<tr style="height:8.85pt;">
<td style="width:107.45pt;height:8.85pt;border:medium 1pt 1pt 2.25pt none solid solid 0 #4d4d4d #4d4d4d;padding:.05in .1in;" width="143" valign="top">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:150%;"><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="IN">0</span><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="IN"> </span><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="IN"></span></p>
</td>
<td style="width:151.85pt;height:8.85pt;border:medium 1pt 1pt medium none solid solid none 0 #4d4d4d #4d4d4d 0;padding:.05in .1in;" width="202" valign="top">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:150%;"><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="IN">Context</span><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="IN"> </span><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="IN"></span></p>
</td>
<td style="width:151.8pt;height:8.85pt;border:medium 2.25pt 1pt medium none solid solid none 0 #4d4d4d #4d4d4d 0;padding:.05in .1in;" width="202" valign="top">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:150%;"><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="IN"> </span></p>
</td>
</tr>
<tr style="height:8.85pt;">
<td style="width:107.45pt;height:8.85pt;border:medium 1pt 1pt 2.25pt none solid solid 0 #4d4d4d #4d4d4d;padding:.05in .1in;" width="143" valign="top">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:150%;"><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="IN">1</span><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="IN"> </span><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="IN"></span></p>
</td>
<td style="width:151.85pt;height:8.85pt;border:medium 1pt 1pt medium none solid solid none 0 #4d4d4d #4d4d4d 0;padding:.05in .1in;" width="202" valign="top">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:150%;"><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="IN">Diagram   0</span><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="IN"> </span><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="IN"></span></p>
</td>
<td style="width:151.8pt;height:8.85pt;border:medium 2.25pt 1pt medium none solid solid none 0 #4d4d4d #4d4d4d 0;padding:.05in .1in;" width="202" valign="top">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:150%;"><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="IN">1.0,   2.0, 3.0, &#8230;</span><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="IN"> </span><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="IN"></span></p>
</td>
</tr>
<tr style="height:8.85pt;">
<td style="width:107.45pt;height:8.85pt;border:medium 1pt 1pt 2.25pt none solid solid 0 #4d4d4d #4d4d4d;padding:.05in .1in;" width="143" valign="top">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:150%;"><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="IN">2</span><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="IN"> </span><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="IN"></span></p>
</td>
<td style="width:151.85pt;height:8.85pt;border:medium 1pt 1pt medium none solid solid none 0 #4d4d4d #4d4d4d 0;padding:.05in .1in;" width="202" valign="top">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:150%;"><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="IN">Diagram   1.0</span><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="IN"> </span><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="IN"></span></p>
</td>
<td style="width:151.8pt;height:8.85pt;border:medium 2.25pt 1pt medium none solid solid none 0 #4d4d4d #4d4d4d 0;padding:.05in .1in;" width="202" valign="top">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:150%;"><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="IN">1.1,   1.2, 1.3, &#8230;</span><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="IN"> </span><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="IN"></span></p>
</td>
</tr>
<tr style="height:.3pt;">
<td style="width:107.45pt;height:.3pt;border:medium 1pt 2.25pt 2.25pt none solid solid 0 #4d4d4d #4d4d4d;padding:.05in .1in;" width="143" valign="top">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:150%;"><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="IN">3</span><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="IN"> </span><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="IN"></span></p>
</td>
<td style="width:151.85pt;height:.3pt;border:medium 1pt 2.25pt medium none solid solid none 0 #4d4d4d #4d4d4d 0;padding:.05in .1in;" width="202" valign="top">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:150%;"><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="IN">Diagram   1.1</span><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="IN"> </span><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="IN"></span></p>
</td>
<td style="width:151.8pt;height:.3pt;border:medium 2.25pt 2.25pt medium none solid solid none 0 #4d4d4d #4d4d4d 0;padding:.05in .1in;" width="202" valign="top">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:150%;"><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="IN">1.1.1,   1.1.2, &#8230;</span><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="IN"> </span><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="IN"></span></p>
</td>
</tr>
</tbody>
</table>
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:150%;"><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="IN"> </span></p>
<p class="ListParagraph" style="margin-bottom:.0001pt;text-indent:-.25in;line-height:150%;"><!--[if !supportLists]--><span style="font-size:12pt;line-height:150%;font-family:Symbol;" lang="IN"><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]--></p>
<p class="ListParagraph" style="margin-bottom:.0001pt;text-indent:-.25in;line-height:150%;">
<p class="ListParagraph" style="margin-bottom:.0001pt;text-indent:-.25in;line-height:150%;">
<p class="ListParagraph" style="margin-bottom:.0001pt;text-indent:-.25in;line-height:150%;">
<p class="ListParagraph" style="margin-bottom:.0001pt;text-indent:-.25in;line-height:150%;">
<p class="ListParagraph" style="margin-bottom:.0001pt;text-indent:-.25in;line-height:150%;">
<p class="ListParagraph" style="margin-bottom:.0001pt;text-indent:-.25in;line-height:150%;">
<p class="ListParagraph" style="margin-bottom:.0001pt;text-indent:-.25in;line-height:150%;">
<p class="ListParagraph" style="margin-bottom:.0001pt;text-indent:-.25in;line-height:150%;"><span style="font-size:12pt;line-height:150%;font-family:&quot;">In one level advisable has no is more than 7 processes and maximal 9, if more therefore has to be done a decomposition</span><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="IN"></span></p>
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:150%;"><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="IN"> </span></p>
<p class="ListParagraph" style="margin-bottom:.0001pt;text-indent:-.25in;line-height:150%;"><!--[if !supportLists]--><strong><span style="font-size:13pt;line-height:150%;font-family:&quot;" lang="IN"><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></strong><!--[endif]--><strong><span style="font-size:13pt;line-height:150%;font-family:&quot;" lang="IN">Process Spesification</span></strong></p>
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:150%;"><span style="font-size:12pt;line-height:150%;font-family:&quot;"> </span></p>
<p class="MsoNormal" style="text-indent:-.25in;line-height:150%;margin:0 0 .0001pt .5in;"><!--[if !supportLists]--><span style="font-size:12pt;line-height:150%;font-family:Symbol;" lang="X-NONE"><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;line-height:150%;font-family:&quot;">Each process on DFD must have process specification </span><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="IN">.</span><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="X-NONE"></span></p>
<p class="MsoNormal" style="text-indent:-.25in;line-height:150%;margin:0 0 .0001pt .5in;"><!--[if !supportLists]--><span style="font-size:12pt;line-height:150%;font-family:Symbol;" lang="X-NONE"><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;line-height:150%;font-family:&quot;">On top level methodics that is use to figure process can by use of descriptive sentence </span><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="X-NONE"></span></p>
<p class="MsoNormal" style="text-indent:-.25in;line-height:150%;margin:0 0 .0001pt .5in;"><!--[if !supportLists]--><span style="font-size:12pt;line-height:150%;font-family:Symbol;" lang="X-NONE"><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;line-height:150%;font-family:&quot;">On more detail level which is on lowermost process (functional primitive) needing more structure specification<span> </span></span><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="IN">.</span><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="X-NONE"></span></p>
<p class="MsoNormal" style="text-indent:-.25in;line-height:150%;margin:0 0 .0001pt .5in;"><!--[if !supportLists]--><span style="font-size:12pt;line-height:150%;font-family:Symbol;" lang="X-NONE"><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;line-height:150%;font-family:&quot;">Specification processes will be guidance for programmer in make a program (coding) </span><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="X-NONE"></span></p>
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:150%;"><span style="font-size:12pt;line-height:150%;font-family:&quot;">Method that is utilized in specification processes: breakdown of process in shaped story, table decision , tree decision</span><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="IN">.</span></p>
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:150%;"><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="IN"> </span></p>
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:150%;"><strong><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="IN"> </span></strong></p>
<p class="ListParagraph" style="margin-bottom:.0001pt;text-indent:-.25in;line-height:150%;"><!--[if !supportLists]--><strong><span style="font-size:13pt;line-height:150%;font-family:&quot;" lang="IN"><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></strong><!--[endif]--><strong><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="IN">Outer Unity</span></strong><strong><span style="font-size:13pt;line-height:150%;font-family:&quot;" lang="IN"></span></strong></p>
<p class="MsoNormal" style="text-indent:-.25in;line-height:150%;margin:0 0 .0001pt .5in;"><!--[if !supportLists]--><span style="font-size:12pt;line-height:150%;font-family:Symbol;" lang="X-NONE"><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;line-height:150%;font-family:&quot;" lang="IN">S</span><span style="font-size:12pt;line-height:150%;font-family:&quot;">omething system outboard, but it gives data into system or gives data of system</span><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="X-NONE"></span></p>
<p class="MsoNormal" style="text-indent:-.25in;line-height:150%;margin:0 0 .0001pt .5in;"><!--[if !supportLists]--><span style="font-size:12pt;line-height:150%;font-family:Symbol;" lang="X-NONE"><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;line-height:150%;font-family:&quot;" lang="IN">N</span><span style="font-size:12pt;line-height:150%;font-family:&quot;">otation with notation box </span><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="X-NONE"></span></p>
<p class="MsoNormal" style="text-indent:-.25in;line-height:150%;margin:0 0 .0001pt .5in;"><!--[if !supportLists]--><span style="font-size:12pt;line-height:150%;font-family:Symbol;" lang="X-NONE"><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;line-height:150%;font-family:&quot;">External entity excluding part of system </span><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="X-NONE"></span></p>
<p class="MsoNormal" style="text-indent:-.25in;line-height:150%;margin:0 0 .0001pt .5in;"><!--[if !supportLists]--><span style="font-size:12pt;line-height:150%;font-family:Symbol;" lang="X-NONE"><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;line-height:150%;font-family:&quot;">Naming: <span>Terminal name as substantive as Terminal may not have same name</span></span><span style="font-size:12pt;line-height:150%;font-family:&quot;"> </span><span style="font-size:12pt;line-height:150%;font-family:&quot;">excepts</span><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="IN"> the same object.</span><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="X-NONE"></span></p>
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:150%;"><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="IN"> </span></p>
<p class="MsoNormal" style="text-indent:-.25in;line-height:150%;margin:0 0 .0001pt .5in;"><!--[if !supportLists]--><strong><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="IN"><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></strong><!--[endif]--><strong><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="IN">Data Flow</span></strong></p>
<p class="MsoNormal" style="text-indent:-.25in;line-height:150%;margin:0 0 .0001pt .5in;"><!--[if !supportLists]--><span style="font-size:12pt;line-height:150%;font-family:Symbol;" lang="X-NONE"><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;line-height:150%;font-family:&quot;">Constituting place where<span> </span>information flow </span><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="X-NONE"></span></p>
<p class="MsoNormal" style="text-indent:-.25in;line-height:150%;margin:0 0 .0001pt .5in;"><!--[if !supportLists]--><span style="font-size:12pt;line-height:150%;font-family:Symbol;" lang="X-NONE"><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;line-height:150%;font-family:&quot;">Figured by straight line that link component of system </span><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="X-NONE"></span></p>
<p class="MsoNormal" style="text-indent:-.25in;line-height:150%;margin:0 0 .0001pt .5in;"><!--[if !supportLists]--><span style="font-size:12pt;line-height:150%;font-family:Symbol;" lang="X-NONE"><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;line-height:150%;font-family:&quot;">Data current is pointed out with aim shoots and lining be given by name on current data which is adrift </span><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="X-NONE"></span></p>
<p class="MsoNormal" style="text-indent:-.25in;line-height:150%;margin:0 0 .0001pt .5in;"><!--[if !supportLists]--><span style="font-size:12pt;line-height:150%;font-family:Symbol;" lang="X-NONE"><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;line-height:150%;font-family:&quot;">Data current is adrift between process, storage&#8217;s data and points out data current of data that as entry for system</span><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="X-NONE"></span></p>
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:150%;"><strong><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="IN"> </span></strong></p>
<p class="MsoNormal" style="margin-bottom:.0001pt;text-indent:.25in;line-height:150%;"><strong><span style="font-size:13pt;line-height:150%;font-family:&quot;">Name application guidance: </span></strong><strong><span style="font-size:13pt;line-height:150%;font-family:&quot;" lang="X-NONE"></span></strong></p>
<p class="MsoNormal" style="text-indent:-.25in;line-height:150%;margin:0 0 .0001pt .5in;"><!--[if !supportLists]--><span style="font-size:12pt;line-height:150%;font-family:Symbol;" lang="IN"><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;line-height:150%;font-family:&quot;">Data streaming name which consisting of umpteen flow word to be linked by interlocking line</span><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="IN"></span></p>
<p class="MsoNormal" style="text-indent:-.25in;line-height:150%;margin:0 0 .0001pt .5in;"><!--[if !supportLists]--><span style="font-size:12pt;line-height:150%;font-family:Symbol;" lang="IN"><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;line-height:150%;font-family:&quot;">May not there is streaming data which its same name and name application shall reflect its content</span><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="IN"></span></p>
<p class="MsoNormal" style="text-indent:-.25in;line-height:150%;margin:0 0 .0001pt .5in;"><!--[if !supportLists]--><span style="font-size:12pt;line-height:150%;font-family:Symbol;" lang="IN"><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;line-height:150%;font-family:&quot;">Data flow that consisting of umpteen element gets to be declared for by element group</span><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="IN"></span></p>
<p class="MsoNormal" style="line-height:150%;margin:0 0 .0001pt .5in;"><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="IN"> </span></p>
<p class="MsoNormal" style="line-height:150%;margin:0 0 .0001pt .25in;"><span style="font-size:12pt;line-height:150%;font-family:&quot;">Other rule: </span><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="X-NONE"></span></p>
<p class="MsoNormal" style="text-indent:-50.7pt;line-height:150%;margin:0 0 .0001pt 1in;"><!--[if !supportLists]--><span style="font-size:12pt;line-height:150%;font-family:Symbol;" lang="X-NONE"><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;line-height:150%;font-family:&quot;">Data</span><span style="font-size:12pt;line-height:150%;font-family:&quot;"> </span><span style="font-size:12pt;line-height:150%;font-family:&quot;">streaming name which turn in at a process may not same by the name of secretory data flow of that process.</span><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="X-NONE"></span></p>
<p class="MsoNormal" style="text-indent:-50.7pt;line-height:150%;margin:0 0 .0001pt 1in;"><!--[if !supportLists]--><span style="font-size:12pt;line-height:150%;font-family:Symbol;" lang="X-NONE"><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;line-height:150%;font-family:&quot;" lang="IN">F</span><span style="font-size:12pt;line-height:150%;font-family:&quot;">low&#8217;s data in or out from storage&#8217;s data not necessarily been given name if: </span><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="X-NONE"></span></p>
<p class="MsoNormal" style="text-indent:-.25in;line-height:150%;margin:0 0 .0001pt 1.5in;"><!--[if !supportLists]--><span style="font-size:12pt;line-height:150%;font-family:Wingdings;" lang="X-NONE"><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;line-height:150%;font-family:&quot;">Simple data flow and perspicuous </span><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="X-NONE"></span></p>
<p class="MsoNormal" style="text-indent:-.25in;line-height:150%;margin:0 0 .0001pt 1.5in;"><!--[if !supportLists]--><span style="font-size:12pt;line-height:150%;font-family:Wingdings;" lang="X-NONE"><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;line-height:150%;font-family:&quot;">Data flow figures all item&#8217;s data </span><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="X-NONE"></span></p>
<p class="MsoNormal" style="text-indent:-50.7pt;line-height:150%;margin:0 0 .0001pt 1in;"><!--[if !supportLists]--><span style="font-size:12pt;line-height:150%;font-family:Symbol;" lang="X-NONE"><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;line-height:150%;font-family:&quot;">May not there is streaming data of terminal go to storage&#8217;s data or on the contrary since terminal is not part of system, terminal relationship with data storage shall pass through process </span><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="X-NONE"></span></p>
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:150%;"><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="IN"> </span></p>
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:150%;"><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="IN"> </span></p>
<p class="MsoNormal" style="text-indent:-.25in;line-height:150%;margin:0 0 .0001pt .5in;"><!--[if !supportLists]--><strong><span style="font-size:13pt;line-height:150%;font-family:&quot;" lang="IN"><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></strong><!--[endif]--><strong><span style="font-size:13pt;line-height:150%;font-family:&quot;" lang="IN">Process</span></strong></p>
<p class="MsoNormal" style="text-indent:-.25in;line-height:150%;margin:0 0 .0001pt .5in;"><!--[if !supportLists]--><span style="font-size:12pt;line-height:150%;font-family:Symbol;" lang="X-NONE"><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;line-height:150%;font-family:&quot;">Process constitutes what do be worked by system </span><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="X-NONE"></span></p>
<p class="MsoNormal" style="text-indent:-.25in;line-height:150%;margin:0 0 .0001pt .5in;"><!--[if !supportLists]--><span style="font-size:12pt;line-height:150%;font-family:Symbol;" lang="X-NONE"><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;line-height:150%;font-family:&quot;">Process can process data or input data flow become data flow come out </span><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="X-NONE"></span></p>
<p class="MsoNormal" style="text-indent:-.25in;line-height:150%;margin:0 0 .0001pt .5in;"><!--[if !supportLists]--><span style="font-size:12pt;line-height:150%;font-family:Symbol;" lang="X-NONE"><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;line-height:150%;font-family:&quot;">Process functioninging to transform one or many entry data become one or many output data correspond to desirable specification </span><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="X-NONE"></span></p>
<p class="MsoNormal" style="text-indent:-.25in;line-height:150%;margin:0 0 .0001pt .5in;"><!--[if !supportLists]--><span style="font-size:12pt;line-height:150%;font-family:Symbol;" lang="X-NONE"><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;line-height:150%;font-family:&quot;">Each process has one or many entries and resulting one or many outputs </span><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="X-NONE"></span></p>
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:150%;"><span style="font-size:12pt;line-height:150%;font-family:&quot;">Frequent process </span><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="IN">is</span><span style="font-size:12pt;line-height:150%;font-family:&quot;"> called <span> </span>bubble</span><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="IN">.</span></p>
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:150%;"><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="IN"> </span></p>
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:150%;"><strong><span style="font-size:13pt;line-height:150%;font-family:&quot;">Name application guidance processes: </span></strong><strong><span style="font-size:13pt;line-height:150%;font-family:&quot;" lang="X-NONE"></span></strong></p>
<p class="MsoNormal" style="text-indent:-57.8pt;line-height:150%;margin:0 0 .0001pt 1in;"><!--[if !supportLists]--><span style="font-size:12pt;line-height:150%;font-family:Symbol;" lang="X-NONE"><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;line-height:150%;font-family:&quot;">Name processes consisting of job and noun word that reflect that process function </span><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="X-NONE"></span></p>
<p class="MsoNormal" style="text-indent:-57.8pt;line-height:150%;margin:0 0 .0001pt 1in;"><!--[if !supportLists]--><span style="font-size:12pt;line-height:150%;font-family:Symbol;" lang="X-NONE"><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;line-height:150%;font-family:&quot;">Don&#8217;t utilize process word as part of name a bubble </span><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="X-NONE"></span></p>
<p class="MsoNormal" style="text-indent:-57.8pt;line-height:150%;margin:0 0 .0001pt 1in;"><!--[if !supportLists]--><span style="font-size:12pt;line-height:150%;font-family:Symbol;" lang="X-NONE"><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;line-height:150%;font-family:&quot;">May not there is many process that have same name </span><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="X-NONE"></span></p>
<p class="MsoNormal" style="text-indent:-21.25pt;line-height:150%;margin:0 0 .0001pt 35.45pt;"><!--[if !supportLists]--><span style="font-size:12pt;line-height:150%;font-family:Symbol;" lang="X-NONE"><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;line-height:150%;font-family:&quot;">Process shall numbered. Number thread as much as can follow flow or process thread, but such number thread doesn&#8217;t mean<span> </span>absoluting to constitute chronological process thread </span><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="IN">.</span><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="X-NONE"></span></p>
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:150%;"><strong><span style="font-size:13pt;line-height:150%;font-family:&quot;" lang="IN"> </span></strong></p>
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:150%;"><strong><span style="font-size:13pt;line-height:150%;font-family:&quot;" lang="IN">Data Storage:</span></strong></p>
<p class="MsoNormal" style="text-indent:-.25in;line-height:150%;margin:0 0 .0001pt .5in;"><!--[if !supportLists]--><span style="font-size:12pt;line-height:150%;font-family:Symbol;" lang="X-NONE"><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;line-height:150%;font-family:&quot;" lang="IN">S</span><span style="font-size:12pt;line-height:150%;font-family:&quot;">torage&#8217;s data constitute aught data repository in system </span><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="X-NONE"></span></p>
<p class="MsoNormal" style="text-indent:-.25in;line-height:150%;margin:0 0 .0001pt .5in;"><!--[if !supportLists]--><span style="font-size:12pt;line-height:150%;font-family:Symbol;" lang="X-NONE"><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;line-height:150%;font-family:&quot;">Is figured<span> </span>with a couple equal line or two line with incorrect single-sided sideways exposed </span><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="X-NONE"></span></p>
<p class="MsoNormal" style="text-indent:-.25in;line-height:150%;margin:0 0 .0001pt .5in;"><!--[if !supportLists]--><span style="font-size:12pt;line-height:150%;font-family:Symbol;" lang="X-NONE"><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;line-height:150%;font-family:&quot;">Process can take data from database or insert data to database </span><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="X-NONE"></span></p>
<p class="MsoNormal" style="text-indent:-.25in;line-height:150%;margin:0 0 .0001pt .5in;"><!--[if !supportLists]--><span style="font-size:12pt;line-height:150%;font-family:Symbol;" lang="IN"><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;line-height:150%;font-family:&quot;">Name application guidance: </span><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="IN"></span></p>
<p class="MsoNormal" style="text-indent:-.25in;line-height:150%;margin:0 0 .0001pt 1in;"><!--[if !supportLists]--><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="X-NONE"><span>o<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;line-height:150%;font-family:&quot;">Name shall reflect storage&#8217;s data </span><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="X-NONE"></span></p>
<p class="MsoNormal" style="text-indent:-.25in;line-height:150%;margin:0 0 .0001pt 1in;"><!--[if !supportLists]--><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="X-NONE"><span>o<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;line-height:150%;font-family:&quot;">If its name more than one word therefore has to be hyphened</span><strong></strong></p>
<p class="MsoNormal" style="text-indent:-.25in;line-height:150%;margin:0 0 .0001pt 1in;"><strong><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="IN">DFD Symbol:</span></strong></p>
<p class="MsoNormal" style="text-indent:-22.5pt;line-height:150%;margin:0 0 .0001pt 58.5pt;"><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="IN"> </span></p>
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:150%;"><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="IN"> <img class="alignnone size-full wp-image-78" title="b" src="http://ruabineda.files.wordpress.com/2009/04/b.jpg?w=500&#038;h=421" alt="b" width="500" height="421" /></span><strong><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="IN"></span></strong></p>
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:150%;"><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="IN"> </span></p>
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:150%;">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:150%;"><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="IN"> </span></p>
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:150%;"><img class="alignnone size-full wp-image-77" title="a" src="http://ruabineda.files.wordpress.com/2009/04/a.jpg?w=500&#038;h=563" alt="a" width="500" height="563" /></p>
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:150%;"><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="IN"> </span></p>
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:150%;"><strong><span style="font-size:13pt;line-height:150%;font-family:&quot;" lang="IN">D</span></strong><strong><span style="font-size:13pt;line-height:150%;font-family:&quot;">ata dictionary</span></strong><strong><span style="font-size:13pt;line-height:150%;font-family:&quot;" lang="IN">:</span></strong></p>
<p class="MsoNormal" style="text-indent:-14.15pt;line-height:150%;margin:0 0 .0001pt 35.45pt;"><!--[if !supportLists]--><span style="font-size:12pt;line-height:150%;font-family:Symbol;" lang="IN"><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;line-height:150%;font-family:&quot;">function for help system agent for define detail&#8217;s all application and organize all data element that utilized by system so user and system analyst have same savvy basic about entry, output, storage and process</span><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="IN"></span></p>
<p class="MsoNormal" style="margin-bottom:.0001pt;text-indent:.5in;line-height:150%;"><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="IN"> </span></p>
<p class="MsoNormal" style="text-indent:-14.15pt;line-height:150%;margin:0 0 .0001pt 35.45pt;"><!--[if !supportLists]--><span style="font-size:12pt;line-height:150%;font-family:Symbol;" lang="IN"><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;line-height:150%;font-family:&quot;">On analisis&#8217;s phase, data dictionary is utilized as communication device among system analyst and user</span><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="IN"></span></p>
<p class="MsoNormal" style="margin-bottom:.0001pt;text-indent:.5in;line-height:150%;"><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="IN"> </span></p>
<p class="MsoNormal" style="text-indent:-14.15pt;line-height:150%;margin:0 0 .0001pt 35.45pt;"><!--[if !supportLists]--><span style="font-size:12pt;line-height:150%;font-family:Symbol;" lang="IN"><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;line-height:150%;font-family:&quot;">On system design phase, data dictionary is utilized to design input, reporting and database </span><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="IN"></span></p>
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:150%;"><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="IN"> </span></p>
<p class="MsoNormal" style="text-indent:-14.15pt;line-height:150%;margin:0 0 .0001pt 35.45pt;"><!--[if !supportLists]--><span style="font-size:12pt;line-height:150%;font-family:Symbol;" lang="IN"><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;line-height:150%;font-family:&quot;">Data </span><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="IN">flow</span><span style="font-size:12pt;line-height:150%;font-family:&quot;"> on DAD gets global character, </span><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="IN">detail for</span><span style="font-size:12pt;line-height:150%;font-family:&quot;"> more information can be seen on data dictionary</span><strong><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="IN"></span></strong></p>
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:150%;"><strong><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="IN"> </span></strong></p>
<p class="MsoNormal" style="margin-bottom:.0001pt;text-indent:21.3pt;line-height:150%;"><span style="font-size:12pt;line-height:150%;font-family:&quot;">Data dictionary load things as follows: </span><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="X-NONE"></span></p>
<p class="MsoNormal" style="text-indent:-35.4pt;line-height:150%;margin:0 0 .0001pt 56.7pt;"><!--[if !supportLists]--><span style="font-size:12pt;line-height:150%;font-family:Symbol;" lang="X-NONE"><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;line-height:150%;font-family:&quot;">Data current name: shall on record that reader that require more explanation about a data current can search for it squashy </span><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="X-NONE"></span></p>
<p class="MsoNormal" style="text-indent:3.3pt;line-height:150%;margin:0 0 .0001pt .25in;"><!--[if !supportLists]--><span style="font-size:12pt;line-height:150%;font-family:Symbol;" lang="X-NONE"><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;line-height:150%;font-family:&quot;">Alias: alias or other name of data gets to be written if available </span><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="X-NONE"></span></p>
<p class="MsoNormal" style="text-indent:-35.4pt;line-height:150%;margin:0 0 .0001pt 56.7pt;"><!--[if !supportLists]--><span style="font-size:12pt;line-height:150%;font-family:Symbol;" lang="X-NONE"><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;line-height:150%;font-family:&quot;">Data form: utilized to agglomerate data dictionary into its purpose one time of system scheme </span><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="X-NONE"></span></p>
<p class="MsoNormal" style="text-indent:-35.4pt;line-height:150%;margin:0 0 .0001pt 56.7pt;"><!--[if !supportLists]--><span style="font-size:12pt;line-height:150%;font-family:Symbol;" lang="X-NONE"><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;line-height:150%;font-family:&quot;">Data flow: point out of which data is adrift and where data wend </span><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="X-NONE"></span></p>
<p class="MsoNormal" style="text-indent:3.3pt;line-height:150%;margin:0 0 .0001pt .25in;"><!--[if !supportLists]--><span style="font-size:12pt;line-height:150%;font-family:Symbol;" lang="IN"><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;line-height:150%;font-family:&quot;">Explanation: giving explanation about meaning of data flow</span><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="IN">.</span><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="IN"></span></p>
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:150%;"><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="IN"> </span></p>
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:150%;"><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="IN"> </span></p>
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:150%;"><span style="font-size:12pt;line-height:150%;font-family:&quot;">Balancing in DFD </span><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="X-NONE"></span></p>
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:150%;"><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="X-NONE"><span> </span></span><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="X-NONE"></span></p>
<p class="MsoNormal" style="text-indent:-.25in;line-height:150%;margin:0 0 .0001pt .5in;"><!--[if !supportLists]--><span style="font-size:12pt;line-height:150%;font-family:Symbol;" lang="X-NONE"><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;line-height:150%;font-family:&quot;">Data flow that turns in and out from one process must equal data flow that turns in and out of details of process on level / level under it</span><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="X-NONE"></span></p>
<p class="MsoNormal" style="text-indent:-.25in;line-height:150%;margin:0 0 .0001pt .5in;"><!--[if !supportLists]--><span style="font-size:12pt;line-height:150%;font-family:Symbol;" lang="X-NONE"><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;line-height:150%;font-family:&quot;">Data streaming name which turn in at and out from one process must have with by the name of data flow that turns in at out from details of that process </span><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="X-NONE"></span></p>
<p class="MsoNormal" style="text-indent:-.25in;line-height:150%;margin:0 0 .0001pt .5in;"><!--[if !supportLists]--><span style="font-size:12pt;line-height:150%;font-family:Symbol;" lang="X-NONE"><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;line-height:150%;font-family:&quot;">Total and entitas&#8217;s name extern of a process must to equal total and entitas&#8217;s name extern of details of that process</span><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="X-NONE"></span></p>
<p class="MsoNormal" style="text-indent:-.25in;line-height:150%;margin:0 0 .0001pt .5in;"><!--[if !supportLists]--><span style="font-size:12pt;line-height:150%;font-family:Symbol;" lang="X-NONE"><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;line-height:150%;font-family:&quot;">Things who shall be noticed on DFD who has more than one level: </span><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="X-NONE"></span></p>
<p class="MsoNormal" style="text-indent:-.25in;line-height:150%;margin:0 0 .0001pt 1in;"><!--[if !supportLists]--><span style="font-size:16pt;line-height:150%;font-family:&quot;color:#4d4d4d;" lang="X-NONE"><span>o<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;line-height:150%;font-family:&quot;">Shall available input balance and output among one level and next level </span><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="X-NONE"></span></p>
<p class="MsoNormal" style="text-indent:-.25in;line-height:150%;margin:0 0 .0001pt 1in;"><!--[if !supportLists]--><span style="font-size:16pt;line-height:150%;font-family:&quot;color:#4d4d4d;" lang="X-NONE"><span>o<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;line-height:150%;font-family:&quot;">Balance among level 0 and level 1 is seen on input / output of data flow goes to or of terminal on level 0, meanwhile balance among level 1 and level 2 are seen on input / output of data flow goes to / of process that pertinent </span><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="X-NONE"></span></p>
<p class="MsoNormal" style="text-indent:-.25in;line-height:150%;margin:0 0 .0001pt 1in;"><!--[if !supportLists]--><span style="font-size:16pt;line-height:150%;font-family:&quot;color:#4d4d4d;" lang="X-NONE"><span>o<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;line-height:150%;font-family:&quot;">Data streaming name, storage&#8217;s data and terminal on every level shall same if its object with </span><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="X-NONE"></span></p>
<p class="MsoNormal" style="line-height:150%;margin:0 0 .0001pt .25in;"><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="IN"> </span></p>
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:150%;"><strong><span style="font-size:13pt;line-height:150%;font-family:&quot;" lang="IN">P</span></strong><strong><span style="font-size:13pt;line-height:150%;font-family:&quot;">rohibition in </span></strong><strong><span style="font-size:13pt;line-height:150%;font-family:&quot;" lang="IN">DFD</span></strong><strong><span style="font-size:13pt;line-height:150%;font-family:&quot;" lang="IN"> </span></strong><strong><span style="font-size:13pt;line-height:150%;font-family:&quot;" lang="X-NONE"></span></strong></p>
<p class="MsoNormal" style="text-indent:-27pt;line-height:150%;margin:0 0 .0001pt 27pt;"><span style="font-size:12pt;line-height:150%;font-family:&quot;"> </span></p>
<p class="MsoNormal" style="text-indent:-.25in;line-height:150%;margin:0 0 .0001pt .5in;"><!--[if !supportLists]--><span style="font-size:12pt;line-height:150%;font-family:Symbol;" lang="X-NONE"><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;line-height:150%;font-family:&quot;">Data flow may not from<span> </span>extern entity directing to another<span> </span>extern entity<span> </span>without via a process </span><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="X-NONE"></span></p>
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:150%;"><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="IN"> </span></p>
<p class="MsoNormal" style="text-indent:-.25in;line-height:150%;margin:0 0 .0001pt .5in;"><!--[if !supportLists]--><span style="font-size:12pt;line-height:150%;font-family:Symbol;" lang="X-NONE"><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;line-height:150%;font-family:&quot;">Data flowt may not from direct data trove make towards extern entity<span> </span>without via a process </span><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="X-NONE"></span></p>
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:150%;"><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="IN"> </span></p>
<p class="MsoNormal" style="text-indent:-.25in;line-height:150%;margin:0 0 .0001pt .5in;"><!--[if !supportLists]--><span style="font-size:12pt;line-height:150%;font-family:Symbol;" lang="X-NONE"><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;line-height:150%;font-family:&quot;">Data flow may not of direct data trove wend another data trove without via a process </span><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="X-NONE"></span></p>
<p class="MsoNormal" style="line-height:150%;margin:0 0 .0001pt .25in;"><span style="font-size:12pt;line-height:150%;font-family:&quot;">Data current of one process directing to wend another process without via an advisable data trove or<span> </span>maybe can be avoided</span><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="IN">.</span></p>
<p class="MsoNormal" style="line-height:150%;margin:0 0 .0001pt .25in;"><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="IN"> </span></p>
<p class="MsoNormal" style="line-height:150%;margin:0 0 .0001pt .25in;"><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="IN"><br />
</span></p>
<p class="MsoNormal" style="line-height:150%;margin:0 0 .0001pt .25in;"><strong><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="IN">DFD Example:</span></strong></p>
<table class="MsoNormalTable" style="border:medium none;border-collapse:collapse;" border="1" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td style="border:1pt solid black;width:462.1pt;padding:0 5.4pt;" width="616" valign="top">
<p class="MsoNormal" style="text-align:justify;line-height:150%;"><span lang="IN"><!--[if gte vml 1]&gt;  &lt;![endif]--><!--[if !vml]--><img class="alignnone size-full wp-image-80" title="c" src="http://ruabineda.files.wordpress.com/2009/04/c.jpg?w=500&#038;h=451" alt="c" width="500" height="451" /><!--[endif]--><!--[if gte mso 9]&gt;   &lt;![endif]--></span></p>
</td>
</tr>
<tr>
<td style="width:462.1pt;border:medium 1pt 1pt none solid solid 0 black black;padding:0 5.4pt;" width="616" valign="top">
<p class="MsoNormal" style="text-align:justify;line-height:150%;"><span lang="IN"><!--[if gte vml 1]&gt;  &lt;![endif]--><!--[if !vml]--><img class="alignnone size-full wp-image-81" title="d" src="http://ruabineda.files.wordpress.com/2009/04/d.jpg?w=347&#038;h=465" alt="d" width="347" height="465" /><!--[endif]--><!--[if gte mso 9]&gt;   &lt;![endif]--></span></p>
</td>
</tr>
</tbody>
</table>
<p class="MsoNormal" style="text-align:justify;line-height:150%;"><span lang="IN"> </span></p>
<p class="MsoNormal" style="line-height:150%;margin:0 0 .0001pt .25in;"><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="IN"> </span></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ruabineda.wordpress.com/79/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ruabineda.wordpress.com/79/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ruabineda.wordpress.com/79/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ruabineda.wordpress.com/79/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ruabineda.wordpress.com/79/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ruabineda.wordpress.com/79/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ruabineda.wordpress.com/79/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ruabineda.wordpress.com/79/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ruabineda.wordpress.com/79/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ruabineda.wordpress.com/79/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ruabineda.wordpress.com/79/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ruabineda.wordpress.com/79/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ruabineda.wordpress.com/79/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ruabineda.wordpress.com/79/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ruabineda.wordpress.com&amp;blog=6658126&amp;post=79&amp;subd=ruabineda&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ruabineda.wordpress.com/2009/04/03/79/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8af44b15debf281f1f099181a2af6f2a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ruabineda</media:title>
		</media:content>

		<media:content url="http://ruabineda.files.wordpress.com/2009/04/b.jpg" medium="image">
			<media:title type="html">b</media:title>
		</media:content>

		<media:content url="http://ruabineda.files.wordpress.com/2009/04/a.jpg" medium="image">
			<media:title type="html">a</media:title>
		</media:content>

		<media:content url="http://ruabineda.files.wordpress.com/2009/04/c.jpg" medium="image">
			<media:title type="html">c</media:title>
		</media:content>

		<media:content url="http://ruabineda.files.wordpress.com/2009/04/d.jpg" medium="image">
			<media:title type="html">d</media:title>
		</media:content>
	</item>
		<item>
		<title>INITIAL INVESTIGATION AND  REQUIREMENT ANALYSIS</title>
		<link>http://ruabineda.wordpress.com/2009/03/30/initial-investigation-and-requirement-analysis/</link>
		<comments>http://ruabineda.wordpress.com/2009/03/30/initial-investigation-and-requirement-analysis/#comments</comments>
		<pubDate>Mon, 30 Mar 2009 14:04:10 +0000</pubDate>
		<dc:creator>ruabineda</dc:creator>
				<category><![CDATA[1]]></category>

		<guid isPermaLink="false">http://ruabineda.wordpress.com/?p=70</guid>
		<description><![CDATA[Arik Saputra Jaya 068605083 INITIAL INVESTIGATION AND REQUIREMENT ANALYSIS SYSTEM CONCEPTS INVESTIGATION Problem is difference distinctive (gap) among system aim and the true condition of system, with other savvy why system failed to achieve the goals that the system has been determined previously.To know things any kind has already caused system failing, therefore an analyst [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ruabineda.wordpress.com&amp;blog=6658126&amp;post=70&amp;subd=ruabineda&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p class="MsoNormal" style="line-height:150%;">Arik Saputra Jaya</p>
<p class="MsoNormal" style="line-height:150%;">068605083</p>
<p class="MsoNormal" style="line-height:150%;"><strong><span style="text-decoration:underline;"><span style="font-size:14pt;line-height:150%;font-family:&quot;" lang="EN-SG">INITIAL INVESTIGATION AND<span> </span>REQUIREMENT ANALYSIS</span></span></strong></p>
<p class="MsoNormal" style="line-height:150%;"><span style="font-family:&quot;" lang="EN-SG"> </span></p>
<p class="MsoNormal" style="line-height:150%;"><strong><span style="font-family:&quot;font-variant:small-caps;color:black;">SYSTEM CONCEPTS INVESTIGATION</span></strong><strong></strong></p>
<p class="MsoNormal" style="text-indent:30.75pt;line-height:150%;margin:6pt 0 .0001pt -2.25pt;"><span style="font-family:&quot;color:black;">Problem is difference distinctive (gap) among system aim and the true condition of system, with other savvy why system failed to achieve the goals that the system has been determined previously.</span><span style="font-family:&quot;color:black;">To know things any kind has already caused system failing,<span> </span></span></p>
<p class="MsoNormal" style="line-height:150%;"><span style="font-family:&quot;">therefore an analyst advisabling to do investigation earlier before doing action to fix the system.With investigation,<span> </span>analyst can more understand problem and its system flow more visceral.even in detect problem was known about problem but still figuring its outline only. </span><span style="font-family:&quot;" lang="EN-SG">Many reports in the detection problem may not actually be real or can not be solved. </span></p>
<p class="MsoNormal" style="line-height:150%;"><span style="font-family:&quot;" lang="EN-SG">This may be because: </span></p>
<p class="MsoNormal" style="margin-left:19.5pt;line-height:150%;"><span style="font-family:&quot;" lang="EN-SG">a. Goals that are too difficult or ideal so that might not be reached.<br />
b.<span> </span>The system can not be developed because of lack of resources, attitudes, or both.<br />
c.<span> </span>Measurement system that is not accurate.</span></p>
<p class="MsoNormal" style="line-height:150%;margin:0 14.05pt .0001pt 19.5pt;"><span style="font-family:&quot;">d.<span> </span>Statement of purpose of the system that is behind (statement of goals is dated).<br />
e.<span> </span>Gap between the ideal system and the system at this time is temporary (the gap between the ideal and the current system is temporary and will decrease given patience).</span></p>
<p class="MsoNormal" style="line-height:150%;"><span style="font-family:&quot;" lang="IN"> </span></p>
<p class="MsoNormal" style="line-height:150%;"><img class="alignnone size-full wp-image-73" title="untitled" src="http://ruabineda.files.wordpress.com/2009/03/untitled.jpg?w=500&#038;h=245" alt="untitled" width="500" height="245" /></p>
<p class="MsoNormal" style="text-align:center;line-height:150%;" align="center"><strong><span style="font-family:&quot;" lang="EN-SG">(System Investigation Concepts)</span></strong><strong></strong></p>
<p class="MsoNormal" style="text-indent:-22.5pt;line-height:150%;margin:6pt 0 .0001pt 58.5pt;"><strong><span style="font-family:&quot;color:black;">In problem solving&#8217;s phase, better give explanation about: </span></strong></p>
<p class="MsoNormal" style="margin-left:28.35pt;line-height:150%;"><span style="font-family:&quot;" lang="EN-SG">a.<span> </span>The formulating condition of the system that runs through the investigation in detail.<br />
b.</span><span style="font-family:&quot;" lang="IN"><span> </span></span><span style="font-family:&quot;" lang="EN-SG">Getting a consensus that the ideal system.</span></p>
<p class="MsoNormal" style="margin-left:28.35pt;line-height:150%;"><span style="font-family:&quot;" lang="EN-SG">c.<span> </span>Develop several alternatives to reduce the difference (gap) between the ideal system with which system is running</span></p>
<p class="MsoNormal" style="margin-left:28.35pt;line-height:150%;"><span style="font-family:&quot;" lang="EN-SG">d.</span><span style="font-family:&quot;" lang="EN-SG"> </span><span style="font-family:&quot;" lang="IN"><span> </span></span><span style="font-family:&quot;" lang="EN-SG">Selecting the best alternative and sell it to management.</span></p>
<p class="MsoNormal" style="line-height:150%;"><span style="font-family:&quot;" lang="EN-SG"><span> </span><br />
</span><span style="font-family:&quot;">task point&#8217;s from b until d. will take time that adequately long time comprises </span></p>
<p class="MsoNormal" style="line-height:150%;"><span style="font-family:&quot;">needed cost. To the effect of investigates to be subject to be strengthens </span></p>
<p class="MsoNormal" style="line-height:150%;"><span style="font-family:&quot;">or points out problem that actually happens over and above as trick </span></p>
<p class="MsoNormal" style="line-height:150%;"><span style="font-family:&quot;">an analyst for understands the system depth.</span></p>
<p class="MsoNormal" style="line-height:150%;"><span style="font-family:&quot;" lang="IN"> </span></p>
<p class="MsoNormal" style="line-height:150%;"><span style="font-family:&quot;" lang="IN"> </span></p>
<pre style="line-height:150%;"><strong><span style="font-size:12pt;line-height:150%;font-family:&quot;color:black;" lang="EN-SG">CONSTRAINT IN INVESTIGATION SYSTEM</span></strong></pre>
<pre style="line-height:150%;"><span style="font-size:12pt;line-height:150%;font-family:&quot;color:black;" lang="EN-SG">In do investigation some constraint which often emerges is:</span></pre>
<pre style="margin-left:.5in;text-indent:-.5in;line-height:150%;"><!--[if !supportLists]--><span style="font-size:9pt;line-height:150%;font-family:Symbol;color:black;" lang="EN-SG"><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]--><strong><span style="font-size:12pt;line-height:150%;font-family:&quot;color:black;" lang="EN-SG">Time</span></strong></pre>
<pre style="margin-left:27pt;line-height:150%;"><span style="font-size:12pt;line-height:150%;font-family:&quot;color:black;" lang="EN-SG">Analyst time comes up short resource, so just does play favorites investigation activity. Usually time is engaged cost problem be needed.<span>   </span></span></pre>
<pre style="margin-left:.25in;text-indent:-.25in;line-height:150%;"><!--[if !supportLists]--><span style="font-size:12pt;line-height:150%;font-family:Symbol;color:black;" lang="EN-SG"><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]--><strong><span style="font-size:12pt;line-height:150%;font-family:&quot;color:black;" lang="EN-SG">Cost</span></strong></pre>
<pre style="margin-left:27pt;line-height:150%;"><span style="font-size:12pt;line-height:150%;font-family:&quot;color:black;" lang="EN-SG">Cost oftentimes that is issued is engaged the duration time for activity to investigation, so management will give cost limitation.</span></pre>
<pre style="margin-left:.25in;text-indent:-.25in;line-height:150%;"><!--[if !supportLists]--><span style="font-size:12pt;line-height:150%;font-family:Symbol;color:black;" lang="EN-SG"><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]--><strong><span style="font-size:12pt;line-height:150%;font-family:&quot;color:black;" lang="EN-SG">Knowledge</span></strong></pre>
<pre style="margin-left:27pt;line-height:150%;"><span style="font-size:12pt;line-height:150%;font-family:&quot;color:black;" lang="EN-SG">Manager is information system tends to enjoin junior analyst that haven't had technical or science membership that adequately, so will impacted on investigation result that visceral subtracted ,ripe or complete. </span></pre>
<pre style="margin-left:.25in;text-indent:-.25in;line-height:150%;"><!--[if !supportLists]--><span style="font-size:12pt;line-height:150%;font-family:Symbol;color:black;" lang="EN-SG"><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]--><strong><span style="font-size:12pt;line-height:150%;font-family:&quot;color:black;" lang="EN-SG">Politics</span></strong></pre>
<pre style="margin-left:27pt;line-height:150%;"><span style="font-size:12pt;line-height:150%;font-family:&quot;color:black;" lang="EN-SG">Management or particular parties may broadcast issue that its aim to constrain investigation activity.</span></pre>
<pre style="margin-left:.25in;text-indent:-.25in;line-height:150%;"><!--[if !supportLists]--><span style="font-size:12pt;line-height:150%;font-family:Symbol;color:black;" lang="EN-SG"><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]--><strong><span style="font-size:12pt;line-height:150%;font-family:&quot;color:black;" lang="EN-SG">Interference</span></strong></pre>
<pre style="margin-left:.25in;line-height:150%;"><strong><span style="font-size:12pt;line-height:150%;font-family:&quot;color:black;" lang="EN-SG"> </span></strong></pre>
<pre style="line-height:150%;"><strong><span style="font-size:12pt;line-height:150%;font-family:&quot;color:black;" lang="EN-SG">RECOMMENDATION</span></strong></pre>
<pre style="line-height:150%;"><span style="font-size:12pt;line-height:150%;font-family:&quot;color:black;" lang="EN-SG">Result of investigation is one recommendation, one that one of it is as follows:</span></pre>
<pre style="margin-left:.25in;text-indent:-.25in;line-height:150%;"><!--[if !supportLists]--><span style="font-size:12pt;line-height:150%;color:black;" lang="EN-SG"><span>o<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;line-height:150%;font-family:&quot;color:black;" lang="EN-SG">Don't take action whatever since undiscovered problem.<span>  </span></span></pre>
<pre style="margin-left:.25in;text-indent:-.25in;line-height:150%;"><!--[if !supportLists]--><span style="font-size:12pt;line-height:150%;color:black;" lang="EN-SG"><span>o<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;line-height:150%;font-family:&quot;color:black;" lang="EN-SG">Doing preserve system for problem what do little.</span></pre>
<pre style="margin-left:.25in;text-indent:-.25in;line-height:150%;"><!--[if !supportLists]--><span style="font-size:12pt;line-height:150%;color:black;" lang="EN-SG"><span>o<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;line-height:150%;font-family:&quot;color:black;" lang="EN-SG">Increasing ability or user skill at deep going or utilizes information system.<span>    </span></span></pre>
<pre style="margin-left:.25in;text-indent:-.25in;line-height:150%;"><!--[if !supportLists]--><span style="font-size:12pt;line-height:150%;color:black;" lang="EN-SG"><span>o<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;line-height:150%;font-family:&quot;color:black;" lang="EN-SG">Regarding for system modification totally, so needs thinking to substitute it with system a new one.</span></pre>
<p class="MsoNormal" style="line-height:150%;"><span style="font-family:&quot;color:black;">Placing happening problem into systems developmental plan which shortly be done.</span><span style="font-family:&quot;"> </span></p>
<p class="MsoNormal" style="text-indent:-22.5pt;line-height:150%;margin:6pt 0 .0001pt 58.5pt;"><strong><span style="font-family:&quot;color:black;"> </span></strong></p>
<p class="MsoNormal"><span lang="EN-SG"> </span></p>
<p class="MsoNormal"><strong><span style="font-size:13pt;" lang="EN-SG">Investigation tactics</span></strong></p>
<p class="MsoNormal"><strong><span style="font-size:13pt;" lang="EN-SG"> </span></strong></p>
<pre style="line-height:150%;"><span style="font-size:12pt;line-height:150%;font-family:&quot;color:black;" lang="EN-SG">Why needs tactics?</span></pre>
<p class="MsoNormal" style="margin-left:.25in;text-indent:-.25in;line-height:150%;"><!--[if !supportLists]--><span style="font-family:Symbol;color:black;" lang="EN-SG"><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-family:&quot;color:black;" lang="EN-SG">Find all problem </span></p>
<p class="MsoNormal" style="margin-left:.25in;text-indent:-.25in;line-height:150%;"><!--[if !supportLists]--><span style="font-family:Symbol;color:black;" lang="EN-SG"><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 lang="EN-SG">Knowing its appearance cause problem </span></p>
<p class="MsoNormal" style="margin-left:.25in;text-indent:-.25in;line-height:150%;"><!--[if !supportLists]--><span style="font-family:Symbol;color:black;" lang="EN-SG"><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 lang="EN-SG">Determining solution in point</span></p>
<pre style="line-height:150%;"><span style="font-size:12pt;line-height:150%;font-family:&quot;color:black;" lang="EN-SG">Done so all system element can accept solution offer without interupt their activity</span></pre>
<pre style="line-height:150%;"><span lang="EN-SG">Severally tactics which can be done:</span></pre>
<pre style="line-height:150%;"><span lang="EN-SG">Listening system agent opinion </span></pre>
<p class="MsoNormal" style="margin-left:.25in;text-indent:-.25in;line-height:150%;"><!--[if !supportLists]--><span style="font-family:Symbol;color:black;" lang="EN-SG"><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-family:&quot;color:black;" lang="EN-SG">Don&#8217;t give startup resolving </span></p>
<p class="MsoNormal" style="margin-left:.25in;text-indent:-.25in;line-height:150%;"><!--[if !supportLists]--><span style="font-family:Symbol;color:black;" lang="EN-SG"><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-family:&quot;color:black;" lang="EN-SG">Comparing story some bodies system agent to same case </span></p>
<p class="MsoNormal" style="margin-left:.25in;line-height:150%;"><strong><span style="font-size:13pt;line-height:150%;font-family:&quot;font-variant:small-caps;" lang="EN-SG"> </span></strong></p>
<p class="MsoNormal" style="margin-left:.25in;line-height:150%;"><strong><span style="font-size:13pt;line-height:150%;font-family:&quot;font-variant:small-caps;" lang="EN-SG">Investigation techniques</span></strong><strong></strong></p>
<p class="MsoNormal" style="margin-left:.25in;line-height:150%;"><strong><span style="font-size:13pt;line-height:150%;font-family:&quot;" lang="EN-SG">I</span></strong><strong><span style="font-size:13pt;line-height:150%;font-family:&quot;color:black;">nvestigation Techniques<span> </span>cover activity: </span></strong></p>
<p class="MsoNormal" style="line-height:150%;"><span style="font-family:&quot;">A. Directly (direct (internal) probes)<span> </span></span></p>
<p class="MsoNormal" style="line-height:150%;"><span style="font-family:&quot;"><span> </span>Which is to know face to face what happen in environment </span></p>
<p class="MsoNormal" style="line-height:150%;"><span style="font-family:&quot;">user. They allow to notice it direct without via given (interpreter).<span> </span>Internal probes constitutes disordered source (disruptive), since arises distinctive attitude. Internal probes is utilized as a. richer and apologist group of happening fact (truer is of facts&#8217;s group). Available three for doing direct investigation, which is with: </span></p>
<ul style="margin-top:0;" type="circle">
<li class="MsoNormal"><span style="font-family:&quot;">kuesioner      (questionnaires). </span></li>
</ul>
<p class="MsoNormal" style="line-height:150%;"><span style="font-family:&quot;"><span> </span>This tech is felicitous, if in investigation has constraint time and cost. Even gets it from responde passes through blank stuffing. There is things even in kuesioner condition of will explanation it will </span></p>
<p class="MsoNormal" style="line-height:150%;"><span style="font-family:&quot;">variably if is done gazes direct face (face to face interview). Best thing from kuesioner is that of document who can point out happening difference on respondent.<span> </span></span></p>
<ul style="margin-top:0;" type="circle">
<li class="MsoNormal"><span style="font-family:&quot;">Question-answer      (interview). </span></li>
</ul>
<p class="MsoNormal" style="line-height:150%;"><span style="font-family:&quot;"><span> </span>This activity need time and specialty. Not everybody can do question-answer with success. Interview can be utilized<span> </span>for question is consecutive exhaustively over and above more flexible according to field condition. Faced constraint is time and<span> </span>specialty.<span> </span></span></p>
<ul style="margin-top:0;" type="circle">
<li class="MsoNormal"><span style="font-family:&quot;">Watch      (observation). </span></li>
</ul>
<p class="MsoNormal" style="line-height:150%;"><span style="font-family:&quot;">Constitute internal probe that strong (a. internal powerful probe).<span> </span></span></p>
<p class="MsoNormal" style="line-height:150%;"><span style="font-family:&quot;"><span> </span>Sit down with system user by undertaking watch with more question specific. Why are you do this activity?<span> </span>or where this document will be moved?. Each question may will get to point out mysterious trouble-shooting.<span> </span></span></p>
<p class="MsoNormal" style="line-height:150%;"><span style="font-family:&quot;"><span> </span></span></p>
<p class="MsoNormal" style="line-height:150%;"><span style="font-family:&quot;">B. Indirectly (indirect (external) probes)<span> </span></span></p>
<p class="MsoNormal" style="line-height:150%;"><span style="font-family:&quot;"><span> </span>Activity who can presto do and invisibility of personal&#8217;s operational, so gets to know extern or something flank one that disguised of user community. This activity will dominate in the early activity SDLC, hereafter internal probe to deepen. </span></p>
<ul style="margin-top:0;" type="circle">
<li class="MsoNormal"><span style="font-family:&quot;">Procedural      flow (procedure flow). </span></li>
</ul>
<p class="MsoNormal" style="line-height:150%;"><span style="font-family:&quot;">Prosedure is operational constitutes medium (vehicles) for new clerk </span></p>
<p class="MsoNormal" style="line-height:150%;"><span style="font-family:&quot;">understand its work and employee experience to handle problem.If procedure flow not true,information system can&#8217;t run by right ala too. Utilize system flowchart to research the way information as prosedure&#8217;s explanation its operation.If there is about problem is procedured, that problem maybe will arise in operational that actually. </span></p>
<ul style="margin-top:0;" type="circle">
<li class="MsoNormal"><span style="font-family:&quot;">Studying      document (document review). </span></li>
</ul>
<p class="MsoNormal" style="line-height:150%;"><span style="font-family:&quot;"><span> </span>Are by get and gather essential </span></p>
<p class="MsoNormal" style="line-height:150%;"><span style="font-family:&quot;"><span> </span>(critical document). If problem a lot of customer orders&#8217;s happening,gather original document source from customer orders that that utilized as data of its entry, displays interactive format, detail transactions, extract and happening reporting fault.<span> </span></span></p>
<p class="MsoNormal" style="line-height:150%;"><span style="font-family:&quot;"><span> </span>Document oftentimes becomes problem cause.<span> </span></span></p>
<ul style="margin-top:0;" type="circle">
<li class="MsoNormal"><span style="font-family:&quot;">Sample      (sampling). </span></li>
</ul>
<p class="MsoNormal" style="line-height:150%;"><span style="font-family:&quot;"><span> </span>Maybe you need information of vendor billing alreadygiving discount upon pembayran, since loss firm while money is is discounted be not been given while paying pause happening.You can involve payee clientele to get information (despite of a lot of transactions). Finally you get to make </span></p>
<p class="MsoNormal" style="line-height:150%;"><span style="font-family:&quot;"><span> </span>data sample list random&#8217;s election to one last week,<span> </span></span></p>
<p class="MsoNormal" style="line-height:150%;"><span style="font-family:&quot;"><span> </span>choose 20 of daily, choose 5 item of each page that </span><span style="font-family:&quot;"><span> </span></span><span style="font-family:&quot;" lang="X-NONE">hosen</span><span style="font-family:&quot;">,recording information for each 5 item and account rolled out raa and variant for of all transactions happening payment.<span> </span></span></p>
<ul style="margin-top:0;" type="circle">
<li class="MsoNormal"><span style="font-family:&quot;">Tabular      (Tabular tools) </span></li>
</ul>
<p class="MsoNormal" style="line-height:150%;"><span style="font-family:&quot;">Called also matrix, which is check register (checklists) to find dispute (discrepancies) in transactions path </span></p>
<p class="MsoNormal" style="line-height:150%;"><span style="font-family:&quot;" lang="EN-SG"> </span></p>
<p class="MsoNormal" style="line-height:150%;"><span style="font-family:&quot;" lang="EN-SG"> </span></p>
<pre style="line-height:150%;"><strong><span style="font-size:12pt;line-height:150%;font-family:&quot;color:black;" lang="EN-SG">CURRENT SYSTEM DESCRIPTION</span></strong></pre>
<pre style="line-height:150%;"><span style="font-size:12pt;line-height:150%;font-family:&quot;color:black;" lang="EN-SG"><span>               </span>Determining current system performance will fin if firm d problem no one performance measurement default system. Too bad, tending firm doesn't update to document walking system. Hence, analyst fix document up to problem investigation system. </span><span style="font-size:12pt;line-height:150%;font-family:&quot;color:black;">Current system description covers explanation: </span></pre>
<p class="MsoNormal" style="line-height:150%;"><span style="font-family:&quot;">up to system problem investigation.<span> </span></span></p>
<p class="MsoNormal" style="line-height:150%;"><span style="font-family:&quot;" lang="EN-SG"> </span></p>
<pre style="margin-left:.25in;text-indent:-.25in;line-height:150%;"><!--[if !supportLists]--><span style="font-size:9pt;line-height:150%;font-family:Symbol;color:black;" lang="EN-SG"><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;line-height:150%;font-family:&quot;color:black;" lang="EN-SG">Inputs</span></pre>
<pre style="margin-left:.25in;text-indent:-.25in;line-height:150%;"><!--[if !supportLists]--><span style="font-size:9pt;line-height:150%;font-family:Symbol;color:black;" lang="EN-SG"><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;line-height:150%;font-family:&quot;color:black;" lang="EN-SG">Outputs</span></pre>
<pre style="margin-left:.25in;text-indent:-.25in;line-height:150%;"><!--[if !supportLists]--><span style="font-size:9pt;line-height:150%;font-family:Symbol;color:black;" lang="EN-SG"><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;line-height:150%;font-family:&quot;color:black;" lang="EN-SG">Files</span></pre>
<pre style="margin-left:.25in;text-indent:-.25in;line-height:150%;"><!--[if !supportLists]--><span style="font-size:9pt;line-height:150%;font-family:Symbol;color:black;" lang="EN-SG"><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;line-height:150%;font-family:&quot;color:black;" lang="EN-SG">data elements</span></pre>
<pre style="margin-left:.25in;text-indent:-.25in;line-height:150%;"><!--[if !supportLists]--><span style="font-size:9pt;line-height:150%;font-family:Symbol;color:black;" lang="EN-SG"><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;line-height:150%;font-family:&quot;color:black;" lang="EN-SG">transaction volume and action document</span></pre>
<pre style="margin-left:.25in;text-indent:-.25in;line-height:150%;"><!--[if !supportLists]--><span style="font-size:9pt;line-height:150%;font-family:Symbol;color:black;" lang="EN-SG"><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;line-height:150%;font-family:&quot;color:black;" lang="EN-SG">data flow diagrams</span></pre>
<pre style="line-height:150%;"><strong><span style="font-size:12pt;line-height:150%;font-family:&quot;color:black;" lang="EN-SG"> </span></strong></pre>
<pre style="line-height:150%;"><strong><span style="font-size:12pt;line-height:150%;font-family:&quot;color:black;" lang="EN-SG">ANALYSIS REQUIREMENT</span></strong></pre>
<p class="MsoNormal" style="margin-top:4.5pt;line-height:150%;"><strong><span style="font-family:&quot;color:#4d4d4d;"><span> </span>Intensive interaction phase among system analyst with end user where systems developmental team point out its membership to get comment and user trust so gets good participation. </span></strong><strong><span style="font-family:&quot;color:#4d4d4d;"><span> </span></span></strong></p>
<p class="MsoNormal" style="margin-left:.5in;text-indent:-.25in;line-height:150%;"><!--[if !supportLists]--><span style="font-family:&quot;color:black;" lang="EN-SG"><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-family:&quot;color:black;" lang="EN-SG">goal that want to be reached :<span> </span></span></p>
<ul style="margin-top:0;" type="disc">
<li class="MsoNormal"><span style="font-family:&quot;" lang="EN-SG"><span> </span>Wording comprehensive system </span></li>
<li class="MsoNormal"><span style="font-family:&quot;" lang="EN-SG"><span> </span>Figuring ideal information system </span></li>
<li class="MsoNormal"><span style="color:windowtext;" lang="EN-SG"><span> </span>Taking in      ideal information system to condition of currently by notices resource      constraint </span></li>
<li class="MsoNormal"><span style="color:windowtext;" lang="EN-SG"><span> </span>Giving      push to wearing confidence into development system</span></li>
</ul>
<pre style="margin-left:45pt;text-indent:-.25in;line-height:150%;"><span style="font-size:12pt;line-height:150%;font-family:&quot;color:black;" lang="EN-SG"> </span></pre>
<p class="MsoNormal" style="text-indent:.25in;line-height:150%;"><span style="font-family:&quot;color:black;" lang="EN-SG">Method </span></p>
<ul style="margin-top:0;" type="disc">
<li class="MsoNormal"><span style="font-family:&quot;" lang="EN-SG">Question-answer </span></li>
<li class="MsoNormal"><span style="font-family:&quot;" lang="EN-SG">Questioner </span></li>
<li class="MsoNormal"><span style="font-family:&quot;" lang="EN-SG">Observation </span></li>
<li class="MsoNormal"><span style="color:windowtext;" lang="EN-SG">analysis procedure </span></li>
<li class="MsoNormal"><span style="color:windowtext;" lang="EN-SG">Document monitoring</span></li>
</ul>
<pre style="margin-left:.25in;line-height:150%;"><span style="font-size:12pt;line-height:150%;font-family:&quot;color:black;" lang="EN-SG"> </span></pre>
<p class="MsoNormal" style="margin-left:.25in;line-height:150%;"><span style="font-family:&quot;color:black;" lang="EN-SG">Resource constraint Time </span></p>
<ul style="margin-top:0;" type="disc">
<li class="MsoNormal"><span style="font-family:&quot;" lang="EN-SG">Money </span></li>
<li class="MsoNormal"><span style="font-family:&quot;" lang="EN-SG">Membership </span></li>
<li class="MsoNormal"><span style="color:windowtext;" lang="EN-SG">Technology </span></li>
<li class="MsoNormal"><span style="color:windowtext;" lang="EN-SG">External factor</span></li>
</ul>
<p class="MsoNormal" style="margin-left:45pt;line-height:150%;"><strong><span style="font-family:&quot;color:#4d4d4d;">Document is analisis need </span></strong></p>
<ul style="margin-top:0;" type="disc">
<li class="MsoNormal"><span style="font-family:&quot;" lang="EN-SG">Analysis direction:      Relationship with end user, monitoring processes, about problem in data      collecting </span></li>
<li class="MsoNormal"><span style="font-family:&quot;" lang="EN-SG">Wearing requirement: Real      requirement, Write-up requirement, training requirement and new system      influence </span></li>
<li class="MsoNormal"><span style="color:windowtext;" lang="EN-SG">System constraint: Wording time and      cost constraint, membership, technology and external factor </span></li>
<li class="MsoNormal"><span style="color:windowtext;" lang="EN-SG">Document as instrumental as data      collecting, statistical consensus, ala data flow logical and physical,      early data element in lexical data.</span></li>
</ul>
<p class="MsoNormal" style="line-height:150%;"><span style="font-family:&quot;color:black;" lang="EN-SG">How to current system condition approaching with condition of system which ideal? </span></p>
<ul style="margin-top:0;" type="disc">
<li class="MsoNormal"><span style="color:windowtext;" lang="EN-SG">Making alternative to solve information system      problem </span></li>
<li class="MsoNormal"><span style="color:windowtext;">That best alternative is applied one expedient</span></li>
</ul>
<pre style="line-height:150%;margin:4.5pt 0 .0001pt .25in;"><span style="font-size:12pt;line-height:150%;font-family:&quot;color:black;" lang="EN-SG"> </span></pre>
<pre style="line-height:150%;"><strong><span style="font-size:12pt;line-height:150%;font-family:&quot;color:black;" lang="IN">GENERATING SYSTEMS ALTERNATIVES</span></strong></pre>
<p class="MsoNormal" style="line-height:150%;"><span style="font-family:&quot;" lang="EN-SG"><span> </span></span></p>
<p class="MsoNormal" style="line-height:150%;"><strong><span style="font-family:&quot;font-variant:small-caps;" lang="EN-SG">strategy choice</span></strong><span style="font-family:&quot;" lang="EN-SG"><br />
<span> </span>Management options to create top-level strategy with all the attention<br />
constrain. selection strategy used is as follows:<strong></strong></span></p>
<p class="MsoNormal" style="line-height:150%;"><span style="font-family:&quot;" lang="EN-SG"><span> </span></span></p>
<p class="MsoNormal" style="line-height:150%;"><strong><span style="font-family:&quot;" lang="EN-SG">Distributed versus centralized processing</span></strong></p>
<p class="MsoNormal" style="line-height:150%;"><span style="font-family:&quot;" lang="EN-SG"><span> </span>Currently, there is a tendency changes occur from the information the decision<br />
centralized data processing to the end-user Decentralized responsibility Centers. Distributed environment in the process, end-user disconnect the equipment,<br />
and implementation of priority development. On the other there is a growing number of end-user to enter the world computer. They try the latest technology without considering the cost, and risk. Without expertise, the system will be in the environment<br />
conservative.</span></p>
<p><strong>Integrated versus dispersed databases (database system spread)</strong></p>
<p class="MsoNormal" style="line-height:150%;"><span style="font-family:&quot;" lang="EN-SG"><span> </span><span> </span>When organizations use a database system spread, the system consideration has the option of what files are included in the database and the data are entered in the file. Integrated database by the administrator maintain a database of all control data<br />
storage, access and modification. Management decides on the appropriate level with a choice of the designer considers the system with ease control.</span></p>
<p class="MsoNormal" style="line-height:150%;"><span style="font-family:&quot;" lang="EN-SG"><span> </span><br />
<strong>Surround strategy of system development</strong></span></p>
<p class="MsoNormal" style="line-height:150%;"><span style="font-family:&quot;" lang="EN-SG"><span> </span><span> </span>System development strategy is important because many companies have a stack (backlog) of the new system is designed and conditions system that is currently being modified. This strategy allows the system designer differences in language use of the program and run it on a computer different for a full compatibility of the system (a totally compatible system). Strategy around the environment is very important in the problem corporate takeovers, in which one company to get the company and information systems may not compatible with (different).</span></p>
<p class="MsoNormal" style="line-height:150%;"><span style="font-family:&quot;" lang="EN-SG"><span> </span></span></p>
<p class="MsoNormal" style="line-height:150%;"><strong><span style="font-family:&quot;font-variant:small-caps;" lang="EN-SG">Options tactics</span></strong><span style="font-family:&quot;" lang="EN-SG"><br />
<span> </span>Management decide now or later, the opponent modifications, and<br />
SDLC configuration. Election was conducted before the selection operation. Eight options on the design operational Design choices are grouped into input, processing, and output. Each group can have the following options:<strong></strong></span></p>
<p class="MsoNormal" style="line-height:150%;"><span style="font-family:&quot;" lang="EN-SG"><span> </span><br />
<strong>A. Input</strong></span></p>
<p class="MsoNormal" style="line-height:150%;"><span style="font-family:&quot;" lang="EN-SG"><span> </span>1.On-line versus off-line data entry. Off-line data entry does not have the ability to validate the good transaction immediately. Therefore, the on-line data entry still used in the recommended system configuration information.</span></p>
<p class="MsoNormal" style="line-height:150%;"><span style="font-family:&quot;" lang="EN-SG"><span> </span>2. Keyed versus machine-readable data entry.<span> </span>Machine-readable data entry can increase speed, reduce income data errors, and save costs for worker (save human costs). However require a large investment in the equipment and maintenance.</span></p>
<p class="MsoNormal" style="line-height:150%;"><span style="font-family:&quot;" lang="EN-SG"><span> </span><span> </span>3. Centralized versus Decentralized data entry. Decentralized entry is faster but the error level high because many users who enter data. Machine-readable entry requires decentralization of income benefit speed in the process of capturing data source (point of sale).</span></p>
<p class="MsoNormal" style="line-height:150%;"><span style="font-family:&quot;" lang="EN-SG"><span> </span></span></p>
<p><strong>B. Processing</strong></p>
<p class="MsoNormal" style="line-height:150%;"><span style="font-family:&quot;" lang="EN-SG"><span> </span><span> </span>4. Batch versus real-time update record. Batch processing the update rekord long, suitable for centralized data entry. Real time processing costs equipment and increase the speed of the process.</span></p>
<p class="MsoNormal" style="line-height:150%;"><span style="font-family:&quot;" lang="EN-SG"><span> </span><span> </span>5. Sequential versus direct access to records. Sequential access is associated with batch processing. Direct access to the related real-time processing.</span></p>
<p class="MsoNormal" style="line-height:150%;"><span style="font-family:&quot;" lang="EN-SG"><span> </span><span> </span>6. Single versus multiple-user update of records. Design a system for multiple-user more complex in security access and update the record simultaneously. Complexity occurs when the speed of the process is important and application with real-time process.</span></p>
<p class="MsoNormal" style="line-height:150%;"><span style="font-family:&quot;" lang="EN-SG"><span> </span><br />
<strong>C. Ouput</strong></span></p>
<p class="MsoNormal" style="line-height:150%;"><span style="font-family:&quot;" lang="EN-SG"><span> </span><span> </span>7. Traditional versus turnaround documents. Traditional document is a document of how to record-keeping system done through the keyboard (key input). Turnaround documents are data collection system to be done through the engine of a document</span></p>
<p class="MsoNormal" style="line-height:150%;"><span style="font-family:&quot;" lang="EN-SG"><span> </span><span> </span>8. Structured versus inquiry-based reports. Structured report is created in a standard format and provided the routine, while the inquiry-based reports are based on demand accordance with the format of this request. Oftentime inquiry-base report found in the environment where real-time data must be accessed quickly.</span></p>
<p class="MsoNormal" style="line-height:150%;"><span style="font-family:&quot;color:black;"><span> </span></span></p>
<p class="MsoNormal" style="margin-left:.75in;text-indent:-.75in;line-height:150%;"><strong><span style="font-family:&quot;color:black;" lang="IN">ELECTING THE PROPER SYSTEM</span></strong></p>
<p class="MsoNormal" style="margin-right:-3.75pt;line-height:150%;"><span style="font-family:&quot;color:black;" lang="EN-SG">Tactics compares: System than cost bases and gain bases relatively; There is 3 A&#8217;s system trick is said more superior with another system if:</span></p>
<ul style="margin-top:0;" type="disc">
<li class="MsoNormal"><span style="font-family:&quot;" lang="EN-SG">A have      inferior cost of B and gain both same</span></li>
<li class="MsoNormal"><span style="font-family:&quot;" lang="EN-SG">A have      inferior cost of B and A. result more gain A lot of<span> </span>B</span></li>
<li class="MsoNormal"><span style="font-family:&quot;" lang="EN-SG">A and B      have cost with but resulting gain A. more A lot of B.</span></li>
</ul>
<p class="MsoNormal" style="line-height:150%;"><span style="font-family:&quot;color:black;" lang="EN-SG"> </span></p>
<p class="MsoNormal" style="line-height:150%;"><strong><span style="font-family:&quot;color:black;" lang="EN-SG">Several Comparative Method system</span></strong></p>
<p class="MsoNormal" style="margin-left:.5in;text-indent:-.25in;line-height:150%;"><!--[if !supportLists]--><span style="font-size:9pt;line-height:150%;font-family:Symbol;color:black;" lang="IN"><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-family:&quot;color:black;" lang="IN">Break Even point Analyisis</span></p>
<p class="MsoNormal" style="margin-left:.5in;text-indent:-.25in;line-height:150%;"><!--[if !supportLists]--><span style="font-size:9pt;line-height:150%;font-family:Symbol;color:black;" lang="IN"><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-family:&quot;color:black;" lang="IN">Payback Period</span></p>
<p class="MsoNormal" style="margin-left:.5in;text-indent:-.25in;line-height:150%;"><!--[if !supportLists]--><span style="font-size:9pt;line-height:150%;font-family:Symbol;color:black;" lang="IN"><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-family:&quot;color:black;" lang="IN">Discounted PayBack period</span></p>
<p class="MsoNormal" style="margin-left:.5in;text-indent:-.25in;line-height:150%;"><!--[if !supportLists]--><span style="font-size:9pt;line-height:150%;font-family:Symbol;color:black;" lang="IN"><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-family:&quot;color:black;" lang="IN">Internal Rate of Return</span></p>
<p class="MsoNormal" style="line-height:150%;"><span style="font-family:&quot;color:black;" lang="IN"> </span></p>
<p class="MsoNormal" style="line-height:150%;"><strong><span style="font-family:&quot;color:black;" lang="IN">Cost Category</span></strong></p>
<ul style="margin-top:0;" type="disc">
<li class="MsoNormal"><span style="font-family:&quot;" lang="IN">Hardware</span></li>
<li class="MsoNormal"><span style="font-family:&quot;" lang="IN">Software</span></li>
<li class="MsoNormal"><span style="font-family:&quot;" lang="IN">People</span></li>
<li class="MsoNormal"><span style="font-family:&quot;" lang="IN">Suppliers</span></li>
<li class="MsoNormal"><span style="font-family:&quot;" lang="IN">Teleccommunications</span></li>
<li class="MsoNormal"><span style="font-family:&quot;" lang="IN">Physical sites</span></li>
</ul>
<p class="MsoNormal" style="margin-left:27pt;line-height:150%;"><span style="font-family:&quot;color:black;" lang="IN"> </span></p>
<p class="MsoNormal" style="line-height:150%;"><strong><span style="font-family:&quot;color:black;" lang="EN-SG">Cost Detail</span></strong></p>
<p class="MsoNormal" style="line-height:150%;"><span style="font-family:&quot;color:black;" lang="EN-SG">Comparing system information cost via system life, projection analyst gets what change cost for the future and there is 3 information system cost models which is Linear, Exponential and Step</span></p>
<p class="MsoNormal" style="line-height:150%;"><span style="font-family:&quot;color:black;" lang="EN-SG">Function.</span></p>
<p class="MsoNormal" style="line-height:150%;"><strong><span style="font-family:&quot;color:black;" lang="EN-SG">system Information Cost can happen really just and gets too happening chronically.</span></strong></p>
<ul style="margin-top:0;" type="disc">
<li class="MsoNormal"><span style="font-family:&quot;" lang="EN-SG">Information system cost happening      once just which is on-time cost and development cost what do happen while      development system.</span></li>
<li class="MsoNormal"><span style="font-family:&quot;">Information system cost      happening continually among those is recurring cost and operational cost      where this cost happens while operating information system everyday</span></li>
</ul>
<p class="MsoNormal" style="line-height:150%;"><span style="font-family:&quot;color:black;" lang="EN-SG"> </span></p>
<p class="MsoNormal" style="line-height:150%;"><span style="font-family:&quot;color:black;" lang="EN-SG"> </span></p>
<p class="MsoNormal" style="line-height:150%;"><strong><span style="font-family:&quot;color:black;" lang="EN-SG">INFORMATION SYSTEM FACTOR</span></strong></p>
<p class="MsoNormal" style="line-height:150%;"><strong><span style="font-family:&quot;color:black;" lang="EN-SG"> </span></strong></p>
<p class="MsoNormal" style="line-height:150%;"><strong><span style="font-family:&quot;color:black;" lang="EN-SG">Qualitative Factor That Aim Good Information System Performance among Those </span></strong></p>
<ul style="margin-top:0;" type="disc">
<li class="MsoNormal"><span style="font-family:&quot;" lang="EN-SG">Reducing fault zoom </span></li>
<li class="MsoNormal"><span style="font-family:&quot;" lang="EN-SG">Reducing time to fix fault </span></li>
<li class="MsoNormal"><span style="font-family:&quot;" lang="EN-SG">Reducing response time from      workstation alternative </span></li>
<li class="MsoNormal"><span style="font-family:&quot;" lang="EN-SG">Hastening supplying time information </span></li>
<li class="MsoNormal"><span style="font-family:&quot;" lang="EN-SG">Increasing system security </span></li>
<li class="MsoNormal"><span style="font-family:&quot;" lang="EN-SG">Increasing record&#8217;s source update      active</span></li>
<li class="MsoNormal"><span style="font-family:&quot;" lang="EN-SG">Increasing wearing satisfaction</span></li>
</ul>
<p class="MsoNormal" style="margin-left:.25in;line-height:150%;"><strong><span style="font-family:&quot;color:black;" lang="EN-SG"> </span></strong></p>
<p class="MsoNormal" style="margin-left:27pt;text-indent:-27pt;line-height:150%;"><strong><span style="font-family:&quot;color:black;" lang="EN-SG">CORPORATE STRATEGY FACTOR </span></strong></p>
<ul style="margin-top:0;" type="disc">
<li class="MsoNormal"><span style="font-family:&quot;" lang="EN-SG">Consumer satisfaction </span></li>
<li class="MsoNormal"><span style="font-family:&quot;" lang="EN-SG">Sell zoom increases </span></li>
<li class="MsoNormal"><span style="font-family:&quot;" lang="EN-SG">Consumer commitment and vendor </span></li>
<li class="MsoNormal"><span style="font-family:&quot;" lang="EN-SG">Product marketing information</span></li>
</ul>
<p class="MsoNormal" style="line-height:150%;"><span style="font-family:&quot;color:black;" lang="EN-SG"> </span></p>
<p class="MsoNormal" style="line-height:150%;"><strong><span style="font-family:&quot;color:black;" lang="EN-SG"> </span></strong></p>
<p class="MsoNormal" style="line-height:150%;"><strong><span style="font-family:&quot;color:black;" lang="EN-SG">REPRESENTATION IS LEARNING SYSTEM</span></strong></p>
<ul style="margin-top:0;" type="disc">
<li class="MsoNormal"><span style="font-family:&quot;" lang="EN-SG">Doing presentation in few words </span></li>
<li class="MsoNormal"><span style="font-family:&quot;" lang="EN-SG">Reducing with technically      explanation detail </span></li>
<li class="MsoNormal"><span style="font-family:&quot;" lang="EN-SG">Representation is ala is clear with      visual&#8217;s assistive tool </span></li>
<li class="MsoNormal"><span style="font-family:&quot;" lang="EN-SG">If utilizes model to utilize      assistive tool e.g. laptop so more informative </span></li>
<li class="MsoNormal"><span style="font-family:&quot;" lang="EN-SG">Emphasize gain of information system      proposal with severally alternative whatever available appropriate      condition which experienced by company.</span></li>
</ul>
<p class="MsoNormal" style="margin-left:.25in;line-height:150%;"><span style="font-family:&quot;color:black;" lang="EN-SG"> </span></p>
<p class="MsoNormal" style="margin-left:.25in;line-height:150%;"><span style="font-family:&quot;color:black;" lang="EN-SG"> </span></p>
<p class="MsoNormal" style="line-height:150%;"><strong><span style="font-family:&quot;" lang="EN-SG">CONTINUING DECISON OR NOT </span></strong></p>
<ul style="margin-top:0;" type="disc">
<li class="MsoNormal"><span style="font-family:&quot;" lang="EN-SG"><span> </span>If the company decided to develop the      information system, the department will do the next process, namely Design      System.</span></li>
<li class="MsoNormal"><span style="font-family:&quot;" lang="EN-SG"><span> </span>If then the System Development Life Cycle      (SDLC) will be terminated. </span></li>
<li class="MsoNormal"><span style="font-family:&quot;" lang="EN-SG"><span> </span>Will often found problems with the system      and the study and top management will usually ask for the fulfillment of      the re-study system.</span></li>
<li class="MsoNormal"><span style="font-family:&quot;" lang="EN-SG"><span> </span>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></li>
</ul>
<p class="MsoNormal" style="margin-left:.5in;line-height:150%;"><span style="font-family:&quot;color:black;">With the alternative, the decision to repeat a previous phase or not is Go &#8211; No-Go Decision.</span></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ruabineda.wordpress.com/70/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ruabineda.wordpress.com/70/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ruabineda.wordpress.com/70/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ruabineda.wordpress.com/70/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ruabineda.wordpress.com/70/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ruabineda.wordpress.com/70/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ruabineda.wordpress.com/70/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ruabineda.wordpress.com/70/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ruabineda.wordpress.com/70/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ruabineda.wordpress.com/70/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ruabineda.wordpress.com/70/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ruabineda.wordpress.com/70/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ruabineda.wordpress.com/70/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ruabineda.wordpress.com/70/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ruabineda.wordpress.com&amp;blog=6658126&amp;post=70&amp;subd=ruabineda&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ruabineda.wordpress.com/2009/03/30/initial-investigation-and-requirement-analysis/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8af44b15debf281f1f099181a2af6f2a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ruabineda</media:title>
		</media:content>

		<media:content url="http://ruabineda.files.wordpress.com/2009/03/untitled.jpg" medium="image">
			<media:title type="html">untitled</media:title>
		</media:content>
	</item>
		<item>
		<title>System Development repost</title>
		<link>http://ruabineda.wordpress.com/2009/03/08/system-development-repost/</link>
		<comments>http://ruabineda.wordpress.com/2009/03/08/system-development-repost/#comments</comments>
		<pubDate>Sun, 08 Mar 2009 14:04:57 +0000</pubDate>
		<dc:creator>ruabineda</dc:creator>
				<category><![CDATA[1]]></category>

		<guid isPermaLink="false">http://ruabineda.wordpress.com/?p=37</guid>
		<description><![CDATA[System Development 1) The Importance Of System Development System Development can mean compose a new system for replace old system as whole or repair the old system that there.Old system need to repair or replace because system have few things that is as follows: 1) The old system have a troubleshoot (problem).That problem or troubleshoot [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ruabineda.wordpress.com&amp;blog=6658126&amp;post=37&amp;subd=ruabineda&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p style="text-align:center;"><strong><br />
</strong></p>
<p style="text-align:center;"><!--[if gte mso 10]&gt;--></p>
<p class="Publishwithline" style="text-align:center;"><strong><span style="font-size:14pt;font-family:&quot;" lang="IN">System Development</span></strong></p>
<div style="border:medium medium 1pt none none solid 0 0 #4f81bd;padding:0 0 2pt;">
<p class="underline"><span lang="IN"> </span></p>
</div>
<p class="PadderBetweenControlandBody"><span lang="IN"> </span></p>
<p class="MsoNormal" style="text-indent:-.25in;margin:0 0 .0001pt .5in;"><!--[if !supportLists]--><strong><span style="font-size:14pt;font-family:&quot;" lang="IN"><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></strong><!--[endif]--><strong><span style="font-size:14pt;font-family:&quot;" lang="IN">The Importance Of System Development</span></strong></p>
<p class="MsoNormal" style="margin-left:.5in;"><span style="font-family:&quot;" lang="IN">System Development can mean compose a new system for<span> </span>replace old system as whole or repair the old system that there.Old system need to repair or replace because system have few things that is as follows:</span></p>
<p class="MsoNormal" style="text-indent:-.25in;margin:0 0 .0001pt 81pt;"><!--[if !supportLists]--><span style="font-family:&quot;" lang="IN"><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-family:&quot;" lang="IN">The old system have a troubleshoot (problem).That problem or troubleshoot can be in the form of:</span></p>
<p class="MsoNormal" style="text-indent:-.25in;margin:0 0 .0001pt 117pt;"><!--[if !supportLists]--><strong><span style="font-family:&quot;" lang="IN"><span>A.<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span></strong><!--[endif]--><strong><span style="font-family:&quot;" lang="IN">Problem</span></strong></p>
<p class="MsoNormal" style="margin-left:70.9pt;"><span style="font-family:&quot;" lang="IN">problem in a old system can make old system can&#8217;t operated according to which we want.this problem can be:</span></p>
<p class="MsoNormal" style="text-indent:-35.05pt;margin:0 0 .0001pt 141.4pt;"><!--[if !supportLists]--><span style="font-family:&quot;" lang="IN"><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-family:&quot;">intentional deceit that makes the company wealth and company data </span><span style="font-family:&quot;" lang="IN">truth not well guaranted,</span></p>
<p class="MsoNormal" style="text-indent:-35.05pt;margin:0 0 .0001pt 141.4pt;"><!--[if !supportLists]--><span style="font-family:&quot;" lang="IN"><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-family:&quot;" lang="IN">non intentional error </span><span style="font-family:&quot;">that make company data </span><span style="font-family:&quot;" lang="IN">truth not well guaranted,</span></p>
<p class="MsoNormal" style="text-indent:-35.05pt;margin:0 0 .0001pt 141.4pt;"><!--[if !supportLists]--><span style="font-family:&quot;" lang="IN"><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-family:&quot;" lang="IN">not bidding the management policy that applied.</span></p>
<p class="MsoNormal" style="margin-left:70.9pt;"><span style="font-family:&quot;" lang="IN"> </span></p>
<p class="MsoNormal" style="text-indent:-.25in;margin:0 0 .0001pt 117pt;"><!--[if !supportLists]--><strong><span style="font-family:&quot;" lang="IN"><span>B.<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span></strong><!--[endif]--><strong><span style="font-family:&quot;" lang="IN">Organization Growth.</span></strong></p>
<p class="MsoListParagraphCxSpFirst" style="margin-left:1in;"><strong><span style="font-size:12pt;font-family:&quot;" lang="IN">Organization Growth make has to be arranged its a new system.</span></strong><span style="font-size:12pt;font-family:&quot;" lang="IN"> organization growth such as information requirement that progressively extends, data processing volume gets to increase, changing accounting principle a new one.</span></p>
<p class="MsoListParagraphCxSpMiddle" style="margin-left:1in;"><span style="font-size:12pt;font-family:&quot;" lang="IN"> </span></p>
<p class="MsoListParagraphCxSpMiddle" style="margin-left:81pt;text-indent:-.25in;"><!--[if !supportLists]--><span style="font-size:12pt;font-family:&quot;" lang="IN"><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:12pt;font-family:&quot;" lang="IN">To Get a opportunities</span></p>
<p class="MsoListParagraphCxSpMiddle" style="margin-left:63pt;"><span style="font-size:12pt;font-family:&quot;" lang="IN">Information Technology bloom very quickly,Hardware,Software and<span> </span>Information Technology bloom very quickly then organizational start to feel that this TI require to be used ready to increase information. in emulation of market, speed of time efficiency or information very determining success or failure of plan which have been made to get a opportunities.</span></p>
<p class="MsoListParagraphCxSpMiddle" style="margin-left:63pt;"><span style="font-size:12pt;font-family:&quot;" lang="IN"> </span></p>
<p class="MsoListParagraphCxSpMiddle" style="margin-left:81pt;text-indent:-.25in;"><!--[if !supportLists]--><span style="font-size:12pt;font-family:&quot;" lang="IN"><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:12pt;font-family:&quot;" lang="IN">Instructions existence (directives).</span></p>
<p class="MsoListParagraphCxSpMiddle" style="margin-left:1in;"><span style="font-size:12pt;font-family:&quot;" lang="IN">The arrangement of new system can be<span> </span>because of existence of instructions from the company leader or from outside of organization like regulation of government.</span></p>
<p class="MsoListParagraphCxSpMiddle" style="margin-left:1in;"><span style="font-size:12pt;font-family:&quot;" lang="IN"> </span></p>
<p class="MsoListParagraphCxSpLast" style="margin-left:81pt;"><span style="font-size:14pt;font-family:&quot;" lang="IN"> </span></p>
<p class="MsoBodyText" style="text-indent:-.25in;margin:0 0 .0001pt .5in;"><!--[if !supportLists]--><strong><span style="font-size:14pt;font-family:&quot;" lang="EN-SG"><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></strong><!--[endif]--><strong><span style="font-size:14pt;font-family:&quot;" lang="EN-SG">What are the organization’s expectations after implementing an information system?</span></strong></p>
<p class="MsoBodyText" style="text-indent:-.25in;margin:0 0 .0001pt .5in;"><!--[if !supportLists]--><strong><span style="font-size:14pt;font-family:&quot;" lang="EN-SG"><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></strong><!--[endif]--><strong><span style="font-size:14pt;font-family:&quot;" lang="EN-SG">What is the purpose or goal of developing an information system? </span></strong></p>
<p class="MsoBodyText" style="margin:0 0 .0001pt .25in;"><strong><span style="font-family:&quot;" lang="EN-SG"> </span></strong></p>
<p class="MsoBodyText" style="margin:0 0 .0001pt .25in;"><strong><span style="font-family:&quot;" lang="EN-SG"> </span></strong></p>
<p class="MsoListParagraphCxSpFirst" style="margin-left:1in;"><span style="font-size:12pt;font-family:&quot;" lang="IN">With we developing a new system therefore expected increasing happenings that is engaged `PIECES`</span></p>
<p class="MsoListParagraphCxSpMiddle" style="margin-left:63pt;"><span style="font-size:12pt;font-family:&quot;" lang="IN"><span> </span>`PIECES` can be enlightened :</span></p>
<p class="MsoListParagraphCxSpMiddle" style="margin-left:63pt;"><span style="font-size:12pt;font-family:&quot;" lang="IN"><span> </span></span></p>
<p class="MsoListParagraphCxSpMiddle" style="margin-left:99pt;text-indent:-.25in;"><!--[if !supportLists]--><span style="font-size:12pt;font-family:&quot;" lang="IN"><span>A.<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><strong><span style="text-decoration:underline;"><span style="font-size:12pt;font-family:&quot;" lang="IN">P</span></span></strong><span style="font-size:12pt;font-family:&quot;" lang="IN">erformance, enhanced towards performace work result in new system will make the system will be more effective. Performance can be measurement from throughput and response time where throughput is amount of work of which can done certain in a moment and response time is time mean which delay between two transactions.</span></p>
<p class="MsoListParagraphCxSpMiddle" style="margin-left:99pt;text-indent:-.25in;"><!--[if !supportLists]--><span style="font-size:12pt;font-family:&quot;" lang="IN"><span>B.<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><strong><span style="text-decoration:underline;"><span style="font-size:12pt;font-family:&quot;" lang="IN">I</span></span></strong><span style="font-size:12pt;font-family:&quot;" lang="IN">nformation, the enhanced of information quality which presented.</span></p>
<p class="MsoListParagraphCxSpMiddle" style="margin-left:99pt;text-indent:-.25in;"><!--[if !supportLists]--><span style="font-size:12pt;font-family:&quot;" lang="IN"><span>C.<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><strong><span style="text-decoration:underline;"><span style="font-size:12pt;font-family:&quot;" lang="IN">E</span></span></strong><span style="font-size:12pt;font-family:&quot;" lang="IN">conomy, the enhanced of benefits and advantages or decreasing cost that happened.</span></p>
<p class="MsoListParagraphCxSpMiddle" style="margin-left:99pt;text-indent:-.25in;"><!--[if !supportLists]--><span style="font-size:12pt;font-family:&quot;" lang="IN"><span>D.<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><strong><span style="text-decoration:underline;"><span style="font-size:12pt;font-family:&quot;" lang="IN">C</span></span></strong><span style="font-size:12pt;font-family:&quot;" lang="IN">ontrol, the enhanced of control to detection and repairing some faults and insincerity which possible happened.</span></p>
<p class="MsoListParagraphCxSpMiddle" style="margin-left:99pt;text-indent:-.25in;"><!--[if !supportLists]--><span style="font-size:12pt;font-family:&quot;" lang="IN"><span>E.<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><strong><span style="text-decoration:underline;"><span style="font-size:12pt;font-family:&quot;" lang="IN">E</span></span></strong><span style="font-size:12pt;font-family:&quot;" lang="IN">fficiency, the enhanced of operating efficiency. Efficiency related with how to use resource most minimum extravagance.</span></p>
<p class="MsoListParagraphCxSpMiddle" style="margin-left:99pt;text-indent:-.25in;"><!--[if !supportLists]--><span style="font-size:12pt;font-family:&quot;" lang="IN"><span>F.<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><strong><span style="text-decoration:underline;"><span style="font-size:12pt;font-family:&quot;" lang="IN">S</span></span></strong><span style="font-size:12pt;font-family:&quot;" lang="IN">ervices, the enhanced of services given by system.</span></p>
<p class="MsoListParagraphCxSpMiddle" style="margin-left:81pt;"><strong><span style="font-size:12pt;font-family:&quot;" lang="EN-SG"> </span></strong></p>
<p class="MsoListParagraphCxSpLast" style="margin-left:63pt;"><strong><span style="font-size:12pt;font-family:&quot;" lang="IN"> </span></strong></p>
<p class="MsoNormal" style="margin-left:99pt;"><strong><span style="font-size:14pt;font-family:&quot;"> </span></strong></p>
<p class="MsoListParagraph" style="margin-bottom:.0001pt;text-indent:-.25in;"><!--[if !supportLists]--><strong><span style="font-size:12pt;font-family:&quot;" lang="IN"><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></strong><!--[endif]--><strong><span style="font-size:14pt;font-family:&quot;" lang="IN">System Development Principle </span></strong><span style="font-size:14pt;font-family:&quot;" lang="IN"><br />
</span><span style="font-size:12pt;font-family:&quot;" lang="IN"><br />
System development principles:<br />
1. System that developed for management.<br />
2. System that developed is a big capital investment.<br />
3. System need educated people:not always formal education </span></p>
<p class="MsoNormal" style="margin-left:35.45pt;"><span style="font-family:&quot;" lang="IN">4. Work stage and duties that must be done in system development proses (System Development Life Cycle).<br />
5. System development process not </span><span style="font-family:&quot;">always</span><span style="font-family:&quot;" lang="IN"> massages.<br />
6. Don&#8217;t be afraid cancel project.<br />
7. Documentation must existence for guide in system development.</span></p>
<p class="MsoNormal" style="margin-left:35.45pt;"><span style="font-family:&quot;" lang="IN"> </span></p>
<p class="MsoNormal" style="text-indent:-.25in;margin:0 0 .0001pt .5in;"><!--[if !supportLists]--><strong><span style="font-size:14pt;font-family:&quot;" lang="IN"><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></strong><!--[endif]--><strong><span style="font-size:14pt;font-family:&quot;" lang="IN">System Development Life Cycle</span></strong></p>
<p class="MsoNormal" style="margin-left:.5in;"><span style="font-family:&quot;" lang="IN">is a conceptual model one be applied in system development live cycle, for other example this cycle also been applied on software engineering. system<span> </span>developmet main step consisting of :system planning,system analysis,system design,system,selection,system implementation and system maintenance.</span><span style="font-family:&quot;" lang="IN"> severally </span><strong><span style="font-family:&quot;" lang="IN">Life Cycle</span></strong><span style="font-family:&quot;" lang="IN"> model among those:</span></p>
<p class="MsoNormal" style="margin-left:.25in;"><span style="font-family:&quot;" lang="IN"> </span></p>
<p class="MsoListParagraph" style="margin-left:.75in;text-indent:-.25in;"><!--[if !supportLists]--><span style="font-size:13pt;font-family:&quot;" lang="IN"><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]--><strong><span style="font-size:13pt;font-family:&quot;" lang="IN">Waterfall Model</span></strong></p>
<p class="MsoNormal" style="margin-left:.5in;"><span style="font-family:&quot;" lang="IN">The <span>waterfall model</span> is a <a title="Sequence" href="http://en.wikipedia.org/wiki/Sequence">sequential</a> development process, in which development is seen as flowing steadily downwards (like a </span><span lang="IN"><a title="Waterfall" href="http://en.wikipedia.org/wiki/Waterfall"><span style="font-family:&quot;">waterfall</span></a></span><span style="font-family:&quot;" lang="IN">) (<a href="http://www.wikipedia.org/%20model">www.wikipedia.org/ model</a> air terjun)</span></p>
<p class="MsoNormal" style="margin-left:.5in;"><strong><span style="font-family:&quot;" lang="IN">Waterfall Model</span></strong></p>
<p class="MsoNormal" style="margin-left:.25in;"><img class="alignnone size-full wp-image-63" title="a2" src="http://ruabineda.files.wordpress.com/2009/03/a2.jpg?w=500&#038;h=375" alt="a2" width="500" height="375" /></p>
<p class="MsoNormal" style="margin-left:.25in;"><span style="font-family:&quot;" lang="IN"> </span></p>
<p class="MsoNormal"><strong><span style="font-size:13pt;font-family:&quot;" lang="IN"><span> </span>Waterfall Model explanation:</span></strong></p>
<p class="MsoNormal" style="margin-left:.25in;"><span style="font-family:&quot;" lang="IN">waterfall model steps explanation:</span></p>
<p class="MsoNormal" style="text-indent:0;margin:0 0 .0001pt .25in;"><!--[if !supportLists]--><span style="font-family:&quot;" lang="IN"><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]--><strong><span style="font-family:&quot;" lang="IN">Requirement</span></strong><span style="font-family:&quot;" lang="IN">: </span><span style="font-family:&quot;" lang="IN">on this step we focuses requirement data collecting from company and market. this level the most basic one on system live cycle .if requirement collecting be not good next stage also won&#8217;t result maximal system .</span></p>
<p class="MsoNormal" style="margin-left:.25in;"><span style="font-family:&quot;" lang="IN"><span> </span><br />
2)<span> </span> <strong>Design</strong>:</span></p>
<p class="MsoNormal" style="margin-left:63pt;text-indent:9pt;"><span style="font-family:&quot;" lang="IN">On this step focuses on design</span><span style="font-family:&quot;" lang="IN"> here design is grouped as 4 which is : </span></p>
<p class="MsoNormal" style="margin-left:81pt;"><span style="font-family:&quot;" lang="IN">-<span> </span></span><span style="font-family:&quot;" lang="IN">High level design like<span> </span>what programs are needed and how are they going to interact,</span></p>
<p class="MsoNormal" style="text-indent:.5in;margin:0 0 .0001pt 45pt;"><span style="font-family:&quot;" lang="IN">-<span> </span>Low level design (how the individual programs are going to work), </span></p>
<p class="MsoNormal" style="text-indent:9pt;margin:0 0 .0001pt 1in;"><!--[if !supportLists]--><span style="font-family:&quot;" lang="IN"><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-family:&quot;" lang="IN">Interface design (what are the interfaces going to look like) and </span></p>
<p class="MsoNormal" style="text-indent:9pt;margin:0 0 .0001pt 1in;"><!--[if !supportLists]--><span style="font-family:&quot;" lang="IN"><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-family:&quot;" lang="IN">Data design (what data will be required). </span></p>
<p class="MsoNormal" style="margin-left:135pt;"><span style="font-family:&quot;" lang="IN"> </span></p>
<p class="MsoNormal" style="text-indent:-21.25pt;margin:0 0 .0001pt 42.55pt;"><span style="font-family:&quot;" lang="IN">3)<strong> <span> </span>Implementation</strong></span><span style="font-family:&quot;" lang="IN">, </span></p>
<p class="MsoNormal" style="margin-left:63pt;"><span style="font-family:&quot;" lang="IN">Implementation</span><span style="font-family:&quot;" lang="IN"> is the realization of an application, or execution of a </span><span lang="IN"><a title="Plan" href="http://en.wikipedia.org/wiki/Plan"><span style="font-family:&quot;">plan</span></a></span><span style="font-family:&quot;" lang="IN">, idea, </span><span lang="IN"><a title="Model" href="http://en.wikipedia.org/wiki/Model"><span style="font-family:&quot;">model</span></a></span><span style="font-family:&quot;" lang="IN">, </span><span lang="IN"><a title="Design" href="http://en.wikipedia.org/wiki/Design"><span style="font-family:&quot;">design</span></a></span><span style="font-family:&quot;" lang="IN">, </span><span lang="IN"><a title="Specification" href="http://en.wikipedia.org/wiki/Specification"><span style="font-family:&quot;">specification</span></a></span><span style="font-family:&quot;" lang="IN">, </span><span lang="IN"><a title="Standardization" href="http://en.wikipedia.org/wiki/Standardization"><span style="font-family:&quot;">standard</span></a></span><span style="font-family:&quot;" lang="IN">, </span><span lang="IN"><a title="Algorithm" href="http://en.wikipedia.org/wiki/Algorithm"><span style="font-family:&quot;">algorithm</span></a></span><span style="font-family:&quot;" lang="IN">, implementation process has been continuation from where did we begin to implementation design that made to into program codes that be read by engine language.</span></p>
<p class="MsoNormal" style="margin-left:63pt;"><em><span style="font-family:&quot;" lang="IN">Example: i</span></em><em><span style="font-family:&quot;" lang="IN">n </span></em><span lang="IN"><a title="Computer science" href="http://en.wikipedia.org/wiki/Computer_science"><em><span style="font-family:&quot;">computer science</span></em></a></span><em><span style="font-family:&quot;" lang="IN">, an implementation is a realization of a technical specification or algorithm as a <a title="Computer program" href="http://en.wikipedia.org/wiki/Computer_program">program</a>, </span></em><span lang="IN"><a title="Software component" href="http://en.wikipedia.org/wiki/Software_component"><em><span style="font-family:&quot;">software component</span></em></a></span><em><span style="font-family:&quot;" lang="IN">,</span></em></p>
<p class="MsoNormal" style="margin-left:.25in;"><em><span style="font-family:&quot;" lang="IN"><br />
</span></em><span style="font-family:&quot;" lang="IN">4)<span> </span> <strong>Verification</strong>: <strong>Verification</strong> </span><span style="font-family:&quot;">this step is system&#8217;s checking process if system was walking normal and according to that expected</span></p>
<p class="MsoNormal" style="margin-left:.25in;"><span style="font-family:&quot;" lang="IN"><br />
5)<span> </span> <strong>Maintenance</strong>, </span><span style="font-family:&quot;">can&#8217;t be </span><span style="font-family:&quot;" lang="IN">Inevitably the system will need maintenance</span><span style="font-family:&quot;"> because system&#8217;s have bug or because even corporate requirement and condition of market has change.</span></p>
<p class="MsoNormal"><span style="font-family:&quot;" lang="IN"> </span></p>
<p class="MsoNormal" style="margin-left:.25in;"><span style="font-family:&quot;"> </span></p>
<p class="MsoNormal" style="margin-left:.25in;"><strong><span style="font-size:13pt;font-family:&quot;" lang="IN"><span> </span>2.<span> </span><span>Iteratif model</span></span></strong></p>
<p class="MsoNormal" style="margin-left:.25in;"><span style="font-family:&quot;" lang="IN"><br />
<span><!--[if gte vml 1]&gt;  &lt;![endif]--><!--[if !vml]--></span></span><img class="alignnone size-full wp-image-65" title="b3" src="http://ruabineda.files.wordpress.com/2009/03/b3.jpg?w=437&#038;h=237" alt="b3" width="437" height="237" /></p>
<p class="MsoNormal" style="text-indent:.25in;"><span style="font-family:&quot;">iteratif&#8217;s model has resemblance with waterfall model, here we found same processes, like requirement, design, implementation, and testing (verification).</span></p>
<p class="MsoNormal" style="text-indent:.5in;"><strong><span style="font-family:&quot;">two its models have differences on:</span></strong><strong></strong></p>
<p class="MsoNormal" style="text-indent:-.25in;margin:0 0 .0001pt .75in;"><!--[if !supportLists]--><span style="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-family:&quot;">Planning step:in this step on this stage we plot whatever company system requirement who will be gathered ,wheter regarding we build new system or upgrate existing system.</span></p>
<p class="MsoNormal" style="margin-left:.5in;"><span style="font-family:&quot;">2.<span> </span>Deployment step: deployment here purpose has been distribution process towards system that made, in our meaning distributes before<span> </span>system to society hand before do testing, so that we know our system bug.<span> </span> </span></p>
<p class="MsoNormal"><span style="font-family:&quot;"><span> </span>3.<span> </span>Evaluation step: i</span><span style="font-family:&quot;">n renewal process here will return to do process planning, data collecting (requirement), analysis system and design, implementation, deployment, testing and return again to evaluation. if there development again, so this cycle be repeated again.</span></p>
<p class="MsoNormal" style="margin-left:.25in;"><span style="font-family:&quot;">.</span></p>
<p class="MsoNormal" style="margin-left:.25in;"><span style="font-family:&quot;"> </span></p>
<h1 style="margin-left:28.35pt;"><span style="font-size:13pt;font-family:&quot;color:windowtext;" lang="IN">3.<span> </span>Spiral model</span></h1>
<p class="MsoNormal"><img class="alignnone size-full wp-image-68" title="34" src="http://ruabineda.files.wordpress.com/2009/03/34.jpg?w=500&#038;h=410" alt="34" width="500" height="410" /></p>
<p class="MsoNormal"><span style="font-family:&quot;" lang="IN"> </span></p>
<p style="margin-left:28.35pt;text-indent:7.65pt;"><span style="font-family:&quot;" lang="EN-SG">S</span><span style="font-family:&quot;" lang="IN">piral model</span><span style="font-family:&quot;" lang="IN"> is a <a title="Software development process" href="http://en.wikipedia.org/wiki/Software_development_process">software development process</a> combining elements of both </span><span lang="IN"><a title="Design" href="http://en.wikipedia.org/wiki/Design"><span style="font-family:&quot;">design</span></a></span><span style="font-family:&quot;" lang="IN"> and </span><span lang="IN"><a title="Prototyping" href="http://en.wikipedia.org/wiki/Prototyping"><span style="font-family:&quot;">prototyping</span></a></span><span style="font-family:&quot;" lang="IN">-in-stages, in an effort to combine advantages of </span><span lang="IN"><a title="Top-down and bottom-up design" href="http://en.wikipedia.org/wiki/Top-down_and_bottom-up_design"><span style="font-family:&quot;">top-down and bottom-up</span></a></span><span style="font-family:&quot;" lang="IN"> concepts. Also known as the spiral lifecycle model, it is a systems development method (SDM) used in </span><span lang="IN"><a title="Information technology" href="http://en.wikipedia.org/wiki/Information_technology"><span style="font-family:&quot;">information technology</span></a></span><span style="font-family:&quot;" lang="IN"> (IT). This model of development combines the features of the prototyping model and the </span><span lang="IN"><a title="Waterfall model" href="http://en.wikipedia.org/wiki/Waterfall_model"><span style="font-family:&quot;">waterfall model</span></a></span><span style="font-family:&quot;" lang="IN">. The spiral model is intended for large, expensive and complicated projects. (</span><span lang="IN"><a href="http://www.wikipedia.org/%20model"><span style="font-family:&quot;">www.wikipedia.org/ model</span></a></span><span style="font-family:&quot;" lang="IN"> spiral)</span></p>
<p class="MsoNormal" style="margin-left:28.35pt;"><span style="font-family:&quot;">The steps in the <strong>spiral model</strong> can be generalized as follows:</span></p>
<ol type="1">
<li class="MsoNormal"><span style="font-family:&quot;">The new </span><span lang="IN"><a title="System requirements" href="http://en.wikipedia.org/wiki/System_requirements"><span style="font-family:&quot;color:windowtext;text-decoration:none;" lang="EN-US">system      requirements</span></a></span><span style="font-family:&quot;"> are defined in as much detail as possible.      This usually involves interviewing a number of users representing all the      external or internal users and other aspects of the existing system.</span></li>
<li class="MsoNormal"><span style="font-family:&quot;">A preliminary design      is created for the new system.</span></li>
<li class="MsoNormal"><span style="font-family:&quot;">A first </span><span lang="IN"><a title="Prototype" href="http://en.wikipedia.org/wiki/Prototype"><span style="font-family:&quot;color:windowtext;text-decoration:none;" lang="EN-US">prototype</span></a></span><span style="font-family:&quot;"> of the new system is      constructed from the preliminary design. This is usually a scaled-down      system, and represents an approximation of the characteristics of the      final product.</span></li>
<li class="MsoNormal"><span style="font-family:&quot;">A second prototype is      evolved by a fourfold procedure: </span>
<ol type="1">
<li class="MsoNormal"><span style="font-family:&quot;">evaluating       the first prototype in terms of its strengths, weaknesses, and risks;</span></li>
<li class="MsoNormal"><span style="font-family:&quot;">defining       the requirements of the second prototype;</span></li>
<li class="MsoNormal"><span style="font-family:&quot;">planning       and designing the second prototype;</span></li>
<li class="MsoNormal"><span style="font-family:&quot;">constructing       and testing the second prototype.</span></li>
</ol>
</li>
</ol>
<p class="MsoNormal" style="margin-left:.25in;"><span style="font-family:&quot;" lang="IN"><br />
<strong>Spiral model explanation:</strong></span></p>
<p class="MsoNormal" style="margin-left:27pt;"><strong><span style="font-family:&quot;">1. Determine objectives</span></strong><span style="font-family:&quot;">, in this step we will determine what will be made system, either from also output from it system.<br />
<strong>2. Identify and resolve risk</strong>, in this step we do identification process, planning and analyze risks may be happen. In identification process and planning, we must define before hand resource, time precision, and other related information project with system that we shall make. While in risk analysis process here we do analysis towards risks may be happen, between management or technical.<br />
<strong>3. Development and test</strong>, in this step we do engineering process, construction and testing towards system that be made. In engineering process and construction, we do process coding to make a application. While in testing, we do testing process towards system or application that we have made.<br />
<strong>4.</strong> <strong>Plan the next iteration</strong>, in this step we iteration process for plan next and or evaluation in the event of request from customer in order to change towards system or application.</span></p>
<p class="MsoNormal" style="margin-left:28.35pt;"><span style="font-family:&quot;">In this spiral model, when is process revolutionary begun, system engineer team moves clockwise surround spiral begun from the kernel. Spiral rotation first track produces development from product spesification. Spiral rotation furthermore may be worn to develop a prototype, and progressively develop system version will be increase. Each track that pass planning region produces to setting in project plan.</span></p>
<p class="MsoNormal" style="margin-left:28.35pt;"><strong><em><span style="font-family:&quot;">conclusion :</span></em></strong><em><span style="font-family:&quot;">For high-risk projects this might be a preferred model.</span></em></p>
<p class="MsoNormal" style="margin-left:.25in;"><em><span style="font-family:&quot;" lang="IN"> </span></em></p>
<p class="MsoNormal" style="text-indent:-.25in;margin:0 0 .0001pt .5in;"><!--[if !supportLists]--><strong><span style="font-family:&quot;"><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></strong><!--[endif]--><strong><span style="font-size:14pt;font-family:&quot;" lang="IN">Approach System Development</span></strong></p>
<p class="MsoNormal" style="margin-left:.25in;text-indent:.25in;"><span style="font-family:&quot;">there are some approaching in develops system amongst those:</span></p>
<p class="MsoNormal" style="margin-left:1.25in;"><strong><span style="font-family:&quot;" lang="IN">1</span></strong><span style="font-family:&quot;" lang="IN">.Classical approach vs structured approach (looked from methodology that used).<br />
<strong>2.</strong> Piecemeal approach vs system approach (looked from target that be achieved).<br />
<strong>3.</strong> Bottom-Up approach vs Top-Down approach (looked from manner determines need from system).<br />
<strong>4.</strong> Total-system approach vs modular approach (looked from manner develop it).<br />
<strong>5. </strong>Great loop approach vs evolutionary approach (looked from technology that used).</span></p>
<p class="MsoNormal" style="margin-left:.75in;"><strong><span style="font-family:&quot;" lang="IN"> </span></strong></p>
<p class="MsoNormal" style="margin-left:.75in;"><strong><span style="font-family:&quot;" lang="IN">1)<span> </span>Classical approach vs Structured approach</span></strong></p>
<p class="MsoNormal" style="margin-left:.75in;"><strong><span style="font-family:&quot;">Classical approach<span> </span></span></strong></p>
<p class="MsoNormal" style="margin-left:.75in;"><span style="font-family:&quot;">Classical approach is a traditional approach constitute developing on a priority of the rural the system wich is follow the steps of life cycle without good supplied with tools and tehcnics.</span></p>
<p class="MsoNormal" style="margin-left:.75in;"><span style="font-family:&quot;">The problems in the classical approach is :</span></p>
<p class="MsoNormal" style="margin-left:.75in;"><span style="font-family:&quot;">- Developing the software would be hard</span></p>
<p class="MsoNormal" style="margin-left:.75in;"><span style="font-family:&quot;">- The cost of maintain the system would be expensive</span></p>
<p class="MsoNormal" style="margin-left:.75in;"><span style="font-family:&quot;">- The possibility of the faults system</span></p>
<p class="MsoNormal" style="margin-left:.75in;"><span style="font-family:&quot;">- The sucessful of the system not gauaranted</span></p>
<p class="MsoNormal" style="margin-left:.75in;"><span style="font-family:&quot;">- Would be a lot of problems to applying the system</span></p>
<p class="MsoNormal"><span style="font-family:&quot;" lang="IN"> </span></p>
<p class="MsoNormal" style="margin-left:.75in;"><strong><span style="font-family:&quot;" lang="IN">Structured approach</span></strong></p>
<p class="MsoNormal" style="margin-left:.75in;"><span style="font-family:&quot;">Because Classical approach </span><span style="font-family:&quot;">there are many fault<span> </span>therefore<strong> </strong></span><span style="font-family:&quot;">Structural approach stared use early 1970 when this approach use tools and techniques that was needed on developing the system witch is it structure defining clearly. By this , complex approach in organizing can be resolve and the result of it will be easy to rear, flexible, satisfied the user, good documentatoin ,on time, on budged for the developer, rising the productivity, and fault free.</span><span style="font-family:&quot;"> </span></p>
<p class="MsoNormal" style="margin-left:.75in;"><em><span style="font-family:&quot;">Example of </span></em><em><span style="font-family:&quot;">Structural approach </span></em><em><span style="font-family:&quot;">Implemented are at factory and design of circuit for electronic device.</span></em><em></em></p>
<p class="MsoNormal" style="margin-left:.75in;"><em><span style="font-family:&quot;"> </span></em></p>
<p class="MsoNormal" style="margin-left:.75in;"><strong><span style="font-family:&quot;"> </span></strong></p>
<p class="MsoNormal" style="margin-left:.75in;"><strong><span style="font-family:&quot;">2.Piecemeal approach VS systems approach (depend from the target)</span></strong><strong></strong></p>
<p class="MsoNormal" style="margin-left:.75in;"><span style="font-family:&quot;">-<span> </span><strong>Piecemeal approach</strong></span><strong></strong></p>
<p class="MsoNormal" style="margin-left:.75in;"><span style="font-family:&quot;">Piecemeal approach is system approach development that emphasized at one particular activity or certain application.</span><span style="font-family:&quot;"> </span><span style="font-family:&quot;">on this approaching application which is chosen without care its position at information system or target irregardless overall of organization,this approaching just care target of that application only </span></p>
<p class="MsoNormal" style="margin-left:.75in;"><span style="font-family:&quot;">-<span> </span><strong>System approach</strong></span></p>
<p class="MsoNormal" style="margin-left:.75in;"><span style="font-family:&quot;"><span> </span>System approach pay attention information system as one unity integrated for each application and also pressed on achieving target to the whole organization,not just </span><span style="font-family:&quot;">care target of that application only.</span></p>
<p class="MsoNormal"><span style="font-family:&quot;" lang="IN"> </span></p>
<p class="MsoNormal" style="margin-left:.75in;"><span style="font-family:&quot;"> </span></p>
<p class="MsoNormal" style="margin-left:.75in;"><strong><span style="font-family:&quot;">3.Bottom-up approach VS Top-down approach (depend from the how to determine the needed of system)</span></strong><strong></strong></p>
<p class="MsoNormal" style="margin-left:.75in;"><strong><span style="font-family:&quot;"><span> </span>-Bottom–up approach </span></strong><strong></strong></p>
<p class="MsoNormal" style="margin-left:.75in;"><span style="font-family:&quot;">Bottom–up approach started from low organisation level where the level transaction to do. This approach is the classic approach characteristic. When Bottom–up approach use in system analist step Bottom–up approach </span><span style="font-family:&quot;">also called data analist.</span></p>
<p class="MsoNormal" style="margin-left:.75in;"><strong><span style="font-family:&quot;"><span> </span>-Top-Down approach</span></strong><strong></strong></p>
<p class="MsoNormal" style="margin-left:.75in;"><span style="font-family:&quot;">Bottom–up approach is the opposite from Bottom-Up approach and characteristic from structured approach .</span><span style="font-family:&quot;"> this approaching began by defines target and succeeding organization policy done by analisis organization requirement</span></p>
<p class="MsoNormal" style="margin-left:.75in;"><span style="font-family:&quot;" lang="IN"> </span></p>
<p class="MsoNormal" style="margin-left:.75in;"><span style="font-family:&quot;" lang="IN"> </span></p>
<p class="MsoNormal" style="margin-left:.75in;"><span style="font-family:&quot;"> </span></p>
<p class="MsoNormal" style="margin-left:.75in;"><strong><span style="font-family:&quot;">4.Total-system approach VS<span> </span>Modular approach(depend on how does it expand)</span></strong><strong></strong></p>
<p class="MsoNormal" style="margin-left:.75in;"><span style="font-family:&quot;"><span> </span>-<strong><span> </span>Total-system approach</strong></span></p>
<p class="MsoNormal" style="margin-left:.75in;"><span style="font-family:&quot;">Total-system approach is expand the system comprehensively at the same time and the characteristics from classic approach.</span><span style="font-family:&quot;"> this approaching set reducing for complexeses money system.</span></p>
<p class="MsoNormal" style="margin-left:.75in;"><span style="font-family:&quot;"><span> </span>-<span> </span>Modular approach </span></p>
<p class="MsoNormal" style="margin-left:.75in;"><span style="font-family:&quot;" lang="IN">T</span><span style="font-family:&quot;">ries to break the complicated system to bezrp simple modulo. That can be easier to understand and to develop.</span><span style="font-family:&quot;"> Accordingly system gets to be developed timely plotted </span><span style="font-family:&quot;"><span> </span>It is the characteristics from structured approach.</span></p>
<p class="MsoNormal" style="margin-left:.75in;"><span style="font-family:&quot;"> </span></p>
<p class="MsoNormal" style="margin-left:.75in;"><span style="font-family:&quot;"> </span></p>
<p class="MsoNormal" style="text-indent:-.25in;margin:0 0 .0001pt .5in;"><!--[if !supportLists]--><strong><span style="font-size:14pt;font-family:&quot;" lang="IN"><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></strong><!--[endif]--><strong><span style="font-size:14pt;font-family:&quot;" lang="IN">The meaning of methodology, method and algorithm</span></strong></p>
<p class="MsoNormal" style="margin-left:.75in;"><strong><span style="font-family:&quot;">1.<span> </span>Methodology</span></strong><span style="font-family:&quot;"> </span></p>
<p class="MsoNormal" style="margin-left:45pt;"><span style="font-family:&quot;">Methodology is methods unity, procedure, conception of job, rules and postulats that use by knowledge,art or another diciplines.</span></p>
<p class="MsoNormal" style="margin-left:45pt;"><strong><span style="font-family:&quot;">Methodology</span></strong><span style="font-family:&quot;"> can be defined as:</span></p>
<p class="MsoNormal" style="margin-left:.5in;text-indent:13.5pt;"><!--[if !supportLists]--><span style="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-family:&quot;">The analysis of the principles of methods, rules, and postulates employed by a discipline.</span></p>
<p class="MsoNormal" style="margin-left:.5in;text-indent:13.5pt;"><!--[if !supportLists]--><span style="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-family:&quot;">The systematic study of methods that are, can be, or have been applied within a discipline.</span></p>
<p class="MsoNormal" style="margin-left:.5in;text-indent:13.5pt;"><!--[if !supportLists]--><span style="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-family:&quot;">A particular procedure or set of procedures.</span></p>
<p class="MsoNormal"><span style="font-family:&quot;" lang="IN"><span> </span>(www.wikipedia.org/ </span><span style="font-family:&quot;">Methodology)</span></p>
<p class="MsoNormal"><span style="font-family:&quot;"> </span></p>
<p class="MsoNormal"><span style="font-family:&quot;"> </span></p>
<ol style="margin-top:0;" type="1">
<li>
<ol style="margin-top:0;" type="1">
<li class="MsoNormal"><strong><span style="font-family:&quot;" lang="IN">Method</span></strong><span style="font-family:&quot;" lang="IN"> </span></li>
</ol>
</li>
</ol>
<p class="MsoNormal" style="margin-left:40.5pt;"><span style="font-family:&quot;" lang="IN">Method is <strong>someway systematic to work something </strong></span></p>
<p class="MsoNormal" style="margin-left:.5in;"><span style="font-family:&quot;">Method may refer to:</span></p>
<p class="MsoNormal" style="text-indent:35.45pt;"><span style="font-family:&quot;"><span> </span>How to do or make something</span></p>
<p class="MsoNormal" style="text-indent:35.45pt;"><span style="font-family:&quot;" lang="IN">(www.wikipedia.org/ </span><span style="font-family:&quot;">Method)</span></p>
<p class="MsoNormal" style="text-indent:35.45pt;"><span style="font-family:&quot;"> </span></p>
<p class="MsoNormal" style="text-indent:.75in;"><strong><span style="font-family:&quot;" lang="IN">3.<span> </span>Algorithm</span></strong></p>
<p class="MsoNormal" style="margin-left:40.5pt;"><strong><span style="font-family:&quot;" lang="IN">algorithm</span></strong><span style="font-family:&quot;" lang="IN"> is a sequence of finite instructions, often used for </span><span lang="IN"><a title="Calculation" href="http://en.wikipedia.org/wiki/Calculation"><span style="font-family:&quot;">calculation</span></a></span><span style="font-family:&quot;" lang="IN"> and </span><span lang="IN"><a title="Data processing" href="http://en.wikipedia.org/wiki/Data_processing"><span style="font-family:&quot;">data processing</span></a></span><span style="font-family:&quot;" lang="IN">. It is formally a type of </span><span lang="IN"><a title="Effective method" href="http://en.wikipedia.org/wiki/Effective_method"><span style="font-family:&quot;">effective method</span></a></span><span style="font-family:&quot;" lang="IN"> in which a list of well-defined instructions for completing a task will, when given an initial state, proceed through a well-defined series of successive states, eventually terminating in an end-state. The transition from one state to the next is not necessarily </span><span lang="IN"><a title="Deterministic" href="http://en.wikipedia.org/wiki/Deterministic"><span style="font-family:&quot;">deterministic</span></a></span><span style="font-family:&quot;" lang="IN">; some algorithms, known as </span><span lang="IN"><a title="Probabilistic algorithms" href="http://en.wikipedia.org/wiki/Probabilistic_algorithms"><span style="font-family:&quot;">probabilistic algorithms</span></a></span><span style="font-family:&quot;" lang="IN">, incorporate randomness. (www.wikipedia.org/ <span>algorithm</span></span><span style="font-family:&quot;">)</span></p>
<h3 style="margin-left:45pt;"><span class="mw-headline"><em><span style="font-size:12pt;font-family:&quot;color:windowtext;font-weight:normal;" lang="IN">example of </span></em></span><em><span style="font-size:12pt;font-family:&quot;color:windowtext;font-weight:normal;" lang="IN">algorithm<span class="mw-headline"> implementation : </span>Most algorithms are intended to be implemented as </span></em><span lang="IN"><a title="Computer programs" href="http://en.wikipedia.org/wiki/Computer_programs"><em><span style="font-size:12pt;font-family:&quot;color:windowtext;font-weight:normal;">computer programs</span></em></a></span><em><span style="font-size:12pt;font-family:&quot;color:windowtext;font-weight:normal;" lang="IN">. However, algorithms are also implemented by other means, such as in a biological </span></em><span lang="IN"><a title="Neural network" href="http://en.wikipedia.org/wiki/Neural_network"><em><span style="font-size:12pt;font-family:&quot;color:windowtext;font-weight:normal;">neural network</span></em></a></span><em><span style="font-size:12pt;font-family:&quot;color:windowtext;font-weight:normal;" lang="IN"> (for example, the </span></em><span lang="IN"><a title="Human brain" href="http://en.wikipedia.org/wiki/Human_brain"><em><span style="font-size:12pt;font-family:&quot;color:windowtext;font-weight:normal;">human brain</span></em></a></span><em><span style="font-size:12pt;font-family:&quot;color:windowtext;font-weight:normal;" lang="IN"> implementing </span></em><span lang="IN"><a title="Arithmetic" href="http://en.wikipedia.org/wiki/Arithmetic"><em><span style="font-size:12pt;font-family:&quot;color:windowtext;font-weight:normal;">arithmetic</span></em></a></span><em><span style="font-size:12pt;font-family:&quot;color:windowtext;font-weight:normal;" lang="IN"> or an insect looking for food), in an </span></em><span lang="IN"><a title="Electrical circuit" href="http://en.wikipedia.org/wiki/Electrical_circuit"><em><span style="font-size:12pt;font-family:&quot;color:windowtext;font-weight:normal;">electrical circuit</span></em></a></span><em><span style="font-size:12pt;font-family:&quot;color:windowtext;font-weight:normal;" lang="IN">, or in a mechanical device.</span></em></h3>
<p class="MsoNormal"><em><span style="font-family:&quot;"> </span></em></p>
<p class="MsoNormal" style="margin-left:.75in;"><em><span style="font-family:&quot;"> </span></em></p>
<p class="MsoNormal" style="margin-left:.75in;"><span style="font-family:&quot;"> </span></p>
<p class="MsoNormal" style="text-indent:-.25in;margin:0 0 .0001pt .5in;"><!--[if !supportLists]--><strong><span style="font-size:14pt;font-family:&quot;"><span> <img src='http://s2.wp.com/wp-includes/images/smilies/icon_cool.gif' alt='8)' class='wp-smiley' /> <span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span></strong><!--[endif]--><strong><span style="font-size:14pt;font-family:&quot;">The Three Classifications of Development methodology</span></strong></p>
<p class="MsoNormal"><strong><span style="font-family:&quot;"> </span></strong></p>
<p class="MsoNormal" style="text-indent:27pt;"><strong><span style="font-family:&quot;" lang="IN">Functional decomposition methodologies.</span></strong></p>
<p class="MsoNormal" style="margin-left:.25in;"><span style="font-family:&quot;">This methodology emphasizeds asolution from system into subsystems smaller, so that easier to be understood, designed and applied. severally which includes in this methodology group is:</span></p>
<p class="MsoNormal" style="text-indent:-.25in;margin:0 0 .0001pt .5in;"><!--[if !supportLists]--><span style="font-family:Wingdings;"><span>v<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-family:&quot;" lang="IN">HIPO (Hierarchy plus Input-Proccess-Output)</span></p>
<p class="MsoNormal" style="text-indent:-.25in;margin:0 0 .0001pt .5in;"><!--[if !supportLists]--><span style="font-family:Wingdings;"><span>v<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-family:&quot;" lang="IN">Stepwise Refinement (SR) or Iterative Stepwise Refinement (ISR)</span></p>
<p class="MsoNormal" style="text-indent:-.25in;margin:0 0 .0001pt .5in;"><!--[if !supportLists]--><span style="font-family:Wingdings;"><span>v<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-family:&quot;" lang="IN"><span> </span>Information-hidding.</span></p>
<p class="MsoNormal" style="margin-left:.25in;"><span style="font-family:&quot;"> </span></p>
<p class="MsoNormal"><strong><span style="font-family:&quot;" lang="IN"><span> </span>Data-oriented methodologies.</span></strong></p>
<p class="MsoNormal" style="margin-left:.25in;"><span style="font-family:&quot;" lang="IN">Data-oriented is emphasizing on processed data characteristic.</span><span style="font-family:&quot;"> can be agglomerated again as two classes which is:</span></p>
<p class="MsoNormal"><span style="font-family:&quot;" lang="IN"> </span></p>
<p class="MsoNormal" style="margin-left:.75in;"><span style="font-family:&quot;">A.<span> </span>Data-flow oriented methodologies.</span></p>
<p class="MsoNormal" style="margin-left:.75in;"><span style="font-family:&quot;">This methodology is based in solution from system into modules based on data element type and module logic behaviour insides system. severally which includes in this methodology group is:</span></p>
<p class="MsoNormal" style="text-indent:-.25in;margin:0 0 .0001pt 93pt;"><!--[if !supportLists]--><span style="font-family:Wingdings;"><span>v<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-family:&quot;">SADT (Structured Analysis and Design Techniques).</span></p>
<p class="MsoNormal" style="text-indent:-.25in;margin:0 0 .0001pt 93pt;"><!--[if !supportLists]--><span style="font-family:Wingdings;"><span>v<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-family:&quot;">Composite design.</span></p>
<p class="MsoNormal" style="text-indent:-.25in;margin:0 0 .0001pt 93pt;"><!--[if !supportLists]--><span style="font-family:Wingdings;" lang="IN"><span>v<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-family:&quot;">Structured System Analysis and Design (SSAD)</span><span style="font-family:&quot;" lang="IN"> .</span></p>
<p class="MsoNormal"><span style="font-family:&quot;" lang="IN"> </span></p>
<p class="MsoNormal" style="margin-left:.75in;"><span style="font-family:&quot;" lang="IN">B.<span> </span>Data structure oriented methodologies.<br />
This methodology emphasizeds structure from input and output at system.</span><span style="font-family:&quot;"> severally which includes in this methodology group is:</span></p>
<p class="MsoNormal" style="text-indent:-.25in;margin:0 0 .0001pt 93pt;"><!--[if !supportLists]--><span style="font-family:Wingdings;"><span>v<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-family:&quot;" lang="IN">JSD (Jakson&#8217;s System Development).</span></p>
<p class="MsoNormal" style="text-indent:-.25in;margin:0 0 .0001pt 93pt;"><!--[if !supportLists]--><span style="font-family:Wingdings;"><span>v<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-family:&quot;" lang="IN">W/O (Winner/Orr).</span></p>
<p class="MsoNormal"><span style="font-family:&quot;" lang="IN"> </span></p>
<p class="MsoNormal" style="margin-left:40.5pt;"><strong><span style="font-family:&quot;" lang="IN">Prescriptive methodologies.</span></strong></p>
<p class="MsoNormal" style="margin-left:.75in;"><span style="font-family:&quot;" lang="IN">S</span><span style="font-family:&quot;">everally which includes in this methodology group is:</span></p>
<p class="MsoNormal" style="text-indent:-.25in;margin:0 0 .0001pt 1.25in;"><!--[if !supportLists]--><span style="font-family:Wingdings;"><span>v<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-family:&quot;" lang="IN">ISDOS (Information System Design and Optimization System).</span></p>
<p class="MsoNormal" style="text-indent:-.25in;margin:0 0 .0001pt 1.25in;"><!--[if !supportLists]--><span style="font-family:Wingdings;"><span>v<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-family:&quot;" lang="IN">PLEXSYS.</span></p>
<p class="MsoNormal" style="text-indent:-.25in;margin:0 0 .0001pt 1.25in;"><!--[if !supportLists]--><span style="font-family:Wingdings;"><span>v<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-family:&quot;" lang="IN">PRIDE.</span></p>
<p class="MsoNormal" style="text-indent:-.25in;margin:0 0 .0001pt 1.25in;"><!--[if !supportLists]--><span style="font-family:Wingdings;"><span>v<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-family:&quot;" lang="IN">SDM/70.</span></p>
<p class="MsoNormal" style="text-indent:-.25in;margin:0 0 .0001pt 1.25in;"><!--[if !supportLists]--><span style="font-family:Wingdings;"><span>v<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-family:&quot;" lang="IN">SPECTRUM.</span></p>
<p class="MsoNormal" style="text-indent:-.25in;margin:0 0 .0001pt 1.25in;"><!--[if !supportLists]--><span style="font-family:Wingdings;"><span>v<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-family:&quot;" lang="IN">SRES and SREM.</span></p>
<p class="MsoNormal" style="text-indent:-.25in;margin:0 0 .0001pt 1.25in;"><!--[if !supportLists]--><span style="font-family:Wingdings;"><span>v<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-family:&quot;" lang="IN">Chapin&#8217;s approach.</span></p>
<p class="MsoNormal" style="text-indent:-.25in;margin:0 0 .0001pt 1.25in;"><!--[if !supportLists]--><span style="font-family:Wingdings;"><span>v<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-family:&quot;" lang="IN">DBO.</span></p>
<p class="MsoNormal" style="text-indent:-.25in;margin:0 0 .0001pt 1.25in;"><!--[if !supportLists]--><span style="font-family:Wingdings;"><span>v<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-family:&quot;" lang="IN">PAD.</span></p>
<p class="MsoNormal" style="text-indent:-.25in;margin:0 0 .0001pt 1.25in;"><!--[if !supportLists]--><span style="font-family:Wingdings;"><span>v<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-family:&quot;" lang="IN">HOS.</span></p>
<p class="MsoNormal" style="text-indent:-.25in;margin:0 0 .0001pt 1.25in;"><!--[if !supportLists]--><span style="font-family:Wingdings;"><span>v<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-family:&quot;" lang="IN">MSR.</span></p>
<p class="MsoNormal" style="text-indent:-.25in;margin:0 0 .0001pt 1.25in;"><!--[if !supportLists]--><span style="font-family:Wingdings;"><span>v<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-family:&quot;" lang="IN">PDL.</span></p>
<p class="MsoNormal"><span style="font-family:&quot;" lang="IN"> </span></p>
<p class="MsoNormal"><span style="font-family:&quot;" lang="IN"> </span></p>
<p class="MsoNormal"><span style="font-family:&quot;" lang="IN"> </span></p>
<p class="MsoNormal"><span style="font-family:&quot;" lang="IN"> </span></p>
<p class="MsoNormal" style="text-indent:-.25in;margin:0 0 .0001pt .5in;"><!--[if !supportLists]--><strong><span style="font-size:13pt;font-family:&quot;" lang="IN"><span>9)<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span></strong><!--[endif]--><strong><span style="font-size:13pt;font-family:&quot;" lang="IN">Mention Tools for Developing a system</span></strong></p>
<p class="MsoNormal" style="margin-left:40.5pt;"><span style="font-family:&quot;" lang="IN">T</span><span style="font-family:&quot;">ool those are utilized at one particular methodology usually as pictured or graph.</span></p>
<p class="MsoNormal" style="text-indent:40.5pt;"><span style="font-family:&quot;">Graphical Tools for Developing Systems</span></p>
<p class="MsoNormal" style="text-indent:40.5pt;"><span style="font-family:&quot;">amongst those as follows:</span><span style="font-family:&quot;"> </span></p>
<p class="MsoNormal" style="text-indent:-.25in;margin:0 0 .0001pt 71.25pt;"><!--[if !supportLists]--><span style="font-family:Wingdings;"><span>v<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-family:&quot;" lang="IN">HIPO diagram</span></p>
<p class="MsoNormal" style="text-indent:-.25in;margin:0 0 .0001pt 71.25pt;"><!--[if !supportLists]--><span style="font-family:Wingdings;"><span>v<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-family:&quot;" lang="IN">Data flow diagram</span></p>
<p class="MsoNormal" style="text-indent:-.25in;margin:0 0 .0001pt 71.25pt;"><!--[if !supportLists]--><span style="font-family:Wingdings;"><span>v<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-family:&quot;" lang="IN">Structured chart</span></p>
<p class="MsoNormal" style="text-indent:-.25in;margin:0 0 .0001pt 71.25pt;"><!--[if !supportLists]--><span style="font-family:Wingdings;"><span>v<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-family:&quot;" lang="IN">SADT diagram</span></p>
<p class="MsoNormal" style="text-indent:-.25in;margin:0 0 .0001pt 71.25pt;"><!--[if !supportLists]--><span style="font-family:Wingdings;"><span>v<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-family:&quot;" lang="IN">Warnier/Orr</span></p>
<p class="MsoNormal"><span style="font-family:&quot;" lang="IN"> </span></p>
<p class="MsoNormal" style="margin-left:40.5pt;text-indent:4.5pt;"><span style="font-family:&quot;" lang="IN">A</span><span style="font-family:&quot;">lso </span><span style="font-family:&quot;" lang="IN">a</span><span style="font-family:&quot;">vailable tool gets to form graph that its common character which is gets to be use at all methodology.</span></p>
<p class="MsoNormal" style="text-indent:45pt;"><span style="font-family:&quot;">this tool as charts that can be agglomerated:</span></p>
<p class="MsoNormal" style="text-indent:-.25in;margin:0 0 .0001pt 1in;"><!--[if !supportLists]--><span style="font-family:&quot;" lang="IN"><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-family:&quot;" lang="IN">Chart to describe activity (activity charting).</span></p>
<p class="MsoNormal" style="text-indent:-.25in;margin:0 0 .0001pt 1.25in;"><!--[if !supportLists]--><span style="font-family:Wingdings;"><span>v<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-family:&quot;" lang="IN">System flowchart</span></p>
<p class="MsoNormal" style="text-indent:-.25in;margin:0 0 .0001pt 1.25in;"><!--[if !supportLists]--><span style="font-family:Wingdings;"><span>v<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-family:&quot;" lang="IN">Program flowchart that can be in the form of:<br />
<span> </span><span> </span>-Program logic flowchart<br />
<span> </span><span> </span>-Detailed computer program flowchart</span></p>
<p class="MsoNormal" style="text-indent:-.25in;margin:0 0 .0001pt 1.25in;"><!--[if !supportLists]--><span style="font-family:Wingdings;"><span>v<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-family:&quot;" lang="IN">Paperwork flowchart or form flowchart</span></p>
<p class="MsoNormal" style="text-indent:-.25in;margin:0 0 .0001pt 1.25in;"><!--[if !supportLists]--><span style="font-family:Wingdings;"><span>v<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-family:&quot;" lang="IN">Database relationship flowchart</span></p>
<p class="MsoNormal" style="text-indent:-.25in;margin:0 0 .0001pt 1.25in;"><!--[if !supportLists]--><span style="font-family:Wingdings;"><span>v<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-family:&quot;" lang="IN">Process flowchart</span></p>
<p class="MsoNormal" style="text-indent:-.25in;margin:0 0 .0001pt 1.25in;"><!--[if !supportLists]--><span style="font-family:Wingdings;"><span>v<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-family:&quot;" lang="IN">Gantt chart</span></p>
<p class="MsoNormal" style="margin-left:58.5pt;text-indent:.25in;"><span style="font-family:&quot;" lang="IN"><br />
<strong>2.</strong> Layout charting<br />
<strong>3. </strong>Staff relatioanship charting</span></p>
<p class="MsoNormal" style="text-indent:-.75in;margin:0 0 .0001pt 130.5pt;"><!--[if !supportLists]--><span style="font-family:Wingdings;"><span>v<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-family:&quot;" lang="IN">Working distribution chart</span></p>
<p class="MsoNormal" style="text-indent:-.75in;margin:0 0 .0001pt 130.5pt;"><!--[if !supportLists]--><span style="font-family:Wingdings;"><span>v<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-family:&quot;" lang="IN">Organization chart</span></p>
<p class="MsoNormal"><strong><span style="font-family:&quot;" lang="IN"> </span></strong></p>
<p class="MsoNormal"><strong><span style="font-family:&quot;" lang="IN"> </span></strong></p>
<p class="MsoNormal" style="text-indent:-.25in;margin:0 0 .0001pt .5in;"><!--[if !supportLists]--><strong><span style="font-size:13pt;font-family:&quot;"><span>10)</span></span></strong><!--[endif]--><strong><span style="font-size:13pt;font-family:&quot;">Techniques that can be used in development system :</span></strong></p>
<p class="MsoNormal" style="margin-left:.5in;text-indent:13.5pt;"><span style="font-family:&quot;">Technics to develop system usually nonspecific for one methodology, but gets to be utilized at all methodology. technics applicable among those:</span></p>
<p class="MsoNormal" style="margin-left:.25in;"><span style="font-family:&quot;" lang="IN">1.<span> </span>Project management techniques :to scheduling project, example: CPM and PERT </span></p>
<p class="MsoNormal" style="margin-left:.25in;"><span style="font-family:&quot;" lang="IN">2.<span> </span>Tech finds fact :to gather and determines data / fact </span></p>
<p class="MsoNormal" style="text-indent:-85.5pt;margin:0 0 .0001pt 130.5pt;"><!--[if !supportLists]--><span style="font-family:Wingdings;" lang="IN"><span>v<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><strong><span style="font-family:&quot;" lang="IN">Interview </span></strong></p>
<p class="MsoNormal" style="text-indent:-85.5pt;margin:0 0 .0001pt 130.5pt;"><!--[if !supportLists]--><span style="font-family:Wingdings;" lang="IN"><span>v<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><strong><span style="font-family:&quot;" lang="IN">Observation </span></strong></p>
<p class="MsoNormal" style="margin-left:.25in;"><span style="font-family:&quot;" lang="IN">3.<span> </span>analysis’s tech cost / benefit : cost benefit and cost effectiveness analysis </span></p>
<p class="MsoListParagraphCxSpFirst" style="margin-left:.25in;"><span style="font-size:12pt;font-family:&quot;" lang="EN-SG">4.<span> </span></span><span style="font-size:12pt;font-family:&quot;" lang="IN">technics going meeting </span></p>
<p class="MsoListParagraphCxSpLast" style="margin-left:.25in;"><span style="font-size:12pt;font-family:&quot;" lang="IN">5.<span> </span>Inspection tech /walkthrough.</span></p>
<p class="MsoNormal"><strong><span style="font-family:&quot;"> </span></strong></p>
<p class="MsoNormal"><strong><span style="font-size:13pt;font-family:&quot;"> </span></strong></p>
<p class="MsoNormal" style="text-indent:-.25in;margin:0 0 .0001pt .5in;"><!--[if !supportLists]--><strong><span style="font-size:13pt;font-family:&quot;"><span>11)</span></span></strong><!--[endif]--><strong><span style="font-size:13pt;font-family:&quot;">Differences of being system analyst and programmer</span></strong></p>
<p class="MsoNormal" style="margin-left:27pt;text-indent:22.5pt;"><strong><span style="font-family:&quot;">System analyst </span></strong><strong></strong></p>
<p class="MsoNormal" style="margin-left:27pt;text-indent:22.5pt;"><span style="font-family:&quot;">S</span><span style="font-family:&quot;" lang="IN">ystems analyst</span><span style="font-family:&quot;" lang="IN"> is responsible for researching, planning, coordinating and recommending </span><span lang="IN"><a title="Software" href="http://en.wikipedia.org/wiki/Software"><span style="font-family:&quot;">software</span></a></span><span style="font-family:&quot;" lang="IN"> and system choices to meet an </span><span lang="IN"><a title="Organization" href="http://en.wikipedia.org/wiki/Organization"><span style="font-family:&quot;">organization</span></a></span><span style="font-family:&quot;" lang="IN">&#8216;s </span><span lang="IN"><a title="Business" href="http://en.wikipedia.org/wiki/Business"><span style="font-family:&quot;">business</span></a></span><span style="font-family:&quot;" lang="IN"> requirements.<br />
The systems analyst plays a vital role in the systems development process. A successful systems analyst must acquire four skills: analytical, technical, managerial, and interpersonal.<br />
<a title="Analytical skills" href="http://en.wikipedia.org/wiki/Analytical_skills">Analytical skills</a> enable systems analysts to understand the organization and its functions, which helps him/her to identify opportunities and to analyze and solve problems.</span></p>
<p style="text-indent:22.5pt;"><span style="font-family:&quot;" lang="IN">(www.wikipedia.org/ system analyst)</span></p>
<p class="MsoNormal" style="text-indent:.25in;"><strong><span style="font-family:&quot;" lang="IN">Knowledge and skill that need by System Analyst</span></strong></p>
<p class="MsoNormal" style="margin-left:13.5pt;"><span style="font-family:&quot;">1.<span> </span>Must have technical science amongst those hardware,networking,computer language,OS,ang the other software packet.</span></p>
<p class="MsoNormal" style="margin-left:13.5pt;"><span style="font-family:&quot;" lang="IN">2.<span> </span></span><span lang="IN"><a title="Analytical skills" href="http://en.wikipedia.org/wiki/Analytical_skills"><span style="font-family:&quot;">Analytical skills</span></a></span><span style="font-family:&quot;" lang="IN"> enable systems analysts to understand the organization and its functions, which helps him/her to identify opportunities and to analyze and solve problems.<br />
3.<span> </span></span><span lang="IN"><a title="Technical skills (page does not exist)" href="http://en.wikipedia.org/w/index.php?title=Technical_skills&amp;action=edit&amp;redlink=1"><span style="font-family:&quot;">Technical skills</span></a></span><span style="font-family:&quot;" lang="IN"> help systems analysts understand the potential and the limitations of </span><span lang="IN"><a title="Information technology" href="http://en.wikipedia.org/wiki/Information_technology"><span style="font-family:&quot;">information technology</span></a></span><span style="font-family:&quot;" lang="IN">. The systems analyst must be able to work with various programming languages, operating systems, and computer hardware platforms.<br />
4.<span> </span></span><span lang="IN"><a title="Management skills" href="http://en.wikipedia.org/wiki/Management_skills"><span style="font-family:&quot;">Management skills</span></a></span><span style="font-family:&quot;" lang="IN"> help systems analysts manage projects, resources, risk, and change.<br />
5.<span> </span></span><span lang="IN"><a title="Interpersonal skills" href="http://en.wikipedia.org/wiki/Interpersonal_skills"><span style="font-family:&quot;">Interpersonal skills</span></a></span><span style="font-family:&quot;" lang="IN"> help systems analysts work with end users as well as with other </span><span lang="IN"><a title="Analysts" href="http://en.wikipedia.org/wiki/Analysts"><span style="font-family:&quot;">analysts</span></a></span><span style="font-family:&quot;" lang="IN">, </span><span lang="IN"><a title="Programmers" href="http://en.wikipedia.org/wiki/Programmers"><span style="font-family:&quot;">programmers</span></a></span><span style="font-family:&quot;" lang="IN">, and other systems professionals.</span></p>
<p class="MsoNormal" style="margin-left:.25in;text-indent:.25in;"><strong><span style="font-family:&quot;">Programmer</span></strong><strong></strong></p>
<p class="MsoNormal" style="margin-left:.25in;"><span style="font-family:&quot;" lang="IN">Programmer</span><span style="font-family:&quot;" lang="IN"> is someone who writes </span><span lang="IN"><a title="Computer software" href="http://en.wikipedia.org/wiki/Computer_software"><span style="font-family:&quot;">computer software</span></a></span><span style="font-family:&quot;" lang="IN">. The term <em>computer programmer</em> can refer to a specialist in one area of computer programming or to a generalist who writes code for many kinds of software. (www.wikipedia.org/ programmer).programmer makes to program bases design that made by system analyst</span><strong></strong></p>
<p><span style="font-family:&quot;" lang="IN"> </span></p>
<p class="MsoNormal"><span style="font-family:&quot;"> </span></p>
<p class="MsoNormal"><span lang="IN"> </span></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ruabineda.wordpress.com/37/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ruabineda.wordpress.com/37/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ruabineda.wordpress.com/37/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ruabineda.wordpress.com/37/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ruabineda.wordpress.com/37/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ruabineda.wordpress.com/37/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ruabineda.wordpress.com/37/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ruabineda.wordpress.com/37/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ruabineda.wordpress.com/37/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ruabineda.wordpress.com/37/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ruabineda.wordpress.com/37/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ruabineda.wordpress.com/37/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ruabineda.wordpress.com/37/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ruabineda.wordpress.com/37/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ruabineda.wordpress.com&amp;blog=6658126&amp;post=37&amp;subd=ruabineda&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ruabineda.wordpress.com/2009/03/08/system-development-repost/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8af44b15debf281f1f099181a2af6f2a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ruabineda</media:title>
		</media:content>

		<media:content url="http://ruabineda.files.wordpress.com/2009/03/a2.jpg" medium="image">
			<media:title type="html">a2</media:title>
		</media:content>

		<media:content url="http://ruabineda.files.wordpress.com/2009/03/b3.jpg" medium="image">
			<media:title type="html">b3</media:title>
		</media:content>

		<media:content url="http://ruabineda.files.wordpress.com/2009/03/34.jpg" medium="image">
			<media:title type="html">34</media:title>
		</media:content>
	</item>
		<item>
		<title>system development</title>
		<link>http://ruabineda.wordpress.com/2009/03/07/21/</link>
		<comments>http://ruabineda.wordpress.com/2009/03/07/21/#comments</comments>
		<pubDate>Sat, 07 Mar 2009 17:22:25 +0000</pubDate>
		<dc:creator>ruabineda</dc:creator>
				<category><![CDATA[System Development]]></category>

		<guid isPermaLink="false">http://ruabineda.wordpress.com/?p=21</guid>
		<description><![CDATA[1) The Importance Of System Development System Development can mean compose a new system for replace old system as whole or repair the old system that there.Old system need to repair or replace because system have few things that is as follows: 1) The old system have a troubleshoot (problem).That problem or troubleshoot can be [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ruabineda.wordpress.com&amp;blog=6658126&amp;post=21&amp;subd=ruabineda&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><!--[if !mso]&gt;--></p>
<p class="MsoNormal" style="margin-left:.5in;text-indent:-.25in;"><!--[if !supportLists]--><strong><span style="font-size:14pt;font-family:&quot;" lang="EN-SG"><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></strong><!--[endif]--><strong><span style="font-size:14pt;font-family:&quot;" lang="EN-SG">The Importance Of System Development</span></strong></p>
<p class="MsoNormal" style="margin-left:.5in;"><span style="font-family:&quot;" lang="EN-SG">System Development can mean compose a new system for<span> </span>replace old system as whole or repair the old system that there.Old system need to repair or replace bec</span><strong></strong><span style="font-family:&quot;" lang="EN-SG">ause system have few things that is as follows:</span></p>
<p class="MsoNormal" style="margin-left:.5in;"><span style="font-family:&quot;" lang="EN-SG"> </span></p>
<p class="MsoNormal" style="margin-left:81pt;text-indent:-.25in;"><!--[if !supportLists]--><span style="font-family:&quot;" lang="EN-SG"><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-family:&quot;" lang="EN-SG">The old system have a troubleshoot (problem).That problem or troubleshoot can be in the form of:</span></p>
<p class="MsoNormal" style="margin-left:117pt;text-indent:-.25in;"><!--[if !supportLists]--><strong><span style="font-family:&quot;" lang="EN-SG"><span>A.<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span></strong><!--[endif]--><strong><span style="font-family:&quot;" lang="EN-SG">Problem</span></strong></p>
<p class="MsoNormal" style="margin-left:58.5pt;"><span style="font-family:&quot;" lang="EN-SG">problem in a old system can make old system can&#8217;t operated according to which we want</span></p>
<p class="MsoNormal" style="margin-left:.75in;"><span style="font-family:&quot;" lang="EN-SG">.this problem can be:</span></p>
<p class="MsoNormal" style="margin-left:141.4pt;text-indent:-70.5pt;"><!--[if !supportLists]--><span style="font-family:Tahoma;" lang="EN-SG"><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-family:&quot;">intentional deceit that makes the company wealth and company data </span><span style="font-family:&quot;" lang="EN-SG">truth not well guaranted,</span></p>
<p class="MsoNormal" style="margin-left:141.4pt;text-indent:-70.5pt;"><!--[if !supportLists]--><span style="font-family:Tahoma;" lang="EN-SG"><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-family:&quot;" lang="EN-SG">non intentional error </span><span style="font-family:&quot;">that make company data </span><span style="font-family:&quot;" lang="EN-SG">truth not well guaranted,</span></p>
<p class="MsoNormal" style="margin-left:141.4pt;text-indent:-70.5pt;"><!--[if !supportLists]--><span style="font-family:Tahoma;" lang="EN-SG"><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-family:&quot;" lang="EN-SG">not bidding the management policy that applied.</span></p>
<p class="MsoNormal" style="margin-left:70.9pt;"><span style="font-family:&quot;" lang="EN-SG"> </span></p>
<p class="MsoNormal" style="margin-left:70.9pt;"><span style="font-family:&quot;" lang="EN-SG"> </span></p>
<p class="MsoNormal" style="margin-left:117pt;text-indent:-.25in;"><!--[if !supportLists]--><strong><span style="font-family:&quot;" lang="EN-SG"><span>B.<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span></strong><!--[endif]--><strong><span style="font-family:&quot;" lang="EN-SG">Organization Growth.</span></strong></p>
<p class="ListParagraphCxSpFirst" style="margin-left:1in;"><strong><span style="font-size:12pt;font-family:&quot;">Organization Growth make has to be arranged its a new system.</span></strong><span style="font-size:12pt;font-family:&quot;"> organization growth such as information requirement that progressively extends, data processing volume gets to increase, changing accounting principle a new one.</span></p>
<p class="ListParagraphCxSpMiddle" style="margin-left:1in;"><span style="font-size:12pt;font-family:&quot;"> </span></p>
<p class="ListParagraphCxSpMiddle" style="margin-left:1in;"><span style="font-size:12pt;font-family:&quot;"> </span></p>
<p class="ListParagraphCxSpMiddle" style="margin-left:81pt;text-indent:-.25in;"><!--[if !supportLists]--><span style="font-size:12pt;font-family:&quot;color:black;"><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:12pt;font-family:&quot;color:black;">To Get a opportunities</span></p>
<p class="ListParagraphCxSpMiddle" style="margin-left:63pt;"><span style="font-size:12pt;font-family:&quot;color:black;">Information Technology bloom very quickly,Hardware,Software and <span> </span>Information Technology bloom very quickly then organizational start to feel that this TI require to be used ready to increase information. in emulation of market, speed of time efficiency or information very determining success or failure of plan which have been made to get a opportunities.</span></p>
<p class="ListParagraphCxSpMiddle" style="margin-left:63pt;"><span style="font-size:12pt;font-family:&quot;color:black;"> </span></p>
<p class="ListParagraphCxSpMiddle" style="margin-left:81pt;text-indent:-.25in;"><!--[if !supportLists]--><span style="font-size:12pt;font-family:&quot;color:black;"><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:12pt;font-family:&quot;">Instructions existence (directives).</span></p>
<p class="ListParagraphCxSpMiddle" style="margin-left:1in;"><span style="font-size:12pt;font-family:&quot;color:black;">The arrangement of new system can be<span> </span>because of existence of instructions from the company leader or from outside of organization like regulation of government.</span></p>
<p class="ListParagraphCxSpMiddle" style="margin-left:1in;"><span style="font-size:12pt;font-family:&quot;color:black;"> </span></p>
<p class="ListParagraphCxSpLast" style="margin-left:81pt;"><span style="font-size:14pt;font-family:&quot;color:black;"> </span></p>
<p class="MsoBodyText" style="text-indent:-.25in;margin:0 0 .0001pt .5in;"><!--[if !supportLists]--><strong><span style="font-size:14pt;font-family:&quot;" lang="EN-SG"><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></strong><!--[endif]--><strong><span style="font-size:14pt;font-family:&quot;" lang="EN-SG">What are the organization’s expectations after implementing an information system?</span></strong></p>
<p class="MsoBodyText" style="text-indent:-.25in;margin:0 0 .0001pt .5in;"><!--[if !supportLists]--><strong><span style="font-size:14pt;font-family:&quot;" lang="EN-SG"><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></strong><!--[endif]--><strong><span style="font-size:14pt;font-family:&quot;" lang="EN-SG">What is the purpose or goal of developing an information system? </span></strong></p>
<p class="MsoBodyText" style="margin:0 0 .0001pt .25in;"><strong><span style="font-family:&quot;" lang="EN-SG"> </span></strong></p>
<p class="MsoBodyText" style="margin:0 0 .0001pt .25in;"><strong><span style="font-family:&quot;" lang="EN-SG"> </span></strong></p>
<p class="ListParagraphCxSpFirst" style="margin-left:1in;"><span style="font-size:12pt;font-family:&quot;color:black;">With we developing a new system therefore expected increasing happenings that is engaged `PIECES`</span></p>
<p class="ListParagraphCxSpMiddle" style="margin-left:63pt;"><span style="font-size:12pt;font-family:&quot;color:black;"><span> </span>`PIECES` can be enlightened :</span></p>
<p class="ListParagraphCxSpMiddle" style="margin-left:63pt;"><span style="font-size:12pt;font-family:&quot;color:black;"><span> </span></span></p>
<p class="ListParagraphCxSpMiddle" style="margin-left:99pt;text-indent:-.25in;"><!--[if !supportLists]--><span style="font-size:12pt;font-family:&quot;color:black;"><span>A.<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><strong><span style="text-decoration:underline;"><span style="font-size:12pt;font-family:&quot;color:black;">P</span></span></strong><span style="font-size:12pt;font-family:&quot;color:black;">erformance, </span><span style="font-size:12pt;font-family:&quot;">enhanced towards performace work result in new system will <span style="color:black;">make the system will be more effective. Performance can be measurement from throughput and response time where throughput is amount of work of which can done certain in a moment and response time is time mean which delay between two transactions.</span></span></p>
<p class="ListParagraphCxSpMiddle" style="margin-left:99pt;text-indent:-.25in;"><!--[if !supportLists]--><span style="font-size:12pt;font-family:&quot;color:black;"><span>B.<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><strong><span style="text-decoration:underline;"><span style="font-size:12pt;font-family:&quot;color:black;">I</span></span></strong><span style="font-size:12pt;font-family:&quot;color:black;">nformation, the </span><span style="font-size:12pt;font-family:&quot;">enhanced<span style="color:black;"> of information quality which presented.</span></span></p>
<p class="ListParagraphCxSpMiddle" style="margin-left:99pt;text-indent:-.25in;"><!--[if !supportLists]--><span style="font-size:12pt;font-family:&quot;color:black;"><span>C.<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><strong><span style="text-decoration:underline;"><span style="font-size:12pt;font-family:&quot;color:black;">E</span></span></strong><span style="font-size:12pt;font-family:&quot;color:black;">conomy, the </span><span style="font-size:12pt;font-family:&quot;">enhanced<span style="color:black;"> of benefits and advantages or decreasing cost that happened.</span></span></p>
<p class="ListParagraphCxSpMiddle" style="margin-left:99pt;text-indent:-.25in;"><!--[if !supportLists]--><span style="font-size:12pt;font-family:&quot;color:black;"><span>D.<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><strong><span style="text-decoration:underline;"><span style="font-size:12pt;font-family:&quot;color:black;">C</span></span></strong><span style="font-size:12pt;font-family:&quot;color:black;">ontrol, the </span><span style="font-size:12pt;font-family:&quot;">enhanced<span style="color:black;"> of control to detection and repairing some faults and insincerity which possible happened.</span></span></p>
<p class="ListParagraphCxSpMiddle" style="margin-left:99pt;text-indent:-.25in;"><!--[if !supportLists]--><span style="font-size:12pt;font-family:&quot;color:black;"><span>E.<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><strong><span style="text-decoration:underline;"><span style="font-size:12pt;font-family:&quot;color:black;">E</span></span></strong><span style="font-size:12pt;font-family:&quot;color:black;">fficiency, the </span><span style="font-size:12pt;font-family:&quot;">enhanced<span style="color:black;"> of operating efficiency. Efficiency related with how to use resource</span> most minimum extravagance.</span></p>
<p class="ListParagraphCxSpMiddle" style="margin-left:99pt;text-indent:-.25in;"><!--[if !supportLists]--><span style="font-size:12pt;font-family:&quot;color:black;"><span>F.<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><strong><span style="text-decoration:underline;"><span style="font-size:12pt;font-family:&quot;color:black;">S</span></span></strong><span style="font-size:12pt;font-family:&quot;color:black;">ervices, the </span><span style="font-size:12pt;font-family:&quot;">enhanced<span style="color:black;"> of services given by system.</span></span></p>
<p class="ListParagraphCxSpMiddle" style="margin-left:81pt;"><strong><span style="font-size:12pt;font-family:&quot;color:black;" lang="EN-SG"> </span></strong></p>
<p class="ListParagraphCxSpLast" style="margin-left:63pt;"><strong><span style="font-size:12pt;font-family:&quot;"> </span></strong></p>
<p class="MsoNormal" style="margin-left:99pt;"><strong><span style="font-size:14pt;font-family:&quot;"> </span></strong></p>
<p class="MsoNormal" style="margin-left:35.45pt;"><!--[if !supportLists]--><strong></strong><!--[if gte mso 9]&gt;  Normal 0   false false false        MicrosoftInternetExplorer4  &lt;![endif]--><!--[if gte mso 9]&gt;   &lt;![endif]--></p>
<p class="ListParagraph" style="margin-bottom:.0001pt;text-indent:-.25in;"><strong><span style="font-size:12pt;font-family:&quot;color:black;"><span><span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span></strong><!--[endif]--><!--[if gte mso 9]&gt;  Normal 0   false false false        MicrosoftInternetExplorer4  &lt;![endif]--><!--[if gte mso 9]&gt;   &lt;![endif]--> &lt;!&#8211;<br />
<strong><span style="font-size:14pt;font-family:&quot;" lang="EN-SG">4 ) System Development Principle </span></strong><span style="font-size:12pt;font-family:&quot;"><br />
1. System that developed for management.<br />
2. System that developed is a big capital investment.<br />
3. <span style="color:black;">System need educated people:not </span>always <span style="color:black;">formal education </span></span></p>
<p class="MsoNormal" style="margin-left:35.45pt;"><span style="font-family:&quot;" lang="EN-SG"> 4. Work stage and duties that must be done in system development proses (System Development Life Cycle).<br />
5. System development process not </span><span style="font-family:&quot;">always</span><span style="font-family:&quot;"> <span lang="EN-SG">massages.<br />
6. Don&#8217;t be afraid cancel project.<br />
7. Documentation must existence for guide in system development.</span></span></p>
<p class="MsoNormal" style="margin-left:35.45pt;"><span style="font-family:&quot;" lang="EN-SG"> </span></p>
<p class="MsoNormal" style="margin-left:.5in;text-indent:-.25in;"><!--[if !supportLists]--><strong><span style="font-size:14pt;font-family:&quot;" lang="EN-SG"><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></strong><!--[endif]--><strong><span style="font-size:14pt;font-family:&quot;" lang="EN-SG">System Development Life Cycle</span></strong></p>
<p class="MsoNormal" style="margin-left:.5in;"><span style="font-family:&quot;" lang="EN-SG">is a conceptual model one be applied in system development live cycle, for other example this cycle also been applied on software engineering. system<span> </span>developmet main step consisting of :system planning,system analysis,system design,system,selection,system implementation and system maintenance.</span><span style="font-family:&quot;" lang="X-NONE"> severally </span><span style="font-family:&quot;" lang="EN-SG">Life Cycle</span><span style="font-family:&quot;" lang="X-NONE"> model among those:</span></p>
<p class="MsoNormal" style="margin-left:.25in;"><span style="font-family:&quot;" lang="EN-SG"> </span></p>
<p class="MsoNormal" style="margin-left:.5in;"><strong><span style="font-family:&quot;" lang="EN-SG">Waterfall Model</span></strong></p>
<p class="MsoNormal" style="margin-left:.5in;"><span style="font-family:&quot;" lang="EN-SG">The <strong>waterfall model</strong> is a <a title="Sequence" href="http://en.wikipedia.org/wiki/Sequence">sequential</a> development process, in which development is seen as flowing steadily downwards (like a <a title="Waterfall" href="http://en.wikipedia.org/wiki/Waterfall">waterfall</a>) (<a href="http://www.wikipedia.org/%20model">www.wikipedia.org/ model</a> air terjun)</span></p>
<p class="MsoNormal" style="margin-left:.25in;"><span style="font-family:&quot;" lang="EN-SG"> </span></p>
<p class="MsoNormal" style="margin-left:.5in;"><strong><span style="font-family:&quot;" lang="EN-SG">Waterfall Model</span></strong></p>
<p class="MsoNormal" style="margin-left:.25in;"><strong><span style="font-size:14pt;font-family:&quot;" lang="EN-SG"><span><img class="alignnone size-full wp-image-20" title="1" src="http://ruabineda.files.wordpress.com/2009/03/1.jpg?w=460&#038;h=353" alt="1" width="460" height="353" /></span></span></strong></p>
<p class="MsoNormal" style="margin-left:.25in;"><span style="font-family:&quot;" lang="EN-SG"> </span></p>
<p class="MsoNormal" style="margin-left:.25in;"><span style="font-family:&quot;" lang="EN-SG"> </span></p>
<p class="MsoNormal" style="margin-left:.25in;"><span style="font-family:&quot;" lang="EN-SG"> </span></p>
<p class="MsoNormal" style="margin-left:.25in;"><span style="font-family:&quot;" lang="EN-SG"> </span></p>
<p class="MsoNormal" style="margin-left:.25in;"><span style="font-family:&quot;" lang="EN-SG"> </span></p>
<p class="MsoNormal" style="margin-left:.25in;"><span style="font-family:&quot;" lang="EN-SG"> </span></p>
<p class="MsoNormal" style="margin-left:.25in;"><strong><span style="font-size:13pt;font-family:&quot;" lang="EN-SG">1.<span> </span>Waterfall Model explanation:</span></strong></p>
<p class="MsoNormal" style="margin-left:.25in;"><span style="font-family:&quot;" lang="EN-SG">waterfall model steps explanation:</span></p>
<p class="MsoNormal" style="margin-left:.25in;"><span style="font-family:&quot;" lang="EN-SG"> </span></p>
<p class="MsoNormal" style="margin-left:.25in;text-indent:0;"><!--[if !supportLists]--><span style="font-family:&quot;" lang="EN-SG"><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]--><strong><span style="font-family:&quot;" lang="EN-SG">Requirement</span></strong><span style="font-family:&quot;" lang="EN-SG">: </span><span style="font-family:&quot;" lang="X-NONE">on this step we focuses requirement data collecting from company and market. this level the most basic one on system live cycle .if requirement collecting be not good next stage also won&#8217;t result maximal system .</span></p>
<p class="MsoNormal" style="margin-left:.25in;"><span style="font-family:&quot;" lang="EN-SG"><span> </span><br />
2)<span> </span> <strong>Design</strong>:</span></p>
<p class="MsoNormal" style="margin-left:63pt;"><span style="font-family:&quot;" lang="EN-SG">On this step focuses on design</span><span style="font-family:&quot;" lang="X-NONE"> here design is grouped as 4 which is : </span></p>
<p class="MsoNormal" style="margin-left:81pt;"><span style="font-family:&quot;" lang="X-NONE">-<span> </span></span><span style="font-family:&quot;" lang="EN-SG">High level design like<span> </span>what programs are needed and how are they going to interact,</span></p>
<p class="MsoNormal" style="margin-left:155.25pt;text-indent:-74.25pt;"><!--[if !supportLists]--><span lang="EN-SG"><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-family:&quot;" lang="EN-SG">Low level design (how the individual programs are going to work), </span></p>
<p class="MsoNormal" style="margin-left:1in;text-indent:9pt;"><!--[if !supportLists]--><span lang="EN-SG"><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-family:&quot;" lang="EN-SG">Interface design (what are the interfaces going to look like) and </span></p>
<p class="MsoNormal" style="margin-left:1in;text-indent:9pt;"><!--[if !supportLists]--><span lang="EN-SG"><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-family:&quot;" lang="EN-SG">Data design (what data will be required). </span></p>
<p class="MsoNormal" style="margin-left:135pt;"><span style="font-family:&quot;" lang="EN-SG"> </span></p>
<p class="MsoNormal" style="margin-left:81pt;text-indent:-63pt;"><!--[if !supportLists]--><span style="font-family:&quot;" lang="EN-SG"><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]--><strong><span style="font-family:&quot;" lang="EN-SG">Implementation</span></strong><span style="font-family:&quot;" lang="EN-SG">, </span></p>
<p class="MsoNormal" style="margin-left:63pt;"><span style="font-family:&quot;" lang="EN-SG">Implementation</span><span style="font-family:&quot;" lang="EN-SG"> is the realization of an application, or execution of a plan, idea, model, design, specification, standard, algorithm, implementation process has been continuation from where did we begin to implementation design that made to into program codes that be read by engine language.</span></p>
<p class="MsoNormal" style="margin-left:63pt;"><span style="font-family:&quot;" lang="EN-SG">Example: </span><span style="font-family:&quot;" lang="EN-SG">n computer science, an implementation is a realization of a technical specification or algorithm as a program, software component,</span></p>
<p class="MsoNormal" style="margin-left:63pt;"><span style="font-family:&quot;" lang="EN-SG"> </span></p>
<p class="MsoNormal" style="margin-left:.25in;"><span style="font-family:&quot;" lang="EN-SG"><br />
4)<span> </span> <strong>Verification</strong>: <strong>Verification</strong> </span><span style="font-family:&quot;">this step is system&#8217;s checking process if system was walking normal and according to that expected</span></p>
<p class="MsoNormal" style="margin-left:.25in;"><span style="font-family:&quot;" lang="EN-SG"><br />
5)<span> </span> <strong>Maintenance</strong>, </span><span style="font-family:&quot;">can&#8217;t be </span><span style="font-family:&quot;" lang="EN-SG">Inevitably the system will need maintenance</span><span style="font-family:&quot;"> because system&#8217;s have bug or because even corporate requirement and condition of market has change.</span></p>
<p class="MsoNormal" style="margin-left:.25in;"><span style="font-family:&quot;"> </span></p>
<p class="MsoNormal" style="margin-left:.25in;"><span style="font-family:&quot;"> </span></p>
<p class="MsoNormal" style="margin-left:.25in;"><span style="font-family:&quot;"> </span></p>
<p class="MsoNormal" style="margin-left:.25in;"><span style="font-family:&quot;"> </span></p>
<p class="MsoNormal" style="margin-left:.25in;"><span style="font-family:&quot;"> </span></p>
<p class="MsoNormal" style="margin-left:.25in;"><span style="font-family:&quot;"> </span></p>
<p class="MsoNormal" style="margin-left:.25in;"><span style="font-family:&quot;"> </span></p>
<p class="MsoNormal" style="margin-left:.25in;"><span style="font-family:&quot;"> </span></p>
<p class="MsoNormal" style="margin-left:.25in;"><span style="font-family:&quot;"> </span></p>
<p class="MsoNormal" style="margin-left:.25in;"><span style="font-family:&quot;"> </span></p>
<p class="MsoNormal" style="margin-left:.25in;"><span style="font-family:&quot;"> </span></p>
<p class="MsoNormal" style="margin-left:.25in;"><span style="font-family:&quot;"> </span></p>
<p class="MsoNormal" style="margin-left:.25in;"><span style="font-family:&quot;"> </span></p>
<p class="MsoNormal" style="margin-left:.25in;"><span style="font-family:&quot;"> </span></p>
<p class="MsoNormal" style="margin-left:.25in;"><span style="font-family:&quot;"> </span></p>
<p class="MsoNormal" style="margin-left:.25in;"><span style="font-family:&quot;"> </span></p>
<p class="MsoNormal" style="margin-left:.25in;"><span style="font-family:&quot;"> </span></p>
<p class="MsoNormal" style="margin-left:.25in;"><span style="font-family:&quot;"> </span></p>
<p class="MsoNormal" style="margin-left:.25in;"><span style="font-family:&quot;"> </span></p>
<p class="MsoNormal" style="margin-left:.25in;"><span style="font-family:&quot;"> </span></p>
<p class="MsoNormal" style="margin-left:.25in;"><span style="font-family:&quot;"> </span></p>
<p class="MsoNormal" style="margin-left:.25in;"><span style="font-family:&quot;"> </span></p>
<p class="MsoNormal" style="margin-left:.25in;"><strong><span style="font-size:13pt;font-family:&quot;" lang="EN-SG"><span> </span>2.<span> </span><span>Iteratif model</span></span></strong></p>
<p class="MsoNormal" style="margin-left:.25in;"><span style="font-family:&quot;" lang="EN-SG"><br />
<span><!--[if gte vml 1]&gt;  &lt;![endif]--><!--[if !vml]--></span></span><strong><span style="font-size:14pt;font-family:&quot;" lang="EN-SG"><span><img class="alignnone size-full wp-image-22" title="21" src="http://ruabineda.files.wordpress.com/2009/03/21.jpg?w=420&#038;h=212" alt="21" width="420" height="212" /></span></span></strong></p>
<p class="MsoNormal"><span style="font-family:&quot;">iteratif&#8217;s model has resemblance with waterfall model, here we found same processes, </span></p>
<p class="MsoNormal"><span style="font-family:&quot;">like requirement, design, implementation, and testing (verification).</span></p>
<p class="MsoNormal"><span style="font-family:&quot;"> </span></p>
<p class="MsoNormal"><strong><span style="font-family:&quot;">two its models have differences on:</span></strong></p>
<p class="MsoNormal"><span style="font-family:&quot;"> </span></p>
<p class="MsoNormal" style="margin-left:.75in;text-indent:-.25in;"><!--[if !supportLists]--><span style="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-family:&quot;">Planning step:in this step on this stage we plot whatever company system requirement who will be gathered ,wheter regarding we build new system or upgrate existing system.</span></p>
<p class="MsoNormal"><span style="font-family:&quot;"> </span></p>
<p class="MsoNormal" style="margin-left:.5in;"><span style="font-family:&quot;">2.<span> </span>Deployment step: deployment here purpose has been distribution process towards system that made, in our meaning distributes before<span> </span>system to society hand before do testing, so that we know our system bug.<span> </span> </span></p>
<p class="MsoNormal" style="margin-left:.25in;"><span style="font-family:&quot;"> </span></p>
<p class="MsoNormal"><span style="font-family:&quot;"><span> </span>3.<span> </span>Evaluation step: i</span><span style="font-family:&quot;">n renewal process here will return to do process planning, data collecting (requirement), analysis system and design, implementation, deployment, testing and return again to evaluation. if there development again, so this cycle be repeated again.</span></p>
<p class="MsoNormal" style="margin-left:.25in;"><span style="font-family:&quot;">.<span> </span></span></p>
<p class="MsoNormal" style="margin-left:.25in;"><span style="font-family:&quot;"> </span></p>
<p class="MsoNormal" style="margin-left:.25in;"><span style="font-family:&quot;"> </span></p>
<p class="MsoNormal" style="margin-left:.25in;"><span style="font-family:&quot;"> </span></p>
<p class="MsoNormal" style="margin-left:.25in;"><span style="font-family:&quot;"> </span></p>
<p class="MsoNormal" style="margin-left:.25in;"><span style="font-family:&quot;"> </span></p>
<p class="MsoNormal" style="margin-left:.25in;"><span style="font-family:&quot;"> </span></p>
<p class="MsoNormal" style="margin-left:.25in;"><span style="font-family:&quot;"> </span></p>
<p class="MsoNormal" style="margin-left:.25in;"><span style="font-family:&quot;"> </span></p>
<p class="MsoNormal" style="margin-left:.25in;"><span style="font-family:&quot;"> </span></p>
<p class="MsoNormal" style="margin-left:.25in;"><span style="font-family:&quot;"> </span></p>
<p class="MsoNormal" style="margin-left:.25in;"><span style="font-family:&quot;"> </span></p>
<p class="MsoNormal" style="margin-left:.25in;"><span style="font-family:&quot;"> </span></p>
<p class="MsoNormal" style="margin-left:.25in;"><span style="font-family:&quot;"> </span></p>
<p class="MsoNormal" style="margin-left:.25in;"><span style="font-family:&quot;"> </span></p>
<p class="MsoNormal" style="margin-left:.25in;"><span style="font-family:&quot;"> </span></p>
<p class="MsoNormal" style="margin-left:.25in;"><span style="font-family:&quot;"> </span></p>
<p class="MsoNormal" style="margin-left:.25in;"><span style="font-family:&quot;"> </span></p>
<p class="MsoNormal" style="margin-left:.25in;"><span style="font-family:&quot;"> </span></p>
<p class="MsoNormal" style="margin-left:.25in;"><span style="font-family:&quot;"> </span></p>
<h1><span style="font-size:13pt;font-family:&quot;" lang="EN-SG">3.<span> </span>Spiral model</span></h1>
<p class="MsoNormal"><strong><span style="font-size:14pt;font-family:&quot;" lang="EN-SG"><span><img class="alignnone size-full wp-image-23" title="3" src="http://ruabineda.files.wordpress.com/2009/03/3.jpg?w=420&#038;h=345" alt="3" width="420" height="345" /></span></span></strong></p>
<p class="MsoNormal"><span style="font-family:&quot;" lang="EN-SG"> </span></p>
<p><span lang="EN-SG">S</span><span>piral model</span> is a software development process combining elements of both design and prototyping-in-stages, in an effort to combine advantages of top-down and bottom-up concepts. Also known as the spiral lifecycle model, it is a systems development method (SDM) used in information technology (IT). This model of development combines the features of the prototyping model and the waterfall model. The spiral model is intended for large, expensive and complicated projects. (<a href="http://www.wikipedia.org/%20model">www.wikipedia.org/ model</a> spiral)</p>
<p class="MsoNormal"><span style="font-family:&quot;">The steps in the <strong>spiral model</strong> can be generalized as follows:</span></p>
<ol type="1">
<li class="MsoNormal"><span style="font-family:&quot;">The new <span style="color:windowtext;text-decoration:none;">system requirements</span> are defined in as      much detail as possible. This usually involves interviewing a number of      users representing all the external or internal users and other aspects of      the existing system.</span></li>
<li class="MsoNormal"><span style="font-family:&quot;">A preliminary design is created for the      new system.</span></li>
<li class="MsoNormal"><span style="font-family:&quot;">A first <span style="color:windowtext;text-decoration:none;">prototype</span> of the new system is constructed from the preliminary design. This is      usually a scaled-down system, and represents an approximation of the      characteristics of the final product.</span></li>
<li class="MsoNormal"><span style="font-family:&quot;">A second prototype is evolved by a      fourfold procedure: </span>
<ol type="1">
<li class="MsoNormal"><span style="font-family:&quot;">evaluating the first       prototype in terms of its strengths, weaknesses, and risks;</span></li>
<li class="MsoNormal"><span style="font-family:&quot;">defining the       requirements of the second prototype;</span></li>
<li class="MsoNormal"><span style="font-family:&quot;">planning and       designing the second prototype;</span></li>
<li class="MsoNormal"><span style="font-family:&quot;">constructing and       testing the second prototype.</span></li>
</ol>
</li>
</ol>
<p class="MsoNormal" style="margin-left:.25in;"><span style="font-family:&quot;"> </span></p>
<p class="MsoNormal" style="margin-left:.25in;"><span style="font-family:&quot;"> </span></p>
<p class="MsoNormal" style="margin-left:.25in;"><span style="font-family:&quot;" lang="EN-SG"><br />
<strong>Spiral model explanation:</strong></span></p>
<p class="MsoNormal"><strong><span style="font-family:&quot;"> </span></strong></p>
<p class="MsoNormal" style="margin-left:27pt;"><strong><span style="font-family:&quot;">1. Determine objectives</span></strong><span style="font-family:&quot;">, in this step we will determine what will be made system, either from also output from it system.<br />
<strong>2. Identify and resolve risk</strong>, in this step we do identification process, planning and analyze risks may be happen. In identification process and planning, we must define before hand resource, time precision, and other related information project with system that we shall make. While in risk analysis process here we do analysis towards risks may be happen, between management or technical.<br />
<strong>3. Development and test</strong>, in this step we do engineering process, construction and testing towards system that be made. In engineering process and construction, we do process coding to make a application. While in testing, we do testing process towards system or application that we have made.<br />
<strong>4.</strong> <strong>Plan the next iteration</strong>, in this step we iteration process for plan next and or evaluation in the event of request from customer in order to change towards system or application.</span></p>
<p class="MsoNormal" style="margin-left:.25in;"><span style="font-family:&quot;">In this spiral model, when is process revolutionary begun, system engineer team moves clockwise surround spiral begun from the kernel. Spiral rotation first track produces development from product spesification. Spiral rotation furthermore may be worn to develop a prototype, and progressively develop system version will be increase. Each track that pass planning region produces to setting in project plan.</span></p>
<p class="MsoNormal" style="margin-left:.25in;"><span style="font-family:&quot;"> </span></p>
<p class="MsoNormal" style="margin-left:.25in;"><strong><span style="font-family:&quot;">conclusion :</span></strong><span style="font-family:&quot;">For high-risk projects this might be a preferred model.</span></p>
<p class="MsoNormal" style="margin-left:.25in;"><span style="font-size:14pt;font-family:&quot;"> </span></p>
<p class="MsoNormal" style="margin-left:.5in;text-indent:-.25in;"><!--[if !supportLists]--><strong><span style="font-family:&quot;"><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></strong><!--[endif]--><strong><span style="font-size:14pt;font-family:&quot;" lang="EN-SG">Approach System Development</span></strong></p>
<p class="MsoNormal" style="margin-left:.25in;"><span style="font-family:&quot;">there are some approaching in develops system amongst those:</span></p>
<p class="MsoNormal" style="margin-left:.25in;"><span style="font-family:&quot;"> </span></p>
<p class="MsoNormal" style="margin-left:1.25in;"><strong><span style="font-family:&quot;" lang="EN-SG">1</span></strong><span style="font-family:&quot;" lang="EN-SG">.Classical approach vs structured approach (looked from methodology that used).<br />
<strong>2.</strong> Piecemeal approach vs system approach (looked from target that be achieved).<br />
<strong>3.</strong> Bottom-Up approach vs Top-Down approach (looked from manner determines need from system).<br />
<strong>4.</strong> Total-system approach vs modular approach (looked from manner develop it).<br />
<strong>5. </strong>Great loop approach vs evolutionary approach (looked from technology that used).</span></p>
<p class="MsoNormal" style="margin-left:.75in;"><strong><span style="font-family:&quot;" lang="EN-SG"> </span></strong></p>
<p class="MsoNormal" style="margin-left:.75in;"><strong><span style="font-family:&quot;" lang="EN-SG">1)<span> </span>Classical approach vs Structured approach</span></strong></p>
<p class="MsoNormal" style="margin-left:.75in;"><strong><span style="font-family:&quot;"> </span></strong></p>
<p class="MsoNormal" style="margin-left:.75in;"><strong><span style="font-family:&quot;">Classical approach<span> </span></span></strong></p>
<p class="MsoNormal" style="margin-left:.75in;"><span style="font-family:&quot;">Classical approach is a traditional approach constitute developing on a priority of the rural the system wich is follow the steps of life cycle without good supplied with tools and tehcnics.</span></p>
<p class="MsoNormal" style="margin-left:.75in;"><span style="font-family:&quot;"> </span></p>
<p class="MsoNormal" style="margin-left:.75in;"><span style="font-family:&quot;">The problems in the classical approach is :</span></p>
<p class="MsoNormal" style="margin-left:.75in;"><span style="font-family:&quot;"> </span></p>
<p class="MsoNormal" style="margin-left:.75in;"><span style="font-family:&quot;">- Developing the software would be hard</span></p>
<p class="MsoNormal" style="margin-left:.75in;"><span style="font-family:&quot;">- The cost of maintain the system would be expensive</span></p>
<p class="MsoNormal" style="margin-left:.75in;"><span style="font-family:&quot;">- The possibility of the faults system</span></p>
<p class="MsoNormal" style="margin-left:.75in;"><span style="font-family:&quot;">- The sucessful of the system not gauaranted</span></p>
<p class="MsoNormal" style="margin-left:.75in;"><span style="font-family:&quot;">- Would be a lot of problems to applying the system</span></p>
<p class="MsoNormal" style="margin-left:.75in;"><span style="font-family:&quot;"> </span></p>
<p class="MsoNormal" style="margin-left:.75in;"><span style="font-family:&quot;"> </span></p>
<p class="MsoNormal" style="margin-left:.75in;"><span style="font-family:&quot;"> </span></p>
<p class="MsoNormal" style="margin-left:.75in;"><span style="font-family:&quot;"> </span></p>
<p class="MsoNormal" style="margin-left:.75in;"><span style="font-family:&quot;"> </span></p>
<p class="MsoNormal" style="margin-left:.75in;"><span style="font-family:&quot;"> </span></p>
<p class="MsoNormal" style="margin-left:.75in;"><strong><span style="font-family:&quot;" lang="EN-SG">Structured approach</span></strong></p>
<p class="MsoNormal" style="margin-left:.75in;"><span style="font-family:&quot;">Because Classical approach </span><span style="font-family:&quot;">there are many fault<span> </span>therefore<strong> </strong></span><span style="font-family:&quot;">Structural approach stared use early 1970 when this approach use tools and techniques that was needed on developing the system witch is it structure defining clearly. By this , complex approach in organizing can be resolve and the result of it will be easy to rear, flexible, satisfied the user, good documentatoin ,on time, on budged for the developer, rising the productivity, and fault free.</span><span style="font-family:&quot;"> </span></p>
<p class="MsoNormal" style="margin-left:.75in;"><em><span style="font-family:&quot;">Example of </span></em><em><span style="font-family:&quot;">Structural approach </span></em><em><span style="font-family:&quot;">Implemented are at factory and design of circuit for electronic device.</span></em><em></em></p>
<p class="MsoNormal" style="margin-left:.75in;"><em><span style="font-family:&quot;"> </span></em></p>
<p class="MsoNormal" style="margin-left:.75in;"><strong><span style="font-family:&quot;"> </span></strong></p>
<p class="MsoNormal" style="margin-left:.75in;"><strong><span style="font-family:&quot;">2.Piecemeal approach VS systems approach (depend from the target)</span></strong></p>
<p class="MsoNormal" style="margin-left:.75in;"><span style="font-family:&quot;"> </span></p>
<p class="MsoNormal" style="margin-left:.75in;"><span style="font-family:&quot;">-<span> </span>Piecemeal approach</span></p>
<p class="MsoNormal" style="margin-left:.75in;"><span style="font-family:&quot;">Piecemeal approach is system approach development that emphasized at one particular activity or certain application.</span><span style="font-family:&quot;"> </span><span style="font-family:&quot;">on this approaching application which is chosen without care its position at information system or target irregardless overall of organization,this approaching just care target of that application only </span></p>
<p class="MsoNormal" style="margin-left:.75in;"><span style="font-family:&quot;color:black;"><span> </span></span><span style="font-family:&quot;"><span> </span></span></p>
<p class="MsoNormal" style="margin-left:.75in;"><span style="font-family:&quot;">-<span> </span>System approach</span></p>
<p class="MsoNormal" style="margin-left:.75in;"><span style="font-family:&quot;"><span> </span>System approach pay attention information system as one unity integrated for each application and also pressed on achieving target to the whole organization,not just </span><span style="font-family:&quot;">care target of that application only.</span></p>
<p class="MsoNormal"><span style="font-family:&quot;"> </span></p>
<p class="MsoNormal"><span style="font-family:&quot;"> </span></p>
<p class="MsoNormal" style="margin-left:.75in;"><span style="font-family:&quot;"> </span></p>
<p class="MsoNormal" style="margin-left:.75in;"><strong><span style="font-family:&quot;">3.Bottom-up approach VS Top-down approach (depend from the how to determine the needed of system)</span></strong></p>
<p class="MsoNormal" style="margin-left:.75in;"><span style="font-family:&quot;"> </span></p>
<p class="MsoNormal" style="margin-left:.75in;"><span style="font-family:&quot;"><span> </span><span> </span>-<span> </span>Bottom–up approach started from low organisation level where the level transaction to do. This approach is the classic approach characteristic. When Bottom–up approach use in system analist step Bottom–up approach </span><span style="font-family:&quot;">also called data analist.</span></p>
<p class="MsoNormal" style="margin-left:.75in;"><span style="font-family:&quot;"> </span></p>
<p class="MsoNormal" style="margin-left:.75in;"><span style="font-family:&quot;"><span> </span><span> </span>-<span> </span>Top-Down approach is the opposite from Bottom-Up approach and characteristic from structured approach .</span><span style="font-family:&quot;"> this approaching began by defines target and succeeding organization policy done by analisis organization requirement</span></p>
<p class="MsoNormal" style="margin-left:.75in;"><span style="font-family:&quot;"> </span></p>
<p class="MsoNormal" style="margin-left:.75in;"><span style="font-family:&quot;"> </span></p>
<p class="MsoNormal" style="margin-left:.75in;"><strong><span style="font-family:&quot;">4.Total-system approach VS <span> </span>Modular approach(depend on how does it expand)</span></strong></p>
<p class="MsoNormal" style="margin-left:.75in;"><span style="font-family:&quot;"> </span></p>
<p class="MsoNormal" style="margin-left:.75in;"><span style="font-family:&quot;"><span> </span>-<span> </span>Total-system approach is expand the system comprehensively at the same time and the characteristics from classic approach.</span><span style="font-family:&quot;"> this approaching set reducing for complexeses money system.</span></p>
<p class="MsoNormal" style="margin-left:.75in;"><span style="font-family:&quot;"> </span></p>
<p class="MsoNormal" style="margin-left:.75in;"><span style="font-family:&quot;"><span> </span>-<span> </span>Modular approach tries to break the complicated system to bezrp simple modulo. That can be easier to understand and to develop.</span><span style="font-family:&quot;"> Accordingly system gets to be developed timely plotted </span><span style="font-family:&quot;"><span> </span>It is the characteristics from structured approach.</span></p>
<p class="MsoNormal" style="margin-left:.75in;"><span style="font-family:&quot;"> </span></p>
<p class="MsoNormal" style="margin-left:.75in;"><span style="font-family:&quot;"> </span></p>
<p class="MsoNormal" style="margin-left:.75in;"><span style="font-family:&quot;"> </span></p>
<p class="MsoNormal" style="margin-left:.75in;"><span style="font-family:&quot;"> </span></p>
<p class="MsoNormal" style="margin-left:.75in;"><span style="font-family:&quot;"> </span></p>
<p class="MsoNormal" style="margin-left:.75in;"><span style="font-family:&quot;"> </span></p>
<p class="MsoNormal" style="margin-left:.75in;"><span style="font-family:&quot;"> </span></p>
<p class="MsoNormal" style="margin-left:.75in;"><span style="font-family:&quot;"> </span></p>
<p class="MsoNormal" style="margin-left:.5in;text-indent:-.25in;"><!--[if !supportLists]--><strong><span style="font-size:14pt;font-family:&quot;color:black;" lang="EN-SG"><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></strong><!--[endif]--><strong><span style="font-size:14pt;font-family:&quot;color:black;" lang="EN-SG">The meaning of methodology, method and algorithm</span></strong></p>
<p class="MsoNormal" style="margin-left:.75in;"><strong><span style="font-family:&quot;">1.<span> </span>Methodology</span></strong><span style="font-family:&quot;"> </span></p>
<p class="MsoNormal" style="margin-left:45pt;"><span style="font-family:&quot;">Methodology is methods unity, procedure, conception of job, rules and postulats that use by knowledge,art or another diciplines.</span></p>
<p class="MsoNormal" style="margin-left:45pt;"><strong><span style="font-family:&quot;">Methodology</span></strong><span style="font-family:&quot;"> can be defined as:</span></p>
<p class="MsoNormal" style="margin-left:.5in;text-indent:13.5pt;"><!--[if !supportLists]--><span style="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-family:&quot;">The analysis of the principles of methods, rules, and postulates employed by a discipline.</span></p>
<p class="MsoNormal" style="margin-left:.5in;text-indent:13.5pt;"><!--[if !supportLists]--><span style="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-family:&quot;">The systematic study of methods that are, can be, or have been applied within a discipline.</span></p>
<p class="MsoNormal" style="margin-left:.5in;text-indent:13.5pt;"><!--[if !supportLists]--><span style="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-family:&quot;">A particular procedure or set of procedures.</span></p>
<p class="MsoNormal"><span style="font-family:&quot;" lang="EN-SG"><span> </span>(www.wikipedia.org/ </span><span style="font-family:&quot;">Methodology)</span></p>
<p class="MsoNormal"><span style="font-family:&quot;"> </span></p>
<p class="MsoNormal"><span style="font-family:&quot;"> </span></p>
<ol style="margin-top:0;" type="1">
<li>
<ol style="margin-top:0;" type="1">
<li class="MsoNormal"><strong><span style="font-family:&quot;color:black;" lang="EN-SG">Method</span></strong><span style="font-family:&quot;"> </span></li>
</ol>
</li>
</ol>
<p class="MsoNormal" style="margin-left:40.5pt;"><span style="font-family:&quot;color:#4d4d4d;" lang="EN-SG">Method is <strong>someway systematic to work something </strong></span></p>
<p class="MsoNormal" style="margin-left:.5in;"><span style="font-family:&quot;">Method may refer to:</span></p>
<p class="MsoNormal" style="text-indent:35.45pt;"><span style="font-family:&quot;"><span> </span>How to do or make something</span></p>
<p class="MsoNormal" style="text-indent:35.45pt;"><span style="font-family:&quot;" lang="EN-SG">(www.wikipedia.org/ </span><span style="font-family:&quot;">Method)</span></p>
<p class="MsoNormal" style="text-indent:35.45pt;"><span style="font-family:&quot;"> </span></p>
<p class="MsoNormal" style="text-indent:.75in;"><strong><span style="font-family:&quot;color:black;" lang="EN-SG">3.<span> </span>Algorithm</span></strong></p>
<p><!--[if gte mso 9]&gt;  Normal 0   false false false        MicrosoftInternetExplorer4  &lt;![endif]--><!--[if gte mso 9]&gt;   &lt;![endif]--></p>
<p class="MsoNormal" style="margin-left:40.5pt;"><strong><span style="font-family:&quot;" lang="EN-SG">algorithm</span></strong><span style="font-family:&quot;" lang="EN-SG"> is a sequence of finite instructions, often used for calculation and data processing. It is formally a type of effective method in which a list of well-defined instructions for completing a task will, when given an initial state, proceed through a well-defined series of successive states, eventually terminating in an end-state. The transition from one state to the next is not necessarily deterministic; some algorithms, known as probabilistic algorithms, incorporate randomness. (www.wikipedia.org/ <span>algorithm</span></span><span style="font-family:&quot;">)</span></p>
<h3 style="margin-left:45pt;"><!--[if gte mso 9]&gt;  Normal 0   false false false        MicrosoftInternetExplorer4  &lt;![endif]--><!--[if gte mso 9]&gt;   &lt;![endif]--><!--  /* Font Definitions */  @font-face 	{font-family:"Nimbus Roman No9 L"; 	mso-font-alt:"Times New Roman"; 	mso-font-charset:0; 	mso-generic-font-family:roman; 	mso-font-pitch:variable; 	mso-font-signature:3 0 0 0 1 0;} @font-face 	{font-family:"DejaVu Sans"; 	mso-font-alt:"Times New Roman"; 	mso-font-charset:0; 	mso-generic-font-family:auto; 	mso-font-pitch:variable; 	mso-font-signature:0 0 0 0 0 0;}  /* Style Definitions */  p.MsoNormal, li.MsoNormal, div.MsoNormal 	{mso-style-parent:""; 	margin:0in; 	margin-bottom:.0001pt; 	mso-pagination:none; 	mso-hyphenate:none; 	font-size:12.0pt; 	font-family:"Nimbus Roman No9 L"; 	mso-fareast-font-family:"DejaVu Sans"; 	mso-bidi-font-family:"Times New Roman"; 	mso-font-kerning:.5pt; 	mso-ansi-language:EN-SG; 	mso-fareast-language:#00FF;} a:link, span.MsoHyperlink 	{color:blue; 	text-decoration:underline; 	text-underline:single;} a:visited, span.MsoHyperlinkFollowed 	{color:purple; 	text-decoration:underline; 	text-underline:single;} @page Section1 	{size:8.5in 11.0in; 	margin:1.0in 1.25in 1.0in 1.25in; 	mso-header-margin:.5in; 	mso-footer-margin:.5in; 	mso-paper-source:0;} div.Section1 	{page:Section1;} --><!--[if gte mso 10]&gt; &lt;!   /* Style Definitions */  table.MsoNormalTable 	{mso-style-name:"Table Normal"; 	mso-tstyle-rowband-size:0; 	mso-tstyle-colband-size:0; 	mso-style-noshow:yes; 	mso-style-parent:""; 	mso-padding-alt:0in 5.4pt 0in 5.4pt; 	mso-para-margin:0in; 	mso-para-margin-bottom:.0001pt; 	mso-pagination:widow-orphan; 	font-size:10.0pt; 	font-family:"Times New Roman"; 	mso-ansi-language:#0400; 	mso-fareast-language:#0400; 	mso-bidi-language:#0400;} --> <!--[endif]--></p>
<p class="MsoNormal" style="margin-left:35.45pt;"><!--[if gte mso 9]&gt;  Normal 0   false false false        MicrosoftInternetExplorer4  &lt;![endif]--><!--[if gte mso 9]&gt;   &lt;![endif]--><!--  /* Font Definitions */  @font-face 	{font-family:"Nimbus Roman No9 L"; 	mso-font-alt:"Times New Roman"; 	mso-font-charset:0; 	mso-generic-font-family:roman; 	mso-font-pitch:variable; 	mso-font-signature:3 0 0 0 1 0;} @font-face 	{font-family:"DejaVu Sans"; 	mso-font-alt:"Times New Roman"; 	mso-font-charset:0; 	mso-generic-font-family:auto; 	mso-font-pitch:variable; 	mso-font-signature:0 0 0 0 0 0;}  /* Style Definitions */  p.MsoNormal, li.MsoNormal, div.MsoNormal 	{mso-style-parent:""; 	margin:0in; 	margin-bottom:.0001pt; 	mso-pagination:none; 	mso-hyphenate:none; 	font-size:12.0pt; 	font-family:"Nimbus Roman No9 L"; 	mso-fareast-font-family:"DejaVu Sans"; 	mso-bidi-font-family:"Times New Roman"; 	mso-font-kerning:.5pt; 	mso-ansi-language:EN-SG; 	mso-fareast-language:#00FF;} a:link, span.MsoHyperlink 	{color:blue; 	text-decoration:underline; 	text-underline:single;} a:visited, span.MsoHyperlinkFollowed 	{color:purple; 	text-decoration:underline; 	text-underline:single;} @page Section1 	{size:8.5in 11.0in; 	margin:1.0in 1.25in 1.0in 1.25in; 	mso-header-margin:.5in; 	mso-footer-margin:.5in; 	mso-paper-source:0;} div.Section1 	{page:Section1;} --><!--[if gte mso 10]&gt; &lt;!   /* Style Definitions */  table.MsoNormalTable 	{mso-style-name:"Table Normal"; 	mso-tstyle-rowband-size:0; 	mso-tstyle-colband-size:0; 	mso-style-noshow:yes; 	mso-style-parent:""; 	mso-padding-alt:0in 5.4pt 0in 5.4pt; 	mso-para-margin:0in; 	mso-para-margin-bottom:.0001pt; 	mso-pagination:widow-orphan; 	font-size:10.0pt; 	font-family:"Times New Roman"; 	mso-ansi-language:#0400; 	mso-fareast-language:#0400; 	mso-bidi-language:#0400;} --> <!--[endif]--></p>
<p class="MsoNormal" style="margin-left:.25in;"><span style="font-family:&quot;" lang="EN-SG"><em>example of algorithm implementation : Most algorithms are intended to be implemented as </em><em>computer programs</em><em>. However, algorithms are also implemented by other means, such as in a biological </em><em>neural network</em><em> (for example, the </em><em>human brain</em><em>arithmetic</em><em> or an insect looking for food), in an </em><em>electrical circuit</em><em>, or in a mechanical device.</em> implementing </span></p>
</h3>
<h3 style="margin-left:45pt;"><em></em></h3>
<p class="MsoNormal"><em><span style="font-family:&quot;"> </span></em></p>
<p class="MsoNormal" style="margin-left:.75in;"><em><span style="font-family:&quot;"> </span></em></p>
<p class="MsoNormal" style="margin-left:.75in;"><span style="font-family:&quot;"> </span></p>
<p class="MsoNormal" style="margin-left:.5in;text-indent:-.25in;"><!--[if !supportLists]--><strong><span style="font-size:14pt;font-family:&quot;"><span> <img src='http://s2.wp.com/wp-includes/images/smilies/icon_cool.gif' alt='8)' class='wp-smiley' /> <span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span></strong><!--[endif]--><strong><span style="font-size:14pt;font-family:&quot;">The Three Classifications of Development methodology</span></strong></p>
<p class="MsoNormal"><strong><span style="font-family:&quot;"> </span></strong></p>
<p class="MsoNormal" style="text-indent:27pt;"><strong><span style="font-family:&quot;" lang="EN-SG">Functional decomposition methodologies.</span></strong></p>
<p class="MsoNormal" style="margin-left:.25in;"><span style="font-family:&quot;">This methodology emphasizeds asolution from system into subsystems smaller, so that easier to be understood, designed and applied. severally which includes in this methodology group is:</span></p>
<p class="MsoNormal" style="margin-left:.5in;text-indent:-.25in;"><!--[if !supportLists]--><span style="font-family:Wingdings;"><span>v<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-family:&quot;" lang="EN-SG">HIPO (Hierarchy plus Input-Proccess-Output)</span></p>
<p class="MsoNormal" style="margin-left:.5in;text-indent:-.25in;"><!--[if !supportLists]--><span style="font-family:Wingdings;"><span>v<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-family:&quot;" lang="EN-SG">Stepwise Refinement (SR) or Iterative Stepwise Refinement (ISR)</span></p>
<p class="MsoNormal" style="margin-left:.5in;text-indent:-.25in;"><!--[if !supportLists]--><span style="font-family:Wingdings;"><span>v<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-family:&quot;" lang="EN-SG"><span> </span>Information-hidding.</span></p>
<p class="MsoNormal" style="margin-left:.25in;"><span style="font-family:&quot;"> </span></p>
<p class="MsoNormal" style="margin-left:.25in;"><span style="font-family:&quot;"> </span></p>
<p class="MsoNormal" style="margin-left:.25in;"><span style="font-family:&quot;"> </span></p>
<p class="MsoNormal"><strong><span style="font-family:&quot;" lang="EN-SG"><span> </span>Data-oriented methodologies.</span></strong></p>
<p class="MsoNormal" style="margin-left:.25in;"><span style="font-family:&quot;color:#4d4d4d;" lang="EN-SG">Data-oriented is emphasizing on processed data characteristic.</span><span style="font-family:&quot;"> can be agglomerated again as two classes which is:</span></p>
<p class="MsoNormal"><span style="font-family:&quot;color:#4d4d4d;" lang="EN-SG"> </span></p>
<p class="MsoNormal" style="margin-left:.75in;"><span style="font-family:&quot;">A.<span> </span>Data-flow oriented methodologies.</span></p>
<p class="MsoNormal" style="margin-left:.75in;"><span style="font-family:&quot;">This methodology is based in solution from system into modules based on data element type and module logic behaviour insides system. severally which includes in this methodology group is:</span></p>
<p class="MsoNormal" style="margin-left:93pt;text-indent:-.25in;"><!--[if !supportLists]--><span style="font-family:Wingdings;"><span>v<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-family:&quot;">SADT (Structured Analysis and Design Techniques).</span></p>
<p class="MsoNormal" style="margin-left:93pt;text-indent:-.25in;"><!--[if !supportLists]--><span style="font-family:Wingdings;"><span>v<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-family:&quot;">Composite design.</span></p>
<p class="MsoNormal" style="margin-left:93pt;text-indent:-.25in;"><!--[if !supportLists]--><span style="font-family:Wingdings;color:#4d4d4d;" lang="EN-SG"><span>v<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-family:&quot;">Structured System Analysis and Design (SSAD)</span><span style="font-family:&quot;color:#4d4d4d;"> <span lang="EN-SG">.</span></span></p>
<p class="MsoNormal"><span style="font-family:&quot;color:#4d4d4d;" lang="EN-SG"> </span></p>
<p class="MsoNormal" style="margin-left:.75in;"><span style="font-family:&quot;" lang="EN-SG">B.<span> </span>Data structure oriented methodologies.<br />
This methodology emphasizeds structure from input and output at system.</span><span style="font-family:&quot;"> severally which includes in this methodology group is:</span></p>
<p class="MsoNormal" style="margin-left:93pt;text-indent:-.25in;"><!--[if !supportLists]--><span style="font-family:Wingdings;color:#4d4d4d;"><span>v<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-family:&quot;" lang="EN-SG">JSD (Jakson&#8217;s System Development).</span></p>
<p class="MsoNormal" style="margin-left:93pt;text-indent:-.25in;"><!--[if !supportLists]--><span style="font-family:Wingdings;color:#4d4d4d;"><span>v<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-family:&quot;" lang="EN-SG">W/O (Winner/Orr).</span></p>
<p class="MsoNormal"><span style="font-family:&quot;" lang="EN-SG"> </span></p>
<p class="MsoNormal" style="margin-left:40.5pt;"><strong><span style="font-family:&quot;" lang="EN-SG">Prescriptive methodologies.</span></strong></p>
<p class="MsoNormal" style="margin-left:.75in;"><span style="font-family:&quot;">severally which includes in this methodology group is:</span></p>
<p class="MsoNormal"><span style="font-family:&quot;"> </span></p>
<p class="MsoNormal" style="margin-left:1.25in;text-indent:-.25in;"><!--[if !supportLists]--><span style="font-family:Wingdings;"><span>v<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-family:&quot;" lang="EN-SG">ISDOS (Information System Design and Optimization System).</span></p>
<p class="MsoNormal" style="margin-left:1.25in;text-indent:-.25in;"><!--[if !supportLists]--><span style="font-family:Wingdings;"><span>v<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-family:&quot;" lang="EN-SG">PLEXSYS.</span></p>
<p class="MsoNormal" style="margin-left:1.25in;text-indent:-.25in;"><!--[if !supportLists]--><span style="font-family:Wingdings;"><span>v<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-family:&quot;" lang="EN-SG">PRIDE.</span></p>
<p class="MsoNormal" style="margin-left:1.25in;text-indent:-.25in;"><!--[if !supportLists]--><span style="font-family:Wingdings;"><span>v<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-family:&quot;" lang="EN-SG">SDM/70.</span></p>
<p class="MsoNormal" style="margin-left:1.25in;text-indent:-.25in;"><!--[if !supportLists]--><span style="font-family:Wingdings;"><span>v<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-family:&quot;" lang="EN-SG">SPECTRUM.</span></p>
<p class="MsoNormal" style="margin-left:1.25in;text-indent:-.25in;"><!--[if !supportLists]--><span style="font-family:Wingdings;"><span>v<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-family:&quot;" lang="EN-SG">SRES and SREM.</span></p>
<p class="MsoNormal" style="margin-left:1.25in;text-indent:-.25in;"><!--[if !supportLists]--><span style="font-family:Wingdings;"><span>v<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-family:&quot;" lang="EN-SG">Chapin&#8217;s approach.</span></p>
<p class="MsoNormal" style="margin-left:1.25in;text-indent:-.25in;"><!--[if !supportLists]--><span style="font-family:Wingdings;"><span>v<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-family:&quot;" lang="EN-SG">DBO.</span></p>
<p class="MsoNormal" style="margin-left:1.25in;text-indent:-.25in;"><!--[if !supportLists]--><span style="font-family:Wingdings;"><span>v<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-family:&quot;" lang="EN-SG">PAD.</span></p>
<p class="MsoNormal" style="margin-left:1.25in;text-indent:-.25in;"><!--[if !supportLists]--><span style="font-family:Wingdings;"><span>v<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-family:&quot;" lang="EN-SG">HOS.</span></p>
<p class="MsoNormal" style="margin-left:1.25in;text-indent:-.25in;"><!--[if !supportLists]--><span style="font-family:Wingdings;"><span>v<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-family:&quot;" lang="EN-SG">MSR.</span></p>
<p class="MsoNormal" style="margin-left:1.25in;text-indent:-.25in;"><!--[if !supportLists]--><span style="font-family:Wingdings;"><span>v<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-family:&quot;" lang="EN-SG">PDL.</span></p>
<p class="MsoNormal"><span style="font-family:&quot;" lang="EN-SG"> </span></p>
<p class="MsoNormal"><span style="font-family:&quot;" lang="EN-SG"> </span></p>
<p class="MsoNormal" style="margin-left:.5in;text-indent:-.25in;"><!--[if !supportLists]--><strong><span style="font-family:&quot;" lang="EN-SG"><span>9)<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span></strong><!--[endif]--><strong><span style="font-family:&quot;" lang="EN-SG">Mention Tools for Developing a system</span></strong></p>
<p class="MsoNormal" style="margin-left:40.5pt;"><span style="font-family:&quot;" lang="EN-SG">T</span><span style="font-family:&quot;">ool those are utilized at one particular methodology usually as pictured or graph.</span></p>
<p class="MsoNormal" style="text-indent:40.5pt;"><span style="font-family:&quot;">Graphical Tools for Developing Systems</span></p>
<p class="MsoNormal" style="text-indent:40.5pt;"><span style="font-family:&quot;">amongst those as follows:</span><span style="font-family:&quot;"> </span></p>
<p class="MsoNormal" style="margin-left:71.25pt;text-indent:-.25in;"><!--[if !supportLists]--><span style="font-family:Wingdings;"><span>v<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-family:&quot;" lang="EN-SG">HIPO diagram</span></p>
<p class="MsoNormal" style="margin-left:71.25pt;text-indent:-.25in;"><!--[if !supportLists]--><span style="font-family:Wingdings;"><span>v<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-family:&quot;" lang="EN-SG">Data flow diagram</span></p>
<p class="MsoNormal" style="margin-left:71.25pt;text-indent:-.25in;"><!--[if !supportLists]--><span style="font-family:Wingdings;"><span>v<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-family:&quot;" lang="EN-SG">Structured chart</span></p>
<p class="MsoNormal" style="margin-left:71.25pt;text-indent:-.25in;"><!--[if !supportLists]--><span style="font-family:Wingdings;"><span>v<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-family:&quot;" lang="EN-SG">SADT diagram</span></p>
<p class="MsoNormal" style="margin-left:71.25pt;text-indent:-.25in;"><!--[if !supportLists]--><span style="font-family:Wingdings;"><span>v<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-family:&quot;" lang="EN-SG">Warnier/Orr</span></p>
<p class="MsoNormal"><span style="font-family:&quot;" lang="EN-SG"> </span></p>
<p class="MsoNormal"><span style="font-family:&quot;" lang="EN-SG"> </span></p>
<p class="MsoNormal" style="margin-left:40.5pt;text-indent:4.5pt;"><span style="font-family:&quot;">also </span><span style="font-family:&quot;" lang="EN-SG">a</span><span style="font-family:&quot;">vailable tool gets to form graph that its common character which is gets to be use at all methodology.</span></p>
<p class="MsoNormal" style="text-indent:45pt;"><span style="font-family:&quot;">this tool as charts that can be agglomerated:</span></p>
<p class="MsoNormal" style="margin-left:1in;text-indent:-.25in;"><!--[if !supportLists]--><span style="font-family:&quot;" lang="EN-SG"><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-family:&quot;" lang="EN-SG">Chart to describe activity (activity charting).</span></p>
<p class="MsoNormal" style="margin-left:1.25in;text-indent:-.25in;"><!--[if !supportLists]--><span style="font-family:Wingdings;"><span>v<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-family:&quot;" lang="EN-SG">System flowchart</span></p>
<p class="MsoNormal" style="margin-left:1.25in;text-indent:-.25in;"><!--[if !supportLists]--><span style="font-family:Wingdings;"><span>v<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-family:&quot;" lang="EN-SG">Program flowchart that can be in the form of:<br />
<span> </span><span> </span>-Program logic flowchart<br />
<span> </span><span> </span>-Detailed computer program flowchart</span></p>
<p class="MsoNormal" style="margin-left:1.25in;text-indent:-.25in;"><!--[if !supportLists]--><span style="font-family:Wingdings;"><span>v<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-family:&quot;" lang="EN-SG">Paperwork flowchart or form flowchart</span></p>
<p class="MsoNormal" style="margin-left:1.25in;text-indent:-.25in;"><!--[if !supportLists]--><span style="font-family:Wingdings;"><span>v<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-family:&quot;" lang="EN-SG">Database relationship flowchart</span></p>
<p class="MsoNormal" style="margin-left:1.25in;text-indent:-.25in;"><!--[if !supportLists]--><span style="font-family:Wingdings;"><span>v<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-family:&quot;" lang="EN-SG">Process flowchart</span></p>
<p class="MsoNormal" style="margin-left:1.25in;text-indent:-.25in;"><!--[if !supportLists]--><span style="font-family:Wingdings;"><span>v<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-family:&quot;" lang="EN-SG">Gantt chart</span></p>
<p class="MsoNormal" style="margin-left:58.5pt;text-indent:.25in;"><span style="font-family:&quot;" lang="EN-SG"><br />
<strong>2.</strong> Layout charting<br />
<strong>3. </strong>Staff relatioanship charting</span></p>
<p class="MsoNormal" style="margin-left:58.5pt;text-indent:.25in;"><span style="font-family:&quot;" lang="EN-SG"> </span></p>
<p class="MsoNormal" style="margin-left:130.5pt;text-indent:-.75in;"><!--[if !supportLists]--><span style="font-family:Wingdings;"><span>v<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-family:&quot;" lang="EN-SG">Working distribution chart</span></p>
<p class="MsoNormal" style="margin-left:130.5pt;text-indent:-.75in;"><!--[if !supportLists]--><span style="font-family:Wingdings;"><span>v<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-family:&quot;" lang="EN-SG">Organization chart</span></p>
<p class="MsoNormal"><strong><span style="font-family:&quot;" lang="EN-SG"> </span></strong></p>
<p class="MsoNormal"><strong><span style="font-family:&quot;" lang="EN-SG"> </span></strong></p>
<p class="MsoNormal" style="margin-left:.5in;text-indent:-.25in;"><!--[if !supportLists]--><strong><span style="font-family:&quot;"><span>10)<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span></strong><!--[endif]--><strong><span style="font-family:&quot;">Techniques that can be used in development system :</span></strong></p>
<p class="MsoNormal" style="margin-left:.5in;text-indent:13.5pt;"><span style="font-family:&quot;">Technics to develop system usually nonspecific for one methodology, but gets to be utilized at all methodology. technics applicable among those:</span></p>
<p class="MsoNormal"><span style="font-family:&quot;"> </span></p>
<p class="MsoNormal" style="margin-left:.25in;"><span style="font-family:&quot;color:#4d4d4d;" lang="EN-SG">1.<span> </span>Project management techniques :to scheduling project, example: CPM and PERT </span></p>
<p class="MsoNormal" style="margin-left:.25in;"><span style="font-family:&quot;color:#4d4d4d;" lang="EN-SG">2.<span> </span>Tech finds fact :to gather and determines data / fact </span></p>
<p class="MsoNormal" style="margin-left:130.5pt;text-indent:-85.5pt;"><!--[if !supportLists]--><span style="font-family:Wingdings;" lang="EN-SG"><span>v<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><strong><span style="font-family:&quot;color:#4d4d4d;" lang="EN-SG">Interview </span></strong></p>
<p class="MsoNormal" style="margin-left:130.5pt;text-indent:-85.5pt;"><!--[if !supportLists]--><span style="font-family:Wingdings;" lang="EN-SG"><span>v<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><strong><span style="font-family:&quot;color:#4d4d4d;" lang="EN-SG">Observation </span></strong></p>
<p class="MsoNormal" style="margin-left:.25in;"><span style="font-family:&quot;color:#4d4d4d;" lang="EN-SG">3.<span> </span>analysis’s tech cost / benefit : cost benefit and cost effectiveness analysis </span></p>
<p class="ListParagraphCxSpFirst" style="margin-left:.25in;"><span style="font-size:12pt;font-family:&quot;" lang="EN-SG">4.<span> </span></span><span style="font-size:12pt;font-family:&quot;">technics going meeting </span></p>
<p class="ListParagraphCxSpLast" style="margin-left:.25in;"><span style="font-size:12pt;font-family:&quot;color:#4d4d4d;">5.<span> </span>Inspection tech</span><span style="font-size:12pt;font-family:&quot;"> <span style="color:#4d4d4d;">/walkthrough.</span></span></p>
<p class="MsoNormal"><strong><span style="font-family:&quot;"> </span></strong></p>
<p class="MsoNormal"><strong><span style="font-family:&quot;"> </span></strong></p>
<p class="MsoNormal" style="margin-left:.5in;text-indent:-.25in;"><!--[if !supportLists]--><strong><span style="font-family:&quot;"><span>11)<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span></strong><!--[endif]--><strong><span style="font-family:&quot;">Differences of being system analyst and programmer</span></strong></p>
<p class="MsoNormal" style="margin-left:27pt;text-indent:22.5pt;"><strong><span style="font-family:&quot;">System analyst </span></strong><span style="font-family:&quot;">S</span><span style="font-family:&quot;" lang="EN-SG">ystems analyst</span><span style="font-family:&quot;" lang="EN-SG"> is responsible for researching, planning, coordinating and recommending software and system choices to meet an organization&#8217;s business requirements.<br />
The systems analyst plays a vital role in the systems development process. A successful systems analyst must acquire four skills: analytical, technical, managerial, and interpersonal.<br />
Analytical skills enable systems analysts to understand the organization and its functions, which helps him/her to identify opportunities and to analyze and solve problems.</span></p>
<p style="text-indent:22.5pt;">(www.wikipedia.org/ system analyst)</p>
<p><!--[if gte mso 9]&gt;  Normal 0   false false false        MicrosoftInternetExplorer4  &lt;![endif]--><!--[if gte mso 9]&gt;   &lt;![endif]--> &lt;!&#8211;  /* Font Definitions */  @font-face 	{font-family:&#8221;Nimbus Roman No9 L&#8221;; 	mso-font-alt:&#8221;Times New Roman&#8221;; 	mso-font-charset:0; 	mso-generic-font-family:roman; 	mso-font-pitch:variable; 	mso-font-signature:3 0 0 0 1 0;} @font-face 	{font-family:&#8221;DejaVu Sans&#8221;; 	mso-font-charset:0; 	mso-generic-font-family:auto; 	mso-font-pitch:variable; 	mso-font-signature:0 0 0 0 0 0;}  /* Style Definitions */  p.MsoNormal, li.MsoNormal, div.MsoNormal 	{mso-style-parent:&#8221;"; 	margin:0in; 	margin-bottom:.0001pt; 	mso-pagination:none; 	mso-hyphenate:none; 	font-size:12.0pt; 	font-family:&#8221;Nimbus Roman No9 L&#8221;; 	mso-fareast-font-family:&#8221;DejaVu Sans&#8221;; 	mso-bidi-font-family:&#8221;Times New Roman&#8221;; 	mso-font-kerning:.5pt; 	mso-ansi-language:EN-SG; 	mso-fareast-language:#00FF;} a:link, span.MsoHyperlink 	{color:blue; 	text-decoration:underline; 	text-underline:single;} a:visited, span.MsoHyperlinkFollowed 	{color:purple; 	text-decoration:underline; 	text-underline:single;} p 	{mso-margin-top-alt:auto; 	margin-right:0in; 	mso-margin-bottom-alt:auto; 	margin-left:0in; 	mso-pagination:widow-orphan; 	font-size:12.0pt; 	font-family:&#8221;Times New Roman&#8221;; 	mso-fareast-font-family:&#8221;Times New Roman&#8221;;} @page Section1 	{size:595.25pt 841.85pt; 	margin:56.7pt 56.7pt 56.7pt 56.7pt; 	mso-header-margin:.5in; 	mso-footer-margin:.5in; 	mso-paper-source:0;} div.Section1 	{page:Section1; 	mso-footnote-position:beneath-text;} &#8211;&gt; <!--[if gte mso 10]&gt;--><br />
/* Style Definitions */<br />
table.MsoNormalTable<br />
{mso-style-name:&#8221;Table Normal&#8221;;<br />
mso-tstyle-rowband-size:0;<br />
mso-tstyle-colband-size:0;<br />
mso-style-noshow:yes;<br />
mso-style-parent:&#8221;";<br />
mso-padding-alt:0in 5.4pt 0in 5.4pt;<br />
mso-para-margin:0in;<br />
mso-para-margin-bottom:.0001pt;<br />
mso-pagination:widow-orphan;<br />
font-size:10.0pt;<br />
font-family:&#8221;Times New Roman&#8221;;<br />
mso-ansi-language:#0400;<br />
mso-fareast-language:#0400;<br />
mso-bidi-language:#0400;}</p>
<p class="MsoNormal" style="text-indent:.25in;"><strong><span style="font-family:&quot;" lang="EN-SG">Knowledge and skill that need by System Analyst</span></strong></p>
<p class="MsoNormal" style="margin-left:13.5pt;"><span style="font-family:&quot;">1.<span> </span>Must have technical science amongst those hardware,networking,computer language,OS,ang the other software packet.</span></p>
<p class="MsoNormal" style="margin-left:13.5pt;"><span style="font-family:&quot;" lang="EN-SG">2.<span> </span><a title="Analytical skills" href="http://en.wikipedia.org/wiki/Analytical_skills">Analytical skills</a> enable systems analysts to understand the organization and its functions, which helps him/her to identify opportunities and to analyze and solve problems.<br />
3.<span> </span>Technical skills help systems analysts understand the potential and the limitations of information technology. The systems analyst must be able to work with various programming languages, operating systems, and computer hardware platforms.<br />
4.<span> </span>Management skills help systems analysts manage projects, resources, risk, and change.<br />
5.<span> </span>Interpersonal skills help systems analysts work with end users as well as with other analysts, programmers, and other systems professionals.</span></p>
<p class="MsoNormal"><span style="font-family:&quot;" lang="EN-SG"> </span></p>
<p class="MsoNormal" style="margin-left:.25in;"><strong><span style="font-family:&quot;">Programmer</span></strong></p>
<p style="margin-left:13.5pt;"><strong>Programmer</strong> is someone who writes computer software. The term <em>computer programmer</em> can refer to a specialist in one area of computer programming or to a generalist who writes code for many kinds of software. (www.wikipedia.org/ programmer).</p>
<p style="margin-left:13.5pt;"><span style="color:#4d4d4d;">programmer makes to program bases design that made by system analyst</span></p>
<p class="MsoNormal"><span style="font-family:&quot;"> </span></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ruabineda.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ruabineda.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ruabineda.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ruabineda.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ruabineda.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ruabineda.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ruabineda.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ruabineda.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ruabineda.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ruabineda.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ruabineda.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ruabineda.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ruabineda.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ruabineda.wordpress.com/21/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ruabineda.wordpress.com&amp;blog=6658126&amp;post=21&amp;subd=ruabineda&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ruabineda.wordpress.com/2009/03/07/21/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8af44b15debf281f1f099181a2af6f2a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ruabineda</media:title>
		</media:content>

		<media:content url="http://ruabineda.files.wordpress.com/2009/03/1.jpg" medium="image">
			<media:title type="html">1</media:title>
		</media:content>

		<media:content url="http://ruabineda.files.wordpress.com/2009/03/21.jpg" medium="image">
			<media:title type="html">21</media:title>
		</media:content>

		<media:content url="http://ruabineda.files.wordpress.com/2009/03/3.jpg" medium="image">
			<media:title type="html">3</media:title>
		</media:content>
	</item>
		<item>
		<title>INFORMATION</title>
		<link>http://ruabineda.wordpress.com/2009/02/21/11/</link>
		<comments>http://ruabineda.wordpress.com/2009/02/21/11/#comments</comments>
		<pubDate>Sat, 21 Feb 2009 05:40:04 +0000</pubDate>
		<dc:creator>ruabineda</dc:creator>
				<category><![CDATA[system & information]]></category>

		<guid isPermaLink="false">http://ruabineda.wordpress.com/?p=11</guid>
		<description><![CDATA[INFORMATION In the field of computer science information is data that kept, processed, or transmited. (http://en.wikipedia.org/wiki/informasi) Information is processed data become more good form for and more meaning to accepted. Example of information Example of information is market riset report from marketing is useful for company to set new product development. Information Quality Quality of [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ruabineda.wordpress.com&amp;blog=6658126&amp;post=11&amp;subd=ruabineda&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<h3 style="margin-left:0;text-align:center;text-indent:0;"><a href="http://blogdhee.blogspot.com/2009/02/base-concept-of-information.html"><span style="color:windowtext;">INFORMATION</span></a></h3>
<p class="MsoNormal" style="text-align:justify;">In the field of computer science information is data that kept, processed, or transmited.</p>
<p class="MsoBodyText" style="text-align:justify;"><strong><span style="font-family:&quot;" lang="EN-SG">(http://en.wikipedia.org/wiki/informasi)</span></strong></p>
<p class="MsoNormal"><span>Information is processed data become more good form for and more meaning to accepted.</span></p>
<p class="MsoNormal"><span>Example of information </span></p>
<p class="MsoNormal">Example of information is market riset report from marketing is useful for company to set<span> </span>new product development.</p>
<p class="MsoNormal"><!--[if gte vml 1]&gt;                     &lt;![endif]--><!--[if !vml]--><!--[endif]--><span> </span></p>
<p class="MsoNormal"><strong><span style="font-size:13pt;">Information Quality</span></strong></p>
<p class="MsoNormal"><strong><span> </span></strong>Quality of information depended from three things,</p>
<p class="MsoNormal">First <span>Accurate</span>, second <span>Punctual</span>, and the third <span>Relevantly.</span></p>
<p class="MsoNormal" style="margin-left:.75in;text-indent:-.25in;"><!--[if !supportLists]--><strong><span style="font-size:11pt;"><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></strong><!--[endif]--><strong>Accurate</strong><span> <strong>:</strong></span>the information have to free from mistake and express its intention<strong>.</strong></p>
<p class="MsoNormal" style="margin-left:.75in;text-indent:-.25in;"><!--[if !supportLists]--><strong><span style="font-size:11pt;"><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></strong><!--[endif]--><strong>Punctual</strong> : the incoming information at receiver may not lose time.</p>
<p class="MsoNormal" style="margin-left:.75in;text-indent:-.25in;"><!--[if !supportLists]--><strong><span style="font-size:11pt;"><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></strong><!--[endif]--><strong>Relevantly</strong> : the information have benefit for its user.</p>
<p class="MsoNormal">
<p class="MsoNormal"><em>information value is determined from two matters that is benefit and cost for get it </em></p>
<p class="MsoNormal"><em>information valuable is big if the benefit is bigger than cost to get it.</em></p>
<p class="MsoNormal"><em><br />
</em></p>
<p class="MsoNormal"><em> </em><strong><span style="font-size:13pt;">Information System</span></strong></p>
<p class="MsoNormal" style="text-indent:.5in;">information system can we defined as technically as a set interrelated components that collect, process, store and distribute information to support decision making and control in an organization.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ruabineda.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ruabineda.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ruabineda.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ruabineda.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ruabineda.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ruabineda.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ruabineda.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ruabineda.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ruabineda.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ruabineda.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ruabineda.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ruabineda.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ruabineda.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ruabineda.wordpress.com/11/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ruabineda.wordpress.com&amp;blog=6658126&amp;post=11&amp;subd=ruabineda&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ruabineda.wordpress.com/2009/02/21/11/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8af44b15debf281f1f099181a2af6f2a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ruabineda</media:title>
		</media:content>
	</item>
		<item>
		<title>SYSTEM</title>
		<link>http://ruabineda.wordpress.com/2009/02/21/system/</link>
		<comments>http://ruabineda.wordpress.com/2009/02/21/system/#comments</comments>
		<pubDate>Sat, 21 Feb 2009 05:33:14 +0000</pubDate>
		<dc:creator>ruabineda</dc:creator>
				<category><![CDATA[system & information]]></category>

		<guid isPermaLink="false">http://ruabineda.wordpress.com/?p=3</guid>
		<description><![CDATA[SYSTEM System from Latin (syste-ma) and from Greek(sustēma) where a unitary that consist component or element that related to make information or energy easy to flow . This term often is used to describe a set entity interacted. System also be parts unitary mutual connected that stay in a area with has activator items. (http://en.wikipedia.org/wiki/sistem) [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ruabineda.wordpress.com&amp;blog=6658126&amp;post=3&amp;subd=ruabineda&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p class="MsoNormal" style="text-align:center;text-indent:.5in;" align="center"><strong><span style="font-size:16pt;">SYSTEM</span></strong></p>
<p class="MsoNormal">
<p class="MsoNormal" style="text-indent:.5in;">System from Latin (syste-ma) and from Greek(<em>sustēma</em>) where a unitary that consist component or element that related<span> </span>to make information or<span> </span>energy easy to flow . This term often is used to describe a set entity interacted. System also be parts unitary mutual connected that stay in a area with has activator items.</p>
<p class="MsoBodyText"><strong><span style="font-family:&quot;" lang="EN-SG">(http://en.wikipedia.org/wiki/sistem)</span></strong></p>
<p class="MsoBodyText" style="text-align:center;" align="center"><strong><span style="font-family:&quot;" lang="EN-SG"> </span></strong></p>
<p class="MsoBodyText"><span style="font-family:&quot;" lang="EN-SG">There are two approach to defining system that emphasized system with procedure and emphasized system with component.<strong><span> </span></strong></span></p>
<p class="MsoBodyText"><strong><span style="font-family:&quot;" lang="EN-SG"><span> </span></span></strong><span style="font-family:&quot;" lang="EN-SG">Emphasized system with procedure</span></p>
<p class="MsoBodyText" style="margin-left:1in;text-indent:-.25in;"><!--[if !supportLists]--><span style="font-family:Wingdings;" lang="EN-SG"><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-family:&quot;" lang="EN-SG"><span> </span>System is a working network from several procedures that operate together to archive a common purpose.</span></p>
<p class="MsoBodyText"><span style="font-family:&quot;" lang="EN-SG"><span> </span>Emphasized system with component</span></p>
<p class="MsoBodyText" style="margin-left:1in;text-indent:-.25in;"><!--[if !supportLists]--><span style="font-family:Wingdings;" lang="EN-SG"><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-family:&quot;" lang="EN-SG">System can defined as a collection of components that can interact to reach the objective.</span></p>
<p class="MsoNormal" style="text-indent:.5in;">Example of System is Information System that<span> </span>use by system analyst to analyze the grow of market.</p>
<p class="MsoNormal" style="text-indent:.5in;">
<p class="MsoNormal"><strong><span style="font-size:13pt;">Characteristics of system</span></strong></p>
<p class="MsoNormal" style="margin-left:.5in;text-indent:-.25in;"><!--[if !supportLists]--><strong><span>1.<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></strong><!--[endif]--><strong>Component</strong></p>
<p class="MsoNormal"><strong><span> </span></strong>component interact, work together to form one unitary.</p>
<p class="MsoNormal" style="margin-left:.5in;">system is consist of a number of subsystem. One of system can have a big system that<span> </span>mention supra system.</p>
<p class="MsoNormal"><span> </span></p>
<p class="MsoNormal" style="margin-left:.5in;text-indent:-.25in;"><strong>2.<span> </span>Boundary</strong><br />
Limiting system with other system or with external environment.</p>
<p class="MsoNormal" style="margin-left:.25in;">
<p class="MsoNormal" style="margin-left:.25in;"><strong>3.<span> </span>Environment</strong><span style="color:black;"> </span></p>
<p class="MsoNormal" style="text-indent:.5in;"><span style="color:black;">Everything beyond the bounds of the system cause influence system operation.</span></p>
<p class="MsoNormal"><span style="color:black;"><span> </span></span></p>
<p class="MsoNormal" style="margin-left:.5in;text-indent:-.25in;"><strong>4.<span> </span>Interface</strong><br />
Link Media between one sub system with other sub system</p>
<p class="MsoNormal">
<p class="MsoNormal" style="margin-left:.5in;text-indent:-.25in;"><strong>5.<span> </span>Input</strong><br />
Input mean something entered into system can be the form of treatment input and signal input.</p>
<p class="MsoNormal" style="margin-left:.5in;text-indent:-.25in;">
<p class="MsoNormal" style="margin-left:.5in;text-indent:-.25in;"><strong>6.<span> </span>Output</strong><br />
Result from processed energy and classified to become output which good for and exile remainder.</p>
<p class="MsoNormal"><span> </span></p>
<p class="MsoNormal" style="margin-left:.25in;"><strong>7.<span> </span>Process</strong><br />
Change input become output</p>
<p class="MsoNormal" style="margin-left:.25in;"><strong>8.<span> </span></strong><strong>Objective and Goal</strong></p>
<p class="MsoNormal" style="margin-left:.5in;">System has been said success when hit aim or the target.</p>
<p class="MsoNormal" style="margin-left:.5in;"><img class="alignnone size-full wp-image-8" title="untitled2" src="http://ruabineda.files.wordpress.com/2009/02/untitled2.jpg?w=460&#038;h=345" alt="untitled2" width="460" height="345" /></p>
<p class="MsoNormal" style="margin-left:.75in;"><!--[if gte vml 1]&gt;                     &lt;![endif]--><!--[if !vml]--><!--[endif]--><!--[if gte mso 9]&gt;   &lt;![endif]--></p>
<p class="MsoNormal" style="margin-left:.75in;"><strong><span style="font-size:13pt;">System Classification </span></strong></p>
<p class="MsoNormal" style="margin-left:.75in;">
<p class="MsoNormal" style="margin-left:.75in;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]--><strong>First definition</strong></p>
<p class="MsoNormal" style="margin-left:63pt;">In First definition, system classified as abstract system and physical system.</p>
<p class="MsoNormal" style="margin-left:.75in;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]--><strong>Second definition</strong></p>
<p class="MsoNormal" style="margin-left:.5in;text-indent:27pt;">In Second definition, system classified as natural system and human made system.</p>
<p class="MsoNormal" style="margin-left:.75in;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]-->.<strong>Third Definition<br />
</strong>In Third Definition, system classified as deterministic system and probabilistic system.</p>
<p class="MsoNormal" style="margin-left:.75in;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]--><strong>Fourth definition</strong></p>
<p class="MsoNormal" style="margin-left:.5in;text-indent:.5in;">In Fourth definition, system classified as closed system and open system.</p>
<p class="MsoNormal">
<p class="MsoNormal">
<p class="MsoNormal"><span> </span></p>
<h3 style="margin-left:0;text-align:center;text-indent:0;"><span style="font-size:12pt;"> </span></h3>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ruabineda.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ruabineda.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ruabineda.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ruabineda.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ruabineda.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ruabineda.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ruabineda.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ruabineda.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ruabineda.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ruabineda.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ruabineda.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ruabineda.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ruabineda.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ruabineda.wordpress.com/3/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ruabineda.wordpress.com&amp;blog=6658126&amp;post=3&amp;subd=ruabineda&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ruabineda.wordpress.com/2009/02/21/system/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8af44b15debf281f1f099181a2af6f2a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ruabineda</media:title>
		</media:content>

		<media:content url="http://ruabineda.files.wordpress.com/2009/02/untitled2.jpg" medium="image">
			<media:title type="html">untitled2</media:title>
		</media:content>
	</item>
		<item>
		<title>lalala..</title>
		<link>http://ruabineda.wordpress.com/2009/02/20/hello-world/</link>
		<comments>http://ruabineda.wordpress.com/2009/02/20/hello-world/#comments</comments>
		<pubDate>Fri, 20 Feb 2009 04:41:43 +0000</pubDate>
		<dc:creator>ruabineda</dc:creator>
				<category><![CDATA[system & information]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[wellome to my blog all! and sorry my english not good<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ruabineda.wordpress.com&amp;blog=6658126&amp;post=1&amp;subd=ruabineda&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>wellome to my blog all! and sorry my english not good <img src='http://s1.wp.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ruabineda.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ruabineda.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ruabineda.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ruabineda.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ruabineda.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ruabineda.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ruabineda.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ruabineda.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ruabineda.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ruabineda.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ruabineda.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ruabineda.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ruabineda.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ruabineda.wordpress.com/1/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ruabineda.wordpress.com&amp;blog=6658126&amp;post=1&amp;subd=ruabineda&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ruabineda.wordpress.com/2009/02/20/hello-world/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8af44b15debf281f1f099181a2af6f2a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ruabineda</media:title>
		</media:content>
	</item>
	</channel>
</rss>
