<?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>Historical Wizards</title>
	<atom:link href="http://historicalxwizards.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://historicalxwizards.wordpress.com</link>
	<description>Just another WordPress.com weblog</description>
	<lastBuildDate>Sun, 16 Dec 2007 22:08:09 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='historicalxwizards.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Historical Wizards</title>
		<link>http://historicalxwizards.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://historicalxwizards.wordpress.com/osd.xml" title="Historical Wizards" />
	<atom:link rel='hub' href='http://historicalxwizards.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Q2: Data Structures</title>
		<link>http://historicalxwizards.wordpress.com/2007/12/14/q2-data-structures/</link>
		<comments>http://historicalxwizards.wordpress.com/2007/12/14/q2-data-structures/#comments</comments>
		<pubDate>Fri, 14 Dec 2007 02:44:10 +0000</pubDate>
		<dc:creator>jenniferwong8</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://historicalxwizards.wordpress.com/2007/12/14/q2-data-structures/</guid>
		<description><![CDATA[1. In our computers, we use and talk about files all the time. But what is a file? Write a technical definition of a computer file. Most data storage types are used for temporary storage in primary memory so, when the computer is turned off or the program is closed, the data is consequently lost.  [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=historicalxwizards.wordpress.com&amp;blog=2159323&amp;post=54&amp;subd=historicalxwizards&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://historicalxwizards.wordpress.com/2007/12/14/q2-data-structures/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/79fb879c5d50545a2d449686410a7eb1?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jenniferwong8</media:title>
		</media:content>
	</item>
		<item>
		<title>Language Levels</title>
		<link>http://historicalxwizards.wordpress.com/2007/12/11/language-levels/</link>
		<comments>http://historicalxwizards.wordpress.com/2007/12/11/language-levels/#comments</comments>
		<pubDate>Tue, 11 Dec 2007 01:14:01 +0000</pubDate>
		<dc:creator>vivianho5</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://historicalxwizards.wordpress.com/2007/12/11/language-levels/</guid>
		<description><![CDATA[Language Levels. I have no idea what it is about soooo&#8230; I&#8217;ll just go with the flow!   1. Give definitions of machine specific language and assembly language. Definitions, ey? Would dictionary.com help again? =\ No but Wiki will! ^O^ &#8216;kay. Let&#8217;s get this show on the road. A machine language is a system of [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=historicalxwizards.wordpress.com&amp;blog=2159323&amp;post=40&amp;subd=historicalxwizards&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://historicalxwizards.wordpress.com/2007/12/11/language-levels/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/048057ee1877c1a3871b3371b8ce3f55?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">vivianho5</media:title>
		</media:content>

		<media:content url="http://historicalxwizards.files.wordpress.com/2007/12/surfingpika1.jpg" medium="image" />

		<media:content url="http://historicalxwizards.files.wordpress.com/2007/12/hamtaro.jpg" medium="image" />

		<media:content url="http://historicalxwizards.files.wordpress.com/2007/12/pikachu.jpg" medium="image" />

		<media:content url="http://historicalxwizards.files.wordpress.com/2007/12/mewtwo.jpg" medium="image" />
	</item>
		<item>
		<title>Data Types</title>
		<link>http://historicalxwizards.wordpress.com/2007/12/10/data-types/</link>
		<comments>http://historicalxwizards.wordpress.com/2007/12/10/data-types/#comments</comments>
		<pubDate>Mon, 10 Dec 2007 01:38:25 +0000</pubDate>
		<dc:creator>vanessaly4</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://historicalxwizards.wordpress.com/2007/12/10/data-types/</guid>
		<description><![CDATA[1. Give a definition and an example of each of the following data types: characters, integers, floating point numbers, strings and Booleans. Characters- Information that relates to symbols. This also includes letters and numbers. Integers- Any whole number is considered an integer. The integer can be a negative or positive number (-2 and 5). Fractions [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=historicalxwizards.wordpress.com&amp;blog=2159323&amp;post=32&amp;subd=historicalxwizards&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://historicalxwizards.wordpress.com/2007/12/10/data-types/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e24572625fd403f33c25c15ccfa883d0?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Nessa</media:title>
		</media:content>
	</item>
		<item>
		<title>Linguistic Diversity</title>
		<link>http://historicalxwizards.wordpress.com/2007/12/10/linguistic-diversity/</link>
		<comments>http://historicalxwizards.wordpress.com/2007/12/10/linguistic-diversity/#comments</comments>
		<pubDate>Mon, 10 Dec 2007 01:30:32 +0000</pubDate>
		<dc:creator>Vincent</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://historicalxwizards.wordpress.com/2007/12/10/linguistic-diversity/</guid>
		<description><![CDATA[List as many different programming languages that you can find out about. Give descriptions of 3 of them and how they are unique. Ada, C++, C, C-script, C-, Euclid, Euler, Fortran, Foxpro, FOIL, Forumla language, HAL/S, J, J++, J#, Java, Javascript, Pascal, Ppc++, Python, R++, Visual Basic and Z++ Python- Python is a high-level programming [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=historicalxwizards.wordpress.com&amp;blog=2159323&amp;post=34&amp;subd=historicalxwizards&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://historicalxwizards.wordpress.com/2007/12/10/linguistic-diversity/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/707a724cd1ea900bea86f20a9c569581?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Vincent</media:title>
		</media:content>
	</item>
		<item>
		<title>Q1: GUIs</title>
		<link>http://historicalxwizards.wordpress.com/2007/12/09/q1-guis/</link>
		<comments>http://historicalxwizards.wordpress.com/2007/12/09/q1-guis/#comments</comments>
		<pubDate>Sun, 09 Dec 2007 12:31:09 +0000</pubDate>
		<dc:creator>jenniferwong8</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://historicalxwizards.wordpress.com/2007/12/09/q1-guis/</guid>
		<description><![CDATA[1.     What is a GUI? What alternatives are there to GUIs? The acronym “GUI” stands for “Graphical User Interface”, which is a type of graphics-based user interface, such as Windows or Macintosh, that represent files and operations visually in conjunction with text (in order to fully represent the information and actions available to a user) [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=historicalxwizards.wordpress.com&amp;blog=2159323&amp;post=39&amp;subd=historicalxwizards&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://historicalxwizards.wordpress.com/2007/12/09/q1-guis/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/79fb879c5d50545a2d449686410a7eb1?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jenniferwong8</media:title>
		</media:content>
	</item>
		<item>
		<title>Algorithms</title>
		<link>http://historicalxwizards.wordpress.com/2007/12/09/algorithms/</link>
		<comments>http://historicalxwizards.wordpress.com/2007/12/09/algorithms/#comments</comments>
		<pubDate>Sun, 09 Dec 2007 10:09:57 +0000</pubDate>
		<dc:creator>vivianho5</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://historicalxwizards.wordpress.com/2007/12/09/algorithms/</guid>
		<description><![CDATA[Ahhh. Algorithms. One may ask me how I might make Algorithms interesting. Even I&#8217;m having trouble making this one seem less boring&#8230; nevermind. &#62;__&#60; What do you think Pikachu? &#8220;PIKAAAAAAAAACHUUUUU!&#8221; Uhh, care to interpret, Meowth? &#8220;He doesn&#8217;t want to have anything to do with algorithms&#8230;!&#8221; Oh mannn! My mascot has abandoned me this time. I&#8217;ll [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=historicalxwizards.wordpress.com&amp;blog=2159323&amp;post=26&amp;subd=historicalxwizards&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://historicalxwizards.wordpress.com/2007/12/09/algorithms/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/048057ee1877c1a3871b3371b8ce3f55?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">vivianho5</media:title>
		</media:content>

		<media:content url="http://historicalxwizards.files.wordpress.com/2007/12/pikachu2.jpg" medium="image" />

		<media:content url="http://historicalxwizards.files.wordpress.com/2007/12/meowth.jpg" medium="image" />

		<media:content url="http://historicalxwizards.files.wordpress.com/2007/12/vegeta.jpg" medium="image" />

		<media:content url="http://historicalxwizards.files.wordpress.com/2007/12/brb.png" medium="image" />

		<media:content url="http://historicalxwizards.files.wordpress.com/2007/12/catlaugh.jpg" medium="image" />
	</item>
		<item>
		<title>Errors</title>
		<link>http://historicalxwizards.wordpress.com/2007/12/09/errors/</link>
		<comments>http://historicalxwizards.wordpress.com/2007/12/09/errors/#comments</comments>
		<pubDate>Sun, 09 Dec 2007 04:46:47 +0000</pubDate>
		<dc:creator>vanessaly4</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://historicalxwizards.wordpress.com/2007/12/09/errors/</guid>
		<description><![CDATA[What is debugging? The process of finding and destroying the bugs in a electronic device to that has been causing the problems. For each of the following, define the term and give an example. Syntax error The program has found an error and does not know how to fix it. An example of syntax error [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=historicalxwizards.wordpress.com&amp;blog=2159323&amp;post=36&amp;subd=historicalxwizards&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://historicalxwizards.wordpress.com/2007/12/09/errors/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e24572625fd403f33c25c15ccfa883d0?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Nessa</media:title>
		</media:content>
	</item>
		<item>
		<title>Question 4 Documentation</title>
		<link>http://historicalxwizards.wordpress.com/2007/12/08/question-4-documentation/</link>
		<comments>http://historicalxwizards.wordpress.com/2007/12/08/question-4-documentation/#comments</comments>
		<pubDate>Sat, 08 Dec 2007 11:42:04 +0000</pubDate>
		<dc:creator>fionazhang</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://historicalxwizards.wordpress.com/2007/12/08/question-4-documentation/</guid>
		<description><![CDATA[WHAT IS INTRINSIC DOCUMENTATION?? Intrinsic documentation uses names for procedures, functions, variables and other structures in a program that makes it easier to understand the program. It is also a form of internal documentation existing in normal code making the code readable. It uses logical variable names, indenting and capitalization of reserved words. IN PROGRAMMING, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=historicalxwizards.wordpress.com&amp;blog=2159323&amp;post=35&amp;subd=historicalxwizards&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://historicalxwizards.wordpress.com/2007/12/08/question-4-documentation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4de6e50f10245caa1b226b0bba95b93e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Fionie</media:title>
		</media:content>
	</item>
		<item>
		<title>Control Structures</title>
		<link>http://historicalxwizards.wordpress.com/2007/12/07/control-structures/</link>
		<comments>http://historicalxwizards.wordpress.com/2007/12/07/control-structures/#comments</comments>
		<pubDate>Fri, 07 Dec 2007 03:14:06 +0000</pubDate>
		<dc:creator>Vincent</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Control]]></category>
		<category><![CDATA[control structures]]></category>
		<category><![CDATA[structures]]></category>

		<guid isPermaLink="false">http://historicalxwizards.wordpress.com/2007/12/07/control-structures/</guid>
		<description><![CDATA[What is the purpose of a control structure? The purpose of a control structure is to control the order of individual statement, instructions and functions that is executes and/or analyzed in an imperative or functional program. For each of the following, describe what exactly happens and give an example from real life. 1. Sequencing control [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=historicalxwizards.wordpress.com&amp;blog=2159323&amp;post=27&amp;subd=historicalxwizards&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://historicalxwizards.wordpress.com/2007/12/07/control-structures/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/707a724cd1ea900bea86f20a9c569581?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Vincent</media:title>
		</media:content>

		<media:content url="http://historicalxwizards.files.wordpress.com/2007/12/homology-modeling.thumbnail.jpg" medium="image">
			<media:title type="html">homology-modeling.jpg</media:title>
		</media:content>
	</item>
		<item>
		<title>Question 3 Data Operators</title>
		<link>http://historicalxwizards.wordpress.com/2007/12/07/question-3-data-operators/</link>
		<comments>http://historicalxwizards.wordpress.com/2007/12/07/question-3-data-operators/#comments</comments>
		<pubDate>Fri, 07 Dec 2007 03:05:02 +0000</pubDate>
		<dc:creator>fionazhang</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://historicalxwizards.wordpress.com/2007/12/07/question-3-data-operators/</guid>
		<description><![CDATA[For each of the following, describe its function, give an example of one and explain how it might be used in a program. Relational operators Logical operators Arithmetic operators Relational Operators In programming, relational operators allow two values or variables to be compared using either &#62; or = . Depending on whether the relationship between [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=historicalxwizards.wordpress.com&amp;blog=2159323&amp;post=33&amp;subd=historicalxwizards&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://historicalxwizards.wordpress.com/2007/12/07/question-3-data-operators/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4de6e50f10245caa1b226b0bba95b93e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Fionie</media:title>
		</media:content>
	</item>
	</channel>
</rss>
