COMPUTER FUNDAMENTALS

COMPUTER SOFTWARE

PROGRAMMING LANGUAGES

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
A programming language Ideal for programs that need to carry out lots of calculations
A
C
B
MATLAB
C
Ada
D
Ruby
E
Java
Explanation: 

Detailed explanation-1: -Language Comparison The language of Python and MATLAB can be used interactively (a single command at a time) or to develop large-scale applications. Both languages support scripting, procedural and object-oriented programming.

Detailed explanation-2: -MATLAB has very strong mathematical calculation ability, Python is difficult to do. Python has no matrix support, but the NumPy library can be achieved. MATLAB is particularly good at signal processing, image processing, in which Python is not strong, and performance is also much worse.

Detailed explanation-3: -If you are engineers who care about fast implementation of a method, Matlab is indeed a good programming language. Because it is easy to learn and provides many internal functions you can use directly like FFT. Using Matlab will save you much time compared with C or other compiling programming language.

There is 1 question to complete.