Follow Slashdot stories on Twitter

 



Forgot your password?
typodupeerror
×
Education Programming IT Technology

Career Day for Elementary School Kids? 68

Chris Curtin writes "My daughters' school is having a Career Education Day next month and I'd like to do a presentation. My kids are in Kindergarten and Third Grade, but I could present to Fifth Graders, as well. How do I explain what a programmer does to the kids? I was thinking about building a web page for the little ones, maybe show the older ones some visual logic with VB, where I change a basic program and run it from my laptop, showing keyboard and mouse inputs, music, and so forth. I have VB6, Java, HTML and Windows 2k on the laptop I'll be bringing. Any thoughts on how to 'wow' the little ones and make the older ones want to learn more about programming?" If you were going to make a computer presentation to a class full of children, what kind of things would you talk about?
This discussion has been archived. No new comments can be posted.

Career Day for Elementary School Kids?

Comments Filter:
  • by Mr. Darl McBride ( 704524 ) * on Friday September 05, 2003 @04:36PM (#6882692)
    If you really want to capture their imaginations, keep it light. Show a little bit of simple source code. Make it basic if you like. But intersperse that with presentations of what software can do. Mention video games and show video if you're able. Explain just a brief smidgen of code, such as a string copy operation, then tell how that can be used to find files, how those files can be combined to tell a computer how to draw and save drawings to a file, then how those files can be put together to make a movie - boom! You know all about a piece of what made (fill in a hot computer animated movie) possible!

    From there, explain that it's all building blocks. Hundreds, thousands, millions of tiny little pieces like that which all work together. Your presentation can be mostly handwaving and neat video clips or pictures. Just understanding that there are little details which add up to wonderful things is enough to capture their imaginations.

    And of course, if they ask how they can do it too, mention the wonderful learning opportunities that can begin with learning Linux^W UnixWare, only $1399 a seat. Compiler extra.

  • Dear Dad, (Score:3, Funny)

    by CptChipJew ( 301983 ) * <{michaelmiller} {at} {gmail.com}> on Friday September 05, 2003 @04:38PM (#6882720) Journal
    Dear Dead,
    If you come to my school, pleeeease pretend you don't know me. And don't talk to my class or my teachers. Ugh, if you embarras me again I could just diiiiie.

    Love,
    Your daughter
  • Make sure (Score:2, Funny)

    by Anonymous Coward
    ...to bring a map of India with you.
  • K.I.S.S. (Score:2, Interesting)

    by Anonymous Coward
    My three year old daughter and I wrote a VB program together as a present for mom. It was exceedingly simple, just a few graphics like pictures of doors to click on which would pop up "Happy Birthday, Mom" types of message boxes, and several "Yes" or "No" question and answer radio buttons.

    It was easy enough and basic enough and most importantly, pretty enough, for my then-3-year old to figure it out. She's now seven and still loves programming. I mean, really, think about it - doesn't VB lend itself mor
  • Better yet... (Score:4, Interesting)

    by Otter ( 3800 ) on Friday September 05, 2003 @04:43PM (#6882766) Journal
    Tell them that VB sucks and give them Slashdot's URL. Then, whenever someone posts a thoughtful, informed programming thought that involves VB, they can pull rank and earn karma with "VB sucks!!!" posts. Plus it should improve the average spelling around here, especially if the 5th graders show up.

    But, anyway, I think the idea of some quick GUI development (using VB, ProjectBuilder, Qt Designer, whatever...) is an excellent one. People who started with computers after 1984 have absolutely no idea of how software works. (That's why media explanations of "open-source" are so labored.) Show them that windows and buttons and output happen because someone put them there.

    • Rocky's Boots.
      Learn it, love it, live it.

      The trick of course is finding a machine / OS combo that will run it - but when it comes to teaching the concepts of boolean algebra there is no substitute.
    • One better : Bubble Sort.

      Stand up there and give a brief overview of the bubblesort. In a class of 30, 29 are not going to understand it ... but one, one little kid is going to grasp that concept at age 6 and he will be able to demonstrate it for you flawlessly.

      Single that kid out and mentor him, for he is the Golden Child. He, more than any other, is the one you want to be a programmer.

      No joke.
      • Excelent, and start another generation of elitist arsehole programmers.

        Anyone can learn, and an ability to understand rules and follow common practices is far more important than the ability to grasp abstract ideas and algorithms at a young age....
        It would be far better to try and encourage as many people to try, than to immediately alienate 90% of the population.
        • most programmers are elitist assholes. I have yet to meet one, no matter how uneducated or deciplined, that doesn't have some outrageous ego. Personally I can't wait for programming to become a basic fundamental up there with reading, writing, and arithmetic.

          Then being a programmer would actually mean something.. right now saying your a programmer is like "I do some obscure thing because I know how to do it, not because im good at it". where as saying your a writer means you must be good at writing. If you
          • I agree with both of you, except for the 'elitist assholes' part, and both of you seemed to take what I said and violently agree with me.

            -It would be far better to try and encourage as many people to try, than to immediately alienate 90% of the population.

            Like I said : expose all the kids to some simple programming concepts. Most are not going to think the way programmers think, but if you pay attention you will identify those that have a very significant aptitude for programming.

            -If you choose to progr
  • Hello World (Score:1, Interesting)

    by Anonymous Coward
    Have a simple program started that can do a bit of output, then ask for them to input what the program will say. Maybe the teacher's name, some of their names, what they're studying, etc. Just demonstrate how YOU can control the computer in ways they may have not thought of.
  • by pbox ( 146337 )
    I would highly recommend some Logo demonstration. Drawing is fun and drwing with computers is even more fun. Plus they will like the turtle.

    I was thinking about some simple game (to catch their attention) and then show them how it is written. Again something simpler (like Logo) might do better than VB...
    • I don't know what Logo is, but your post reminded me of my "Intro to Programming", Turtle Graphics!

      Ditch that laptop and bring in an ol' C64 or a Vic20, whichever you prefer, with Turtle Graphics and watch that turtle go!

      But seriously folks, I think a cool demonstration would be to show some simple source code, run the program. Then show them what you are changing and show them how that changes the program when you run it again. Show them that "you can do whatever your imagination let's you do." I ag
      • Logo is Turtle Graphics programming language. There are quite a collection of Freeware nad/or GNU Logo products out there for x86 machines (Win/Linux).
    • I remember that when I was at elementary school (late 80s) having a chance to play a while with logo did impress me, and I had quite some fun.

      I don't know if it could be the same nowdays, though, since there are lost of programs out there that allows to draw with (too) little mind effort (and more "special effects"). If not impressing, I still hope it can be fun and surely it is easy enough to begin with, as a programming language.

    • I worked doing sysadmin in a primary school for a while, and they had actual turtles... they were dome shaped robots with a keypad to enter your programs.

      You could even attach a pen to it and get it to draw for you.

      Oh did I love "checking" the batteries in them :P
  • Games, games, games! (Score:5, Interesting)

    by PurpleFloyd ( 149812 ) <zeno20NO@SPAMattbi.com> on Friday September 05, 2003 @04:54PM (#6882880) Homepage
    Start off by asking them about computer/console games. Even among kindergarteners, a significant number will probably be familiar with Playstation or computer edutainment games. If possible, show a video clip (keep it non-violent, think Mario rather than Soldier of Fortune 2 or UT2003).

    From there, go into something like, "Well, how does the computer know to make Mario jump when I press this button? How does it know when the bad guy gets jumped on and is squished? It follows instructions, and it's my job to give computers those instructions." Explain that you have to figure out what people want to do, then tell the computer how to follow instructions other people give it. Keep it very simple, and make it as visual and interactive as possible. Remember that the kids have an attention span of maybe five minutes, even with all the pretty visual aids you can conjure, so keep it short and sweet.

    Finally, a web page for the younger kids probably isn't that great an idea. Most probably aren't familiar with the Internet, and a web page is much more static than a game. Add to that the fact that most probably can't read very well, and you have a recipe for failure. Remember to keep things as visually oriented as possible.

    • Finally, a web page for the younger kids probably isn't that great an idea. Most probably aren't familiar with the Internet

      I would probably agree with you but my 4-year-old nephew plays flash games like a pro and uses the word "download" pretty much in any context, like the Smurfs would use the verb "to smurf".
    • Great Idea. I agree with PurpleFloyd, look for a game they might have played, something they "connect" with and start you presentation there.

      Also, the idea of being able to create a "game" is an amazingly appealing idea that will REALLY jumpstart their imagination.
    • I think Purple Floyd just nailed it, but I think I can offer a simple distinction.
      Your presentation should be centered on teaching them about Coding, not teaching them How to code. I think that will be the difference between you being the "funnest" dad giving presentations, and you being the most boring dad. And in the end, the most important thing is for your kid to know you're the coolest parent ever.
      • Clap! Clap! Clap!

        Dead On!

        You are not going to make an earth shaking difference to other kids on that day, but, if you present to your childs class, you could be the cool dad, that also got them jazzed about programming.

        -- I would have +1 Insightful the above post if I didn't already comment on this article.
    • "Finally, a web page for the younger kids probably isn't that great an idea. Most probably aren't familiar with the Internet, and a web page is much more static than a game. Add to that the fact that most probably can't read very well, and you have a recipe for failure. Remember to keep things as visually oriented as possible."

      I would have to disagree. I was working just yesterday in a primary school and the kids in the classroom I was in (most likely about 1st grade or so) were browsing the web and read

  • by auferstehung ( 150494 ) <tod.und.auferstehung bei gmail.com> on Friday September 05, 2003 @04:56PM (#6882904)

    I would relate programming (writing algorithms) to an everyday activity that most of the kids would be familiar with such as cooking.

    You could even demonstrate a simple recipe like smores or peanut butter & jelly sandwich or fruit salad (for you Wiggles fans out there) and relate it to a simple program showing how each is just step by step instructions for doing something. One for making something to eat, the other for telling a computer what to do. The kids could get a little treat at the end :)

  • Start off the demo by showing them a simple game (pac-man, whatever). Then show them how a programmer modifies code to make the games they love. Then show them a few other examples. Throw in some Nintendo, PS2, and other references.

    You'll have the kids hanging off the edges of their chairs. Always get their attention by starting off with what they already know and what they can identify with.

    Doesn't matter if you're not a game programmer per se, just use that as an intro to what a programmer actually
  • Programming 'wow' (Score:2, Insightful)

    by $exyNerdie ( 683214 )
    Any thoughts on how to 'wow' the little ones and make the older ones want to learn more about programming?

    Well, after you are done 'wow'ing them, you might also wanna mention this:
    Programming is $60-an-hour software job (also done by a $6-an-hour code writer in India)

    Source:

    A new study by the McKinsey Global Institute, the think tank of the consulting firm McKinsey & Co., suggests why. When a firm ships a $60-an-hour software job to a $6-an-hour code writer in India, the most obvious benefit goe [washingtonpost.com]
  • They like blinking lights and shiny things.

    Try to keep it on that level if you can.
  • by SoCalChris ( 573049 ) on Friday September 05, 2003 @05:04PM (#6882981) Journal
    I went in and announced to the class that I'm a gigilo. The teacher looked shocked, and after class she asked me "Why'd you say that?"

    I replied "How do you expect me to be able to explain what a UNIX administrator does to kindergartners???"

    I know, I know... It's an old (and bad) joke.
  • They will respond to video game creation.

    nuff said.
  • by TheWanderingHermit ( 513872 ) on Friday September 05, 2003 @05:14PM (#6883078)
    ...I'd have to re-emphasize some of the earlier posts. Keep it simple. Really -- keep it simple. While kids have a capacity for learning that is amazing, you DO NOT want to get too technical. You're not clear if you're presenting to K,3, & 5 grades at once, but that is a huge spread, and you're almost certain to lose either the K or 5th grade. If you're doing separate presentations, that'd be much better.

    Take in logo (I think I saw an open source or downloadable version somewhere) and show them the direct connection between typing in a command and the logo turtle responding. Let them discover, o n their own, that when you type in RT 90, the turtle turns and when you type in FD 50, it goes forward. At that point they have a basic understanding that your commands effect the computer. Then show them a simple logo program -- maybe start with a long command line that draws a square, then load one that draws a face and run it. Let them see how complex it can get in stages.

    After that, you can link the kind of program that controls a turtle to the kind of program that draws pictures and makes web pages. Focus on small stages. If you keep in mind things like the thousands of details you know, you'll lose them.

    And remember, good teaching is often good entertainment as well. I'm not saying do a fancy show, but you have to keep them entertained to hold their attention.

    Good luck!
  • No offense, but... (Score:4, Interesting)

    by UnrefinedLayman ( 185512 ) on Friday September 05, 2003 @05:14PM (#6883080)
    ...it sounds like you have a great way to get high schoolers to have an understanding and maybe an interest in computer programming. You already know what to present, because it's something you've been doing for years. What you need to figure out is that when it comes to children of the ages you mention it's going to take much less of what you like and much more of what they like.

    Judging by what you wrote, you don't have any plan for presenting the material. You have an idea of what to present to each, but no plan on how to present it. I suggest you speak to the teachers of these students about how best to interact with them. Children are the worst critics and the easiest audience to lose. If what you do isn't interesting to children, they're going to make it known by either falling asleep, biting you, or biting their neighbor.

    Bottom line is the best person to tell you how to engage these kids is the person who spends eight hours a day in front of them.

    On a mildly related note, I don't think you have a chance in hell of getting the kindergarteners to provide even a modicum of interest. "Look kids! See how I'm typing even though none of your hands are big enough to use a keyboard? Look kids! See the words I'm typing that you lack the ability to read? Look kids! See how I'm putting strange characters around the words you can't read to change the syntax into a broken mess? Look kids! See how I'm trying to get you to understand nested functions which is a mathematical concept you won't learn for another four years?"

    I could go on forever, but I won't. I just advise you to know your audience. The youngest won't care or be able to follow, the third-graders probably won't care or be able to follow, and the few fifth graders who care and follow will be at the level of an adult user who doesn't understand computers but without all the other worldly knowledge to enable them.

    You have a very tough crowd with very low chances of being anything but a total bore. Good luck. And remember: know your audience.
  • The last thing we need to deal with is a bunch more kids crowding the job market in ten years.. :)

    And seriously, with the growing competition frow low wage programmers in India and elsewhere, shouldn't people get back to going to school for "real" jobs? :)
  • You could use a Quake or Halflife editor and show them that they can make their own games. Now this isn't quite real programming, but for little kids their minds work with shapes and colors. They are just learning how to use words. But they are adept at building things with blocks. Making a simple map is basically plopping walls and ceilings down, like blocks.

    You could show them how to make a copy of their classroom in the computer. Go to the room ahead of time and take pictures of the blackboard, bulleti

  • If you want to really WOW them, don't forget goatse.cx man and tubgirl. They are part of many a programmers' day.

  • Face it,

    With grades five and under(!), don't expect the kids to be wowed with logic. Try explaining the concepts of AND, OR, XORing, etc. to your children this evening. You said that your daughter was in third grade, so I'd expect something along the lines of "Daddy, that's boring!" Add two years to that and you'll get something like "Shut up dad, that's boring..."

    Regardless, it seems to me that they won't care about seeing a program that you wrote. Let's say, for example, that you wrote the NT kerne
  • 3 words... (Score:4, Informative)

    by alexjohns ( 53323 ) <almuric.gmail@com> on Friday September 05, 2003 @05:35PM (#6883286) Journal
    ... games, games, games. My 5-year old loves dinosaur games. Aside from that, he's into bugs. Spiders especially.

    Have you heard of LOGO? It's a kid's programming language. You use a BASIC-like language to make a turtle draw things. There's java emulators. You should load it up and let them work on it. Show that changing 'Draw 0 10' to 'Draw 0 20' (or whatever the exact syntax is) makes the line twice as long.

    Aside from that, games. There used to be 2-liner contests in old magazines, some of which made functional little games. Pong should be easy to program. Tic-tac-toe maybe. I doubt the code for checkers would be of interest to little kids, but you might show them simple coding for a tic-tac-toe game. Something along the lines of: "OK, you put your X in the upper left hand corner. What do you think the computer should do?" Talk them through the logical consequences - most kids should be able to understand 'if A does this, then B should do that'.

    Depends on how much work you're willing to put into it. I think I'd just show up with some games and say "If you become a programmer, you can make your own." But then I'm lazy.

  • Program Non-Software (Score:3, Informative)

    by Flwyd ( 607088 ) on Friday September 05, 2003 @05:38PM (#6883309) Homepage
    I first got into programming at a two-week summer class in 1990. The teacher asked students to write a "program" to brush your teeth or make a peanut butter and jelly sandwitch. One program ran:

    Take two slices of bread from the bag
    *teacher tears a hole in the bag and removes two slices*
    Open the jar of peanut butter
    *after a few failed attempts, teacher manages to remove the lid*
    Put the peanut butter on the bread
    *teacher sets the jar of peanut butter on the bag of bread*

    I love being literal-minded, and that example emblazoned on my mind "Be specific, or the computer won't do what you want." Anything that could be that literal was an obvious match for me!

    Running this example of programming will pique the interest of kids who think like geeks. It will also provide a concrete concept of a program to kids. Finally, it gives you a chance to look silly (an important part of teaching elementary school kids) while getting the kids to think about the way to solve the problem (the educational bit). And as a bonus, you don't have to carry a laptop and a projector.

    I'm not sure how well kindergarteners would deal with this, but I think it would be a great exercise for both third- and fifth-graders. FWIW, I took that computer programming camp after my fourth-grade year back in 1990 when Apple II was a pretty cool thing. They taught BASIC and Logo, we built robots, and played with lasers. And now look where it's gotten me!
  • That's what all those k-5 kids are gonna be looking like after your third sentence. Your daughter will likely also learn a new level of humiliation when the other kids start saying that you have the "boringest" job in the world.

    An earlier post mentioned using Logo [berkeley.edu] for a hands on demonstration which I think is a fantastic idea but, probably won't be very effective using a single laptop.

    I think you would be better understood if you abstracted the subject, tremendously. I think that you would be better appre
  • From what I recollect, its an object oriented language that works with Lego motors. Create your own robot...then show them how to program whichever part you want to move. Then let them modify the objects and the order in which they operate.

    When the kids go too far and the robot "crashes" off the desk, teach them about testing, and re-testing.

    I'd skip the requisite "project/use case proposal to clueless mgmt" lesson until they become teenagers and are already jaded. :)
    • I'm not sure if you're thinking about Lego Mindstorms, which is a graphical language. (You drag blocks together to form a flow chart-esque diagram of the program.) You could also tell them about the FIRST Lego League [usfirst.org], which is a yearly contest where students are given a challenge and have to build and program a Lego robot to follow it.

      I know in fifth grade I would have soaked up any language you could have shown me, but my account on Slashdot proves most people would do the opposite. If you have a while

  • by demmegod ( 620100 )
    I started programming when I was in fourth grade. They should be able to understand some basic (that's basic, not necessarily BASIC) code. Just write some quick code to do some flashy stuff, and show it off.
  • by tigersha ( 151319 ) on Friday September 05, 2003 @06:57PM (#6883988) Homepage
    There are several games out there where you program a robot to do things.

    Mindrover (which you can download a demo of, for both Linux and Windoze) is one where you have to build a robot. IBM has a program where you can program a Java robot but I suspect that is a bit above them.

    Another possibility which is a visual programming language that uses video as a paradigm (I read that and I have not seen it) is Toontalk which you can find at www.toontalk.com. The object of the game is to write a program to control a robot that solves problems. Its aimed at kids. Demo at website too.

    There are actually several visual programming languages done by university research projects aimed at kids. Try searching on Google. However, many of these things are mac based.

    Also, maybe shoot for something that paints a picture based on a program. One thing that may also work is a dataflowish programming language (think Khoros, there is one on freshmeat as well but the name escapes me) that does image processing on a picture. For instance, you could have a picture of yourself and a flow with a control that changes the color of you hair, or better, even, get a webcam, do this live and squash the face of the teacher. I once did whits with two bored kids of a colleague of mine and it was a great hit with the girls.

  • I know games have been mentioned before, but it might also be nice to show off what you do with some visual stuff. Even Vis-Basic to do a simple animation as an intro might get their attention.

    Also don't forget to mention how you could get to work for the CIA as a spy by writing programs to watch out for bad guys...
  • sensory (Score:3, Interesting)

    by russellh ( 547685 ) on Friday September 05, 2003 @09:00PM (#6884714) Homepage
    I'd stay at a more physical level than programming. Describe literally what you do. Everyone knows about computers to some degree like everyone knows about airplanes. I'd hit the extents of how computers touch our lives - really quickly. Maybe a book store versus amazon.com via the web. (Everything is information) But not much detail. The whole web poster.

    Show them your work. (slideshow) I mean the basics - you work in an office. You probably work in a cubicle. There is a server room and L@@K!! at all those wires and blinkenlights. your desk. slip in a pic of a 60's machine room, maybe quote that IBM guy who said there was maybe a market for 5 or 6 computers in the whole world.

    me as a 5th grader would have gone ape over some complicated diagrams - the kernel poster comes to mind.

    have fun.
  • You might want to show the older kids some games...if they really have interest, as I did, they'll be completely wowed by what people can crank out. When you're young like that, the most tangible evidence of the benefits of programming in one way or another can bring is a flashy 3d game. Of course, this IS a career day...don't know how you'd get a game in to show em. Heh. A look at a coding environment seems like a good idea to me too, so they can see what you really do your work in.

    If you have any particu
  • As a few others have mentioned, get away from computers, get away from code, get away from showing them how you program. It will go in one ear and out the other, if that is they can stay awake long enough while you drone on.

    You want to do something physical, that will capture the kids attention, teach them something fundamental about what you as a programmer do, and most of all let them have fun and laugh.

    A couple of ideas..

    have a kid be the computer, give them some cut out shapes and ask the other kids
  • I remember an anecdote from Ted Nelson's Computer Lib book about how one guy demonstrated programming to kids. He did it by pretending to be a robot, and the kids had to give voice commands to do some simple task like walk across the room and pick up an object. I'll give you an idea (I'd do this on separate lines as a script but the goddam lameness filter doesn't like it)

    You: Begin. Kids: walk across room. Y: error. Kids: walk forward. Y: error. K: walk Y: error, hint try 'lift foot.' K: lift foot. Y: err
  • 1). Get Kids to bring in Mommy and Daddy's credit cards
    2). Demonstrate online shopping
    3). ???
    4). Profit !!! :)
  • How did you use all the advicem and how did the presentation go?
  • Okay-
    No one here seems to get it. Let me simplify it for you! You are there to be supportive of your child.
    The teacher will have a set routine for this whole "production". You will not have very long to explain or show anything. You are there to answer a few questions. Career day is not about the parent or even really the career, it's about the child. Think that over and re-focus your efforts.

Somebody ought to cross ball point pens with coat hangers so that the pens will multiply instead of disappear.

Working...