Category Archives: Uncategorized

Starting with Jeroo

I really like using   Jeroo in my AP CS A class to start the year.  I have quite a few students that show up after having taken an intro class, but I also have quite a few that are brand new to CS.  I use Scratch and Jeroo early in AP CS A to level the playing field.  These environments are pretty light-weight and allow new students to pick up important vocabulary and concepts easily.

Save the jeroos!

Save the Jeroos!

new Jeroo() for everyone!

new Jeroo() for everyone!

Images provided by Joe “Subway” Finklestein.

I use Jeroo to teach many important concepts, including repetition, decision-making, Boolean logic, modularity, and recursion before moving into pure Java.  This approach of teaching the core concepts before using pure Java really allows me to compress the front-end of the year.  While in Jeroo, students master object instantiation, method-calls, and all of the basic Java syntax they will use all year long.  All the while, students are having fun trying to make a fake Kangaroo avoid death, make friends, and occasionally fall in love.

I try to present interesting challenges and problems all year long, having students formulate solutions to each challenge.   Students learn concepts as they need them based on the problems and challenges presented.  This works really well and makes the learning more meaningful as there is clear purpose presented for learning certain things.  I like to refer to this approach as problem-centered learning.   The problem is always at the center and the concepts are added to the solution as needed.

A new version of   Jeroo was just released so go check it out!

Camp Cocao Pro

At the end of July, I had the opportunity to attend Camp Cocao Pro at Apple in Cupertino, California.

Day 1 at Camp Cocao!

Day 1 at Camp Cocao!

Cranking code in XCode!

Cranking code in XCode!

The camp was designed to demonstrate ways that college and high school faculty can teach IOS development.
We had a great time and got to see some really cool stuff.

One evening we took a ride over to Mountain View to eat and visit the Computer Museum.
We took a tour of the museum and saw old sorts of computers.
I wrote my first real program on an Apple II way back in the day.

The Apple II.

The Apple II.

During the camp, we developed a few apps and heard talks from several Apple engineers.
On the last day, we visited the main Apple campus and the Apple store.

Infinite Loop Drive

Infinite Loop Drive

My chauffeur

My chauffeur

Finally, it was back to Texas and then to New York for an AP CS Principles meeting.
It has been a jam-packed 2 weeks to say the least.

AP Computer Science SIs – return;

Well,
All 3 of my AP SIs have concluded.  I had a great time at all 3 stops and look forward to doing a few summer institutes again next year.

This year, I started each SI with Scratch and Jeroo on the first day and then moved on to GridWorld and lots of Java.  I spent considerable time on arrays and ArrayLists as those topics constitute a huge part of the exam.  We worked with arrays and lists using graphics, games, and cross-curricular focused projects.

Time was spent discussing ways to show students how important Computer Science skills all to other disciplines and to students considering a degree other than Computer Science.  We read articles each day, like the ones I post here on this blog and discussed the relevance of talking about articles in class.

I just received a link to a great article about Stanford Computer Science and the changes they have made.  It is a great article and makes me feel great about many of the changes I have made to my curriculum over the last 3 or 4 years.

Enjoy the rest of your summer!

Comp Sci Job Demand

It seems like I run across an article like this at least once a week.  Most of the articles are strictly about the demand for Computer Science graduates, but the demand for Cybersecurity professionals is just as high.  I spoke with a former student last week that has a Masters in a Cybersecurity related field and his career is going quite well.

I also had the pleasure last week of having lunch with 3 of my former students all of which are now in the Turing Honors Computer Science program at the University of Texas at Austin.  These students are all freshmen and have all received numerous internship offers for the summer.  The internship offers were all from highly respected companies with nice compensation packages.  Almost all of their classmates had multiple summer interships offers as well and all of their friends that recently graduated had a large number of job offers from which to choose.   It sounds like the UT Austin Computer Science program has it going on!

A friend just sent this video link which follows along the same lines as the rest of my post.

Lastly, if you are still searching for a Computer Science workshop for the summer, check of my workshop list.   My workshops are a blast – we covers lots of material and have a ton of fun doing it.  Cheers!

Post AP Exam Humor

Well, another AP exam has come and gone.
The 2012 exam is now in the rear view mirror.

This year’s exam is proof that you will never get the Bugs out of your code no matter how hard you try.

Having tortured my students with over 600 practice M/C questions ( Moodle makes this sooooo easy ) and volumes of Free Response questions, I felt the need to blog a bit about the comments I heard after the exam ( more than 48 hours after the exam ).

It never fails that after spending hours working to help students prepare that there will be handful of comments that upon hearing make you laugh and cry at the same time.  I have embellished these just a bit to protect the innocent and to slightly increase the humor factor.

These comments are in decreasing order of humor or pain – however you quantify them.
Please do your best to infer the extreme level of sarcasm in my [anecdotal bracketed] mental responses.

DISCLAIMER – All comments were heard 48 hours after the exam.

#5 – “We had to write programs all year long with Bug[], Dog[], Cat[], Alien[], Aardvark[], Chicken[], and Alligator[] arrays, but never any Horse[] arrays.”
[ I clearly blew it on this one.  How could I have not know to make a Horse[] array lab?  Arrrgggh!  ]

#4 – “What do you guys mean that you should always put private on instance variables?”
[This is only to prevent other goofballs from destroying your data from afar – the danger is apparently much closer. ]

#3 – “You should never in your life override an act() method!”
[Yes, all classes have act methods that are sacred and free from that nasty process called overriding and the multitude of assignments we did where we overrode act were just figments of your imagination. ]

#2  –  “I made sure to return on all parts of the Free Response – even from the void methods!”
[ My motto is if all else fails and are you are unsure what to do – just return.  Works almost every time.  Duh!]

#1 –  “We had to go through matrices over and over again and even had to count up all of the 5s in one matrix lab, but we never had to count up all of the 255s.”
[Once again, I clearly blew it  – I was way off by a whopping 250!]

I hope you enjoy this humorous post and also hope you have a great summer!
Enjoy the AP Reading if you are going and look me up if you need a Great AP Summer Institute!

Cheers!

Cheap Computers

Once these computers come online and you can actually buy one, I am getting a Raspberry PI for 25 bucks.  It appears that there are 100,000 or so back orders in the queue ( that is British for line ) so we may all be waiting for a good while to get one.  The 35.00 model has a few more features like a network connection, but either one would be fun to have in a Comp Sci class.  My students all thought this was awesome and they all want to buy one and think that everyone else needs to buy one as well.  Happy Hunting!

Comp Sci Skeelz

CS For All

I have posted about how everybody needs Comp Sci skeelz numerous times, but here is another link to another article discussing the same idea.

Learning how to solve a problem computationally is a really cool process and that experience will help students in many different ways.   How could it hurt?   Many of my students will get jobs or start companies that rely on computing power to conduct their everyday business.  Knowing a bit more about how these systems work and how they were built is a good thing.   Having the knowledge to build your own system or tell someone else how to build what you want is very useful.

Teaching students basic content early seems to me to be the best way to get kids hooked and interested so that they will continue on and gain the skeelz they will use and need for life.  Elementary school is the place to start and there are many tools you could use to get the ball rolling.  Scratch is one that works great!

UIL Academics / UIL Computer Science

UIL Contests in Texas are underway.  Schools will compete in numerous Academic Events over the next 2 weeks to qualify for the UIL Regional meet.  Then, they can qualify for the UIL State meet which is held at the University of Texas at Austin campus.  State Champions will be crowned on May 21st and 22nd.

Students and teachers all over the state prepare for and look forward to this time of year.  The contests are great and they provide a chance for students to test their skills against students from all over the state.

Computer Science is a component of the UIL Academic Program.  You can find out more about the Computer Science contest by clicking here – UIL Computer Science.  Check out my site to download sample UIL Computer Science tests and programming problems.

I would encourage those in Texas to get involved!  If you are in another state that has no contests, you should start a Computer Science contest of your own!  It is great way to build your program and get more kids involved.

Mario and P vs NP

Mario has been analyzed and deemed to be an NP-hard problem by a research group at MIT – read the entire article.   This is quite humorous and something that my students will find very interesting.  We have discussed the P vs NP Problem in class several times and many find it intriguing.   This article and the research behind it will give me a reason to discuss P vs NP again.