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
Programming
Algorithm
Pseudocode
Input
Using Comment
Intro to Array
Multi-dimensional Arrays
Array Operations
Sorting Arrays
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
Function Fundamentals
Math Function
Random Number Functions
String Functions
User Defined Functions
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