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

<channel>
	<title>Bookly Hour</title>
	<atom:link href="http://booklyhour.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://booklyhour.com</link>
	<description>Academic Endeavour of a TESOL Teacher Trainee</description>
	<pubDate>Mon, 28 Jul 2008 21:12:12 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>COMPSCI 111 Lec. 3 - Software</title>
		<link>http://booklyhour.com/2008/07/25/compsci-111-lec-3-software/</link>
		<comments>http://booklyhour.com/2008/07/25/compsci-111-lec-3-software/#comments</comments>
		<pubDate>Fri, 25 Jul 2008 13:57:49 +0000</pubDate>
		<dc:creator>Adlina</dc:creator>
		
		<category><![CDATA[Computer Science]]></category>

		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[compsci 111]]></category>

		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://booklyhour.com/?p=7</guid>
		<description><![CDATA[Time: 1 -2pm (Friday)
 Location: MLT1
Mira and Atie decided to play truant for the first time today, so here I am on my own in this class. Technically, Lyn and Fareha are with me, but well&#8230; Today&#8217;s topic for Compsci 111 lecture is.. urm&#8230; Software. Looking at the first slide, I was like &#8220;Hrm&#8230; Free [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Time: </strong>1 -2pm (Friday)<br />
<strong> Location: </strong>MLT1</p>
<p><strong>Mira</strong> and <strong>Atie</strong> decided to play truant for the first time today, so here I am on my own in this class. Technically, Lyn and Fareha are with me, but well&#8230; Today&#8217;s topic for Compsci 111 lecture is.. urm&#8230; Software. Looking at the first slide, I was like &#8220;Hrm&#8230; Free stuff.&#8221;</p>
<ul>
<li>Software - usu. include -all data we&#8217;re working with</li>
<li>Data &amp; instruction, initially separated</li>
<li>known also as programs</li>
<li>loaded from secondary storage into primary memory</li>
<li>runs (executes) from RAM</li>
<li>Software is loaded (HDD - RAM) - Read/Write CPU executes instruction (CPU)</li>
<li>Read up in CPU very rapidly</li>
<li>FILE FORMATS:</li>
<li>all data stored in binary numbers</li>
<li>organised in chunks (of related dtaa)</li>
<li>method of encoding - dep. on software, = file format</li>
<li>FORMATS - define the way numbers r interpreted</li>
<li>EXTs - a dot followed by letters at the end of a file</li>
<li>Windows OS use ext to determine file format n decide which apps to use to open a file</li>
</ul>
<p>Why are standards needed? (standardised agreement)</p>
<ul>
<li>OS - open standard - published freely to the public, free to use, maintained by a non-profit orgs (xml, html, uml)</li>
<li>But open x mean all good <img src='http://booklyhour.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </li>
<li>Proprietary standard - intellectual prop of an entity (indivisual/comp), use is usu through license</li>
<li>risk for users: vendor lock-in</li>
</ul>
<p>Proprietary Software</p>
<p>Software that has restrictions on using/copying</p>
<ul>
<li>all rights retained by owner</li>
<li>owner enforces restrictions</li>
</ul>
<p>License:</p>
<ul>
<li>commercial</li>
<li>freeware</li>
<li>sharewre</li>
<li>semi free (usu non-profit org)</li>
</ul>
<p>Freeware</p>
<ul>
<li>software dist free - no agreement abt dist, access to source code</li>
<li>types: loss leader (given away with loss as sales promo), adware, donationware, postcardware</li>
<li>abandonware: not legally recognised (IE, iTunes, Adobe Reader)</li>
</ul>
<p>Shareware</p>
<ul>
<li>on the idea of &#8216;try b4 buying&#8217;</li>
<li>trial period: purchase license/upgrade to comm ver</li>
<li>nagware: reminder messages to license software</li>
<li>crippleware: softwr lacks the advanced features until licensed (word processor that can&#8217;t save of print - (HAHA! Sounds like OFFICE 2007, doesn&#8217;t it??)</li>
</ul>
<p>Open Source/Free Software</p>
<ul>
<li>freedom to use n study the work</li>
<li>to copy n share the work with others</li>
<li>change the work</li>
<li>distribute changed and therefore derivative works</li>
<li>copyright prevents these acts - explicit permission is required, free software license gives permission</li>
<li>Richard Stallman - free software foundation (FSF), GPL (GNU General Public License) - legal doc that gives permission :P, Copyleft</li>
</ul>
<p>Kinds of Software</p>
<ul>
<li>App software - helps user complete task<br />
System software - needed to run the comp</li>
<li>OS - manages all the hardware resources for apps (CPU, RAM..)</li>
<li>device drivers: help OS control hardwre</li>
<li>diagnostic and maintenance tools - for analysis, troubleshooting n optimisation</li>
</ul>
<p>OS</p>
<ul>
<li>low-level software - allow the use of system</li>
<li>default interface when no app is running</li>
<li>manages the system</li>
</ul>
<p>Continued in notebook.</p>
]]></content:encoded>
			<wfw:commentRss>http://booklyhour.com/2008/07/25/compsci-111-lec-3-software/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
