Introduction to QBasic programming: A step by step guide

preview_player
Показать описание
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*

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.
Рекомендации по теме
Комментарии
Автор

hello! i have an old copy of Windows 95 with USB support! and i wanna install it on a Intel Core 2 vPro Vista Machine, i dont wanna delete the OS on it but i wanna install 95, how do i do it?!

placeholderatm
Автор

Thanks for this video, I enjoyed writing my first lines in qbasic... Even if 30 or 40 years too late... 😂 Anyway, was wandering what happened to this series? Did you ever continue with new episodes? I was looking through your playlists but there seems to be none...

hypergl