134k views
2 votes
UML is a graphical language that is used for designing and documenting software created within the _____________ framework. (a) top-down programming (b) bottom-up programming (c) structured programming (d) object oriented programming

User DarkAtra
by
8.5k points

1 Answer

7 votes

Answer:

The answer is "option d".

Explanation:

UML stands for Unified Modeling Language. It is an OOPs based language that is used to design a graphic by software developers. This language can also be used to build diagrams and provide some tools to ready-to-use, interactive templates for users and other options are not correct that can be described as:

  • In option a, The Top-down approach is not followed by UML.
  • In option b, UML uses an object-oriented programming language that follows a bottom-up approach. It refers to a style of programming.
  • In option c, It does not use structured programming because it uses procedural languages.

User Donato Amasa
by
8.3k points