Explore topic-wise InterviewSolutions in .

This section includes InterviewSolutions, each offering curated multiple-choice questions to sharpen your knowledge and support exam preparation. Choose a topic below to get started.

101.

At Conceptual level Class diagrams should include(a) operations only(b) attributes only(c) both operations and attributes(d) none of the mentionedThe question was asked in unit test.I'd like to ask this question from Unified Modelling Language topic in division Design and Implementation of Software Engineering

Answer»

Correct choice is (b) attributes only

For explanation I WOULD say: In software engineering, a class DIAGRAM in the Unified MODELING Language (UML) is a type of static structure diagram that describes the structure of a system by showing the system’s classes, their attributes, operations, and the RELATIONSHIPS among objects.

102.

Object oriented analysis and design can be handled by the one who knows UML.(a) True(b) FalseThis question was posed to me by my school principal while I was bunking the class.My question is based upon Unified Modelling Language in division Design and Implementation of Software Engineering

Answer» RIGHT answer is (B) False

To explain I would say: The Unified MODELING Language includes a set of graphic NOTATION techniques to create VISUAL models of object-oriented software-intensive systems.