Blogger Widgets

Beginner's Programming Tutorial in QBasic


This document is meant to get you started into programming, and assumes you have some experience with computers and with Windows XP, 7, etc.

Since this tutorial is written for people who don't like to read a lot of text, it includes a number of examples. Therefore, you can do a lot of work in not much time.

The more important chapters have a star (Star).


(To download the entire tutorial in a ZIP file, for offline viewing, right-click here and press "Save As". There is also a PDF version available.)


Table of Contents

Part I: Q-Basics
Chapter 1: Before you start Star

Chapter 2: Your first program
Star

Chapter 3: Variables Star

Chapter 4: Retrieving keyboard input from the user
Star

Chapter 5: The IF and THEN commands
Star

Chapter 6: Labels and the GOTO and GOSUB commands
Star

Chapter 7: Loops
Star

Chapter 8: What next?

Part II: Intermediate topics
Chapter 9: QBasic interface

Chapter 10: Adding documentation to your programs

Chapter 11: Reading and writing to files

Chapter 12: Displaying graphics

Chapter 13: Mathematics functions

Chapter 14: Getting the current date and time

Part III: Advanced topics
Chapter 15: Arrays Star

Chapter 16: Variable types
Star

Chapter 17: Subroutines and functions
Star

Chapter 18: Numbering systems

Chapter 19: Memory


No comments :