Question 1the figure given is an example of select onea

Assignment Help C/C++ Programming
Reference no: EM13348144

Question 1:

The figure given is an example of Select one:

a. Class Adapter Pattern
b. Observer Pattern
c. Composite Pattern
d. Object Adapter Pattern

Question 2:

Which of the following can apply to this conceptual model Select one:

a. Be your own boss
b. Neither a leader nor a follower
c. Sitting on the top of the tree
d. Too many chefs, not enough indians

Question 3:

In an interaction diagram, how do objects show the name of an object and its class?

Select one:
a. classname ; objectname
b. classname : objectname
c. objectname : classname
d. objectname ; classname

Question 4:

The following diagram indicates:
Select one:

a. A subject can be taken by 0 or more students
b. A student can take zero or up to 5 subjects
c. A student can take exactly 5 subjects
d. A subject can be taken by zero or up to 5 students

Question 5:

In the following diagram the attribute duration is of type

Select one:
a. derived attribute
b. extended Attribute
c. premative attribute
d. simple Attribute

Question 6:

Class responsibilities are defined by
Select one:
a. its attributes only
b. its collaborators
c. its operations only
d. both its attributes and operations

Question 7:

Which of the following statements about synchronous and asynchronous communication in UML2 sequence diagrams are true?
Select one:

a. With asynchronous communication the sender pauses to wait for a response.
With synchronous communication the sender pauses to wait for a response.
b. Synchronous communication is modeled with a closed arrowhead, asynchronous communication is modeled with an open arrowhead.
c. Asynchronous communication is modeled with a closed arrowhead, synchronous communication is modeled with an open arrowhead.
d. The modeling of answer messages is compulsary.

Question 8:

For the given activity diagram. Which of the following action sequences are possible during one execution of the activity
Select one:
a. A → D → C, A → D
b. A → B → D → C, A → D
c. A → B → C→ D, A → D
d. A → B → C, A → D

Question 9:

A course is composed of 25 to 30 students and one or more teachers. How can this be modelled as

Select one:
a. Dependency
b. composition
c. Genralization
d. Aggregation

Question 10

In Library Management System, The expert which have information about all the resources available in library is

Select one:
a. Catalogue
b. Librarian
c. Borrower
d. Library

Question 11

class AudioClipManager. This class can be used to avoid playing two audio clips at the same time. If all audio clips are played through the AudioClipManager object then there will never be more than one audio clip playing at the same time. This is a good example of

Select one:
a. Observer
b. Singleton
c. Strategy
d. Factory

Question 12

pathname format for referring class dog to class shark is

Select one:
a. animals::shark:dog
b. animals::fish:shark
c. animals::fish:dog
d. animals::dog:shark

Question 13

Mobile phones consists of basic parts such as the keypad LCD speaker microphone etc, if speaker or microphone fail, we just replace the phone. This example should be modelled as

Select one:
a. Dependency
b. Aggregation
c. Composition
d. Genralization

Question 14

Which of the following statements is incorrect?

Select one:
a. The phases of the Unified Process mix the Inception, Elaboration, Construction, and Transition phases. As the iterations progress, the balance between these phases shifts. ----answer
b. The Unified Process consists of various phases. Each phase consists of a different mix of the Analysis, Design, Implementation, and Testing phases of the waterfall model.
c. Each iteration aims to deliver a `base line product' that could in principle be released.
The subsequent iterations improve upon this baseline
d. The Unified Process plans short iterations to make the software development process more robust against changes in requirements.

Question 15

Object destruction is denoted by a large X at the bottom of the object lifeline in the UML Sequence diagram. Such object destruction in sequence diagram can happen for

Select one:
a. book
b. shopping cart
c. order
d. clerk

Question 16

Which design pattern is most appropriate to be used for this figure?

Select one:
a. Strategy
b. Composite
c. Factory
d. Observer

Question 17

From the following figure, the object BorrowResourse Handler is

Select one:
a. Use case controller
b. Facade controller
c. Application Controller
d. Front Controller

Question 18

Every system operation initiates a collaboration diagram, the first object to receive the system operations like recordBorrow, borrowResource, printBook could be

Select one:
a. Librarian
b. Catalogue
c. Borrower
d. Library

Reference no: EM13348144

Questions Cloud

Problem 1 you are standing at the edge of a slow-moving : problem 1 you are standing at the edge of a slow-moving river which is one mile wide and wish to return to your ground
The objective of assignment is to discuss the kingdom of : the objective of assignment is to discuss the kingdom of saudi arabia. this country is the largest country in the
Using the information collected from your swot analysis : using the information collected from your swot analysis prepare an efas table for the company you researched.1. in the
Problem 1 according to marx capitalism was doomed describe : problem 1. according to marx capitalism was doomed. describe why. why does capitalism still exist?problem 2. how and
Question 1the figure given is an example of select onea : question 1the figure given is an example of select onea. class adapter pattern b. observer pattern c. composite
The us is still considered the most innovating country in : the u.s. is still considered the most innovating country in the world. the national innovation systems nis approach
Writing an effective business letter prepare a letter in : writing an effective business letter prepare a letter in either block or modified block format addressed to your
Introin this design you are going to use a chain of : introin this design you are going to use a chain of flip-flop to implement a shifter register.design requirementwhen
Question 1 the international monetary system exchange rate : question 1 the international monetary system exchange rate regimesa currency exchange rates for december 1999-september

Reviews

Write a Review

C/C++ Programming Questions & Answers

  Create a class named gamer that has a field for name

Create a class named Gamer that has a field for name(string) and a field for points(int).

  Determine order in which constructors of class will execute

Suppose that an object of class three enters its scope, so the constructors of theses classes will execute. Determine the order in which the constructors of these classes will execute.

  Calculation of mortgage interest rates

Instruction of pointers and the calculation of mortgage interest rates.

  Function named sort that takes three integer parameter

Write a function named sort that takes three integer parameters by reference. The function should rearrange the parameter values so that the first parameter gets set to the smallest value, the second parameter gets set to the second smallest value, a..

  Our string class always deletes the old character

Our String class always deletes the old character buffer and reallocates a new character buffer on assignment or in the copy constructor. This need not be done if the new value is smaller than the current value

  Lexicographically preceding permutation

Output a single line containing a space separated list of integers which is the lexicographically preceding permutation of the input permutation.

  A company that market is publishing both book and audio cass

A company that market is publishing both book and audiocassette versions

  Which respectively represent the name of the flower

Write a C++ class, Flower, that has three member variables of type string, int, and float, which respectively represent the name of the flower, its number of pedals, and price.

  Implement a standard sorted linked list class

Write C++ Program:Implement a standard SORTED linked list class. Be sure to include constructor/copy constructor, destructor, and assignment operator overload.

  Write a program to crypt its input accordingly

Write a program to crypt its input according to a specified transformation scheme

  Template method patern from the strategy pattern

The template method pattern and the strategy pattern both abstract some computation in the form of methods. What de ning characteristic distinguishes the template method patern from the strategy pattern? Explain your answer.

  Design a java software system that simulates

Design a java software system that simulates a calculator that performs at least the basic arithmetic operation and trigonometric functions. Your program must contain selection (if), repetition (loop) and functions, arrays and classes

Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd