How to write BASIC programs that include arrays, subroutines and functions

  • Post comments:0 Comments
  • Post category:Blog

In this BASIC (Beginner's All-purpose Symbolic Instruction Code) tutorial for absolute beginners, the concepts of arrays, subroutines and functions are explained. Programs are written to show how and where to use them. https://www.youtube.com/watch?v=3_FE6Q5L1II How to write programs in BASIC

Continue ReadingHow to write BASIC programs that include arrays, subroutines and functions

A Tutorial on BASIC Character Set, Variables and Commands

  • Post comments:0 Comments
  • Post category:Blog

https://www.youtube.com/watch?v=FiOsyl1GCwg In this lesson, I introduce the concept of variables, BASIC character set and how to use some BASIC commands in simple programs. BASIC was arguably the most popular programming language for many years. It is still a good choice for learning the fundamentals of programming given that it is easy…

Continue ReadingA Tutorial on BASIC Character Set, Variables and Commands

An Introduction to Algorithm

This video tutorial on algorithm is for absolute beginners who want to understand the role of algorithms in programming. An algorithm is a sequence of steps for performing a particular task. An algorithm can be expressed as a flow chart or a pseudocode. It should be finite and unambiguous. Algorithms and…

Continue ReadingAn Introduction to Algorithm