Programming for the Absolute Beginner (No Experience Required (Course Technology))

Programming for the Absolute Beginner (No Experience Required (Course Technology))

  • ISBN13: 9781598633740
  • Condition: New
  • Notes

  • : Buy with confidence, sold over a million pounds! 98% positive feedback. Compare our books, prices and services to competition. <100% satisfaction guarantee / li> GarantierteMöchten to learn computer programming, but you do not know where to start? Programming for the Absolute Beginner provides a gentle learning curve in the programming for all, basic programming skills and develop computer programs. The emphasis is on teaching the reader how to use the program called a free implementation of BASIC Just BASIC. As such, the book focuses on the development of programs that run on Microsoft? Windows?, But also presents the programming principles that are di Note: 4 5 Programming for the Absolute Beginner (No Experience Required (Course Technology))

    List Price: $ 29.99 Price: $ 19.53 Related Products programming

  • Related posts:

    1. Sams Teach Yourself Beginning Programming in 24 Hours (2nd Edition) Sams Teach Yourself Beginning Programming in 24 Hours (2nd Edition) Sams Teach Yourself...
    2. Beginning Programming All-In-One Desk Reference For Dummies D? goal programming All-In-One Desk Reference For Dummies ISBN13: 9780470108543 Condition: New Notes...
    3. The Book Whisperer: Awakening the Inner Reader in Every Child The Book Whisperer: Awakening the Inner Reader in Every Child Donalyn Miller says...
    4. Acquiring A Degree Completely On The Net Standard Distance learning programs have come a long way and has taken the...
    5. Plastic Logic’s Que E-Reader release date moved to Summer Plastic Logic’s Que E-Reader is delayed to debute in summer, they need more...

    5 Responses to “Programming for the Absolute Beginner (No Experience Required (Course Technology))”

    1. comic guru says:

      Review by comic guru for Programming for the Absolute Beginner (No Experience Required (Course Technology))
      Rating:
      Some will be quick to tell you that it’s worthless to learn JustBASIC because you can’t do much with it and you should instead learn Visual Basic. I started learning BASIC when I was about 5 or 6 (my dad is a programmer and taught me a lot!), but then never used it for a long time. 20 years later, I find myself with the desire to learn Visual Basic. I had told my dad that I wanted to learn Visual Basic to create some software for a non-profit organization that I run. I had said that I felt the best way to learn to program is to go through what I call “bootcamp” which is basically having to code EVERYTHING at first. You’ll get a better grip on what’s going on behind the scenes and the ability to better appreciate Visual Basic’s IDE. He told me that when we went from Quick Basic (or qbasic) to Visual Basic, it was a relatively quick and easy, painless experience because so much of the code he’d been using still applied.

      One of the things I wish that this book would do is give quizzes at the end. I can’t even tell you how helpful those can be in making sure you understand the information. How else are you to know just how much you learned? Some of the games are a little (lot) goofy in this book, but they do what they’re supposed to do: demonstrate the use of the code covered in that chapter as well as previous chapters. You also end up with a few programs that with a little modification could be quite fun to play! I’m working on a slot machine program that will pull up all of the pictures in the folder that the program is found in and display them as you win rather than basing it solely on how much money you have. That way I could cycle through family vacations, weddings, etc. in a more interactive way. While it might not be something I will use often, it’s definitely one more Problem for me to try to figure out. Isn’t that, after all, what programming is all about? Problem-Solving?

      In the end, I’d have to say that this book is very good. Pick it up, learn it, master it and move on. You’ll be a stronger programmer in five years if you keep to the simple basics of breaking down programs, using subroutines/functions to streamline your programs and using liberal use of comments all throughout the code. Definitely worth the money!

    2. J. O'Connor says:

      Review by J. O’Connor for Programming for the Absolute Beginner (No Experience Required (Course Technology))
      Rating:
      I bought the book for my 6th grade grandson, who was trying to learn scripting using a book he had purchased that employed a language other than BASIC. He was having trouble with the book and the software from the start. He couldn’t get anything to work and found the book confusing. I’ve been doing programming for years, first using FoxPro then Visual Basic, so I thought I could help. Well I too found the book confusing starting with Chapter One and couldn’t get the software to run.

      I suggested that if he’s interested in learning scripting that he try another book and perhaps consider starting with BASIC. He agreed, so I did some research of available books on Amazon.com, reading comments and passages that were available, and that led me to select this book. From all indications it was a good selections. My grandson told me that the book is very clear in it’s explanations and that so far all the software and scripting programs he has tried work. He is happy with the book and believes it to be a very good learning tool.

    3. William E. Lopez says:

      Review by William E. Lopez for Programming for the Absolute Beginner (No Experience Required (Course Technology))
      Rating:
      I’ve happily been a member of the Just Basic community for nearly three years. I’ve been programming in several versions of BASIC for thirty years. Just Basic allows you to create Graphical User Interfaces (GUIs) with the look and feel of commercial programs written for Windows… but it’s much easier.

      All the programming techniques like IF/THEN/ELSE…, SELECT CASE, string and numerical arrays, DATA, FILE INPUT/OUTPUT, and Graphics are there, in very familiar syntax.

      The best feature is (aside from the fact Just Basic is FREE!) the online support community of more than 2,000 members at all levels of experience. Share your programs or seek help developing them.

    4. Luis Casanova says:

      Review by Luis Casanova for Programming for the Absolute Beginner (No Experience Required (Course Technology))
      Rating:
      The title says it all. I’ve tried to learn programming for a long time, and this book has helped me a LOT. It gives you the basic foundation to start learning programming. Don’t feel discouraged because it uses Just Basic to teach you. You’ll find that after learning Just Basic, you can learn Visual Basic or any other basic dialect much faster. Also Just Basic is FREE, which I think is very important if you are a beginner and don’t want to spend a lot of money from the start. More importantly, the programming techniques that you will learn here, can be applied to any programming language like Java, C++, etc. If you are an absolute beginner look no further, this is the book for you. And when you finish the book, you can visit the Just BASIC website and forums to learn even more.

      NOTE:

      Finding the downloads for the book is a little tricky if you use the address provided by the author, as the navigation of the website is not very well designed (not the author fault, is the book’s Publisher website). I tried to publish the correct link here, but apparently is not permitted. Hint: search for the author’s name in the website, then click on the book’s name, and then on “Companion Contents: Bonus Section”. You’ll be directed to the download page where you can find the JBWebContentJF.zip file with all the material you’ll need.

      ANOTHER NOTE: Another very good book for beginners (though more theoretical) is “Sams Teach Yourself Beginning Programming in 24 Hours (2nd Edition)”. I recommend it as a complement to this one.

    5. Generation YF&B says:

      Review by Generation YF&B for Programming for the Absolute Beginner (No Experience Required (Course Technology))
      Rating:
      Programming for the absolute beginner is exactly that! Anyone can pick up this book and easily learn C programming or programming fundamentals. It was used in one of my college courses to introduce fundamental programming techniques and I was easily able to grasp the basic concepts of programming. I also noticed a great improvement in those students who were having a difficult time with grasping the concept of pseudocode. This book is very helpful when using it as one of the first steps in learning programming. After completing and understanding this book, I recommend learning either advanced C or another language derived from C (C++, Java, etc.).

    Leave a Reply