<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Tecno-Pedagogia &#187; Teaching</title>
	<atom:link href="http://www.christopherslade.com/category/teaching/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.christopherslade.com</link>
	<description>Random Thoughts on Computer Science Education, and Other Topics</description>
	<lastBuildDate>Fri, 05 Feb 2010 03:31:21 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Enticing Computer Science Majors</title>
		<link>http://www.christopherslade.com/2009/08/enticing-computer-science-majors/</link>
		<comments>http://www.christopherslade.com/2009/08/enticing-computer-science-majors/#comments</comments>
		<pubDate>Tue, 11 Aug 2009 10:12:11 +0000</pubDate>
		<dc:creator>cslade</dc:creator>
				<category><![CDATA[Teaching]]></category>
		<category><![CDATA[beginning programming]]></category>
		<category><![CDATA[Graphics]]></category>

		<guid isPermaLink="false">http://www.christopherslade.com/?p=100</guid>
		<description><![CDATA[What enticed you to become what you are today?  For me, Computer Science enticed me by giving me the following:

A way to solve problems.  I love trying to figure out new stuff and make things work.  In computer science, we are given a problem and a processor, and then we have to get the processor [...]]]></description>
			<content:encoded><![CDATA[<p>What enticed you to become what you are today?  For me, Computer Science enticed me by giving me the following:</p>
<ul>
<li>A way to solve problems.  I love trying to figure out new stuff and make things work.  In computer science, we are given a problem and a processor, and then we have to get the processor to solve the problem.</li>
<li>A way to build something useful.  One of my most satisfying projects was to build the <a href="http://intramurals.byu.edu" target="_blank">BYU Intramural Activities</a> scheduling and online registration system.  I had played<span style="color: #000000;"> Intramurals m</span>any times and it was exciting to build something that I knew I would use, along with 10,000 other BYU students per semester.  It was also fun to see people explain the new rules (that I helped create) to me, having no idea I created the site they were using.  (They have put a new look on it, but I believe they are still using my system today.)</li>
<li>A way to learn about how things work.  I have had a hard time understanding why people don&#8217;t want to know how something works, because I have to know how everything works.  From cars to the ocean tides, I want to know how it works.  It strikes me odd that most Computer Science graduates have a very limited understanding on how a computer actually works.  They might know a little bit about the CPU, but they really don&#8217;t know how all of the I/O devices, and the operating system all function together.  For the most part, they are completely content just knowing that it works and writing programs that run on top of it all.  (Of course, I am sure the reason why people don&#8217;t want to know how everything works is due to a limited amount of time.  No?  Okay, so maybe I am just a weirdo.)</li>
</ul>
<p>Anyway, as I have been developing lots of programming projects to torture my students, I have realized the best assignments have some sort of excitement factor.  In order to create the best labs, I really need to know what entices students.</p>
<p>One way is with graphics.  Many students like creating graphics, or so I have been told.  This is why they created <a title="Educational Software that teaches students how to program in a 3D environment." href="http://www.alice.org">Alice</a>.  Unfortunately,  Alice has very little appeal to me.  I can&#8217;t really solve any new problems with it.  I don&#8217;t know why, but making a girl skate around on the ice for hours isn&#8217;t all that motivating to me.  So when some of my colleagues suggested that I make everything in Computer Science graphical, it really bothered me.  Mostly because once they graduate, chances are they are going to be typing text into a text editor or an <a title="Integrated Development Environment" href="http://en.wikipedia.org/wiki/Integrated_development_environment">IDE</a> 8 hours a day.  So, (to me) their goal was to trick the students into liking Computer Science by making it fun &#8211; ie. graphical.  I used to think, &#8220;Computer Science should be fun by itself, it doesn&#8217;t need skating ballerinas.  If they don&#8217;t like it, they should probably choose another major.&#8221;</p>
<p>Don&#8217;t get me wrong, I was never against including more graphics in my assignments.  I just wasn&#8217;t motivated to spend hours trying to create labs that did have graphics in them.</p>
<p>When one of my colleagues introduced a graphics lab where students draw beach huts that can be posted on a web page, it made me think a lot about my previous opinions about graphics in Computer Science.  It was easy to tell that some of the students spent a lot of time making their hut.  I then thought about what motivates them to spend 3-4 extra hours on their lab when they probably have a lot of other assignments and, here in Hawaii, a lot of surfing to do. Okay, so I had to admit that this lab had some sort of excitement factor to it.  Then, does that mean that everyone who spent extra time to make their hut prettier has the wrong motivation, and will eventually be really upset that we tricked them to think that Computer Science is really just making fun pictures?</p>
<p>So here are some of the possible factors that motivated these students:</p>
<ul>
<li>Being an artist.  They liked painting their canvas by typing words like drawCircle.</li>
<li>A sense of accomplishment by actually creating something they can show people, just like I liked being the Intramural site creator.</li>
<li>Overcoming a challenge.</li>
</ul>
<p>Can you think of others?</p>
<p>So, if the students are motivated only by the first factor that I mentioned, my guess is that they have a major disappointment coming their way.  However, if they are motivated by the other factors, they could be hooked enough to trade their surf board for a new computer.</p>
<p>So, are graphics the only way to motivate people into Computer Science?  Maybe so, and this is why.  Most beginning CS having only interacted with the graphical aspects of a computer.  Surfing the web is highly graphical, especially with flash ads on every page.  Even writing a report has many graphical elements (how long do you spend formatting?).  So, when a student actually builds something graphical he can feel like he created something that fits into his paradigm of a computer program.</p>
<p>Not until they catch a vision of  all of the other things computers do behind the GUI will they start to appreciate what programming really is.  For a beginning programming class, graphics will probably do a lot of good, but we have to transition them to the real Computer Science by having them explore behind the GUI.  So, I guess I have to say, &#8220;Skate on ballerina.&#8221;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.christopherslade.com/2009/08/enticing-computer-science-majors/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Outliers: The Story of Success by Malcolm Gladwell</title>
		<link>http://www.christopherslade.com/2009/03/outliers-by-malcolm-gladwell/</link>
		<comments>http://www.christopherslade.com/2009/03/outliers-by-malcolm-gladwell/#comments</comments>
		<pubDate>Thu, 12 Mar 2009 03:08:15 +0000</pubDate>
		<dc:creator>cslade</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[Teaching]]></category>
		<category><![CDATA[book review]]></category>
		<category><![CDATA[success]]></category>

		<guid isPermaLink="false">http://www.christopherslade.com/?p=59</guid>
		<description><![CDATA[The dean of my college gave all the faculty this book.  I really enjoyed reading it.  It was a page turner that made me think a lot about success in my own life.
I really liked the beginning story about the Canadian Junior Hockey League.  As Malcolm points out, most of them are born in the [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_60" class="wp-caption alignright" style="width: 145px"><a href="http://www.amazon.com/Outliers-Story-Success-Malcolm-Gladwell/dp/0316017922"><img class="size-full wp-image-60" style="border: 1px solid black;" title="Outliers" src="http://www.christopherslade.com/wp-content/uploads/2009/03/41bbhmtqpql_bo2204203200_pisitb-sticker-arrow-clicktopright35-76_aa240_sh20_ou01_.jpg" alt="Image via Amazon.com" width="135" height="207" /></a><p class="wp-caption-text">Image via Amazon.com</p></div>
<p>The dean of my college gave all the faculty this book.  I really enjoyed reading it.  It was a page turner that made me think a lot about success in my own life.</p>
<p>I really liked the beginning story about the Canadian Junior Hockey League.  As Malcolm points out, most of them are born in the first three months of the year.  Why? When the boys are 11 years old they get evaluated and the good ones are chosen to be in the better leagues.  The problem is that the boys that were born in December are competing with the boys that were born in January, so the boys that are 11 months older (and that much bigger and more mature) are more likely to be selected to play for the better coaches, play against tougher competition, and have more practice time. So the boys born in December have a huge disadvantage.</p>
<p>This happens with public education as well, except the cut off time is August, not January.  So, as you would expect, kids born in August, September, and October have an advantage over kids born in July.  They perform better on tests and assignment, get assigned to more advanced classes with better teachers, get into better colleges, etc.</p>
<p>This is just one example Malcolm gives in his book.  He gives many other examples, including the advantages that  Bill Gates, <a title="Bill Joy" href="http://en.wikipedia.org/wiki/Bill_Joy">Bill Joy</a>, and the Beatles had in their lives.</p>
<p>I did, however, have a couple of problems with the book.  First, all of his stats and stories seem to be cherry-picked.  He only tells stories and relates statistics that support his point of view. Of course, I would expect this from anyone, but it just seems that he is overselling their significance and ignoring any contradicting evidence.</p>
<p>Second, he never really discusses what his definition of success is.  As far as I can tell, his definition of success is being rich, famous, or both.  I have a much different definition of success &#8211; happiness.  I do believe that his analysis can be applied to my version of success.  As I read this book I was constantly thinking about the opportunities and advantages that led me to where I am today.  Unlike the book, I feel that my opportunities did not happen by mere chance, but as the blessings and tender mercies of a loving God.</p>
<p>I do agree with Malcolm that we have to provide more people more opportunities for success.  However, I was a little disappointed that Malcolm didn&#8217;t go on to say that as people, we need to look for our advantages and then use them for our success.  We need to find out how we are different, identify what advantages we have, and then work really hard to achieve the success that we want using those advantages.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.christopherslade.com/2009/03/outliers-by-malcolm-gladwell/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>My Favorite Course</title>
		<link>http://www.christopherslade.com/2009/01/my-favorite-course/</link>
		<comments>http://www.christopherslade.com/2009/01/my-favorite-course/#comments</comments>
		<pubDate>Mon, 12 Jan 2009 21:29:33 +0000</pubDate>
		<dc:creator>cslade</dc:creator>
				<category><![CDATA[Teaching]]></category>
		<category><![CDATA[curriculum]]></category>
		<category><![CDATA[favorite course]]></category>

		<guid isPermaLink="false">http://www.christopherslade.com/?p=41</guid>
		<description><![CDATA[I find it really strange that my favorite course to teach just happens to be the course that I hated the most when I had to take it &#8211; computational theory.  I thought that I would love to teach my favorite subject during my undergraduate and graduate studies.  I am not sure why I have [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_46" class="wp-caption alignright" style="width: 125px"><a href="http://www.amazon.com"><img class="size-full wp-image-46" title="Computer Theory by D. Cohen" src="http://www.christopherslade.com/wp-content/uploads/2009/01/417cxj3uywl_sl160_aa115_.jpg" alt="Image from Amazon.com" width="115" height="115" /></a><p class="wp-caption-text">Image from Amazon.com</p></div>
<p>I find it really strange that my favorite course to teach just happens to be the course that I hated the most when I had to take it &#8211; computational theory.  I thought that I would love to teach my favorite subject during my undergraduate and graduate studies.  I am not sure why I have had such a change of heart.  All I can do is be grateful that I have a job that has allowed me to teach such a variety of areas.  I have basically taught every course in the undergraduate degree except computer organization and the very beginning programming course in a year and a half.  (Which, by the way, is a very good method for studying for a qualification exam.)  It also excludes courses that are covered by the Information Systems and Technology degrees like networking and databases, and senior level electives.</p>
<p>Some of them I feel like I did really well, and others did not go well at all.  However, through all of it, computational theory became my favorite course.  I know it was not because it was the easiest for me to teach.  In fact it was the hardest.  I had to spend hours reading the book and working out proofs and homework problems for each lecture.  What was the reason for the switch?  I am not sure, but any of the following could have contributed:</p>
<ul>
<li>I did not like the teacher who taught me the subject.  He was boring, and it was obvious that he didn&#8217;t really want to be teaching this course.  His approach for help was saying, &#8220;Yeah, that is a hard question.  It took me a couple hours myself.  Good Luck.&#8221;</li>
<li>I couldn&#8217;t see the big picture while I was taking the course.  I didn&#8217;t like the fact that there wasn&#8217;t any programming projects.  I couldn&#8217;t see why this theory fit in with computer programming.  After finishing my degree and working on  graduate degrees, I can see how theory fits into the full scheme of Computer Science.</li>
<li>I have figured out that I liked Computer Science (or programming as I thought of it back then) because of the problem solving, not the programming.  In the theory class, it tends to be pure problem solving, no typing required.  Just a lot of thinking and problem solving.</li>
<li>I learned to appreciate the history of my field, and respect the people who pioneered it.  This appreciation has led me to study their work.</li>
</ul>
<p>Anyway, from my experience taking this course, I found that I really needed to catch my students interest in this course.  The first time I taught it, I started to hear the same complaints I had when I took it.  I found myself defending the course.  The best explanation I was able to come up with was that companies don&#8217;t want mindless programmers.  They want people who are problems solvers.  Anyone can learn how to program.  It&#8217;s the people who can solve difficult problems with efficient and elegant solutions that really have worth to a company.  If you do that for the companies you work for, you will see your demand raise, and with it your salary and job security.  Computational theory develops problem solving skills.</p>
<p>Does anyone have a better explanation on why take computational theory?  How do you motivate your students?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.christopherslade.com/2009/01/my-favorite-course/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Course Message Boards</title>
		<link>http://www.christopherslade.com/2008/11/course-message-boards/</link>
		<comments>http://www.christopherslade.com/2008/11/course-message-boards/#comments</comments>
		<pubDate>Fri, 28 Nov 2008 00:00:58 +0000</pubDate>
		<dc:creator>cslade</dc:creator>
				<category><![CDATA[Teaching]]></category>
		<category><![CDATA[message boards]]></category>

		<guid isPermaLink="false">http://www.christopherslade.com/?p=37</guid>
		<description><![CDATA[When I was a student I never really used the course message boards.  I never found any help or answers there.  Right now I am taking a course/seminar at the University of Hawaii.  As part of the course we are required to participate on the message boards.  It has been difficult for me to get [...]]]></description>
			<content:encoded><![CDATA[<p>When I was a student I never really used the course message boards.  I never found any help or answers there.  Right now I am taking a course/seminar at the University of Hawaii.  As part of the course we are required to participate on the message boards.  It has been difficult for me to get really involved, mostly  because no one else is really posting anything for me to comment on.  I also hate commenting just to earn credit, which I have done a few times.  Forcing people to comment on a message board seems to cheapen the conversation.</p>
<p>I bring this topic up because I read a <a title="Efail not Email" href="http://www.windley.com/archives/2008/11/efail_not_email.shtml">post</a> on Phil Windly&#8217;s blog talking about receiving a lot of email (not spam) and trying to respond to it all. I do agree that no matter what you do, you probably will never keep up with all your email.  However, as a teacher, I can really use <a href="http://tantek.com/log/2008/02.html#d19t2359">Tantek&#8217;s advice</a>.  Whenever you receive an email question, you could post it on the course message board, along with your response.  Then when you get that question again, just refer the student to the board.</p>
<p>In theory, students will look at the board and see that their other questions were answered on the board, and then start checking the board before emailing their professor.  Hopefully, the class could transform a previous unused and unnoticed message board into their first source for help.</p>
<p>To make the process easier, it would be really nice to have a drag-and-drop interface to just drag your email conversation to the message board.  Then, for students with similar questions, you could drag their email to the post, which would automatically reply to their message with a link to that post.  Maybe that will be my next project.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.christopherslade.com/2008/11/course-message-boards/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Teaching Object-Oriented Programming</title>
		<link>http://www.christopherslade.com/2008/10/teaching-object-oriented-programming/</link>
		<comments>http://www.christopherslade.com/2008/10/teaching-object-oriented-programming/#comments</comments>
		<pubDate>Fri, 31 Oct 2008 12:00:01 +0000</pubDate>
		<dc:creator>cslade</dc:creator>
				<category><![CDATA[Teaching]]></category>
		<category><![CDATA[beginning programming]]></category>
		<category><![CDATA[oo programming]]></category>

		<guid isPermaLink="false">http://www.christopherslade.com/?p=17</guid>
		<description><![CDATA[Since a lot of our students come here with very little computer experience, we had our beginning programming course split into two courses.  The first half focused on variables and control structures, and the second half focused on object-oreinted programming with C++.  Some time last year we decided to teach a scripting language (Perl) in [...]]]></description>
			<content:encoded><![CDATA[<p>Since a lot of our students come here with very little computer experience, we had our beginning programming course split into two courses.  The first half focused on variables and control structures, and the second half focused on object-oreinted programming with C++.  Some time last year we decided to teach a scripting language (Perl) in the first course due to it&#8217;s simplicity &#8212; hello world is only one line.  We then created a two course series in object-oriented programming in Java.  This would allow us to make sure our students had a solid object-oriented background and three classes to develop their programming and problem solving skills, something that takes a lot of practice.</p>
<p>During the summer, I spent a lot of time creating labs and planning lectures for this new Java course.  After my Java class today, I had a discussion with a few struggling students.  After listening to their comments, I realized I had made a mistake on how I organized the class.  I decided to follow what most textbooks suggest and even brag about, focus on objects right at the beginning.  To me, this sounded like the best way to explain objects and classes.  An object is just like an object in the real world.  It has a nice interface and you just tell it what to do and it does it.</p>
<p>Today, I realized a major problem with this. They are still trying to grasp the concept of methods, and now they have to put the method in one file and the call in another.  They are still trying to grasp the concept of a variables, and now they put the declaration at the top of a class, and then use them inside the methods.  Plus, when they want to use a variable they are probably writing their main method and the variable is hidden in another file.  On top of all of this, they are trying to solve a problem.  Try working out a math problem on a bunch of different puzzle pieces and then put the pieces together in the right order to form a solution.  Thinking back to my beginning programming class, I remember struggling with the same thing when I first learned about objects and classes.</p>
<p>So here is my solution.  First, teach them about variables and how to use them.  Next focus on types, and then control structures, methods, and arrays.  Then present the idea of an object and class.  But first, as just a bunch of different variables that are related (like a struct).  What might work best is an example of keeping track of students -  their names, ids, and addresses.  Isn&#8217;t it a lot of work to declare a string for each student and a int for their id and another string for their address and somehow keep them related?  Wouldn&#8217;t it be nice to have all of those grouped together in an &#8220;array&#8221;?  Well we can, it&#8217;s called an object.  Make the member variables public and use them like any other variable.  Next explain how it would be nice if the address edit method was somehow grouped with the student as well.  Then explain the constructor, and work towards encapsulation.</p>
<p>This way, the student first learns the basics without the need to memorize where everything goes.  They also learn object-oriented programming the same way it was invented, which shows the value of object-oriented programming.  Show them the structured programming way, and then show them how object-oriented programming improves upon it and simplifies the code.  By thinking that the why of oo-programming is to complex to explain, I actually made oo-programming more confusing.</p>
<p>Now I have to reorganize my class for next semester.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.christopherslade.com/2008/10/teaching-object-oriented-programming/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
