Answer:
Step-by-step explanation:
Pascal is a high-level programming language developed by Niklaus Wirth in the late 1960s. It is a procedural language, which means that it is composed of instructions that must be followed in order for a program to execute properly. It is a strongly typed language, which means that the type of data must be declared before it is used in the program. It is also a structured language, which means that the program is composed of small sections of code that can be reused and modified. Pascal is widely used for teaching purposes, as it is relatively easy to learn and has a wide range of features. It is also used for commercial software development and is particularly popular in the banking and finance sectors.