<?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>Computers in Management</title>
	<atom:link href="http://computersinmanagement.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://computersinmanagement.wordpress.com</link>
	<description>My thought on use of Computers in Management</description>
	<lastBuildDate>Tue, 14 Apr 2009 13:39:44 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='computersinmanagement.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Computers in Management</title>
		<link>http://computersinmanagement.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://computersinmanagement.wordpress.com/osd.xml" title="Computers in Management" />
	<atom:link rel='hub' href='http://computersinmanagement.wordpress.com/?pushpress=hub'/>
		<item>
		<title>DBMS packages-4</title>
		<link>http://computersinmanagement.wordpress.com/2009/04/13/dbms-packages-4/</link>
		<comments>http://computersinmanagement.wordpress.com/2009/04/13/dbms-packages-4/#comments</comments>
		<pubDate>Mon, 13 Apr 2009 11:19:23 +0000</pubDate>
		<dc:creator>anthony29</dc:creator>
				<category><![CDATA[Business software]]></category>
		<category><![CDATA[Computers]]></category>
		<category><![CDATA[Data Management]]></category>
		<category><![CDATA[dbms packages]]></category>
		<category><![CDATA[Management System]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[DBMS]]></category>
		<category><![CDATA[language interface]]></category>
		<category><![CDATA[micro computers]]></category>
		<category><![CDATA[wireless headsets]]></category>

		<guid isPermaLink="false">http://computersinmanagement.wordpress.com/?p=160</guid>
		<description><![CDATA[Today we continue our discussion on DBMS Packages. Software packages called Data Base Management System (DBMS) has been developed long before micro-computers to handle the problems of maintaining and integrating large volumes of data on large machines. The most important distinguishing feature of a DBMS package on personal computers is that it provides a very [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=computersinmanagement.wordpress.com&amp;blog=2595982&amp;post=160&amp;subd=computersinmanagement&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p class="MsoNormal" style="margin:0;"><span style="font-size:10pt;color:black;font-family:Verdana;">Today we continue our discussion on DBMS Packages. Software packages called Data Base Management System (DBMS) has been developed long before micro-computers to handle the problems of maintaining and integrating large volumes of data on large machines. The most important distinguishing feature of a DBMS package on personal computers is that it provides a very high level language interface which can be learned by a user who is not a computer programmer. We have already talked some important command in our previous post. Today we will talk on other command like quit, use custlist etc….</span></p>
<p class="MsoNormal" style="margin:0;"><span style="font-size:10pt;color:black;font-family:Verdana;"><span style="font-size:10pt;color:black;font-family:Verdana;"> </span></span></p>
<p class="MsoNormal" style="margin:0;"><span style="font-size:10pt;color:black;font-family:Verdana;"><span style="font-size:10pt;color:black;font-family:Verdana;">..QUIT</span></span></p>
<p class="MsoNormal" style="margin:0;"><span style="font-size:10pt;color:black;font-family:Verdana;"><span style="font-size:10pt;color:black;font-family:Verdana;">Next day when we start the dBASE III programme, we must first indicate which file we want to use, otherwise dBASE III will not know which file we are interested in. The command for this is</span></span></p>
<p class="MsoNormal" style="margin:0;"><span style="font-size:10pt;color:black;font-family:Verdana;"><span style="font-size:10pt;color:black;font-family:Verdana;"> </span></span></p>
<p class="MsoNormal" style="margin:0;"><span style="font-size:10pt;color:black;font-family:Verdana;"><span style="font-size:10pt;color:black;font-family:Verdana;">..USE CUSTLIST</span></span></p>
<p class="MsoNormal" style="margin:0;"><span style="font-size:10pt;color:black;font-family:Verdana;"><span style="font-size:10pt;color:black;font-family:Verdana;">Now let us say we want to query on the customer data for extracting different types of information. Here is a sample list to illustrate how easy it is. <br />
</span></span><span style="font-size:small;"><span style="font-family:Times New Roman;"> </span></span></p>
<p class="MsoNormal" style="margin:0;"><span style="font-size:10pt;color:black;font-family:Verdana;"><span style="font-size:10pt;color:black;font-family:Verdana;">One has to learn only few additional features to see how sales and receipt transactions can be used to update amount due for each customer. The dBASE III package also has REPORT command for producing user specified reports. With the command verbs, dBASE III also provides conventional programming features like IF-THEN-ELSE, WHILE-DO. A complete set of dBASE III programmes can be designed to implement a medium sized application in a couple of weeks.</span></span></p>
<p class="MsoNormal" style="margin:0;"><span style="font-size:small;font-family:Times New Roman;"> </span></p>
<br />Posted in Business software, Computers, Data Management, dbms packages, Management System, software, technology Tagged: Computers, DBMS, dbms packages, language interface, micro computers, wireless headsets <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/computersinmanagement.wordpress.com/160/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/computersinmanagement.wordpress.com/160/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/computersinmanagement.wordpress.com/160/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/computersinmanagement.wordpress.com/160/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/computersinmanagement.wordpress.com/160/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/computersinmanagement.wordpress.com/160/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/computersinmanagement.wordpress.com/160/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/computersinmanagement.wordpress.com/160/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/computersinmanagement.wordpress.com/160/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/computersinmanagement.wordpress.com/160/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/computersinmanagement.wordpress.com/160/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/computersinmanagement.wordpress.com/160/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/computersinmanagement.wordpress.com/160/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/computersinmanagement.wordpress.com/160/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=computersinmanagement.wordpress.com&amp;blog=2595982&amp;post=160&amp;subd=computersinmanagement&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://computersinmanagement.wordpress.com/2009/04/13/dbms-packages-4/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b0e3e1702fcd16b75e621fbc52d4845d?s=96&#38;d=identicon" medium="image">
			<media:title type="html">anthony29</media:title>
		</media:content>
	</item>
		<item>
		<title>The Bucket Theory of Marketing</title>
		<link>http://computersinmanagement.wordpress.com/2009/02/13/the-bucket-theory-of-marketing/</link>
		<comments>http://computersinmanagement.wordpress.com/2009/02/13/the-bucket-theory-of-marketing/#comments</comments>
		<pubDate>Fri, 13 Feb 2009 10:51:44 +0000</pubDate>
		<dc:creator>anthony29</dc:creator>
				<category><![CDATA[advertising]]></category>
		<category><![CDATA[Bucket Theory of Marketing]]></category>
		<category><![CDATA[business marketing]]></category>
		<category><![CDATA[Business software]]></category>
		<category><![CDATA[cusotmer satisfaction]]></category>
		<category><![CDATA[marketing]]></category>
		<category><![CDATA[marketing theory]]></category>
		<category><![CDATA[Organization]]></category>
		<category><![CDATA[Sales]]></category>
		<category><![CDATA[organizations]]></category>

		<guid isPermaLink="false">http://computersinmanagement.wordpress.com/?p=152</guid>
		<description><![CDATA[The Bucket Theory of Marketing is an illustration used to explain the importance of the defecting customers. Growth in revenue, or profits over a specific period acts very much like a bucket being filled with water. Adding new customers and increasing the revenue form existing customers fill the “bucket”. Sales, advertising and promotion programs help [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=computersinmanagement.wordpress.com&amp;blog=2595982&amp;post=152&amp;subd=computersinmanagement&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p class="MsoNormal" style="margin:0;"><span style="font-size:10pt;font-family:Verdana;">The Bucket Theory of Marketing is an illustration used to explain the importance of the defecting customers. Growth in revenue, or profits over a specific period acts very much like a bucket being filled with water. Adding new customers and increasing the revenue form existing customers fill the “bucket”. Sales, advertising and promotion programs help in pouting business to the top of the bucket. But the bucket also has several “leaks” from customers who stop purchasing or decrease purchases from a prior period. The theory gives a fair idea about the ineffectiveness of our marketing efforts as long as there is a hole in the bottom, which gives way for some customers to leave our organizations for reasons known only to them. The bucket theory also explains why a relationship strategy that focuses on plugging the holes in the bucket makes so much sense.</span></p>
<p class="MsoNormal" style="margin:0;"><span style="font-size:small;"><span style="font-family:Times New Roman;"> </span></span></p>
<p class="MsoNormal" style="margin:0;"><span style="font-size:10pt;font-family:Verdana;"><span style="font-size:10pt;font-family:Verdana;">It is more often easy and practical to identify the new customer revenue and the existing customer growth from the accounting database. The information at the individual customer level will give a fairly good idea about the customer migration.</span><span style="font-size:small;font-family:Times New Roman;"> </span></span></p>
<p class="MsoNormal" style="margin:0;"><span style="font-size:10pt;font-family:Verdana;"> </span></p>
<p class="MsoNormal" style="margin:0;"><strong><span style="font-size:10pt;font-family:Verdana;"><span style="font-size:10pt;font-family:Verdana;">Customer Migration</span><span style="font-size:10pt;font-family:Verdana;"><span style="font-size:small;font-family:Times New Roman;"> </span></span></span></strong></p>
<p class="MsoNormal" style="margin:0;"><strong></strong><span style="font-size:10pt;font-family:Verdana;"><span style="font-size:10pt;font-family:Verdana;">The measurement of customer migration is identifying what happens to individual customers during a specific period of time. The individual customer may either totally defect at a high value point in their life cycle. </span><span style="font-size:10pt;font-family:Verdana;">For example, a company can spend Rs. 10,00,000 on a campaign to acquire new customers who may really be valuable only during 2005 or spend Rs. 5,00,000 to retain customers who are profitable now.</span></span></p>
<br />Posted in advertising, Bucket Theory of Marketing, business marketing, Business software, cusotmer satisfaction, marketing, marketing theory, Organization, Sales Tagged: advertising, Bucket Theory of Marketing, business marketing, cusotmer satisfaction, marketing, marketing theory, organizations, Sales <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/computersinmanagement.wordpress.com/152/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/computersinmanagement.wordpress.com/152/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/computersinmanagement.wordpress.com/152/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/computersinmanagement.wordpress.com/152/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/computersinmanagement.wordpress.com/152/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/computersinmanagement.wordpress.com/152/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/computersinmanagement.wordpress.com/152/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/computersinmanagement.wordpress.com/152/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/computersinmanagement.wordpress.com/152/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/computersinmanagement.wordpress.com/152/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/computersinmanagement.wordpress.com/152/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/computersinmanagement.wordpress.com/152/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/computersinmanagement.wordpress.com/152/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/computersinmanagement.wordpress.com/152/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=computersinmanagement.wordpress.com&amp;blog=2595982&amp;post=152&amp;subd=computersinmanagement&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://computersinmanagement.wordpress.com/2009/02/13/the-bucket-theory-of-marketing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b0e3e1702fcd16b75e621fbc52d4845d?s=96&#38;d=identicon" medium="image">
			<media:title type="html">anthony29</media:title>
		</media:content>
	</item>
		<item>
		<title>DBMS packages-3</title>
		<link>http://computersinmanagement.wordpress.com/2009/01/22/dbms-packages-3/</link>
		<comments>http://computersinmanagement.wordpress.com/2009/01/22/dbms-packages-3/#comments</comments>
		<pubDate>Thu, 22 Jan 2009 10:58:52 +0000</pubDate>
		<dc:creator>anthony29</dc:creator>
				<category><![CDATA[business communication]]></category>
		<category><![CDATA[business marketing]]></category>
		<category><![CDATA[Computer Software]]></category>
		<category><![CDATA[Computers]]></category>
		<category><![CDATA[computers features]]></category>
		<category><![CDATA[dbms packages]]></category>
		<category><![CDATA[electronic devices]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[Business software]]></category>
		<category><![CDATA[Computerization]]></category>
		<category><![CDATA[computers in management]]></category>
		<category><![CDATA[dot prompt]]></category>

		<guid isPermaLink="false">http://computersinmanagement.wordpress.com/?p=147</guid>
		<description><![CDATA[Note that with this command will have only specified the structure of the record for a file which is to contain customer data. Therefore we should have some way of loading the customer records in the CUSTLIST file. For this purpose we will have to type the following command:   ..APPEND With this command we [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=computersinmanagement.wordpress.com&amp;blog=2595982&amp;post=147&amp;subd=computersinmanagement&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p class="MsoNormal" style="margin:0;"><span style="font-size:10pt;font-family:Verdana;">Note that with this command will have only specified the structure of the record for a file which is to contain customer data. Therefore we should have some way of loading the customer records in the CUSTLIST file. For this purpose we will have to type the following command:</span><span style="font-size:10pt;"></span></p>
<p class="MsoNormal" style="margin:0;"><span style="font-size:10pt;font-family:Verdana;"><span style="font-size:11pt;font-family:Verdana;"> </span></span><span style="font-size:11pt;"></span></p>
<p class="MsoNormal" style="margin:0;"><strong><span style="font-size:10pt;font-family:Verdana;"><span style="font-size:11pt;font-family:Verdana;">..APPEND</span></span></strong></p>
<p class="MsoNormal" style="margin:0;"><span style="font-size:10pt;font-family:Verdana;"><span style="font-size:10pt;font-family:Verdana;">With this command we get a screen which provides a blank customer record. As the name implies, this command will append a record to our CUSTLIST file. Thus, it can be used whenever we want to add one more customer to customer list.</span></span><span style="font-size:11pt;font-family:Verdana;"> </span><span style="font-size:10pt;font-family:Verdana;">With the customer we can add product <a href="http://www.amsfulfillment.com/"><span style="color:windowtext;text-decoration:none;">fulfillment</span></a> types. Product given to customer gives them <a href="http://www.amsfulfillment.com/"><span style="color:windowtext;text-decoration:none;">product fulfillment</span></a> or <a href="http://www.amsfulfillment.com/"><span style="color:windowtext;text-decoration:none;">order fulfillment</span></a>. We can add any criteria for that.</span><span style="font-size:10pt;"></span></p>
<p class="MsoNormal" style="margin:0;"><strong><span style="font-size:10pt;font-family:Verdana;"><span style="font-size:11pt;font-family:Verdana;"> </span></span></strong><span style="font-size:11pt;"></span></p>
<p class="MsoNormal" style="margin:0;"><span style="font-size:10pt;font-family:Verdana;"><span style="font-size:10pt;font-family:Verdana;">In the screen provided with above command, we now type the necessary details of a customer. The names of the fields are displayed on the screen to facilitate entry of data for a customer for which we wish to create a record in CUSTLIST file. After we type in all the required details about the customer and type e get another blank record in which we can enter data about next customer and so on. When we type right at the beginning of blank record we get back to dot prompt where we can issue a new dBASE III command.</span></span></p>
<br />Posted in business communication, business marketing, Computer Software, Computers, computers features, dbms packages, electronic devices, software, technology Tagged: Business software, Computerization, Computers, computers features, computers in management, dbms packages, dot prompt, software, technology <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/computersinmanagement.wordpress.com/147/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/computersinmanagement.wordpress.com/147/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/computersinmanagement.wordpress.com/147/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/computersinmanagement.wordpress.com/147/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/computersinmanagement.wordpress.com/147/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/computersinmanagement.wordpress.com/147/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/computersinmanagement.wordpress.com/147/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/computersinmanagement.wordpress.com/147/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/computersinmanagement.wordpress.com/147/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/computersinmanagement.wordpress.com/147/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/computersinmanagement.wordpress.com/147/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/computersinmanagement.wordpress.com/147/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/computersinmanagement.wordpress.com/147/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/computersinmanagement.wordpress.com/147/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=computersinmanagement.wordpress.com&amp;blog=2595982&amp;post=147&amp;subd=computersinmanagement&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://computersinmanagement.wordpress.com/2009/01/22/dbms-packages-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b0e3e1702fcd16b75e621fbc52d4845d?s=96&#38;d=identicon" medium="image">
			<media:title type="html">anthony29</media:title>
		</media:content>
	</item>
		<item>
		<title>DBMS packages-2</title>
		<link>http://computersinmanagement.wordpress.com/2009/01/22/dbms-packages-2/</link>
		<comments>http://computersinmanagement.wordpress.com/2009/01/22/dbms-packages-2/#comments</comments>
		<pubDate>Thu, 22 Jan 2009 06:10:33 +0000</pubDate>
		<dc:creator>anthony29</dc:creator>
				<category><![CDATA[Business software]]></category>
		<category><![CDATA[Computerization]]></category>
		<category><![CDATA[Computers]]></category>
		<category><![CDATA[computers features]]></category>
		<category><![CDATA[computers in management]]></category>
		<category><![CDATA[dbms packages]]></category>
		<category><![CDATA[dot prompt]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[business marketing]]></category>
		<category><![CDATA[computer technology]]></category>
		<category><![CDATA[dbase programming]]></category>
		<category><![CDATA[online business]]></category>

		<guid isPermaLink="false">http://computersinmanagement.wordpress.com/?p=144</guid>
		<description><![CDATA[When we start the dBASE III programme, it prompts by dot (.). Also when it finishes executing a given command, it writes dot in the first column of next line on the screen. Interaction with dBASE III package consists mainly of issuing appropriate commands against this dot prompt. Each dBASE III command starts with a [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=computersinmanagement.wordpress.com&amp;blog=2595982&amp;post=144&amp;subd=computersinmanagement&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p class="MsoNormal" style="margin:0;"><span style="font-size:10pt;font-family:Verdana;">When we start the dBASE III programme, it prompts by dot (.). Also when it finishes executing a given command<strong>, </strong>it writes dot in the first column of next line on the screen. Interaction with dBASE III package consists mainly of issuing appropriate commands against this dot prompt. </span><span style="font-size:10pt;font-family:Verdana;">Each dBASE III command starts with a key word (or verb) followed by certain parameters. The command for creating a file for customer data would be</span></p>
<p class="MsoNormal" style="margin:0;"><span style="font-size:10pt;font-family:Verdana;"> </span></p>
<p class="MsoNormal" style="margin:0;"><strong><span style="font-size:10pt;font-family:Verdana;">..CREATE CUSTLIST</span></strong></p>
<p class="MsoNormal" style="margin:0;"><span style="font-size:10pt;font-family:Verdana;">Note the keyword CREATE which is typed by the user against the dot prompt produce by dBASE III. CREATE command wants a parameter which will be used as a name for the file so created. The user can choose any name that he desires within the syntactic rules specified by the package. We shall henceforth omit such minor syntactic details of the package. We shall use the symbol to indicate enter or return key of the keyboard. </span><span style="font-size:10pt;font-family:Verdana;">In response to CERATE command, dBASE III will provide a screen where we can enter the above nine filed names alongwith their type characteristics.</span></p>
<br />Posted in Business software, Computerization, Computers, computers features, computers in management, dbms packages, dot prompt, software, technology Tagged: business marketing, computer technology, computers features, computers in management, dbase programming, dbms packages, dot prompt, online business <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/computersinmanagement.wordpress.com/144/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/computersinmanagement.wordpress.com/144/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/computersinmanagement.wordpress.com/144/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/computersinmanagement.wordpress.com/144/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/computersinmanagement.wordpress.com/144/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/computersinmanagement.wordpress.com/144/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/computersinmanagement.wordpress.com/144/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/computersinmanagement.wordpress.com/144/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/computersinmanagement.wordpress.com/144/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/computersinmanagement.wordpress.com/144/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/computersinmanagement.wordpress.com/144/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/computersinmanagement.wordpress.com/144/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/computersinmanagement.wordpress.com/144/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/computersinmanagement.wordpress.com/144/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=computersinmanagement.wordpress.com&amp;blog=2595982&amp;post=144&amp;subd=computersinmanagement&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://computersinmanagement.wordpress.com/2009/01/22/dbms-packages-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b0e3e1702fcd16b75e621fbc52d4845d?s=96&#38;d=identicon" medium="image">
			<media:title type="html">anthony29</media:title>
		</media:content>
	</item>
		<item>
		<title>DBMS packages-1</title>
		<link>http://computersinmanagement.wordpress.com/2009/01/20/dbms-packages-1/</link>
		<comments>http://computersinmanagement.wordpress.com/2009/01/20/dbms-packages-1/#comments</comments>
		<pubDate>Tue, 20 Jan 2009 10:05:36 +0000</pubDate>
		<dc:creator>anthony29</dc:creator>
				<category><![CDATA[blinds]]></category>
		<category><![CDATA[business marketing]]></category>
		<category><![CDATA[Business software]]></category>
		<category><![CDATA[Computerization]]></category>
		<category><![CDATA[Computers]]></category>
		<category><![CDATA[computers features]]></category>
		<category><![CDATA[computers in management]]></category>
		<category><![CDATA[Data Management]]></category>
		<category><![CDATA[dbms packages]]></category>
		<category><![CDATA[Management]]></category>
		<category><![CDATA[online business]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[term life insurance rates]]></category>
		<category><![CDATA[DBMS]]></category>
		<category><![CDATA[term life insurance]]></category>

		<guid isPermaLink="false">http://computersinmanagement.wordpress.com/?p=141</guid>
		<description><![CDATA[Each record will have to contain details about a customer. What constitutes ‘the necessary details’ will depend mostly on what use we want to make to this data-base. When we create a customer file through dBASE III package, it will first want us to specify the record structure for the file. For a blinds company [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=computersinmanagement.wordpress.com&amp;blog=2595982&amp;post=141&amp;subd=computersinmanagement&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p class="MsoNormal" style="margin:0;"><span style="font-size:10pt;font-family:Verdana;">Each record will have to contain details about a customer. What constitutes ‘the necessary details’ will depend mostly on what use we want to make to this data-base. When we create a customer file through dBASE III package, it will first want us to specify the record structure for the file. For a <a href="http://www.guaranteedblinds.com/"><span style="color:windowtext;text-decoration:none;">blinds</span></a> company who are selling <a href="http://www.guaranteedblinds.com/category/25/"><span style="color:windowtext;text-decoration:none;">vertical blinds</span></a>, <a href="http://www.guaranteedblinds.com/category/23/"><span style="color:windowtext;text-decoration:none;">roman shades</span></a> products online. When they are creating their DBMS file, their criteria is different than for the company who are providing <a href="http://www.lifequotecenter.com/"><span style="color:windowtext;text-decoration:none;">instant life insurance rates</span></a> and <a href="http://www.lifequotecenter.com/"><span style="color:windowtext;text-decoration:none;">life insurance quotes online</span></a>.</span></p>
<p class="MsoNormal" style="margin:0;"> </p>
<p class="MsoNormal" style="margin:0;"><span style="font-size:10pt;font-family:Verdana;">For a customer file we want each record to have nine fields: one each for the items listed above. In dBASE III, it is necessary to give names to each of these nine fields so that they can be later referred to using these names. The field names which we have chosen are shown in the third column above. Apart from the name, we have to also indicate what type of data will be stored in the field and in certain cases number of characters to be reserved to hold the data for that field. We will want AMOUNTDUE and CRDLMT to hold numeric data and all other fields to hold text or character data. Now let us have a quick look at a dialogue in dBASE III for creating and using such a file.</span></p>
<br />Posted in blinds, business marketing, Business software, Computerization, Computers, computers features, computers in management, Data Management, dbms packages, Management, online business, software, technology, term life insurance rates Tagged: blinds, business marketing, Computers, computers features, computers in management, DBMS, dbms packages, online business, term life insurance <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/computersinmanagement.wordpress.com/141/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/computersinmanagement.wordpress.com/141/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/computersinmanagement.wordpress.com/141/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/computersinmanagement.wordpress.com/141/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/computersinmanagement.wordpress.com/141/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/computersinmanagement.wordpress.com/141/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/computersinmanagement.wordpress.com/141/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/computersinmanagement.wordpress.com/141/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/computersinmanagement.wordpress.com/141/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/computersinmanagement.wordpress.com/141/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/computersinmanagement.wordpress.com/141/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/computersinmanagement.wordpress.com/141/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/computersinmanagement.wordpress.com/141/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/computersinmanagement.wordpress.com/141/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=computersinmanagement.wordpress.com&amp;blog=2595982&amp;post=141&amp;subd=computersinmanagement&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://computersinmanagement.wordpress.com/2009/01/20/dbms-packages-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b0e3e1702fcd16b75e621fbc52d4845d?s=96&#38;d=identicon" medium="image">
			<media:title type="html">anthony29</media:title>
		</media:content>
	</item>
		<item>
		<title>DBMS packages</title>
		<link>http://computersinmanagement.wordpress.com/2009/01/17/dbms-packages/</link>
		<comments>http://computersinmanagement.wordpress.com/2009/01/17/dbms-packages/#comments</comments>
		<pubDate>Sat, 17 Jan 2009 13:10:33 +0000</pubDate>
		<dc:creator>anthony29</dc:creator>
				<category><![CDATA[Business software]]></category>
		<category><![CDATA[communication]]></category>
		<category><![CDATA[Computer Software]]></category>
		<category><![CDATA[Computerization]]></category>
		<category><![CDATA[Computers]]></category>
		<category><![CDATA[Data Management]]></category>
		<category><![CDATA[Management]]></category>
		<category><![CDATA[Management System]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[computer technology]]></category>
		<category><![CDATA[computers in management]]></category>
		<category><![CDATA[database management system]]></category>
		<category><![CDATA[DBMS]]></category>
		<category><![CDATA[dbms packages]]></category>

		<guid isPermaLink="false">http://computersinmanagement.wordpress.com/?p=139</guid>
		<description><![CDATA[In our last post we have discussed on Data Base Management System (DBMS) and today we are going to talk on DBMS packages.   Like other DBMS packages, dBASE III provides features for:  1.      Creating data files on a computer. 2.      Maintaining these data files by way of providing functions for adding, deleting editing and [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=computersinmanagement.wordpress.com&amp;blog=2595982&amp;post=139&amp;subd=computersinmanagement&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p class="MsoNormal" style="margin:0;"><span style="font-size:10pt;font-family:Verdana;">In our last post we have discussed on Data Base Management System (DBMS) and today we are going to talk on DBMS packages. </span></p>
<p class="MsoNormal" style="margin:0;"><span style="font-size:10pt;font-family:Verdana;"> </span></p>
<p class="MsoNormal" style="margin:0;"><span style="font-size:10pt;font-family:Verdana;">Like other DBMS packages, dBASE III provides features for:</span><span style="font-size:10pt;font-family:Verdana;"> </span></p>
<p class="MsoNormal" style="text-indent:-.25in;margin:0 0 0 .25in;"><span style="font-size:10pt;font-family:Verdana;"><span>1.<span style="font:7pt 'Times New Roman';">      </span></span></span><span style="font-size:10pt;font-family:Verdana;">Creating data files on a computer.</span></p>
<p class="MsoNormal" style="text-indent:-.25in;margin:0 0 0 .25in;"><span style="font-size:10pt;font-family:Verdana;"><span>2.<span style="font:7pt 'Times New Roman';">      </span></span></span><span style="font-size:10pt;font-family:Verdana;">Maintaining these data files by way of providing functions for adding, deleting editing and updating a give set of data items.</span></p>
<p class="MsoNormal" style="text-indent:-.25in;margin:0 0 0 .25in;"><span style="font-size:10pt;font-family:Verdana;"><span>3.<span style="font:7pt 'Times New Roman';">      </span></span></span><span style="font-size:10pt;font-family:Verdana;">Generating reports based on the data files created through dBASE III</span></p>
<p class="MsoNormal" style="text-indent:-.25in;margin:0 0 0 .25in;"><span style="font-size:10pt;font-family:Verdana;"><span>4.<span style="font:7pt 'Times New Roman';">      </span></span></span><span style="font-size:10pt;font-family:Verdana;">Querying on those data files.</span></p>
<p class="MsoNormal" style="margin:0;"> </p>
<p class="MsoNormal" style="margin:0;"><span style="font-size:10pt;font-family:Verdana;">To develop an understanding of the features provided by dBASE III package, let us take a specific application and see how it could be implemented in dBASE III. Suppose we are operating a small business house which has 1000 customers. We are interested in maintaining a list of these customers and using this list for our day-to-day business operations. Obviously we will have to create a file which contains data about these 1000 customers. In this file there will be one record for each customer. Thus, we will have a file containing 1000 records.</span></p>
<br />Posted in Business software, communication, Computer Software, Computerization, Computers, Data Management, Management, Management System, software Tagged: computer technology, Computers, computers in management, Data Management, database management system, DBMS, dbms packages <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/computersinmanagement.wordpress.com/139/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/computersinmanagement.wordpress.com/139/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/computersinmanagement.wordpress.com/139/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/computersinmanagement.wordpress.com/139/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/computersinmanagement.wordpress.com/139/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/computersinmanagement.wordpress.com/139/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/computersinmanagement.wordpress.com/139/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/computersinmanagement.wordpress.com/139/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/computersinmanagement.wordpress.com/139/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/computersinmanagement.wordpress.com/139/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/computersinmanagement.wordpress.com/139/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/computersinmanagement.wordpress.com/139/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/computersinmanagement.wordpress.com/139/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/computersinmanagement.wordpress.com/139/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=computersinmanagement.wordpress.com&amp;blog=2595982&amp;post=139&amp;subd=computersinmanagement&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://computersinmanagement.wordpress.com/2009/01/17/dbms-packages/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b0e3e1702fcd16b75e621fbc52d4845d?s=96&#38;d=identicon" medium="image">
			<media:title type="html">anthony29</media:title>
		</media:content>
	</item>
		<item>
		<title>DataBase Management</title>
		<link>http://computersinmanagement.wordpress.com/2009/01/12/database-management/</link>
		<comments>http://computersinmanagement.wordpress.com/2009/01/12/database-management/#comments</comments>
		<pubDate>Mon, 12 Jan 2009 11:34:45 +0000</pubDate>
		<dc:creator>anthony29</dc:creator>
				<category><![CDATA[blinds]]></category>
		<category><![CDATA[business communication]]></category>
		<category><![CDATA[Business software]]></category>
		<category><![CDATA[Computer Software]]></category>
		<category><![CDATA[Computerization]]></category>
		<category><![CDATA[Computers]]></category>
		<category><![CDATA[Management]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[term life insurance rates]]></category>
		<category><![CDATA[business management]]></category>
		<category><![CDATA[database management]]></category>
		<category><![CDATA[DBMS]]></category>
		<category><![CDATA[Insurance CRM]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[programming languages]]></category>
		<category><![CDATA[Small business]]></category>
		<category><![CDATA[software application]]></category>

		<guid isPermaLink="false">http://computersinmanagement.wordpress.com/?p=136</guid>
		<description><![CDATA[The dBASE III package has attained its current popularity mainly for the following reason:   1.      It is easy to use and is simple. Its basic features can be learned in a couple of hours. 2.      It provides a very high level language interface which is command oriented. Some people consider it a fourth generation [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=computersinmanagement.wordpress.com&amp;blog=2595982&amp;post=136&amp;subd=computersinmanagement&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p class="MsoNormal" style="margin:0;"><span style="font-size:10pt;font-family:Verdana;">The dBASE III package has attained its current popularity mainly for the following reason:</span></p>
<p class="MsoNormal" style="margin:0;"><span style="font-size:10pt;font-family:Verdana;"> </span></p>
<p class="MsoNormal" style="text-indent:-.25in;margin:0 0 0 .25in;"><span style="font-size:10pt;font-family:Verdana;"><span>1.<span style="font:7pt &quot;">      </span></span></span><span style="font-size:10pt;font-family:Verdana;">It is easy to use and is simple. Its basic features can be learned in a couple of hours.</span></p>
<p class="MsoNormal" style="text-indent:-.25in;margin:0 0 0 .25in;"><span style="font-size:10pt;font-family:Verdana;"><span>2.<span style="font:7pt &quot;">      </span></span></span><span style="font-size:10pt;font-family:Verdana;">It provides a very high level language interface which is command oriented. Some people consider it a fourth generation language. In lay man’s terms, fourth generation language means it is superior to standard programming languages like BASIC, COBOL, FORTRAN and PASCAL; and it simplifies and sometimes even avoids programming in a conventional sense.</span></p>
<p class="MsoNormal" style="text-indent:-.25in;margin:0 0 0 .25in;"><span style="font-size:10pt;font-family:Verdana;"><span>3.<span style="font:7pt &quot;">      </span></span></span><span style="font-size:10pt;font-family:Verdana;">Small business information systems can be easily implemented in a few days using this package. <a href="http://leadorganizer.net/CRM_leadorganizer.htm"><span style="color:windowtext;text-decoration:none;">Insurance CRM</span></a> or <a href="http://www.lifequotecenter.com/"><span style="color:windowtext;text-decoration:none;">instant life insurance rates</span></a> application can be implemented easily in small businesss.</span></p>
<p class="MsoNormal" style="text-indent:-.25in;margin:0 0 0 .25in;"><span style="font-size:10pt;font-family:Verdana;"><span>4.<span style="font:7pt &quot;">      </span></span></span><span style="font-size:10pt;font-family:Verdana;">This package can be used as a tool to prototype large applications. Prototyping is useful for saving costs in implementing large applications. Parts of a large system may be implemented through dBASE III package to finalize specifications of what users want through the envisaged application and how these parts could possibly be implemented in their final form.</span></p>
<p class="MsoNormal" style="margin:0;"><span style="font-size:10pt;font-family:Verdana;"> </span></p>
<p class="MsoNormal" style="margin:0;"><span style="font-size:10pt;font-family:Verdana;"></span><span style="font-size:10pt;font-family:Verdana;">We will discuss some features of the DBMS packages in our next post.</span></p>
<br />Posted in blinds, business communication, Business software, Computer Software, Computerization, Computers, Management, software, technology, term life insurance rates Tagged: blinds, business management, Computer Software, database management, DBMS, Insurance CRM, programming, programming languages, Small business, software application, term life insurance rates <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/computersinmanagement.wordpress.com/136/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/computersinmanagement.wordpress.com/136/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/computersinmanagement.wordpress.com/136/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/computersinmanagement.wordpress.com/136/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/computersinmanagement.wordpress.com/136/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/computersinmanagement.wordpress.com/136/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/computersinmanagement.wordpress.com/136/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/computersinmanagement.wordpress.com/136/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/computersinmanagement.wordpress.com/136/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/computersinmanagement.wordpress.com/136/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/computersinmanagement.wordpress.com/136/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/computersinmanagement.wordpress.com/136/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/computersinmanagement.wordpress.com/136/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/computersinmanagement.wordpress.com/136/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=computersinmanagement.wordpress.com&amp;blog=2595982&amp;post=136&amp;subd=computersinmanagement&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://computersinmanagement.wordpress.com/2009/01/12/database-management/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b0e3e1702fcd16b75e621fbc52d4845d?s=96&#38;d=identicon" medium="image">
			<media:title type="html">anthony29</media:title>
		</media:content>
	</item>
		<item>
		<title>APPLICATIONS SOFTWARE</title>
		<link>http://computersinmanagement.wordpress.com/2009/01/09/applications-software/</link>
		<comments>http://computersinmanagement.wordpress.com/2009/01/09/applications-software/#comments</comments>
		<pubDate>Fri, 09 Jan 2009 11:45:18 +0000</pubDate>
		<dc:creator>anthony29</dc:creator>
				<category><![CDATA[Advantages of Computer]]></category>
		<category><![CDATA[business communication]]></category>
		<category><![CDATA[Business software]]></category>
		<category><![CDATA[Computer Software]]></category>
		<category><![CDATA[Management]]></category>
		<category><![CDATA[Organization]]></category>
		<category><![CDATA[PC]]></category>
		<category><![CDATA[Personal Computer]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[application software]]></category>
		<category><![CDATA[computer programmer]]></category>
		<category><![CDATA[computer technology]]></category>
		<category><![CDATA[Computers]]></category>
		<category><![CDATA[data communication software]]></category>
		<category><![CDATA[data nase management system]]></category>
		<category><![CDATA[DBMS]]></category>
		<category><![CDATA[micro computers]]></category>
		<category><![CDATA[programming languages]]></category>

		<guid isPermaLink="false">http://computersinmanagement.wordpress.com/?p=134</guid>
		<description><![CDATA[Systems software available on micro-computers includes compilers interpreters for popular programming languages like BASIC, COBOL and FORTRAN. However, because of their large numbers and personal use, powerful applications software which does not require significant programming knowledge has been developed to run on personal computers. The most important categories of this software, which enables a user [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=computersinmanagement.wordpress.com&amp;blog=2595982&amp;post=134&amp;subd=computersinmanagement&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p class="MsoNormal" style="margin:0;"><span style="font-size:10pt;font-family:Verdana;">Systems software available on micro-computers includes compilers interpreters for popular programming languages like BASIC, COBOL and FORTRAN. However, because of their large numbers and personal use, powerful applications software which does not require significant programming knowledge has been developed to run on personal computers. The most important categories of this software, which enables a user to autonomously utilize a personal computer are:</span></p>
<p class="MsoNormal" style="margin:0;"><span style="font-size:10pt;font-family:Verdana;"> </span></p>
<ol style="margin-top:0;" type="1">
<li class="MsoNormal"><span style="font-size:10pt;font-family:Verdana;">Data Base Management Software</span></li>
<li class="MsoNormal"><span style="font-size:10pt;font-family:Verdana;">Spreadsheet Software</span></li>
<li class="MsoNormal"><span style="font-size:10pt;font-family:Verdana;">Word Processing Software</span></li>
<li class="MsoNormal"><span style="font-size:10pt;font-family:Verdana;">Graphic Software</span></li>
<li class="MsoNormal"><span style="font-size:10pt;font-family:Verdana;">Data Communication Software</span></li>
</ol>
<p class="MsoNormal" style="margin:0;"><strong><span style="font-size:10pt;font-family:Verdana;">Data Base Management</span></strong></p>
<p class="MsoNormal" style="margin:0;"><strong></strong><span style="font-size:10pt;font-family:Verdana;">Software packages called Data Base Management System (DBMS) has been developed long before micro-computers to handle the problems of maintaining and integrating large volumes of data on large machines. The most important distinguishing feature of a DBMS package on personal computers is that it provides a very high level language interface which can be learned by a user who is not a computer programmer. In a few hours, it is possible to acquire enough skill to use the basic features of DBMS packages like dBASE III which is the best selling software currently in this class.</span></p>
<br />Posted in Advantages of Computer, business communication, Business software, Computer Software, Management, Organization, PC, Personal Computer, software, technology Tagged: application software, computer programmer, computer technology, Computers, data communication software, data nase management system, DBMS, micro computers, Personal Computer, programming languages, software <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/computersinmanagement.wordpress.com/134/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/computersinmanagement.wordpress.com/134/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/computersinmanagement.wordpress.com/134/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/computersinmanagement.wordpress.com/134/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/computersinmanagement.wordpress.com/134/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/computersinmanagement.wordpress.com/134/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/computersinmanagement.wordpress.com/134/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/computersinmanagement.wordpress.com/134/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/computersinmanagement.wordpress.com/134/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/computersinmanagement.wordpress.com/134/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/computersinmanagement.wordpress.com/134/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/computersinmanagement.wordpress.com/134/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/computersinmanagement.wordpress.com/134/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/computersinmanagement.wordpress.com/134/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=computersinmanagement.wordpress.com&amp;blog=2595982&amp;post=134&amp;subd=computersinmanagement&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://computersinmanagement.wordpress.com/2009/01/09/applications-software/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b0e3e1702fcd16b75e621fbc52d4845d?s=96&#38;d=identicon" medium="image">
			<media:title type="html">anthony29</media:title>
		</media:content>
	</item>
		<item>
		<title>HARDWARE-1</title>
		<link>http://computersinmanagement.wordpress.com/2009/01/06/hardware-1/</link>
		<comments>http://computersinmanagement.wordpress.com/2009/01/06/hardware-1/#comments</comments>
		<pubDate>Tue, 06 Jan 2009 10:44:48 +0000</pubDate>
		<dc:creator>anthony29</dc:creator>
				<category><![CDATA[15294811]]></category>
		<category><![CDATA[Accounting]]></category>
		<category><![CDATA[blinds]]></category>
		<category><![CDATA[Computer Hardware]]></category>
		<category><![CDATA[Computers]]></category>
		<category><![CDATA[electronic devices]]></category>
		<category><![CDATA[Financial Analysis]]></category>
		<category><![CDATA[insurance software]]></category>
		<category><![CDATA[lead management]]></category>
		<category><![CDATA[Organization]]></category>
		<category><![CDATA[PC]]></category>
		<category><![CDATA[Personal Computer]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[term life insurance rates]]></category>
		<category><![CDATA[computer applications]]></category>
		<category><![CDATA[computing]]></category>
		<category><![CDATA[Graphics]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[micro computers]]></category>

		<guid isPermaLink="false">http://computersinmanagement.wordpress.com/?p=131</guid>
		<description><![CDATA[With the proliferation of micro-computers, the concept of distributed computing has emerged. In distributed computing, a number of computers are dispersed in different parts of an organization and inter-connected using special cables, telephone lines or other telecommunication media. This allows data and programmers to be shared and also provides for some new types of application [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=computersinmanagement.wordpress.com&amp;blog=2595982&amp;post=131&amp;subd=computersinmanagement&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p class="MsoNormal" style="margin:0;"><span style="font-size:10pt;font-family:Verdana;">With the proliferation of micro-computers, the concept of distributed computing has emerged. In distributed computing, a number of computers are dispersed in different parts of an organization and inter-connected using special cables, telephone lines or other telecommunication media. This allows data and programmers to be shared and also provides for some new types of application such as electronic mail. Electronic Mail moves messages through inter-linked computers/terminals. </span></p>
<p class="MsoNormal" style="margin:0;"> </p>
<p class="MsoNormal" style="margin:0;"><span style="font-size:10pt;font-family:Verdana;">To support such networking special electronic devices such as modems an network inter-face cards are often fitted into micro-computers. For example, a <a href="http://www.guaranteedblinds.com/"><span style="color:windowtext;text-decoration:none;">blinds</span></a> company who are selling <a href="http://www.guaranteedblinds.com/category/25/"><span style="color:windowtext;text-decoration:none;">vertical blinds</span></a> and <a href="http://www.guaranteedblinds.com/category/23/"><span style="color:windowtext;text-decoration:none;">roman shades</span></a> online, they are having inter-linked computers by which they are sending their marketing emails. Another example is a company who are providing <a href="http://lowtermliferates.com/"><span style="color:windowtext;text-decoration:none;">term life insurance rates</span></a> online, they are using <a href="http://leadorganizer.net/"><span style="color:windowtext;text-decoration:none;">lead management tools</span></a> by which their online leads are transfer to their <a href="http://leadorganizer.net/"><span style="color:windowtext;text-decoration:none;">insurance software</span></a> and from that <a href="http://leadorganizer.net/"><span style="color:windowtext;text-decoration:none;">insurance software</span></a> they are distributing their leads.</span></p>
<p class="MsoNormal" style="margin:0;"><span style="font-size:10pt;font-family:Verdana;"> </span></p>
<p class="MsoNormal" style="margin:0;"><span style="font-size:10pt;font-family:Verdana;">As with large computers, micro-computers have operating systems to enable the user to easily interact with the machine. These operating systems are similar to those on large machines except that they are much simpler. This is because the majority of micro-computers are not multi-terminal machines – only one user has access to the machine at any time. In this situation the machine is the <strong>personal computer </strong>of the user. Personal computers are used for a variety of tasks. The most common applications are:</span></p>
<p class="MsoNormal" style="margin:0;"><span style="font-size:10pt;font-family:Verdana;"> </span></p>
<ol style="margin-top:0;" type="1">
<li class="MsoNormal"><span style="font-size:10pt;font-family:Verdana;">Word Processing</span></li>
<li class="MsoNormal"><span style="font-size:10pt;font-family:Verdana;">Financial Analysis</span></li>
<li class="MsoNormal"><span style="font-size:10pt;font-family:Verdana;">Data Base Access</span></li>
<li class="MsoNormal"><span style="font-size:10pt;font-family:Verdana;">Graphics</span></li>
<li class="MsoNormal"><span style="font-size:10pt;font-family:Verdana;">Accounting</span></li>
</ol>
<br />Posted in 15294811, Accounting, blinds, Computer Hardware, Computers, electronic devices, Financial Analysis, insurance software, lead management, Organization, PC, Personal Computer, technology, term life insurance rates Tagged: Accounting, blinds, computer applications, Computers, computing, electronic devices, Financial Analysis, Graphics, Hardware, insurance software, lead management, micro computers, PC, Personal Computer, term life insurance rates <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/computersinmanagement.wordpress.com/131/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/computersinmanagement.wordpress.com/131/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/computersinmanagement.wordpress.com/131/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/computersinmanagement.wordpress.com/131/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/computersinmanagement.wordpress.com/131/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/computersinmanagement.wordpress.com/131/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/computersinmanagement.wordpress.com/131/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/computersinmanagement.wordpress.com/131/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/computersinmanagement.wordpress.com/131/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/computersinmanagement.wordpress.com/131/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/computersinmanagement.wordpress.com/131/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/computersinmanagement.wordpress.com/131/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/computersinmanagement.wordpress.com/131/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/computersinmanagement.wordpress.com/131/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=computersinmanagement.wordpress.com&amp;blog=2595982&amp;post=131&amp;subd=computersinmanagement&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://computersinmanagement.wordpress.com/2009/01/06/hardware-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b0e3e1702fcd16b75e621fbc52d4845d?s=96&#38;d=identicon" medium="image">
			<media:title type="html">anthony29</media:title>
		</media:content>
	</item>
		<item>
		<title>HARDWARE</title>
		<link>http://computersinmanagement.wordpress.com/2009/01/05/hardware/</link>
		<comments>http://computersinmanagement.wordpress.com/2009/01/05/hardware/#comments</comments>
		<pubDate>Mon, 05 Jan 2009 11:11:27 +0000</pubDate>
		<dc:creator>anthony29</dc:creator>
				<category><![CDATA[Computer Hardware]]></category>
		<category><![CDATA[Computer Software]]></category>
		<category><![CDATA[Computerization]]></category>
		<category><![CDATA[Computers]]></category>
		<category><![CDATA[Evolution of Computer]]></category>
		<category><![CDATA[Management]]></category>
		<category><![CDATA[Random access memory(RAM)]]></category>
		<category><![CDATA[Read Only Memory(ROM)]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[computer components]]></category>
		<category><![CDATA[computers in management]]></category>
		<category><![CDATA[disk]]></category>
		<category><![CDATA[floppy]]></category>
		<category><![CDATA[hard disk]]></category>
		<category><![CDATA[input devices]]></category>
		<category><![CDATA[main memory]]></category>
		<category><![CDATA[memory store]]></category>
		<category><![CDATA[micro computers]]></category>
		<category><![CDATA[output devices]]></category>
		<category><![CDATA[ROM]]></category>
		<category><![CDATA[secondary memory]]></category>

		<guid isPermaLink="false">http://computersinmanagement.wordpress.com/?p=128</guid>
		<description><![CDATA[Micro-computers are structurally similar to large computers in that they have the same basic components – CPU main memory, secondary memory and input/output devices. The most popular secondary memory device are floppy disk drives and fixed disks. Floppy disks store between 140 K Bytes to 1 Mega Byte = 1024 K Bytes (MB) while hard [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=computersinmanagement.wordpress.com&amp;blog=2595982&amp;post=128&amp;subd=computersinmanagement&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p class="MsoNormal" style="margin:0;"><span style="font-size:10pt;font-family:Verdana;">Micro-computers are structurally similar to large computers in that they have the same basic components – CPU main memory, secondary memory and input/output devices. The most popular secondary memory device are floppy disk drives and fixed disks. Floppy disks store between 140 K Bytes to 1 Mega Byte = 1024 K Bytes (MB) while hard disks store 10 MB to 40 MB. </span></p>
<p class="MsoNormal" style="margin:0;"> </p>
<p class="MsoNormal" style="margin:0;"><span style="font-size:10pt;font-family:Verdana;">The main memory is made from several chips. These may be ROM or RAM chips.<span>  </span>ROM (Read Only Memory) chips contain instructions permanently written in the memory. The contents of these chips cannot be altered. RAM (Random Access Memory) Chips provide the memory that can be read from, written into and cleared. </span></p>
<p class="MsoNormal" style="margin:0;"> </p>
<p class="MsoNormal" style="margin:0;"><span style="font-size:10pt;font-family:Verdana;">Most micro-computers have between 16 K bytes and IMB memory. The typical word-size of micro-computers when they were introduced in business in the late seventies was B-bits. Today, the most common word-size is 16-bits. It is virtually certain that in the next few years 32-bit micro-computers will be very common although today their numbers are somewhat limited due to cost and scarcity of software. Dot matrix and daisy-wheel printers are popular printing devices on micro-computers.</span></p>
<br />Posted in Computer Hardware, Computer Software, Computerization, Computers, Evolution of Computer, Management, Random access memory(RAM), Read Only Memory(ROM), software, technology Tagged: computer components, Computers, computers in management, disk, floppy, hard disk, input devices, main memory, memory store, micro computers, output devices, ROM, secondary memory, software <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/computersinmanagement.wordpress.com/128/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/computersinmanagement.wordpress.com/128/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/computersinmanagement.wordpress.com/128/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/computersinmanagement.wordpress.com/128/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/computersinmanagement.wordpress.com/128/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/computersinmanagement.wordpress.com/128/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/computersinmanagement.wordpress.com/128/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/computersinmanagement.wordpress.com/128/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/computersinmanagement.wordpress.com/128/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/computersinmanagement.wordpress.com/128/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/computersinmanagement.wordpress.com/128/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/computersinmanagement.wordpress.com/128/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/computersinmanagement.wordpress.com/128/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/computersinmanagement.wordpress.com/128/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=computersinmanagement.wordpress.com&amp;blog=2595982&amp;post=128&amp;subd=computersinmanagement&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://computersinmanagement.wordpress.com/2009/01/05/hardware/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b0e3e1702fcd16b75e621fbc52d4845d?s=96&#38;d=identicon" medium="image">
			<media:title type="html">anthony29</media:title>
		</media:content>
	</item>
	</channel>
</rss>
