Podcast
Questions and Answers
What is UML primarily used for?
What is UML primarily used for?
- Implementing executable code directly
- Describing different domains like business systems (correct)
- Creating software systems only
- Developing hardware systems
How does UML define each construct?
How does UML define each construct?
- By giving a reasonably well-defined meaning (correct)
- By providing a very strict and rigid definition
- With a vague and undefined meaning
- Without any meaning at all
In what way is UML used as a programming language?
In what way is UML used as a programming language?
- To create sketches for the system
- To convert diagrams directly into executable code (correct)
- To design the complete system with interfaces for subsystems
- To specify all details including implementation
What are the main parts of a class in UML?
What are the main parts of a class in UML?
In C#, what is the equivalent term for UML's 'attributes'?
In C#, what is the equivalent term for UML's 'attributes'?
What function do Constructors perform in classes?
What function do Constructors perform in classes?
What do Accessors do in a class?
What do Accessors do in a class?
'Destructors' in classes mainly serve to:
'Destructors' in classes mainly serve to:
'Interfaces for all subsystems specified (but not implementation!)' refers to which way of using UML?
'Interfaces for all subsystems specified (but not implementation!)' refers to which way of using UML?
Which terminology in C# is equivalent to UML's 'Operations'?
Which terminology in C# is equivalent to UML's 'Operations'?