You are on page 1of 4

Activity # 1 Logic Formulation

1. Who was the Creator of BASIC, C++ and Python Programming Languages.

BASIC
John George Kemeny

Thomas E. Kurtz
2. When was of this Language Created?
 Kemeny and Kurtz created the BASIC programming language. The very
first BASIC program ran on May 1, 1964 at 4 a.m., and neither Kemeny and Kurtz
thought of this as a start to something grand.
3. Was there are specific motivation behind the creation of this Language. If so what is it?
 They merely hoped it would help the students learn something about the
computers they were using. The pair made certain that their invention was
immediately dispersed to the public and made no real money from it. And They
wanted to enable students in fields other than science and mathematics to use
computers. At the time, nearly all use of computers required writing custom
software, which was something only scientists and mathematicians tended to
learn.

C++
1. Who is the Creator of C++?
Bjarne Stroustrup

2. When was of this Language Created?


 According to my research C++ was made generally available in 1985. For non-
commercial use, the source code of the compiler and the foundation libraries
was the cost of shipping (US$75); this was before Internet access was common.
Stroustrup also published a textbook for the language in 1985.

3. Was there are specific motivation behind the creation of this Language. If so what is it?
 A static type system with equal support for built-in types and user-defined types
that requires control of the construction, destruction, copying, and movement of
objects; and operator overloading

Python Programming Language


Guido van Rossum

2. When was of this Language Created?


 Python was created in the late 1980s, and first released in 1991. Python 2.0, released in
2000, introduced new features, such as list comprehensions, and a garbage collection
system with reference counting, and was discontinued with version 2.7 in 2020.
Python 3.0, released in 2008, was a major revision of the language that is not
completely backward-compatible and much Python 2 code does not run unmodified on
Python 3.

3. Python interpreters are supported for mainstream operating systems and available for


a few more (and in the past supported many more). A global community of
programmers develops and maintains CPython. A non-profit organization, the Python
Software Foundation, manages and directs resources for Python and CPython
development.

You might also like