Pascal Programming Operators – Lesson 3

Programming operators are symbols that tell a compiler what mathematical or logical manipulation is to be performed on the data entered. In programming, as in mathematics, there are many operations that may be performed. However, the operators used in mathematics are not all the same as those used in programming. In this article, we will … 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

Steps in Implementing a Program

In this technological age, programming is becoming a very sought-after field. However, there is a method to the process that begins with problem solving followed by program implementation. This article will explore the steps in implementing a program and what each step entails. What are the steps in implementing a program The steps used in … Read more