COMPUTER PROGRAMMING FUNDAMENTALS
PROGRAMMING LANGUAGES
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
|
ALGOL, FORTRAN, Pascal, C, Ada
|
|
C++, Java, Smalltalk
|
|
Lisp, Scheme, ML, Haskell
|
|
Prolog
|
|
Python, Perl, Ruby
|
Detailed explanation-1: -Java is a general-purpose, class-based, object-oriented programming language, which works on different operating systems such as Windows, Mac, and Linux.
Detailed explanation-2: -Smalltalk is a “pure” object-oriented programming language, meaning that, unlike C++ and Java, there is no difference between values which are objects and values which are primitive types.
Detailed explanation-3: -Smalltalk is one of the most influential programming languages, inspiring the object-oriented programming paradigm; the world of graphical user interfaces; and live coding, which allows you to modify your code while it’s running and debug it on the fly.
Detailed explanation-4: -Object-oriented programming (OOP) is defined as a programming paradigm (and not a specific language) built on the concept of objects, i.e., a set of data contained in fields, and code, indicating procedures – instead of the usual logic-based system.