Where can I learn Basic Programming?
Page 1 of 2 12 LastLast
Results 1 to 15 of 23

Thread: Where can I learn Basic Programming?

  1. #1
    Join Date
    Dec 2001
    Location
    Chicago
    Posts
    2,583

    Where can I learn Basic Programming?

    Okay, don't get on me about this -- my college where I work has a course in Basic Programming and I want to prepare myself to teach a course. Had Basic years ago but forgot it.
    Where can I take a "quick" course in Basic and is there certification after I take the course? Thanks all.

  2. #2
    JPnyc is offline Virtual PC Specialist!!!
    Join Date
    Jan 2005
    Posts
    7,877
    What language will you be teaching the course in? Visual Basic?
    There is nothing to fear, but life itself.

  3. #3
    Join Date
    Dec 2001
    Location
    Chicago
    Posts
    2,583
    The course is CIS 103 - Basic Programming

  4. #4
    JPnyc is offline Virtual PC Specialist!!!
    Join Date
    Jan 2005
    Posts
    7,877
    Ok, but they don't specify a language that you're going to be teaching them? I assume they mean basic as in "beginning" not Basic as in the programming language Basic, now owned by MS and called Visual Basic. Will you be teaching them via pseudo-code?
    There is nothing to fear, but life itself.

  5. #5
    Join Date
    Dec 2001
    Location
    Chicago
    Posts
    2,583

    Answer:

    According to the director - it can be either Qbasic or visual basic. They title it "basic programming" bec. it's up to the discretion of the director.

    I want to know - where can I learn Qbasic via disk, CD, some type of media? And is there a test given for certification or otherwise? I know Qbasic is "old" programming but a few colleges still have it because it uses the simple, beginning methods.

  6. #6
    Join Date
    Apr 2005
    Location
    Maryland, USA
    Posts
    17,806
    QBASIC with an Introduction to Visual BASIC 5.0 (4th Edition)
    by David I. Schneider
    http://www.amazon.com/gp/product/013...746227?ie=UTF8

    ?

  7. #7
    JPnyc is offline Virtual PC Specialist!!!
    Join Date
    Jan 2005
    Posts
    7,877
    You might also consider joining http://www.vbforums.com/index.php?
    There's lots of tutorials and lots of knowledable members there. I posted there when I was in I.T. school, in the visual basic section of the course. It helped get me through.
    There is nothing to fear, but life itself.

  8. #8
    Join Date
    Apr 2000
    Location
    Friern Barnet, London, England
    Posts
    46,565
    QBasic is very old, and probably won't be much help in the real world other than for a general understanding of programming logic. However you can get hold of it for nothing - download the MS-DOS 6.22 disk from here and it has QBasic on it:

    Bootdisks

    VBisual Basic .NET on the other hand is a fully up to date object-oriented language, and you can failrl easily translate the programming syntax learned into other OO languages. Visual Basic 2005 Express edition is alsdo a free download:

    http://msdn.microsoft.com/vstudio/express/vb/

    http://msdn.microsoft.com/vstudio/express/vb/download/
    Nick.

  9. #9
    JPnyc is offline Virtual PC Specialist!!!
    Join Date
    Jan 2005
    Posts
    7,877
    I don't think you want to use .NET for beginners. Just stick with VB6. .Net is a full blown OOL, not the thing to introduce newbs with.
    There is nothing to fear, but life itself.

  10. #10
    Join Date
    Apr 2000
    Location
    Friern Barnet, London, England
    Posts
    46,565
    I absolutely disagree. Why would anyone want to learn the now obsolete and unsupported Classic VB only to have to relearn VB .NET later. It is just as easy to learn the .NET languages and OO straight off, in fact it is far easier to do most things in .NET. I learned on Classic VB, and moving over to .NET wasn't particularly easy.
    Nick.

  11. #11
    JPnyc is offline Virtual PC Specialist!!!
    Join Date
    Jan 2005
    Posts
    7,877
    Because programming can be difficult for many people to get their lobes around. There's no better introductory language than VB6. So simple and so sensible. The concept of an OOL is difficult, to say the least.
    There is nothing to fear, but life itself.

  12. #12
    JPnyc is offline Virtual PC Specialist!!!
    Join Date
    Jan 2005
    Posts
    7,877
    Ya know, i just realized they probably can't use either VB or .NET. You need Visual Studio to code those, and that's a hefty outlay of cash for a whole classroom. Maybe VBscript or javascript.
    There is nothing to fear, but life itself.

  13. #13
    Join Date
    Apr 2000
    Location
    Friern Barnet, London, England
    Posts
    46,565
    It depends what you mean by simple - doing anything remotely complex in VB6 could require jumping through all kinds of hoops, and as soon as you need to use the Win32 API then simplicity goes right out of the window. And unless you intend to stick with an obsolete language, it isn't much use for moving onwards and up[wards in my opinion. You can, on the other hand, morph VB .NET skills into C# very easily indeed, and from there to C++ (managed C++ at least).

    Besides which, you have to find VB6 and pay for it, it was never free. The only place you can still get it is with an MSDN subscription.
    Nick.

  14. #14
    JPnyc is offline Virtual PC Specialist!!!
    Join Date
    Jan 2005
    Posts
    7,877
    But beginners won't be doing anything remotely complex. I have the impression these are complete newbs. I got my 1st intro to programming with pseudo-code, then VB
    There is nothing to fear, but life itself.

  15. #15
    Join Date
    Apr 2000
    Location
    Friern Barnet, London, England
    Posts
    46,565
    So your solution is that they should try and hunt down a pay-for copy of VB6 or buy an expensive MSDN subscription in order to write some "Hello world" type programs? I'd rather save the money myself. VB6 is dead (it was originally introduced 8 years ago after all), and I don't even agree that it is easier to learn than .NET anyway, particularly for simple programs.
    Nick.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •