QUOTE

welcome

welcome to our college social blog
we have lot of information about our college fest and events etc
all of our college members join in this site .
to add to this blog
click on follow then select google
after that log in with your gmail id
thank you
KARTHIK REDDY.

Thursday, March 22, 2012

OOAD QUESTIONS


1. Realization of a use case is specified by _ _ _ _ _ _ _ __ _
Ans: A collaboration

2. _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ relationship between use cases means that the base use case explicitly incorporates the behavior of another use case at a location specified in the base.
Ans: Include
3. _ _ _ _ _ _ _ _ _ captures the intended behavior of a system
Ans: Use Case

4. A Use case captures _ _ _ _ _ _ _ _ _ _ of a system
Ans:  Behavior

5. Extend relationship is rendered using _ _ _ _ _ _ _ _ _ _
Ans:  Dependency relationship
6. A use case is rendered as
Ans: An ellipse

7. The names of use cases are generally given as
Ans: Verb pharases

8. Actors are connected to use cases only by
Ans: Association relationship

9. _ _ _ _ _ _ _ _ _ _ represents a role that plays within a system
Ans: Actor

10. The behavior of a use case is specified by _ _ _ _ _ _ _ _ _ _ _
Ans: Flow of events

11. _ _ _ _ _ _ _ _ _ _ provide services to the system under design
Ans: Supporting Actor

12. _ _ _ _ _ _ _ _ uses the services of the system under design to fulfill the goals
Ans:  Primary Actor

13. _ _ _ _ _ _ are the stories of using a system to meet the goals
Ans:  Use Cases

14. The idea of use cases to describe the functional requirements was introduced by
Ans:  Ivar Jacobson

15. _ _ _ _ _ _ _ _ state ``what must always'' be true beginning a scenario in the use case
Ans: Pre-conditions

16. _ _ _ _ _ _ _ _ _ _ is used to graphically represent the flow of events of a use case
Ans: sequence diagram

17. _ _ _ _ _ _ _ _ _ _ _ _ is used to structure the behavioral things in a model
Ans:  Use case

18. _ _ _ _ _ _ defines a promise or contract of how a system will behave
Ans:  Use Case

19. Extension scenarios are also called as
Ans: Alternative Flows

20. Which of the following is used to organize the use cases
Ans: Generalization

21. Which of the following is a valid actor for credit card validation system?
Ans: Retail Institution

22. In a Use Case Diagram, use cases are adorned with _ _ _ _ _ _ _ _ _ _ _ _ _ to assert nonfunctional
requirements
Ans: Notes

23. Which of the following diagram view the whole system as a block box?
Ans:  Use Case Diagram

24. Actors similar to one another are organized using _ _ _ _ _ _ _ _ relationship
Ans: Generalization

25. Which of the following is NOT present in a Use Case Diagram?
Ans:  Collaboration

26. _ _ _ _ _ _ _ diagram is used to model the requirements of a system
Ans: Use Case Diagram

27. In Use Case Diagrams, common behavior of actors are generally named as
Ans: Use Cases

28. _ _ _ _ _ relationship is NOT present in a Use Case Diagram
Ans:  Realization Relationship

29. The behavior of a system is modeled using _ _ _ _ _ _ _ _ _ _
Ans:  Use Case Diagram

30. Use Case Diagrams are used to model _ _ _ _ _ view of a system
Ans:  Use Case View

31. In an Activity Diagram, transitions belongs to
Ans: Completion Transitions
32. Which of the following is NOT present in an Activity Diagram?
Ans: Events

33. In UML, activity state is graphically rendered as
Ans: A lozenge shape

34. Executable non atomic computations are called as
Ans:  Activity States

35. Activity diagram is a special kind of  
Ans: State Chart Diagram

36. Executable atomic computations are called as
Ans: Action States

37. Activity diagram is used to model _ _ _ _ _ aspects of a system
Ans:  Dynamic aspects

38. _ _ _ _ _ is a path from one activity state to the next activity state
Ans: Transition

39. In UML, transition is graphically rendered as
Ans: A Directed line

40. _ _ _ _ _ _ _ _ _ may have two or more incoming transitions and one outgoing transition
Ans: Join

41. While modeling an operation, use forking and joining only if the operation is owned
Ans: An Active Class

42. Animation of a model against the execution of a deployed system is an example of
Ans: Reverse Engineering

43. Objects placed in an Activity Diagram are connected to the activity or transition using _ _ _ _ _ _
_ _ _ _ _ _ relationship
Ans:  Dependency

44. Forward Engineering is possible for an Activity Diagram especially if the context of the diagram is
_ _ _ _ _ _ _ _ _
Ans:  An Operation
45. Pre-conditions of an initial state and post-conditions of a final state of the workflow are
important in modeling _ _ _ _ _ _
Ans: Boundaries of the workflow

46. Which of the following diagram is used to model business workflows?
Ans:  Activity Diagram

47. _ _ _ _ _ _ _ _ _ is used to represent concurrent flows in an Activity Diagram
Ans:  Synchronization bar

48. In an Activity Diagram, organizing the activities into groups is called
Ans:  Swim lane

49. _ _ _ _ _ _ _ _ _ diagram is used to model an operation
Ans:  Activity Diagram

50. Forward Engineering is the process of translating
Ans:  Model to Code

51. Consider the example of autonomous robot. Then which of the following is an example of an
External Event.
Ans:  Collision

52. Call Events are handled by
Ans:  A Method

53. Internal event occurs when
Ans: A method is invoked via a message

54. Which of the following is a change event
Ans: When (11:30AM)

55. In UML Exceptions are modeled as
Ans: Stereo Typed classes

56. _ _ _ _ _ _ _ _ _ _ are used to model records of activities that describe what happened in the past
or what needs to be done later.
Ans: Events

57. The Relationship between two states is called _ _ _ _ _ _ _ _ _ _ _
Ans: Transition

58. In UML signals are modeled as
Ans:  Stereo Typed classes

59. In UML _ _ _ _ _ _ _ _ _ _ keyword is used to model time events
Ans: After

60. Which of the following is an Asynchronous Event
Ans: Signal Event

61. A sequential state machine may have
Ans: At most one initial state and one final state

62. _ _ _ _ _ is used to show which one, out of a set of transitions actually fires on a particular
occasion
Ans: Guard Condition

63. Transitions that are handled without causing a change in state are called
Ans:  Internal Transitions

64. Which of the following is used to model the life time of an object
Ans: State Machine



65. Events that can cause transitions to fire are known
As
Ans: Triggers

66. State that is active after the completion of the transition is called
Ans: Target State

67. Which of the following is present in a nested concurrent state machine
Ans:  Concurrent sub state

68. The relationship between two states is called
Ans: Transition

69. Events that are not handled in that state but are postponed and queued for handling by the object
in another state are called as
Ans: Deferred Events

70. A state that is nested inside another state is called
Ans: Composite State

71. The behavior of an active class is specified by
Ans: A State Machine

72. The collaboration of active and passive objects is specified Using
Ans: Component Diagrams

73. Process view primarily addresses
Ans: Performance

74. In UML, processes are modeled as
 Ans: Stereotyped Active Classes

75. Which of the following is true regarding a process
Ans: It represents an independent flow of control

76. In UML _ _ _ _ _ _ _ _ _ is used to model each independent flow of control
 Ans:  Active Object

77. Which of the following is wrong with respect to a thread
Ans:  Threads are nested inside another thread

78. _ _ _ _ _ _ _ _ _ is used to model common families of processes or threads
Ans:
Active class

79. Graphically an active class is rendered as a rectangle
With
 Ans:  Thick Lines

80. In UML, asynchronous message is rendered as _ _ _ _ _ _ _
Ans:  Half Arrow

81. Absolute time of an event is modeled as
Ans: Timing Constraint

82. Which of the following diagram is used to model object Migration
 Ans:  Collaboration Diagram

83. The allocation of an object to a new node is rendered
as
Ans:  a ``copy'' stereotyped message

84. _ _ _ _ _ _ _ _ _ _ _ _ _ is denotation for the time at which an event occurs
 Ans:  Timing mark

85. Graphically, location is rendered as
 Ans: A tagged value
86. Graphically, a timing constraint is rendered as
Ans:. A Constraint

87. Diagram is used to model the distribution of objects
Ans: Object Diagram

88. The deployment view of a system is modeled using
Ans:  Development Diagram

89. Time critical systems are called as
Ans:  Real time Systems

90. Which of the following evaluates to an absolute
value of Time?
Ans: Timing Expression

91. A state machine whose actions are all attached to states is called
 Ans:  Moore machine

92. State independent means that the object responds
Ans: The same way to a different event

93. Which of the following is not present in a State Chart
Diagram?
Ans: Fork

94. Forward Engineering of a state chart diagram is possible especially if the context of the diagram
is
Ans: A Class

95. State chart Diagrams are needed
Ans:  When a class has complex life cycle

96. Which of the following diagram is used to model the dynamic aspects of a system
Ans:  State Chart Diagram

97. Executable atomic computations are called as
Ans:  Actions

98. diagram is used to model reactive objects.
Ans: Sate Chart Diagram

99. In UML, a state is graphically rendered as
Ans: Rounded rectangle

100. diagram is used to show the state space of a given
class.
Ans: State Chart Diagram

CN VIVA QUESTIONS


. If a datagram router goes down then _ _ _ _ _ _ _ _ _ _
Ans. only those packets which are queued in the router at that time
will suffer

2. Indatagramsubnetnewrouteischosen__ __ ___ __ __ ___ __ .
ans. for every packet sent

3. ThePSTNisanexampleofa_ ___ __ __ __ __ __ ___ network
Ans.. circuit switched

4. Eachpacketisroutedindependentlyin__ __ __ ___ __ __ __
Ans. datagram subnet

5. For a connection oriented service, we need a _ _ _ _ _ _ _ _ _ _ _
Ans. datagram subnet

6. Which type of switching uses the entire capacity of a dedicated link? 
Ans. message switching

7.In _ _ _ _ _ _ _ _ _ _ _ _ _ _ circuit switching, delivery of data is delayed because data must be stored and retrieved from RAM.
Ans. time division

8. In_ __ __ ___ __ ___ ___,eachpacketofamessageneednotfollowthesamepathfrom sender to receiver.
Ans. datagram approach to packet switching

9. In_ __ __ ___ __ ___ __ _ __ __ __,eachpacketofamessagefollowsthesamepath from sender to receiver.
Ans.circuit switching

10. A permanent virtual circuit involves _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
Ans. Data transfer

11. The set of optimal routes from all sources to a given destination from a tree rooted to the destination is known as _ _ _ _ _ _ _ _ _ _ _ _ _ _
Ans. Sink tree

12. Adaptive routing algorithms get their information from _ _ _ _ _ _ _ _ _ _ _ _ _ _
Ans. from locally, adjacent, external routers

13. If the route from I to J is computed in advance, off line, and downloaded to the routers when the
networkisbootediscalledas__ __ __ ___ ___ __
Ans. Static routing

14. The router algorithm takes the decision to changes the route when _ _ _ _ _ _ _ _ _ _ _ _
Ans.. topology changes

15. If route from router I to router J is computed on line based on the current statistics, then it is called as _ _
_ _ _ _ _ _ _ _ _ _ _ _ _
Ans.. Dynamic routing

16. If the subnet uses virtual circuits internally, routing decisions are made only when a new virtual
circuitisbeingsetup.Thisiscalledas________ _______.
Ans. Session routing

17. _ _ _ _ _ _ _ _ _ _change their routing decisions to reflect changes in the topology.
Ans. Adaptive algorithms

18. If router J is on the optimal path from router I to router K, then the path from J to K along the samerouteis
__ __ _____ ___ _____
Ans. optimal

19. If router J is on the optimal path from router I to router K, then the optimal path from J to K also
fallsalongthesamerouteisknownas_____ ___ ____ ___ __
Ans. Optimality principle

20. ___ _________ ________
donotbasetheirroutingdecisionsonmeasurementsor estimates of the current traffic and topology
Ans.. Nonadaptive algorithms

21. The method of network routing where every possible path between transmitting and receiving DTE is used
is called
Ans.. Packet Flooding

22. In Hierarchical routing for N router subnet, the optimal number of levels is _ _ _ _ _ _ _ _ _.  
Ans.lnN

23. In Hierarchical routing, the routers are divided into what is called as _ _ _ _ _ _ _ _ _ _ _ _ _ _.
Ans.Regions

24. The regions in Hierarchical routing are grouped in to _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _.
Ans.Clusters

25. The Clusters in Hierarchical routing are grouped in to _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _.
Ans.. Zones

26. 1. If a router sends every incoming packet out only on those lines that are going approximately in
therightdirectionisknownas__ __ ___ _______ ______.
Ans. Selective flooding

27. In shortest path routing algorithm, the path length is measured based on _ _ _ _ _ _ _ _ _ _ _ _ _.
Ans. number of hops

28. Floodingalwayschoosethe______ ___ _______ __.
Ans. Shortest path

29. In military applications where large number of routers may be blown to bits at any instant, we use _ _ _ _
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _.
Ans. Flooding

30. In distributed applications, it is sometimes necessary to update all the databases concurrently, we use _ _
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _.
Ans. Flooding

31. In multicast routing with spanning tree method, a network with n groups, each with an average of m
members, for each group we require _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ .
Ans. m pruned spanning trees must be stored for a total of mn trees

33. To do multicast routing, each router computes a _ _ _ _ _ _ _ _ _ _ _ _ _ . 
Ans.Spanning tree

34. A well -defined groups that are numerically large in size but small compared to the network as a
wholeareusedin __ _______ __ _____ __.
Ans.Multicast routing

35. In__ ______ _______ tosendamulticastmessageahostsendsittothecore,which then does the multicast
along the spanning tree.  
Ans.. Core based Trees

6. Sending a packet to all destinations simultaneously is called _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _.
Ans.Broadcasting

37. AnormalFloodingtechniqueisanexampleof____ _________ _____.
Ans.Broadcasting

38. In Broadcast routing, if the router does not know anything all about spanning tree, _ _ _ _ _ _ _ _ _ _ _ _ _ _
_ method is preferred.
Ans.Reverse Path forwarding

39. The method of Broadcast routing in which each packet contains either a list of destinations or a bit map
indicating the desired destinations is _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
Ans.Multidestination

40. Sending a message to a well defined group that are numerically large in size but small compared to the
network as a whole is called _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ .
Ans.Multicasting

41. In link state routing, after the construction of link state packets new routes are computed using _ _ _ _ _ _ _ _
_ _ _ _ .
Ans.. Dijkstra's algorithm

43. Count-to-Infinityproblemoccursin______ ______ ___]
Ans.distance vector routing

44. In distance vector routing algorithm, each router maintains a separate routing table with the following
entries .
Ans.preferred output line, estimated time

45. Linkstatepacketsarebuiltin _______ ___.
Ans. distance vector routing

46. In which routing method do all
Ans.. Link State

47. In distance vector routing algorithm, the routing tables are updated _ _ _ _ _ _ _ _ _ _ _ _ _ _ .
Ans.by exchanging information with the neighbors

48. Distance vector routing algorithm is implemented in Internet as _ _ _ _ _ _ _ _ _ _ _ _ _ _ .
Ans.RIP

49. Which of the following routing algorithm takes into account the current network load.
Ans.distance vector routing

50. Indistancevectorroutingthedelaymetricis __________ _______
Ans. queue length

51. The processes that keep track of hosts whose home is in the area, but who currently visiting another area
is _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ .
Ans.Home agent

52. In AODV routing algorithm for MANETs, the route is discovered at time _ _ _ _ _ _ _ _ _ _ _ _ _ .
Ans.. when there is a need for route by the host

53. Military vehicles on a battlefield with no existing infrastructure will deploy _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
network.
Ans. MANET

54. The network in which all the nodes are symmetric and there is no central control or hierarchy is _ _ _ _ _ _ _ _
_ _ _
Ans.Peer-to-Peer

55. What is the type of network in which the topology change from time to time?
Ans.MANET

56. The processes that keep track of all mobile hosts visiting the area is _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ .
Ans.Foreign agent

57. The hosts which are basically stationary hosts who move from one fixed site to another from time to time but
use the network only when they are physically connected to it are called _ _ _ _ _ _ _ _ _ _ _ .
Ans.Migratory hosts

58. The hosts who compute on the run and want to maintain their connections as they move around _ _ _ _ _ _ _
_ _ _ _ _ _ _ _ _ .
Ans. Mobile hosts

59. What is the type of network in which the routers themselves are mobile?
Ans.Mobile Ad hoc Network

60. What is the routing algorithm used in MANETs?
Ans. Ad hoc On -demand Distance Vector Protocol

61. Why probe packets are transmitted in the network?
Ans. to know about the congestion

62. If the source deduces the existence of congestion by making local observations,such as the time needed for
acknowledgements to come back is called as _ _ _ _ _ _ _ _ _ _ _ .
Ans. Implicit feedback algorithm

63. The solution to decrease the load on the network when congestion occurs is _ _ _ _ _ _ _ _ _ _ .
Ans.denying service to the users

64. In open loop congestion control techniques, the decisions are based on the _ _ _ _ _ _ _ _ _ _ .
Ans.without regard to the current state of the network

65. In closed loop congestion control techniques, the decisions are based on the _ _ _ _ _ _ _ _ _ _ .
Ans.concept of a feedback loop

66. When too many packets are present in the subnet, and performance degrades then it leads to _ _ _ _ _ _ _ _
_ _ _ _ .
Ans.Congestion

67. What is it goal of congestion control?
Ans.. making sure that subnet is able to carry the offered traffic

68. The service of open loop congestion control technique is _ _ _ _ _ _ _ _ _ _ _ .
Ans.when to accept new traffic

69. The service of closed loop congestion control technique is _ _ _ _ _ _ _ _ _ _ _ .
Ans. monitor the system to detect when and where congestion occurs

70. The solution to increase the capacity when congestion occurs
is _ _ _ _ _ _ _ _ _ _ _ _ _ .
Ans. splitting traffic over multiple routes

71. When routers are being inundated by packets that they cannot handle, they just throw them away is
known as _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ .
Ans.Load shedding

72. If f is the sample instantaneous line utilization, a is the constant that determines how fast the router forgets
recent history and u is the recent utilization of the line then the formula to update u is _ _ _ _ _ _ _ _ _ _ _ _ .

73. The choke packet is send back to the source if _ _ _ _ _ _ _ _ _ .
Ans. The utilization factor u moves above the given threshold

74. When the source host receives the choke packet, then the source _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ .
Ans. reduces the traffic generation

75. If the buffer fills and a packet segment is dropped, then dropping all the rest of the segments from that
packet, since they will be useless anyway is called _ _ _ _ _ _ _ _ _ _ _ _ _ _
Ans.Tail dropping

76. Timeoutdeterminationpolicyisusedin___ __________ ____.
Ans. transport layer

77. Flowcontrolpolicyisimplementedin_____ __________ _.
Ans. transport layer

78. Packet discard policy is implemented in _ _ _ _ _ _ _ _ _ _ _ _ _ _
Ans.Network layer

79. 4. For applications such as audio and video streaming, the variation in the packet arrival times is called _ _ _ _
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ .
Ans. Jitter

80. Sending of a IP packet from host 1 to host 2 where both are of same LAN but the packet is transferred through
different intermediate LANs is called _ _ _ _ _ _ _ _ _ _ _ _ _ _ .
Ans. Tunneling

81. The type of fragmentation in which packet is fragmented at the source host and reassembly is done only
at destination host is _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ .
Ans.nontransparent fragmentation

82. Firewalls are used for___ _______
Ans. security

83. To translate the message semantics from one format to other, _ _ _ _ _ _ _ _ _ _ is used
Ans. application gateway

84. The routing algorithm within each network is _ _ _ _ _ _ _ _ _ _ _ _ _ _ .
Ans.Interior gateway protocol

85. In _ _ _ _ _ _ _ _ case higher bandwidth can be achieved.
Ans. connectionless networks

86. Fragmentationmeans_________ _______ __
Ans.breaking large packet into small packets

87. Bridgesareusedat________ ___layer
Ans.MAC layer

88. Routersareusedat_ __________layer
Ans. Network

89. Gatewaysareusedat_ ___ ___ _____layer
Ans.Application

90. Which type of ATM service is used for regroup timing requirements?
Ans.. constant bit rate

91. Which of the following assertions is FALSE about the Internet Protocol(IP)?
Ans. It is possible for a computer to have multiple IP addresses

92. _ _ _ _ _ _ _ _ _ _ _ protocol is used for constant bit rate.
Ans.AAL1

93. While booting the system the IP address is _ _ _ _ _ _ _ _ _ _ _ .
Ans.0.0.0.0

94. In ATM network _ _ _ _ _ _ _ _ _ message is used by a source host to set up a connection.
Ans.SET UP

95. How many class A, B and C networks IDs can exist
Ans.2,113,658

96. Which of the following TCP/IP internet protocol, a diskless machine uses to obtain its IP address from a
server
Ans.RARP

97. Theprotocolusedtotesttheinternetis__ _______ _______.
Ans.. ICMP

98. Which IP address class has few hosts per network?
c. class C

99. TheIPaddresswith127aabbccisusedfor_ _________ ___ __.
Ans.loop back testing

100. What type of addressing is specifically used by the transport layer?
Ans. application program port address

JNTU WORLD

Add This Transparent Notification Bar To Your Blog Transparent Notification Bar

X