Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

comment on

( [id://3333]=superdoc: print w/replies, xml ) Need Help??
I wouldn't start with procedural programming. I think a spreadsheet is a much better starting point.

It is satifying to work with a spreadsheet because it does such a nice job of formatting the work. This gives the student a feeling of accomplishment.

Computing some sort of average having to do with sports would be interesting for many 8 year olds. This helps cross a language barrier, since sports have a well-defined vocabulary.

Another good exercise is to have them build a computer. I was able to get 30 students to make their own slide rules in twenty minutes. I gave them a quick demo of an adder by using two rulers. Then I gave each of them a log table (with the numbers expressed as lengths) and a ruler, and they made slide rules out of paper.

Another example was a prime number generator. One group wrote the sequence of numbers on small slips of paper and handed it off to a chain of others who implemented the sieve of Eratosthenes. It was pandemonium, and fun to watch! (Hint - the bottleneck is at the divide-by-7 table).

The trick to all of these exercises is prepare by practicing.

It should work perfectly the first time! - toma

In reply to Re: How to introduce 8 year olds to (Perl) programming? by toma
in thread How to introduce 8 year olds to (Perl) programming? by domm

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post; it's "PerlMonks-approved HTML":



  • Are you posting in the right place? Check out Where do I post X? to know for sure.
  • Posts may use any of the Perl Monks Approved HTML tags. Currently these include the following:
    <code> <a> <b> <big> <blockquote> <br /> <dd> <dl> <dt> <em> <font> <h1> <h2> <h3> <h4> <h5> <h6> <hr /> <i> <li> <nbsp> <ol> <p> <small> <strike> <strong> <sub> <sup> <table> <td> <th> <tr> <tt> <u> <ul>
  • Snippets of code should be wrapped in <code> tags not <pre> tags. In fact, <pre> tags should generally be avoided. If they must be used, extreme care should be taken to ensure that their contents do not have long lines (<70 chars), in order to prevent horizontal scrolling (and possible janitor intervention).
  • Want more info? How to link or How to display code and escape characters are good places to start.
Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others chanting in the Monastery: (5)
As of 2024-04-24 12:38 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found