System Analysis and Design
Data Flow Diagrams , testing , SDLC and more
Questions
How many number of modules should a programmer focus while designing and analysis phases?
- 2 - 3 modules
- Not less than 10 modules
- According to the project size and modules
- None of the above
What is the meaning of rounds or circles in the data flow diagrams?
- Database
- Data flow
- Process
- None of the above
Which of the following analysis is a part of the feasibility study phase?
- Information analysis phase
- Cost benefit analysis
- Testing analysis
- None of the above
What do you mean by migration of softwares?
- Transfer of one application program from one computer to another
- Transferring database and program from one hardware to another
- Transferring application programs from computer machine to another
- All of the above
_______ gives us idea that whether the project has worth of doing it or not.
- Planning phase
- Feasibility study
- Integration phase
- None of the above
How can we measure interconnections between the modules in the structure of project?
- Content coupling
- Common coupling
- External coupling
- All of the above
Which of the following tables is a tabular technique used for defining logical rules?
- Database tables
- Attribute tables
- Decision tables
- None of the above
What is the another name of repository or collection of data about data?
- Data dictionary
- Data warehouse
- Data mining
- None of the above
Which of the following is used to describe the control logic of the system?
- Decision tree
- Decision table
- Structured english
- All of the above
Which of the following is a graphical presentation of the movement of data from a point of origin to a specific end point?
- Data Flow Diagram (DFD)
- E-R diagram
- Flow chart
- All of the above
Which of the following has the feature of its nature- I will know what i want, when i see it?
- Feasibility phase
- Prototyping
- Maintainance
- None of the above
Which of the following is the correct order of cohesion weakest to strongest?
- Co-incidentia
- Prototyping
- Maintenance
- None of the above
Which of the following is/are the test cases derived by software engineer while using white box testing?
- Exercise internal data structures to assure their validity
- Exercise all loops and boundaries
- Exercise at least once to all independent path within a module
- All of the above
Which of the following is/are the reason(s) for conducting white box testing?
- Logic errors and incorrect assumptions
- Typographical errors are random
- Logic flow of a program is sometimes counterintuitive
- All of the above
Which of the following class(es) of item is/are defined by data dictionary?
- Data element
- Data flows and data stores
- Data structure
- All of the above
Which of the following is the smallest unit of data in data dictionary?
- Data structure
- Data flows and data stores
- Data element
- None of the above
Which of the following testings is a part of system testing?
- Recovery testing
- Unit testing
- Performance testing
- Both (1) and (3)
How can we protect a system from external security breaches and internal frauds or embezzelemnt?
- Firewall
- Antivirus
- Audit control
- All of the above
Which of the following is a correct order of coupling sorted from strongest to weakest?
- Content coupling - Common coupling - Control coupling - Stamp coupling - Data coupling
- Content coupling - Control coupling - Common coupling - Stamp coupling - Data coupling
- Common coupling - Control coupling - Content coupling - Stamp coupling - Data coupling
- None of the above
Which of the following is an objective of feasibility study phase?
- Design to user interface of the system
- Finalize the requirements of the system
- Evaluate the changes made
- All of the above
__________ technique is the first step in initial investigation.
- Mutual invert
- Decision tables
- Fact finding
- None of the above
_________ is a process with known input, output, functions but not internal mechanism of the system.
- White box
- Black box
- Grey box
- All of the above
Which of the following is the major reason of MIS failure?
- Improper designing of tool
- Improper specification
- Non-involvement of end-users
- None of the above
Which of the following testings occurs first in testing phase in SDLC?
- Module testing
- Validation testing
- Integration testing
- Performance testing
Which of the following is widely used to describe conditional logic?
- Structured english
- Decision tables
- Data flow diagrams
- None of the above