<?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>tH3y~D</title>
	<atom:link href="http://theyd.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://theyd.wordpress.com</link>
	<description>Guitar lover n musician blogs</description>
	<lastBuildDate>Sun, 03 May 2009 11:51:31 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='theyd.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>tH3y~D</title>
		<link>http://theyd.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://theyd.wordpress.com/osd.xml" title="tH3y~D" />
	<atom:link rel='hub' href='http://theyd.wordpress.com/?pushpress=hub'/>
		<item>
		<title>NORMALIZATION EXAMPLE</title>
		<link>http://theyd.wordpress.com/2009/05/03/normalization-example/</link>
		<comments>http://theyd.wordpress.com/2009/05/03/normalization-example/#comments</comments>
		<pubDate>Sun, 03 May 2009 11:51:31 +0000</pubDate>
		<dc:creator>theyd</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://theyd.wordpress.com/?p=43</guid>
		<description><![CDATA[In the field of relational database design, normalization is a systematic way of ensuring that a database structure is suitable for general-purpose querying and free of certain undesirable characteristics—insertion, update, and deletion anomalies—that could lead to a loss of data integrity. E.F. Codd, the inventor of the relational model, introduced the concept of normalization and [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=theyd.wordpress.com&amp;blog=5245172&amp;post=43&amp;subd=theyd&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>In the field of relational database design, normalization is a systematic way of ensuring that a database structure is suitable for general-purpose querying and free of certain undesirable characteristics—insertion, update, and deletion anomalies—that could lead to a loss of data integrity. E.F. Codd, the inventor of the relational model, introduced the concept of normalization and what we now know as the first normal form in 1970. Codd went on to define the second and third normal forms in 1971, and Codd and Raymond F. Boyce defined the Boyce-Codd normal form in 1974. Higher normal forms were defined by other theorists in subsequent years, the most recent being the sixth normal form introduced by Chris Date, Hugh Darwen, and Nikos Lorentzos in 2002.<br />
Informally, a relational database table (the computerized representation of a relation) is often described as &#8220;normalized&#8221; if it is in the third normal form (3NF). Most 3NF tables are free of insertion, update, and deletion anomalies, i.e. in most cases 3NF tables adhere to BCNF, 4NF, and 5NF (but typically not 6NF).<br />
A standard piece of database design guidance is that the designer should begin by fully normalizing the design, and selectively denormalize only in places where doing so is absolutely necessary to address performance issues. However, some modeling disciplines, such as the dimensional modeling approach to data warehouse design, explicitly recommend non-normalized designs, i.e. designs that in large part do not adhere to 3NF.<br />
( http://en.wikipedia.org/wiki/Database_normalization)</p>
<p>Case example :<br />
<img class="alignnone size-full wp-image-44" title="a1" src="http://theyd.files.wordpress.com/2009/05/a1.jpg?w=510" alt="a1"   /><br />
•    Mapping and Normalization process.</p>
<p>Mapping of ER Diagram above is:<br />
<img class="alignnone size-full wp-image-45" title="b" src="http://theyd.files.wordpress.com/2009/05/b.jpg?w=510" alt="b"   /></p>
<p>For the mapping above we can see table PEGAWAI have NOPEG as primary key, and the foreign key NOBAG. According the ERD above, between PEGAWAI and BAGIAN have ANGGOTA relationship with cardinality M : 1. Table BAGIAN, have NOBAG as primary key, and NOPEG as foreign key. According to ERD above, between PEGAWAI and BAGIAN have PIMPIN relation with cardinality 1 : 1. Table PROYEK have NOPRO as primary key, and NOBAG as foreign key. Table TANGGUNGAN have NOPEG as foreign key. As we see the ER above, TANGGUNGAN is weak entity, so, TANGGUNGAN have NOPEG as foreign key from table PEGAWAI. As we see at the ER Diagram above, KERJA relation is M : M cardinality, so the relation KERJA is become a table, which have NOPEG and NOPRO as the foreign key.</p>
<p>So the normalization for the ERD above is :<br />
<img class="alignnone size-full wp-image-46" title="c" src="http://theyd.files.wordpress.com/2009/05/c.jpg?w=510" alt="c"   /></p>
<p><img class="alignnone size-full wp-image-47" title="d" src="http://theyd.files.wordpress.com/2009/05/d.jpg?w=510" alt="d"   /></p>
<p><img class="alignnone size-full wp-image-48" title="e" src="http://theyd.files.wordpress.com/2009/05/e.jpg?w=510" alt="e"   /></p>
<p><img class="alignnone size-full wp-image-49" title="f" src="http://theyd.files.wordpress.com/2009/05/f.jpg?w=510" alt="f"   /></p>
<p><img class="alignnone size-medium wp-image-50" title="g" src="http://theyd.files.wordpress.com/2009/05/g.jpg?w=300&#038;h=229" alt="g" width="300" height="229" /></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/theyd.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/theyd.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/theyd.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/theyd.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/theyd.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/theyd.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/theyd.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/theyd.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/theyd.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/theyd.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/theyd.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/theyd.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/theyd.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/theyd.wordpress.com/43/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=theyd.wordpress.com&amp;blog=5245172&amp;post=43&amp;subd=theyd&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://theyd.wordpress.com/2009/05/03/normalization-example/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a6ba4bad2090c52c07b519c165adad24?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">theyd</media:title>
		</media:content>

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

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

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

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

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

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

		<media:content url="http://theyd.files.wordpress.com/2009/05/g.jpg?w=300" medium="image">
			<media:title type="html">g</media:title>
		</media:content>
	</item>
		<item>
		<title>NORMALIZATION</title>
		<link>http://theyd.wordpress.com/2009/04/26/normalization/</link>
		<comments>http://theyd.wordpress.com/2009/04/26/normalization/#comments</comments>
		<pubDate>Sun, 26 Apr 2009 07:07:33 +0000</pubDate>
		<dc:creator>theyd</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://theyd.wordpress.com/?p=34</guid>
		<description><![CDATA[•Database design process In database design process as we know before have some process like collect user needs/business, develop the ER model based the user needs, also to convert ER model into the relation association (table). The Database design also talks about the relation normalization to clearing the anomaly. To implementing into the database we [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=theyd.wordpress.com&amp;blog=5245172&amp;post=34&amp;subd=theyd&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>•Database design process<br />
In database design process as we know before have some process like collect user needs/business, develop the ER model based the user needs, also to convert ER model into the relation association (table).<br />
The Database design also talks about the relation normalization to clearing the anomaly. To implementing into the database we can make table for each relation that had been normalized.</p>
<p>•Database Normalization<br />
Normalization is the building database structure process so the ambiguity mostly can be cleared. The normalization step, start from light step (1NF) into the tight process (5NF). Usually only the step 3NF or BCNF because it enough to produce tables in good quality.<br />
There are some reasons why we do the normalization:<br />
–    Optimization table structure<br />
–    Increase speed<br />
–    Clearing the same data input<br />
–    More efficient in using storage media.<br />
–    Decrease redundancy<br />
–    Avoid anomaly (insertion anomalies, deletion anomalies, update anomalies).<br />
–    Data integrity that increased<br />
Not all of the table can defined into good table, a table can be said good table (efficient) if the table have criteria:<br />
–    If it’s a table decomposition, so the decomposition must save guaranty (Lossless-Join Decomposition). It means, after the table be scattered into tables, the new tables can produce the formerly table.<br />
–    Maintain dependence on the functional changes in data (Dependency Preservation).<br />
–    Does not violate Boyce-Code Normal Form (BCNF)<br />
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>•    Functional Dependency<br />
Functional Dependency describes a relationship attributes in relation<br />
An attribute said functionally dependant on the other, if we use the value attribute to determine the value of the other attributes.<br />
Symbol that is used “→“ to represent the functional dependency. Symbol “→” reads determine the functional.<br />
–    Notation:A→B<br />
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 />
–    Notation:A→B or A x→ B<br />
It is the opposite of the previous notation.<br />
Example:<br />
<img class="alignnone size-full wp-image-27" title="gambar1" src="http://theyd.files.wordpress.com/2009/04/gambar1.jpg?w=510&#038;h=144" alt="gambar1" width="510" height="144" /></p>
<p>Functional Dependency:<br />
•    NRP → Nama<br />
•    Mata_Kuliah, NRP → Nilai<br />
Non Functional Dependency:<br />
•    Mata_Kuliah → NRP<br />
•    NRP → Nilai<br />
Functional Dependency from  nilai table<br />
–    Nrp → Nama<br />
Because for each value Nrp the same, then the value of the same name<br />
–    {Mata_kuliah, NRP} → Nilai<br />
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 → NRP<br />
–    NRP → Nilai<br />
•    First Normal Form &#8211; 1NF<br />
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). In this form are Not allowed if there are Many attributes of value (Multivalued attributes). Attributes composite or a combination of both.  So,Price is the domain attribute must be atomic rates.<br />
Example data mahasiswa;<br />
<img class="alignnone size-full wp-image-28" title="gambar2" src="http://theyd.files.wordpress.com/2009/04/gambar2.jpg?w=510" alt="gambar2"   /><br />
Or<br />
<img class="alignnone size-full wp-image-30" title="gambar31" src="http://theyd.files.wordpress.com/2009/04/gambar31.jpg?w=510&#038;h=80" alt="gambar31" width="510" height="80" /></p>
<p>The table above does not meet the requirements 1NF<br />
Decomposition becomes:<br />
–    Tabel Mahasiswa :<br />
<img class="alignnone size-full wp-image-31" title="gmabar4" src="http://theyd.files.wordpress.com/2009/04/gmabar4.jpg?w=510" alt="gmabar4"   /><br />
–    Tabel Hobi :<br />
<img class="alignnone size-full wp-image-32" title="gambar5" src="http://theyd.files.wordpress.com/2009/04/gambar5.jpg?w=510" alt="gambar5"   /></p>
<p>•    Second Normal Form &#8211; 2NF<br />
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.<br />
A table does not meet 2NF, if there are attributes that ketergantungannya (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.<br />
Functional dependency X → Y is full if it is said to delete an attribute A from X meansthat Y is no longer dependent functional. Functional dependency X → Y said if deleting a partial attribute A from X means<br />
Y is still dependent functional. Relation scheme R in the form 2NF if every non-primary key attributes of A€R depends on the full primary key fungsioanl R.<br />
Example;<br />
The following table meet 1NF, 2NF, including but not<br />
<img class="alignnone size-full wp-image-33" title="gambar6" src="http://theyd.files.wordpress.com/2009/04/gambar6.jpg?w=510" alt="gambar6"   /></p>
<p>Does not meet 2NF, because (NIM, KodeMk) is regarded as the primary key:<br />
–    (NIM,KodeMk) →NamaMhs<br />
–    (NIM,KodeMk) →Address<br />
–    (NIM,KodeMk) →Matakuliah<br />
–    (NIM, Kode) →Mk SKS<br />
–    (NIM, KodeMk) →NilaiHuruf<br />
Table needs to be some table didekomposisi eligible 2NF.<br />
Functional dependency:<br />
–    {NIM, KodeMk} → NilaiHuruf   (fd1)<br />
–    NIM → {NamaMhs, Alamat}      (fd2)<br />
–    KodeMk → {Matakuliah, Sks}    (fd3)<br />
So the result:<br />
–    fd1 (NIM, KodeMk, NilaiHuruf) → Tabel Nilai<br />
–    fd2 (NIM, NamaMhs, Alamat) → Tabel Mahasiswa<br />
–    fd3 (KodeMk, Matakuliah, Sks) → Tabel MataKuliah</p>
<p>•    Third Normal Form &#8211; 3NF<br />
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).</p>
<p>•    Boyce-Codd Normal Form (BNCF)<br />
Boyce-Codd Normal Form constraint has a stronger form of the Normal third. To be BNCF, relations must be in the form of Normal Kesatu and forced each of the attributes depends on the function in the super key attributes.</p>
<p>•    Normal form of the fourth and fifth<br />
Relations in the fourth normal form (NF 4) if the relation in BCNF and dependency tdak 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. 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.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/theyd.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/theyd.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/theyd.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/theyd.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/theyd.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/theyd.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/theyd.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/theyd.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/theyd.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/theyd.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/theyd.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/theyd.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/theyd.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/theyd.wordpress.com/34/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=theyd.wordpress.com&amp;blog=5245172&amp;post=34&amp;subd=theyd&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://theyd.wordpress.com/2009/04/26/normalization/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a6ba4bad2090c52c07b519c165adad24?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">theyd</media:title>
		</media:content>

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

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

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

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

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

		<media:content url="http://theyd.files.wordpress.com/2009/04/gambar6.jpg" medium="image">
			<media:title type="html">gambar6</media:title>
		</media:content>
	</item>
		<item>
		<title>DATABASE AND ERD(ENTITY RELATIONSHIP DIAGRAM)</title>
		<link>http://theyd.wordpress.com/2009/04/19/database-and-erdentity-relationship-diagram/</link>
		<comments>http://theyd.wordpress.com/2009/04/19/database-and-erdentity-relationship-diagram/#comments</comments>
		<pubDate>Sun, 19 Apr 2009 12:52:58 +0000</pubDate>
		<dc:creator>theyd</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://theyd.wordpress.com/?p=22</guid>
		<description><![CDATA[DATABASE DEFINITION Definition of the database are A set of data that stored in the magnetic disk, optical disk or other secondary storage Collection of integrated data-related data of an enterprise (company, government or private), the ERD is used for manufacturing production planning, actual production data, data ordering materials, etc. DATABASE MANAGEMENT SYSTEM Database Management [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=theyd.wordpress.com&amp;blog=5245172&amp;post=22&amp;subd=theyd&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>DATABASE DEFINITION</p>
<p>Definition of the database are A set of data that stored in the magnetic disk, optical disk or other secondary storage Collection of integrated data-related data of an enterprise (company, government or private), the ERD is used for manufacturing production planning, actual production data, data ordering materials, etc.</p>
<p>DATABASE MANAGEMENT SYSTEM</p>
<p>Database Management System is Collection / database combined with software applications that are based database. This Application programs are used to access and maintain the databases. So with DBMS can provide an environment that is efficient and easy to use, withdrawal and storage of data and information. It can help user more easier to access the data</p>
<p>BIT, BYTE, FIELD</p>
<p>Talk about database, we also talk about bit, byte and field. Bit is the smallest pieces of data that contains the value 0 or 1. Byte is set of bit-bit similar. Field is set of byte-byte similar, in the database used the term attribute  ATTRIBUT/FIELD Attribute/field is the nature or characteristics of an entity that provides provide detail on these entities. Some relationship in database can also have attributes Example attributes:  STUDENTS: NIM, NAME, ADDRESS  CAR: NOMOR_PLAT, COLOR, TYPE, CC  TYPES ATTRIBUTE 	The types of attribute can divided into:</p>
<p>•	Single vs. multi value This attribute can be filled only at most one value o	Single    can be filled with more than one value with the same type of o	Multi value</p>
<p>•	Atomic vs. composition   This attribute can not be divided into the attributes of smaller o	Atomic can not be divided into a smaller attribute o	Composition is a combination of several attributes of a smaller</p>
<p>•	Derived attribute The derived attributes resulting from the date of birth attribute value can be derived from the value of other attributes</p>
<p>•	Null Value attribute The Attributes that have no value to a record</p>
<p>•	Mandatory attribute Value Attributes must have values</p>
<p>RECORD/TUPLE</p>
<p>Record/tuple is a line of data in a relationship. This record Consists of the set of attributes where the attribute-attribute-attribute is to inform each other entity / relationship fully</p>
<p>ENTITY FILE</p>
<p>File is a collection of similar records and have the same elements, the same attributes but different data in its value. Some of the File Type In processing applications, files can be categorized as follows: Master File, Transaction File, File Report, File History, File Protection, Job File  DOMAIN The Domain is the set of values that are allowed to reside in one or more attributes. Each attribute in a database relational is defined as a domain</p>
<p>ELEMENT KEY DATA</p>
<p>The element key of record which is used to find these records at the time of access, or can also be used to identify each entity / record / line.</p>
<p>SPECIES OF KEY</p>
<p>There are some Species of key that the database have, those are:</p>
<p>•	Super key is one or more attributes of a table that can be used to identify entity / record of the table are unique (not all attributes can be super key)</p>
<p>•	Candidate Key is a super key with minimal attributes. Candidate must not contain a key attribute of the table so that the other candidate key is certain super key but not necessarily vice versa.</p>
<p>•	Primary Key  One of the key attributes of the candidate can be selected / specified a primary key with the three following criteria:  1. Key is more natural to use as reference  2. Key is more simple  3. Key is guaranteed its uniqueness</p>
<p>•	Alternate Key is an attribute of the candidate key is not selected to be primary key.</p>
<p>•	Foreign Key is any attribute that point to the primary key in another table. Foreign key will be going on a relationship that has cardinalities one to many (one to many) or many to many (many to many). Foreign key is usually always put on the table that point to many.</p>
<p>•	External Key is a lexical attribute (or set of lexical attributes) that values are always identify an object instance.</p>
<p>ERD (ENTITY RELATIONSHIP DIAGRAM)</p>
<p>ERD is a model of a network that uses word to order is stored in the abstract system. The Differences between the DFD and ERD are if DFD is a model of network functions that will be implemented by the system then ERD is a model that emphasizes the network data on the structure and relationship data</p>
<p>ELEMENTS OF THE ERD</p>
<p>The elements of the ERD can divided into:</p>
<p>•	Entity  In the ER Diagram Entity is described with the form of a rectangle. Entity is something that exists in the real system and the abstract where the data stored or where there are data.</p>
<p>•	Relationship  ER diagram on the relationship can be described with a lozenge. Relationship is a natural relationship that occurs between entities. In general, the name given to the verb base making it easier to do the reading that relation</p>
<p>•	Relationship Degree  is the number of entities participating in a relationship. Degree which is often used in the ERD.</p>
<p>•	Attribute  is the nature or characteristics of each entity and relationship</p>
<p>•	Cardinality tupel indicates the maximum number that can be related with entities on the other entity</p>
<p>DEGREE OF RELATIONSHIP</p>
<p>There are some kinds the degree of relationship:</p>
<p>•	Unary Relationship  model is the relationship between the entity originating from the same entity set.</p>
<p>•	Binary Relationship  model is the relationship between 2 entities.</p>
<p>•	Ternary Relationship  is a relationship between the instance of 3 types of entities are unilateral.</p>
<p>CARDINALITY</p>
<p>There are 3 cardinality relations, namely</p>
<p>•	One to One: Level one to one relationship with the one stated in the entity&#8217;s first event, only had one relationship with one incident in which the two entities and vice versa.</p>
<p>•	One to Many or Many to One: Level one to many relationship is the same as the one to many depending on the direction from which the relationship to be seen. For an incident on the first entity can have any relationship with many incident on the second entity, if the one incident on the entity the second can only have one relationships with the incident on the first entity.</p>
<p>•	Many to Many: if any incident occurs in an entity many have relationships with other entities in the incident.</p>
<p>Notation (E-R diagram) Symbolic notation in the ER diagram is 1.	Rectangle represent the collective entity 2.	Circle represent the attributes 3.	Rhomb part explains collective relationships 4.	Line as the set of relationships between the entity and the collective entity with that Set of attributes</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/theyd.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/theyd.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/theyd.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/theyd.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/theyd.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/theyd.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/theyd.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/theyd.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/theyd.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/theyd.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/theyd.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/theyd.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/theyd.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/theyd.wordpress.com/22/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=theyd.wordpress.com&amp;blog=5245172&amp;post=22&amp;subd=theyd&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://theyd.wordpress.com/2009/04/19/database-and-erdentity-relationship-diagram/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a6ba4bad2090c52c07b519c165adad24?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">theyd</media:title>
		</media:content>
	</item>
		<item>
		<title>DATA FLOW DIAGRAM</title>
		<link>http://theyd.wordpress.com/2009/04/05/data-flow-diagram/</link>
		<comments>http://theyd.wordpress.com/2009/04/05/data-flow-diagram/#comments</comments>
		<pubDate>Sun, 05 Apr 2009 11:10:12 +0000</pubDate>
		<dc:creator>theyd</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://theyd.wordpress.com/?p=19</guid>
		<description><![CDATA[Data Flow diagram is describing the system dividing into the smaller module. It makes easier for user that not to understand about computer to understand about the system that developed. 1.Context Diagram Context diagram have one process and describe the system range. It is the highest level in DFD that describe entire input into the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=theyd.wordpress.com&amp;blog=5245172&amp;post=19&amp;subd=theyd&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Data Flow diagram is describing the system dividing into the smaller module. It makes easier for user that not to understand about computer to understand about the system that developed.<br />
1.Context Diagram<br />
Context diagram have one process and describe the system range. It is the highest level in DFD that describe entire input into the system and output from the system. This system had a boundary (described by break line). In this system cannot have a storage.<br />
2.Zero (0) Diagram<br />
This diagram is describing the DFD process. Give an entire view about the handled system, it shows the function or the main process, data flow and external entity. In this level the data storage is enable. For the not detail process in the next level it added  ‘*’ and ‘P’ symbol in the end of process. The input and output balancing, between Zero Diagram and Context diagram must be maintained.<br />
3.Detail Diagram<br />
Detail diagram is a diagram that explains what process that zero diagrams had or the upper level.<br />
In one level better not have more than 7 process and max 9, if it more it must do the decomposition.<br />
4.Process Specification<br />
In every DFD process must have a process specification. In the top level the method for describe the process can use descriptive sentences. In the detail level or in the lowest level (functional primitive) need more structured specification. Process specification will be an orientation for the programmer to make a program (coding). The method that used in process specification are; process explanation in the story shape, decision table, decision tree.<br />
5.Data Flow<br />
The place that information flow. It described in the straight line that connecting system component. Data flow is flow between process, data storage, and shows data flow in input type for the system.<br />
Orientation in naming:<br />
•Data flow name divide into some word flow connected by straight line.<br />
•There is no data flow with the same name and name given must describe the content.<br />
•Data flow divide into some elements that said in group elements.<br />
•Avoid using word ‘data’ and ‘information’ for naming in the data flow.<br />
•Data naming must complete write.<br />
•Data Flow name that come into process cannot have a same name with data flow that out from that process.<br />
•Data flow that in and out from data storage don’t have to naming if:<br />
•Simple data Flow.<br />
•Data flow describe whole system item.<br />
•There is no data flow from terminal into data storage or the other way because terminal not a system part, the connection of terminal process with data storage must trough a process.<br />
6.Process<br />
Process is what the system worked for. Process can process data or input data flow become output dataflow. Process transforming one or some input data into one or some output data based on the specification that wanted. Every process has one or some input and also produces one or more output. Sometime process called bubble.<br />
Process Naming:<br />
•Process name include verb and noun that mirroring that process function.<br />
•Don’t use process word as a part of bubble.<br />
•Same process cannot have the same name.<br />
•The process must be numbering. Numbering must follow the process.</p>
<p>7.Data Storage<br />
Data Storage is the place that data storage in the system. Symbolize with couple rowed line or two line with one open side. Process can take data from or into the database.<br />
Naming Database:<br />
•Name must mirroring data storage<br />
•If the name more than one word use the connection symbol.<br />
8.Data Dictionary<br />
It helps the system user and person to understand in detail about the applications and organizing all of the data elements that system used so the user and system analyst have a same understanding about input, output, storage and process. In analysis step, data dictionary used to communicate between system analyst and user. In system design step, data dictionary used to design input, report, and database. Data flow in DAD have global characteristic, more detail information can see it in data dictionary.<br />
Data dictionary load these things:<br />
•Data flow name: must be noted so the reader that need more explanation about data flow can search it easily.<br />
•Alias: alias or nickname from data can write it.<br />
•Data shape: used for grouping data dictionary into using in system design.<br />
•Data flow: shows source of data flow and where it flow.<br />
•Explanation: give explanation about the data flow meaning.<br />
9.Balancing in DFD<br />
Data flow that come into and out from process must equal with data flow that come into and out from process detail in level below. Data flow name that come in and out from one process must same with the process detail. Number of and outside entity name must same with amount and name outside entity from that process detail.<br />
These things that must be concern in more than one level DFD:<br />
•Must have input and output balancing between one level the next level.<br />
•Balancing between level 0 and level 1 see it in input/output from data flow into or from terminal in level 0,otherway balancing between level 1 and level 2 can see it from data flow into/from that process.<br />
•Data flow name, data storage, and terminal in each level must same if have same object.<br />
10.Prohibition in DFD<br />
•Data flow not permitted from outside entity direct to another outside entity without any process.<br />
•Data flow not permitted from data storage direct to outside entity without any process.<br />
•Data flow not permitted from one data storage direct to another data storage without any process.<br />
•Avoid Data flow from one process direct to another process without trough data storage.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/theyd.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/theyd.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/theyd.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/theyd.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/theyd.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/theyd.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/theyd.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/theyd.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/theyd.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/theyd.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/theyd.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/theyd.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/theyd.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/theyd.wordpress.com/19/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=theyd.wordpress.com&amp;blog=5245172&amp;post=19&amp;subd=theyd&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://theyd.wordpress.com/2009/04/05/data-flow-diagram/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a6ba4bad2090c52c07b519c165adad24?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">theyd</media:title>
		</media:content>
	</item>
		<item>
		<title>FIRST OBSERVATION,ANALYSIS NECESSITY</title>
		<link>http://theyd.wordpress.com/2009/03/29/first-observationanalysis-necessity/</link>
		<comments>http://theyd.wordpress.com/2009/03/29/first-observationanalysis-necessity/#comments</comments>
		<pubDate>Sun, 29 Mar 2009 05:07:20 +0000</pubDate>
		<dc:creator>theyd</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://theyd.wordpress.com/?p=15</guid>
		<description><![CDATA[· INVESTIGATION SYSTEM CONCEPT There is a gap discrepancy between the purpose of the system and the system real condition. That mean, that is possible our system condition cannot support our system’s purpose. One of the causes is the problem detection report is not real, there are some detections that not mentioned in the report. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=theyd.wordpress.com&amp;blog=5245172&amp;post=15&amp;subd=theyd&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p class="MsoListParagraphCxSpFirst" style="text-align:justify;text-indent:-18pt;line-height:150%;"><!--[if !supportLists]--><span style="font-size:12pt;line-height:150%;font-family:Symbol;" lang="EN-US"><span>·<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><strong><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="EN-US">INVESTIGATION SYSTEM CONCEPT</span></strong></p>
<p class="MsoListParagraphCxSpMiddle" style="text-align:justify;line-height:150%;"><strong><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="EN-US"><span> </span><span> </span></span></strong><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="EN-US">There is a gap discrepancy between the purpose of the system and the system real condition. That mean, that is possible our system condition cannot support our system’s purpose. One of the causes is the problem detection report is not real, there are some detections that not mentioned in the report. That makes our system developers can’t reach the purpose in appropriate. The others of causes are:</span></p>
<p class="MsoListParagraphCxSpMiddle" style="margin-left:72pt;text-align:justify;text-indent:-18pt;line-height:150%;"><!--[if !supportLists]--><span style="font-size:12pt;line-height:150%;font-family:&quot;"><span>1.<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="EN-US">The purpose is to ideal.</span><span style="font-size:12pt;line-height:150%;font-family:&quot;"></span></p>
<p class="MsoListParagraphCxSpMiddle" style="margin-left:72pt;text-align:justify;text-indent:-18pt;line-height:150%;"><!--[if !supportLists]--><span style="font-size:12pt;line-height:150%;font-family:&quot;"><span>2.<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="EN-US">Less of resources. </span><span style="font-size:12pt;line-height:150%;font-family:&quot;"></span></p>
<p class="MsoListParagraphCxSpMiddle" style="margin-left:72pt;text-align:justify;text-indent:-18pt;line-height:150%;"><!--[if !supportLists]--><span style="font-size:12pt;line-height:150%;font-family:&quot;"><span>3.<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="EN-US">System measuring not to accurate.</span><span style="font-size:12pt;line-height:150%;font-family:&quot;"></span></p>
<p class="MsoListParagraphCxSpMiddle" style="margin-left:72pt;text-align:justify;text-indent:-18pt;line-height:150%;"><!--[if !supportLists]--><span style="font-size:12pt;line-height:150%;font-family:&quot;"><span>4.<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="EN-US">The old system purpose.</span><span style="font-size:12pt;line-height:150%;font-family:&quot;"></span></p>
<p class="MsoListParagraphCxSpMiddle" style="margin-left:72pt;text-align:justify;text-indent:-18pt;line-height:150%;"><!--[if !supportLists]--><span style="font-size:12pt;line-height:150%;font-family:&quot;"><span>5.<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="EN-US">The different between Ideal system and temporary system.</span><span style="font-size:12pt;line-height:150%;font-family:&quot;"></span></p>
<p class="MsoListParagraphCxSpMiddle" style="margin-left:35.45pt;text-align:justify;text-indent:36.55pt;line-height:150%;"><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="EN-US">To solve that problem we can used the Investigation System concept. The problems solving are:</span></p>
<p class="MsoListParagraphCxSpMiddle" style="margin-left:70.9pt;text-align:justify;text-indent:-18pt;line-height:150%;"><!--[if !supportLists]--><span style="font-size:12pt;line-height:150%;font-family:&quot;"><span>1.<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="EN-US">The reduction of the running system, to reduce the running system we used the detail investigation.</span><span style="font-size:12pt;line-height:150%;font-family:&quot;"></span></p>
<p class="MsoListParagraphCxSpMiddle" style="margin-left:70.9pt;text-align:justify;text-indent:-18pt;line-height:150%;"><!--[if !supportLists]--><span style="font-size:12pt;line-height:150%;font-family:&quot;"><span>2.<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="EN-US">Get the ideal system consensus.</span><span style="font-size:12pt;line-height:150%;font-family:&quot;"></span></p>
<p class="MsoListParagraphCxSpMiddle" style="margin-left:70.9pt;text-align:justify;text-indent:-18pt;line-height:150%;"><!--[if !supportLists]--><span style="font-size:12pt;line-height:150%;font-family:&quot;"><span>3.<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="EN-US">Developing some alternative.</span><span style="font-size:12pt;line-height:150%;font-family:&quot;"></span></p>
<p class="MsoListParagraphCxSpMiddle" style="margin-left:70.9pt;text-align:justify;text-indent:-18pt;line-height:150%;"><!--[if !supportLists]--><span style="font-size:12pt;line-height:150%;font-family:&quot;"><span>4.<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="EN-US">Choose the best alternative.</span><span style="font-size:12pt;line-height:150%;font-family:&quot;"></span></p>
<p class="MsoListParagraphCxSpMiddle" style="margin-left:35.45pt;text-align:justify;line-height:150%;"><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="EN-US">Why we doing the investigation to solving the problem? That’s because the purpose of the investigation is to show the real problems that happen in our system.</span><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="EN-US"> </span><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="EN-US"></span></p>
<p class="MsoListParagraphCxSpLast" style="text-align:justify;text-indent:-18pt;line-height:150%;"><!--[if !supportLists]--><span style="font-size:12pt;line-height:150%;font-family:Symbol;" lang="EN-US"><span>·<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><strong><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="EN-US">PROBLEMS IN THE SYSTEM INVESTIGATION</span></strong><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="EN-US"></span></p>
<p class="MsoNormal" style="margin-left:18pt;text-align:justify;line-height:150%;"><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="EN-US"><span> </span><span> </span>In the implementation of the system investigation, there are also some problems in the investigation. The problems are:</span><span style="font-size:12pt;line-height:150%;font-family:&quot;"></span></p>
<p class="MsoListParagraphCxSpFirst" style="margin-left:72pt;text-align:justify;text-indent:-18pt;line-height:150%;"><!--[if !supportLists]--><span style="font-size:12pt;line-height:150%;font-family:&quot;"><span>1.<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="EN-US">Time</span><span style="font-size:12pt;line-height:150%;font-family:&quot;"></span></p>
<p class="MsoListParagraphCxSpMiddle" style="margin-left:72pt;text-align:justify;text-indent:-18pt;line-height:150%;"><!--[if !supportLists]--><span style="font-size:12pt;line-height:150%;font-family:&quot;"><span>2.<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="EN-US">Cost</span><span style="font-size:12pt;line-height:150%;font-family:&quot;"></span></p>
<p class="MsoListParagraphCxSpMiddle" style="margin-left:72pt;text-align:justify;text-indent:-18pt;line-height:150%;"><!--[if !supportLists]--><span style="font-size:12pt;line-height:150%;font-family:&quot;"><span>3.<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="EN-US">Science</span><span style="font-size:12pt;line-height:150%;font-family:&quot;"></span></p>
<p class="MsoListParagraphCxSpMiddle" style="margin-left:72pt;text-align:justify;text-indent:-18pt;line-height:150%;"><!--[if !supportLists]--><span style="font-size:12pt;line-height:150%;font-family:&quot;"><span>4.<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="EN-US">P</span><span style="font-size:12pt;line-height:150%;font-family:&quot;">oliti</span><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="EN-US">c</span><span style="font-size:12pt;line-height:150%;font-family:&quot;"></span></p>
<p class="MsoListParagraphCxSpMiddle" style="margin-left:72pt;text-align:justify;text-indent:-18pt;line-height:150%;"><!--[if !supportLists]--><span style="font-size:12pt;line-height:150%;font-family:&quot;"><span>5.<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="EN-US">Involved from the outsider</span><span style="font-size:12pt;line-height:150%;font-family:&quot;"></span></p>
<p class="MsoListParagraphCxSpMiddle" style="text-align:justify;text-indent:-18pt;line-height:150%;"><!--[if !supportLists]--><span style="font-size:12pt;line-height:150%;font-family:Symbol;"><span>·<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><strong><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="EN-US">RECOMMENDATION</span></strong><strong><span style="font-size:12pt;line-height:150%;font-family:&quot;"></span></strong></p>
<p class="MsoListParagraphCxSpMiddle" style="text-align:justify;line-height:150%;"><strong><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="EN-US"><span> </span></span></strong><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="EN-US">After we do the investigation, we get the recommendation. The content of that recommendation are:</span></p>
<p class="MsoListParagraphCxSpMiddle" style="margin-left:108pt;text-align:justify;text-indent:-18pt;line-height:150%;"><!--[if !supportLists]--><span style="font-size:12pt;line-height:150%;font-family:&quot;"><span>1.<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="EN-US">Not doing any action. In the case the investigation not found any problems.</span><span style="font-size:12pt;line-height:150%;font-family:&quot;"></span></p>
<p class="MsoListParagraphCxSpMiddle" style="margin-left:108pt;text-align:justify;text-indent:-18pt;line-height:150%;"><!--[if !supportLists]--><span style="font-size:12pt;line-height:150%;font-family:&quot;"><span>2.<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="EN-US">Do the system maintenance. In the case there are some small problems.</span><span style="font-size:12pt;line-height:150%;font-family:&quot;"></span></p>
<p class="MsoListParagraphCxSpMiddle" style="margin-left:108pt;text-align:justify;text-indent:-18pt;line-height:150%;"><!--[if !supportLists]--><span style="font-size:12pt;line-height:150%;font-family:&quot;"><span>3.<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="EN-US">Upgrade user skill and competency.</span><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="EN-US"> </span><span style="font-size:12pt;line-height:150%;font-family:&quot;"></span></p>
<p class="MsoListParagraphCxSpMiddle" style="margin-left:108pt;text-align:justify;text-indent:-18pt;line-height:150%;"><!--[if !supportLists]--><span style="font-size:12pt;line-height:150%;font-family:&quot;"><span>4.<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="EN-US">Considering total system modification.</span><span style="font-size:12pt;line-height:150%;font-family:&quot;"></span></p>
<p class="MsoListParagraphCxSpMiddle" style="margin-left:108pt;text-align:justify;text-indent:-18pt;line-height:150%;"><!--[if !supportLists]--><span style="font-size:12pt;line-height:150%;font-family:&quot;"><span>5.<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="EN-US">Moving the problem into the developing system plan, that will do soon.</span><strong><span style="font-size:12pt;line-height:150%;font-family:&quot;"></span></strong></p>
<p class="MsoListParagraphCxSpMiddle" style="text-align:justify;text-indent:-18pt;line-height:150%;"><!--[if !supportLists]--><span style="font-size:12pt;line-height:150%;font-family:Symbol;"><span>·<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><strong><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="EN-US">INVESTIGATION TACTICS</span></strong><strong><span style="font-size:12pt;line-height:150%;font-family:&quot;"></span></strong></p>
<p class="MsoListParagraphCxSpMiddle" style="margin-left:35.45pt;text-align:justify;text-indent:35.45pt;line-height:150%;"><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="EN-US">To do the investigation we need the tactics. We need tactics so we can found the all of the problems, also we can know the causes of that problem, so we can choose the appropriate solution to solve the problem. We must do that tactics so that the all system element can accept the problem solving without disturb their activities.</span></p>
<p class="MsoListParagraphCxSpMiddle" style="margin-left:35.45pt;text-align:justify;text-indent:35.45pt;line-height:150%;"><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="EN-US">There are some tactics that can do for the investigation. There are:</span></p>
<p class="MsoListParagraphCxSpMiddle" style="margin-left:106.35pt;text-align:justify;text-indent:-18pt;line-height:150%;"><!--[if !supportLists]--><span style="font-size:12pt;line-height:150%;font-family:&quot;"><span>1.<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="EN-US">Listening to de system performer.</span><span style="font-size:12pt;line-height:150%;font-family:&quot;"></span></p>
<p class="MsoListParagraphCxSpMiddle" style="margin-left:106.35pt;text-align:justify;text-indent:-18pt;line-height:150%;"><!--[if !supportLists]--><span style="font-size:12pt;line-height:150%;font-family:&quot;"><span>2.<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="EN-US">Do not give the early solution.</span><span style="font-size:12pt;line-height:150%;font-family:&quot;"></span></p>
<p class="MsoListParagraphCxSpMiddle" style="margin-left:106.35pt;text-align:justify;text-indent:-18pt;line-height:150%;"><!--[if !supportLists]--><span style="font-size:12pt;line-height:150%;font-family:&quot;"><span>3.<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="EN-US">Comparing system user stories about the same case.</span><span style="font-size:12pt;line-height:150%;font-family:&quot;"></span></p>
<p class="MsoListParagraphCxSpMiddle" style="margin-left:106.35pt;text-align:justify;text-indent:-18pt;line-height:150%;"><!--[if !supportLists]--><span style="font-size:12pt;line-height:150%;font-family:&quot;"><span>4.<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="EN-US">Attention to the logical inconsistency problem.</span><span style="font-size:12pt;line-height:150%;font-family:&quot;"></span></p>
<p class="MsoListParagraphCxSpMiddle" style="text-align:justify;text-indent:-18pt;line-height:150%;"><!--[if !supportLists]--><span style="font-size:12pt;line-height:150%;font-family:Symbol;"><span>·<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><strong><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="EN-US">INVESTIGATION TECHNIQUE</span></strong><span style="font-size:12pt;line-height:150%;font-family:&quot;"></span></p>
<p class="MsoListParagraphCxSpMiddle" style="text-align:justify;line-height:150%;"><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="EN-US"><span> </span>There are some techniques to do the investigation. The techniques are:</span></p>
<p class="MsoListParagraphCxSpMiddle" style="margin-left:75pt;text-align:justify;text-indent:-18pt;line-height:150%;"><!--[if !supportLists]--><span style="font-size:12pt;line-height:150%;font-family:&quot;"><span>1.<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="EN-US">Direct techniques</span><span style="font-size:12pt;line-height:150%;font-family:&quot;"></span></p>
<p class="MsoListParagraphCxSpMiddle" style="margin-left:111pt;text-align:justify;text-indent:-18pt;line-height:150%;"><!--[if !supportLists]--><span style="font-size:12pt;line-height:150%;font-family:&quot;"><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 style="font-size:12pt;line-height:150%;font-family:&quot;" lang="EN-US">Q</span><span style="font-size:12pt;line-height:150%;font-family:&quot;">ues</span><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="EN-US">t</span><span style="font-size:12pt;line-height:150%;font-family:&quot;">ioner</span><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="EN-US">.</span><span style="font-size:12pt;line-height:150%;font-family:&quot;"></span></p>
<p class="MsoListParagraphCxSpMiddle" style="margin-left:111pt;text-align:justify;text-indent:-18pt;line-height:150%;"><!--[if !supportLists]--><span style="font-size:12pt;line-height:150%;font-family:&quot;"><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 style="font-size:12pt;line-height:150%;font-family:&quot;" lang="EN-US">Question and Answer.</span><span style="font-size:12pt;line-height:150%;font-family:&quot;"></span></p>
<p class="MsoListParagraphCxSpMiddle" style="margin-left:111pt;text-align:justify;text-indent:-18pt;line-height:150%;"><!--[if !supportLists]--><span style="font-size:12pt;line-height:150%;font-family:&quot;"><span>c.<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="EN-US">Observation.</span><span style="font-size:12pt;line-height:150%;font-family:&quot;"></span></p>
<p class="MsoListParagraphCxSpMiddle" style="margin-left:75pt;text-align:justify;text-indent:-18pt;line-height:150%;"><!--[if !supportLists]--><span style="font-size:12pt;line-height:150%;font-family:&quot;"><span>2.<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="EN-US">Indirect techniques</span><span style="font-size:12pt;line-height:150%;font-family:&quot;"></span></p>
<p class="MsoListParagraphCxSpMiddle" style="margin-left:111pt;text-align:justify;text-indent:-18pt;line-height:150%;"><!--[if !supportLists]--><span style="font-size:12pt;line-height:150%;font-family:&quot;"><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 style="font-size:12pt;line-height:150%;font-family:&quot;" lang="EN-US">Procedure flow.</span><span style="font-size:12pt;line-height:150%;font-family:&quot;"></span></p>
<p class="MsoListParagraphCxSpMiddle" style="margin-left:111pt;text-align:justify;text-indent:-18pt;line-height:150%;"><!--[if !supportLists]--><span style="font-size:12pt;line-height:150%;font-family:&quot;"><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 style="font-size:12pt;line-height:150%;font-family:&quot;" lang="EN-US">Document learning.</span><span style="font-size:12pt;line-height:150%;font-family:&quot;"></span></p>
<p class="MsoListParagraphCxSpMiddle" style="margin-left:111pt;text-align:justify;text-indent:-18pt;line-height:150%;"><!--[if !supportLists]--><span style="font-size:12pt;line-height:150%;font-family:&quot;"><span>c.<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-size:12pt;line-height:150%;font-family:&quot;">Samp</span><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="EN-US">le</span><span style="font-size:12pt;line-height:150%;font-family:&quot;"></span></p>
<p class="MsoListParagraphCxSpMiddle" style="margin-left:111pt;text-align:justify;text-indent:-18pt;line-height:150%;"><!--[if !supportLists]--><span style="font-size:12pt;line-height:150%;font-family:&quot;"><span>d.<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-size:12pt;line-height:150%;font-family:&quot;">Tabular</span><span style="font-size:12pt;line-height:150%;font-family:&quot;"> </span><span style="font-size:12pt;line-height:150%;font-family:&quot;"></span></p>
<p class="MsoListParagraphCxSpMiddle" style="margin-left:35.45pt;text-align:justify;line-height:150%;"><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="EN-US">After that we can get the system description in this time:</span></p>
<p class="MsoListParagraphCxSpMiddle" style="margin-left:71.45pt;text-align:justify;text-indent:-18pt;line-height:150%;"><!--[if !supportLists]--><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="EN-US"><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 style="font-size:12pt;line-height:150%;font-family:&quot;" lang="EN-US">Input,</span></p>
<p class="MsoListParagraphCxSpMiddle" style="margin-left:71.45pt;text-align:justify;text-indent:-18pt;line-height:150%;"><!--[if !supportLists]--><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="EN-US"><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 style="font-size:12pt;line-height:150%;font-family:&quot;" lang="EN-US">Output,</span></p>
<p class="MsoListParagraphCxSpMiddle" style="margin-left:71.45pt;text-align:justify;text-indent:-18pt;line-height:150%;"><!--[if !supportLists]--><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="EN-US"><span>c.<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="EN-US">File,</span></p>
<p class="MsoListParagraphCxSpMiddle" style="margin-left:71.45pt;text-align:justify;text-indent:-18pt;line-height:150%;"><!--[if !supportLists]--><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="EN-US"><span>d.<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="EN-US">Data Element,</span></p>
<p class="MsoListParagraphCxSpMiddle" style="margin-left:71.45pt;text-align:justify;text-indent:-18pt;line-height:150%;"><!--[if !supportLists]--><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="EN-US"><span>e.<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="EN-US">Transaction Volume and Action Document,</span></p>
<p class="MsoListParagraphCxSpMiddle" style="margin-left:71.45pt;text-align:justify;text-indent:-18pt;line-height:150%;"><!--[if !supportLists]--><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="EN-US"><span>f.<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="EN-US">Data Flow Diagram.</span></p>
<p class="MsoListParagraphCxSpMiddle" style="text-align:justify;text-indent:-18pt;line-height:150%;"><!--[if !supportLists]--><span style="font-size:12pt;line-height:150%;font-family:Symbol;" lang="EN-US"><span>·<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><strong><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="EN-US">ANALYSIS NECCESARY</span></strong><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="EN-US"></span></p>
<p class="MsoListParagraphCxSpMiddle" style="text-align:justify;line-height:150%;"><strong><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="EN-US"><span> </span></span></strong><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="EN-US">In the analysis necessary there is an intensive interaction step between system analyst and end user that the system developing team show their skill to get the user response and trust so get the good participation.</span></p>
<p class="MsoListParagraphCxSpMiddle" style="margin-left:72pt;text-align:justify;text-indent:-18pt;line-height:150%;"><!--[if !supportLists]--><span style="font-size:12pt;line-height:150%;font-family:&quot;"><span>1.<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-size:12pt;line-height:150%;font-family:&quot;">4 </span><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="EN-US">purposes that want to reach</span><span style="font-size:12pt;line-height:150%;font-family:&quot;"><span> </span>: </span><span style="font-size:12pt;line-height:150%;font-family:&quot;"></span></p>
<p class="MsoListParagraphCxSpMiddle" style="margin-left:108pt;text-align:justify;text-indent:-18pt;line-height:150%;"><!--[if !supportLists]--><span style="font-size:12pt;line-height:150%;font-family:&quot;"><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 style="font-size:12pt;line-height:150%;font-family:&quot;" lang="EN-US">Explain the complete system.</span><span style="font-size:12pt;line-height:150%;font-family:&quot;"></span></p>
<p class="MsoListParagraphCxSpMiddle" style="margin-left:108pt;text-align:justify;text-indent:-18pt;line-height:150%;"><!--[if !supportLists]--><span style="font-size:12pt;line-height:150%;font-family:&quot;"><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 style="font-size:12pt;line-height:150%;font-family:&quot;" lang="EN-US">Description the ideal information system.</span><span style="font-size:12pt;line-height:150%;font-family:&quot;"></span></p>
<p class="MsoListParagraphCxSpMiddle" style="margin-left:108pt;text-align:justify;text-indent:-18pt;line-height:150%;"><!--[if !supportLists]--><span style="font-size:12pt;line-height:150%;font-family:&quot;"><span>c.<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="EN-US">Bring the ideal information system into the real condition, also consider the resource problem.</span><span style="font-size:12pt;line-height:150%;font-family:&quot;"></span></p>
<p class="MsoListParagraphCxSpMiddle" style="margin-left:108pt;text-align:justify;text-indent:-18pt;line-height:150%;"><!--[if !supportLists]--><span style="font-size:12pt;line-height:150%;font-family:&quot;"><span>d.<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="EN-US">Giving support to the user trust into the system developing.</span><span style="font-size:12pt;line-height:150%;font-family:&quot;"></span></p>
<p class="MsoListParagraphCxSpMiddle" style="margin-left:72pt;text-align:justify;text-indent:-18pt;line-height:150%;"><!--[if !supportLists]--><span style="font-size:12pt;line-height:150%;font-family:&quot;"><span>2.<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="EN-US">The </span><span style="font-size:12pt;line-height:150%;font-family:&quot;">Metode</span><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="EN-US">:</span><span style="font-size:12pt;line-height:150%;font-family:&quot;"></span></p>
<p class="MsoListParagraphCxSpMiddle" style="margin-left:108pt;text-align:justify;text-indent:-18pt;line-height:150%;"><!--[if !supportLists]--><span style="font-size:12pt;line-height:150%;font-family:&quot;"><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 style="font-size:12pt;line-height:150%;font-family:&quot;" lang="EN-US">Question and Answer,</span><span style="font-size:12pt;line-height:150%;font-family:&quot;"></span></p>
<p class="MsoListParagraphCxSpMiddle" style="margin-left:108pt;text-align:justify;text-indent:-18pt;line-height:150%;"><!--[if !supportLists]--><span style="font-size:12pt;line-height:150%;font-family:&quot;"><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 style="font-size:12pt;line-height:150%;font-family:&quot;" lang="EN-US">Q</span><span style="font-size:12pt;line-height:150%;font-family:&quot;">u</span><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="EN-US">est</span><span style="font-size:12pt;line-height:150%;font-family:&quot;">ioner</span><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="EN-US">,</span><span style="font-size:12pt;line-height:150%;font-family:&quot;"></span></p>
<p class="MsoListParagraphCxSpMiddle" style="margin-left:108pt;text-align:justify;text-indent:-18pt;line-height:150%;"><!--[if !supportLists]--><span style="font-size:12pt;line-height:150%;font-family:&quot;"><span>c.<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-size:12pt;line-height:150%;font-family:&quot;">Observa</span><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="EN-US">tion,</span><span style="font-size:12pt;line-height:150%;font-family:&quot;"></span></p>
<p class="MsoListParagraphCxSpMiddle" style="margin-left:108pt;text-align:justify;text-indent:-18pt;line-height:150%;"><!--[if !supportLists]--><span style="font-size:12pt;line-height:150%;font-family:&quot;"><span>d.<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="EN-US">Analysis procedure,</span><span style="font-size:12pt;line-height:150%;font-family:&quot;"></span></p>
<p class="MsoListParagraphCxSpMiddle" style="margin-left:108pt;text-align:justify;text-indent:-18pt;line-height:150%;"><!--[if !supportLists]--><span style="font-size:12pt;line-height:150%;font-family:&quot;"><span>e.<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="EN-US">Documentation observation.</span><span style="font-size:12pt;line-height:150%;font-family:&quot;"></span></p>
<p class="MsoListParagraphCxSpMiddle" style="margin-left:35.45pt;text-align:justify;line-height:150%;"><span style="font-size:12pt;line-height:150%;font-family:&quot;"> </span></p>
<p class="MsoListParagraphCxSpMiddle" style="margin-left:72pt;text-align:justify;text-indent:-18pt;line-height:150%;"><!--[if !supportLists]--><span style="font-size:12pt;line-height:150%;font-family:&quot;"><span>3.<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="EN-US">Resource problem</span><span style="font-size:12pt;line-height:150%;font-family:&quot;"></span></p>
<p class="MsoListParagraphCxSpMiddle" style="margin-left:106.35pt;text-align:justify;text-indent:-18pt;line-height:150%;"><!--[if !supportLists]--><span style="font-size:12pt;line-height:150%;font-family:&quot;"><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 style="font-size:12pt;line-height:150%;font-family:&quot;" lang="EN-US">Time</span><span style="font-size:12pt;line-height:150%;font-family:&quot;"></span></p>
<p class="MsoListParagraphCxSpMiddle" style="margin-left:106.35pt;text-align:justify;text-indent:-18pt;line-height:150%;"><!--[if !supportLists]--><span style="font-size:12pt;line-height:150%;font-family:&quot;"><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 style="font-size:12pt;line-height:150%;font-family:&quot;" lang="EN-US">Money</span><span style="font-size:12pt;line-height:150%;font-family:&quot;"></span></p>
<p class="MsoListParagraphCxSpMiddle" style="margin-left:106.35pt;text-align:justify;text-indent:-18pt;line-height:150%;"><!--[if !supportLists]--><span style="font-size:12pt;line-height:150%;font-family:&quot;"><span>c.<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="EN-US">Skill</span><span style="font-size:12pt;line-height:150%;font-family:&quot;"></span></p>
<p class="MsoListParagraphCxSpMiddle" style="margin-left:106.35pt;text-align:justify;text-indent:-18pt;line-height:150%;"><!--[if !supportLists]--><span style="font-size:12pt;line-height:150%;font-family:&quot;"><span>d.<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="EN-US">Technology</span><span style="font-size:12pt;line-height:150%;font-family:&quot;"></span></p>
<p class="MsoListParagraphCxSpMiddle" style="margin-left:106.35pt;text-align:justify;text-indent:-18pt;line-height:150%;"><!--[if !supportLists]--><span style="font-size:12pt;line-height:150%;font-family:&quot;"><span>e.<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="EN-US">External Factor</span><span style="font-size:12pt;line-height:150%;font-family:&quot;"></span></p>
<p class="MsoListParagraphCxSpMiddle" style="margin-left:72pt;text-align:justify;text-indent:-18pt;line-height:150%;"><!--[if !supportLists]--><span style="font-size:12pt;line-height:150%;font-family:&quot;"><span>4.<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="EN-US">Analysis necessary document:</span><span style="font-size:12pt;line-height:150%;font-family:&quot;"></span></p>
<p class="MsoListParagraphCxSpMiddle" style="margin-left:106.35pt;text-align:justify;text-indent:-18pt;line-height:150%;"><!--[if !supportLists]--><span style="font-size:12pt;line-height:150%;font-family:&quot;"><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 style="font-size:12pt;line-height:150%;font-family:&quot;" lang="EN-US">Analysis guide: Relationship with end user, process observation, problem and file collecting.</span><span style="font-size:12pt;line-height:150%;font-family:&quot;"></span></p>
<p class="MsoListParagraphCxSpMiddle" style="margin-left:106.35pt;text-align:justify;text-indent:-18pt;line-height:150%;"><!--[if !supportLists]--><span style="font-size:12pt;line-height:150%;font-family:&quot;"><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 style="font-size:12pt;line-height:150%;font-family:&quot;" lang="EN-US">User necessary: Real necessary, Report necessary, Training necessary, and new system effect.</span><span style="font-size:12pt;line-height:150%;font-family:&quot;"></span></p>
<p class="MsoListParagraphCxSpMiddle" style="margin-left:106.35pt;text-align:justify;text-indent:-18pt;line-height:150%;"><!--[if !supportLists]--><span style="font-size:12pt;line-height:150%;font-family:&quot;"><span>c.<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="EN-US">System Problem: explain time and money, skill, technology, and external factor problem.</span><span style="font-size:12pt;line-height:150%;font-family:&quot;"></span></p>
<p class="MsoListParagraphCxSpMiddle" style="margin-left:106.35pt;text-align:justify;text-indent:-18pt;line-height:150%;"><!--[if !supportLists]--><span style="font-size:12pt;line-height:150%;font-family:&quot;"><span>d.<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="EN-US">Document in shape like file collecting instrument, statistic consensus, logical and physical data flow, first file element in the file dictionary.</span><span style="font-size:12pt;line-height:150%;font-family:&quot;"></span></p>
<p class="MsoListParagraphCxSpMiddle" style="text-align:justify;text-indent:-18pt;line-height:150%;"><!--[if !supportLists]--><span style="font-size:12pt;line-height:150%;font-family:Symbol;"><span>·<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><strong><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="EN-US">GENERATING SYSTEMS ALTERNATIVES</span></strong><span style="font-size:12pt;line-height:150%;font-family:&quot;"></span></p>
<p class="MsoListParagraphCxSpMiddle" style="text-align:justify;line-height:150%;"><strong><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="EN-US"><span> </span></span></strong><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="EN-US">There </span><span style="font-family:&quot;" lang="EN-US">are some ways to connect the system condition at this time with the ideal system condition:</span><span style="font-family:&quot;"></span></p>
<p class="MsoListParagraphCxSpMiddle" style="margin-left:72pt;text-align:justify;text-indent:-18pt;line-height:150%;"><!--[if !supportLists]--><span style="font-size:12pt;line-height:150%;font-family:&quot;"><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 style="font-size:12pt;line-height:150%;font-family:&quot;" lang="EN-US">Make the alternative to solve the information system problem.</span><span style="font-size:12pt;line-height:150%;font-family:&quot;"></span></p>
<p class="MsoListParagraphCxSpMiddle" style="margin-left:72pt;text-align:justify;text-indent:-18pt;line-height:150%;"><!--[if !supportLists]--><span style="font-size:12pt;line-height:150%;font-family:&quot;"><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 style="font-size:12pt;line-height:150%;font-family:&quot;" lang="EN-US">The best </span><span style="font-size:12pt;line-height:150%;font-family:&quot;">alternative implemented in wise.</span></p>
<p class="MsoListParagraphCxSpMiddle" style="text-align:justify;line-height:150%;"><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="EN-US">For generating system alternatives there are some strategies that can used. The strategies are:</span><span style="font-size:12pt;line-height:150%;font-family:&quot;"></span></p>
<p class="MsoListParagraphCxSpMiddle" style="margin-left:72pt;text-align:justify;text-indent:-18pt;line-height:150%;"><!--[if !supportLists]--><span style="font-size:12pt;line-height:150%;font-family:&quot;"><span>1.<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-size:12pt;line-height:150%;font-family:&quot;">Distributed versus centralized processing</span></p>
<p class="MsoListParagraphCxSpMiddle" style="text-align:justify;line-height:150%;"><span style="font-size:12pt;line-height:150%;font-family:&quot;"><span> </span></span><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="EN-US">The change of the information decision from the</span><span style="font-size:12pt;line-height:150%;font-family:&quot;"> centralized data processing </span><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="EN-US">into</span><span style="font-size:12pt;line-height:150%;font-family:&quot;"> decentralized end user responsibility center</span><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="EN-US">.</span></p>
<p class="MsoListParagraphCxSpMiddle" style="margin-left:72pt;text-align:justify;text-indent:-18pt;line-height:150%;"><!--[if !supportLists]--><span style="font-size:12pt;line-height:150%;font-family:&quot;"><span>2.<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-size:12pt;line-height:150%;font-family:&quot;">Integrated versus dispersed database</span></p>
<p class="MsoListParagraphCxSpMiddle" style="text-align:justify;line-height:150%;"><span style="font-size:12pt;line-height:150%;font-family:&quot;"><span> </span></span><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="EN-US">System designing must considering what kind of data that can move into database and into file.</span></p>
<p class="MsoListParagraphCxSpMiddle" style="margin-left:72pt;text-align:justify;text-indent:-18pt;line-height:150%;"><!--[if !supportLists]--><span style="font-size:12pt;line-height:150%;font-family:&quot;"><span>3.<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-size:12pt;line-height:150%;font-family:&quot;">Surround Strategy of System Development</span></p>
<p class="MsoListParagraphCxSpMiddle" style="text-align:justify;line-height:150%;"><span style="font-size:12pt;line-height:150%;font-family:&quot;"><span> </span></span><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="EN-US">It’s important in the case of company takeover because another company information system is different with the company right now. </span></p>
<p class="MsoListParagraphCxSpMiddle" style="text-align:justify;line-height:150%;"><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="EN-US">Tactic choice can do it before the operational design. For the operational design choice it divided into:</span><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="EN-US"></span></p>
<p class="MsoListParagraphCxSpMiddle" style="margin-left:72pt;text-align:justify;text-indent:-18pt;line-height:150%;"><!--[if !supportLists]--><span style="font-size:12pt;line-height:150%;font-family:&quot;"><span>1.<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-size:12pt;line-height:150%;font-family:&quot;">Input</span></p>
<p class="MsoListParagraphCxSpMiddle" style="margin-left:108pt;text-align:justify;text-indent:-18pt;line-height:150%;"><!--[if !supportLists]--><span style="font-size:12pt;line-height:150%;font-family:&quot;"><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 style="font-size:12pt;line-height:150%;font-family:&quot;">Online Vs Off Line Data Entry</span><span style="font-size:12pt;line-height:150%;font-family:&quot;"></span></p>
<p class="MsoListParagraphCxSpMiddle" style="margin-left:108pt;text-align:justify;text-indent:-18pt;line-height:150%;"><!--[if !supportLists]--><span style="font-size:12pt;line-height:150%;font-family:&quot;"><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 style="font-size:12pt;line-height:150%;font-family:&quot;">Keyed Vs Machine Readable Data Entry</span><span style="font-size:12pt;line-height:150%;font-family:&quot;"></span></p>
<p class="MsoListParagraphCxSpMiddle" style="margin-left:108pt;text-align:justify;text-indent:-18pt;line-height:150%;"><!--[if !supportLists]--><span style="font-size:12pt;line-height:150%;font-family:&quot;"><span>c.<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-size:12pt;line-height:150%;font-family:&quot;">Centralized Vs Decentralized Data Entry</span><span style="font-size:12pt;line-height:150%;font-family:&quot;"></span></p>
<p class="MsoListParagraphCxSpMiddle" style="margin-left:72pt;text-align:justify;text-indent:-18pt;line-height:150%;"><!--[if !supportLists]--><span style="font-size:12pt;line-height:150%;font-family:&quot;"><span>2.<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-size:12pt;line-height:150%;font-family:&quot;">Processing</span></p>
<p class="MsoListParagraphCxSpMiddle" style="margin-left:108pt;text-align:justify;text-indent:-18pt;line-height:150%;"><!--[if !supportLists]--><span style="font-size:12pt;line-height:150%;font-family:&quot;"><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 style="font-size:12pt;line-height:150%;font-family:&quot;">Batch Vs Realtime record update</span><span style="font-size:12pt;line-height:150%;font-family:&quot;"></span></p>
<p class="MsoListParagraphCxSpMiddle" style="margin-left:108pt;text-align:justify;text-indent:-18pt;line-height:150%;"><!--[if !supportLists]--><span style="font-size:12pt;line-height:150%;font-family:&quot;"><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 style="font-size:12pt;line-height:150%;font-family:&quot;">Sequential Vs Direct Access to records</span><span style="font-size:12pt;line-height:150%;font-family:&quot;"></span></p>
<p class="MsoListParagraphCxSpMiddle" style="margin-left:108pt;text-align:justify;text-indent:-18pt;line-height:150%;"><!--[if !supportLists]--><span style="font-size:12pt;line-height:150%;font-family:&quot;"><span>c.<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-size:12pt;line-height:150%;font-family:&quot;">Single Vs Multiple User update of records</span><span style="font-size:12pt;line-height:150%;font-family:&quot;"></span></p>
<p class="MsoListParagraphCxSpMiddle" style="margin-left:72pt;text-align:justify;text-indent:-18pt;line-height:150%;"><!--[if !supportLists]--><span style="font-size:12pt;line-height:150%;font-family:&quot;"><span>3.<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-size:12pt;line-height:150%;font-family:&quot;">Output</span></p>
<p class="MsoListParagraphCxSpMiddle" style="margin-left:108pt;text-align:justify;text-indent:-18pt;line-height:150%;"><!--[if !supportLists]--><span style="font-size:12pt;line-height:150%;font-family:&quot;"><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 style="font-size:12pt;line-height:150%;font-family:&quot;">Traditional Vs Turn Around Documents</span><span style="font-size:12pt;line-height:150%;font-family:&quot;"></span></p>
<p class="MsoListParagraphCxSpMiddle" style="margin-left:108pt;text-align:justify;text-indent:-18pt;line-height:150%;"><!--[if !supportLists]--><span style="font-size:12pt;line-height:150%;font-family:&quot;"><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 style="font-size:12pt;line-height:150%;font-family:&quot;">Structured Vs Inquiry based reports</span><span style="font-size:12pt;line-height:150%;font-family:&quot;"></span></p>
<p class="MsoListParagraphCxSpMiddle" style="text-align:justify;text-indent:-18pt;line-height:150%;"><!--[if !supportLists]--><span style="font-size:12pt;line-height:150%;font-family:Symbol;"><span>·<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><strong><span style="font-size:12pt;line-height:150%;font-family:&quot;">SELECTING THE PROPER SYSTEM</span></strong><span style="font-size:12pt;line-height:150%;font-family:&quot;"></span></p>
<p class="MsoListParagraphCxSpMiddle" style="text-align:justify;line-height:150%;"><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="EN-US"><span> </span>For selecting the proper system we must compare the system based the cost and profit in relative. There are 3 ways we can say system A more superior than the other</span><span style="font-size:12pt;line-height:150%;font-family:&quot;"></span></p>
<p class="MsoListParagraphCxSpMiddle" style="margin-left:108pt;text-align:justify;text-indent:-18pt;line-height:150%;"><!--[if !supportLists]--><span style="font-size:12pt;line-height:150%;font-family:&quot;"><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 style="font-size:12pt;line-height:150%;font-family:&quot;" lang="EN-US">A low cost than B and the profit of A &amp; B are equal.</span><span style="font-size:12pt;line-height:150%;font-family:&quot;"></span></p>
<p class="MsoListParagraphCxSpMiddle" style="margin-left:108pt;text-align:justify;text-indent:-18pt;line-height:150%;"><!--[if !supportLists]--><span style="font-size:12pt;line-height:150%;font-family:&quot;"><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 style="font-size:12pt;line-height:150%;font-family:&quot;" lang="EN-US">A low cost than B and A have more profit than B.</span><span style="font-size:12pt;line-height:150%;font-family:&quot;"></span></p>
<p class="MsoListParagraphCxSpMiddle" style="margin-left:108pt;text-align:justify;text-indent:-18pt;line-height:150%;"><!--[if !supportLists]--><span style="font-size:12pt;line-height:150%;font-family:&quot;"><span>c.<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-size:12pt;line-height:150%;font-family:&quot;">A dan B mempunyai biaya sama namun keuntungan yang dihasilkan A lebih banyak.</span><span style="font-size:12pt;line-height:150%;font-family:&quot;"></span></p>
<p class="MsoListParagraphCxSpMiddle" style="margin-left:54pt;text-align:justify;line-height:150%;"><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="EN-US">For the system compare there are some methods:</span><span style="font-size:12pt;line-height:150%;font-family:&quot;"></span></p>
<p class="MsoListParagraphCxSpMiddle" style="margin-left:144pt;text-align:justify;text-indent:-18pt;line-height:150%;"><!--[if !supportLists]--><span style="font-size:12pt;line-height:150%;font-family:&quot;"><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 style="font-size:12pt;line-height:150%;font-family:&quot;">Break Even point Analyisis</span><span style="font-size:12pt;line-height:150%;font-family:&quot;"></span></p>
<p class="MsoListParagraphCxSpMiddle" style="margin-left:144pt;text-align:justify;text-indent:-18pt;line-height:150%;"><!--[if !supportLists]--><span style="font-size:12pt;line-height:150%;font-family:&quot;"><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 style="font-size:12pt;line-height:150%;font-family:&quot;">Payback Period</span><span style="font-size:12pt;line-height:150%;font-family:&quot;"></span></p>
<p class="MsoListParagraphCxSpMiddle" style="margin-left:144pt;text-align:justify;text-indent:-18pt;line-height:150%;"><!--[if !supportLists]--><span style="font-size:12pt;line-height:150%;font-family:&quot;"><span>c.<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-size:12pt;line-height:150%;font-family:&quot;">Discounted PayBack period</span><span style="font-size:12pt;line-height:150%;font-family:&quot;"></span></p>
<p class="MsoListParagraphCxSpMiddle" style="margin-left:144pt;text-align:justify;text-indent:-18pt;line-height:150%;"><!--[if !supportLists]--><span style="font-size:12pt;line-height:150%;font-family:&quot;"><span>d.<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-size:12pt;line-height:150%;font-family:&quot;">Internal Rate of Return</span><span style="font-size:12pt;line-height:150%;font-family:&quot;"></span></p>
<p class="MsoListParagraphCxSpMiddle" style="text-align:justify;line-height:150%;"><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="EN-US"><span> </span>We also talk about the cost detail; it means we compare the information system cost trough the system live, analyst projecting some cost changes for the future. There are 3 information system cost, Linear, Exponential, Step Function.</span><span style="font-size:12pt;line-height:150%;font-family:&quot;"></span></p>
<p class="MsoListParagraphCxSpMiddle" style="text-align:justify;line-height:150%;"><strong><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="EN-US"><span> </span></span></strong><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="EN-US">The information cost can happen once and also can happen in continuous.</span><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="EN-US"> The information systems that happen in once are onetime cost and development cost that happen in the developing system. The information systems that happen in continuous are recurring cost and operational cost that happen when information system operated everyday.</span></p>
<p class="MsoListParagraphCxSpMiddle" style="text-align:justify;text-indent:-18pt;line-height:150%;"><!--[if !supportLists]--><span style="font-size:12pt;line-height:150%;font-family:Symbol;"><span>·<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><strong><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="EN-US">INFORMATION SYSTEM FACTOR</span></strong><span style="font-size:12pt;line-height:150%;font-family:&quot;"></span></p>
<p class="MsoListParagraphCxSpMiddle" style="text-align:justify;line-height:150%;"><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="EN-US">Qualitative factor that show the good system work are: </span><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="EN-US"></span></p>
<p class="MsoListParagraphCxSpMiddle" style="margin-left:72pt;text-align:justify;text-indent:-18pt;line-height:150%;"><!--[if !supportLists]--><span style="font-size:12pt;line-height:150%;font-family:&quot;"><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 style="font-size:12pt;line-height:150%;font-family:&quot;" lang="EN-US">Decrease the error</span><span style="font-size:12pt;line-height:150%;font-family:&quot;"></span></p>
<p class="MsoListParagraphCxSpMiddle" style="margin-left:72pt;text-align:justify;text-indent:-18pt;line-height:150%;"><!--[if !supportLists]--><span style="font-size:12pt;line-height:150%;font-family:&quot;"><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 style="font-size:12pt;line-height:150%;font-family:&quot;" lang="EN-US">Decrease time for fix the error</span><span style="font-size:12pt;line-height:150%;font-family:&quot;"></span></p>
<p class="MsoListParagraphCxSpMiddle" style="margin-left:72pt;text-align:justify;text-indent:-18pt;line-height:150%;"><!--[if !supportLists]--><span style="font-size:12pt;line-height:150%;font-family:&quot;"><span>c.<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="EN-US">Decrease response time from workstation alternative</span><span style="font-size:12pt;line-height:150%;font-family:&quot;"></span></p>
<p class="MsoListParagraphCxSpMiddle" style="margin-left:72pt;text-align:justify;text-indent:-18pt;line-height:150%;"><!--[if !supportLists]--><span style="font-size:12pt;line-height:150%;font-family:&quot;"><span>d.<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="EN-US">Make faster the information willing</span><span style="font-size:12pt;line-height:150%;font-family:&quot;"></span></p>
<p class="MsoListParagraphCxSpMiddle" style="margin-left:72pt;text-align:justify;text-indent:-18pt;line-height:150%;"><!--[if !supportLists]--><span style="font-size:12pt;line-height:150%;font-family:&quot;"><span>e.<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="EN-US">Increase the system security</span><span style="font-size:12pt;line-height:150%;font-family:&quot;"></span></p>
<p class="MsoListParagraphCxSpMiddle" style="margin-left:72pt;text-align:justify;text-indent:-18pt;line-height:150%;"><!--[if !supportLists]--><span style="font-size:12pt;line-height:150%;font-family:&quot;"><span>f.<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="EN-US">More active resource record update</span><span style="font-size:12pt;line-height:150%;font-family:&quot;"></span></p>
<p class="MsoListParagraphCxSpMiddle" style="margin-left:72pt;text-align:justify;text-indent:-18pt;line-height:150%;"><!--[if !supportLists]--><span style="font-size:12pt;line-height:150%;font-family:&quot;"><span>g.<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="EN-US">Increase the user satisfying</span><span style="font-size:12pt;line-height:150%;font-family:&quot;"></span></p>
<p class="MsoListParagraphCxSpMiddle" style="text-align:justify;line-height:150%;"><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="EN-US">Company Strategies Factor is:</span><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="EN-US"></span></p>
<p class="MsoListParagraphCxSpMiddle" style="margin-left:72pt;text-align:justify;text-indent:-18pt;line-height:150%;"><!--[if !supportLists]--><span style="font-size:12pt;line-height:150%;font-family:&quot;"><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 style="font-size:12pt;line-height:150%;font-family:&quot;" lang="EN-US">Consumer satisfying</span><span style="font-size:12pt;line-height:150%;font-family:&quot;"></span></p>
<p class="MsoListParagraphCxSpMiddle" style="margin-left:72pt;text-align:justify;text-indent:-18pt;line-height:150%;"><!--[if !supportLists]--><span style="font-size:12pt;line-height:150%;font-family:&quot;"><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 style="font-size:12pt;line-height:150%;font-family:&quot;" lang="EN-US">Increase the sale</span><span style="font-size:12pt;line-height:150%;font-family:&quot;"></span></p>
<p class="MsoListParagraphCxSpMiddle" style="margin-left:72pt;text-align:justify;text-indent:-18pt;line-height:150%;"><!--[if !supportLists]--><span style="font-size:12pt;line-height:150%;font-family:&quot;"><span>c.<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="EN-US">Consumer and vendor commitment</span><span style="font-size:12pt;line-height:150%;font-family:&quot;"></span></p>
<p class="MsoListParagraphCxSpMiddle" style="margin-left:72pt;text-align:justify;text-indent:-18pt;line-height:150%;"><!--[if !supportLists]--><span style="font-size:12pt;line-height:150%;font-family:&quot;"><span>d.<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="EN-US">Product marketing information</span><span style="font-size:12pt;line-height:150%;font-family:&quot;"></span></p>
<p class="MsoListParagraphCxSpMiddle" style="text-align:justify;text-indent:-18pt;line-height:150%;"><!--[if !supportLists]--><span style="font-size:12pt;line-height:150%;font-family:Symbol;"><span>·<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><strong><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="EN-US">CONTINUE OR NOT DECISION</span></strong><span style="font-size:12pt;line-height:150%;font-family:&quot;"></span></p>
<p class="MsoListParagraphCxSpMiddle" style="text-indent:-18pt;line-height:150%;"><!--[if !supportLists]--><span style="font-size:12pt;line-height:150%;font-family:&quot;"><span>a.<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> 1. </span></span></span><!--[endif]--><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="EN-US">If the company decides to develop the system, the information development will do the next process, its System Design process</span><span style="font-size:12pt;line-height:150%;font-family:&quot;">.</span></p>
<p class="MsoListParagraphCxSpMiddle" style="text-indent:-18pt;line-height:150%;"><!--[if !supportLists]--><span style="font-size:12pt;line-height:150%;font-family:&quot;"><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 style="font-size:12pt;line-height:150%;font-family:&quot;" lang="EN-US">2. In the other way, the </span><span style="font-size:12pt;line-height:150%;font-family:&quot;">System Development Life Cycle (SDLC) </span><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="EN-US">will stop</span><span style="font-size:12pt;line-height:150%;font-family:&quot;">. </span></p>
<p class="MsoListParagraphCxSpMiddle" style="text-indent:-18pt;line-height:150%;"><!--[if !supportLists]--><span style="font-size:12pt;line-height:150%;font-family:&quot;"><span>c.<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="EN-US">3. It will find some problem in study system and usually the top management will request reworking of the study system.</span><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="EN-US"> </span><span style="font-size:12pt;line-height:150%;font-family:&quot;"></span></p>
<p class="MsoListParagraphCxSpMiddle" style="text-indent:-18pt;line-height:150%;"><!--[if !supportLists]--><span style="font-size:12pt;line-height:150%;font-family:&quot;"><span>d.<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="EN-US">4. The model will explain part of the step that loops and sometimes information dept. will make decision to restart the early step before it explains the study system.</span><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="EN-US"> </span><span style="font-size:12pt;line-height:150%;font-family:&quot;"></span></p>
<p class="MsoListParagraphCxSpLast" style="text-indent:-18pt;line-height:150%;"><!--[if !supportLists]--><span style="font-size:12pt;line-height:150%;font-family:&quot;"><span>e.<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-size:12pt;line-height:150%;font-family:&quot;" lang="EN-US">5. With alternative, decision for restarting early step of SDLC or not called </span><span style="font-size:12pt;line-height:150%;font-family:&quot;">Go – No –Go Decision<strong>.</strong></span></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/theyd.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/theyd.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/theyd.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/theyd.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/theyd.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/theyd.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/theyd.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/theyd.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/theyd.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/theyd.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/theyd.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/theyd.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/theyd.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/theyd.wordpress.com/15/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=theyd.wordpress.com&amp;blog=5245172&amp;post=15&amp;subd=theyd&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://theyd.wordpress.com/2009/03/29/first-observationanalysis-necessity/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a6ba4bad2090c52c07b519c165adad24?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">theyd</media:title>
		</media:content>
	</item>
		<item>
		<title>SYSTEM DEVELOPMENT</title>
		<link>http://theyd.wordpress.com/2009/03/08/system-development/</link>
		<comments>http://theyd.wordpress.com/2009/03/08/system-development/#comments</comments>
		<pubDate>Sun, 08 Mar 2009 13:35:32 +0000</pubDate>
		<dc:creator>theyd</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://theyd.wordpress.com/2009/03/08/system-development/</guid>
		<description><![CDATA[A.    The importance of developing an information system Systems Development can be mean arrange a new system to replace the old system or fix the running system. There are some causes why the system must be fixed: 1.    Problems that show off from the old system. The problems are : a)    Not settled -     Cheatings [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=theyd.wordpress.com&amp;blog=5245172&amp;post=13&amp;subd=theyd&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>A.    The importance of developing an information system<br />
Systems Development can be mean arrange a new system to replace the old system or fix the running system. There are some causes why the system must be fixed:<br />
1.    Problems that show off from the old system. The problems are :<br />
a)    Not settled<br />
-     Cheatings that cause the company properties become not secure and<br />
can’t guarantee the file truth.<br />
-     Un-expressly Mistakes that causes we can guarantee the file truth.<br />
-    Un-efficiently operation.<br />
-    Un-obey the management rules.<br />
b)    Organization growth<br />
-    The necessary of new information become wider.<br />
-    File processing volume leveling up.<br />
-    Change of the new accounting principle.<br />
2.    To get the opportunities<br />
-    Market chance.<br />
-    Best services that we give to the customer.<br />
3.    Presence Directives</p>
<p>B.    The purpose or goal of developing an information system<br />
The purposes of developing an information system are;<br />
-    To solve the problems.<br />
-    To get the opportunities<br />
-    Run the directives that been given.</p>
<p>C.    The organization’s expectations after implementing an information system<br />
The expectation of developing system can be divided into “PIECES”. The expectations are;<br />
a)    Performance<br />
We can measuring the performance from the throughput and response time. Throughput is the count of jobs that can do in several times. Response time is average delay time between 2 transactions or jobs summed with response time to response that job.<br />
b)    Information<br />
Raising the information’s quality that be served.<br />
c)    Economy<br />
Raising the benefit/profit or reduction from cost.<br />
d)    Control<br />
Raising the control to detect and fix the mistakes and cheatings that happened and will be happen.<br />
e)    Efficiency<br />
Efficiency related to the used of the resource.<br />
f)    Services<br />
Raising the services that given by the system.</p>
<p>D.    The principles of developing an information system<br />
The principles of developing an information system are;<br />
a)    The developed system are for the management<br />
After the system developed, the system is used by the management to support the necessary that needed.<br />
b)    The developed system is a big financial capital investment.<br />
Every single financial capital investment must be considering these 2 things;<br />
-    All of the alternative must be investigated.<br />
To choose best and more profit alternative, we must investigated each of the alternative.<br />
-    The best investment must be valuable<br />
Investment can be profit if it valuable, it means the benefit is bigger than the cost. Cost-analysis or cost-effectiveness analysis can be used to decide the best or the most profit investment.<br />
c)    The developed system is needed the educated person.<br />
Educated person not only the person that formally studying in university, but also included the person on the job training. For example, the system analyst must have the skill, knowledge, and ability in his sector, its impossible the system analyst developing a system without the knowledge about what to do.<br />
d)    Job phase<br />
Without the planning and good coordination, the developing process will not finish in satisfying way. System Development Life Cycle shows the job phase and job task that must do.<br />
e)    System development process not must in order<br />
We can do some job phase in the same time, we do that to efficiency the time.<br />
Time is money isn’t it? We do that also to minimize the cost.<br />
f)    Don’t be afraid to cancel the project.<br />
We must cancel the project if the project is not suitable anymore. We can push to finish the project, because it can make the system that we developed not run in the way should have been. To decide to run or cancel the project must trough accurate evaluation.<br />
g)    The system documentation for the orientation of system development.<br />
We make the documentation start from the planning of the system until all the development process finished. This documentation is make for communicate between system analyst and user.<br />
E.    System development life cycle models<br />
1.    Waterfall model</p>
<p>a)    Requirement<br />
-    Problems identification<br />
-    Decide the opportunities<br />
-    Purpose or goal<br />
-    Decide the rules<br />
-    Decide the system necessary<br />
b)    Design<br />
-    Develop the system information<br />
-    Start the documentation<br />
c)    Implementation<br />
-    Implementation the system, how success our system is work to solve the problems.<br />
d)    Verification<br />
-    System checking for any mistakes or errors in our system’s, is the system run well or not.<br />
e)    Maintenance<br />
-    How we maintenance the system, take care the system when always watching how it runs. The maintenance have a big part in this cycle, because for do the maintenance it will take along time.<br />
2.    Iterative model</p>
<p>For the Iterative cycle it had some phase that same in the waterfall, but we can see this cycle have a testing and evaluation. That make this cycle better than the waterfall, that because after the implementation and deployment for user, we also doing testing to make sure our system done well. If after testing we find errors or mistakes we will do the evaluation to fix the error. After we evaluated the system we will start again from the beginning of the cycle (planning). That’s why we can see the cycle had a circle shape.<br />
F.    Approaches of developing a system<br />
1.    Classical approach vs Structured approach<br />
In classical approach is used the phase on the system life cycle, but the weakness of the classical is that we don’t have details rules how to makes a good system in the cycle. That’s why in 1970 show the structured approach. In this system the analyst system had the steps and rules technically to make the best system based on the system life cycle.<br />
2.    Piecemeal approach vs System approach<br />
Piecemeal approach is the system development approach that focused in the activity or certain application only. This approach only focused goal from the activity and the application only.<br />
System approach have an attention of information system as one integrated for each activity or application. It focused on the goal of overall organizations.<br />
3.    Bottom up approach vs Top down approach<br />
Bottom up approach start from the lower level organization (operational) that transaction happen.<br />
Top down approach in reverse way that start from the upper level organization (strategic planning)<br />
4.    Total system approach vs Modular approach<br />
Total system approach is approach that developing system all at once that spread at all in system. This approach will useless for the complex money system, because it will difficult to develop.<br />
Modular approach split the complex system into simpler some part or module, so the system will be easier to understand and developed.<br />
5.    Great loop approach vs Evolutionary approach<br />
Great loop approach used the overall change suddenly with modern technology. This approach also so expensive, as we know that the IT development growth so fast in this era, that need a lot of cost.<br />
Evolutionary approach used the modern technology just only for the applications that needed in that time and will developed for the next period following the need based on the technology development.<br />
G.    The meaning of methodology, method and algorithm<br />
Methodology is a unity of the methods, procedures, work concepts, rules and postulates that used by a science, art or another discipline. Method is a systematic technique to work on something. Algorithm is procedures in serial to solve the problems.<br />
Methodology in the system development is a unity of the methods, procedures, work concepts, rules and postulates that used to develop the information system.<br />
H.    Three classifications of development methodology<br />
a.    Functional decomposition methodologies<br />
This methodology focused on dividing problem from the system into smaller sub-systems, so it will easier to understand, stacked, and applied. Example of this methodology:<br />
-    HIPO (Hierarchy plus Input-Process-Output)<br />
-    Stepwise Refinement (RF) or Iterative Stepwise Refinement (ISR)<br />
-    Information-hiding<br />
b.    Data Oriented Methodologies<br />
This methodology focused on characteristic of file that processed.<br />
1.    Data Flow Oriented Methodologies<br />
In general this methodology based on dividing a system into modules based on the type file element and the activity of that module in system. Example:<br />
-    SADT (Structured Analysis and Design Techniques)<br />
-    Composite Design<br />
-    SSAD (Structured System Analysis and Design)<br />
2.    Data Structure Oriented Methodologies<br />
This methodology focused on input and output structure in system. Example:<br />
-    JSD (Jackson’s System Development)<br />
c.    Prescriptive Methodologies<br />
This methodology included:<br />
-    ISDOS (Information System Design and Optimization System)<br />
ISDOS is used for to optimization system development process. 2 components of ISDOS are PSL and PSA<br />
-    PLEXSYS<br />
PLEXSYS is used for transformation the high level computer statement into an executable code for hardware configuration that needed.<br />
-    PRIDE<br />
PRIDE offered by US company called M. Bryce &amp; Associates. PRIDE is software that expert for analysis/structured system design, file management, project management, and documentation.<br />
-    SDM/70<br />
SDM/70 developed and marketed by US company called Atlantic Software, Inc. SDM/70 is software filled with methods, estimations, documentations, and administration guide to help user develop and maintenance the system.<br />
I.    Tools for developing a system<br />
The Tools for developing a system are:<br />
a.    HIPO diagram, used in HIPO methodologies.<br />
b.    Data Flow Diagram, used in SSAD methodologies.<br />
c.    Structured Chart, used in SSAD methodologies.<br />
d.    SADT Diagram, used in SADT methodologies.<br />
e.    Warnier/Orr Diagram, used in Warnier/Orr methodologies.<br />
f.    Jackson’s Diagram, used in JSD methodologies.<br />
J.    Techniques used in developing a system<br />
Techniques that used in developing a system are:<br />
a.    Project Management techniques, are CPM (Critical Path Method) and PERT (Program Evaluation and Review Techniques). These techniques are used for project scheduling.<br />
b.    Fact Finding Techniques, technique that used for file collecting and find the facts in activity to learn the system. The techniques are:<br />
-    Interview<br />
-    Observation<br />
-    Questionaires<br />
-    Sampling<br />
c.    Cost-effectiveness Analysis and cost-benefit Analysis.<br />
d.    Run a meeting Technique.<br />
e.    Inspection/walkthrough Technique.<br />
K.    The Differences of being a system analyst and a programmer<br />
System analyst is a person that analyzing the system (learn the problems that show off and decide the needed of system user) for indentifying the reasonable solve.<br />
Programmer is a person that writing program code for an application based on design that have been make by the system analyst.<br />
The knowledge a system analyst should posses are:<br />
a.    Knowledge and skill in file processing, computer technology and computer programming.<br />
b.    General Business Knowledge<br />
This knowledge are include financial accounting, cost accounting, management accounting, and another business aspects.<br />
c.    Quantitative method knowledge<br />
In the case to design application models, system analyst used a lot of quantitative methods.<br />
d.    Solving Problems skill<br />
A system analyst must have a skill to solve the problem, analyzing and design a new system that solving that problem.<br />
e.    Communication between personnel skill<br />
The analyst system must have a skill how to communicate in spoken and writed.<br />
f.    Make a Relationship between personnel skill<br />
The analyst system must to make a good relationship with all workers. That can make work more effective. These good relationships also work between system analyst and users to.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/theyd.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/theyd.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/theyd.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/theyd.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/theyd.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/theyd.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/theyd.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/theyd.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/theyd.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/theyd.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/theyd.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/theyd.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/theyd.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/theyd.wordpress.com/13/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=theyd.wordpress.com&amp;blog=5245172&amp;post=13&amp;subd=theyd&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://theyd.wordpress.com/2009/03/08/system-development/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a6ba4bad2090c52c07b519c165adad24?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">theyd</media:title>
		</media:content>
	</item>
		<item>
		<title>INFORMATION SYSTEM ( 1st )</title>
		<link>http://theyd.wordpress.com/2009/02/21/information%e2%80%99s-system/</link>
		<comments>http://theyd.wordpress.com/2009/02/21/information%e2%80%99s-system/#comments</comments>
		<pubDate>Sat, 21 Feb 2009 11:08:37 +0000</pubDate>
		<dc:creator>theyd</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://theyd.wordpress.com/?p=6</guid>
		<description><![CDATA[a.What is the system?? The meaning of system can divided into 2 meaning based on the approach of the system: •Based on Procedure’s Approach System is the work’s network from procedure that related each other to finish the target. •Based on Element’s Approach System is the group of elements that be interacted each other to [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=theyd.wordpress.com&amp;blog=5245172&amp;post=6&amp;subd=theyd&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>a.What is the system??<br />
The meaning of system can divided into 2 meaning based on the approach of the system:<br />
•Based on Procedure’s Approach System is the work’s network from procedure that related each other to finish the target.<br />
•Based on Element’s Approach System is the group of elements that be interacted each other to reach the purpose.</p>
<p>The system is work to reach a purpose (goal) &amp; to reach a target (objective).</p>
<p>b.The Characteristic of System<br />
What about the component of system?? There are some points that explain about the characteristic of the system:<br />
•The component of System<br />
A system is consist of am1ount the components that be interacted one each other, its mean each of the component are work each other became one united, that can be used to solved the problem.<br />
•The Limit of System<br />
The limit between one system with the other system or with the outside’s environment ( in one area ). The system’s limit is possible be viewed as one united.<br />
•The Outside’s Environment of the System<br />
Anything from the outside of system’s limited area that can effected the operational of the system. The outside’s environment of system can be benefit or loss that system.<br />
•The Connection of System<br />
The connection’s media between one subsystem with the other subsystem. With this connection, the energy’s source can be possible flow from one subsystem to other subsystem.<br />
•The Input of System<br />
The energy from the outside of the system that became input of the system. The inputs are maintenance’s input and signal’s input. The maintenance’s input is the energy that be entered into the system that can be operated. The signal’s input is the energy that be processed to get the output.<br />
•The Output of System<br />
The result of energy that be processed and classified to be an output trough the process.<br />
•The Process of System<br />
The part of the system cycle that will change the input be output.<br />
•The Target of System<br />
The goal of the system, if the system doesn’t has a target, so the system’s operation won’t unusual.</p>
<p>c.The Classification of System<br />
The system can be classified into several visions:<br />
1.Abstract’s System &amp; Physical’s System<br />
The abstract’s system: The system can be idea that doesn’t appearance physically (Theology’s System).<br />
The physical’s system: The system that appearance physically (Computer’s System).<br />
2.Natural’s System &amp; Human Imitation’s System<br />
The natural’s system: The system that occur passing natural’s process, the system doesn’t made by human (circle of earth).<br />
Human imitation’s system: The system that created by human (Human-Machine System).<br />
3.The Specific’s System &amp; Unspecific System<br />
The specific’s system: The system operated with attitude that can be predicted.<br />
The unspecific system: The system that future’s condition doesn’t be predicted.<br />
4.The Closed System &amp; Open’s System<br />
The closed system: The system doesn’t relation and effect the outside’s environment.<br />
The open’s system: The system is relation and effect the outside’s environment.<br />
*The Basic’s Concept of Information<br />
The information are the data that flow on the body of an organization. The data is describe the events and factual united.</p>
<p>*The Quality of Information<br />
•	Accurancy : The information must be free from the mistakes.<br />
•	Timeliness : The information that come to receiver mayn’t late.<br />
•	Relevant : That information has usual to user.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/theyd.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/theyd.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/theyd.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/theyd.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/theyd.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/theyd.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/theyd.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/theyd.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/theyd.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/theyd.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/theyd.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/theyd.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/theyd.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/theyd.wordpress.com/6/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=theyd.wordpress.com&amp;blog=5245172&amp;post=6&amp;subd=theyd&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://theyd.wordpress.com/2009/02/21/information%e2%80%99s-system/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a6ba4bad2090c52c07b519c165adad24?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">theyd</media:title>
		</media:content>
	</item>
		<item>
		<title>Hello world!</title>
		<link>http://theyd.wordpress.com/2008/10/21/hello-world/</link>
		<comments>http://theyd.wordpress.com/2008/10/21/hello-world/#comments</comments>
		<pubDate>Tue, 21 Oct 2008 06:22:54 +0000</pubDate>
		<dc:creator>theyd</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

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