Question 1 :
The main objective of feasibility study is
- to assess if it is possible to meet the requirements specified subject to constraints of budget, human resource and hardware
- to assess whether it is possible to meet the requirements specifications
- to assist the management in implementing the desired system
- to remove bottlenecks in implementing the desired system
Question 2 :
In ___UML diagram use cases also used to show different activities
- Use-case diagram
- Activity diagram
- Deployment Diagram
- Class Diagram
Question 3 :
studentId is the primary key attribute found in analysis of class. What would be the correct design class representation?
- studentID: integer
- studentID: float
- -studentID: integer {key}
- studentID: + float
Question 4 :
The Golden Rules in system design include
- Place the Program in Control
- Increase the User's Memory Load
- Offer Informative Feedback
- Disclose information together.
Question 5 :
To describe any part of system in UML _____are used
- Behavioral things
- Grouping things
- Structural things
- Annotational things
Question 6 :
Data can not flow from
- external entity to process
- process to store and back
- process to process
- entity to store
Question 7 :
one condition in activity diagram is a guard condition which helps___
- the trigger for a transition, which causes the object to leave the origin state
- a description of the activities performed as part of a transition
- a sequential set of connected states and transitions
- a true/false test to see whether a transition can fire
Question 8 :
In which kind of architecture does thin client or thick client can be implemented?
- File Server System
- Stand alone system
- System with LAN
- Client Server System
Question 9 :
Have we specified in detail how and where the system will store all of the information needed by the organization? this question is which point of designing.
- Design the application architecture and software
- Design the user interface(s)
- Design the system interface(s)
- Design and integrate the database.
Question 10 :
For predictive SDLC, which statement interprets it correct
- approach that assumes that the development project can be planned and organized in advance and that the new information system can be developed according to the plan.
- Approach when the exact requirements of a system or the users’ needs are not well understood
- developers must be flexible and adapt the project as it progresses
- Systems having high technical risk.
Question 11 :
This layer contains the user interface in layered architecture
- View Layer
- Business Logic Layer
- Data Layer
- Process Layer
Question 12 :
Moving from analysis model to design model, which of the following diagram is made in design phase.
- Use-case diagram
- CRC model
- State diagram
- Class realizations
Question 13 :
From given options one is important stakeholder
- Entry level personnel
- Middle level stakeholder
- Users of the software
- Managers
Question 14 :
User requirements are determined to ____
- determine whether information is needed by an organization
- determine what information is needed by an organization
- determine how information needed by an organization can be provided
- determine when information is to be given
Question 15 :
Analysts can apply rules while developing the DFDs or during a separate quality check after preparing DFD drafts, which rule does not belong to DFDs
- Minimizing Complexity
- Ensuring Data Flow Consistency
- rule of 7 ± 2
- Classes are defined clearly
Question 16 :
System Flowchart of traditional approach to design is made after
- Use-case diagram
- Class Diagram
- Data Flow Diagram
- Sequence Diagram
Question 17 :
Modification in the system development is due to
- new computers are introduced in the market
- user’s requirements change
- new software tools become available in the market
- other similar organization modify these system
Question 18 :
_____diagrams used to distribute files, libraries, and tables across topology of hardware
- deployment diagrams
- use case diagrams
- sequence diagrams
- collaboration diagrams
Question 19 :
What does a deployment diagram does not consists of
- Computational resource
- Communication path between resource
- Artifacts that execute resource
- Element
Question 20 :
The candidate systems matrix documents similarities and differences between candidate systems. Which statement is correct for the same
- The columns of the matrix represent characteristics that differentiate the candidates.
- The columns of the matrix represent methods to solve issues
- The rows of the matrix represent characteristics that differentiate the candidates.
- The rows of the matrix represent methods to solve issues
Question 21 :
From developer point of view______is also a requirement
- Both Portability and maintainability
- Portability
- Maintainability
- Availability
Question 22 :
Visibility in design class means
- a notation of whether an attribute can be directly accessed by another object
- a notation that shows all of the information needed to invoke the method
- a notation that shows some of the information needed to call method
- a notation of whether an methods will be invoked
Question 23 :
A manufacturing company wants to keep track of products. What will be the usecase in this statement?
- Manufacturing company
- keeps track of products
- products
- Company product
Question 24 :
A cost that occurs in proportion to some usage factor is called
- fixed cost
- list cost
- variable cost
- closed cost
Question 25 :
In OOAD ___diagram is mostly used
- Entity Relationship Diagram
- Class Diagram
- Context Diagram
- Data flow Diagram