Slashdot Mirror


Career Day for Elementary School Kids?

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?

68 comments

  1. Little pieces, big pieces by Mr.+Darl+McBride · · Score: 3, Insightful
    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.

    1. Re:Little pieces, big pieces by Anonymous Coward · · Score: 0

      Off topic? Off topic does not mean a combination of funny and sad, which this post most certainly is.

  2. Dear Dad, by CptChipJew · · Score: 2, Funny

    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

    --
    Vonal Declosion
    1. Re:Dear Dad, by Anonymous Coward · · Score: 0

      I think you meant Dear Dad, but funny shit nonetheless.

  3. Make sure by Anonymous Coward · · Score: 2, Funny

    ...to bring a map of India with you.

  4. K.I.S.S. by Anonymous Coward · · Score: 2, Interesting

    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 more to an audience of elementary school students than your other examples (e.g. Java)?

  5. Better yet... by Otter · · Score: 3, Interesting
    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.

    1. Re:Better yet... by Glonoinha · · Score: 1

      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.

      --
      Glonoinha the MebiByte Slayer
    2. Re:Better yet... by Glonoinha · · Score: 1

      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.

      --
      Glonoinha the MebiByte Slayer
    3. Re:Better yet... by mabinogi · · Score: 1

      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.

      --
      Advanced users are users too!
    4. Re:Better yet... by gfody · · Score: 1

      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 choose to program for a living it should be because your good at it.

      --

      bite my glorious golden ass.
    5. Re:Better yet... by Glonoinha · · Score: 1

      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 program for a living it should be because your good at it.

      The ones that have the aptitude for it are going to do well at it, succeed because they are going to be good at it. Identify them early, and facilitate it in them.

      Lets face it - we all got a little exposure to baseball, basketball, football in school while we were growing up. Those with a propensity for those individual sports were singled out and taken aside, encouraged to take their aptitude to a higher level. Nobody is saying 'everybody ought to be able to go to college on a football / basketball scholarship' ... because with the exception of a few individuals with God given talent and aptitude, the rest of us pretty much suck. Compared to the pro's, yes, we suck. No amount of encouragement or warm fuzzy talk is going to get me slam-dunking basketballs into the net.

      --
      Glonoinha the MebiByte Slayer
  6. Hello World by Anonymous Coward · · Score: 1, Interesting

    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.

  7. Logo by pbox · · Score: 1

    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...

    --
    Code poet, espresso fiend, starter upper.
    1. Re:Logo by b!arg · · Score: 1

      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 agree that drawing is probably a good choice...

      --

      Everybody dies frustrated and sad and that is beautiful
    2. Re:Logo by evalhalla · · Score: 1

      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.

    3. Re:Logo by pbox · · Score: 1

      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).

      --
      Code poet, espresso fiend, starter upper.
    4. Re:Logo by Jellybob · · Score: 1

      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

  8. Games, games, games! by PurpleFloyd · · Score: 4, Interesting
    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.

    --

    That's it. I'm no longer part of Team Sanity.
    1. Re:Games, games, games! by rizzo · · Score: 1

      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".

      --

      "More organs means more human." - Zim

    2. Re:Games, games, games! by metacosm · · Score: 1

      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.

    3. Re:Games, games, games! by Syncdata · · Score: 2, Insightful

      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.

      --
      "Inattention makes clowns of us all" -Bean
    4. Re:Games, games, games! by metacosm · · Score: 1

      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.

    5. Re:Games, games, games! by spockbert · · Score: 1
      "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 reading just fine. And these kids were on the low end of the range being considered for this presentation.

  9. Just a heads up... by Lendrick · · Score: 3, Funny

    Love,
    Your daughter
    Karma: Excellent (Mostly due to me being a filthy whore)


    You might want to consider deleting your daughter's Slashdot account.

  10. Use a cooking (recipe) analogy by auferstehung · · Score: 4, Interesting

    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 :)

    --
    Logic is not Divine.
    1. Re:Use a cooking (recipe) analogy by Anonymous Coward · · Score: 0

      or fruit salad (for you Wiggles fans out there) You jackass. You just put that "Fruit salad, yummy yummy" song in my head. My son watches that video at least 5 times a day. I'm always stuck with the fruit salad, cold spaghetti, or captain feathersword in my head.

      Thanks again, jackass.

    2. Re:Use a cooking (recipe) analogy by technomom · · Score: 1

      Now, see here kids? No one has limited exactly HOW much peanut butter we can put on the sandwich. So now the sandwich has gotten too big and has broken the plate that was holding it AND damaged our table! And now, ants are crawling all over our kitchen!

      Now, what did we learn today?

      JoAnn

    3. Re:Use a cooking (recipe) analogy by tundog · · Score: 1

      I'm sorry Professor Trip. All that did for me when I was in your class was make me consider an English Degree.

      --
      All your base are belong to us!
  11. Really want to grab their attention? by sumbry · · Score: 2, Insightful

    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 does. Then you can branch from there and site other examples that aren't game related.

  12. Programming 'wow' by $exyNerdie · · Score: 1, Insightful
  13. They're kids. by Takeel · · Score: 1

    They like blinking lights and shiny things.

    Try to keep it on that level if you can.

    1. Re:They're kids. by 1nsane0ne · · Score: 2, Funny

      No no no kids like games and social interaction, /. readers and other geeks like blinking lights and shiny things.

    2. Re:They're kids. by Anonymous Coward · · Score: 0

      YAIFQAS MF.

  14. Do what I did... by SoCalChris · · Score: 2, Funny

    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.

    1. Re:Do what I did... by Scorchio · · Score: 1

      I'm worried... what does a UNIX administrator do to kindergartners?

  15. Video Games by xagon7 · · Score: 1

    They will respond to video game creation.

    nuff said.

  16. Speaking as a Former Elementary Computer Teacher.. by TheWanderingHermit · · Score: 4, Insightful

    ...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!

  17. No offense, but... by UnrefinedLayman · · Score: 4, Interesting

    ...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.

  18. I would not.. by Vector7 · · Score: 1

    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? :)

  19. How about a game map? by Unholy_Kingfish · · Score: 2, Insightful

    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, bulletin boards, doors, whatever catches your eye. Use them as textures and eye candy. You don't have to make a full map, but show them that you can make anything with computer, including a copy of their classroom.

    --
    Fear Is the Only God
  20. really wow them by cpeterso · · Score: 0, Troll


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

  21. Know the Audience by InnovativeCX · · Score: 2, Insightful

    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 kernel on which your laptop's Win2k is based, as well as the Explorer interface. Singlehandedly, nonetheless. I doubt that the class(es) would be any more impressed by this than they would by a simple:

    Hello, world!

    Therefore, two options:
    (1) Be boring and target the possible one or two outcase kids in there that might actually care.
    (2) Make some sort of whiz-bang video, flash animation, or any other kind of neato hoo-hah.

    The former allows you to stay true to yourself and your profession, while the latter plays to your audience in a pleading attempt to get them to care about what you do and reinforce your right to the oxygen you consume. To be perfectly honest, I'd go whiz-bang and play "Multimedia Content Developer" instead of "TPS Report Author."

    Good luck!

    -CSA

    1. Re:Know the Audience by MooseGuy529 · · Score: 1

      What does TPS in TPS report stand for anyway? I've seen this everywhere, but nobody ever explains what it means!

      --

      Tired of free iPod sigs? Subscribe to my blacklist

    2. Re:Know the Audience by mad_dog3283 · · Score: 1

      Rent Office Space.

      --
      Reprise the theme song and roll the credits!
    3. Re:Know the Audience by MooseGuy529 · · Score: 1

      I watched it! I still don't know!

      (Maybe I'm just an idiot.)

      --

      Tired of free iPod sigs? Subscribe to my blacklist

    4. Re:Know the Audience by Anonymous Coward · · Score: 1, Informative

      TPS stands for Transaction Processing System.

  22. 3 words... by alexjohns · · Score: 3, Informative
    ... 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.

  23. Program Non-Software by Flwyd · · Score: 3, Informative

    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!

    --
    Ceci n'est pas une signature.
    1. Re:Program Non-Software by Anonymous Coward · · Score: 0

      Absolutely nowhere, you piece of garbage?

  24. Deer in the headlights. by FreeLinux · · Score: 1

    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 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 appreciated if you showed clips from familiar movies that used CG heavily and then explained, at a very high level, how programmers made it all happen.

    Perhaps you could demonstrate a very simple animation of your own and then explain what goes into making it work. Then all the kids will think you are God and ask when you will have the next Shrek finished. Also, your daughter won't think she has the lamest Dad in the world. At least until she is 13 or so.

    As a final note, see if you can arrange for or borrow a projector. 20+ kids gathered around a laptop makes of a lame presentation.

  25. Consider Lego Mindworks by cmehta1 · · Score: 2, Insightful

    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. :)

    1. Re:Consider Lego Mindworks by MooseGuy529 · · Score: 1

      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, 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, you could show the fifth graders how to write a rock, paper, scissors game, but you've gotta have a short-range goal for them that is worth the effort, or it won't be fun.

      --

      Tired of free iPod sigs? Subscribe to my blacklist

  26. Show 'em some code! by demmegod · · Score: 2, Insightful

    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.

  27. Try a game where you have to program by tigersha · · Score: 2, Interesting

    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.

    --
    The dangers of excessive individualism are nothing compared to the oppressiveness of excessive collectivism
  28. graphics, or games by perrin5 · · Score: 1

    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...

    --
    hmmmm?
  29. When I was in Kindergarten by Anonymous Coward · · Score: 0

    I was writing programs in BASIC. Sure, at that point I was basically copying things out of books (like the time I wrote a program that said "God Morning" because one of the o's in Good was worn away), but I understood that I got what I put in. By 3rd grade, I was able to write my own programs (usually quizzes for friends about Astronomy) and make little animations with them (make a rocket scroll up the screen!). What's my point? Kids can understand programming at this age, but it's more about what a programmer does than how they do it. Keep it on that side of things with demonstrations of how to control the computer with your code. Don't worry about what the actual code is.

  30. sensory by russellh · · Score: 2, Interesting

    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.

    --
    must... stay... awake...
  31. Mmm...games by je56 · · Score: 1

    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 particularly interested kids, you might want to show them snippets of code, or provide some insight on how to get started. I remember when I looked into programming, finding good resources to help out and provide a good introduction to the entire world of programming in all its forms was very difficult. Showing how easy it is to get started with BASIC in one of its forms, new and old (I did my very first programming in QBASIC), might be a good idea too.

    Dunno if all this would be overstepping the bounds given to you, but this sort of stuff is what interested me when I first thought about programming.

  32. Totally OT by Anonymous Coward · · Score: 0

    Wow, Career Education Day in Kindergarten?

    When my brother was quite young, he was asked what he wanted to "be" when he grew up, and he replied, "I want to be a Rattlesnake!"

  33. Rule 1 : NO COMPUTERS by Bitsy+Boffin · · Score: 1

    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 to get the computer to assemble the shapes into some object, say a house. But you make sure that the computer can only do exactly what the program says.

    you be the computer and do some cooking, show them how a recipie is just like a program, and you have to follow it exactly or something won't go right. Of course, the kids get to eat the results :-)

    have the children tell you how to perform a task, while you are performing it, make it funny by making exagerated mistakes because the children didn't tell you exactly what to do.

    Logic and process are the fundamentals of programming, and a surprising number of people don't *know* that (amazing how often you hear "but the computer should know that" from adults), instilling this is the best way you can show what you do, and what you do is to tell a computer how to logically follow a process to the letter.

    --
    NZ Electronics Enthusiasts: Check out my Trade Me Listings
  34. Yes, forget the computers by sakusha · · Score: 1

    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: error, which foot? K: lift left foot. Y: error, how high? K: lift left foot 12 inches. Y:

    I think you get the idea. Kids love to boss other people around, and you have to get them thinking about breaking down simple things they know. You could even give the kids activities of creating short "scripts" on the blackboard once they figure out how to make each stride, etc.

    Since you want to demonstrate Microsoft programming tools, I'd suggest you bring some visual aids, like a bottle of gasoline and matches to set yourself on fire at random intervals.

  35. Well... by thempstead · · Score: 1

    1). Get Kids to bring in Mommy and Daddy's credit cards
    2). Demonstrate online shopping
    3). ???
    4). Profit !!! :)

  36. Apple Logo by Anonymous Coward · · Score: 0

    If you can find it I'd recommend Apple Logo. That's how it all started with me back in 1984. It's a great language for kids and it shows them the basics of programming logic etc.

  37. What did you do? by carolchi · · Score: 1

    How did you use all the advicem and how did the presentation go?

  38. Deep Sigh... by rcmiv · · Score: 1

    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.