Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Beginning Coding Using QBasic
Rating: 4.5 out of 5(27 ratings)
87 students

Beginning Coding Using QBasic

The easiest way to learn programing fundamentals, perfect for computer labs, homeschool, or the true beginner.
Created byTimothy Borkert
Last updated 1/2022
English

What you'll learn

  • Learn basic programing terms that apply to all programing languages
  • Learn basic programing concepts that apply to all programing languages
  • Learn QBasic syntax
  • Create stand alone programs using QB64

Course content

10 sections75 lectures5h 34m total length
  • Introduction0:59

    Learn the fundamentals of programming using Q Basic, a beginner-friendly language with easy syntax, covering variables, data types, logic statements, loops, and graphics that apply across languages.

  • Course Requirements0:22
  • Why We Are Using QB641:11

    Choose Cube 64 to convert QBasic code to C++ and run on Windows, Mac, and Linux, because Microsoft stopped including the original QBasic compiler in Windows.

  • Installing QB64 On A Windows Computer1:44

    Download the latest stable 64-bit qb64, unzip it, and copy the qb64 folder to a preferred location. Run the qb64 application from its folder to use in this course.

  • Installing QB64 On A Mac3:26

    Install QB64 on a Mac by installing Xcode command line tools, downloading the latest QB64 from GitHub, running the setup, and placing QB64 in the Applications folder.

Requirements

  • Access to a Windows or Mac computer. A Mac will be used in class, but instructions for using a Windows computer are included.
  • A basic knowledge of how to use a keyboard and mouse. Knowledge of how to browse the internet is helpful.
  • No prior knowledge of programming needed. This course is designed for school age students and adults with no experience with programing.

Description

Welcome to Beginning Coding Using QBasic. QBasic has been used for decades to teach programing fundamentals due to its low barrier to entry and easy syntax. It is the perfect language to learn first. In this class you will learn the fundamentals that are used in all programing languages. The same logic applies across all languages and QBasic is the easiest way to learn that logic. Once you have mastered QBasic, it is easier to start learning other languages.

In this class we will learn about variables, datatypes, logic statements, loops, graphics, and much, much more. When you are finished you will have the skills you need to quickly learn any programing language. QBasic is a lot of fun to play and learn with.

This class is geared towards the beginner, no prior knowledge of programing is needed. However, it is perfect for someone who wants to review the basics, or just wants to learn the QBasic language. I created this course with homeschool students, traditional school computer labs, and hobbyists in mind, by really, anyone who wants to learn programming will fit right in.

My name is Tim Borkert. I am an Independent Game Developer and Educator. I have been teaching students to program for over 20 years. I’m looking forward to being alongside while you learn how to program.

Who this course is for:

  • True beginners to programing
  • Those who wish to learn more about the QBasic language