For Loop and While Loop in Pascal Programming – Lesson 7

In this article, we seek to explore the for loop and while loop in Pascal programming. Loops make our lives easier. They are great tools in programming when we have large amounts of repetitive processes to run. In this article, we will explore: What are the for and while loops used for? In Pascal programming, … Read more

Decision Making/Control Structures in Pascal – Lesson 5

Control structures, conditions, or decision-making in Pascal are necessary to cater to different eventualities. These structures require the program to test and run different outcomes based on the results of those tests. In programming, decision-making is usually indicated by if-then-else or switch statements. In this lesson, we will explore two algorithms and Pascal programming examples … Read more

What is Pascal – Lesson 1: Basic Syntax

There are many different computer programming languages. However, if you are new to programming, Pascal is an ideal programming language for a beginner. In this article, we will address: What is Pascal Pascal is a high-level procedural programming language. For those of you who do not know what this means, high-level languages (HLL) are machine-independent, … Read more