Software Engineering MCQ Quiz Hub

Software Development Methodologies

Choose a topic to test your knowledge and improve your Software Engineering skills

1. Relational schemas and other metadata about relations are stored in a structure called the____________




2. A data dictionary is created when a __________ created.




3. Keep the statement language ______________ while writing a pseudo code.




4. Capitalize initial keyword – This is a rule while writing a pseudo code.




5. _______ is used to show hierarchy in a pseudo code.




6. structured design was developed by ----- and --------------------.




7. . In specific design process activites a A.




8. ___________is the separation of a function contained as code in one module into a newmodule of its own.




9. ___ it is a module where the number of immediate bosses it has.




10. Modules with _______ must have good cohesion.




11. Which of the property of software modularity is incorrect with respect to benefitssoftware modularity?




12. ______________ is a measure of the degree of interdependence between modules.




13. . Which of the following is the worst type of module cohesion?




14. A software engineer must design the modules with the goal of high cohesion and lowcoupling.




15. In what type of coupling, the complete data structure is passed from one module toanother?




16. If all tasks must be executed in the same time-span, what type of cohesion is beingexhibited?




17. _______ defined as a collection of program statements with four basic attribute i.e. inputand output, function, mechanics and internal data




18. The -----------involves the use of parameterized subprograms.




19. The ________ is used to state a desired effect without stating the exact mechanism ofcontrol.




20. ________in this each module and its dub module corresponding to a processing step inthe execution sequence.




21. _____ In this each module hides a difficult or changeable design decision from theother module.




22. Which of the following is the best type of module coupling?




23. Which of the following is the worst type of module coupling?




24. ____ In this each module hides the representation details of a major data structurebehind functions that access and modify the data structure.




25. A module has _______if there is some logical relationship in the elements of a module.




26. ___ This module gets data from sub-ordinates and forward it tosuperordinate(boss) modules.




27. _____ This module gets data from super-ordinate and forward it to sub-ordinates.




28. __ This module manages the flow of data between different sub-ordinates. They areused for selection purpose and in decision making.




29. This module gets data from super-ordinates, process that data and again forward It tosuper-ordinate modules, These modules are used for processing purpose.




30. White Box techniques are also classified a




31. Exhaustive testing




32. Alpha testing is done a




33. The testing in which code is check




34. Testing done without planning and Documentation is ca




35. Acceptance testing is also known a




36. Which of the following is non-functional testing?




37. Beta testing is done a




38. Unit testing is done by




39. Behavioral testing




40. Which of the following is black box testing




41. Which of the following is not used in measuring the size of the softwa