<?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>WinYvain</title>
	<atom:link href="http://winyvain.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://winyvain.wordpress.com</link>
	<description></description>
	<lastBuildDate>Fri, 22 Jul 2011 16:16:03 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='winyvain.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>WinYvain</title>
		<link>http://winyvain.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://winyvain.wordpress.com/osd.xml" title="WinYvain" />
	<atom:link rel='hub' href='http://winyvain.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Seventh Quiz : NORMALIZATION</title>
		<link>http://winyvain.wordpress.com/2009/04/26/sixth-quiz-normalization/</link>
		<comments>http://winyvain.wordpress.com/2009/04/26/sixth-quiz-normalization/#comments</comments>
		<pubDate>Sun, 26 Apr 2009 14:51:14 +0000</pubDate>
		<dc:creator>winyvain</dc:creator>
				<category><![CDATA[ADSI]]></category>

		<guid isPermaLink="false">http://winyvain.wordpress.com/?p=55</guid>
		<description><![CDATA[Database Normalization Normalization process is the establishment of the database structure so that most of the ambiguity can be removed. Normalization stage, starting from the most mild (1NF) to most stringent (5NF) usually only reach the level of 3NF or BCNF because already sufficient to generate the table-a table of good quality. Why do normalization? [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=winyvain.wordpress.com&amp;blog=6674838&amp;post=55&amp;subd=winyvain&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><!--[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;}  /* Style Definitions */  p.MsoNormal, li.MsoNormal, div.MsoNormal 	{mso-style-parent:""; 	margin:0cm; 	margin-bottom:.0001pt; 	mso-pagination:widow-orphan; 	font-size:12.0pt; 	font-family:"Times New Roman"; 	mso-fareast-font-family:"Times New Roman"; 	mso-ansi-language:IN;} @page Section1 	{size:612.0pt 792.0pt; 	margin:72.0pt 90.0pt 72.0pt 90.0pt; 	mso-header-margin:36.0pt; 	mso-footer-margin:36.0pt; 	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:0cm 5.4pt 0cm 5.4pt; 	mso-para-margin:0cm; 	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>
<h2><span><strong>Database Normalization </strong></span></h2>
<p class="MsoNormal"><span> Normalization process is the establishment of the database structure so that most of the ambiguity can be removed. Normalization stage, starting from the most mild (1NF) to most stringent (5NF) usually only reach the level of 3NF or BCNF because already sufficient to generate the table-a table of good quality. </span></p>
<p class="MsoNormal"><span><br />
</span></p>
<p class="MsoNormal"><span>Why do normalization?<br />
1. Optimizing table structures<br />
2. Increase speed<br />
3. The income data is the same<br />
4. More efficient of storage media<br />
5. Reduce redundancy<br />
6. Avoid anomalies (insertion anomalies, deletion anomalies, update anomalies).<br />
7. Improved data integrity</span></p>
<p>A table saying good (efficient) or if normal meet 3 criteria:<br />
1. If there is decomposition (decomposition) table, it must be guaranteed safe decomposition (Lossless-Join Decomposition). That is, after the table is described for a new table-table, the table-table can  generate a new table with the same exact.<br />
2. Maintain dependence on the functional changes in data (Dependency preservation).<br />
3. Does not violate Boyce-Code Normal Form (BCNF)</p>
<p>If the three criteria (BCNF) can not be met, then at least the table does not violate the Normal Form of the third stage (3rd Normal Form / 3NF).</p>
<p class="MsoNormal"><span id="more-55"></span></p>
<p class="MsoNormal">
<h2><span> Functional Dependency </span></h2>
<p class="MsoNormal"><span> Functional Dependency attributes describe the relationship in a relationship. An attribute said functionally dependant on the other, if we use the value attribute to determine the value of the other attributes.<br />
</span></p>
<ul>
<li><span> The symbols is used to represent the functional dependency is </span><span style="font-family:Wingdings;"><span>→</span></span></li>
</ul>
<p class="MsoNormal"><span><span> </span></span><span style="font-family:Wingdings;"><span>→</span></span><span> read determine the functional<br />
</span></p>
<ul>
<li><span> notation: A </span><span style="font-family:Wingdings;"><span>→</span></span><span> B </span></li>
</ul>
<p class="MsoNormal"><span> A and B are attributes of a table. A means of determining the functional B or B depends on A, if and only if there are 2 rows of data with the same value of A, then B is also the same value<br />
</span></p>
<p class="MsoNormal">
<ul>
<li><span>notation: A </span><span style="font-family:Wingdings;"><span>x→B</span></span><span><span> </span></span></li>
</ul>
<p class="MsoNormal"><span> It is the opposite of the previous notation.</span></p>
<p>Example:</p>
<p class="MsoNormal"><span><br />
<img class="alignnone size-full wp-image-67" title="contoh_fd" src="http://winyvain.files.wordpress.com/2009/04/contoh_fd.jpg" alt="contoh_fd" width="523" height="145" /></span></p>
<p><span style="text-decoration:underline;">Functional Dependency: </span><br />
<span>1. NRP<span> </span></span><span style="font-family:Wingdings;"><span>→ Nama</span></span><span><br />
</span><span>2. Mata_Kuliah, NRP<span> </span></span><span style="font-family:Wingdings;"><span>→</span></span><span> Nilai<br />
<span style="text-decoration:underline;"> Non Functional Dependency:</span><br />
</span><span> 1. Mata_Kuliah<span> </span></span><span style="font-family:Wingdings;"><span>→ NRP</span></span><span><br />
</span><span>2. NRP<span> </span></span><span style="font-family:Wingdings;"><span>→ Nilai</span></span></p>
<p>Functional Dependency of the table nilai</p>
<p class="MsoNormal"><span><span> &#8211; </span>Nrp </span><span style="font-family:Wingdings;"><span>→</span></span><span> Nama</span><span><span><br />
</span></span></p>
<p><span> Because for each value Nrp the same, then the value of the same name</span></p>
<p><span><span> &#8211; </span></span><span>(Mata_kuliah, NRP)<span> </span></span><span style="font-family:Wingdings;"><span>→ Nilai<br />
</span></span></p>
<p class="MsoNormal"><span> Because the value of attributes depending on the NRP and Mata_kuliah together. In another sense Mata_kuliah for the NRP and the same, they also rated the same, because Mata_kuliah and the NRP is a key (is unique).<br />
- Mata_kuliah x</span><span style="font-family:Wingdings;"><span>→ </span></span><span>NRP<br />
- NRP x</span><span style="font-family:Wingdings;"><span>→ Nilai</span></span></p>
<h2><span> FIRST NORMAL FORM &#8211; 1NF </span></h2>
<p class="MsoNormal"><span> A table on the form said to be normal if I did not reside in the unnormalized form of a table, where there is a kind of field multiplication and field that allows a null (empty)</span></p>
<p>What is not the 1NF:<br />
• Attribute values, many (Multivalue attributes).<br />
• Attribute a composite or a combination of both.<br />
So:<br />
• Price is the domain attribute must be atomic rates<br />
• Ex Student Data as follows:</p>
<p><img class="alignnone size-full wp-image-56" title="1nf_1" src="http://winyvain.files.wordpress.com/2009/04/1nf_1.jpg" alt="1nf_1" width="495" height="85" /></p>
<p>Or</p>
<p class="MsoNormal"><span><br />
<img class="alignnone size-full wp-image-57" title="1nf_2" src="http://winyvain.files.wordpress.com/2009/04/1nf_2.jpg" alt="1nf_2" width="545" height="85" /></span></p>
<p>Tables above does not meet 1NF. So decomposition can be:<br />
- Student Table:</p>
<p><img class="alignnone size-full wp-image-58" title="1nf_3" src="http://winyvain.files.wordpress.com/2009/04/1nf_3.jpg" alt="1nf_3" width="202" height="84" /></p>
<p>- Hobbies Table:</p>
<p><img class="alignnone size-full wp-image-59" title="1nf_4" src="http://winyvain.files.wordpress.com/2009/04/1nf_4.jpg" alt="1nf_4" width="221" height="161" /></p>
<p>Another example:</p>
<p><img class="alignnone size-full wp-image-60" title="1nf_5" src="http://winyvain.files.wordpress.com/2009/04/1nf_5.jpg" alt="1nf_5" width="468" height="483" /></p>
<h2><span>SECOND NORMAL FORM &#8211; 2NF </span></h2>
<p class="MsoNormal"><span> Normal form 2NF met in a table if it meets the form of 1NF, and all the attributes than the primary key, have a full Functional Dependency on primary key. A table does not meet 2NF, if there are attributes that Functional Dependency are only partial (only depending on the part of the primary key). If there are attributes that have no dependence on the primary key, then the attributes must be moved or removed. Y is full if it is said to delete an</span><span style="font-family:Symbol;"><span>à</span></span><span>• functional dependence X<span> </span>attribute A from X means that Y is no longer dependent functional. Y said if deleting a partial attribute A from X means that Y is functionally dependent.</span><span style="font-family:Symbol;"><span>à</span></span><span>• functional dependence X<span>. </span>The scheme in the form of the relation R 2NF if every non-primary key attribute A Î R depend on the full primary key functional R.</span></p>
<p>The following table meet 1NF, but not 2NF</p>
<p><img class="alignnone size-full wp-image-61" title="2nf_1" src="http://winyvain.files.wordpress.com/2009/04/2nf_1.jpg" alt="2nf_1" width="666" height="232" /></p>
<p>Does not meet 2NF, because (NIM, KodeMk) is regarded as the primary key:<br />
<span>(NIM, KodeMk)<span> </span></span><span style="font-family:Wingdings;"><span>→</span></span><span><span> </span>NamaMhs<br />
</span><span> </span><span>(NIM, KodeMk)<span> </span></span><span style="font-family:Wingdings;"><span>→ Alamat</span></span><span><br />
</span><span> </span><span>(NIM, KodeMk)<span> </span></span><span style="font-family:Wingdings;"><span>→ Matakuliah</span></span><span><br />
</span><span> </span><span>(NIM, KodeMk)<span> </span></span><span style="font-family:Wingdings;"><span>→ sks</span></span><span><br />
</span><span> </span><span>(NIM, KodeMk)<span> </span></span><span style="font-family:Wingdings;"><span>→ NilaiHuruf</span></span><span><br />
</span></p>
<p class="MsoNormal">
<p class="MsoNormal"><span> Table needs to be some table decomposition eligible 2NF. So dependency functional as follows:<br />
</span><span> </span><span>1. (NIM, KodeMk) </span><span style="font-family:Wingdings;"><span>→</span></span><span><span> NilaiHuruf  (fd1)</span></span><span> </span></p>
<p class="MsoNormal"><span> </span><span>2. NIM<span> </span></span><span style="font-family:Wingdings;"><span>→</span></span><span> {NamaMhs, Alamat}    (fd2)</span></p>
<p class="MsoNormal"><span> </span><span>3. KodeMk<span> </span></span><span style="font-family:Wingdings;"><span>→ </span></span><!--[if gte mso 9]&gt;  Normal 0   false false false        MicrosoftInternetExplorer4  &lt;![endif]--><!--[if gte mso 9]&gt;   &lt;![endif]--><!--  /* Style Definitions */  p.MsoNormal, li.MsoNormal, div.MsoNormal 	{mso-style-parent:""; 	margin:0cm; 	margin-bottom:.0001pt; 	mso-pagination:widow-orphan; 	font-size:12.0pt; 	font-family:"Times New Roman"; 	mso-fareast-font-family:"Times New Roman"; 	mso-ansi-language:IN;} @page Section1 	{size:612.0pt 792.0pt; 	margin:72.0pt 90.0pt 72.0pt 90.0pt; 	mso-header-margin:36.0pt; 	mso-footer-margin:36.0pt; 	mso-paper-source:0;} div.Section1 	{page:Section1;} --><span style="font-size:12pt;font-family:&quot;">{Matakuliah, Sks}<span> </span>(fd3)</span><span><span> </span><br />
So that: </span><span> </span></p>
<p class="MsoNormal"><span> </span><span>1. fd1 (NIM, KodeMk, NilaiHuruf)<span> </span></span><span style="font-family:Wingdings;"><span>→</span></span><span><span> Nilai Table </span></span><span> </span></p>
<p class="MsoNormal"><span> </span><span>2. fd2 (NIM, NamaMhs, Alamat)<span> </span></span><span style="font-family:Wingdings;"><span>→ </span></span><span><span>Mahasiswa Table</span></span><span><br />
</span><span> </span><span>3. fd3 (KodeMk, Matakuliah, SKS)<span> </span></span><span style="font-family:Wingdings;"><span>→ MataKuliah</span></span><span><span> Table</span></span></p>
<p>Another example:</p>
<p><img class="alignnone size-full wp-image-62" title="2nf_2" src="http://winyvain.files.wordpress.com/2009/04/2nf_2.jpg" alt="2nf_2" width="555" height="337" /></p>
<p class="MsoNormal"><span><br />
</span></p>
<h2><span> Third NORMAL FORM &#8211; 3NF </span></h2>
<p class="MsoNormal"><span> Normal form 3NF fulfilled if the form meets 2NF, and if there are no non-primary key attribute that has a dependence on non-primary key attributes of the other (transitive dependencies). Table following students eligible 2NF, but not 3NF.</span></p>
<p><img class="alignnone size-full wp-image-63" title="3nf_1" src="http://winyvain.files.wordpress.com/2009/04/3nf_1.jpg" alt="3nf_1" width="592" height="101" /></p>
<p>Because there are non-primary key attribute (Kota and Provinsi), which has a dependence on non-primary key attributes of the other (KodePos):<br />
<span>KodePos<span> </span></span><span style="font-family:Wingdings;"><span>→</span></span><span><span> </span></span><span> (Kota and Provinsi) </span><span><br />
So that the table should be decomposition to :<br />
- Mahasiswa (NIM, NamaMhs, Jalan, KodePos)<br />
- KodePos (KodePos, Provinsi, Kota)</span></p>
<p class="MsoNormal"><span>Another example:</span></p>
<p><img class="alignnone size-full wp-image-64" title="3nf_2" src="http://winyvain.files.wordpress.com/2009/04/3nf_2.jpg" alt="3nf_2" width="426" height="364" /></p>
<h2><span> Boyce-CODD NORMAL FORM (BCNF) </span></h2>
<p class="MsoNormal"><span> Boyce-Codd Normal Form constraint has a stronger form of the Normal third. To be BNCF, relations must be in the form of 1NF and forced each of the attributes depends on the function in the super key attributes. In the example below there is a relationship seminar, is the Primary Key NPM + Seminar. </span></p>
<p class="MsoNormal">
<p class="MsoNormal"><span>Students may take one or two seminars. Each seminar requires 2 each of the students and led by one of the 2 seminar. Each leader can only take one seminar course. NPM in this example and show a Seminar Counsellor.</span></p>
<p><img class="alignnone size-full wp-image-65" title="bcnf_1" src="http://winyvain.files.wordpress.com/2009/04/bcnf_1.jpg" alt="bcnf_1" width="443" height="176" /></p>
<p>Relations Seminar is a form of Third Normal, but not BCNF because Code Seminar is still dependent on the function Counsellor, if any Counsellor can only teach a seminar. Seminar depend on one key attribute is not as super key. But relations Seminar should be parsed into two namely:</p>
<p><img class="alignnone size-full wp-image-66" title="bcnf_2" src="http://winyvain.files.wordpress.com/2009/04/bcnf_2.jpg" alt="bcnf_2" width="647" height="182" /></p>
<h2><span> NORMAL FORM fourth and fifth(4NF adn 5Nf)</span></h2>
<p class="MsoNormal"><span> • Relations in fourth normal form (NF 4) if the relation in BCNF and dependency not contain many values. To remove the dependency of many values from a relation, we divide the relationship into two new relations. Each relation contains two attributes that have a lot of relationship value. </span></p>
<p class="MsoNormal"><span><br />
• Relations in fifth normal form (5NF) deal with the property called the join without any loss of information (lossless join). Fifth normal form (also called the 5 NF PJNF (projection join normal form). The case is very rare and appear difficult to detect in practice.</span></p>
<h2><span> WHAT WE CAN LEARN ? </span></h2>
<p class="MsoNormal"><span> • 1NF:<br />
- Omission multivalue attribute.<br />
</span><span> </span><span>- Atomic domain.<br />
• 2NF:<br />
</span><span> </span><span> &#8211; All attribute than the primary key must have the functional dependency of whole (not partial) to the primary key.<br />
• 3NF:<br />
</span><span> </span><span> &#8211; No non-attribute primary key attribute to have the dependency of the non-primary key other.</span></p>
<br />Posted in ADSI  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/winyvain.wordpress.com/55/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/winyvain.wordpress.com/55/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/winyvain.wordpress.com/55/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/winyvain.wordpress.com/55/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/winyvain.wordpress.com/55/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/winyvain.wordpress.com/55/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/winyvain.wordpress.com/55/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/winyvain.wordpress.com/55/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/winyvain.wordpress.com/55/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/winyvain.wordpress.com/55/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/winyvain.wordpress.com/55/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/winyvain.wordpress.com/55/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/winyvain.wordpress.com/55/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/winyvain.wordpress.com/55/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=winyvain.wordpress.com&amp;blog=6674838&amp;post=55&amp;subd=winyvain&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://winyvain.wordpress.com/2009/04/26/sixth-quiz-normalization/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0495d8d6424fa7b0fc7215a84f9207bb?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">winyvain</media:title>
		</media:content>

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

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

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

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

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

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

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

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

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

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

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

		<media:content url="http://winyvain.files.wordpress.com/2009/04/bcnf_2.jpg" medium="image">
			<media:title type="html">bcnf_2</media:title>
		</media:content>
	</item>
		<item>
		<title>Fifth Quiz : DATA FLOW DIAGRAM (DFD)</title>
		<link>http://winyvain.wordpress.com/2009/04/04/fifth-quiz-data-flow-diagram-dfd/</link>
		<comments>http://winyvain.wordpress.com/2009/04/04/fifth-quiz-data-flow-diagram-dfd/#comments</comments>
		<pubDate>Sat, 04 Apr 2009 13:18:58 +0000</pubDate>
		<dc:creator>winyvain</dc:creator>
				<category><![CDATA[ADSI]]></category>

		<guid isPermaLink="false">http://winyvain.wordpress.com/?p=38</guid>
		<description><![CDATA[DEFINITION Structured approach to the design starting from early 1970. Structured approach, complete with tools and needed techniques in the development of the system, so that the final results of the system will be developed in a system with well defined structure and clear. Through structured, complex problems can be solved in the organization and [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=winyvain.wordpress.com&amp;blog=6674838&amp;post=38&amp;subd=winyvain&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><!--[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;}  /* Style Definitions */  p.MsoNormal, li.MsoNormal, div.MsoNormal 	{mso-style-parent:""; 	margin:0cm; 	margin-bottom:.0001pt; 	mso-pagination:widow-orphan; 	font-size:12.0pt; 	font-family:"Times New Roman"; 	mso-fareast-font-family:"Times New Roman"; 	mso-ansi-language:IN;} p 	{mso-margin-top-alt:auto; 	margin-right:0cm; 	margin-bottom:5.75pt; 	margin-left:0cm; 	mso-pagination:widow-orphan; 	font-size:12.0pt; 	font-family:"Times New Roman"; 	mso-fareast-font-family:"Times New Roman";} @page Section1 	{size:612.0pt 792.0pt; 	margin:72.0pt 90.0pt 72.0pt 90.0pt; 	mso-header-margin:36.0pt; 	mso-footer-margin:36.0pt; 	mso-paper-source:0;} div.Section1 	{page:Section1;}  /* List Definitions */  @list l0 	{mso-list-id:91124897; 	mso-list-type:hybrid; 	mso-list-template-ids:-1955310634 67698689 67698703 67698693 67698689 67698691 67698693 67698689 67698691 67698693;} @list l0:level1 	{mso-level-number-format:bullet; 	mso-level-text:; 	mso-level-tab-stop:36.0pt; 	mso-level-number-position:left; 	text-indent:-18.0pt; 	font-family:Symbol;} @list l0:level2 	{mso-level-tab-stop:72.0pt; 	mso-level-number-position:left; 	text-indent:-18.0pt;} @list l1 	{mso-list-id:166605571; 	mso-list-type:hybrid; 	mso-list-template-ids:1438803018 67698703 67698693 67698715 67698703 67698713 67698715 67698703 67698713 67698715;} @list l1:level1 	{mso-level-tab-stop:54.0pt; 	mso-level-number-position:left; 	margin-left:54.0pt; 	text-indent:-18.0pt;} @list l1:level2 	{mso-level-number-format:bullet; 	mso-level-text:; 	mso-level-tab-stop:90.0pt; 	mso-level-number-position:left; 	margin-left:90.0pt; 	text-indent:-18.0pt; 	font-family:Wingdings;} @list l2 	{mso-list-id:449935302; 	mso-list-type:hybrid; 	mso-list-template-ids:-2100002840 67698689 67698703 67698693 67698689 67698691 67698693 67698689 67698691 67698693;} @list l2:level1 	{mso-level-number-format:bullet; 	mso-level-text:; 	mso-level-tab-stop:36.0pt; 	mso-level-number-position:left; 	text-indent:-18.0pt; 	font-family:Symbol;} @list l2:level2 	{mso-level-tab-stop:72.0pt; 	mso-level-number-position:left; 	text-indent:-18.0pt;} @list l3 	{mso-list-id:542835508; 	mso-list-type:hybrid; 	mso-list-template-ids:-2124510304 67698703 67698689 67698715 67698703 67698713 67698715 67698703 67698713 67698715;} @list l3:level1 	{mso-level-tab-stop:54.0pt; 	mso-level-number-position:left; 	margin-left:54.0pt; 	text-indent:-18.0pt;} @list l3:level2 	{mso-level-number-format:bullet; 	mso-level-text:; 	mso-level-tab-stop:90.0pt; 	mso-level-number-position:left; 	margin-left:90.0pt; 	text-indent:-18.0pt; 	font-family:Symbol;} @list l4 	{mso-list-id:621771136; 	mso-list-type:hybrid; 	mso-list-template-ids:119049876 67698689 67698691 67698693 67698689 67698691 67698693 67698689 67698691 67698693;} @list l4:level1 	{mso-level-number-format:bullet; 	mso-level-text:; 	mso-level-tab-stop:36.0pt; 	mso-level-number-position:left; 	text-indent:-18.0pt; 	font-family:Symbol;} @list l5 	{mso-list-id:848906982; 	mso-list-type:hybrid; 	mso-list-template-ids:97541136 67698689 67698703 67698693 67698689 67698691 67698693 67698689 67698691 67698693;} @list l5:level1 	{mso-level-number-format:bullet; 	mso-level-text:; 	mso-level-tab-stop:36.0pt; 	mso-level-number-position:left; 	text-indent:-18.0pt; 	font-family:Symbol;} @list l5:level2 	{mso-level-tab-stop:72.0pt; 	mso-level-number-position:left; 	text-indent:-18.0pt;} @list l6 	{mso-list-id:1013605799; 	mso-list-type:hybrid; 	mso-list-template-ids:-1505967324 67698689 67698703 67698693 67698689 67698691 67698693 67698689 67698691 67698693;} @list l6:level1 	{mso-level-number-format:bullet; 	mso-level-text:; 	mso-level-tab-stop:36.0pt; 	mso-level-number-position:left; 	text-indent:-18.0pt; 	font-family:Symbol;} @list l6:level2 	{mso-level-tab-stop:72.0pt; 	mso-level-number-position:left; 	text-indent:-18.0pt;} @list l7 	{mso-list-id:1081219799; 	mso-list-type:hybrid; 	mso-list-template-ids:-1288417230 67698689 67698691 67698693 67698689 67698691 67698693 67698689 67698691 67698693;} @list l7:level1 	{mso-level-number-format:bullet; 	mso-level-text:; 	mso-level-tab-stop:36.0pt; 	mso-level-number-position:left; 	text-indent:-18.0pt; 	font-family:Symbol;} @list l8 	{mso-list-id:1460027272; 	mso-list-type:hybrid; 	mso-list-template-ids:-194210190 67698689 67698691 67698693 67698689 67698691 67698693 67698689 67698691 67698693;} @list l8:level1 	{mso-level-number-format:bullet; 	mso-level-text:; 	mso-level-tab-stop:54.0pt; 	mso-level-number-position:left; 	margin-left:54.0pt; 	text-indent:-18.0pt; 	font-family:Symbol;} @list l9 	{mso-list-id:1756854471; 	mso-list-type:hybrid; 	mso-list-template-ids:-837513864 67698689 67698703 67698689 67698689 67698691 67698693 67698689 67698691 67698693;} @list l9:level1 	{mso-level-number-format:bullet; 	mso-level-text:; 	mso-level-tab-stop:36.0pt; 	mso-level-number-position:left; 	text-indent:-18.0pt; 	font-family:Symbol;} @list l9:level2 	{mso-level-tab-stop:72.0pt; 	mso-level-number-position:left; 	text-indent:-18.0pt;} @list l9:level3 	{mso-level-number-format:bullet; 	mso-level-text:; 	mso-level-tab-stop:108.0pt; 	mso-level-number-position:left; 	text-indent:-18.0pt; 	font-family:Symbol;} @list l10 	{mso-list-id:1876890666; 	mso-list-type:hybrid; 	mso-list-template-ids:522370662 67698689 67698703 67698689 67698703 67698691 67698693 67698689 67698691 67698693;} @list l10:level1 	{mso-level-number-format:bullet; 	mso-level-text:; 	mso-level-tab-stop:36.0pt; 	mso-level-number-position:left; 	text-indent:-18.0pt; 	font-family:Symbol;} @list l10:level2 	{mso-level-tab-stop:72.0pt; 	mso-level-number-position:left; 	text-indent:-18.0pt;} @list l10:level3 	{mso-level-number-format:bullet; 	mso-level-text:; 	mso-level-tab-stop:108.0pt; 	mso-level-number-position:left; 	text-indent:-18.0pt; 	font-family:Symbol;} @list l10:level4 	{mso-level-tab-stop:144.0pt; 	mso-level-number-position:left; 	text-indent:-18.0pt;} @list l11 	{mso-list-id:1964263907; 	mso-list-type:hybrid; 	mso-list-template-ids:1470023410 67698689 67698703 67698689 67698703 67698689 67698703 67698689 67698703 67698689;} @list l11:level1 	{mso-level-number-format:bullet; 	mso-level-text:; 	mso-level-tab-stop:54.0pt; 	mso-level-number-position:left; 	margin-left:54.0pt; 	text-indent:-18.0pt; 	font-family:Symbol;} @list l11:level2 	{mso-level-tab-stop:90.0pt; 	mso-level-number-position:left; 	margin-left:90.0pt; 	text-indent:-18.0pt;} @list l11:level3 	{mso-level-number-format:bullet; 	mso-level-text:; 	mso-level-tab-stop:126.0pt; 	mso-level-number-position:left; 	margin-left:126.0pt; 	text-indent:-18.0pt; 	font-family:Symbol;} @list l11:level4 	{mso-level-tab-stop:162.0pt; 	mso-level-number-position:left; 	margin-left:162.0pt; 	text-indent:-18.0pt;} @list l11:level5 	{mso-level-number-format:bullet; 	mso-level-text:; 	mso-level-tab-stop:198.0pt; 	mso-level-number-position:left; 	margin-left:198.0pt; 	text-indent:-18.0pt; 	font-family:Symbol;} @list l11:level6 	{mso-level-tab-stop:234.0pt; 	mso-level-number-position:left; 	margin-left:234.0pt; 	text-indent:-18.0pt;} @list l11:level7 	{mso-level-number-format:bullet; 	mso-level-text:; 	mso-level-tab-stop:270.0pt; 	mso-level-number-position:left; 	margin-left:270.0pt; 	text-indent:-18.0pt; 	font-family:Symbol;} @list l11:level8 	{mso-level-tab-stop:306.0pt; 	mso-level-number-position:left; 	margin-left:306.0pt; 	text-indent:-18.0pt;} @list l11:level9 	{mso-level-number-format:bullet; 	mso-level-text:; 	mso-level-tab-stop:342.0pt; 	mso-level-number-position:left; 	margin-left:342.0pt; 	text-indent:-18.0pt; 	font-family:Symbol;} ol 	{margin-bottom:0cm;} ul 	{margin-bottom:0cm;} --><!--[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:0cm 5.4pt 0cm 5.4pt; 	mso-para-margin:0cm; 	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:justify;line-height:150%;"><strong><span style="font-size:14pt;line-height:150%;">DEFINITION </span></strong><span><br />
<span> </span>Structured approach to the design starting from early 1970. Structured approach, complete with tools and needed techniques in the development of the system, so that the final results of the system will be developed in a system with well defined structure and clear.</span></p>
<p class="MsoNormal" style="text-align:justify;line-height:150%;"><span><span> </span><span> </span>Through structured, complex problems can be solved in the organization and results of the system will easy to maintain, flexible, more satisfied users, have any documentation of good, timely, according to the budget cost of development, can improve productivity and quality will be better (free error).</span></p>
<p class="MsoNormal" style="text-align:justify;line-height:150%;"><span><span> </span><span> </span>DFD is a logical data model or process that is made to describe the origin of the data and the destination where the data out of the system, where data is stored, the process that produces the data and the interaction between the data stored and the process is imposed on data.</span></p>
<p class="MsoNormal" style="text-align:justify;line-height:150%;"><span><span> </span><span> </span>DFD are often used to describe a system that already exists or the new system will be developed logically without considering the physical environment where the data flows, or where data are stored and the user is easy to understand to understand the field of computer systems that will be done. </span></p>
<p class="MsoNormal" style="text-align:justify;line-height:150%;"><span><span> </span>DFD is a tool that system design-oriented data flow with the concept of decomposition can be used for the delineation and analysis of system design that is easily communicated to the system by the professional user and the program.</span></p>
<p class="MsoNormal" style="text-align:justify;line-height:150%;"><span><span> <span id="more-38"></span></span><br />
</span><strong><span style="font-size:14pt;line-height:150%;">Context Diagram </span></strong><strong></strong></p>
<p class="MsoNormal" style="text-align:justify;line-height:150%;"><span><span> </span>Context diagram has characteristics as follows: </span></p>
<ul style="margin-top:0;" type="disc">
<li class="MsoNormal"><span>Consists of a      process and describe the scope of a system</span></li>
<li class="MsoNormal"><span>It is the highest      level of the DFD that describes the entire system to the input of the      system and output </span></li>
<li class="MsoNormal"><span>The system is      limited by Boundary (depicted by broken lines)</span></li>
<li class="MsoNormal"><span>No storage</span></li>
<li class="MsoNormal"><span>How to make      it ? : </span>
<ol style="margin-top:0;" type="1">
<li class="MsoNormal"><span>Specify the       name of the system.</span></li>
<li class="MsoNormal"><span>Determine       the limits of the system.</span></li>
<li class="MsoNormal"><span>Specify the       terminator are present in the system.</span></li>
<li class="MsoNormal"><span>Define what       is received / given terminator from / to the system.</span></li>
<li class="MsoNormal"><span>Draw context       diagram.</span></li>
</ol>
</li>
</ul>
<p class="MsoNormal" style="text-align:justify;line-height:150%;"><span><span> </span></span></p>
<p><strong><span style="font-size:14pt;line-height:150%;">Zero Diagram</span></strong></p>
<ul style="margin-top:0;" type="disc">
<li class="MsoNormal"><span>Describe the      process of the DFD</span></li>
<li class="MsoNormal"><span>Provide views      on the overall system in which, showing the main function or process that is,      the flow of data and external entity</span></li>
<li class="MsoNormal"><span>At this level      of data storage possible </span></li>
<li class="MsoNormal"><span>For processes      that do not detailed again on the next level then added the symbol &#8216;*&#8217; or      &#8216;P&#8217; at the end of the process</span></li>
<li class="MsoNormal"><span>Input and      output balance (balancing) between 0 to diagram context diagram should be      maintained </span></li>
<li class="MsoNormal"><span>How to make      it ? :</span>
<ol style="margin-top:0;" type="1">
<li class="MsoNormal"><span>Determine       the main process in the system.</span></li>
<li class="MsoNormal"><span>Determine       what is given / received each process to / from the system while       considering the concept of balance (the data flow outgoing / incoming       from a level should be the same as the flow of data entry / exit to the       next level).</span></li>
<li class="MsoNormal"><span>If       necessary, store peeping up data (master) as the source and destination       flow data. </span></li>
<li class="MsoNormal"><span>Draw diagram       level zero.</span></li>
</ol>
</li>
</ul>
<p class="MsoNormal" style="margin-left:90pt;text-align:justify;line-height:150%;"><span>- Avoid the intersection flow data </span></p>
<p class="MsoNormal" style="margin-left:90pt;text-align:justify;line-height:150%;"><span>- Give the number on the main process (the number does not indicate the order process). </span></p>
<p class="MsoNormal" style="text-align:justify;line-height:150%;"><span><br />
<!--[if !supportLineBreakNewLine]--><br />
<!--[endif]--></span></p>
<p class="MsoNormal" style="text-align:justify;line-height:150%;"><strong><span style="font-size:14pt;line-height:150%;">Detailed Diagram</span></strong></p>
<ul style="margin-top:0;" type="disc">
<li class="MsoNormal"><span>Its diagrams      that decompose a process that is in the diagram zero level or above </span></li>
<li class="MsoNormal"><span>Numbering      level in the DFD:</span></li>
</ul>
<p class="MsoNormal" style="text-align:justify;line-height:150%;padding-left:90px;"><span><img class="alignnone size-full wp-image-50" title="rincian-tabel" src="http://winyvain.files.wordpress.com/2009/04/rincian-tabel.jpg" alt="rincian-tabel" width="483" height="167" /><br />
<!--[endif]--></span></p>
<ul style="margin-top:0;" type="disc">
<li class="MsoNormal"><span>In the one      level there should be no more than 7 units and the maximum of 9, when more      should be done in the decomposition</span></li>
</ul>
<p class="MsoNormal" style="margin-left:18pt;text-align:justify;line-height:150%;"><span><span> </span></span></p>
<p><strong><span style="font-size:14pt;line-height:150%;">SPECIFICATION PROCESS</span></strong><strong></strong></p>
<ul style="margin-top:0;" type="disc">
<li class="MsoNormal"><span>Each process      in the DFD must have a specification process</span></li>
<li class="MsoNormal"><span>At the top      level method is used to describe the process can use a sentence with      descriptive</span></li>
<li class="MsoNormal"><span>On a more      detailed level, namely on the bottom (functional primitive) requires      specification of a more structured</span></li>
<li class="MsoNormal"><span>Specification      process will be the guideline for the programmer to make this program      (coding)</span></li>
<li class="MsoNormal"><span>Methods used      in the specification process: the process of disintegration in the form of      a story, decision table, decision tree</span></li>
</ul>
<p class="MsoNormal" style="margin-left:18pt;text-align:justify;line-height:150%;"><span><span> </span></span></p>
<p><strong><span style="font-size:14pt;line-height:150%;">EXTERNAL UNIT</span></strong><strong></strong></p>
<ul>
<li><!--[if !supportLists]--><span style="font-family:Symbol;"><span></span></span><span>Something that is outside the system, but it provides data in the system or to provide data from the system</span></li>
<li><!--[if !supportLists]--><span style="font-family:Symbol;"><span></span></span><!--[endif]--><span>Symbol by the notation</span></li>
<li><!--[if !supportLists]--><span style="font-family:Symbol;"><span></span></span><!--[endif]--><span>External entity not part of the system including</span></li>
<li><!--[if !supportLists]--><span style="font-family:Symbol;"><span></span></span><!--[endif]--><span>Naming:</span></li>
</ul>
<blockquote>
<ol>
<li><!--[if !supportLists]--><span><span></span></span><!--[endif]--><span>The name of the form of noun</span></li>
<li><!--[if !supportLists]--><span><span></span></span><!--[endif]--><span>Terminal may not have the same name except the same object </span></li>
</ol>
</blockquote>
<ul>
<li><!--[if !supportLists]--><span style="font-family:Symbol;"><span></span></span><!--[endif]--><span>There are two types of terminator:</span></li>
</ul>
<blockquote>
<ol>
<li><!--[if !supportLists]--><span><span></span></span><span>Terminator Source (source): the terminator of a source.</span></li>
<li><!--[if !supportLists]--><span><span><span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span>Terminator Destination (sink) is the terminator that was the purpose of data / information system.</span></li>
</ol>
</blockquote>
<p class="MsoNormal" style="margin-left:90pt;text-align:justify;text-indent:-18pt;line-height:150%;"><span></p>
<p style="padding-left:60px;"><img class="alignnone size-full wp-image-43" title="external-entity" src="http://winyvain.files.wordpress.com/2009/04/external-entity.jpg" alt="external-entity" width="470" height="68" /></p>
<p></span></p>
<ul>
<li><!--[if !supportLists]--><span style="font-family:Symbol;"><span></span></span><!--[endif]--><span><span> </span>Terminator may be a person, group of people, organizations, departments within the organization, or the same company but outside the system that is being made models. </span></li>
<li><!--[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]--><span>Terminator can also be departments, divisions or systems outside the system that communicate with the system that is currently being developed. </span></li>
</ul>
<p class="MsoNormal" style="margin-left:18pt;text-align:justify;line-height:150%;"><span> </span></p>
<p class="MsoNormal" style="margin-left:18pt;text-align:justify;line-height:150%;"><span><br />
</span><strong><span style="font-size:14pt;line-height:150%;">DATA FLOW</span></strong></p>
<ul>
<li><!--[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]--><span>It is a place flow information</span></li>
<li><!--[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]--><span>Described the straight line that connects the components of the system</span></li>
<li><!--[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]--><span>Flow data is shown with the direction arrows and the name on the flow of data that flows</span></li>
<li><!--[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]--><span>Flow data flow between processes, data storage and data flow indicates that the form of data input for the system</span></li>
<li><!--[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]--><span>Guidelines of the name:</span></li>
</ul>
<p class="MsoNormal" style="margin-left:90pt;text-align:justify;text-indent:-18pt;line-height:150%;"><!--[if !supportLists]--><span><span>1.<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span>Name of the flow of data that consists of some words associated with the flow lines connect </span></p>
<p class="MsoNormal" style="margin-left:90pt;text-align:justify;text-indent:-18pt;line-height:150%;"><!--[if !supportLists]--><span><span>2.<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span>No flow data for the same and the name should reflect its content</span></p>
<p class="MsoNormal" style="margin-left:90pt;text-align:justify;text-indent:-18pt;line-height:150%;"><!--[if !supportLists]--><span><span>3.<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span>The flow of data that consists of several elements can be expressed with the group element</span></p>
<p class="MsoNormal" style="margin-left:90pt;text-align:justify;text-indent:-18pt;line-height:150%;"><!--[if !supportLists]--><span><span>4.<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span>Avoid using the word &#8216;data&#8217; and &#8216;information&#8217; to give a name to the flow of data</span></p>
<p class="MsoNormal" style="margin-left:90pt;text-align:justify;text-indent:-18pt;line-height:150%;"><!--[if !supportLists]--><span><span>5.<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span>Wherever possible the complete flow of data is written </span></p>
<ul>
<li><!--[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]--><span>Terms of others:</span></li>
</ul>
<p class="MsoNormal" style="margin-left:90pt;text-align:justify;text-indent:-18pt;line-height:150%;"><!--[if !supportLists]--><span><span>1.<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span>Name of the flow of data into a process may not be the same as the name of the data flow out of the process</span></p>
<p class="MsoNormal" style="margin-left:90pt;text-align:justify;text-indent:-18pt;line-height:150%;"><!--[if !supportLists]--><span><span>2.<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span>Data flow into or out of data storage does not need to be given a name if:</span></p>
<p class="MsoNormal" style="margin-left:126pt;text-align:justify;line-height:150%;"><span>- Flow of data simple and easy to understand</span></p>
<p class="MsoNormal" style="margin-left:126pt;text-align:justify;line-height:150%;"><span>- Flow of data describes all data items</span></p>
<p class="MsoNormal" style="margin-left:90pt;text-align:justify;text-indent:-18pt;line-height:150%;"><!--[if !supportLists]--><span><span>3.<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span>There can be no flow of data from the terminal to the data storage, or vice versa because the terminal is not part of the system, the relationship with the terminal data storage must be through a process</span></p>
<ul>
<li><!--[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]--><span>In addition to indicating the direction, flow data on the model made by the professional system can represent bits, characters, messages, forms, real numbers, and various information related to the computer. Flow data can also represent data / information that is not associated with the computer.</span></li>
</ul>
<ul>
<li><!--[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]--><span>There are four concepts that need to be in the flow of data representation, namely:</span></li>
</ul>
<p class="MsoNormal" style="margin-left:90pt;text-align:justify;text-indent:-18pt;line-height:150%;"><!--[if !supportLists]--><strong><span><span>1.<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span></strong><!--[endif]--><strong><span>Data packets of </span></strong></p>
<p class="MsoNormal" style="margin-left:90pt;text-align:justify;line-height:150%;"><span><span> </span>When two or more data flows from a source to the same goal and have the same relationship, and should be considered as a single data flow, because the data that flow together as one package.</span></p>
<p class="MsoNormal" style="margin-left:90pt;text-align:justify;line-height:150%;padding-left:60px;"><span><img class="alignnone size-full wp-image-44" title="paket-data" src="http://winyvain.files.wordpress.com/2009/04/paket-data.jpg" alt="paket-data" width="398" height="86" /><br />
</span></p>
<p class="MsoNormal" style="margin-left:90pt;text-align:justify;text-indent:-18pt;line-height:150%;"><!--[if !supportLists]--><strong><span><span>2.<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span></strong><!--[endif]--><strong><span>Diverging Flow Data</span></strong></p>
<p class="MsoNormal" style="margin-left:90pt;text-align:justify;line-height:150%;"><span><span> </span>Flow of data spread shows a number of copies of data packets that originate from the same source to a different destination, or a complex data package is divided into multiple elements of data that is sent to a different destination, or flow data for a data packet that has a different value the will to be delivered to a different destination. </span></p>
<p class="MsoNormal" style="margin-left:90pt;text-align:justify;line-height:150%;padding-left:60px;"><span><img class="alignnone size-full wp-image-42" title="diverging-data-flow" src="http://winyvain.files.wordpress.com/2009/04/diverging-data-flow.jpg" alt="diverging-data-flow" width="500" height="171" /><br />
</span></p>
<p class="MsoNormal" style="margin-left:54pt;text-align:justify;text-indent:-18pt;line-height:150%;"><!--[if !supportLists]--><strong><span><span>3.<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span></strong><!--[endif]--><strong><span>Converging Data Flow</span></strong></p>
<p class="MsoNormal" style="margin-left:90pt;text-align:justify;line-height:150%;"><span><span> </span><span> </span>Some of the data flows of different resources to join together towards the same goal.</span></p>
<p class="MsoNormal" style="margin-left:90pt;text-align:justify;line-height:150%;padding-left:60px;"><span><img class="alignnone size-full wp-image-39" title="converging-data-flow" src="http://winyvain.files.wordpress.com/2009/04/converging-data-flow.jpg" alt="converging-data-flow" width="302" height="194" /><br />
</span></p>
<p class="MsoNormal" style="margin-left:54pt;text-align:justify;text-indent:-18pt;line-height:150%;"><!--[if !supportLists]--><strong><span><span>4.<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span></strong><!--[endif]--><strong><span>The purpose or the concept of Data Flow</span></strong></p>
<p class="MsoNormal" style="margin-left:90pt;text-align:justify;line-height:150%;"><span><span> </span><span> </span>All data flows must contain at least one process. The purpose is this sentence:</span></p>
<blockquote>
<blockquote>
<blockquote>
<ol>
<li><!--[if !supportLists]--><span style="font-family:Wingdings;"><span><span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span>A data flow resulting from a process and to a data store and / or the terminator (picture (a)).</span></li>
<li><!--[if !supportLists]--><span style="font-family:Wingdings;"><span><span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span>A data flow generated from a data store and / or terminator, and leading to a process (picture (b)).</span></li>
<li><!--[if !supportLists]--><span style="font-family:Wingdings;"><span><span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span>A data flow resulting from a process and to a process (picture (c)).</span></li>
</ol>
<p><img class="alignnone size-full wp-image-46" title="sumber-tujuan-alur-data" src="http://winyvain.files.wordpress.com/2009/04/sumber-tujuan-alur-data.jpg" alt="sumber-tujuan-alur-data" width="452" height="278" /></p></blockquote>
</blockquote>
</blockquote>
<p class="MsoNormal" style="text-align:justify;line-height:150%;"><span><span> </span></span></p>
<p><strong><span style="font-size:14pt;line-height:150%;">PROCESS</span></strong></p>
<ul style="margin-top:0;" type="disc">
<li class="MsoNormal"><span>The process      is what is done by the system</span></li>
<li class="MsoNormal"><span>The process      can process data flows or data entry into the flow of data out </span></li>
<li class="MsoNormal"><span>The transform      function of one or more of data input into one or more of the output data      in accordance with the desired specifications</span></li>
<li class="MsoNormal"><span>Each process      has one or more inputs and produce one or more output </span></li>
<li class="MsoNormal"><span>The process      is also often called bubble</span></li>
<li class="MsoNormal"><span>Guidelines of      the process:</span>
<ol style="margin-top:0;" type="1">
<li class="MsoNormal"><span>Name of the       process consists of a verb and noun, which reflects the function of the       process</span></li>
<li class="MsoNormal"><span>Do not use       the process as part of the name of a bubble</span></li>
<li class="MsoNormal"><span>May not have       some process that has the same name</span></li>
<li class="MsoNormal"><span>The process       should be given a number. Order number wherever possible to follow the       flow of the process or sequence, but the sequence number does not mean       that the absolute is a process in chronological order </span></li>
</ol>
</li>
</ul>
<p class="MsoNormal" style="text-align:justify;line-height:150%;padding-left:150px;"><span><br />
<!--[if !supportLineBreakNewLine]--><img class="alignnone size-full wp-image-45" title="proses" src="http://winyvain.files.wordpress.com/2009/04/proses.jpg" alt="proses" width="480" height="631" /><br />
<!--[endif]--></span></p>
<p class="MsoNormal" style="text-align:justify;line-height:150%;">
<p class="MsoNormal" style="text-align:justify;line-height:150%;"><strong><span style="font-size:14pt;line-height:150%;">DATA STORAGE</span></strong><strong></strong></p>
<ul style="margin-top:0;" type="disc">
<li class="MsoNormal"><span>Data storage      is a storage place for data that exists in the system</span></li>
<li class="MsoNormal"><span>Symbol by a      pair of parallel lines or two lines with one side open side</span></li>
<li class="MsoNormal"><span>The process      can retrieve data from or provide data to the database</span></li>
<li class="MsoNormal"><span>Guidelines of      the name:</span>
<ol style="margin-top:0;" type="1">
<li class="MsoNormal"><span>The name       should reflect the data storage</span></li>
<li class="MsoNormal"><span>When his       name more than one word must be marked with the number </span></li>
</ol>
</li>
</ul>
<ul>
<li><!--[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]--><span>A data store associated with the flow of data only on the component processes, not with the other components DFD. Data flows that connect the data store with an understanding of the process have the following:</span></li>
</ul>
<p class="MsoNormal" style="margin-left:72pt;text-align:justify;text-indent:-18pt;line-height:150%;"><!--[if !supportLists]--><span><span>1.<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span>Flow data from the data store, which means as the initialization or reading one single packet of data, more than one packet of data, part of a single packet of data, or part of more than one data packet to a process (picture (a)). </span></p>
<p class="MsoNormal" style="margin-left:72pt;text-align:justify;text-indent:-18pt;line-height:150%;"><!--[if !supportLists]--><span><span>2.<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span>Flow of data to store data as a means Updating data, such as adding a new data packet or more, remove one or more packages, or change / modify one or more packet data (picture (b)).</span></p>
<p class="MsoNormal" style="margin-left:72pt;text-align:justify;text-indent:-18pt;line-height:150%;padding-left:60px;"><img class="alignnone size-full wp-image-40" title="data-storage" src="http://winyvain.files.wordpress.com/2009/04/data-storage.jpg" alt="data-storage" width="444" height="171" /></p>
<p class="MsoNormal" style="margin-left:72pt;text-align:justify;text-indent:-18pt;line-height:150%;"><span><br />
</span></p>
<p class="MsoNormal" style="text-align:justify;line-height:150%;"><span><span> </span></span></p>
<p class="MsoNormal" style="text-align:justify;line-height:150%;"><span> </span></p>
<p class="MsoNormal" style="text-align:justify;line-height:150%;">
<p class="MsoNormal" style="text-align:justify;line-height:150%;"><strong><span style="font-size:14pt;line-height:150%;">DFD SYMBOLS</span></strong></p>
<p class="MsoNormal" style="text-align:justify;line-height:150%;padding-left:60px;"><img class="alignnone size-full wp-image-41" title="dfd-symbols" src="http://winyvain.files.wordpress.com/2009/04/dfd-symbols.jpg" alt="dfd-symbols" width="500" height="266" /></p>
<p class="MsoNormal" style="text-align:justify;line-height:150%;"><strong><span style="font-size:14pt;line-height:150%;"><br />
</span></strong></p>
<p class="MsoNormal" style="text-align:justify;line-height:150%;"><span><span> </span></span></p>
<p><strong><span style="font-size:14pt;line-height:150%;">DATA DICTIONARY</span></strong><strong></strong></p>
<ul style="margin-top:0;" type="disc">
<li class="MsoNormal"><span>Working to      help the system to interpret the application in detail and organize all      elements of the data used in the system precisely so that the system      analyst and have a basic understanding of the same input, output, storage      and process</span></li>
<li class="MsoNormal"><span>At the      analysis stage, the data dictionary is used as a means of communication      between the systems analyst with the user</span></li>
<li class="MsoNormal"><span>At the system      design, data dictionary is used to design input, reports and databases</span></li>
<li class="MsoNormal"><span>Flow data on      the global DAD, further details can be seen in the data dictionary</span></li>
<li class="MsoNormal"><span>Load the data      dictionary as follows:</span>
<ol style="margin-top:0;" type="1">
<li class="MsoNormal"><span>Name of data       flow: must note that readers who need further explanation about a flow of       data can find it easily</span></li>
<li class="MsoNormal"><span>Alias: alias       or other name of the data can be written</span></li>
<li class="MsoNormal"><span>Forms of       data: used to segment the data dictionary to use when designing the       system</span></li>
<li class="MsoNormal"><span>Flow data:       indicates from which data flows and where the data </span></li>
<li class="MsoNormal"><span>Description:       to give an explanation of the meaning of the data flow </span></li>
</ol>
</li>
</ul>
<p class="MsoNormal" style="text-align:justify;line-height:150%;">
<p><strong><span style="font-size:14pt;line-height:150%;">BALANCING IN DFD</span></strong><strong><span> </span></strong></p>
<ul style="margin-top:0;" type="disc">
<li class="MsoNormal"><span>Flow of data      into and out of a process must be the same as the flow of data into and      out of the details of the process on the level / levels below</span></li>
<li class="MsoNormal"><span>Name of the      data flow into and out of the process must match the name of the flow of      data into and out of the details of the process</span></li>
<li class="MsoNormal"><span>Number and      name of an entity outside the process must be equal to the number of names      and entities outside of the details of the process</span></li>
<li class="MsoNormal"><span>The issues      that must be considered in the DFD which have more than one level:</span>
<ol style="margin-top:0;" type="1">
<li class="MsoNormal"><span>There must       be a balance between input and output of one level and next level</span></li>
<li class="MsoNormal"><span>Balance       between level 0 and level 1 at the input / output of stream data to or       from the terminal on level 0, while the balance between level 1 and level       2 is seen on the input / output of stream data to / from the process       concerned</span></li>
<li class="MsoNormal"><span>Name of the       flow of data, data storage and terminals at each level must be the same       if the same object</span></li>
</ol>
</li>
</ul>
<p class="MsoNormal" style="text-align:justify;line-height:150%;"><span><span> </span></span></p>
<p class="MsoNormal" style="text-align:justify;line-height:150%;"><span><br />
</span><strong><span style="font-size:14pt;line-height:150%;">RESTRICTION IN DFD</span></strong></p>
<ul>
<li><!--[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]--><span>Flow data may not be from outside the entity directly to other outside entities without going through a process</span></li>
<li><!--[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]--><span>Flow data may not be from the savings directly to the data to outside entities without going through a process</span></li>
<li><!--[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]--><span>Flow data may not be saving the data directly from the savings and other data without going through a process</span></li>
<li><!--[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]--><span>Flow of data from one process directly to the other without going through the process of saving data should / be avoided as much as possible</span></li>
</ul>
<br />Posted in ADSI  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/winyvain.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/winyvain.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/winyvain.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/winyvain.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/winyvain.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/winyvain.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/winyvain.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/winyvain.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/winyvain.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/winyvain.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/winyvain.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/winyvain.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/winyvain.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/winyvain.wordpress.com/38/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=winyvain.wordpress.com&amp;blog=6674838&amp;post=38&amp;subd=winyvain&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://winyvain.wordpress.com/2009/04/04/fifth-quiz-data-flow-diagram-dfd/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0495d8d6424fa7b0fc7215a84f9207bb?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">winyvain</media:title>
		</media:content>

		<media:content url="http://winyvain.files.wordpress.com/2009/04/rincian-tabel.jpg" medium="image">
			<media:title type="html">rincian-tabel</media:title>
		</media:content>

		<media:content url="http://winyvain.files.wordpress.com/2009/04/external-entity.jpg" medium="image">
			<media:title type="html">external-entity</media:title>
		</media:content>

		<media:content url="http://winyvain.files.wordpress.com/2009/04/paket-data.jpg" medium="image">
			<media:title type="html">paket-data</media:title>
		</media:content>

		<media:content url="http://winyvain.files.wordpress.com/2009/04/diverging-data-flow.jpg" medium="image">
			<media:title type="html">diverging-data-flow</media:title>
		</media:content>

		<media:content url="http://winyvain.files.wordpress.com/2009/04/converging-data-flow.jpg" medium="image">
			<media:title type="html">converging-data-flow</media:title>
		</media:content>

		<media:content url="http://winyvain.files.wordpress.com/2009/04/sumber-tujuan-alur-data.jpg" medium="image">
			<media:title type="html">sumber-tujuan-alur-data</media:title>
		</media:content>

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

		<media:content url="http://winyvain.files.wordpress.com/2009/04/data-storage.jpg" medium="image">
			<media:title type="html">data-storage</media:title>
		</media:content>

		<media:content url="http://winyvain.files.wordpress.com/2009/04/dfd-symbols.jpg" medium="image">
			<media:title type="html">dfd-symbols</media:title>
		</media:content>
	</item>
		<item>
		<title>Fourth Quiz :INITIAL INVESTIGATION, REQUIREMENT ANALYSIS</title>
		<link>http://winyvain.wordpress.com/2009/03/29/fourth-quiz-initial-investigation-requirement-analysis/</link>
		<comments>http://winyvain.wordpress.com/2009/03/29/fourth-quiz-initial-investigation-requirement-analysis/#comments</comments>
		<pubDate>Sun, 29 Mar 2009 14:15:37 +0000</pubDate>
		<dc:creator>winyvain</dc:creator>
				<category><![CDATA[ADSI]]></category>

		<guid isPermaLink="false">http://winyvain.wordpress.com/?p=34</guid>
		<description><![CDATA[Development of a system is often caused by problems that often appear as the performance of the system is less good. For matters like this are usually top management to request assistance analais a system to conduct investigations on their system for the crab from the system they have and determine solutions. Of recommendations given [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=winyvain.wordpress.com&amp;blog=6674838&amp;post=34&amp;subd=winyvain&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p class="MsoNormal" style="text-align:justify;"><span lang="IN">Development of a system is often caused by problems that often appear as the performance of the system is less good. For matters like this are usually top management to request assistance analais a system to conduct investigations on their system for the crab from the system they have and determine solutions. Of recommendations given by the system analyst, the top management can decide whether to develop a system that already exists or create a new system better than the previous system.<br />
<!--[if !supportLineBreakNewLine]--><span id="more-34"></span><br />
<!--[endif]--></span></p>
<p class="MsoNormal"><strong><span style="font-size:14pt;" lang="IN"> </span></strong></p>
<p class="MsoNormal"><strong><span style="font-size:14pt;font-variant:small-caps;" lang="IN">System Concept Investigation<br />
<!--[if !supportLineBreakNewLine]--><br />
<!--[endif]--></span></strong></p>
<p class="MsoNormal" style="text-align:justify;"><strong><span style="font-size:14pt;" lang="IN"><span> </span></span></strong><span lang="IN">Problem is gap between the goal system and the actual system conditions, with the understanding why other systems failed to achieve the goals that the system has been determined previously. To know the things that have been what caused the failure of the system, the analyst should conduct an investigation before taking action to improve the system. With the investigation, an analyst will better understand the problem and the system flow more depth, even detect the problem is known but the problem still describe the size of the course.</span></p>
<p class="MsoNormal" style="text-align:justify;"><span lang="IN"><span> </span></span></p>
<p class="MsoNormal" style="text-align:justify;"><span lang="IN"><span> </span>Many reports in the detection problem may not actually be real or can not be solved. This may be because: </span></p>
<p class="MsoNormal" style="text-align:justify;"><span lang="IN">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="text-align:justify;"><span lang="IN">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 <span> </span>between the ideal and the current system is temporary and will decrease given <span> </span>patience).</p>
<p><strong>In solving the problem, should provide an explanation of:</strong> </span></p>
<p class="MsoNormal" style="text-align:justify;"><span lang="IN">a.<span> </span>The formulating condition of the system that runs through the investigation in detail.<br />
b.<span> </span>Getting a consensus that the ideal system.</span></p>
<p class="MsoNormal" style="text-align:justify;"><span lang="IN">c.<span> </span>Develop several alternatives to reduce the difference (gap) between the ideal system <span> </span>with which system is running</span></p>
<p class="MsoNormal" style="text-align:justify;"><span lang="IN">d.<span> </span>Selecting the best alternative and sell it to management.</span></p>
<p class="MsoNormal" style="text-align:justify;"><span lang="IN"><span> </span><br />
<span> </span>Task start point b to d akan take a very long time including the necessary costs. The objective of the investigation is to stabilize or show the actual problem occurred while analysts as a way to understand the system in depth.</span></p>
<p class="MsoNormal" style="text-align:justify;"><span lang="IN"><span> </span><br />
<!--[if !supportLineBreakNewLine]--><br />
<!--[endif]--></span></p>
<p class="MsoNormal" style="text-align:justify;"><span lang="IN"> </span></p>
<p class="MsoNormal" style="text-align:justify;"><span lang="IN"> </span></p>
<p class="MsoNormal" style="text-align:justify;"><strong><span style="font-size:14pt;font-variant:small-caps;" lang="IN">Constraints in the system of investigation</span></strong></p>
<p class="MsoNormal" style="text-align:justify;"><span lang="IN"><span> </span>In conducting investigations, there are several barriers or obstacles that will occur, among other issues:</span></p>
<p class="MsoNormal" style="margin-left:18pt;text-align:justify;text-indent:-18pt;"><span lang="IN"><span> </span>a.<span> </span><strong>Time (time)</strong> </span></p>
<p class="MsoNormal" style="margin-left:18pt;text-align:justify;text-indent:-18pt;"><span lang="IN"><span> </span>Analysts lack of resources (resource) time, so just do some investigative<span> </span>activities. Often top management is only giving a little time to conduct investigations<span> </span>on their system as soon as possible to get results.</span></p>
<p class="MsoNormal" style="text-align:justify;"><span lang="IN">b.<span> </span><strong>Cost</strong> </span></p>
<p class="MsoNormal" style="text-align:justify;"><span lang="IN"><span> </span>Often the costs incurred related to the length of time for activities investigas, so </span></p>
<p class="MsoNormal" style="margin-left:36pt;text-align:justify;text-indent:-18pt;"><span lang="IN">that management will give the limits of cost. The more time you are treated to make </span></p>
<p class="MsoNormal" style="margin-left:36pt;text-align:justify;text-indent:-18pt;"><span lang="IN">the investigation so the larger the cost of which must be issued. </span></p>
<p class="MsoNormal" style="text-align:justify;"><strong><span lang="IN">c. <span> </span>Science </span></strong></p>
<p class="MsoNormal" style="text-align:justify;"><span lang="IN"><span> </span>Manager information systems tend Yunior told analysts that do not yet have </span></p>
<p class="MsoNormal" style="margin-left:18pt;text-align:justify;text-indent:-18pt;"><span lang="IN"><span> </span><span> </span>the technical expertise or knowledge is sufficient, so that will impact on the results of </span></p>
<p class="MsoNormal" style="text-align:justify;"><span lang="IN"><span> </span><span> </span>investigations that are less deep, or more mature. </span></p>
<p class="MsoNormal" style="text-align:justify;"><strong><span lang="IN">d. <span> </span>Politics </span></strong></p>
<p class="MsoNormal" style="text-align:justify;"><span lang="IN"><span> </span>Management or the parties may distribute certain issues which aim to restrict</span></p>
<p class="MsoNormal" style="margin-left:18pt;text-align:justify;"><span lang="IN">the investigation activities.</span></p>
<p class="MsoNormal" style="text-align:justify;"><strong><span lang="IN">e. <span> </span>Interference.</span></strong></p>
<p class="MsoNormal" style="text-align:justify;"><span lang="IN"><span> </span><span> </span>There are parties who try to intervene or manage investigas in activities</span></p>
<p class="MsoNormal" style="text-align:justify;"><span lang="IN"><span> </span><span> </span>that will disrupt or cause a disruption and the results obtained in accordance with </span></p>
<p class="MsoNormal" style="text-align:justify;"><span lang="IN"><span> </span><span> </span>reality is less available. </span></p>
<p class="MsoNormal" style="margin-left:18pt;text-align:justify;text-indent:-18pt;"><span lang="IN"> </span></p>
<p class="MsoNormal" style="margin-left:18pt;text-align:justify;text-indent:-18pt;"><span lang="IN"> </span></p>
<p class="MsoNormal" style="margin-left:18pt;text-align:justify;text-indent:-18pt;"><strong><span style="font-size:14pt;font-variant:small-caps;" lang="IN">Recommendations </span></strong><span style="font-size:14pt;font-variant:small-caps;" lang="IN"><br />
</span><span lang="IN"><span> </span>Results of the investigation is a recommendation, which is one of them is as follows: </span></p>
<p class="MsoNormal" style="margin-left:18pt;text-align:justify;text-indent:-18pt;"><span lang="IN">a.<span> </span>Does not take any action because it found no problems. This can happen as they may in the preliminary report, the problem contrived so that at the time of the investigation is done-the problem does not happen or was not found.</span></p>
<p class="MsoNormal" style="margin-left:18pt;text-align:justify;text-indent:-18pt;"><span lang="IN">b.<span> </span>Perform system maintenance for problems that small. Maintenance of the system that<span> </span>made every day (short period) will help minimize the problems that appear in so fast and to always be better controlled. </span></p>
<p class="MsoNormal" style="margin-left:18pt;text-align:justify;text-indent:-18pt;"><span lang="IN">c.<span> </span>Increasing the ability or skills in the run or use the information system.<br />
d.<span> </span>Consider modifications to the system in total, so the need to replace it with the thought<span> </span><span> </span>that the new system. </span></p>
<p class="MsoNormal" style="text-align:justify;"><span lang="IN">e.<span> </span>Place going into the development plan system is immediately done.<br />
<span> </span>Investigative tactics </span></p>
<p class="MsoNormal" style="text-align:justify;"><span lang="IN"> </span></p>
<p class="MsoNormal" style="text-align:justify;"><strong><span style="font-size:14pt;font-variant:small-caps;" lang="IN"> </span></strong></p>
<p class="MsoNormal" style="text-align:justify;"><strong><span style="font-size:14pt;font-variant:small-caps;" lang="IN">Investigation tactics</span></strong></p>
<p class="MsoNormal" style="text-align:justify;"><span lang="IN"><br />
a. <span> </span>Listen, do not lecture. </span></p>
<p class="MsoNormal" style="margin-left:18pt;text-align:justify;"><span lang="IN">If you know all the answers, you certainly will not conduct investigations. So that in the investigation should provide enough time for the management or the user to explain in <span> </span>clear and complete, and system analysts do not dominate discussion</span></p>
<p class="MsoNormal" style="margin-left:18pt;text-align:justify;text-indent:-18pt;"><span lang="IN">b.<span> </span>Do not provide solutions to the initial problem    This means do not try showing ideas to solve the problem, before the investigation is completed all the activities carried out, so avoid solutions that part by part. </span></p>
<p class="MsoNormal" style="text-align:justify;"><span lang="IN">c.<span> </span>Comparing the story (compare stories). </span></p>
<p class="MsoNormal" style="margin-left:18pt;text-align:justify;text-indent:-18pt;"><span lang="IN"> <span> </span>Different people mean different views of the same problem,<br />
so the need to involve the supervisor and subordinate in the view of the problem clearly <span> </span>and can be trusted. Should not hear from the source 1 so that there is only 1 view. When the user has a difference of views, should find differences and then seek the views that have similarities. </span></p>
<p class="MsoNormal" style="text-align:justify;"><span lang="IN">d.<span> </span>Note the reluctance responses (look for reluctant responses). </span></p>
<p class="MsoNormal" style="text-align:justify;"><span lang="IN"><span> </span>Reluctance to give responses that indicate something is hidden. Too many problems<span> </span><span> </span>system also causes confusion, so not able to explain in full. </span></p>
<p class="MsoNormal" style="text-align:justify;"><span lang="IN">e.<span> </span>Note the logical inconsistency problems (probe for logical inconsistencies).<br />
<span> </span>Inconsistency is the logical termination of the data flow where data is<br />
<span> </span>missing, or suddenly appear certain data. Some of the things that dealing with this <span> </span>issue:<br />
<span> </span>There are the input of data but no output (black hole). </span></p>
<p class="MsoNormal" style="text-align:justify;"><span lang="IN"><span> </span>*There is the output, but no input (miracles).</span></p>
<p class="MsoNormal" style="text-align:justify;"><span lang="IN"><span> </span>f.<span> </span>Notice the impact you (observe your effect). </span></p>
<p class="MsoNormal" style="margin-left:18pt;text-align:justify;"><span lang="IN">Given the differences of when you attend and when you do not present. Rating referred directly to the internal probe. While external probe is the assessment made by anyone without known (searching external materials), such as by analyzing the report, history the problems of thectools, and sources of other secondary investigation.</span></p>
<p class="MsoNormal" style="margin-left:18pt;text-align:justify;text-indent:-18pt;"><span lang="IN">g.<span> </span>Require hard work, giving rise to boredom (expect hard, boring work).Be a detective professionals and patient in dealing with problems in phases. And the<span> </span>system is sustainable.</span></p>
<p class="MsoNormal" style="text-align:justify;"><span lang="IN">h.<span> </span>Avoid problems politk (avoid politics). </span></p>
<p class="MsoNormal" style="margin-left:18pt;text-align:justify;"><span lang="IN">Mission analyst system is not the judge the facts (your mission is the fact,<br />
not judgment). </span></p>
<p class="MsoNormal" style="margin-left:18pt;text-align:justify;"><span lang="IN"> </span></p>
<p class="MsoNormal" style="margin-left:18pt;text-align:justify;"><strong><span style="font-size:14pt;font-variant:small-caps;" lang="IN"> </span></strong></p>
<p class="MsoNormal" style="margin-left:18pt;text-align:justify;"><strong><span style="font-size:14pt;font-variant:small-caps;" lang="IN">Investigation techniques</span></strong></p>
<p class="MsoNormal" style="margin-left:18pt;text-align:justify;"><span lang="IN"> </span></p>
<p class="MsoNormal" style="margin-left:18pt;text-align:justify;"><span lang="IN"><span> </span>Investigation techniques included :</span></p>
<p class="MsoNormal" style="margin-left:18pt;text-align:justify;"><span lang="IN"><span> </span><br />
<strong>a.<span> </span>Directly (direct (internal) probes)</strong></span></p>
<p class="MsoNormal" style="margin-left:36pt;text-align:justify;"><span lang="IN">Namely to find out directly what is happening in the user environment<br />
They allow you to paying attention to it directly without<br />
through certain parties (interpreter). Internal probes are source of chaos<span> </span>(disruptive), the differences arise because of attitude. Internal<br />
probes used as richer and the justifier of the group facts that occurred (truer group</span></p>
<p class="MsoNormal" style="text-align:justify;"><span lang="IN"><span> </span><span> </span>of facts). There are three techniques for conduct the investigation directly, with:</span></p>
<p class="MsoNormal" style="margin-left:54pt;text-align:justify;text-indent:-18pt;"><!--[if !supportLists]--><strong><span 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 lang="IN">The questionnaire (questionnaires). </span></strong></p>
<p class="MsoNormal" style="text-align:justify;"><span lang="IN"><span> </span>This technique is very appropriate, if in the investigation have constraints<br />
<span> </span>time and cost. Although to get it through the form of responde<br />
<span> </span>field. The matters in the questionnaire condition explanations akan akan<br />
<span> </span>different if carried out directly in the face (face to face interview).<br />
<span> </span>This is the best of the questionnaire as a document that can show<br />
<span> </span>differences that occurred in the respondents</span></p>
<p class="MsoNormal" style="margin-left:63pt;text-align:justify;text-indent:-9pt;"><strong><span lang="IN">2. Frequently asked questions (interview). </span></strong></p>
<p class="MsoNormal" style="margin-left:63pt;text-align:justify;text-indent:-9pt;"><span lang="IN"><span> </span>These activities require time and<span> </span>special<span> </span>expertise. Not all people able to interview successfully. Interview can be used for the sequence in depth in addition to more flexible<br />
accordance with field conditions. Obstacles faced and the time is<br />
special expertise.</span></p>
<p class="MsoNormal" style="margin-left:63pt;text-align:justify;text-indent:-9pt;"><strong><span lang="IN">3. Observation.</span></strong></p>
<p class="MsoNormal" style="margin-left:63pt;text-align:justify;text-indent:-9pt;"><span lang="IN"><span> </span><span> </span>It is a strong internal probe (a powerful internal probe).<br />
Sit together with the system by making observations with the<br />
question is more specific. Why you do this activity?<br />
or where this document will be moved?. Each question may<br />
be can demonstrate problem solving mysterious</span></p>
<p class="MsoNormal" style="text-align:justify;text-indent:18pt;"><span lang="IN"> </span></p>
<p class="MsoNormal" style="text-align:justify;text-indent:18pt;"><strong><span lang="IN">b.<span> </span>Indirect (indirect (external) probes)</span></strong></p>
<p class="MsoNormal" style="margin-left:36pt;text-align:justify;text-indent:-18pt;"><span lang="IN"><span> </span><span> </span>Activities that can be done quickly and not visible from<br />
operational personnel, so that they can know the outside or something<br />
hidden from the user community. This activity will dominate<br />
activities at the beginning of the SDLC, the internal probe to deepen.<br />
<!--[if !supportLineBreakNewLine]--><br />
<!--[endif]--></span></p>
<p class="MsoNormal" style="margin-left:36pt;text-align:justify;text-indent:-18pt;"><strong><span lang="IN"><span> </span>1. Flow of the procedure (procedure flow).</span></strong></p>
<p class="MsoNormal" style="margin-left:45pt;text-align:justify;"><span lang="IN">Operational procedures is the means (vehicles) for new employees<br />
understand their work and experience to handle employee problems.<br />
If the procedure does not flow properly, the system information can not be<br />
also operated correctly. Use the system flowchart for<br />
the path information as an explanation operating procedures.<br />
If there is any problem diprosedur, the problem is probably will<br />
arise in the actual operations.</span></p>
<p class="MsoNormal" style="margin-left:45pt;text-align:justify;text-indent:-9pt;"><strong><span lang="IN">2. Reviewing documents (document review).</span></strong></p>
<p class="MsoNormal" style="margin-left:45pt;text-align:justify;"><span lang="IN">Is to find and collect the documents necessary (critical document). If problems occur in many customer orders, collected from the original source document customer orders that used as its data-entry, interactive screen format, detail<br />
transactions, and summary reports that the error occurred. Documents often caused problems.</span></p>
<p class="MsoNormal" style="text-align:justify;text-indent:36pt;"><strong><span lang="IN">3.<span> </span>Sampling.</span></strong></p>
<p class="MsoNormal" style="text-align:justify;text-indent:45pt;"><span lang="IN"><span> </span>Maybe you need information from the billing vendor that has been<br />
<span> </span>provide discounts at the time of payment, because the company lost<br />
<span> </span>money when the discount is not given when the delay of payment.<br />
<span> </span>You can involve the customer to get the payer<br />
<span> </span>information (although there are many transactions). Finally you can make<br />
<span> </span>list of sample data with the random selection for the last one week,<br />
<span> </span>select the 20 pages of daily transactions, select 5 items from each<br />
<span> </span>page are selected., record the information for each item and 5<br />
<span> </span>calculate the average-Ra and variants to the sample-sample of all transactions<br />
<span> </span>payment occurs.</span></p>
<p class="MsoNormal" style="text-align:justify;text-indent:36pt;"><strong><span lang="IN">4. Tabular (Tabular tools)</span></strong></p>
<p class="MsoNormal" style="margin-left:42pt;text-align:justify;"><span lang="IN">Also called the matrix, the check list to find disputes<span> </span>in the transaction flow as<span> </span>follows: </span></p>
<p class="MsoNormal" style="text-align:justify;"><strong><span lang="IN"> </span></strong></p>
<p class="MsoNormal" style="text-align:justify;"><strong><span style="font-size:14pt;font-variant:small-caps;" lang="IN"> </span></strong></p>
<p class="MsoNormal" style="text-align:justify;"><strong><span style="font-size:14pt;font-variant:small-caps;" lang="IN">System description</span></strong></p>
<p class="MsoNormal" style="text-align:justify;"><strong><span style="font-size:14pt;font-variant:small-caps;" lang="IN"><span> </span></span></strong><span lang="IN">Determine system performance at this time will have difficulty when<br />
company does not have a standard performance measurement system.<br />
Unfortunately, companies tend not to update documentation systems that are running. Therefore, to improve the document analyst system for investigating the problem.<br />
<span> </span>Description of the system include a clear explanation at this time:</span><strong></strong></p>
<p class="MsoNormal" style="text-align:justify;"><span lang="IN">a.Inputs<span> </span><br />
b.Outputs<br />
c.Files<br />
d.Data elements</span></p>
<p class="MsoNormal" style="text-align:justify;"><span lang="IN">e. Volume of transactions and documents action</span></p>
<p class="MsoNormal" style="text-align:justify;"><span lang="IN">f. Data flow diagrams</span></p>
<p class="MsoNormal" style="text-align:justify;"><span lang="IN"> </span></p>
<p class="MsoNormal" style="text-align:justify;"><strong><span lang="IN">NEEDS ANALYSIS</span></strong></p>
<p class="MsoNormal" style="text-align:justify;text-indent:36pt;"><span lang="IN">In doing this step will be achieved 4 goals, namely:</span></p>
<p class="MsoNormal" style="text-align:justify;"><span lang="IN">a. <span> </span>Describe the system at this time in full.</span></p>
<p class="MsoNormal" style="text-align:justify;"><span lang="IN">b. <span> </span>Describes the ideal information system.</span></p>
<p class="MsoNormal" style="text-align:justify;"><span lang="IN">c.<span> </span>Bringing information system to the ideal conditions at this time with<br />
<span> </span>attention to resource constraints.</span></p>
<p class="MsoNormal" style="text-align:justify;"><span lang="IN">d.<span> </span>Giving impetus to the confidence of this team into the development<br />
<span> </span>system</span></p>
<p class="MsoNormal" style="text-align:justify;"><span lang="IN">.<span> </span>Requirement analysis phase is the intensive interaction between the analyst<br />
system with the community system (end-user), where the development team<br />
system shows the expertise to get the responses and confidence the user, so get a good participation. Is working hard to get agreement user skeptical about their needs from an information system, as they may the failure of the previous information system.</span></p>
<p class="MsoNormal" style="text-align:justify;"><span lang="IN">The desire Requirement in the first stage of the system is doing a survey of<br />
the desire and the ideal information system. Here is an ideal concept than a reality, meaning that no the ideal system (no system is perfect information) but are subjective. If this is not explained in depth can rise to differences of views will be disappointing or end-user. Method needs analysis.</span></p>
<p class="MsoNormal" style="text-align:justify;text-indent:36pt;"><span lang="IN"><span> </span>Keep the selection method of collecting data for the right to do<br />
requirement system. Methods are interviews, questionnaires, observation, analysis procedure, and document the survey.Each method will be described in depth as follows:<br />
Frequently asked questions (Interviews)</span></p>
<p class="MsoNormal" style="text-align:justify;"><span lang="IN">1.<span> </span>How do the methods used.</span></p>
<p class="MsoNormal" style="margin-left:54pt;text-align:justify;text-indent:-18pt;"><!--[if !supportLists]--><span style="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 lang="IN">Elections potential interviewees.</span></p>
<p class="MsoNormal" style="margin-left:54pt;text-align:justify;text-indent:-18pt;"><!--[if !supportLists]--><span style="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 lang="IN">Make arrangements to potential interviewees.</span></p>
<p class="MsoNormal" style="margin-left:54pt;text-align:justify;text-indent:-18pt;"><!--[if !supportLists]--><span style="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 lang="IN">Setting up the structure of a complete and clear.</span></p>
<p class="MsoNormal" style="margin-left:54pt;text-align:justify;text-indent:-18pt;"><!--[if !supportLists]--><span style="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 lang="IN">Choosing the person personally and diinterview recorded.</span></p>
<p class="MsoNormal" style="margin-left:36pt;text-align:justify;text-indent:-36pt;"><!--[if !supportLists]--><span 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 lang="IN">Target of the method.</span></p>
<p class="MsoNormal" style="margin-left:72pt;text-align:justify;text-indent:-18pt;"><!--[if !supportLists]--><span style="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 lang="IN">private key in the process of DFD.</span></p>
<p class="MsoNormal" style="margin-left:72pt;text-align:justify;text-indent:-18pt;"><!--[if !supportLists]--><span style="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 lang="IN">Sometimes involve outsiders, such as customers or vendors.</span></p>
<p class="MsoNormal" style="margin-left:54pt;text-align:justify;text-indent:-54pt;"><span lang="IN">3.<span> </span>Benefits of the method. </span></p>
<p class="MsoNormal" style="margin-left:54pt;text-align:justify;text-indent:-18pt;"><!--[if !supportLists]--><span style="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 lang="IN">interviewer can measure the response through the questions and to adjust them according to the situation that occurred.</span></p>
<p class="MsoNormal" style="margin-left:54pt;text-align:justify;text-indent:-18pt;"><!--[if !supportLists]--><span style="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 lang="IN">Good for the problems that are not structured, such as why you think this could happen?.<br />
Demonstrating the effect of interviewer time.</span></p>
<p class="MsoNormal" style="margin-left:54pt;text-align:justify;text-indent:-18pt;"><!--[if !supportLists]--><span style="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 lang="IN">create a high response since the preparation meeting.</span></p>
<p class="MsoNormal" style="margin-left:36pt;text-align:justify;text-indent:-36pt;"><span lang="IN">4.<span> </span>Loss method.</span></p>
<p class="MsoNormal" style="margin-left:54pt;text-align:justify;text-indent:-18pt;"><!--[if !supportLists]--><span style="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 lang="IN">Requires time and cost is not small. </span></p>
<p class="MsoNormal" style="margin-left:54pt;text-align:justify;text-indent:-18pt;"><!--[if !supportLists]--><span style="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 lang="IN">Requires special training and experience of the interviewer.</span></p>
<p class="MsoNormal" style="margin-left:54pt;text-align:justify;text-indent:-18pt;"><!--[if !supportLists]--><span style="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 lang="IN">It is difficult to compare the interview reports as natural subjectivity.</span></p>
<p class="MsoNormal" style="text-align:justify;"><span lang="IN">5.<span> </span> When both methods are used.</span></p>
<p class="MsoNormal" style="margin-left:54pt;text-align:justify;text-indent:-18pt;"><!--[if !supportLists]--><span style="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 lang="IN">Obtain or view a description of key personnel.</span></p>
<p class="MsoNormal" style="margin-left:54pt;text-align:justify;text-indent:-18pt;"><!--[if !supportLists]--><span style="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 lang="IN">Test the credibility of the interviewees.</span></p>
<p class="MsoNormal" style="margin-left:54pt;text-align:justify;text-indent:-18pt;"><!--[if !supportLists]--><span style="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 lang="IN">Search for the interview unsureness or contradictions.stabilizing credibility team. Some important factors in both the interview, namely objektives,<br />
audience, format, weighting and combining responses, and docummentation. </span></p>
<p class="MsoNormal" style="text-align:justify;"><span lang="IN">Questionnaires<span> </span><br />
1.<span> </span>How do the methods used.</span></p>
<p class="MsoNormal" style="margin-left:54pt;text-align:justify;text-indent:-18pt;"><!--[if !supportLists]--><span style="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 lang="IN">Design using standard questionnaires.</span></p>
<p class="MsoNormal" style="margin-left:54pt;text-align:justify;text-indent:-18pt;"><!--[if !supportLists]--><span style="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 lang="IN">The questionnaire sent to a work environment end-users.</span></p>
<p class="MsoNormal" style="margin-left:54pt;text-align:justify;text-indent:-18pt;"><!--[if !supportLists]--><span style="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 lang="IN">Structure of the response statistics summarized in the distribution.</span></p>
<p class="MsoNormal" style="text-align:justify;"><span lang="IN">2. Target of the method.</span></p>
<p class="MsoNormal" style="margin-left:54pt;text-align:justify;text-indent:-18pt;"><!--[if !supportLists]--><span style="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 lang="IN">All end-user with their knowledge will be involved in the process of solution<br />
splitting system.</span></p>
<p class="MsoNormal" style="margin-left:54pt;text-align:justify;text-indent:-18pt;"><!--[if !supportLists]--><span style="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 lang="IN">End-user associated with the use of symbols in a DFD.</span></p>
<p class="MsoNormal" style="text-align:justify;"><span lang="IN">3.<span> </span>Benefits of the method.</span></p>
<p class="MsoNormal" style="margin-left:54pt;text-align:justify;text-indent:-18pt;"><!--[if !supportLists]--><span style="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 lang="IN">Cheap and fast from the interviews.</span></p>
<p class="MsoNormal" style="margin-left:54pt;text-align:justify;text-indent:-18pt;"><!--[if !supportLists]--><span style="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 lang="IN">Not require a trained investigator (only one expert who needed to design a questionnaire for the end-user selected.</span></p>
<p class="MsoNormal" style="margin-left:54pt;text-align:justify;text-indent:-18pt;"><!--[if !supportLists]--><span style="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 lang="IN">Easy to mensintesis results since the making of the questionnaire. </span></p>
<p class="MsoNormal" style="margin-left:54pt;text-align:justify;text-indent:-18pt;"><!--[if !supportLists]--><span style="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 lang="IN">With easy-to minimize the cost for all end-user.</span></p>
<p class="MsoNormal" style="text-align:justify;"><span lang="IN">4.<span> </span>Loss method.</span></p>
<p class="MsoNormal" style="margin-left:54pt;text-align:justify;text-indent:-18pt;"><!--[if !supportLists]--><span style="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 lang="IN">Unable to make a specific question for the end-user.</span></p>
<p class="MsoNormal" style="margin-left:54pt;text-align:justify;text-indent:-18pt;"><!--[if !supportLists]--><span style="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 lang="IN">Analyst does not involve an impression so that can reveal personal end-user.</span></p>
<p class="MsoNormal" style="margin-left:54pt;text-align:justify;text-indent:-18pt;"><!--[if !supportLists]--><span style="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 lang="IN">response to a low not because there is a strong encouragement for return the questionnaire. </span></p>
<p class="MsoNormal" style="margin-left:54pt;text-align:justify;text-indent:-18pt;"><!--[if !supportLists]--><span style="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 lang="IN">Unable to adjust the question to end-user specific. </span></p>
<p class="MsoNormal" style="margin-left:36pt;text-align:justify;text-indent:-36pt;"><!--[if !supportLists]--><span 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><!--[endif]--><span lang="IN">When both methods are used.</span></p>
<p class="MsoNormal" style="margin-left:72pt;text-align:justify;text-indent:-36pt;"><!--[if !supportLists]--><span style="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 lang="IN">simple question, and have no meaning fork.</span></p>
<p class="MsoNormal" style="margin-left:72pt;text-align:justify;text-indent:-36pt;"><!--[if !supportLists]--><span style="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 lang="IN">Requires a broad perspective of the end-user.</span></p>
<p class="MsoNormal" style="margin-left:72pt;text-align:justify;text-indent:-36pt;"><!--[if !supportLists]--><span style="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 lang="IN">If you have less time and cost.</span></p>
<p class="MsoNormal" style="text-align:justify;"><span lang="IN"> </span></p>
<p class="MsoNormal" style="text-align:justify;"><strong><span lang="IN">Observation<br />
</span></strong><span lang="IN"><br />
1.<span> </span>How do the methods used.</span></p>
<p class="MsoNormal" style="margin-left:54pt;text-align:justify;text-indent:-18pt;"><!--[if !supportLists]--><span style="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 lang="IN">Personally visit the location of one analyst observed. </span></p>
<p class="MsoNormal" style="margin-left:54pt;text-align:justify;text-indent:-18pt;"><!--[if !supportLists]--><span style="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 lang="IN">Analysts recording events in the location of the observation, and including volumen processing, spreadsheets.</span></p>
<p class="MsoNormal" style="margin-left:36pt;text-align:justify;text-indent:-36pt;"><!--[if !supportLists]--><span 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 lang="IN">Target of the method.</span></p>
<p class="MsoNormal" style="margin-left:72pt;text-align:justify;text-indent:-36pt;"><!--[if !supportLists]--><span style="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 lang="IN">geographic location of the process shown in the DFD (Data Flow Diagram) </span></p>
<p class="MsoNormal" style="text-align:justify;"><span lang="IN">3.<span> </span>Benefits of the method.</span></p>
<p class="MsoNormal" style="margin-left:54pt;text-align:justify;text-indent:-18pt;"><!--[if !supportLists]--><span style="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 lang="IN">Get the facts from the records of opinion.</span></p>
<p class="MsoNormal" style="margin-left:54pt;text-align:justify;text-indent:-18pt;"><!--[if !supportLists]--><span style="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 lang="IN">Not require construction of a question. </span></p>
<p class="MsoNormal" style="margin-left:54pt;text-align:justify;text-indent:-18pt;"><!--[if !supportLists]--><span style="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 lang="IN">Do not disrupt or hide something (end-users do not know<br />
that they are observed).</span></p>
<p class="MsoNormal" style="margin-left:54pt;text-align:justify;text-indent:-18pt;"><!--[if !supportLists]--><span style="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 lang="IN">Analyst does not rely on oral explanations from the end-users.</span></p>
<p class="MsoNormal" style="text-align:justify;"><span lang="IN"> </span></p>
<p class="MsoNormal" style="margin-left:36pt;text-align:justify;"><span lang="IN"> </span></p>
<p class="MsoNormal" style="text-align:justify;"><span lang="IN">4. Loss Method</span></p>
<p class="MsoNormal" style="margin-left:54pt;text-align:justify;text-indent:-18pt;"><!--[if !supportLists]--><span style="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 lang="IN">If visible, analysts may change the operation (end-user was observed).</span></p>
<p class="MsoNormal" style="margin-left:54pt;text-align:justify;text-indent:-18pt;"><!--[if !supportLists]--><span style="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 lang="IN">In the long term, the fact that in one observation may be not appropriate (representative) in daily or weekly. </span></p>
<p class="MsoNormal" style="margin-left:54pt;text-align:justify;text-indent:-18pt;"><!--[if !supportLists]--><span style="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 lang="IN">Requires experience and special kehlian analyst.</span></p>
<p class="MsoNormal" style="margin-left:21pt;text-align:justify;text-indent:-18pt;"><!--[if !supportLists]--><span 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><!--[endif]--><span lang="IN">When both methods are used. </span></p>
<p class="MsoNormal" style="text-align:justify;"><span lang="IN">Require a quantitative description, such as time, volume and so forth. the suspicion that the end-user to the actual occurrence of a does not occur (contrived).</span></p>
<p class="MsoNormal" style="text-align:justify;"><span lang="IN">Tip in the practical observations:</span></p>
<p class="MsoNormal" style="margin-left:36pt;text-align:justify;text-indent:-18pt;"><!--[if !supportLists]--><span 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]--><span lang="IN">Do not be observed in a long time.</span></p>
<p class="MsoNormal" style="margin-left:18pt;text-align:justify;"><span lang="IN"><span> </span>There are two reasons, namely: with a long time will disturb the operation<br />
<span> </span>which is being observed, and will deflect the real problems.<br />
b. <span> </span>Create a brief note.</span></p>
<p class="MsoNormal" style="margin-left:18pt;text-align:justify;"><span lang="IN">c.<span> </span>Before observations, please let the supervisor and the involved<br />
<span> </span>about what will be done and why, so it will reduce interference.</span></p>
<p class="MsoNormal" style="margin-left:18pt;text-align:justify;"><span lang="IN">d.<span> </span>Use a short checklist of the required information together</span></p>
<p class="MsoNormal" style="margin-left:18pt;text-align:justify;"><span lang="IN">e.<span> </span>Do not make observations without a plan </span></p>
<p class="MsoNormal" style="text-align:justify;"><span lang="IN"><br />
<!--[if !supportLineBreakNewLine]--><br />
<!--[endif]--></span></p>
<p class="MsoNormal" style="text-align:justify;"><strong><span lang="IN">Procedure Analysis</span></strong></p>
<p class="MsoNormal" style="text-align:justify;"><strong><span lang="IN"> </span></strong></p>
<p class="MsoNormal" style="text-align:justify;"><span lang="IN">1. How do the methods used.</span></p>
<p class="MsoNormal" style="text-align:justify;"><span lang="IN">• The operating procedures can identify and learn document the flow of key information through the system, with data flow diagram (DFD).</span></p>
<p class="MsoNormal" style="text-align:justify;"><span lang="IN">• Each flow key document describes the procedures operating system.</span></p>
<p class="MsoNormal" style="text-align:justify;"><span lang="IN">• Through observation, learn the facts of the analyst describe your volume of distribution (high, low, medium) and what the next to be a copy of the original document.</span></p>
<p class="MsoNormal" style="text-align:justify;"><span lang="IN"><span> </span><br />
2. Target of the method.</span></p>
<p class="MsoNormal" style="text-align:justify;"><span lang="IN">• Documents in the main DFD (Data Flow Diagram)</span></p>
<p class="MsoNormal" style="text-align:justify;"><span lang="IN">• The process in the DFD.</span></p>
<p class="MsoNormal" style="text-align:justify;"><span lang="IN"><span> </span><br />
3. Benefits of the method.</span></p>
<p class="MsoNormal" style="text-align:justify;"><span lang="IN">• Evaluation procedures can be done with the intervention (interferences) is minimal and does not affect the operation.</span></p>
<p class="MsoNormal" style="text-align:justify;"><span lang="IN">• Procedures can flow into a structure checklist for make observations.</span></p>
<p class="MsoNormal" style="text-align:justify;"><span lang="IN"><span> </span><br />
4. Loss method.</span></p>
<p class="MsoNormal" style="text-align:justify;"><span lang="IN">• procedures may not be complete and not up to date again.</span></p>
<p class="MsoNormal" style="text-align:justify;"><span lang="IN">• Learning the flow chart document takes time and expertise analyst.</span></p>
<p class="MsoNormal" style="text-align:justify;"><span lang="IN"><span> </span><br />
5. When both methods are used.</span></p>
<p class="MsoNormal" style="text-align:justify;"><span lang="IN"><span> </span>• decide whether the failure of the system can help design good.</span></p>
<p class="MsoNormal" style="text-align:justify;"><span lang="IN"><span> </span>• The analyst is not completely familiar with the document flow.</span></p>
<p class="MsoNormal" style="text-align:justify;"><span lang="IN"><span> </span>• describe your document that disrupt the flow of work function.</span></p>
<p class="MsoNormal" style="text-align:justify;"><span lang="IN"><span> </span></p>
<p><!--[if !supportLineBreakNewLine]--><br />
<!--[endif]--></span></p>
<p class="MsoNormal" style="text-align:justify;"><strong><span lang="IN">Observations document (Document Survey) </span></strong></p>
<p class="MsoNormal" style="text-align:justify;"><span lang="IN"><br />
1. How do the methods used.</span></p>
<p class="MsoNormal" style="text-align:justify;"><span lang="IN">• Identifying the main documents and reports (physical data flow diagram).</span></p>
<p class="MsoNormal" style="text-align:justify;"><span lang="IN">• Collect copies of actual documents and reports.</span></p>
<p class="MsoNormal" style="text-align:justify;"><span lang="IN">• Any documents or reports, is used to record data, including field (the size and type), frequency of use and coding structure.</span></p>
<p class="MsoNormal" style="text-align:justify;"><span lang="IN"><span> </span><br />
2. Target of the method.</span></p>
<p class="MsoNormal" style="text-align:justify;"><span lang="IN">• Flow data key shown in the data flow diagram (DFD).</span></p>
<p class="MsoNormal" style="text-align:justify;"><span lang="IN"><span> </span><br />
3. Benefits of the method.</span></p>
<p class="MsoNormal" style="text-align:justify;"><span lang="IN">• Minimize interruptions of operations functions.</span></p>
<p class="MsoNormal" style="text-align:justify;"><span lang="IN">• The beginning of the data element dictionary.</span></p>
<p class="MsoNormal" style="text-align:justify;"><span lang="IN">• Often, you can consider the major procedural modification.</span></p>
<p class="MsoNormal" style="text-align:justify;"><span lang="IN"><span> </span><br />
4. Loss method.</span></p>
<p class="MsoNormal" style="text-align:justify;"><span lang="IN">• Requires enough time (there is a business organization in the swamped with documents and reports).</span></p>
<p class="MsoNormal" style="text-align:justify;"><span lang="IN"><span> </span><br />
5. When both methods are used.</span></p>
<p class="MsoNormal" style="text-align:justify;"><span lang="IN">• Must be done if a system will be designed (for activities analysis, clarity in the new system design and analysis documents can help to determine the next task of the design).</p>
<p><strong>Sampling </strong><br />
<span> </span>Sampling can help reduce the time and cost. Need for accuracy select a sample of the population, so the statistics that require expertise not experience a failure or threat.</span></p>
<p class="MsoNormal" style="text-align:justify;"><span lang="IN"><span> </span></p>
<p><!--[if !supportLineBreakNewLine]--><br />
<!--[endif]--></span></p>
<p class="MsoNormal" style="text-align:justify;"><strong><span style="font-size:14pt;font-variant:small-caps;" lang="IN">Resource constraints</span></strong></p>
<p class="MsoNormal" style="text-align:justify;"><span lang="IN"><span> </span><br />
a. Time</span></p>
<p class="MsoNormal" style="text-align:justify;"><span lang="IN"><span> </span>Changes a system must be expressed in the framework since decreasing function of the system quickly. Time constraints can be influence the analyst to consider the technology innovation that is not may be operated in a short time. Therefore, the need to need enough time to have a leeway of time so that can create the most good alternative.<br />
<!--[if !supportLineBreakNewLine]--><br />
<!--[endif]--></span></p>
<p class="MsoNormal" style="text-align:justify;"><span lang="IN">b. Money</span></p>
<p class="MsoNormal" style="text-align:justify;"><span lang="IN"><span> </span><span> </span>The ideal information system will require that the cost of expensive, so requires adequate funding. This will occur due to competition with our competitors where they embed investment in a large information system.</span></p>
<p class="MsoNormal" style="text-align:justify;"><span lang="IN"><span> </span><br />
c. Expertise.</span></p>
<p class="MsoNormal" style="text-align:justify;"><span lang="IN"><span> </span><span> </span>Staff information system may not have knowledge or experience a significant problem, such as telecommunications, database integration, and interactive setting. Companies can to take a contract with consultant to increase design capabilities. This will hope constraint costs incurred for energy consultants.</span></p>
<p class="MsoNormal" style="text-align:justify;"><span lang="IN"><span> </span><br />
d. Technology.</span></p>
<p class="MsoNormal" style="text-align:justify;"><span lang="IN"><span> </span><span> </span>Technology needs may become the main problem in supporting working system so the need to pay attention to the development of technology continues again, the consequences of going in cost and not until the technology used behind the competitors.</span></p>
<p class="MsoNormal" style="text-align:justify;"><span lang="IN"><span> </span><br />
e. Ekternal factors.</span></p>
<p class="MsoNormal" style="text-align:justify;"><span lang="IN"><span> </span><span> </span>Many of the constraints that come from outside of the design settings, such as prevention use exotic technologies, to prevent keep local data in a central database system, and so forth.</span></p>
<p class="MsoNormal" style="text-align:justify;"><span lang="IN"><span> </span></p>
<p><!--[if !supportLineBreakNewLine]--><br />
<!--[endif]--></span></p>
<p class="MsoNormal" style="text-align:justify;"><span lang="IN"> </span></p>
<p class="MsoNormal" style="text-align:justify;"><strong><span style="font-size:14pt;font-variant:small-caps;" lang="IN">Needs analysis document</span></strong></p>
<p class="MsoNormal" style="text-align:justify;"><span lang="IN"><br />
1. Referral (conduct) analysis.</span><strong></strong></p>
<p class="MsoNormal" style="text-align:justify;"><span lang="IN"><span> </span>• Relationships with end users.</span></p>
<p class="MsoNormal" style="text-align:justify;"><span lang="IN"><span> </span>• Analyze records, forms and reports.</span></p>
<p class="MsoNormal" style="text-align:justify;"><span lang="IN"><span> </span>• Observation process.</span></p>
<p class="MsoNormal" style="text-align:justify;"><span lang="IN"><span> </span>• Analyze methods used.</span></p>
<p class="MsoNormal" style="text-align:justify;"><span lang="IN"><span> </span>• Problems in collecting data.</span></p>
<p class="MsoNormal" style="text-align:justify;"><span lang="IN"><span> </span><br />
2. Needs of the user.</span></p>
<p class="MsoNormal" style="text-align:justify;"><span lang="IN"><span> </span>• What are the actual needs.</span></p>
<p class="MsoNormal" style="text-align:justify;"><span lang="IN"><span> </span>• reporting requirements (type and frequency).</span></p>
<p class="MsoNormal" style="text-align:justify;"><span lang="IN"><span> </span>• Needs training.</span></p>
<p class="MsoNormal" style="text-align:justify;"><span lang="IN"><span> </span>• The influence of the new system.</span></p>
<p class="MsoNormal" style="text-align:justify;"><span lang="IN"><span> </span><br />
3. Constraint system.</span></p>
<p class="MsoNormal" style="text-align:justify;"><span lang="IN"><span> </span>• Explain the constraints of time, cost, expertise, technology and factor ekternal.</span></p>
<p class="MsoNormal" style="text-align:justify;"><span lang="IN"><span> </span>• realistic system.</span></p>
<p class="MsoNormal" style="text-align:justify;"><span lang="IN"><span> </span><br />
4. Documentation.</span></p>
<p class="MsoNormal" style="text-align:justify;"><span lang="IN"><span> </span>• Intrumen data collection (needs questionnaire, interview).</span></p>
<p class="MsoNormal" style="text-align:justify;"><span lang="IN"><span> </span>• Consensus statistics.</span></p>
<p class="MsoNormal" style="text-align:justify;"><span lang="IN"><span> </span>• Flow of data in logical and phisik.</span></p>
<p class="MsoNormal" style="text-align:justify;"><span lang="IN"><span> </span>• Element data early in the dictionary.</span></p>
<p class="MsoNormal" style="text-align:justify;"><span lang="IN"><span> </span></span></p>
<p class="MsoNormal" style="text-align:justify;"><span lang="IN"> </span></p>
<p class="MsoNormal" style="text-align:justify;"><span lang="IN"><br />
<!--[if !supportLineBreakNewLine]--><br />
<!--[endif]--></span></p>
<p class="MsoNormal" style="text-align:justify;"><strong><span style="font-size:14pt;" lang="IN">GENERATINGSYTEMS ALTERNATIVES</span></strong></p>
<p class="MsoNormal" style="text-align:justify;"><span lang="IN"><span> </span></span></p>
<p class="MsoNormal" style="text-align:justify;"><strong><span style="font-size:14pt;font-variant:small-caps;" lang="IN">A strategy choice</span></strong></p>
<p class="MsoNormal" style="text-align:justify;"><span lang="IN"><span> </span><br />
<span> </span>Management options to create top-level strategy with all the attention<br />
constrain. selection strategy used is as follows:</span></p>
<p class="MsoNormal" style="text-align:justify;"><span lang="IN"><span> </span></span></p>
<p class="MsoNormal" style="text-align:justify;"><strong><span lang="IN">Distributed versus centralized processing</span></strong></p>
<p class="MsoNormal" style="text-align:justify;"><span lang="IN"><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.</p>
<p><strong>Integrated versus dispersed databases (database system spread)</strong></span></p>
<p class="MsoNormal" style="text-align:justify;"><span lang="IN"><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="text-align:justify;"><span lang="IN"><span> </span><br />
<strong>Surround strategy of system development</strong></span></p>
<p class="MsoNormal" style="text-align:justify;"><span lang="IN"><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="text-align:justify;"><span lang="IN"><span> </span><br />
<!--[if !supportLineBreakNewLine]--><br />
<!--[endif]--></span></p>
<p class="MsoNormal" style="text-align:justify;"><strong><span style="font-size:14pt;font-variant:small-caps;" lang="IN">Options tactics</span></strong></p>
<p class="MsoNormal" style="text-align:justify;"><span lang="IN"><span> </span><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:</span></p>
<p class="MsoNormal" style="text-align:justify;"><span lang="IN"><span> </span><br />
<strong>a. Input</strong></span></p>
<p class="MsoNormal" style="text-align:justify;"><span lang="IN"><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="text-align:justify;"><span lang="IN"><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="text-align:justify;"><span lang="IN"><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="text-align:justify;"><span lang="IN"><span> </span></p>
<p><strong>b. Processing</strong></span></p>
<p class="MsoNormal" style="text-align:justify;"><span lang="IN"><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="text-align:justify;"><span lang="IN"><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="text-align:justify;"><span lang="IN"><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="text-align:justify;"><span lang="IN"><span> </span><br />
<strong>c. Ouput</strong></span></p>
<p class="MsoNormal" style="text-align:justify;"><span lang="IN"><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="text-align:justify;"><span lang="IN"><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="text-align:justify;"><span lang="IN"><span> </span></p>
<p></span><strong><span style="font-size:14pt;" lang="IN">SELECTING THE PROPER SYSTEM </span></strong></p>
<p class="MsoNormal" style="text-align:justify;"><span lang="IN"><br />
<span> </span>In this phase (SDLC), a number of alternatives that have made it necessary to<br />
compared so that one can find only the best system.<br />
Each alternative system that has been compared with fixed<br />
the condition of the system at this time. Note, at this time that the system can<br />
resumed in the form of a new replacement system. If a candidat<br />
system does not provide the benefits of the system compared lebh<br />
at this time, the system at this time will still be used, so that the system<br />
replacement should really benefit and the benefit exceeds<br />
system is now the most.</span></p>
<p class="MsoNormal" style="text-align:justify;"><span lang="IN"><span> </span></p>
<p><!--[if !supportLineBreakNewLine]--><br />
<!--[endif]--></span></p>
<p class="MsoNormal" style="text-align:justify;"><strong><span style="font-size:14pt;" lang="IN">Comparison Tactics</span></strong></p>
<p class="MsoNormal" style="text-align:justify;"><span lang="IN"><span> </span><br />
<span> </span>System based on the comparison of costs and benefits relative. Cost<br />
is the demand for the payment pengoperasi and information systems.<br />
The advantage is the value or condition as a result of the implementation of additional<br />
information systems. These matters include the level kesalahaan<br />
(error rates), increasing sales (increased customer sales), and<br />
speed response time. The advantage is difficult to be measured<br />
as qualitative (not just a number only descriptive).<br />
Increase customer satisfaction and reduce the resistance (end-user<br />
resistance) is a qualitative advantage. The advantage is the opportunity<br />
to increase (improve) the benefits the company.</span></p>
<p class="MsoNormal" style="text-align:justify;"><span lang="IN"><span> </span></p>
<p><!--[if !supportLineBreakNewLine]--><br />
<!--[endif]--></span></p>
<p class="MsoNormal" style="text-align:justify;"><strong><span style="font-size:14pt;font-variant:small-caps;" lang="IN">There are three ways a system (A) can be more superior than the other system (B). </span></strong></p>
<p class="MsoNormal" style="text-align:justify;"><span lang="IN"> </span></p>
<p class="MsoNormal" style="text-align:justify;"><span lang="IN">1. Have a lower cost than B, and both systems have same benefits.</span></p>
<p class="MsoNormal" style="text-align:justify;"><span lang="IN"><span> </span><br />
2. Have a lower cost than B, and A will also have the advantage more than B.</span></p>
<p class="MsoNormal" style="text-align:justify;"><span lang="IN"><span> </span><br />
3. A and B cost the same, but A has the more advantage.</span></p>
<p class="MsoNormal" style="text-align:justify;"><span lang="IN"><span> </span></p>
<p><!--[if !supportLineBreakNewLine]--><br />
<!--[endif]--></span></p>
<p class="MsoNormal" style="text-align:justify;"><strong><span style="font-size:14pt;font-variant:small-caps;" lang="IN">Method for system Comparation</span></strong><span lang="IN"> </span><strong></strong></p>
<p class="MsoNormal" style="text-align:justify;"><span lang="IN"><span> </span><br />
<span> </span>There are 4 methods used to compare two or more<br />
information system, namely:</span></p>
<p class="MsoNormal" style="margin-left:36pt;text-align:justify;text-indent:-18pt;"><!--[if !supportLists]--><span 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]--><span lang="IN">Break-even analysis (BEP)</span></p>
<p class="MsoNormal" style="margin-left:36pt;text-align:justify;text-indent:-18pt;"><!--[if !supportLists]--><span 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]--><span lang="IN">Payback period</span></p>
<p class="MsoNormal" style="margin-left:18pt;text-align:justify;"><span lang="IN">c. Discounted payback period</span><strong></strong></p>
<p class="MsoNormal" style="margin-left:18pt;text-align:justify;"><span lang="IN">d. Internal rate of return (IRR).</span><strong></strong></p>
<p class="MsoNormal" style="margin-left:18pt;text-align:justify;"><span lang="IN"><span> </span></p>
<p></span><strong><span style="font-size:14pt;font-variant:small-caps;" lang="IN">Cost category</span></strong></p>
<p class="MsoNormal" style="text-align:justify;"><span lang="IN"><span> </span><br />
Basically the costs are divided into categories:</span></p>
<p class="MsoNormal" style="text-align:justify;"><span lang="IN"><span> </span><br />
a. Hardware: Mainframe, minicomputers, microcomputers, and peripherals equipment.</span></p>
<p class="MsoNormal" style="text-align:justify;"><span lang="IN">b. Software: systems, utilities, and application software.</span></p>
<p class="MsoNormal" style="text-align:justify;"><span lang="IN">c. People: analysts, programmers, operators, data entry personnel, and so forth.</span></p>
<p class="MsoNormal" style="text-align:justify;"><span lang="IN">d. Supplies: paper, tapes, disks, and so forth.</span></p>
<p class="MsoNormal" style="text-align:justify;"><span lang="IN">e. Telecommunications: modem, local area network cabling, multiplexors, front-end processors, and so forth.</span></p>
<p class="MsoNormal" style="text-align:justify;"><span lang="IN">f. Physical site: air conditioning, Humidity control, security, and so forth.</span></p>
<p class="MsoNormal" style="text-align:justify;"><span lang="IN"><br />
<!--[if !supportLineBreakNewLine]--><br />
<!--[endif]--></span></p>
<p class="MsoNormal" style="text-align:justify;"><strong><span style="font-size:14pt;font-variant:small-caps;" lang="IN">Nature of costs</span></strong></p>
<p class="MsoNormal" style="text-align:justify;"><span lang="IN"><span> </span><br />
<span> </span>Comparing the cost of information systems through the life of the system, analysts<br />
memproyeksi how the cost changes for the future. To do so,<br />
there are three models of information systems operating costs, namely:</span></p>
<p class="MsoNormal" style="text-align:justify;"><span lang="IN">a. Linear.</span></p>
<p class="MsoNormal" style="text-align:justify;"><span lang="IN">b. Exponential.</span></p>
<p class="MsoNormal" style="text-align:justify;"><span lang="IN">c. Step function.</span></p>
<p class="MsoNormal" style="text-align:justify;"><span lang="IN"><span> </span></p>
<p></span><strong><span style="font-size:14pt;font-variant:small-caps;" lang="IN">When costs occur</span></strong></p>
<p class="MsoNormal" style="text-align:justify;"><span lang="IN"><span> </span><br />
<span> </span>Cost information system can occur once or continuously.<br />
On-time costs, development costs are related to the development<br />
system, and recurring costs, operational costs are related to<br />
operating system information every day. The difference between one-time<br />
(development) and recurring (operational costs) is often out of choice<br />
material (matter). For example, the purchase of a computer is a one-time<br />
development system, while the rent the same computer is a recurring<br />
operational cost. Use the following to set daftat costs:</span></p>
<p class="MsoNormal" style="text-align:justify;"><span lang="IN"><span> </span><br />
a. One-time (development) costs.</span></p>
<p class="MsoNormal" style="margin-left:54pt;text-align:justify;text-indent:-18pt;"><!--[if !supportLists]--><span 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 lang="IN">Hardware purchase.</span></p>
<p class="MsoNormal" style="margin-left:36pt;text-align:justify;"><span lang="IN">2. <span> </span>Software purchase.</span></p>
<p class="MsoNormal" style="margin-left:36pt;text-align:justify;"><span lang="IN">3. <span> </span>Analysis, design, programming, testing and personnel hours.</span></p>
<p class="MsoNormal" style="margin-left:36pt;text-align:justify;"><span lang="IN">4. <span> </span>Preparation of computer sites. </span></p>
<p class="MsoNormal" style="margin-left:36pt;text-align:justify;"><span lang="IN">5. <span> </span>Initial training and orientation of users.</span></p>
<p class="MsoNormal" style="margin-left:36pt;text-align:justify;"><span lang="IN">6. <span> </span>Docummentation for new system.</span></p>
<p class="MsoNormal" style="margin-left:36pt;text-align:justify;"><span lang="IN">7. <span> </span>Changeover from old to new system.</span></p>
<p class="MsoNormal" style="margin-left:36pt;text-align:justify;"><span lang="IN">8. <span> </span>Conversion from old to new file format.</span></p>
<p class="MsoNormal" style="text-align:justify;"><span lang="IN"><br />
b. Recurring (operational) costs.</span></p>
<p class="MsoNormal" style="margin-left:54pt;text-align:justify;text-indent:-18pt;"><span lang="IN"><span> </span>1. <span> </span>Hardware and software lease.</span></p>
<p class="MsoNormal" style="margin-left:54pt;text-align:justify;text-indent:-18pt;"><span lang="IN"><span> </span>2. <span> </span>Hardware and software maintenance contracts.</span></p>
<p class="MsoNormal" style="margin-left:54pt;text-align:justify;text-indent:-18pt;"><span lang="IN"><span> </span>3. <span> </span>Day-to-day personnel cost including analysts and programmers, computer operations, data entry operators, and end-user costs.</span></p>
<p class="MsoNormal" style="margin-left:54pt;text-align:justify;text-indent:-18pt;"><span lang="IN"><span> </span>4. <span> </span>Computer supplies.</span></p>
<p class="MsoNormal" style="margin-left:54pt;text-align:justify;text-indent:-18pt;"><span lang="IN">5. <span> </span>Telecommunication costs.</span></p>
<p class="MsoNormal" style="margin-left:54pt;text-align:justify;text-indent:-18pt;"><span lang="IN">6. <span> </span>Site computer rental or lease.</span></p>
<p class="MsoNormal" style="margin-left:54pt;text-align:justify;text-indent:-18pt;"><span lang="IN">7. <span> </span>Ongoing training.</span></p>
<p class="MsoNormal" style="text-align:justify;"><span lang="IN"><span> </span></p>
<p><!--[if !supportLineBreakNewLine]--><br />
<!--[endif]--></span></p>
<p class="MsoNormal" style="text-align:justify;"><strong><span style="font-size:14pt;font-variant:small-caps;" lang="IN"> </span></strong></p>
<p class="MsoNormal" style="text-align:justify;"><strong><span style="font-size:14pt;font-variant:small-caps;" lang="IN">The information system</span></strong></p>
<p class="MsoNormal" style="text-align:justify;"><span lang="IN"><span> </span><br />
Some of the factors that lead qualitative performance information systems that either:</span></p>
<p class="MsoNormal" style="text-align:justify;"><span lang="IN"><span> </span><br />
a. Reduce the error level (increased accuracy).</span></p>
<p class="MsoNormal" style="text-align:justify;"><span lang="IN">b. Reducing the time to fix the error.</span></p>
<p class="MsoNormal" style="text-align:justify;"><span lang="IN">c. Reduce the response time of interactive workstations.</span></p>
<p class="MsoNormal" style="text-align:justify;"><span lang="IN">d. Accelerate the provision of the report (information).</span></p>
<p class="MsoNormal" style="text-align:justify;"><span lang="IN">e. Improving the security system.</span></p>
<p class="MsoNormal" style="text-align:justify;"><span lang="IN">f. Propagate update the source record is active.</span></p>
<p class="MsoNormal" style="text-align:justify;"><span lang="IN">g. Increasing user satisfaction. Several factors can be measured, but not in money.</p>
<p><!--[if !supportLineBreakNewLine]--><br />
<!--[endif]--></span></p>
<p class="MsoNormal" style="text-align:justify;"><strong><span style="font-size:14pt;font-variant:small-caps;" lang="IN"> </span></strong></p>
<p class="MsoNormal" style="text-align:justify;"><strong><span style="font-size:14pt;font-variant:small-caps;" lang="IN">The company&#8217;s strategy </span></strong></p>
<p class="MsoNormal" style="text-align:justify;"><span lang="IN"><br />
<span> </span>Information system can make a profit in the company kompetetif.<br />
Increase profit at this time, however, is difficult to<br />
estimated. The increase in profit does not occur often in sudden,<br />
but occurred several years after the implementation of the new system.<br />
When two alternatives to a system of similarity comparison, open-door<br />
factors to consider strategies for the company. </span></p>
<p class="MsoNormal" style="text-align:justify;"><span lang="IN"><br />
There are factors the company strategy is as follows:</span></p>
<p class="MsoNormal" style="text-align:justify;"><span lang="IN"><span> </span><br />
1. Customer satisfaction (customer satisfaction). </span></p>
<p class="MsoNormal" style="text-align:justify;"><span lang="IN"><span> </span>An information system may cause the circumspection efficient products and consumer desire. Increase customer satisfaction will no doubt increase sales. Such as increased sales, however, difficult to predict and quantitative.</span></p>
<p class="MsoNormal" style="text-align:justify;"><span lang="IN"><span> </span><br />
2. Increase sales (increased sales).</span></p>
<p class="MsoNormal" style="text-align:justify;"><span lang="IN"><span> </span>Point of sales system (POS) of free storage tasks rekord. Management expect sales staff time devoted to business. This marketing and increase sales. The only sales will increase the difficulty to predict in the money.</span></p>
<p class="MsoNormal" style="text-align:justify;"><span lang="IN"><span> </span><br />
3. Consumer commitment and vendors (vendor and customer commitments).</span></p>
<p class="MsoNormal" style="text-align:justify;"><span lang="IN"> <span> </span>Company designing an online feedback system and allow<span> </span>consumers direct access to the system. Consumers are now locked<span> </span>(depending) on this system so that a commitment to faithful<span> </span>(pleased) at the company. Consumer and vendor commitment difficult to predict.</span></p>
<p class="MsoNormal" style="text-align:justify;"><span lang="IN"><span> </span><br />
4. Information product marketing.</span></p>
<p class="MsoNormal" style="text-align:justify;"><span lang="IN"><span> </span>Often, new information system can be used by other companies. As the American Airline system provides information marketing products during 1970, the company developed a system of booking ticketing and marketing system and is also used by service other airlines, so that a product is profitable.</span></p>
<p class="MsoNormal" style="text-align:justify;"><span lang="IN"><span> </span></p>
<p></span><strong><span style="font-size:14pt;" lang="IN">CONTINUING DECISION OR NOT </span></strong></p>
<p class="MsoNormal" style="text-align:justify;"><span lang="IN"><br />
a. If the company decided to develop the information system, the department will do the next process, namely Design System.</span></p>
<p class="MsoNormal" style="text-align:justify;"><span lang="IN"><span> </span><br />
b. If then the System Development Life Cycle (SDLC) will be terminated. </span></p>
<p class="MsoNormal" style="text-align:justify;"><span lang="IN"><br />
c. 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></p>
<p class="MsoNormal" style="text-align:justify;"><span lang="IN"><span> </span><br />
d. Model will describe some of the stages of the repeated and sometimes the information will make a decision before the repeat stage system of study. </span></p>
<p class="MsoNormal" style="text-align:justify;"><span lang="IN"><br />
e. With the alternative, the decision to repeat a previous phase or not is Go &#8211; No-Go Decision.</span></p>
<br />Posted in ADSI  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/winyvain.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/winyvain.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/winyvain.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/winyvain.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/winyvain.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/winyvain.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/winyvain.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/winyvain.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/winyvain.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/winyvain.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/winyvain.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/winyvain.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/winyvain.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/winyvain.wordpress.com/34/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=winyvain.wordpress.com&amp;blog=6674838&amp;post=34&amp;subd=winyvain&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://winyvain.wordpress.com/2009/03/29/fourth-quiz-initial-investigation-requirement-analysis/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0495d8d6424fa7b0fc7215a84f9207bb?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">winyvain</media:title>
		</media:content>
	</item>
		<item>
		<title>INFORMATION SYSTEM</title>
		<link>http://winyvain.wordpress.com/2009/03/08/information-system/</link>
		<comments>http://winyvain.wordpress.com/2009/03/08/information-system/#comments</comments>
		<pubDate>Sun, 08 Mar 2009 16:22:26 +0000</pubDate>
		<dc:creator>winyvain</dc:creator>
				<category><![CDATA[ADSI]]></category>

		<guid isPermaLink="false">http://winyvain.wordpress.com/?p=20</guid>
		<description><![CDATA[1. What is the importance of developing an information system? 2. What is the purpose or goal of developing an information system? 3. What are the organization’s expectations after implementing an information system? 4. What are the principles of developing an information system? 5. Please explain at least three system development life cycle models 6. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=winyvain.wordpress.com&amp;blog=6674838&amp;post=20&amp;subd=winyvain&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>1. What is the importance of developing an information system?<br />
2. What is the purpose or goal of developing an information system?<br />
3. What are the organization’s expectations after implementing an information system?<br />
4. What are the principles of developing an information system?<br />
5. Please explain at least three system development life cycle models<br />
6. Please explain approaches of developing a system<br />
7. Please explain the meaning of methodology, method and algorithm<br />
8. Please explain the three classifications of development methodology<br />
9. Please mention tools for developing a system<br />
10. Please explain techniques used in developing a system<br />
11. Please explain the differences of being a system analyst and a programmer and also</p>
<p><span id="more-20"></span></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="line-height:150%;"><strong><span style="font-size:14pt;line-height:150%;" lang="IN">WHY THE INFORMATION SYSTEM MUST BE DEVELOPED ?</span></strong></p>
<ul style="margin-top:0;" type="disc">
<li class="MsoNormal"><span lang="IN">There are problems</span></li>
</ul>
<p class="MsoNormal" style="margin-left:72pt;line-height:150%;"><span lang="IN">The problems that often happened is when the old system can’t operating goodness or the performance is inappropriate with the expected so it can’t fulfilling the information need that develop more and more, so the new information system must be developed.</span></p>
<ul style="margin-top:0;" type="disc">
<li class="MsoNormal"><span lang="IN">The problem in the organization      growing system</span></li>
</ul>
<p class="MsoNormal" style="margin-left:72pt;line-height:150%;"><span lang="IN">Because of the fast growing of a organization, so oftentimes the problems are happened in the information system. The problems<span> </span>like the insinceritys in the data manipulation so the information that we got is inappropriate with the fact . so, the more safety information system<span> </span>must be developed.</span></p>
<ul style="margin-top:0;" type="disc">
<li class="MsoNormal"><span lang="IN">To reach for the opportunities</span></li>
</ul>
<p class="MsoNormal" style="margin-left:72pt;line-height:150%;"><span lang="IN">In the more competing market, the speed of the information is very<span> </span>determining the successfully of a company to make a decision according to the strategi that have already made to get every existing oppurtunities</span><span lang="EN-GB">. If the company can develop their information system good, so the company can reach for every opportunity to developing their company, so the opportunity is not move to the competitors.</span></p>
<ul style="margin-top:0;" type="disc">
<li class="MsoNormal"><span lang="EN-GB">There      are the instructions</span></li>
</ul>
<p class="MsoNormal" style="margin-left:72pt;text-align:justify;line-height:150%;"><span lang="IN">The developing of information system can happened because there are the instruction from the <em>superior<strong> </strong></em>to moving forward their company. Besides, can happened because of the organization eksternal factors, like : tha government’s regulations. </span></p>
<p class="MsoNormal" style="line-height:150%;"><strong><span lang="IN"> </span></strong></p>
<p class="MsoNormal" style="line-height:150%;"><strong><span style="font-size:14pt;line-height:150%;" lang="IN"> </span></strong></p>
<p class="MsoNormal" style="line-height:150%;"><strong><span style="font-size:14pt;line-height:150%;" lang="IN"> </span></strong></p>
<p class="MsoNormal" style="line-height:150%;">
<p class="MsoNormal" style="line-height:150%;"><strong><span style="font-size:14pt;line-height:150%;" lang="IN">THE GOAL OF DEVELOPING SYSTEM</span></strong></p>
<ul style="margin-top:0;" type="disc">
<li class="MsoNormal"><span>Solving the      problems that happened related with the current information and the      quality of the information<strong></strong></span></li>
<li class="MsoNormal"><span>Reach for the      opportunities to develop the company<strong></strong></span></li>
<li class="MsoNormal"><span>Fulfiling the      instruction that to be given by the superior<strong> </strong>and also the influence from the eksternal factor (example :      the government’s regulations)</span></li>
</ul>
<p class="MsoNormal" style="text-align:justify;line-height:150%;"><span style="font-size:16pt;line-height:150%;font-variant:small-caps;" lang="IN"> </span></p>
<p class="MsoNormal" style="text-align:justify;line-height:150%;"><span style="font-size:16pt;line-height:150%;font-variant:small-caps;" lang="IN"> </span></p>
<p class="MsoNormal" style="text-align:justify;line-height:150%;">
<p class="MsoNormal" style="text-align:justify;line-height:150%;">
<p class="MsoNormal" style="text-align:justify;line-height:150%;"><strong><span style="font-size:14pt;line-height:150%;font-variant:small-caps;" lang="IN">WHAT IS EXPECTED FROM THE NEW SYSTEM ?</span></strong></p>
<ul style="margin-top:0;" type="disc">
<li class="MsoNormal"><span>The      performance</span></li>
</ul>
<p class="MsoNormal" style="margin-left:72pt;text-align:justify;text-indent:-18pt;line-height:150%;"><!--[if !supportLists]--><span><span>-<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span>The most expected from the new system is the performance better than the older system, it can measured from the throughput and the response time system</span></p>
<p class="MsoNormal" style="margin-left:18pt;text-align:justify;text-indent:0;line-height:150%;"><!--[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]--><span>Information</span></p>
<p class="MsoNormal" style="margin-left:72pt;text-align:justify;text-indent:-18pt;line-height:150%;"><!--[if !supportLists]--><span><span>-<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span>The increase of the quality of the information. The information that reach for must be according to what we want</span></p>
<p class="MsoNormal" style="margin-left:90pt;text-align:justify;text-indent:-72pt;line-height:150%;"><!--[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]--><span>Economy</span></p>
<p class="MsoNormal" style="margin-left:72pt;text-align:justify;text-indent:-18pt;line-height:150%;"><!--[if !supportLists]--><span><span>-<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span>The increasing of the benefit vs the decreasing of the expense. Reach for the information is good with the minimum expense</span></p>
<p class="MsoNormal" style="margin-left:36pt;text-align:justify;text-indent:-18pt;line-height:150%;"><!--[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 lang="IN">Control </span></p>
<p class="MsoNormal" style="margin-left:72pt;text-align:justify;text-indent:-18pt;line-height:150%;"><!--[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 lang="IN">With this new system, we expected it can decreas the information mistakes that we reached.</span></p>
<p class="MsoNormal" style="margin-left:36pt;text-align:justify;text-indent:-18pt;line-height:150%;"><!--[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 lang="IN">Efficiency </span></p>
<p class="MsoNormal" style="margin-left:72pt;text-align:justify;text-indent:-18pt;line-height:150%;"><!--[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 lang="IN">With the small resource can reach the expected information.</span></p>
<p class="MsoNormal" style="margin-left:36pt;text-align:justify;text-indent:-18pt;line-height:150%;"><!--[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 lang="IN">Services</span></p>
<p class="MsoNormal" style="margin-left:72pt;text-align:justify;text-indent:-18pt;line-height:150%;"><!--[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 lang="IN">With this new system can increase the services that to be given better than the older system.</span></p>
<p class="MsoNormal" style="text-align:justify;line-height:150%;"><strong><span lang="IN"> </span></strong></p>
<p class="MsoNormal" style="text-align:justify;line-height:150%;"><strong><span lang="IN"> </span></strong></p>
<p class="MsoNormal" style="text-align:justify;line-height:150%;"><strong><span lang="IN"> </span></strong></p>
<p class="MsoNormal" style="text-align:justify;line-height:150%;">
<p class="MsoNormal" style="text-align:justify;line-height:150%;"><strong><span style="font-size:14pt;line-height:150%;" lang="IN">THE PRINCIPLES OF THE DEVELOPING SYSTEM</span></strong></p>
<p class="MsoNormal" style="margin-left:90pt;text-align:justify;text-indent:-72pt;line-height:150%;"><!--[if !supportLists]--><span style="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 lang="IN">System to the management</span></p>
<p class="MsoNormal" style="margin-left:90pt;text-align:justify;text-indent:-72pt;line-height:150%;"><!--[if !supportLists]--><span style="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 lang="IN">System is a big investation</span></p>
<p class="MsoNormal" style="margin-left:90pt;text-align:justify;text-indent:-36pt;line-height:150%;"><!--[if !supportLists]--><span 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 lang="IN">Investigation all of the alternative (decreae the lose opportyunity cost)</span></p>
<p class="MsoNormal" style="margin-left:90pt;text-align:justify;text-indent:-36pt;line-height:150%;"><!--[if !supportLists]--><span 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 lang="IN">The best Investigation must has a value : cost benefit analysis &amp; cost effectivenes analysis</span></p>
<p class="MsoNormal" style="margin-left:90pt;text-align:justify;text-indent:-72pt;line-height:150%;"><!--[if !supportLists]--><span style="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 lang="IN">The system is need the ecutadely person</span></p>
<p class="MsoNormal" style="margin-left:72pt;text-align:justify;text-indent:-18pt;line-height:150%;"><!--[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 lang="IN">Musn’t in formal education</span></p>
<p class="MsoNormal" style="margin-left:108pt;text-align:justify;text-indent:-90pt;line-height:150%;"><!--[if !supportLists]--><span style="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 lang="IN">The step of the work </span><span style="font-family:Wingdings;" lang="IN"><span>à</span></span><span lang="IN"> System development life cycle<strong></strong></span></p>
<p class="MsoNormal" style="margin-left:36pt;text-align:justify;text-indent:-18pt;line-height:150%;"><!--[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 lang="IN">The developing of the system is musn’t ascending</span></p>
<p class="MsoNormal" style="margin-left:36pt;text-align:justify;text-indent:-18pt;line-height:150%;"><!--[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 lang="IN">Dont afraid to cancel the contract</span></p>
<p class="MsoNormal" style="margin-left:36pt;text-align:justify;text-indent:-18pt;line-height:150%;"><!--[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 lang="IN">The documentation of system</span></p>
<p class="MsoNormal" style="text-align:justify;line-height:150%;"><strong><span lang="IN"> </span></strong></p>
<p class="MsoNormal" style="text-align:justify;line-height:150%;">
<p><!--[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:"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;}  /* Style Definitions */  p.MsoNormal, li.MsoNormal, div.MsoNormal 	{mso-style-parent:""; 	margin:0cm; 	margin-bottom:.0001pt; 	mso-pagination:widow-orphan; 	font-size:12.0pt; 	font-family:"Times New Roman"; 	mso-fareast-font-family:"Times New Roman"; 	mso-ansi-language:IN;} @page Section1 	{size:612.0pt 792.0pt; 	margin:72.0pt 90.0pt 72.0pt 90.0pt; 	mso-header-margin:36.0pt; 	mso-footer-margin:36.0pt; 	mso-paper-source:0;} div.Section1 	{page:Section1;}  /* List Definitions */  @list l0 	{mso-list-id:296910105; 	mso-list-type:hybrid; 	mso-list-template-ids:1488989506 1102619854 67698691 67698693 67698689 67698691 67698693 67698689 67698691 67698693;} @list l0:level1 	{mso-level-number-format:bullet; 	mso-level-text:•; 	mso-level-tab-stop:36.0pt; 	mso-level-number-position:left; 	text-indent:-18.0pt; 	font-family:"Book Antiqua";} @list l1 	{mso-list-id:377821588; 	mso-list-type:hybrid; 	mso-list-template-ids:1814988068 1102619854 67698691 67698693 67698689 67698691 67698693 67698689 67698691 67698693;} @list l1:level1 	{mso-level-number-format:bullet; 	mso-level-text:•; 	mso-level-tab-stop:36.0pt; 	mso-level-number-position:left; 	text-indent:-18.0pt; 	font-family:"Book Antiqua";} @list l2 	{mso-list-id:727847459; 	mso-list-type:hybrid; 	mso-list-template-ids:-1055998334 1102619854 67698691 67698693 67698689 67698691 67698693 67698689 67698691 67698693;} @list l2:level1 	{mso-level-number-format:bullet; 	mso-level-text:•; 	mso-level-tab-stop:36.0pt; 	mso-level-number-position:left; 	text-indent:-18.0pt; 	font-family:"Book Antiqua";} @list l3 	{mso-list-id:1370259225; 	mso-list-type:hybrid; 	mso-list-template-ids:323880386 1102619854 67698691 67698693 67698689 67698691 67698693 67698689 67698691 67698693;} @list l3:level1 	{mso-level-number-format:bullet; 	mso-level-text:•; 	mso-level-tab-stop:36.0pt; 	mso-level-number-position:left; 	text-indent:-18.0pt; 	font-family:"Book Antiqua";} ol 	{margin-bottom:0cm;} ul 	{margin-bottom:0cm;} --></p>
<p><!--[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:0cm 5.4pt 0cm 5.4pt; 	mso-para-margin:0cm; 	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;} --></p>
<p><!--[endif]--></p>
<p class="MsoNormal" style="text-align:justify;line-height:150%;"><strong><span style="font-size:14pt;line-height:150%;font-variant:small-caps;" lang="IN">WATERFALL MODEL</span></strong></p>
<p class="MsoNormal" style="margin-left:36pt;text-indent:-18pt;line-height:150%;"><!--[if !supportLists]--><span style="font-family:&quot;"><span>•<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span><span> </span>Characterized by</span></p>
<p class="MsoNormal" style="margin-left:72pt;line-height:150%;"><span>– Sequential steps (phases)</span></p>
<p class="MsoNormal" style="margin-left:72pt;line-height:150%;"><span>– Feedback loops (between two phases in development)</span></p>
<p class="MsoNormal" style="margin-left:72pt;line-height:150%;"><span>– Documentation-driven</span></p>
<p class="MsoNormal" style="margin-left:36pt;text-indent:-18pt;line-height:150%;"><!--[if !supportLists]--><span style="font-family:&quot;"><span>•<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span>Advantages</span></p>
<p class="MsoNormal" style="margin-left:72pt;line-height:150%;"><span>– Documentation and clearly defined phases</span></p>
<p class="MsoNormal" style="margin-left:72pt;line-height:150%;"><span>– Maintenance easier (assuming up-to-date docs available)</span></p>
<p class="MsoNormal" style="margin-left:36pt;text-indent:-18pt;line-height:150%;"><!--[if !supportLists]--><span style="font-family:&quot;"><span>•<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span>Disadvantages</span></p>
<p class="MsoNormal" style="margin-left:72pt;line-height:150%;"><span>– Complete and frozen specification document up-front often not feasible in practice</span></p>
<p class="MsoNormal" style="margin-left:72pt;line-height:150%;"><span>– Customer involvement in the first phase only</span></p>
<p class="MsoNormal" style="margin-left:72pt;line-height:150%;"><span>– Sequential and complete execution of phases often not desirable</span></p>
<p class="MsoNormal" style="margin-left:72pt;line-height:150%;"><span>– Process difficult to control</span></p>
<p class="MsoNormal" style="margin-left:72pt;line-height:150%;"><span>– The product becomes available very late in the process (significant risk of building the “wrong” system)</span></p>
<p class="MsoNormal" style="margin-left:36pt;text-indent:-18pt;line-height:150%;"><!--[if !supportLists]--><span style="font-family:&quot;"><span>•<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span>Applicability</span></p>
<p class="MsoNormal" style="margin-left:72pt;line-height:150%;"><span>– Only appropriate when the requirements are well-understood</span></p>
<p class="MsoNormal" style="text-align:justify;line-height:150%;"><strong><span lang="IN"> </span></strong></p>
<p class="MsoNormal" style="text-align:justify;line-height:150%;">
<p class="MsoNormal" style="text-align:justify;line-height:150%;"><strong><span style="font-size:14pt;line-height:150%;" lang="IN">SPIRAL MODEL</span></strong></p>
<p class="MsoNormal" style="margin-left:36pt;text-align:justify;text-indent:-18pt;line-height:150%;"><!--[if !supportLists]--><span style="font-family:&quot;"><span>•<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span>Waterfall model plus risk analysis and prototyping preceding each phase and evaluation following each phase</span></p>
<p class="MsoNormal" style="margin-left:72pt;text-align:justify;line-height:150%;"><span>– Inner cycles denoting early system analysis and prototyping</span></p>
<p class="MsoNormal" style="margin-left:72pt;line-height:150%;"><span>– Outer cycles denoting the rest of the classic waterfall</span></p>
<p class="MsoNormal" style="margin-left:36pt;text-indent:-18pt;line-height:150%;"><!--[if !supportLists]--><span style="font-family:&quot;"><span>•<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span>Radial dimension: cumulative cost to date</span></p>
<p class="MsoNormal" style="margin-left:36pt;text-indent:-18pt;line-height:150%;"><!--[if !supportLists]--><span style="font-family:&quot;"><span>•<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span>Angular dimension: progress through the spiral</span></p>
<p class="MsoNormal" style="margin-left:36pt;text-indent:-18pt;line-height:150%;"><!--[if !supportLists]--><span style="font-family:&quot;"><span>•<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span>If all risks cannot be resolved, the project is immediately terminated</span></p>
<p class="MsoNormal" style="margin-left:36pt;text-indent:-18pt;line-height:150%;"><!--[if !supportLists]--><span style="font-family:&quot;"><span>•<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span>Appropriate only for big projects (high management overhead)</span></p>
<p class="MsoNormal" style="margin-left:72pt;line-height:150%;"><span>– First proposed by Boehm in 1987</span></p>
<p class="MsoNormal" style="margin-left:72pt;text-align:justify;line-height:150%;"><span>– Precursor of iterative models</span></p>
<p class="MsoNormal" style="text-align:justify;line-height:150%;">
<p class="MsoNormal" style="text-align:justify;line-height:150%;"><strong><span style="font-size:14pt;line-height:150%;font-variant:small-caps;" lang="IN">ITERATIVE MODEL</span></strong></p>
<p class="MsoNormal" style="margin-left:36pt;text-indent:-18pt;line-height:150%;"><!--[if !supportLists]--><span style="font-family:&quot;"><span>•<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span>Build software in multiple iterations</span></p>
<p class="MsoNormal" style="margin-left:36pt;text-indent:-18pt;line-height:150%;"><!--[if !supportLists]--><span style="font-family:&quot;"><span>•<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span>Two flavors</span></p>
<p class="MsoNormal" style="margin-left:72pt;line-height:150%;"><strong><span>– Incremental</span></strong></p>
<p class="MsoNormal" style="margin-left:72pt;text-align:justify;line-height:150%;"><strong><span>– Evolutionary</span></strong></p>
<p class="MsoNormal" style="text-align:justify;line-height:150%;"><strong><span lang="IN"> </span></strong></p>
<p class="MsoNormal" style="text-align:justify;line-height:150%;"><strong><span style="text-decoration:underline;"><span style="line-height:150%;">Incremental Model</span></span></strong></p>
<p class="MsoNormal" style="text-align:justify;line-height:150%;"><img class="alignnone size-full wp-image-29" title="incremental" src="http://winyvain.files.wordpress.com/2009/03/incremental.jpg" alt="incremental" width="500" height="128" /></p>
<p class="MsoNormal" style="text-align:justify;line-height:150%;"><strong><span style="text-decoration:underline;"><span style="line-height:150%;"><br />
</span></span></strong></p>
<p class="MsoNormal" style="margin-left:36pt;text-align:justify;text-indent:-18pt;line-height:150%;"><!--[if !supportLists]--><span style="line-height:150%;font-family:&quot;"><span>•<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="line-height:150%;">User requirements are prioritized and the highest priority requirements are included in early increments</span></p>
<p class="MsoNormal" style="margin-left:36pt;text-indent:-18pt;line-height:150%;"><!--[if !supportLists]--><span style="line-height:150%;font-family:&quot;"><span>•<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="line-height:150%;">Each release adds more functionality, i.e., a new increment</span></p>
<p class="MsoNormal" style="line-height:150%;"><strong><span> </span></strong></p>
<p class="MsoNormal" style="line-height:150%;"><strong><span>• Advantages</span></strong></p>
<p class="MsoNormal" style="margin-left:72pt;text-align:justify;line-height:150%;"><span>– Operational quality portion of product within weeks (whereas in waterfall and rapid prototyping models Operational quality complete product at end)</span></p>
<p class="MsoNormal" style="margin-left:72pt;line-height:150%;"><span>– Less traumatic</span></p>
<p class="MsoNormal" style="margin-left:72pt;line-height:150%;"><span>– Smaller capital outlay, rapid return on investment</span></p>
<p class="MsoNormal" style="margin-left:72pt;line-height:150%;"><span>– Comprehensive spec up front can be used as a contract</span></p>
<p class="MsoNormal" style="line-height:150%;"><strong><span>• Disadvantage</span></strong></p>
<p class="MsoNormal" style="margin-left:72pt;line-height:150%;"><span>– May be hard to create a comprehensive requirements spec up front if a domain not well understood</span></p>
<p class="MsoNormal" style="text-align:justify;line-height:150%;"><strong><span lang="IN"> </span></strong></p>
<p class="MsoNormal" style="text-align:justify;line-height:150%;"><strong><span lang="IN"> </span></strong></p>
<p class="MsoNormal" style="text-align:justify;line-height:150%;"><strong><span style="text-decoration:underline;"><span style="line-height:150%;">Evolutionary Model</span></span></strong><strong></strong></p>
<p class="MsoNormal" style="text-align:justify;line-height:150%;"><img class="alignnone size-full wp-image-28" title="evolutionary" src="http://winyvain.files.wordpress.com/2009/03/evolutionary.jpg" alt="evolutionary" width="499" height="130" /></p>
<p class="MsoNormal" style="margin-left:36pt;text-indent:-18pt;line-height:150%;"><!--[if !supportLists]--><span style="font-family:&quot;"><span>•<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>Advantages</span></strong></p>
<p class="MsoNormal" style="margin-left:72pt;line-height:150%;"><span>– Early increments act as a prototype to help elicit requirements for later increments</span></p>
<p class="MsoNormal" style="margin-left:72pt;line-height:150%;"><span>– Constant customer involvement and validation</span></p>
<p class="MsoNormal" style="margin-left:72pt;line-height:150%;"><span>– Allows for good risk management &#8211; lower risk of overall project failure</span></p>
<p class="MsoNormal" style="margin-left:72pt;line-height:150%;"><span>– Project can be continued as long as each increment delivers value</span></p>
<p class="MsoNormal" style="margin-left:72pt;line-height:150%;"><span>– Agile software development methods use the evolutionary model</span></p>
<p class="MsoNormal" style="margin-left:36pt;text-indent:-18pt;line-height:150%;"><!--[if !supportLists]--><span style="font-family:&quot;"><span>•<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>Disadvantages</span></strong></p>
<p class="MsoNormal" style="margin-left:72pt;line-height:150%;"><span>– Build-and-fix danger</span></p>
<p class="MsoNormal" style="margin-left:36pt;text-indent:-18pt;line-height:150%;"><!--[if !supportLists]--><span style="font-family:&quot;"><span>•<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span>Can use agile development practices (unit test, increment planning, etc.) to avert this danger</span></p>
<p class="MsoNormal" style="margin-left:72pt;line-height:150%;"><span>– Not appropriate when a larger part of a system needs to be commissioned from a supplier</span></p>
<p class="MsoNormal" style="margin-left:36pt;text-align:justify;text-indent:-18pt;line-height:150%;"><!--[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>Need a comprehensive requirements spec as a contract up front</span><strong></strong></p>
<p class="MsoNormal" style="text-align:justify;line-height:150%;">
<p class="MsoNormal" style="text-align:justify;line-height:150%;"><strong><span style="font-size:14pt;line-height:150%;" lang="IN">THE APPROACH OF DEVELOPING SYSTEM</span></strong></p>
<ul style="margin-top:0;" type="disc">
<li class="MsoNormal"><span>The classical      approach vs the structures approach<strong></strong></span></li>
</ul>
<p class="MsoNormal" style="margin-left:72pt;text-indent:-18pt;line-height:150%;"><!--[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]--><strong><span lang="IN">The classical approach</span></strong></p>
<p class="MsoNormal" style="margin-left:108pt;text-indent:-18pt;line-height:150%;"><!--[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 lang="IN">The steps in SLDC</span></p>
<p class="MsoNormal" style="margin-left:108pt;text-indent:-18pt;line-height:150%;"><!--[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 lang="IN">It isn’t involved the user, more drawing nearthe analys system</span></p>
<p class="MsoNormal" style="margin-left:108pt;text-indent:-18pt;line-height:150%;"><!--[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 lang="IN">The problem : the difficult ot the develop, the high cost of the <em>treatment<strong>, </strong></em>the mistake possibility is big, the successfully is less guaranted, the promblem in implementation</span></p>
<p class="MsoNormal" style="margin-left:72pt;text-indent:-18pt;line-height:150%;"><!--[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]--><strong><span lang="IN">The structures approach</span></strong></p>
<p class="MsoNormal" style="margin-left:108pt;text-indent:-18pt;line-height:150%;"><!--[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 lang="IN">The user is involve early to determining the system’s need</span></p>
<p class="MsoNormal" style="margin-left:108pt;text-indent:-18pt;line-height:150%;"><!--[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 lang="IN">Use the tools like data flow diagram</span></p>
<p class="MsoNormal" style="margin-left:36pt;text-indent:-18pt;line-height:150%;"><!--[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 lang="IN">The rasher approach vs the system approach</span></p>
<p class="MsoNormal" style="margin-left:72pt;text-indent:-18pt;line-height:150%;"><!--[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]--><strong><span lang="IN">The rasher approach</span></strong></p>
<p class="MsoNormal" style="margin-left:108pt;text-indent:-18pt;line-height:150%;"><!--[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 lang="IN">Emphasizing to a application or activity</span></p>
<p class="MsoNormal" style="margin-left:108pt;text-indent:-18pt;line-height:150%;"><!--[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 lang="IN">It isn;t bothering enterity target.</span></p>
<p class="MsoNormal" style="margin-left:72pt;text-indent:-18pt;line-height:150%;"><!--[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]--><strong><span lang="IN">The system approach</span></strong></p>
<p class="MsoNormal" style="margin-left:108pt;text-indent:-18pt;line-height:150%;"><!--[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 lang="IN">Look the system as a intact unity</span></p>
<p class="MsoNormal" style="margin-left:108pt;text-indent:-18pt;line-height:150%;"><!--[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 lang="IN">Emphasizing to the periodic attainment</span></p>
<p class="MsoNormal" style="margin-left:36pt;text-indent:-18pt;line-height:150%;"><!--[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 lang="IN">The bottom-up approacg vs the top-down approach </span></p>
<p class="MsoNormal" style="margin-left:72pt;text-indent:-18pt;line-height:150%;"><!--[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]--><strong><span lang="IN">The bottom-up approach</span></strong></p>
<p class="MsoNormal" style="margin-left:108pt;text-indent:-18pt;line-height:150%;"><!--[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 lang="IN">Starting from the bottom level, that is operational</span></p>
<p class="MsoNormal" style="margin-left:108pt;text-indent:-18pt;line-height:150%;"><!--[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 lang="IN">It is the classical approach charateristic</span></p>
<p class="MsoNormal" style="margin-left:108pt;text-indent:-18pt;line-height:150%;"><!--[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 lang="IN">Known as data-analysis</span></p>
<p class="MsoNormal" style="margin-left:72pt;text-indent:-18pt;line-height:150%;"><!--[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]--><strong><span lang="IN">The top-down approach</span></strong></p>
<p class="MsoNormal" style="margin-left:108pt;text-indent:-18pt;line-height:150%;"><!--[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 lang="IN">Starting from the top level, that is strategy planning</span></p>
<p class="MsoNormal" style="margin-left:108pt;text-indent:-18pt;line-height:150%;"><!--[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 lang="IN">It is a structures approacch characteristic</span></p>
<p class="MsoNormal" style="margin-left:108pt;text-indent:-18pt;line-height:150%;"><!--[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 lang="IN">Also known as decision-analysis</span></p>
<p class="MsoNormal" style="margin-left:36pt;text-indent:-18pt;line-height:150%;"><!--[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 lang="IN">The totally-system approach vs the moduler approach</span></p>
<p class="MsoNormal" style="margin-left:72pt;text-indent:-18pt;line-height:150%;"><!--[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]--><strong><span lang="IN">The totally-system approach</span></strong></p>
<p class="MsoNormal" style="margin-left:108pt;text-indent:-18pt;line-height:150%;"><!--[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 lang="IN">Developing the system at a time and totally</span></p>
<p class="MsoNormal" style="margin-left:108pt;text-indent:-18pt;line-height:150%;"><!--[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 lang="IN">It is a classical approach characteristic</span></p>
<p class="MsoNormal" style="margin-left:72pt;text-indent:-18pt;line-height:150%;"><!--[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]--><strong><span lang="IN">Pendekatan moduler</span></strong></p>
<p class="MsoNormal" style="margin-left:108pt;text-indent:-18pt;line-height:150%;"><!--[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 lang="IN">Breaking the complicated system to be the simple part</span></p>
<p class="MsoNormal" style="margin-left:108pt;text-indent:-18pt;line-height:150%;"><!--[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 lang="IN">The developing system be on time, easy to comprehended and <strong><em>take care</em></strong></span></p>
<p class="MsoNormal" style="margin-left:108pt;text-indent:-18pt;line-height:150%;"><!--[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 lang="IN">It is the structures approach characteristic</span></p>
<p class="MsoNormal" style="margin-left:36pt;text-indent:-18pt;line-height:150%;"><!--[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 lang="IN">The great-loop approach vs the evolutionary approach</span></p>
<p class="MsoNormal" style="margin-left:72pt;text-indent:-18pt;line-height:150%;"><!--[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]--><strong><span lang="IN">The great-loop approach</span></strong></p>
<p class="MsoNormal" style="margin-left:108pt;text-indent:-18pt;line-height:150%;"><!--[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 lang="IN">Developing the system at a time that use the recent technology</span></p>
<p class="MsoNormal" style="margin-left:108pt;text-indent:-18pt;line-height:150%;"><!--[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 lang="IN">Has a high risk and take a high cost</span></p>
<p class="MsoNormal" style="margin-left:72pt;text-indent:-18pt;line-height:150%;"><!--[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]--><strong><span lang="IN">The volutionary approach</span></strong></p>
<p class="MsoNormal" style="margin-left:108pt;text-indent:-18pt;line-height:150%;"><!--[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 lang="IN">Applying the recent technology for the certain applications</span></p>
<p class="MsoNormal" style="margin-left:108pt;text-indent:-18pt;line-height:150%;"><!--[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 lang="IN">Developing to follow the need</span></p>
<p class="MsoNormal" style="margin-left:108pt;text-indent:-18pt;line-height:150%;"><!--[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 lang="IN">Economically in cost and can follow the developing of the technology</span></p>
<p class="MsoNormal" style="line-height:150%;"><strong><span lang="IN"> </span></strong></p>
<p class="MsoNormal" style="line-height:150%;">
<p class="MsoNormal" style="line-height:150%;"><strong><span style="font-size:14pt;line-height:150%;" lang="IN">THE DEVELOPING SYSTEM METODOLOGI</span></strong></p>
<p class="MsoNormal" style="margin-left:36pt;text-indent:-18pt;line-height:150%;"><!--[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 lang="IN">What is <strong><em>metodoligi ?</em></strong></span></p>
<p class="MsoNormal" style="margin-left:72pt;text-indent:-18pt;line-height:150%;"><!--[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 lang="IN">The methods that use in science</span></p>
<p class="MsoNormal" style="margin-left:36pt;text-indent:-18pt;line-height:150%;"><!--[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 lang="IN">What is method ?</span></p>
<p class="MsoNormal" style="margin-left:72pt;text-indent:-18pt;line-height:150%;"><!--[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 lang="IN">A systematic way to do something</span></p>
<p class="MsoNormal" style="margin-left:36pt;text-indent:-18pt;line-height:150%;"><!--[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 lang="IN">What is algorithms ?<em></em></span></p>
<p class="MsoNormal" style="margin-left:72pt;text-indent:-18pt;line-height:150%;"><!--[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]--><em><span lang="IN">The ascending </span></em><span lang="IN">procedure to solve a problem<em></em></span></p>
<p class="MsoNormal" style="line-height:150%;"><strong><span lang="IN"> </span></strong></p>
<p class="MsoNormal" style="line-height:150%;"><strong><span lang="IN"> </span></strong></p>
<p class="MsoNormal" style="line-height:150%;">
<p class="MsoNormal" style="line-height:150%;"><strong><span style="font-size:14pt;line-height:150%;" lang="IN">THE CLASSIFICATION OF DEVELOPING METHOD</span></strong></p>
<p class="MsoNormal" style="margin-left:36pt;text-indent:-18pt;line-height:150%;"><!--[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 lang="IN">Functional decomposition</span></p>
<p class="MsoNormal" style="margin-left:72pt;text-indent:-18pt;line-height:150%;"><!--[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 lang="IN">Emphasizing to resolving the system to be the sub system</span></p>
<p class="MsoNormal" style="margin-left:72pt;text-indent:-18pt;line-height:150%;"><!--[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 lang="IN">Example: HIPO, Stepwise refinement, iterative stepwise refinement, information hiding</span></p>
<p class="MsoNormal" style="margin-left:54pt;line-height:150%;"><span lang="IN"> </span></p>
<p class="MsoNormal" style="margin-left:36pt;text-indent:-18pt;line-height:150%;"><!--[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 lang="IN">Data-oriented</span></p>
<p class="MsoNormal" style="margin-left:72pt;text-indent:-18pt;line-height:150%;"><!--[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 lang="IN">Emphasizing to the characteristic of the data that processed</span></p>
<p class="MsoNormal" style="margin-left:108pt;text-indent:-18pt;line-height:150%;"><!--[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 lang="IN">Data-flow oriented: The modules are according to the data element’s type</span></p>
<p class="MsoNormal" style="margin-left:108pt;text-indent:-18pt;line-height:150%;"><!--[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 lang="IN">Data-structure oriented:<span> </span>input and output structure</span></p>
<p class="MsoNormal" style="margin-left:36pt;text-indent:-18pt;line-height:150%;"><!--[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 lang="IN">Prescriptive</span></p>
<p class="MsoNormal" style="margin-left:72pt;text-indent:-18pt;line-height:150%;"><!--[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 lang="IN">Usually provide by the software maker factory</span></p>
<p class="MsoNormal" style="margin-left:54pt;line-height:150%;"><span lang="IN"> </span></p>
<p class="MsoNormal" style="line-height:150%;"><span style="font-size:16pt;line-height:150%;font-variant:small-caps;" lang="IN"> </span></p>
<p class="MsoNormal" style="line-height:150%;">
<p class="MsoNormal" style="line-height:150%;"><strong><span style="font-size:14pt;line-height:150%;" lang="IN">THE TOOL IN THE DEVELOPNG SYSTEM</span></strong></p>
<p class="MsoNormal" style="margin-left:36pt;text-indent:-18pt;line-height:150%;"><!--[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 lang="IN">In form of graphically : HIPO, SADT, Jackson’s diagram, and the other</span></p>
<p class="MsoNormal" style="margin-left:36pt;text-indent:-18pt;line-height:150%;"><!--[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 lang="IN">The tool that use diagram :</span></p>
<p class="MsoNormal" style="margin-left:72pt;text-indent:-18pt;line-height:150%;"><!--[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 lang="IN">Activity charting: describing the activity, example: Gant chart, flowchart, and the other</span></p>
<p class="MsoNormal" style="margin-left:72pt;text-indent:-18pt;line-height:150%;"><!--[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 lang="IN">Layout charting: describing the arranging situation</span></p>
<p class="MsoNormal" style="margin-left:72pt;text-indent:-18pt;line-height:150%;"><!--[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 lang="IN">Personal relationship charting: describing the personal relationship, example: organization chart, working distribution chart</span></p>
<p class="MsoNormal" style="line-height:150%;"><strong><span lang="IN"> </span></strong></p>
<p class="MsoNormal" style="line-height:150%;"><strong><span lang="IN"> </span></strong></p>
<p class="MsoNormal" style="line-height:150%;">
<p class="MsoNormal" style="line-height:150%;"><strong><span style="font-size:14pt;line-height:150%;" lang="IN">THE TECHNIQUE OF THE DEVELOPING SYSTEM</span></strong></p>
<p class="MsoNormal" style="margin-left:36pt;text-indent:-18pt;line-height:150%;"><!--[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 lang="IN">The project manajement technique </span><span style="font-family:Wingdings;" lang="IN"><span>à</span></span><span lang="IN"> for scheduling the project, example: CPM and PERT</span></p>
<p class="MsoNormal" style="margin-left:36pt;text-indent:-18pt;line-height:150%;"><!--[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 lang="IN">The technique to find the fact </span><span style="font-family:Wingdings;" lang="IN"><span>à</span></span><span lang="IN">for collecting and determining the data/fact </span></p>
<p class="MsoNormal" style="margin-left:72pt;text-indent:-18pt;line-height:150%;"><!--[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]--><strong><span lang="IN">Interview</span></strong></p>
<p class="MsoNormal" style="margin-left:72pt;text-indent:-18pt;line-height:150%;"><!--[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]--><strong><span lang="IN">Observation</span></strong></p>
<p class="MsoNormal" style="margin-left:36pt;text-indent:-18pt;line-height:150%;"><!--[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 lang="IN">The analysis of cost/benefit cost-benefit dan cost-effectiveness analysis</span></p>
<p class="MsoNormal" style="margin-left:36pt;text-indent:-18pt;line-height:150%;"><!--[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 lang="IN">The technique to running the meeting</span></p>
<p class="MsoNormal" style="margin-left:36pt;text-indent:-18pt;line-height:150%;"><!--[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 lang="IN">The inspection technique</span></p>
<p class="MsoNormal" style="line-height:150%;"><strong><span lang="IN"> </span></strong></p>
<p class="MsoNormal" style="line-height:150%;"><strong><span lang="IN"> </span></strong></p>
<p class="MsoNormal" style="line-height:150%;">
<p class="MsoNormal" style="line-height:150%;"><strong><span style="font-size:14pt;line-height:150%;" lang="IN">THE ANALYS SYSTEM &amp; PROGRAMMER</span></strong></p>
<p class="MsoNormal" style="margin-left:36pt;text-indent:-18pt;line-height:150%;"><!--[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 lang="IN">The analys syatem : learn the problems and determining the need of the user’s system to identify the solving</span></p>
<p class="MsoNormal" style="margin-left:36pt;text-indent:-18pt;line-height:150%;"><!--[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 lang="IN">The programmer : write the source code persuant to the <em>designing<strong> </strong></em>that made by the analys</span></p>
<p class="MsoNormal" style="margin-left:36pt;text-indent:-18pt;line-height:150%;"><!--[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 lang="IN">The analys system is undertaking to link the diffrence of knowledge that happened between the user and the programmer</span></p>
<p class="MsoNormal" style="line-height:150%;"><strong><span lang="IN"> </span></strong></p>
<p class="MsoNormal" style="line-height:150%;"><strong><span lang="IN"> </span></strong></p>
<p class="MsoNormal" style="line-height:150%;">
<p class="MsoNormal" style="line-height:150%;"><strong><span style="font-size:14pt;line-height:150%;" lang="IN">THE KNOWLEDGE THAT NEEDED</span></strong></p>
<p class="MsoNormal" style="margin-left:36pt;text-indent:-18pt;line-height:150%;"><!--[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 lang="IN">The technology in the processing of data, computer, and programminf</span></p>
<p class="MsoNormal" style="margin-left:36pt;text-indent:-18pt;line-height:150%;"><!--[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 lang="IN">The common bussines knowledge</span></p>
<p class="MsoNormal" style="margin-left:36pt;text-indent:-18pt;line-height:150%;"><!--[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 lang="IN">The quantity method : regresi, linear programming, and the other</span></p>
<p class="MsoNormal" style="margin-left:36pt;text-indent:-18pt;line-height:150%;"><!--[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 lang="IN">The ability to solve the problem</span></p>
<p class="MsoNormal" style="margin-left:36pt;text-indent:-18pt;line-height:150%;"><!--[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 lang="IN">The ability for communication between the personnel</span></p>
<p class="MsoNormal" style="margin-left:36pt;text-indent:-18pt;line-height:150%;"><!--[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 lang="IN">The ability to constructing the relationship between the personnel</span></p>
<p class="MsoNormal" style="line-height:150%;"><span lang="IN"> </span></p>
<br />Posted in ADSI  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/winyvain.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/winyvain.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/winyvain.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/winyvain.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/winyvain.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/winyvain.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/winyvain.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/winyvain.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/winyvain.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/winyvain.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/winyvain.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/winyvain.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/winyvain.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/winyvain.wordpress.com/20/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=winyvain.wordpress.com&amp;blog=6674838&amp;post=20&amp;subd=winyvain&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://winyvain.wordpress.com/2009/03/08/information-system/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0495d8d6424fa7b0fc7215a84f9207bb?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">winyvain</media:title>
		</media:content>

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

		<media:content url="http://winyvain.files.wordpress.com/2009/03/evolutionary.jpg" medium="image">
			<media:title type="html">evolutionary</media:title>
		</media:content>
	</item>
		<item>
		<title>Summary of the Basic Concept of The Analysis and Information System Design</title>
		<link>http://winyvain.wordpress.com/2009/02/21/summary-of-the-basic-concept-of-the-analysis-and-information-system-design/</link>
		<comments>http://winyvain.wordpress.com/2009/02/21/summary-of-the-basic-concept-of-the-analysis-and-information-system-design/#comments</comments>
		<pubDate>Sat, 21 Feb 2009 14:09:00 +0000</pubDate>
		<dc:creator>winyvain</dc:creator>
				<category><![CDATA[ADSI]]></category>

		<guid isPermaLink="false">http://winyvain.wordpress.com/?p=5</guid>
		<description><![CDATA[Before learn more about the analysis and information system design, there are some basic concepts that we must comprehended before. The concepts are : What is The System ? What is The Information ? What is The Information System ? Who is involve in The Information System? Why The Information is needed ? How is [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=winyvain.wordpress.com&amp;blog=6674838&amp;post=5&amp;subd=winyvain&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p style="text-align:left;"><!--[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:0cm 5.4pt 0cm 5.4pt; 	mso-para-margin:0cm; 	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]--><!--[if gte mso 9]&gt;  &lt;![endif]--><!--[if gte mso 9]&gt;   &lt;![endif]--></p>
<p class="MsoNormal" style="text-align:left;line-height:150%;"><span>Before learn more about the analysis and information system design, there are some basic concepts that we must comprehended before. The concepts are :</span></p>
<ul style="text-align:left;">
<li><!--[if !supportLists]--><!--[endif]--><span>What is The System ?</span></li>
<li><!--[endif]--><span>What is The Information ?</span></li>
<li><!--[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]--><span>What is The Information System ?</span></li>
<li><!--[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]--><span>Who is involve in The Information System?</span></li>
<li><!--[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]--><span>Why The Information is needed ?</span></li>
<li><!--[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]--><span>How is the way to develop the Information System ?</span></li>
</ul>
<p style="text-align:left;"><span>But we only study about the meaning of the information in this first class. For more explaination will explained as following : </span></p>
<p class="MsoNormal" style="margin-left:21.5pt;text-align:left;line-height:150%;"><span id="more-5"></span></p>
<p class="MsoNormal" style="margin-left:21.5pt;text-align:left;line-height:150%;"><span><br />
</span></p>
<p class="MsoNormal" style="margin-left:21.5pt;text-align:left;line-height:150%;"><span> </span></p>
<p class="MsoNormal" style="text-align:left;line-height:150%;"><strong><span>The Definition of The System</span></strong></p>
<p class="MsoNormal" style="text-align:left;line-height:150%;"><strong><span><span> </span></span></strong><span>The first that will explained is the definition about its system. In fact there are many <span style="color:black;">approach about the definition of the system, but in this time just only explained two approach about the system, there are the procedure approach and the element approach.</span></span></p>
<p class="MsoNormal" style="line-height:150%;text-align:left;"><strong><span> </span></strong></p>
<p class="MsoNormal" style="text-align:left;line-height:150%;">
<p class="MsoNormal" style="text-align:left;line-height:150%;"><strong><span lang="ES">The Procedure Approach :</span></strong></p>
<p class="MsoNormal" style="text-align:left;line-height:150%;"><strong><span lang="ES">The system </span></strong><span lang="ES">is a work network from the procedures that correlate each other, gathering together to do an activity or to finishing a certain goal. While the <strong>Procedure </strong><span> </span>is a precise medley from the instruction steps that explain what must did, who is doing, when to be done, and how to do it. According to the definition above, so with the system procedure approach we can depicting as following (for example : the student registration system ) :</span></p>
<p class="MsoNormal" style="text-align:left;line-height:150%;"><span lang="ES"><br />
</span></p>
<p class="MsoNormal" style="text-align:left;text-indent:36pt;line-height:150%;"><span lang="ES"> </span></p>
<p class="MsoNormal" style="text-align:left;line-height:150%;"><span lang="IN"><span> </span><!--[if gte vml 1]&gt;                    &lt;![endif]--><!--[if !vml]--><!--[endif]--></span></p>
<p class="MsoNormal" style="line-height:150%;text-align:left;"><span lang="IN"> </span></p>
<p class="MsoNormal" style="line-height:150%;text-align:left;"><span lang="IN"> </span></p>
<p class="MsoNormal" style="text-align:left;text-indent:36pt;line-height:150%;"><img class="alignnone size-full wp-image-4" title="student registration" src="http://winyvain.files.wordpress.com/2009/02/clip_image0011.gif" alt="student registration" width="450" height="350" /></p>
<p class="MsoNormal" style="text-align:left;text-indent:36pt;line-height:150%;">
<p class="MsoNormal" style="text-align:left;text-indent:36pt;line-height:150%;">
<p class="MsoNormal" style="text-align:left;text-indent:36pt;line-height:150%;"><span lang="IN">From the pitcure above, we can see the student registration system is a corps of the procedures that correlate each other, starting from registration in the administration office, the adding of the student’s data in the administration office, to the last the student can follow the lecturing in the classroom. All of the procedure is correlate each other so the goal of the system is reached.</span></p>
<p class="MsoNormal" style="text-align:left;text-indent:36pt;line-height:150%;"><span lang="IN"> </span></p>
<p class="MsoNormal" style="text-align:left;line-height:150%;">
<p class="MsoNormal" style="text-align:left;line-height:150%;"><strong><span lang="IN">The Element Approach</span></strong></p>
<p class="MsoNormal" style="text-align:left;text-indent:36pt;line-height:150%;"><strong><span lang="ES"><span> </span></span></strong><span lang="ES">System is a corps from the interaction elements to tired a certain goal. Diffrent from the procedure approach, in this approach the system is depicted as an object that has certain parts that interaction each other to tired a certain goal. Like a human being who has the bone and muscle as a body activator system.</span></p>
<p class="MsoNormal" style="text-align:left;text-indent:36pt;line-height:150%;"><span lang="ES"><br />
</span></p>
<p class="MsoNormal" style="text-align:left;line-height:150%;"><span>So, with both of the approach we can concluding that The system must :</span></p>
<ul style="margin-top:0;text-align:left;" type="disc">
<li class="MsoNormal"><strong><span>Have a goal,      and</span></strong></li>
<li class="MsoNormal"><strong><span>Have an      objective</span></strong></li>
</ul>
<p class="MsoNormal" style="text-align:left;line-height:150%;"><span>So, if we haven’t both of the things above yet, hence it can’t refered as a system because it is imposible to make a system without a certain system. </span></p>
<p class="MsoNormal" style="text-align:left;line-height:150%;">
<p class="MsoNormal" style="text-align:left;line-height:150%;"><span><br />
</span></p>
<p class="MsoNormal" style="text-align:left;line-height:150%;"><span> </span></p>
<p class="MsoNormal" style="text-align:left;line-height:150%;"><span> </span></p>
<p class="MsoNormal" style="text-align:left;line-height:150%;">
<p class="MsoNormal" style="text-align:left;line-height:150%;"><strong><span style="font-size:14pt;line-height:150%;">The Characteristic of The System</span></strong></p>
<p style="text-align:left;"><!--[if gte mso 9]&gt;  Normal 0   false false false        MicrosoftInternetExplorer4  &lt;![endif]--><!--[if gte mso 9]&gt;   &lt;![endif]--><!--  /* Style Definitions */  p.MsoNormal, li.MsoNormal, div.MsoNormal 	{mso-style-parent:""; 	margin:0cm; 	margin-bottom:.0001pt; 	mso-pagination:widow-orphan; 	font-size:12.0pt; 	font-family:"Times New Roman"; 	mso-fareast-font-family:"Times New Roman"; 	mso-ansi-language:IN;} @page Section1 	{size:612.0pt 792.0pt; 	margin:72.0pt 90.0pt 72.0pt 90.0pt; 	mso-header-margin:36.0pt; 	mso-footer-margin:36.0pt; 	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:0cm 5.4pt 0cm 5.4pt; 	mso-para-margin:0cm; 	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 style="text-align:left;"><!--[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;}  /* Style Definitions */  p.MsoNormal, li.MsoNormal, div.MsoNormal 	{mso-style-parent:""; 	margin:0cm; 	margin-bottom:.0001pt; 	mso-pagination:widow-orphan; 	font-size:12.0pt; 	font-family:"Times New Roman"; 	mso-fareast-font-family:"Times New Roman"; 	mso-ansi-language:IN;} @page Section1 	{size:612.0pt 792.0pt; 	margin:72.0pt 90.0pt 72.0pt 90.0pt; 	mso-header-margin:36.0pt; 	mso-footer-margin:36.0pt; 	mso-paper-source:0;} div.Section1 	{page:Section1;}  /* List Definitions */  @list l0 	{mso-list-id:1323504788; 	mso-list-type:hybrid; 	mso-list-template-ids:362565098 67698689 67698691 67698693 67698689 67698691 67698693 67698689 67698691 67698693;} @list l0:level1 	{mso-level-number-format:bullet; 	mso-level-text:; 	mso-level-tab-stop:36.0pt; 	mso-level-number-position:left; 	text-indent:-18.0pt; 	font-family:Symbol;} ol 	{margin-bottom:0cm;} ul 	{margin-bottom:0cm;} --><!--[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:0cm 5.4pt 0cm 5.4pt; 	mso-para-margin:0cm; 	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:justify;line-height:150%;"><span>A system has some characteristic as following :</span></p>
<ul style="margin-top:0;" type="disc">
<li class="MsoNormal"><span>Components </span></li>
</ul>
<p class="MsoNormal" style="margin-left:72pt;text-align:justify;line-height:150%;"><span>A system has components that interaction each other that forming an unity. A system also can be the component from the other system or it also refered as subsystem. Some subsystem can interconnected each other that forming a bigger system, or it often referred supra system. For example : The components that build the lecturing are the students, the lecturers, the officer, the equipments, and the other.</span></p>
<ul style="margin-top:0;" type="disc">
<li class="MsoNormal"><span>Boundary</span></li>
</ul>
<p class="MsoNormal" style="margin-left:72pt;text-align:justify;line-height:150%;"><span>A system must has a boundary with the other system or with the environments. The aim is to bound the system’s scope so the system can work efficiently without the trouble from the environments so that the goal of the system can reached.</span></p>
<ul style="margin-top:0;" type="disc">
<li class="MsoNormal"><span>Environments</span></li>
</ul>
<p class="MsoNormal" style="margin-left:72pt;text-align:justify;line-height:150%;"><span>Is everything outside from the boundary of the system that influencing the operating system. There are 2 kinds of environments, they are the environment that have a positive characteristic to the the system and the environment that have a negative characteristic. For example the environment that have a negative characteristic is the competitor of our company</span></p>
<ul style="margin-top:0;text-align:left;" type="disc">
<li class="MsoNormal"><span>Interface</span></li>
</ul>
<p class="MsoNormal" style="margin-left:72pt;text-align:left;line-height:150%;"><span>Is a link between a sub system with the other sub system. It is very important in the system with the big enough scale, because without the interface hence the interaction between the sub system is never functioning.</span></p>
<ul style="margin-top:0;text-align:left;" type="disc">
<li class="MsoNormal"><span lang="SV">Input</span></li>
</ul>
<p class="MsoNormal" style="margin-left:72pt;text-align:left;line-height:150%;"><span>Is a energy that entered in to the system, it can as a maintenance entered or a signal entered. For example in the student academic system, the data for each course that taken by<span> </span>the studentis an input from that system.</span></p>
<ul style="margin-top:0;text-align:left;" type="disc">
<li class="MsoNormal"><span>Output</span></li>
</ul>
<p class="MsoNormal" style="margin-left:72pt;text-align:left;line-height:150%;"><span>Is a the result of the energy that processed and classified to be a useful output. For example the student academic system, the input is the point of the cource that taken by the student, while the output is a transcript of the student’s point.</span></p>
<ul style="margin-top:0;text-align:left;" type="disc">
<li class="MsoNormal"><span>Process</span></li>
</ul>
<p class="MsoNormal" style="margin-left:72pt;text-align:left;line-height:150%;"><span>Change an input to be an output. Process is the core of in a system. Without a process, hence the output can’t<span> </span>yielded, so the goal of the system is also can’t be reached.</span></p>
<ul style="margin-top:0;text-align:left;" type="disc">
<li class="MsoNormal"><span lang="SV">Objective/Goal</span></li>
</ul>
<p class="MsoNormal" style="margin-left:72pt;text-align:left;line-height:150%;"><span>If don’t have a goal, hence the operation of the system will not have a usefulness. System will be usefull if it has already hit the goal. </span></p>
<p class="MsoNormal" style="margin-left:72pt;text-align:left;line-height:150%;"><span><br />
</span></p>
<p class="MsoNormal" style="text-align:left;line-height:150%;"><span> </span></p>
<p class="MsoNormal" style="text-align:left;line-height:150%;"><span>The following is the depiction from the system of the characteristic that has already explained before :</span></p>
<p class="MsoNormal" style="text-align:left;line-height:150%;">
<p class="MsoNormal" style="text-align:left;line-height:150%;">
<p class="MsoNormal" style="text-align:left;line-height:150%;"><img class="size-full wp-image-7 alignleft" title="karakterisrik-sistem" src="http://winyvain.files.wordpress.com/2009/02/karakterisrik-sistem.jpg" alt="karakterisrik-sistem" width="450" height="336" /></p>
<p class="MsoNormal" style="text-align:left;line-height:150%;"><span><br />
</span></p>
<p class="MsoNormal" style="text-align:left;line-height:150%;"><!--[if gte vml 1]&gt;  &lt;![endif]--><!--[if !vml]--><span style="position:absolute;z-index:-2;left:0;margin-left:60px;margin-top:17px;width:493px;height:369px;"><img src="/DOCUME~1/yvain/LOCALS~1/Temp/msohtml1/01/clip_image003.jpg" alt="" width="493" height="369" /></span><!--[endif]--></p>
<p class="MsoNormal" style="text-align:left;"><span> </span></p>
<p class="MsoNormal" style="text-align:left;"><span> </span></p>
<p class="MsoNormal" style="text-align:left;"><span> </span></p>
<p class="MsoNormal" style="text-align:left;"><span> </span></p>
<p class="MsoNormal" style="text-align:left;"><span> </span></p>
<p class="MsoNormal" style="text-align:left;"><span> </span></p>
<p class="MsoNormal" style="text-align:left;"><span> </span></p>
<p class="MsoNormal" style="text-align:left;"><span> </span></p>
<p class="MsoNormal" style="text-align:left;"><span> </span></p>
<p class="MsoNormal" style="text-align:left;"><span> </span></p>
<p class="MsoNormal" style="text-align:left;"><span> </span></p>
<p class="MsoNormal" style="text-align:left;"><span> </span></p>
<p class="MsoNormal" style="text-align:left;"><span> </span></p>
<p class="MsoNormal" style="text-align:left;"><span> </span></p>
<p class="MsoNormal" style="text-align:left;"><span> </span></p>
<p class="MsoNormal" style="text-align:left;"><span> </span></p>
<p class="MsoNormal" style="text-align:left;"><span> </span></p>
<p class="MsoNormal" style="text-align:left;"><span> </span></p>
<p class="MsoNormal" style="text-align:left;"><span> </span></p>
<p class="MsoNormal" style="line-height:150%;text-align:left;"><span> </span></p>
<p class="MsoNormal" style="line-height:150%;text-align:left;"><span><span> </span></span></p>
<p class="MsoNormal" style="line-height:150%;text-align:left;"><span lang="SV"> </span></p>
<p class="MsoNormal" style="line-height:150%;text-align:left;">
<p class="MsoNormal" style="line-height:150%;text-align:left;">
<p class="MsoNormal" style="line-height:150%;text-align:left;">
<p class="MsoNormal" style="line-height:150%;text-align:left;">
<p class="MsoNormal" style="line-height:150%;text-align:left;">
<p class="MsoNormal" style="line-height:150%;text-align:left;">
<p class="MsoNormal" style="line-height:150%;text-align:left;">
<p class="MsoNormal" style="line-height:150%;text-align:left;">
<p class="MsoNormal" style="margin-left:342pt;line-height:150%;"><!--[if gte mso 9]&gt;  Normal 0   false false false        MicrosoftInternetExplorer4  &lt;![endif]--><!--[if gte mso 9]&gt;   &lt;![endif]--><!--  /* Style Definitions */  p.MsoNormal, li.MsoNormal, div.MsoNormal 	{mso-style-parent:""; 	margin:0cm; 	margin-bottom:.0001pt; 	mso-pagination:widow-orphan; 	font-size:12.0pt; 	font-family:"Times New Roman"; 	mso-fareast-font-family:"Times New Roman"; 	mso-ansi-language:IN;} @page Section1 	{size:612.0pt 792.0pt; 	margin:72.0pt 90.0pt 72.0pt 90.0pt; 	mso-header-margin:36.0pt; 	mso-footer-margin:36.0pt; 	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:0cm 5.4pt 0cm 5.4pt; 	mso-para-margin:0cm; 	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:342pt;line-height:150%;">
<p class="MsoNormal" style="margin-left:342pt;line-height:150%;">
<p>Note :</p>
<p>I : Input</p>
<p>P : Proses</p>
<p>O : Output</p>
<p class="MsoNormal" style="line-height:150%;text-align:left;"><strong><span style="font-size:14pt;line-height:150%;">The Classification of A System</span></strong></p>
<p><!--[if gte mso 9]&gt;  Normal 0   false false false        MicrosoftInternetExplorer4  &lt;![endif]--><!--[if gte mso 9]&gt;   &lt;![endif]--><!--  /* Style Definitions */  p.MsoNormal, li.MsoNormal, div.MsoNormal 	{mso-style-parent:""; 	margin:0cm; 	margin-bottom:.0001pt; 	mso-pagination:widow-orphan; 	font-size:12.0pt; 	font-family:"Times New Roman"; 	mso-fareast-font-family:"Times New Roman"; 	mso-ansi-language:IN;} @page Section1 	{size:612.0pt 792.0pt; 	margin:72.0pt 90.0pt 72.0pt 90.0pt; 	mso-header-margin:36.0pt; 	mso-footer-margin:36.0pt; 	mso-paper-source:0;} div.Section1 	{page:Section1;} --></p>
<p><!--[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:0cm 5.4pt 0cm 5.4pt; 	mso-para-margin:0cm; 	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;} --></p>
<p><!--[endif]--></p>
<p><!--[if gte mso 9]&gt;  Normal 0   false false false        MicrosoftInternetExplorer4  &lt;![endif]--><!--[if gte mso 9]&gt;   &lt;![endif]--><!--  /* Style Definitions */  p.MsoNormal, li.MsoNormal, div.MsoNormal 	{mso-style-parent:""; 	margin:0cm; 	margin-bottom:.0001pt; 	mso-pagination:widow-orphan; 	font-size:12.0pt; 	font-family:"Times New Roman"; 	mso-fareast-font-family:"Times New Roman"; 	mso-ansi-language:IN;} @page Section1 	{size:612.0pt 792.0pt; 	margin:72.0pt 90.0pt 72.0pt 90.0pt; 	mso-header-margin:36.0pt; 	mso-footer-margin:36.0pt; 	mso-paper-source:0;} div.Section1 	{page:Section1;} --></p>
<p><!--[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:0cm 5.4pt 0cm 5.4pt; 	mso-para-margin:0cm; 	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;} --></p>
<p><!--[endif]--></p>
<p class="MsoNormal" style="line-height:150%;"><strong><span>Definition 1</span></strong></p>
<p class="MsoNormal" style="margin-left:180pt;text-align:justify;text-indent:-135pt;line-height:150%;"><span>Abstract System<span> </span> : Existing system because the ideas, for example: The Religion System, The Custom System</span></p>
<p class="MsoNormal" style="margin-left:180pt;text-align:justify;text-indent:-135pt;line-height:150%;"><span>The Physical System <span> </span>: The system that existing physically, for example :Computer system, accounting system, production system, and the other</span></p>
<p class="MsoNormal" style="text-align:justify;line-height:150%;"><span> </span></p>
<p class="MsoNormal" style="text-align:justify;line-height:150%;"><strong><span>Definition 2</span></strong></p>
<p class="MsoNormal" style="margin-left:180pt;text-align:justify;text-indent:-135pt;line-height:150%;"><span>The Natural System<span> </span> : The system that happened because a<span> </span>naturally process, for example : The earth rotation, the gravitation system, and the other</span></p>
<p class="MsoNormal" style="margin-left:180pt;text-align:justify;text-indent:-135pt;line-height:150%;"><span>The Artificial System <span> </span>: The system that existing because the interaction between the human being and the machine, for example : The computer system, The Information System, and the other.</span></p>
<p class="MsoNormal" style="text-align:justify;line-height:150%;"><span> </span></p>
<p class="MsoNormal" style="text-align:justify;line-height:150%;"><strong><span>Definition 3</span></strong></p>
<p class="MsoNormal" style="margin-left:180pt;text-align:justify;text-indent:-144pt;line-height:150%;"><span>The certain System <span> </span>: System that operating with the predictable behavior, for example : The computer system</span></p>
<p class="MsoNormal" style="margin-left:180pt;text-indent:-144pt;line-height:150%;"><span>The Indefinite System <span> </span>: The Condition of the system can’t predict in the future, for example : The marketing of the product </span></p>
<p class="MsoNormal" style="line-height:150%;"><span lang="SV"> </span></p>
<p class="MsoNormal" style="line-height:150%;"><span lang="SV"> </span></p>
<p class="MsoNormal" style="line-height:150%;"><strong><span lang="SV">Definotion 4</span></strong></p>
<p class="MsoNormal" style="margin-left:180pt;text-indent:-144pt;line-height:150%;"><span>The Close system <span> </span>: The system that doesn’t correlate and affect with the environment</span></p>
<p class="MsoNormal" style="margin-left:180pt;text-indent:-144pt;line-height:150%;"><span>The Open System<span> </span><span> </span>: The system that correlate and affect with the environment.</span></p>
<p class="MsoNormal" style="line-height:150%;text-align:left;"><span lang="SV"> </span></p>
<p class="MsoNormal" style="line-height:150%;text-align:left;"><span lang="SV"> </span></p>
<p class="MsoNormal" style="line-height:150%;text-align:left;">
<p class="MsoNormal" style="line-height:150%;text-align:left;">
<p class="MsoNormal" style="line-height:150%;text-align:left;">
<p class="MsoNormal" style="line-height:150%;text-align:left;">
<p><!--[if gte mso 9]&gt;  Normal 0   false false false        MicrosoftInternetExplorer4  &lt;![endif]--><!--[if gte mso 9]&gt;   &lt;![endif]--><!--  /* Style Definitions */  p.MsoNormal, li.MsoNormal, div.MsoNormal 	{mso-style-parent:""; 	margin:0cm; 	margin-bottom:.0001pt; 	mso-pagination:widow-orphan; 	font-size:12.0pt; 	font-family:"Times New Roman"; 	mso-fareast-font-family:"Times New Roman"; 	mso-ansi-language:IN;} @page Section1 	{size:612.0pt 792.0pt; 	margin:72.0pt 90.0pt 72.0pt 90.0pt; 	mso-header-margin:36.0pt; 	mso-footer-margin:36.0pt; 	mso-paper-source:0;} div.Section1 	{page:Section1;} --></p>
<p><!--[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:0cm 5.4pt 0cm 5.4pt; 	mso-para-margin:0cm; 	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;} --></p>
<p><!--[endif]--></p>
<p class="MsoNormal" style="line-height:150%;"><strong><span style="font-size:16pt;line-height:150%;" lang="SV">THE DEFINITION OF INFORMATION</span></strong></p>
<p class="MsoNormal" style="margin-left:21.5pt;text-align:justify;line-height:150%;"><strong><span lang="SV"> </span></strong></p>
<p class="MsoNormal" style="margin-left:21.5pt;text-align:justify;line-height:150%;"><strong><span lang="SV"><span> </span></span></strong><span>The information is the data that processed to be a better form and more usefull for the receiver. Without processed, data is nothing. For more explaination will explained from this cycle information :</span></p>
<p class="MsoNormal" style="margin-left:21.5pt;text-align:justify;line-height:150%;">
<p class="MsoNormal" style="margin-left:21.5pt;text-align:justify;line-height:150%;"><span><img class="alignnone size-full wp-image-8" title="cycle-information" src="http://winyvain.files.wordpress.com/2009/02/cycle-information.jpg" alt="cycle-information" width="450" height="287" /></span></p>
<p class="MsoNormal" style="margin-left:21.5pt;text-align:justify;line-height:150%;">
<p class="MsoNormal" style="margin-left:21.5pt;text-align:justify;line-height:150%;">
<p class="MsoNormal" style="margin-left:21.5pt;text-align:justify;line-height:150%;"><!--[if gte mso 9]&gt;  Normal 0   false false false        MicrosoftInternetExplorer4  &lt;![endif]--><!--[if gte mso 9]&gt;   &lt;![endif]--><!--  /* Style Definitions */  p.MsoNormal, li.MsoNormal, div.MsoNormal 	{mso-style-parent:""; 	margin:0cm; 	margin-bottom:.0001pt; 	mso-pagination:widow-orphan; 	font-size:12.0pt; 	font-family:"Times New Roman"; 	mso-fareast-font-family:"Times New Roman"; 	mso-ansi-language:IN;} @page Section1 	{size:612.0pt 792.0pt; 	margin:72.0pt 90.0pt 72.0pt 90.0pt; 	mso-header-margin:36.0pt; 	mso-footer-margin:36.0pt; 	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:0cm 5.4pt 0cm 5.4pt; 	mso-para-margin:0cm; 	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:justify;line-height:150%;"><strong><span style="font-size:16pt;line-height:150%;">The Quality of The Information</span></strong></p>
<p class="MsoNormal" style="text-align:justify;line-height:150%;"><strong><span>Accurate</span></strong></p>
<p class="MsoNormal" style="text-align:justify;line-height:150%;"><span><span> </span>The Information is free from the mistakes and don`t deflect or mislead.</span></p>
<p class="MsoNormal" style="text-align:justify;line-height:150%;"><span> </span></p>
<p class="MsoNormal" style="text-align:justify;line-height:150%;"><strong><span>Timely</span></strong></p>
<p class="MsoNormal" style="text-align:justify;text-indent:36pt;line-height:150%;"><span style="color:black;">Incoming information to the receiver may not lose time</span><span><span> </span></span></p>
<p class="MsoNormal" style="text-align:justify;line-height:150%;"><strong><span lang="UK">Relevan</span></strong><strong><span>tly</span></strong></p>
<p class="MsoNormal" style="text-align:justify;line-height:150%;"><span lang="IN"><span> </span></span><span>The information is usefull for the user.</span></p>
<p class="MsoNormal" style="text-align:justify;line-height:150%;">
<p class="MsoNormal" style="text-align:justify;line-height:150%;">
<p class="MsoNormal" style="text-align:justify;line-height:150%;">
<p class="MsoNormal" style="text-align:justify;line-height:150%;"><span><br />
</span></p>
<p class="MsoNormal" style="text-align:justify;line-height:150%;"><span lang="IN"> </span></p>
<p><!--[if gte mso 9]&gt;  Normal 0   false false false        MicrosoftInternetExplorer4  &lt;![endif]--><!--[if gte mso 9]&gt;   &lt;![endif]--><!--  /* Style Definitions */  p.MsoNormal, li.MsoNormal, div.MsoNormal 	{mso-style-parent:""; 	margin:0cm; 	margin-bottom:.0001pt; 	mso-pagination:widow-orphan; 	font-size:12.0pt; 	font-family:"Times New Roman"; 	mso-fareast-font-family:"Times New Roman"; 	mso-ansi-language:IN;} @page Section1 	{size:612.0pt 792.0pt; 	margin:72.0pt 90.0pt 72.0pt 90.0pt; 	mso-header-margin:36.0pt; 	mso-footer-margin:36.0pt; 	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:0cm 5.4pt 0cm 5.4pt; 	mso-para-margin:0cm; 	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:justify;line-height:150%;"><strong><span><span style="text-decoration:underline;">Value Information determined from two matter, that is expense and benefit to getting it. Information will be valuable if it give more benefit than expense to get it.</span></span></strong></p>
<p class="MsoNormal" style="text-align:justify;line-height:150%;">
<p class="MsoNormal" style="text-align:justify;line-height:150%;">
<p class="MsoNormal" style="text-align:justify;line-height:150%;">
<p class="MsoNormal" style="text-align:justify;line-height:150%;">
<p class="MsoNormal" style="text-align:justify;line-height:150%;">
<p class="MsoNormal" style="text-align:justify;line-height:150%;">
<p class="MsoNormal" style="text-align:justify;line-height:150%;">
<p class="MsoNormal" style="text-align:justify;line-height:150%;">
<p class="MsoNormal" style="text-align:justify;line-height:150%;"><strong><span><br />
</span></strong></p>
<p class="MsoNormal" style="text-align:left;line-height:150%;"><span> </span></p>
<p class="MsoNormal" style="text-align:left;"><span> </span></p>
<br />Posted in ADSI  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/winyvain.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/winyvain.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/winyvain.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/winyvain.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/winyvain.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/winyvain.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/winyvain.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/winyvain.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/winyvain.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/winyvain.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/winyvain.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/winyvain.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/winyvain.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/winyvain.wordpress.com/5/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=winyvain.wordpress.com&amp;blog=6674838&amp;post=5&amp;subd=winyvain&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://winyvain.wordpress.com/2009/02/21/summary-of-the-basic-concept-of-the-analysis-and-information-system-design/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0495d8d6424fa7b0fc7215a84f9207bb?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">winyvain</media:title>
		</media:content>

		<media:content url="http://winyvain.files.wordpress.com/2009/02/clip_image0011.gif" medium="image">
			<media:title type="html">student registration</media:title>
		</media:content>

		<media:content url="http://winyvain.files.wordpress.com/2009/02/karakterisrik-sistem.jpg" medium="image">
			<media:title type="html">karakterisrik-sistem</media:title>
		</media:content>

		<media:content url="http://winyvain.files.wordpress.com/2009/02/cycle-information.jpg" medium="image">
			<media:title type="html">cycle-information</media:title>
		</media:content>
	</item>
	</channel>
</rss>
