Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. The Lounge
  3. Learning programming - 6th grade

Learning programming - 6th grade

Scheduled Pinned Locked Moved The Lounge
delphihtmlcomhardwarequestion
70 Posts 38 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • 0 0x3c0

    I'd recommend Visual Basic .Net. It uses a massive runtime, but it's close enough to real words for him to be able to speak it, and has enough room for him to expand into C# and C++ if he wants.

    OSDev :)

    S Offline
    S Offline
    Selumbei
    wrote on last edited by
    #53

    Why not make it a bit more interesting and have a look at Alice? (http://www.alice.org/[^])

    1 Reply Last reply
    0
    • J Jim SS

      This came from a friend this morning: One son is really interested in learning programming. Do you know of any resources for kids to learn on their own ? Not much offered in the 6th grade in our schools. What languages are most people using these days…..or I should say what appears to be the future trends for development ? What would you recommend for a setup if someone wanted to start in terms of hardware and software to start building code and/or websites ? I would suggest Turbo Pascal but I don't think any computers accept the 5 1/4" floppy that I have it on. :) Seriously though, I haven't given it much thought lately. I even looked at some old posts and articles. I'll send the link that came in the CP e-mail this morning http://news.cnet.com/8301-17939_109-10375115-2.html[^] , one or two pieces might be useful. Any other ideas?

      SS => Qualified in Submarines "We sleep soundly in our beds because rough men stand ready in the night to visit violence on those who would do us harm". Winston Churchill "Real programmers can write FORTRAN in any language". Unknown

      F Offline
      F Offline
      feanorgem
      wrote on last edited by
      #54

      The child could get involved with First Lego League www.usfirst.org and preferrably use RoboLab (LabView) for programming. Outside of FLL they can use NQC (for the RCX) or NXC (for the NXT). Also check out www.alice.org Jay

      1 Reply Last reply
      0
      • J Jim SS

        This came from a friend this morning: One son is really interested in learning programming. Do you know of any resources for kids to learn on their own ? Not much offered in the 6th grade in our schools. What languages are most people using these days…..or I should say what appears to be the future trends for development ? What would you recommend for a setup if someone wanted to start in terms of hardware and software to start building code and/or websites ? I would suggest Turbo Pascal but I don't think any computers accept the 5 1/4" floppy that I have it on. :) Seriously though, I haven't given it much thought lately. I even looked at some old posts and articles. I'll send the link that came in the CP e-mail this morning http://news.cnet.com/8301-17939_109-10375115-2.html[^] , one or two pieces might be useful. Any other ideas?

        SS => Qualified in Submarines "We sleep soundly in our beds because rough men stand ready in the night to visit violence on those who would do us harm". Winston Churchill "Real programmers can write FORTRAN in any language". Unknown

        S Offline
        S Offline
        Selumbei
        wrote on last edited by
        #55

        Hi Jim, I previously posted this as a response to someone else - sorry - should have replied directly to you. Why not make it a bit more interesting and have a look at Alice? (http://www.alice.org/[^])

        1 Reply Last reply
        0
        • R Rajesh R Subramanian

          Ugh... Leave it. :)

          “Follow your bliss.” – Joseph Campbell

          0 Offline
          0 Offline
          0x3c0
          wrote on last edited by
          #56

          Whoops. I got a little carried away. :-\

          OSDev :)

          1 Reply Last reply
          0
          • J Jim SS

            This came from a friend this morning: One son is really interested in learning programming. Do you know of any resources for kids to learn on their own ? Not much offered in the 6th grade in our schools. What languages are most people using these days…..or I should say what appears to be the future trends for development ? What would you recommend for a setup if someone wanted to start in terms of hardware and software to start building code and/or websites ? I would suggest Turbo Pascal but I don't think any computers accept the 5 1/4" floppy that I have it on. :) Seriously though, I haven't given it much thought lately. I even looked at some old posts and articles. I'll send the link that came in the CP e-mail this morning http://news.cnet.com/8301-17939_109-10375115-2.html[^] , one or two pieces might be useful. Any other ideas?

            SS => Qualified in Submarines "We sleep soundly in our beds because rough men stand ready in the night to visit violence on those who would do us harm". Winston Churchill "Real programmers can write FORTRAN in any language". Unknown

            C Offline
            C Offline
            cefarix
            wrote on last edited by
            #57

            I would suggest a version of BASIC. I got into programming by learning BASIC (in QBASIC) from a couple of books I found at my elementary school library back in 2nd grade. Ah, old-times... I had my first PC in 1994, running DOS + Win3.11 for Workgroups (does anyone remember that?). On my birthday my dad got me MS Flight Sim 5.1 on floppy disks :-D That got me more interested in programming, and then I found a couple of really cool books at the school library. One was blue and thin and it was about writing BASIC programs - but with a storyline that you are stuck on Mars in a spaceship and writing the programs to help you out of your predicament. The other was yellow, with a plastic cover, and thick, and had all kinds of goodies, including programs in which you made a "rocket" on the screen by printing out empty lines to make ASCII-art go up, and other programs that were more like riddles or novels with questions that the "user" answered. I also learned to use QBASIC's built-in help system. One of the first programs I wrote on my own was a simple adder that helped me cheat on my math homework. Then in 5th grade, one day, my dad got me a Java book, Teach Yourself Java in 21-days. I was hooked immediately and even read it by hiding it in my desk during classes at school :-D Soon afterwards I got the book Black Art of Java Game Programming. Ah, good times! That's how I found out about C. The Java book mentioned it. So then we got a book called "Windows Programming for Dummies" and that's how I got into programming with C. I also got a book that came with a Visual C++ 1.0 CD, and another about Windows Game Programming that taught how to use WinG ;) After that, I got interested in graphics and 3D graphics and did lots of little experiments with graphics mode 13h and BIOS keyboard functions, VGA registers and palettes and banks, and all that good stuff, by learning stuff off the web. Anyone remember Andre Lamothe? I really learned C and ASM once I got into operating system programming. I learned web programming and some scripting stuff relatively recently. So something like the above "path" might be the way to go...

            1 Reply Last reply
            0
            • J Jim SS

              This came from a friend this morning: One son is really interested in learning programming. Do you know of any resources for kids to learn on their own ? Not much offered in the 6th grade in our schools. What languages are most people using these days…..or I should say what appears to be the future trends for development ? What would you recommend for a setup if someone wanted to start in terms of hardware and software to start building code and/or websites ? I would suggest Turbo Pascal but I don't think any computers accept the 5 1/4" floppy that I have it on. :) Seriously though, I haven't given it much thought lately. I even looked at some old posts and articles. I'll send the link that came in the CP e-mail this morning http://news.cnet.com/8301-17939_109-10375115-2.html[^] , one or two pieces might be useful. Any other ideas?

              SS => Qualified in Submarines "We sleep soundly in our beds because rough men stand ready in the night to visit violence on those who would do us harm". Winston Churchill "Real programmers can write FORTRAN in any language". Unknown

              F Offline
              F Offline
              fredybob
              wrote on last edited by
              #58

              No, No, No! Don`t teach your child Pascal or Lisp or any rubish like that i am a 12 year old and i know C#! Start them off with this: http://msdn.microsoft.com/en-us/beginner/bb308756.aspx[^] have fun!

              1 Reply Last reply
              0
              • J Jim SS

                This came from a friend this morning: One son is really interested in learning programming. Do you know of any resources for kids to learn on their own ? Not much offered in the 6th grade in our schools. What languages are most people using these days…..or I should say what appears to be the future trends for development ? What would you recommend for a setup if someone wanted to start in terms of hardware and software to start building code and/or websites ? I would suggest Turbo Pascal but I don't think any computers accept the 5 1/4" floppy that I have it on. :) Seriously though, I haven't given it much thought lately. I even looked at some old posts and articles. I'll send the link that came in the CP e-mail this morning http://news.cnet.com/8301-17939_109-10375115-2.html[^] , one or two pieces might be useful. Any other ideas?

                SS => Qualified in Submarines "We sleep soundly in our beds because rough men stand ready in the night to visit violence on those who would do us harm". Winston Churchill "Real programmers can write FORTRAN in any language". Unknown

                T Offline
                T Offline
                TheDarkFreak
                wrote on last edited by
                #59

                I would recommend Liberty BASIC, for Windows. It's what got me started on programming in middle school. LB is interesting in that it's BASIC, with a classic BASIC syntax, but it's also got access to the entire Windows API. The only current programming concept it can't teach is Object-Oriented programming, which is not for beginners, anyway. A free version, Just BASIC, is available, but slightly less powerful. http://www.libertybasic.com http://www.justbasic.com

                1 Reply Last reply
                0
                • J Jim SS

                  This came from a friend this morning: One son is really interested in learning programming. Do you know of any resources for kids to learn on their own ? Not much offered in the 6th grade in our schools. What languages are most people using these days…..or I should say what appears to be the future trends for development ? What would you recommend for a setup if someone wanted to start in terms of hardware and software to start building code and/or websites ? I would suggest Turbo Pascal but I don't think any computers accept the 5 1/4" floppy that I have it on. :) Seriously though, I haven't given it much thought lately. I even looked at some old posts and articles. I'll send the link that came in the CP e-mail this morning http://news.cnet.com/8301-17939_109-10375115-2.html[^] , one or two pieces might be useful. Any other ideas?

                  SS => Qualified in Submarines "We sleep soundly in our beds because rough men stand ready in the night to visit violence on those who would do us harm". Winston Churchill "Real programmers can write FORTRAN in any language". Unknown

                  Z Offline
                  Z Offline
                  Zeke Shadfurman
                  wrote on last edited by
                  #60

                  I would say a version of BASIC is a good place to start. I was programming in basic when I was in 2nd grade though so you may actually want to find something more relevant. By sixth gradeish I was doing C++ and assembly. Its part of the balance of their personality. You don't want them to get frustrated or bored and walk away, but you don't want to make things too easy so they believe real programming is that easy. I think the MOST important part of programming is learning the structure. I was really bad with structure and I don't even think about it when I start writing a small app. The result is I usually miss a key structural element and just do a whole rewrite or two. I'd recommend getting a good flowchart program and encouraging him to plan it out thoroughly before touching the keyboard. Then let him pick what he uses, there are so many free compilers, but the more industry relevant the better I think. Honestly, I use FreeBasic all the time. The runtimes are the fastest I've seen for basic and if I'm just trying to figure out a math concept, I run home to my language mommy. (One of the things I was always interested in but didn't have the money to do till I was older was micro controllers. They have the same gratification as the flashy graphics, but for some reason I always learn more. I think that may be another good place to start learning programming.)

                  1 Reply Last reply
                  0
                  • D Doctor Nick

                    Ennis Ray Lynch, Jr. wrote:

                    1. Allow staying up late to compilesurf pron

                    FTFY :laugh:

                    ------------------------------------- Do not do what has already been done. Absolute power corrupts absolutely.. but it ROCKS absolutely, too.

                    R Offline
                    R Offline
                    Rajesh R Subramanian
                    wrote on last edited by
                    #61

                    Have you been spying on me? :suss:

                    “Follow your bliss.” – Joseph Campbell

                    1 Reply Last reply
                    0
                    • J Jim SS

                      Right. I just did some perl a couple of days ago. Pretty simple and free. :)

                      SS => Qualified in Submarines "We sleep soundly in our beds because rough men stand ready in the night to visit violence on those who would do us harm". Winston Churchill "Real programmers can write FORTRAN in any language". Unknown

                      B Offline
                      B Offline
                      Buzzby 0
                      wrote on last edited by
                      #62

                      I think perl is syntactically quirky for my tastes - I think you can get a more orderly syntax from Ruby and also introduce object oriented ideas from the get go. I also like Alice.

                      No matter where you go, there you are.

                      1 Reply Last reply
                      0
                      • J Jim SS

                        This came from a friend this morning: One son is really interested in learning programming. Do you know of any resources for kids to learn on their own ? Not much offered in the 6th grade in our schools. What languages are most people using these days…..or I should say what appears to be the future trends for development ? What would you recommend for a setup if someone wanted to start in terms of hardware and software to start building code and/or websites ? I would suggest Turbo Pascal but I don't think any computers accept the 5 1/4" floppy that I have it on. :) Seriously though, I haven't given it much thought lately. I even looked at some old posts and articles. I'll send the link that came in the CP e-mail this morning http://news.cnet.com/8301-17939_109-10375115-2.html[^] , one or two pieces might be useful. Any other ideas?

                        SS => Qualified in Submarines "We sleep soundly in our beds because rough men stand ready in the night to visit violence on those who would do us harm". Winston Churchill "Real programmers can write FORTRAN in any language". Unknown

                        E Offline
                        E Offline
                        egapekim
                        wrote on last edited by
                        #63

                        Lego NXT! If you're not familiar, it's a lego robot. The programming is a high level visual block programming. So you programming with a flow chart, there loops decisions etc... you can actually create some pretty complex stuff. I think it's great to learn the concepts of how applications work. From there you can find C and C++ compilers for it, and I believe even a .net version. My nephew is has been obsessed with the thing for years now.

                        1 Reply Last reply
                        0
                        • J Jim SS

                          This came from a friend this morning: One son is really interested in learning programming. Do you know of any resources for kids to learn on their own ? Not much offered in the 6th grade in our schools. What languages are most people using these days…..or I should say what appears to be the future trends for development ? What would you recommend for a setup if someone wanted to start in terms of hardware and software to start building code and/or websites ? I would suggest Turbo Pascal but I don't think any computers accept the 5 1/4" floppy that I have it on. :) Seriously though, I haven't given it much thought lately. I even looked at some old posts and articles. I'll send the link that came in the CP e-mail this morning http://news.cnet.com/8301-17939_109-10375115-2.html[^] , one or two pieces might be useful. Any other ideas?

                          SS => Qualified in Submarines "We sleep soundly in our beds because rough men stand ready in the night to visit violence on those who would do us harm". Winston Churchill "Real programmers can write FORTRAN in any language". Unknown

                          M Offline
                          M Offline
                          mironagy
                          wrote on last edited by
                          #64

                          Perhaps you are looking for the wrong answer... Don't look for a programming langauge to start off with, Start off with html. Get a beginner book to build a website. Only notepad would be required, and a copy of an internet browser. Get them to build their own website with pictures and all. That would be a good simple start. Getting a copy of something like expression web 2 ( 3 is out now so you should be able to get a cheap copy of 2 ).... is a wisiwig designer for web pages too. Leraning html / css for web pages, can then lead to asp.net ( web page programming using vb.net / c#.net ). Cheers' Miro

                          1 Reply Last reply
                          0
                          • J Jim SS

                            This came from a friend this morning: One son is really interested in learning programming. Do you know of any resources for kids to learn on their own ? Not much offered in the 6th grade in our schools. What languages are most people using these days…..or I should say what appears to be the future trends for development ? What would you recommend for a setup if someone wanted to start in terms of hardware and software to start building code and/or websites ? I would suggest Turbo Pascal but I don't think any computers accept the 5 1/4" floppy that I have it on. :) Seriously though, I haven't given it much thought lately. I even looked at some old posts and articles. I'll send the link that came in the CP e-mail this morning http://news.cnet.com/8301-17939_109-10375115-2.html[^] , one or two pieces might be useful. Any other ideas?

                            SS => Qualified in Submarines "We sleep soundly in our beds because rough men stand ready in the night to visit violence on those who would do us harm". Winston Churchill "Real programmers can write FORTRAN in any language". Unknown

                            D Offline
                            D Offline
                            DrFrankenstein90
                            wrote on last edited by
                            #65

                            I'd suggest SmallBasic as a first language.

                            1 Reply Last reply
                            0
                            • J Jim SS

                              This came from a friend this morning: One son is really interested in learning programming. Do you know of any resources for kids to learn on their own ? Not much offered in the 6th grade in our schools. What languages are most people using these days…..or I should say what appears to be the future trends for development ? What would you recommend for a setup if someone wanted to start in terms of hardware and software to start building code and/or websites ? I would suggest Turbo Pascal but I don't think any computers accept the 5 1/4" floppy that I have it on. :) Seriously though, I haven't given it much thought lately. I even looked at some old posts and articles. I'll send the link that came in the CP e-mail this morning http://news.cnet.com/8301-17939_109-10375115-2.html[^] , one or two pieces might be useful. Any other ideas?

                              SS => Qualified in Submarines "We sleep soundly in our beds because rough men stand ready in the night to visit violence on those who would do us harm". Winston Churchill "Real programmers can write FORTRAN in any language". Unknown

                              L Offline
                              L Offline
                              Larry G Grimes
                              wrote on last edited by
                              #66

                              In the old days, I think "Logo" was the language the really young programmers were learning with: http://www.cs.berkeley.edu/~bh/

                              1 Reply Last reply
                              0
                              • J Jim SS

                                This came from a friend this morning: One son is really interested in learning programming. Do you know of any resources for kids to learn on their own ? Not much offered in the 6th grade in our schools. What languages are most people using these days…..or I should say what appears to be the future trends for development ? What would you recommend for a setup if someone wanted to start in terms of hardware and software to start building code and/or websites ? I would suggest Turbo Pascal but I don't think any computers accept the 5 1/4" floppy that I have it on. :) Seriously though, I haven't given it much thought lately. I even looked at some old posts and articles. I'll send the link that came in the CP e-mail this morning http://news.cnet.com/8301-17939_109-10375115-2.html[^] , one or two pieces might be useful. Any other ideas?

                                SS => Qualified in Submarines "We sleep soundly in our beds because rough men stand ready in the night to visit violence on those who would do us harm". Winston Churchill "Real programmers can write FORTRAN in any language". Unknown

                                D Offline
                                D Offline
                                davidlougheed
                                wrote on last edited by
                                #67

                                I started programming in 5th grade with C++. Yeah. Find some old textbook, or get "Beginning programming for dummies". thats how i started. Good luck!

                                1 Reply Last reply
                                0
                                • J Jim SS

                                  This came from a friend this morning: One son is really interested in learning programming. Do you know of any resources for kids to learn on their own ? Not much offered in the 6th grade in our schools. What languages are most people using these days…..or I should say what appears to be the future trends for development ? What would you recommend for a setup if someone wanted to start in terms of hardware and software to start building code and/or websites ? I would suggest Turbo Pascal but I don't think any computers accept the 5 1/4" floppy that I have it on. :) Seriously though, I haven't given it much thought lately. I even looked at some old posts and articles. I'll send the link that came in the CP e-mail this morning http://news.cnet.com/8301-17939_109-10375115-2.html[^] , one or two pieces might be useful. Any other ideas?

                                  SS => Qualified in Submarines "We sleep soundly in our beds because rough men stand ready in the night to visit violence on those who would do us harm". Winston Churchill "Real programmers can write FORTRAN in any language". Unknown

                                  B Offline
                                  B Offline
                                  Bob Beechey
                                  wrote on last edited by
                                  #68

                                  I recommend either Phrogrom (small cost but uses .NET with Intellisense and uses Sprite concepts in a simple ay to make it easy to write interesting games) or Python (free, multi-paradigm with nice syntax and no irritating decorations - poweful lists and dictionaries)

                                  1 Reply Last reply
                                  0
                                  • J Jim SS

                                    This came from a friend this morning: One son is really interested in learning programming. Do you know of any resources for kids to learn on their own ? Not much offered in the 6th grade in our schools. What languages are most people using these days…..or I should say what appears to be the future trends for development ? What would you recommend for a setup if someone wanted to start in terms of hardware and software to start building code and/or websites ? I would suggest Turbo Pascal but I don't think any computers accept the 5 1/4" floppy that I have it on. :) Seriously though, I haven't given it much thought lately. I even looked at some old posts and articles. I'll send the link that came in the CP e-mail this morning http://news.cnet.com/8301-17939_109-10375115-2.html[^] , one or two pieces might be useful. Any other ideas?

                                    SS => Qualified in Submarines "We sleep soundly in our beds because rough men stand ready in the night to visit violence on those who would do us harm". Winston Churchill "Real programmers can write FORTRAN in any language". Unknown

                                    A Offline
                                    A Offline
                                    Acshi
                                    wrote on last edited by
                                    #69

                                    I would recommend some of the child-orientated tutorials from http://www.kidwaresoftware.com/[^], though they aren't free they, they have "trial versions" that are downloads of the first half of the courses.

                                    1 Reply Last reply
                                    0
                                    • J Jim SS

                                      This came from a friend this morning: One son is really interested in learning programming. Do you know of any resources for kids to learn on their own ? Not much offered in the 6th grade in our schools. What languages are most people using these days…..or I should say what appears to be the future trends for development ? What would you recommend for a setup if someone wanted to start in terms of hardware and software to start building code and/or websites ? I would suggest Turbo Pascal but I don't think any computers accept the 5 1/4" floppy that I have it on. :) Seriously though, I haven't given it much thought lately. I even looked at some old posts and articles. I'll send the link that came in the CP e-mail this morning http://news.cnet.com/8301-17939_109-10375115-2.html[^] , one or two pieces might be useful. Any other ideas?

                                      SS => Qualified in Submarines "We sleep soundly in our beds because rough men stand ready in the night to visit violence on those who would do us harm". Winston Churchill "Real programmers can write FORTRAN in any language". Unknown

                                      R Offline
                                      R Offline
                                      ricecake
                                      wrote on last edited by
                                      #70

                                      In a computational physics class I took, we used True Basic[^] to implement physics algorithms. It was OK in terms of using a BASIC-based language. It looks like it has a demo version you can download, but it terminates after 15 minutes of use. If you want to go the C++ route, You Can Do It! - A beginner's introduction to Computer Programming[^] by Francis Glassborow & Roberta Allen has a pretty positive review. I've never actually looked at the book so I can't give a personal endorsement.

                                      -- Marcus Kwok

                                      1 Reply Last reply
                                      0
                                      Reply
                                      • Reply as topic
                                      Log in to reply
                                      • Oldest to Newest
                                      • Newest to Oldest
                                      • Most Votes


                                      • Login

                                      • Don't have an account? Register

                                      • Login or register to search.
                                      • First post
                                        Last post
                                      0
                                      • Categories
                                      • Recent
                                      • Tags
                                      • Popular
                                      • World
                                      • Users
                                      • Groups