DEPARTMENT OF INFORMATION TECHNOLOGY
YADAVA COLLEGE -MADURAI
CLASS : I-M.SC (IT) SEMESTER : II
SUBJECT : ADVANCED SOFTWARE ENGINEERING
ONE WORD QUESTIONS
1. The first step in software development is —.
a.Design b.Coding c.Testing d.Analysis
2. ----- refers to the capability to maintain specified level of performance of a software.
a.Reliability b.Usability c.Efficiency d.Portability
3. Software engineering is a approach to —--.
a.Development b.Operation c.Maintenance d.All of the above
4. Requiremnets Analysis is performed to — the problem.
a.Understand b.Get the solution c.Document d.Analyse
5. In —-- design the logic of each module is specified.
a.Architecture b.Detailed c.Logical d.Highlevel
6. The errors are discovered at —- phase.
a.Analysis b.Design c.Testing d.coding
7. ---- testing is performed at the starting stage.
a.Unit b.Integration c.Blackbox d.Whitebox
8. There are —- types of metrics available.
A.1 b.2 c.3 d.4
9. --- determines the accurate outcome of the process.
a.Testing b.Analysis c.Maintanability d.Predictability
10. ---- is the simplest software process model.
a.Waterfall b.Iterative c.Prototyping d.Spiral
11. SRS stands for —-.
a.Software Requirments Specification b.Software Risk Specification c.Staff
Requirments Specification d.Software Requirments Standards.
12. The person who write the requirements specification document is known as —-.
a.Programmer b.Designer c.System Analyst d.Tester
13. Which of the following is not a functional requirement?
a.Portability b.Security c.Scalability d.Userinteraction
14. The other name for DFD is —-.
a.Graph b.Bubblechart c.Flowchart d.Diagram
15. Which of the following doesnot correspond to SRS?
a.Verifiable b.Complete c.Traceable d.Ambiguous
16. Requiremnts —-- is also known as requirements elicitation.
a.Anaysis b.Design c.Gathering d.Specification
17. --- is an important requirements gathering activity.
a.Form analysis b.Task analysis c.Scenario analysis d.Interview
18. The person who estimate the cost by referring the SRS document is known as —-.
a.Developer b.Analyst c.Project manager d.Customer
19. ----- interfaces describes the connections between the software and other software
components.
a.Hardware b.Communictaion c.Software d.USer
20. ----- shows the decision logic in tabular form.
a.Decision tree b.Decision table c.Graph d.Flowchart
21. Project —- is undertaken after the feasibility study.
a.Planning b.Monitoring c.Control d.Management
22. ----- includes risk identification and planning.
a.Staffing b.Scheduling c.Riskmanagement d.Projectmanagement
23. ---- is fundamental for all project estimation and plans.
a.Cost b.Time c.Effort d.Size
24. The project size is measured by —----.
a.LOC b.Cost c.Duration d.staff
25. In —-- metric the size of a software is directly dependent on different futures it
supports.
a.Line b.Project c.LOC d.FP
26. The internal software quality is —-.
a.Reliability b.Scalabilty c.Usability d.Reusability
27. The activity that does not come in project planning is —.
a.Estimation b.Testing c.Staffing d.Riskmanagement
28. Which of the following is not a project manger activity?
a.Project control b.Project management c.Project planning d.Project design
29. ----- ensure that the software development proceeds as per plan.
a.Planning b.Analysis c.Design d.Monitoring and control
30. The project attributes are estimated with —-.
a.Cost b.Duration c.Effort d.All of the above
31. —- is a measure of functional strength of module.
a.Cohesion b.Coupling c.Design d.Interface
32. In —-- cohesion set of functions of the module are executed one after theother.
a.Temporal b.Procedural c.Logic d.Communication
33. ----- indicates the degree of Independence of 2 modules.
a.Design b.Testing c.cohesion d.Coupling
34. In —-- coupling the modules communicate using composite data.
a.Data b.Control c.Stamp d.Common
35. ----- is constructed from a collection of primitive data items.
a.Data type b.Data abstraction c.Data structure d.Data
36. Which of the following is the best type of coupling?
a.Control b.Stamp c.Content d.Data
37. Which of the following is the worst type of cohesion?
a.Logical b.Temporal c.Functional d.Coincidental
38. Two modules are —-- coupled if they share some global data items.
a.Common b.Stamp c.content d.Data
39. In structured —- the SRS document is transformed into a DFD.
a.Design b.Analysis c.Testing d.Planning
40. The symbol for aprocess in a DFD is —-.
a.Arrow b.Square c.Circle d.Ellipse
41. --- process finds all the defects in aprogram.
a.Analysis b.Design c.Testing d.Maintenance
42. A —- of a program denotes an incorrect behaviour of the program during its
execution.
a.Mistake b.Error c.Failure d.Bug
43. The set of all test that have been designed by a tester is —-.
a.Testability b.Testsuite c.Testing d.Testscenario
44. ----- does not require the execution of the software.
a.Verification b.Validation c.Testing d.Debugging
45. ---- is used to check the customer’s requirements.
a.Designing b.Analysis c.Validation d.Verification
46. ----- testing is known as functional testing.
a.Unit b.Integartion c.Blackbox d.system
47. ---- testing is based on the analysis of the code.
a.Blackbox b.whitebox c.Functional d.Integration
48. During —--- testing the individual units are tested.
a.System b.structure c.Unit d.Integration
49. which of the following is related to the boundary value analysis?
a.Whitebox testing b.Blackbox testing c.Unit testing d.Both a & b
50. The unit testing is done by —-.
a.User b.customer c.Analyst d.Developer