COMPUTER FUNDAMENTALS

COMPUTER SOFTWARE

PROGRAMMING LANGUAGES

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
Please select the Mixed Paradigm(s).
A
ALGOL, FORTRAN, Pascal, C, Ada
B
C++, Java, Smalltalk
C
Lisp, Scheme, ML, Haskell
D
Prolog
E
Python, Perl, Ruby
Explanation: 

Detailed explanation-1: -Ruby supports multiple programming paradigms, including functional, object oriented, imperative, and reflective. It also has a dynamic type system and automatic memory management.

Detailed explanation-2: -Python – A Multi Paradigm Language Python is a multi-paradigm programming language. Meaning it supports different styles of writing code. One can write Python code in procedural, object oriented, functional or imperative manner. For this reason, Python is considered a “swiss army knife” in the developers toolbox.

Detailed explanation-3: -Imperative, procedural, functional, declarative, and object oriented paradigms are some of the most popular and widely used paradigms today.

Detailed explanation-4: -the Procedural programming paradigm. the Functional programming paradigm. the Generic programming paradigm. 15-Feb-2019

There is 1 question to complete.