176k views
2 votes
Which is NOT a key factor a programmer uses in selecting the language for a project? Select one: A. Space available B. Type of target application C. Speed required D. Number of inputs required

User MikeWyatt
by
4.5k points

1 Answer

2 votes

Answer:

D. Number of inputs required.

Step-by-step explanation:

Number of inputs required is not the key factor for choosing a language for a programmer because any language can take any number of inputs in the program.

The key factors for selecting a language are other options space available,Speed required,type of target application.

C/C++ are one of the fastest programming languages while java and python are slow as compared to them.

Type of target application:- If the application is android based then java,machine learning based then python or R,for backend API java,Javascript,python,Ruby.

User Rrawat
by
5.8k points