Preview

Equals Sign and Hello World

Powerful Essays
Open Document
Open Document
1751 Words
Grammar
Grammar
Plagiarism
Plagiarism
Writing
Writing
Score
Score
Equals Sign and Hello World
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 95 (or 98, 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 ( ).
Feel free to distribute this tutorial, upload it to your website, link to it from your site, etc. http://www.geocities.com/progsharehouse/qbtutor Mirror: http://development.freeservers.com/qbtutor

Table of Contents
Part I: Q-Basics
Chapter 1: Before you start Chapter 2: Your first program Chapter 3: Variables Chapter 4: Retrieving keyboard input from the user Chapter 5: The IF and THEN commands Chapter 6: Labels and the GOTO and GOSUB commands Chapter 7: Loops 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 Chapter 16: Variable types Chapter 17: Subroutines and functions Chapter 18: Numbering systems Chapter 19: Memory

Before you start
Before you can create a program in QBasic, you need the QBasic interpreter. It is available from your Windows 95 (or 98) CD, or you can download it below. To access QBasic from the Windows 95 CD:
1. Insert the CD into your CD-ROM drive. 2. Click "browse this CD" (if the menu screen doesn't come up, then browse the CD from My Computer. 3. Go to the \OTHER\OLDMSDOS directory. 4. Open a program called QBASIC.EXE (this is version 1.1 of the QBasic interpreter).

To access QBasic from the Windows 98 CD:
1. Insert the CD into your CD-ROM drive. 2. Click "browse this CD" (if the menu screen doesn't come up, then browse the CD from My Computer. 3.

You May Also Find These Documents Helpful

  • Satisfactory Essays

    IT210 Week 3

    • 756 Words
    • 4 Pages

    Side note; I had a very difficult time with this class in the first 3 weeks. However, I stumbled upon the Pseudocode Building Blocks tutorials on Youtube by Jack Lusby. They have helped me out tremendously.…

    • 756 Words
    • 4 Pages
    Satisfactory Essays
  • Satisfactory Essays

    Step 1: Examine the following algorithm as a base for how the program should flow. (Reference: Designing a Program, page 31).…

    • 777 Words
    • 4 Pages
    Satisfactory Essays
  • Satisfactory Essays

    Today’s lecture will be spent entirely in the computer lab. At the end of lab, submit this worksheet.…

    • 581 Words
    • 3 Pages
    Satisfactory Essays
  • Better Essays

    4. Copy and paste the program code into Word after the screen capture. Your instructor may ask you to include your entire project as a ZIP file. If so, she or he will give you specific instructions.…

    • 1818 Words
    • 8 Pages
    Better Essays
  • Powerful Essays

    Chapter 1 Chapter 2 Chapter 3 Chapter 4 Chapter 5 Chapter 6 Chapter 7 Chapter 8 Chapter 9 Chapter 10 Chapter 11 Chapter 12 Chapter 13 Chapter 14 Chapter 15 Chapter 16 Chapter 17 Chapter 18 Chapter 19 Chapter 20 Chapter 21 Chapter 22 Chapter 23 Chapter 24 Chapter 25 Chapter 26 Chapter 27 An Introduction to Hardware, Software, and the Internet An Introduction to Software Development Objects and Classes Algorithms Java Syntax and Style Data Types, Variables, and Arithmetic Boolean Expressions and if-else Statements Iterative Statements: while, for, do–while Implementing Classes and Using Objects Strings Class Hierarchies and Interfaces Arrays…

    • 3908 Words
    • 16 Pages
    Powerful Essays
  • Powerful Essays

    EAS230Syllabus

    • 1748 Words
    • 8 Pages

    C++ programming: editing, compiling, user I/O, variables (ints, doubles, char, strings, booleans), loops, decisions, functions, pointers, arrays, tables, databases, sorting.…

    • 1748 Words
    • 8 Pages
    Powerful Essays
  • Satisfactory Essays

    Case Analysis

    • 293 Words
    • 2 Pages

    Also, if you find code on the web or in a book, use it.... BUT You will need to provide your source DO NOT SHARE YOUR RESOURCE WITH ANYONE!…

    • 293 Words
    • 2 Pages
    Satisfactory Essays
  • Satisfactory Essays

    It/210 Course Design

    • 2571 Words
    • 11 Pages

    Course Design Guide IT/210 Version 5 2 Week One: Introduction to Software Development Details Due Points Objectives 1.1 Describe the importance of using a structured, modular approach when creating program requirements, design, and code. 1.2 Identify how a computer processes and stores data. Course Preparation Read the course description and objectives.…

    • 2571 Words
    • 11 Pages
    Satisfactory Essays
  • Satisfactory Essays

    Medical Billing

    • 363 Words
    • 2 Pages

    If your system does not support Auto-run, double-click “setup.exe” from My Computer > CD ROM to begin.…

    • 363 Words
    • 2 Pages
    Satisfactory Essays
  • Good Essays

    It210 Syllabus

    • 2333 Words
    • 10 Pages

    Course Description This course provides students with a basic understanding of programming practices. Concepts covered include flowcharting, pseudocode methodologies, and an understanding of programming practices. Students will learn how these concepts, when properly applied, improve program design. Policies Faculty and students/learners will be held responsible for understanding and adhering to all policies contained within the following two documents: • • University policies: You must be logged into the student website to view this document. Instructor policies: This document is posted in the Course Materials forum.…

    • 2333 Words
    • 10 Pages
    Good Essays
  • Powerful Essays

    The following information will introduce general knowledge in basic programming concepts. It shall discuss basic types of computer programming languages as-well-as program development. There are three basic types of computer programming languages that will be discussed in a simple and easy to understand manner. We shall also describe the program development cycle and discuss why it is important to use a structured and organized process to create a computer programming language.…

    • 1318 Words
    • 6 Pages
    Powerful Essays
  • Powerful Essays

    who are planning, designing, developing, revising or implementing a new course that introduces programming concepts…

    • 16837 Words
    • 70 Pages
    Powerful Essays
  • Good Essays

    1.) Deitel, H.M., & Deitel, P.J. (2002). Java: How to program (6th ed.). Upper Saddle River, Nj: Pearson Education.…

    • 382 Words
    • 1 Page
    Good Essays
  • Satisfactory Essays

    ccccccccc

    • 345 Words
    • 2 Pages

    A website designed to help you learn C or C++. Understandable C and C++ programming tutorials, compiler reviews, source code, tips and tricks.…

    • 345 Words
    • 2 Pages
    Satisfactory Essays
  • Good Essays

    C++ Notes

    • 14968 Words
    • 60 Pages

    A C++ program is a collection of commands, which tell the computer to do "something". This collection of commands is usually called C++ source code, source code or just code. Commands are either "functions" or "keywords". Keywords are a basic building block of the language, while functions are, in fact, usually written in terms of simpler functions--you'll see this in our very first program, below. (Confused? Think of it a bit like an outline for a book; the outline might show every chapter in the book; each chapter might have its own outline, composed of sections. Each section might have its own outline, or it might have all of the details written up.) Thankfully, C++ provides a great many common functions and keywords that you canuse.…

    • 14968 Words
    • 60 Pages
    Good Essays