Learn the fundamentals of QBASIC, a beginner-friendly programming language designed to introduce you to the world of coding. This course covers basic syntax, programming concepts, and practical examples to help you write and debug simple programs. Perfect for beginners looking to develop a foundation in programming.
Language: Qbasic
Duration: 2
Difficulty: easy
Category:
Certificate: Yes
QBasic: An Overview
The IF - THEN Statement
Comparison Operators
ELSE Statement
Boolean Data Types
ELSE IF Statement
Data Validation with Numbers
Compound Logical Operators
SELECT CASE Statement
User Defined Functions
Function Fundamentals
Random Number Functions
String Functions
Math Function
Basic Syntax and Structure
The "Hello World" Program
FOR...NEXT Loop
WHILE...WEND Loop
DO...LOOP
Infinite Loops - Alert ⚠
The Seven Math Operators
Order of Operators
What are Variables?
Constants
Naming Variables
Types of Variables
More about Printing methods
Type Conversion
Coding Exercises
Input
Using Comment
Intro to Array
Multi-dimensional Arrays
Array Operations
Sorting Arrays