المشاركات

عرض المشاركات من يناير, 2020

The Programming Language that is Most Suitable For Introductory Courses in Programming

Introduction In this article, I am going to suggest a programming language that is most suitable for introductory courses in computer science and Information technology as well. This language should  pass  some  crucial  requirements that help students put their  little  legs on the beginning of the  long  road in the programming profession. Strictly speaking, the suggested programming language should satisfy the following requirements. Requirements of the Suggested Programming Language It Should be a  Natively Complied  Programming Language . It Should be a  Procedural  programming Language It Should have  Low Level  Access . It Should be a  Strongly Typed  Programming Language . It Should  follow  the "C" Syntax and Control Structure. It Should be  Standard and Modern  Programming Language . Bonus: It Should be an  OOP  Programming Language . Why Should It...