Back to Browse

Introduction to QBasic programming: A step by step guide

17.3K views
Jul 24, 2022
5:06

Dive into the world of QBasic programming! Learn the basics of QBasic, a classic programming language that was once a staple of personal computers. This tutorial will guide you through the fundamentals of QBasic, from creating simple programs to exploring more complex concepts. Topics covered: Introduction to QBasic programming QBasic syntax and structure Variables, operators, and data types Input and output statements (READ, DATA, INPUT, PRINT) Control flow statements (IF-THEN-ELSE, FOR-NEXT, DO-LOOP) QBasic functions and subroutines QBasic graphics and sound Whether you're a beginner or a seasoned programmer, this video will help you master the QBasic language. This video is part of a series on writing simple qbasic programs What is BASIC? BASIC (Beginners' All-purpose Symbolic Instruction Code)[1] is a family of general-purpose, high-level programming languages designed for ease of use. What is QBASIC? QBasic is a structured programming language, supporting constructs such as subroutines.[2] Line numbers, a concept often associated with BASIC, are supported for compatibility, but are not considered good form, having been replaced by descriptive line labels.[1] QBasic has limited support for user-defined data types (structures), and several primitive types used to contain strings of text or numeric data.[3][4] It supports various inbuilt functions. Welcome to the Adventure! This is Adam. If this is your first time here thank you for stopping by. On this channel we discuss #retrocomputing pre Windows XP operating systems and related software. You will find how to videos, and demonstrations, among many other projects. There is a little bit here for all manner of retro computing enthusiasts. *Support the channel* buymeacoffee.com/advinnos I appreciate you spending time here with me on the channel. If you would like to join me for more on retrocomputing and pre Windows XP content please subscribe and click the bell icon so you don’t miss anything.

Download

1 formats

Video Formats

360pmp46.2 MB

Right-click 'Download' and select 'Save Link As' if the file opens in a new tab.

Introduction to QBasic programming: A step by step guide | NatokHD