<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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>Comments on: Alice Teaches Object Oriented Computer Programming To Kids</title>
	<atom:link href="http://www.makeuseof.com/tag/alice-teaches-object-oriented-computer-programming-to-kids/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.makeuseof.com/tag/alice-teaches-object-oriented-computer-programming-to-kids/</link>
	<description>Cool Websites, Software and Internet Tips</description>
	<lastBuildDate>Thu, 18 Mar 2010 14:02:04 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Game Classroom – Put the Fun Back In Learning With Educational Games &#124; Programming Blog</title>
		<link>http://www.makeuseof.com/tag/alice-teaches-object-oriented-computer-programming-to-kids/comment-page-1/#comment-427705</link>
		<dc:creator>Game Classroom – Put the Fun Back In Learning With Educational Games &#124; Programming Blog</dc:creator>
		<pubDate>Thu, 24 Dec 2009 00:20:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.makeuseof.com/?p=20044#comment-427705</guid>
		<description>[...] Alice Teaches Object Oriented Computer Programming To Kids (20) [...]</description>
		<content:encoded><![CDATA[<p>[...] Alice Teaches Object Oriented Computer Programming To Kids (20) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Improve Your Memory With Free Flash Cards for Pocket PC &#124; Programming Blog</title>
		<link>http://www.makeuseof.com/tag/alice-teaches-object-oriented-computer-programming-to-kids/comment-page-1/#comment-423346</link>
		<dc:creator>Improve Your Memory With Free Flash Cards for Pocket PC &#124; Programming Blog</dc:creator>
		<pubDate>Fri, 04 Dec 2009 13:57:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.makeuseof.com/?p=20044#comment-423346</guid>
		<description>[...] Alice Teaches Object Oriented Computer Programming To Kids (19) [...]</description>
		<content:encoded><![CDATA[<p>[...] Alice Teaches Object Oriented Computer Programming To Kids (19) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jack Cola</title>
		<link>http://www.makeuseof.com/tag/alice-teaches-object-oriented-computer-programming-to-kids/comment-page-1/#comment-420528</link>
		<dc:creator>Jack Cola</dc:creator>
		<pubDate>Mon, 23 Nov 2009 05:00:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.makeuseof.com/?p=20044#comment-420528</guid>
		<description>Hi,
So what are you having trouble with. It seems that you have given a situation (maybe an assignment question). We can help you if you have a certain problem, but we will not do the task for you.

Are you having trouble getting input from the user, or moving the objects?</description>
		<content:encoded><![CDATA[<p>Hi,<br />
So what are you having trouble with. It seems that you have given a situation (maybe an assignment question). We can help you if you have a certain problem, but we will not do the task for you.</p>
<p>Are you having trouble getting input from the user, or moving the objects?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lost</title>
		<link>http://www.makeuseof.com/tag/alice-teaches-object-oriented-computer-programming-to-kids/comment-page-1/#comment-420525</link>
		<dc:creator>Lost</dc:creator>
		<pubDate>Mon, 23 Nov 2009 04:52:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.makeuseof.com/?p=20044#comment-420525</guid>
		<description>Can anyone help me with this scenario. I am completely lost.

o	Road to Hana: Create a world with a convertible Corvette (Vehicles) and a person of your choice (People) that will determine the drive time to Hana. The user is asked the number of miles between the current location and Hana, as well as the speed limit for the road to get there. Set up variables for both of the entered values. Create a third variable to hold the calculated hours for the trip. The formula for hours is as follows: miles divided by the speed limit. At this point, the person should approach the camera, and the Corvette should come into view, stopping next to the person. The person should then look at the Corvette, turn to the camera, and say a message in bubble text that includes the time in hours it will take to reach Hana. The car should then drive away, and the person should walk away in the opposite direction.</description>
		<content:encoded><![CDATA[<p>Can anyone help me with this scenario. I am completely lost.</p>
<p>o	Road to Hana: Create a world with a convertible Corvette (Vehicles) and a person of your choice (People) that will determine the drive time to Hana. The user is asked the number of miles between the current location and Hana, as well as the speed limit for the road to get there. Set up variables for both of the entered values. Create a third variable to hold the calculated hours for the trip. The formula for hours is as follows: miles divided by the speed limit. At this point, the person should approach the camera, and the Corvette should come into view, stopping next to the person. The person should then look at the Corvette, turn to the camera, and say a message in bubble text that includes the time in hours it will take to reach Hana. The car should then drive away, and the person should walk away in the opposite direction.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dhea</title>
		<link>http://www.makeuseof.com/tag/alice-teaches-object-oriented-computer-programming-to-kids/comment-page-1/#comment-419406</link>
		<dc:creator>dhea</dc:creator>
		<pubDate>Tue, 17 Nov 2009 18:20:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.makeuseof.com/?p=20044#comment-419406</guid>
		<description>Object-oriented programming (OOP) is a programming paradigm that uses &quot;objects&quot; and their interactions to design applications and computer programs. Programming techniques may include features such as encapsulation, modularity, polymorphism, and inheritance. It was not commonly used in mainstream software application development until the early 1990s. Many modern programming languages now support OOP.</description>
		<content:encoded><![CDATA[<p>Object-oriented programming (OOP) is a programming paradigm that uses &#8220;objects&#8221; and their interactions to design applications and computer programs. Programming techniques may include features such as encapsulation, modularity, polymorphism, and inheritance. It was not commonly used in mainstream software application development until the early 1990s. Many modern programming languages now support OOP.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: BrianS</title>
		<link>http://www.makeuseof.com/tag/alice-teaches-object-oriented-computer-programming-to-kids/comment-page-1/#comment-419187</link>
		<dc:creator>BrianS</dc:creator>
		<pubDate>Mon, 16 Nov 2009 20:59:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.makeuseof.com/?p=20044#comment-419187</guid>
		<description>I&#039;m a professional programmer and although I haven&#039;t seen this program (yet!) I&#039;m sure I will support it for learning logic and other basic programming concepts.
Syntax changes with languages, and it isn&#039;t what&#039;s important when you&#039;re just starting off.  You can/will pick up the syntax in time; the fundamental concepts are more important to begin with.
Well done Alice!</description>
		<content:encoded><![CDATA[<p>I&#8217;m a professional programmer and although I haven&#8217;t seen this program (yet!) I&#8217;m sure I will support it for learning logic and other basic programming concepts.<br />
Syntax changes with languages, and it isn&#8217;t what&#8217;s important when you&#8217;re just starting off.  You can/will pick up the syntax in time; the fundamental concepts are more important to begin with.<br />
Well done Alice!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Internet Cafe Solution &#187; Blog Archive &#187; Alice Teaches Object Oriented Computer Programming To Kids</title>
		<link>http://www.makeuseof.com/tag/alice-teaches-object-oriented-computer-programming-to-kids/comment-page-1/#comment-419097</link>
		<dc:creator>Internet Cafe Solution &#187; Blog Archive &#187; Alice Teaches Object Oriented Computer Programming To Kids</dc:creator>
		<pubDate>Mon, 16 Nov 2009 14:10:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.makeuseof.com/?p=20044#comment-419097</guid>
		<description>[...] original here: Alice Teaches Object Oriented Computer Programming To Kids  This entry was posted on Saturday, November 14th, 2009 at 12:01 pm and is filed under Object. You [...]</description>
		<content:encoded><![CDATA[<p>[...] original here: Alice Teaches Object Oriented Computer Programming To Kids  This entry was posted on Saturday, November 14th, 2009 at 12:01 pm and is filed under Object. You [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: How do you get your kids to be less noisy? &#124; Parenting help in Oregon</title>
		<link>http://www.makeuseof.com/tag/alice-teaches-object-oriented-computer-programming-to-kids/comment-page-1/#comment-419016</link>
		<dc:creator>How do you get your kids to be less noisy? &#124; Parenting help in Oregon</dc:creator>
		<pubDate>Mon, 16 Nov 2009 03:27:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.makeuseof.com/?p=20044#comment-419016</guid>
		<description>[...] Alice Teaches Object Oriented Computer Programming To Kids [...]</description>
		<content:encoded><![CDATA[<p>[...] Alice Teaches Object Oriented Computer Programming To Kids [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Teaching object-oriented programming to kids &#171; Later On</title>
		<link>http://www.makeuseof.com/tag/alice-teaches-object-oriented-computer-programming-to-kids/comment-page-1/#comment-418957</link>
		<dc:creator>Teaching object-oriented programming to kids &#171; Later On</dc:creator>
		<pubDate>Sun, 15 Nov 2009 20:55:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.makeuseof.com/?p=20044#comment-418957</guid>
		<description>[...] in Daily life, Education, Software at 1:55 pm by LeisureGuy Very interesting post: Alice is one of the coolest programs that teach computer programming to kids. What is Alice? [...]</description>
		<content:encoded><![CDATA[<p>[...] in Daily life, Education, Software at 1:55 pm by LeisureGuy Very interesting post: Alice is one of the coolest programs that teach computer programming to kids. What is Alice? [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: All In One Information &#187; Alice Teaches Object Oriented Computer Programming To Kids</title>
		<link>http://www.makeuseof.com/tag/alice-teaches-object-oriented-computer-programming-to-kids/comment-page-1/#comment-418855</link>
		<dc:creator>All In One Information &#187; Alice Teaches Object Oriented Computer Programming To Kids</dc:creator>
		<pubDate>Sun, 15 Nov 2009 07:53:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.makeuseof.com/?p=20044#comment-418855</guid>
		<description>[...] original here: Alice Teaches Object Oriented Computer Programming To Kids   This entry is filed under Kids, School. You can follow any responses to this entry through the [...]</description>
		<content:encoded><![CDATA[<p>[...] original here: Alice Teaches Object Oriented Computer Programming To Kids   This entry is filed under Kids, School. You can follow any responses to this entry through the [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Posts about Programming from google blogs as of November 14, 2009 &#171; tryfly.com</title>
		<link>http://www.makeuseof.com/tag/alice-teaches-object-oriented-computer-programming-to-kids/comment-page-1/#comment-418805</link>
		<dc:creator>Posts about Programming from google blogs as of November 14, 2009 &#171; tryfly.com</dc:creator>
		<pubDate>Sat, 14 Nov 2009 23:49:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.makeuseof.com/?p=20044#comment-418805</guid>
		<description>[...]  [...]</description>
		<content:encoded><![CDATA[<p>[...]  [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alice Teaches Object Oriented Computer Programming To Kids</title>
		<link>http://www.makeuseof.com/tag/alice-teaches-object-oriented-computer-programming-to-kids/comment-page-1/#comment-418804</link>
		<dc:creator>Alice Teaches Object Oriented Computer Programming To Kids</dc:creator>
		<pubDate>Sat, 14 Nov 2009 23:44:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.makeuseof.com/?p=20044#comment-418804</guid>
		<description>[...] See original here: Alice Teaches Object Oriented Computer Programming To Kids [...]</description>
		<content:encoded><![CDATA[<p>[...] See original here: Alice Teaches Object Oriented Computer Programming To Kids [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jack Cola</title>
		<link>http://www.makeuseof.com/tag/alice-teaches-object-oriented-computer-programming-to-kids/comment-page-1/#comment-418803</link>
		<dc:creator>Jack Cola</dc:creator>
		<pubDate>Sat, 14 Nov 2009 23:43:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.makeuseof.com/?p=20044#comment-418803</guid>
		<description>Off memory, I think there was a key combination you could do. For some reason, Control+c is coming to my head, but I doubt that.

I has an assignment on Alice in Grade 12. We made a dancing game. Use the up and down arrows or wasd for 2 player. It is really cool. If anyone wants to look at it, ill try upload it for you to play.

It is really easy to learn its pretty much drag and drop. Although it doesn&#039;t teach you the syntax, it teaches students the concept on programming and make you think logically on how you want something to be done. You can turn syntax on that can help you learn the syntax a bit more.

So if you want to learn the concept (thinking and logic) behind programing, you should first use Alice.

If your program becomes really large, it may slow down your computer too.</description>
		<content:encoded><![CDATA[<p>Off memory, I think there was a key combination you could do. For some reason, Control+c is coming to my head, but I doubt that.</p>
<p>I has an assignment on Alice in Grade 12. We made a dancing game. Use the up and down arrows or wasd for 2 player. It is really cool. If anyone wants to look at it, ill try upload it for you to play.</p>
<p>It is really easy to learn its pretty much drag and drop. Although it doesn&#8217;t teach you the syntax, it teaches students the concept on programming and make you think logically on how you want something to be done. You can turn syntax on that can help you learn the syntax a bit more.</p>
<p>So if you want to learn the concept (thinking and logic) behind programing, you should first use Alice.</p>
<p>If your program becomes really large, it may slow down your computer too.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alice Teaches Object Oriented Computer Programming To Kids &#124; Computer case live today</title>
		<link>http://www.makeuseof.com/tag/alice-teaches-object-oriented-computer-programming-to-kids/comment-page-1/#comment-418796</link>
		<dc:creator>Alice Teaches Object Oriented Computer Programming To Kids &#124; Computer case live today</dc:creator>
		<pubDate>Sat, 14 Nov 2009 21:51:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.makeuseof.com/?p=20044#comment-418796</guid>
		<description>[...] is the original: Alice Teaches Object Oriented Computer Programming To Kids      Posted in Uncategorized &#124;  Tags: alice, coolest, important-tool, schools-and, [...]</description>
		<content:encoded><![CDATA[<p>[...] is the original: Alice Teaches Object Oriented Computer Programming To Kids      Posted in Uncategorized |  Tags: alice, coolest, important-tool, schools-and, [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alice Teaches Object Oriented Computer Programming To Kids &#124; Newarticletoday.com Blog</title>
		<link>http://www.makeuseof.com/tag/alice-teaches-object-oriented-computer-programming-to-kids/comment-page-1/#comment-418793</link>
		<dc:creator>Alice Teaches Object Oriented Computer Programming To Kids &#124; Newarticletoday.com Blog</dc:creator>
		<pubDate>Sat, 14 Nov 2009 21:41:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.makeuseof.com/?p=20044#comment-418793</guid>
		<description>[...] original post here: Alice Teaches Object Oriented Computer Programming To Kids   Share and [...]</description>
		<content:encoded><![CDATA[<p>[...] original post here: Alice Teaches Object Oriented Computer Programming To Kids   Share and [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alice Teaches Object Oriented Computer Programming To Kids &#124; Bidet live to day</title>
		<link>http://www.makeuseof.com/tag/alice-teaches-object-oriented-computer-programming-to-kids/comment-page-1/#comment-418786</link>
		<dc:creator>Alice Teaches Object Oriented Computer Programming To Kids &#124; Bidet live to day</dc:creator>
		<pubDate>Sat, 14 Nov 2009 21:20:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.makeuseof.com/?p=20044#comment-418786</guid>
		<description>[...] of the coolest programs that inform machine planning to kids. What is Alice?    See example here: Alice Teaches Object Oriented Computer Programming To Kids      Posted in Uncategorized &#124; Tags: alice, coolest, important-tool, schools-and, [...]</description>
		<content:encoded><![CDATA[<p>[...] of the coolest programs that inform machine planning to kids. What is Alice?    See example here: Alice Teaches Object Oriented Computer Programming To Kids      Posted in Uncategorized | Tags: alice, coolest, important-tool, schools-and, [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alice Teaches Object Oriented Computer Programming To Kids &#171; Noya Khobor</title>
		<link>http://www.makeuseof.com/tag/alice-teaches-object-oriented-computer-programming-to-kids/comment-page-1/#comment-418783</link>
		<dc:creator>Alice Teaches Object Oriented Computer Programming To Kids &#171; Noya Khobor</dc:creator>
		<pubDate>Sat, 14 Nov 2009 20:30:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.makeuseof.com/?p=20044#comment-418783</guid>
		<description>[...] See original here: Alice Teaches Object Oriented Computer Programming To Kids [...]</description>
		<content:encoded><![CDATA[<p>[...] See original here: Alice Teaches Object Oriented Computer Programming To Kids [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan Dube</title>
		<link>http://www.makeuseof.com/tag/alice-teaches-object-oriented-computer-programming-to-kids/comment-page-1/#comment-418782</link>
		<dc:creator>Ryan Dube</dc:creator>
		<pubDate>Sat, 14 Nov 2009 20:13:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.makeuseof.com/?p=20044#comment-418782</guid>
		<description>Hi boomroasted - thanks for your comment. You bring up a good point. On a similar note, infinite loops can be pretty disastrous and difficult to escape from in many programming languages, not just in Alic - so I&#039;m not sure I&#039;d really consider it a bug, but something to try to avoid (and the school really should provide students with a method to kill programs or processes).</description>
		<content:encoded><![CDATA[<p>Hi boomroasted &#8211; thanks for your comment. You bring up a good point. On a similar note, infinite loops can be pretty disastrous and difficult to escape from in many programming languages, not just in Alic &#8211; so I&#8217;m not sure I&#8217;d really consider it a bug, but something to try to avoid (and the school really should provide students with a method to kill programs or processes).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: theboomroasted</title>
		<link>http://www.makeuseof.com/tag/alice-teaches-object-oriented-computer-programming-to-kids/comment-page-1/#comment-418781</link>
		<dc:creator>theboomroasted</dc:creator>
		<pubDate>Sat, 14 Nov 2009 20:08:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.makeuseof.com/?p=20044#comment-418781</guid>
		<description>im in beginning computer science in highschool and we used this program at the beginning of the year.  it&#039;s decent, but has a few bad bugs. for instance, if you ask the user for something such as a number and accidentally put it in a forever loop, once you run the program there is no way to stop it without quitting it through the task manager.  unfortunately, task manager is blocked at my school anyone who encountered this bug had to restart their computer and lose the data they hadn&#039;t saved.</description>
		<content:encoded><![CDATA[<p>im in beginning computer science in highschool and we used this program at the beginning of the year.  it&#8217;s decent, but has a few bad bugs. for instance, if you ask the user for something such as a number and accidentally put it in a forever loop, once you run the program there is no way to stop it without quitting it through the task manager.  unfortunately, task manager is blocked at my school anyone who encountered this bug had to restart their computer and lose the data they hadn&#8217;t saved.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alice Teaches Object Oriented Computer Programming To Kids &#124; GA Publications</title>
		<link>http://www.makeuseof.com/tag/alice-teaches-object-oriented-computer-programming-to-kids/comment-page-1/#comment-418776</link>
		<dc:creator>Alice Teaches Object Oriented Computer Programming To Kids &#124; GA Publications</dc:creator>
		<pubDate>Sat, 14 Nov 2009 19:17:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.makeuseof.com/?p=20044#comment-418776</guid>
		<description>[...] here to see the original: Alice Teaches Object Oriented Computer Programming To Kids  Tags:  alice,&#160; coolest,&#160; important-tool,&#160; schools-and,&#160; [...]</description>
		<content:encoded><![CDATA[<p>[...] here to see the original: Alice Teaches Object Oriented Computer Programming To Kids  Tags:  alice,&nbsp; coolest,&nbsp; important-tool,&nbsp; schools-and,&nbsp; [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Computer Internet and Technology Articles. &#187; Blog Archive &#187; Alice Teaches Object Oriented Computer Programming To Kids</title>
		<link>http://www.makeuseof.com/tag/alice-teaches-object-oriented-computer-programming-to-kids/comment-page-1/#comment-418775</link>
		<dc:creator>Computer Internet and Technology Articles. &#187; Blog Archive &#187; Alice Teaches Object Oriented Computer Programming To Kids</dc:creator>
		<pubDate>Sat, 14 Nov 2009 19:09:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.makeuseof.com/?p=20044#comment-418775</guid>
		<description>[...] See original here:  Alice Teaches Object Oriented Computer Programming To Kids [...]</description>
		<content:encoded><![CDATA[<p>[...] See original here:  Alice Teaches Object Oriented Computer Programming To Kids [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Served from: makeuseof.com @ 2010-03-18 14:22:24 by W3 Total Cache -->