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