54.5k views
4 votes
When comparing programming languages, what is commonly used by all software developers?

elements, controls, and variables
variables, loops, and nouns
elements, commands, and variables
variable, loops, and tags

User Gmazzo
by
6.6k points

1 Answer

3 votes

Answer:

The answer to this question is given below in the explanation section

Step-by-step explanation:

This question is about when comparing programming languages, what is commonly used by all software developers? The correct answer is elements, controls, and variables.

  • elements, controls, and variables

Every programmer used these three elements, controls, and variables. for example elements are buttons, link, input field etc, controls are loops and decision statements and variables are to store value for some object. so, elements, controls, and variables are most commonly used by all software developers.

  • variables, loops, and nouns (false)

this is not correct, because nouns are not most commonly used by all developers. However, it is noted that a noun is used mostly in the requirement elicitation phase for capturing objects.

  • elements, commands, and variables (false)

commands are not most commonly used by developers, commands are used by those programmers who are doing console programming.

  • variable, loops, and tag (false)

tag are used in HTML language but it is not most commonly used by the developers.

User OhioDude
by
6.7k points