BITS WILP Object Oriented Analysis and Design Quiz-1 2017-H1

survival8: BITS WILP Menu Content

BITS WILP Menu Content

23 comments:

  1. Replies
    1. Survival8: Bits Wilp Software Development For Portable Devices 2017-H2 Handout >>>>> Download Now

      >>>>> Download Full

      Survival8: Bits Wilp Software Development For Portable Devices 2017-H2 Handout >>>>> Download LINK

      >>>>> Download Now

      Survival8: Bits Wilp Software Development For Portable Devices 2017-H2 Handout >>>>> Download Full

      >>>>> Download LINK Ye

      Delete
  2. i tried mailing you , but it is not going through. Can you please share the answers to this question paper if you have.

    Thanks

    ReplyDelete
    Replies
    1. Mail me at ashishjainblogger@gmail.com
      Mention the subject(s) for which you want help.

      Delete
  3. Thanks for putting up the content in such organized manner.Great Help. Thumbs UP !!

    ReplyDelete
  4. Recorded lecture links are not working please help

    ReplyDelete
  5. Is there a group/whatsapp group for Mtech in computing systems and Infrastructure?

    ReplyDelete
  6. Very useful .. Thank you very much

    ReplyDelete
  7. Are you Looking for Smart Device Development? QuantaEd Solutions is the Best Smart Device Development Company, We design and develop smart devices that suit the healthcare requirements. For any inquiry call us we will provide all kind of assistance. For more details visit- https://quantaedsolutions.com

    ReplyDelete
  8. AI & ML in Dubai
    https://www.nsreem.com/ourservices/ai-ml/
    Artificial intelligence is very widespread today. In at least certainly considered one among its various forms has had an impact on all major industries in the world today, NSREEM is #1 AI & ML Service Provider in Dubai
    1634348519669-9

    ReplyDelete
  9. Thank you for giving valuable information about software for portable device, we can also develop custom software from pixabulous design.

    ReplyDelete
  10. This article explains in a clear manner. Nice way of explaining. Thanks for sharing. cloud engineering services

    ReplyDelete
  11. WILP is a set of educational programs designed in such a way that they can be easily integrated into your work life. Earlier, only highly developed nations like the US and Europe were indoctrinating WILPs but now the WILP in India have also gained a lot of popularity.

    ReplyDelete
  12. Candidates who wish to take the BITSAT should begin studying as soon as possible. Due to the high level of competition, it is critical to follow the best BITSAT 2022 preparation tips recommended by professionals. This blog post contains BITSAT 2022 study suggestions as well as exam pattern and syllabus information. Continue reading to get answers to all of your questions. To know more information visit @ SSSi Online Tutoring Services.

    ReplyDelete
  13. Survival8: Bits Wilp Software Development For Portable Devices 2017-H2 Handout >>>>> Download Now

    >>>>> Download Full

    Survival8: Bits Wilp Software Development For Portable Devices 2017-H2 Handout >>>>> Download LINK

    >>>>> Download Now

    Survival8: Bits Wilp Software Development For Portable Devices 2017-H2 Handout >>>>> Download Full

    >>>>> Download LINK bO

    ReplyDelete
  14. The BITS Pilani Admission Process is designed to select the brightest minds for its world-class programs. With its independent entrance exam, BITSAT, and direct admission opportunities for board toppers, the institute ensures that only the most deserving candidates secure a place.

    ReplyDelete


BITS WILP Object Oriented Analysis and Design Quiz-1 2017-H1

Question 1
AA909 A class is
Select one:
a. a class of objects
b. a group of objects
c. template for objects of a particular type
d. a classification of objects
Feedback
The correct answer is: template for objects of a particular type
Question 2
CA045 Which of the following represent the built-in extensibility mechanism of the UML?
Select one:
a. stereotypes
b. relationships
c. associations
d. comments
Feedback
The correct answer is: stereotypes
Question 3
CA010 Aggregation is which of the following?
Select one:
a. Expresses an is-a relationship and is a stronger form of an association relationship.
b. Expresses a part-of relationship and is a weaker form of an association relationship.
c. Expresses an is-a relationship and is a weaker form of an association relationship.
d. Expresses a part-of relationship and is a stronger form of an association relationship.
Feedback
The correct answer is: Expresses a part-of relationship and is a stronger form of an association relationship.
Question 4
CA016 What services can be requested from a class, which define the behavior of the class?
Select one:
a. operations
b. attributes
c. names of classes
d. stereotypes
Feedback
The correct answer is: operations
Question 5
AA931 An object is considered an external entity in object-oriented modelling
Select one:
a. its attributes are invariant during operation of the system
b. it has numerous attributes
c. it has no attributes relevant to the system
d. its attributes change during operation of the system
Feedback
The correct answer is: its attributes are invariant during operation of the system
Question 6
AA933 The expansion of the acronym CRC is
Select one:
a. Collecting Responsibilities Classes
b. Creating Relevant Classes
c. Class Responsibilities and Collaborators
d. Collaborating with Relevant Classes
Feedback
The correct answer is: Class Responsibilities and Collaborators
Question 7
CA028 Functions and procedures are
Select one:
a. have side effects which require special care if they are used as subsystems
b. old fashioned and they are not useful
c. useful in designing computer systems
d. not useful in designing computer systems
Feedback
The correct answer is: have side effects which require special care if they are used as subsystems
Question 8
CA033 A diagram that shows the major subsystems in an object-oriented system is called a
Select one:
a. class diagram
b. Package diagram
c. System flowchart
d. Component diagrams.
Feedback
The correct answer is: Package diagram
Question 9
CA009 Which of the following is a technique for hiding the internal implementation details of an object?
Select one:
a. Abstraction
b. Polymorphism
c. Encapsulation
d. Inheritance
Feedback
The correct answer is: Encapsulation
Question 10
CA029 By polymorphism of a subsystem we mean
Select one:
a. it should accept generic commandsand interpret appropriately
b. it should have polymorphic data types
c. it should morph polygons
d. it should be reusable
Feedback
The correct answer is: it should accept generic commandsand interpret appropriately
Question 11
CA034 A measure of the internal strength of a module in a structure chart is called
Select one:
a. Module functionality
b. Module cohesion
c. Module coupling
d. Module integrity
Feedback
The correct answer is: Module cohesion
Question 12
AA925 By polymorphism in object-oriented modelling we mean
Select one:
a. use of polymorphic operations
b. use of similar operations to do similar things
c. the ability to manipulate objects of different distinct classes
d. the ability to manipulate objects of different distinct classes knowing only their common properties
Feedback
The correct answer is: the ability to manipulate objects of different distinct classes knowing only their common properties
Question 13
CA026 In which of the following mechanisms, types of all variables and expressions are fixed at compilation time.
Select one:
a. Dynamic Binding/ late binding
b. Static Binding/ early binding
c. Strong Typing
d. Weak Typing
Feedback
The correct answer is: Static Binding/ early binding
Question 14
CA042 Which of the following component is used to clarify which actor performs which activity in an activity diagram?
Select one:
a. joins
b. state
c. swimlanes
d. forks
Feedback
The correct answer is: swimlanes
Question 15
CA004 An abstract class is which of the following?
Select one:
a. A class that has no direct instances, but whose descendants may have direct instances.
b. A class that has no direct instances, but whose descendants may not have direct instances
c. A class that has direct instances, but whose descendants may not have direct instances.
d. A class that has direct instances, but whose descendants may have direct instances.
Feedback
The correct answer is: A class that has no direct instances, but whose descendants may have direct instances.
Question 16
CA032 An object is considered an external entity in object-orinted modelling
Select one:
a. it has numerous attributes
b. its attributes are invariant during operation of the system
c. its attributes change during operation of the system
d. it has no attributes relevant to the system
Feedback
The correct answer is: its attributes are invariant during operation of the system
Question 17
AA936 The CRC modeling primarily requires (i)identifying classes and their responsibilities (ii)identifying collaborators of each class and their responsibilities (iii)developing a collaboration graph
Select one:
a. i, ii, iii
b. i, ii
c. i, iii
d. ii, iii
Feedback
The correct answer is: i, ii, iii
Question 18
CA041 The vertical dimension of a sequence diagram represents
Select one:
a. time
b. objects
c. lines
d. messages
Feedback
The correct answer is: time
Question 19
AA914 A query operation on a object
Select one:
a. has no side effects
b. changes the state of an object
c. is not allowed
d. has side effect
Feedback
The correct answer is: has no side effects
Question 20
AA927 Given a word statement of a problem potential objects are identified by selecting
Select one:
a. adverbs in the statement
b. noun phrases in the statement
c. verb phrases in the statement
d. adjectives in the statement
Feedback
The correct answer is: noun phrases in the statement
Question 21
CA035 The designing phase includes the following activities, EXCEPT
Select one:
a. Designing the user interface
b. Designing and integrating the network
c. Designing the project team
d. Designing the application architecture
Feedback
The correct answer is: Designing the project team
Question 22
AA911 In UML diagram of a class
Select one:
a. state of object cannot be represented
b. state is irrelevant
c. state is represented as an attribute
d. state is represented as a result of an operation
Feedback
The correct answer is: state is represented as an attribute
Question 23
AA932 Object-oriented system modelling using CRC method gives
Select one:
a. C++ programs for the system
b. Objective C programs for the system
c. Classes of the system, their responsibilities and collaborating classes
d. Java programs for the system
Feedback
The correct answer is: Classes of the system, their responsibilities and collaborating classes
Question 24
CA019 A boundary class is an analysis class that represents _____.
Select one:
a. an API that is supplied by a third-party vendor and used to integrate with an external system
b. the interface between the client and middleware tiers in a system
c. the user interface or Presentation layer of a system
d. an intermediary or interface to something outside the system
Feedback
The correct answer is: an intermediary or interface to something outside the system
Question 25
AA901 Computer systems are designed by
Select one:
a. simplifying requirements of system
b. modular design
c. breaking up the systems into independent parts
d. breaking of the system into smaller self-contained co-operating subsystems
Feedback
The correct answer is: breaking of the system into smaller self-contained co-operating subsystems


No comments:

Post a Comment