InterviewSolution
| 1. |
What Is Standard Pascal? |
|
Answer» Pascal is one of a series of languages PUT forth by one of the most prolific computer LANGUAGE creators, Niklaus Wirth, a professor at Institute for informatik, ETH, Zurich, Switzerland. Professor Wirth participated in various versions of Algol, a language put forth by international cooperation that introduced the basic concepts of structured programming to the WORLD. Wirth terms Pascal as a descendant of Algol 60 (for Algol, 1960 standard), The “official” descendant of Algol 60 was Algol 68, famous for having assignment as an expression operator (a basic feature of the later language C). Wirth felt that the design committee for Algol, after Algol 60, was losing FOCUS and creating an unnecessarily complex language. Pascal is one of a series of languages put forth by one of the most prolific computer language creators, Niklaus Wirth, a professor at Institute for informatik, ETH, Zurich, Switzerland. Professor Wirth participated in various versions of Algol, a language put forth by international cooperation that introduced the basic concepts of structured programming to the world. Wirth terms Pascal as a descendant of Algol 60 (for Algol, 1960 standard), The “official” descendant of Algol 60 was Algol 68, famous for having assignment as an expression operator (a basic feature of the later language C). Wirth felt that the design committee for Algol, after Algol 60, was losing focus and creating an unnecessarily complex language. |
|