<?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/"
	>

<channel>
	<title>Learn Software Development &#187; System</title>
	<atom:link href="http://learnsoftwareprocesses.com/category/system/feed/" rel="self" type="application/rss+xml" />
	<link>http://learnsoftwareprocesses.com</link>
	<description>All about the processes involved in software development</description>
	<lastBuildDate>Sun, 20 May 2012 19:17:40 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>System Engineering</title>
		<link>http://learnsoftwareprocesses.com/2009/10/25/system-engineering/</link>
		<comments>http://learnsoftwareprocesses.com/2009/10/25/system-engineering/#comments</comments>
		<pubDate>Sun, 25 Oct 2009 05:59:49 +0000</pubDate>
		<dc:creator>ashish</dc:creator>
				<category><![CDATA[Engineering]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[System]]></category>
		<category><![CDATA[Process]]></category>
		<category><![CDATA[Purpose]]></category>
		<category><![CDATA[SDLC]]></category>
		<category><![CDATA[System Engineering]]></category>
		<category><![CDATA[Tasks]]></category>

		<guid isPermaLink="false">http://learnsoftwareprocesses.com/?p=433</guid>
		<description><![CDATA[<p>Systems Engineering is an interdisciplinary process that ensures that the customer&#8217;s needs are satisfied throughout a system&#8217;s entire life cycle. This process is comprised of the following seven tasks.</p> <p> 1. State the problem. Stating the problem is the most important systems engineering task. It entails identifying customers, understanding customer needs, establishing the need for [...]]]></description>
			<content:encoded><![CDATA[<p>Systems Engineering is an interdisciplinary process that ensures that the customer&#8217;s needs are satisfied throughout a system&#8217;s entire life cycle. This process is comprised of the following seven tasks.</p>
<p>   1. State the problem. Stating the problem is the most important systems engineering task. It entails identifying customers, understanding customer needs, establishing the need for change, discovering requirements and defining system functions.<br />
   2. Investigate alternatives. Alternatives are investigated and evaluated based on performance, cost and risk.<br />
   3. Model the system. Running models clarifies requirements, reveals bottlenecks and fragmented activities, reduces cost and exposes duplication of efforts.<br />
   4. Integrate. Integration means designing interfaces and bringing system elements together so they work as a whole. This requires extensive communication and coordination.<br />
   5. Launch the system. Launching the system means running the system and producing outputs &#8212; making the system do what it was intended to do.<br />
   6. Assess performance. Performance is assessed using evaluation criteria, technical performance measures and measures &#8212; measurement is the key. If you cannot measure it, you cannot control it. If you cannot control it, you cannot improve it.<br />
   7. Re-evaluation. Re-evaluation should be a continual and iterative process with many parallel loops.</p>
<p>The purpose of systems engineering is to produce systems that satisfy the customers&#8217; needs, increase the probability of system success, reduce risk and reduce total-life-cycle cost.<br />
Systems engineering, which stands at the interface between engineering and management, is conspicuously practical and down to earth. In contrast, systems theories, which lie at the core of engineering science, are mathematical and rather abstract. This in no way implies that systems theories are impractical; they are practical in a general way. Connecting them to systems engineering is the notion of function, through which systems theories are applied to particular designs.</p>
<div class="addthis_toolbox addthis_default_style " addthis:url='http://learnsoftwareprocesses.com/2009/10/25/system-engineering/' addthis:title='System Engineering '  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_button_google_plusone" g:plusone:size="medium"></a><a class="addthis_counter addthis_pill_style"></a></div>]]></content:encoded>
			<wfw:commentRss>http://learnsoftwareprocesses.com/2009/10/25/system-engineering/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>TYPES OF SOFTWARE SYSTEMS</title>
		<link>http://learnsoftwareprocesses.com/2008/05/25/types-of-software-systems/</link>
		<comments>http://learnsoftwareprocesses.com/2008/05/25/types-of-software-systems/#comments</comments>
		<pubDate>Sun, 25 May 2008 05:13:23 +0000</pubDate>
		<dc:creator>ashish</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[System]]></category>

		<guid isPermaLink="false">http://learnsoftwareprocesses.com/2008/05/25/types-of-software-systems/</guid>
		<description><![CDATA[<p>BATCH SYSTEMS : They are a set of programs that perform certain activities which do not require any kind of input from the user. Batch systems contain one or more API which perform various tasks.</p> <p>Ex: When something is typed on a word document by pressing a key, same is displayed on the monitor. The [...]]]></description>
			<content:encoded><![CDATA[<p>BATCH SYSTEMS : They are a set of programs that perform certain activities which do not require any kind of input from the user. Batch systems contain one or more API which perform various tasks.</p>
<p>Ex: When something is typed on a word document by pressing a key, same is displayed on the monitor. The process of conversion of user input of the key to machine language and then displaying what you have typed on monitor is performed by batch system.</p>
<p>EVENT CONTROL SYSTEMS : These systems process real time data to provide the user with results for the command that has been given.</p>
<p>Ex: When you press Ctrl + S, it tells the computer to save the document. This communication is provided by the event controls that are pre-defined in the system.</p>
<p>PROCESS CONTROL SYSTEMS : When two systems communicate, the co-ordination or data transfer becomes vital. Process control systems are the one’s that receive data from a system and instruct the sending system to perform specific tasks based on the reply sent by the receiving system.</p>
<p>PROCEDURE CONTROL SYSTEMS : These systems are one’s which control the functions of another system.</p>
<p>MESSAGE PROCESSING SYSTEMS : A simple example to explain these kind of systems is the SMS management software used by the mobile operator which handles the incoming and outgoing messages.</p>
<p>DIAGNOSTIC SOFTWARE SYSTEMS : These systems help in diagnosing the computer hardware components.<br />
Ex: The “NEW HARDWARE FOUND” dialogue seen when you plug in a new device to the computer is an example of these kind of systems.</p>
<p>SENSOR &#038; SIGNAL PROCESSING SYSTEMS : In these systems the computer receives input in form of signals and then transforms the signals to a user understandable output.</p>
<div class="addthis_toolbox addthis_default_style " addthis:url='http://learnsoftwareprocesses.com/2008/05/25/types-of-software-systems/' addthis:title='TYPES OF SOFTWARE SYSTEMS '  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_button_google_plusone" g:plusone:size="medium"></a><a class="addthis_counter addthis_pill_style"></a></div>]]></content:encoded>
			<wfw:commentRss>http://learnsoftwareprocesses.com/2008/05/25/types-of-software-systems/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

