

MCQOPTIONS
Saved Bookmarks
This section includes 181 Mcqs, each offering curated multiple-choice questions to sharpen your Computer Science knowledge and support exam preparation. Choose a topic below to get started.
1. |
Which of the level carries out goal, objective, work tasks, work products and other activities of the software process? |
A. | Performed |
B. | INCOMPLETE |
C. | Optimized |
D. | Quantitatively Managed |
Answer» B. INCOMPLETE | |
2. |
Which of these activities is not one of the activities recommended to be performed by an independent SQA group? |
A. | Serve as the sole test team for any software produced. |
B. | The tools and methods that support SQA actions and tasks. |
C. | Software configuration management procedures. |
D. | Organizational roles and responsibilities relative to product quality. |
Answer» B. The tools and methods that support SQA actions and tasks. | |
3. |
Which plan describes how the skills and experience of the project team members will be developed ? |
A. | HR Plan |
B. | Manager Plan |
C. | Team Plan |
D. | Staff Development Plan |
Answer» E. | |
4. |
Which risk gives the degree of uncertainty and the project schedule will be maintained so that the product will be delivered in time? |
A. | Business risk |
B. | Technical risk |
C. | Schedule risk |
D. | Project risk |
Answer» D. Project risk | |
5. |
Which risks identify Potential Design, Implementation, Interface, Verification and Maintenance Problems? |
A. | Project risk |
B. | Business risk |
C. | Technical risk |
D. | Schedule risk |
Answer» D. Schedule risk | |
6. |
Which software designers tool helps to design the block structure of the software, that may further be broken down into smaller modules using refinement techniques? |
A. | Analysis tools |
B. | Design tools |
C. | Configuration management tools |
D. | Documentation tools |
Answer» C. Configuration management tools | |
7. |
Which software enables the program to adequately manipulate information? |
A. | Instructions |
B. | Data Structures |
C. | Documents |
D. | All of the above |
Answer» C. Documents | |
8. |
Which software works strictly according to defined specifications and solutions? |
A. | Static-type |
B. | Practical-type |
C. | Embedded-type |
D. | None of the above |
Answer» B. Practical-type | |
9. |
Which subsystem implements a repository that encompasses the following elements, 1) Content database 2) Database capabilities 3) Configuration management functions |
A. | The publishing subsystem |
B. | The management subsystem |
C. | The collection subsystem |
D. | None of the above |
Answer» C. The collection subsystem | |
10. |
Which type of DFD concentrates on the system process and flow of data in the system? |
A. | Logical DFD |
B. | Physical DFD |
C. | Both A & B |
D. | None of the above |
Answer» B. Physical DFD | |
11. |
Which type of DFD shows how the data flow is actually implemented in the system and it is also more specific and close to the implementation? |
A. | Logical DFD |
B. | Physical DFD |
C. | Both A & B |
D. | None of the above |
Answer» C. Both A & B | |
12. |
You are working in CareerRide as a project manager. Company wants to develop a project. You are also involved in planning team. What will be your first step in project planning? |
A. | Establish the objectives and scope of the product. |
B. | Determine the project constraints. |
C. | Select the team. |
D. | None of the above. |
Answer» B. Determine the project constraints. | |
13. |
You are working in CareerRide as a project manager. What will you do to minimize the risk of software failure? |
A. | Request a large budget |
B. | You will increase the team size |
C. | Track progress |
D. | None of the above. |
Answer» D. None of the above. | |
14. |
Which of the following is not a section in the standard for SQA plans recommended by IEEE? |
A. | Budget |
B. | Time |
C. | People |
D. | None of the above |
Answer» B. Time | |
15. |
Which model gives the overall reliability of the system that is projected and certified? |
A. | Sampling model |
B. | Component model |
C. | Certification model |
D. | Both A & B |
Answer» D. Both A & B | |
16. |
Which metrics are derived by normalizing quality and/or productivity measures by considering the size of the software that has been produced? |
A. | Size oriented |
B. | Function-Oriented |
C. | Object-Oriented |
D. | Use-case-Oriented |
Answer» B. Function-Oriented | |
17. |
Which may be estimated either in terms of KLOC (Kilo Line of Code) or by calculating number of function points in the software? |
A. | Time estimation |
B. | Effort estimation |
C. | Cost estimation |
D. | Software size estimation |
Answer» E. | |
18. |
Which is the way where the CMMI process meta model can be represented? |
A. | A continuous model |
B. | A staged model |
C. | Both A & B |
D. | None of the above |
Answer» D. None of the above | |
19. |
Which is the most important feature of spiral model? |
A. | Quality management |
B. | Risk management |
C. | Performance management |
D. | Efficiency management |
Answer» C. Performance management | |
20. |
Which is the Layered Technology in Bedrock that supports Software Engineering? |
A. | Methods |
B. | Tools |
C. | Process |
D. | Quality Focus |
Answer» E. | |
21. |
Which is the Estimation Software size should be known? |
A. | Time estimation |
B. | Effort estimation |
C. | Cost estimation |
D. | Software size estimation |
Answer» C. Cost estimation | |
22. |
Which is the degree where the software performs its required function? |
A. | Correctness |
B. | Clarity |
C. | Completeness |
D. | Consistency |
Answer» B. Clarity | |
23. |
Which is the characteristics of Software risk? |
A. | Uncertainty |
B. | Loss |
C. | Both A & B |
D. | None of the above |
Answer» D. None of the above | |
24. |
Which is not a broad categories that can be used to classify the operations? |
A. | Transformers |
B. | Operations |
C. | Entities |
D. | Attributes |
Answer» B. Operations | |
25. |
Which is a logical grouping of data that resides within the application’s boundary and it is maintained via external inputs? |
A. | Number of external interface files |
B. | Number of internal logical files |
C. | Number of external inquiries |
D. | Number of external inputs |
Answer» C. Number of external inquiries | |
26. |
Which feature relieves anxiety, so the user knows that errors can be undone? |
A. | Support internal locus of control |
B. | Permit easy reversal of actions |
C. | Offer simple error handling |
D. | Design dialog to yield closure |
Answer» C. Offer simple error handling | |
27. |
Which factors affect the probable consequences if a risk occur? |
A. | Risk avoidance |
B. | Risk monitoring |
C. | Risk timing |
D. | Contingency planning |
Answer» D. Contingency planning | |
28. |
Which design identifies the software as a system with many components interacting with each other? |
A. | Architectural design |
B. | High-level design |
C. | Detailed design |
D. | Both B & C |
Answer» B. High-level design | |
29. |
Which depicts flow of control in program modules? |
A. | Flowchart |
B. | DFD |
C. | Both A & B |
D. | None of the above |
Answer» B. DFD | |
30. |
Which core steps are defined by six sigma methodology? |
A. | Analyze |
B. | Define |
C. | Measure |
D. | All mentioned above |
Answer» E. | |
31. |
Which classes implements the lower-level business abstractions that required to fully manage the business domain classes? |
A. | User interface classes |
B. | Business domain classes |
C. | Process classes |
D. | System classes |
Answer» D. System classes | |
32. |
Which class gives a content or function change that corrects an error or enhances local content or functionality in change management? |
A. | Class 1 |
B. | Class 2 |
C. | Class 3 |
D. | Class 4 |
Answer» B. Class 2 | |
33. |
Which Chart is a statistical technique to assess, monitor, and maintain the stability of a process? |
A. | Control Chart |
B. | Maintenance Chart |
C. | Bar Charts |
D. | None of these |
Answer» B. Maintenance Chart | |
34. |
When multiple modules have read and write access to some global data, it is called, ________ . |
A. | Content coupling |
B. | Stamp coupling |
C. | Data coupling |
D. | Common coupling |
Answer» E. | |
35. |
What should they focus on consequences that affect on the Software Risk Impact Assessment? |
A. | Performance |
B. | Support and cost |
C. | Schedule |
D. | All mentioned above |
Answer» E. | |
36. |
What should a software team apply for limited resources in a way that has the highest likelihood of achieving a high-quality result? |
A. | Requirement quality |
B. | Design quality |
C. | Code quality |
D. | Quality control effectiveness |
Answer» E. | |
37. |
What is the software component repository is referred by designers to search for the matching component on the basis of functionality and intended software requirements? |
A. | Search suitable components |
B. | Specify components |
C. | Requirement specification |
D. | Incorporate components |
Answer» B. Specify components | |
38. |
What is the project and process level that provides the Quality Metric benefit? |
A. | Defect amplification |
B. | Defect removal efficiency |
C. | Measuring quality |
D. | All mentioned above |
Answer» C. Measuring quality | |
39. |
What is the level of metrics and indicators that are available to measure the process and quality? |
A. | Optimized |
B. | Defined |
C. | Quantitatively Managed |
D. | Managed |
Answer» D. Managed | |
40. |
What is the designers may like to have list of all functional and non-functional requirements of GUI that can be taken from user and their existing software solution? |
A. | User analysis |
B. | Task analysis |
C. | GUI requirement gathering |
D. | GUI design & implementation |
Answer» D. GUI design & implementation | |
41. |
What is the correctness, completeness, and consistency of the requirements model will have a strong influence on the quality of all work products that follow? |
A. | Requirement quality |
B. | Design quality |
C. | Code quality |
D. | Quality control effectiveness |
Answer» B. Design quality | |
42. |
What is tested to uncover errors that indicate lack of conformance to customer requirements in the dimensions of quality? |
A. | Structure |
B. | Function |
C. | Usability |
D. | Navigation |
Answer» C. Usability | |
43. |
What is described by means of DFDs as studied earlier and represented in algebraic form? |
A. | Data flow |
B. | Data storage |
C. | Data Structures |
D. | Data elements |
Answer» B. Data storage | |
44. |
What is a text-based notifier that is mostly shows the context in which the user is working, and it is also generated by the software system? |
A. | Command prompt |
B. | Cursor |
C. | Command |
D. | All mentioned above |
Answer» B. Cursor | |
45. |
What is a measure of how well a computer system facilities learning? |
A. | Usability |
B. | Functionality |
C. | Reliability |
D. | None of the above |
Answer» B. Functionality | |
46. |
What is a black box testing method that divides the input domain of a program into classes of data from which test cases can be derived? |
A. | Binary partitioning |
B. | Equivalence partitioning |
C. | State-based partitioning |
D. | Attribute-based partitioning |
Answer» C. State-based partitioning | |
47. |
What does the physical connections between the elements of the OO design represent? |
A. | Cohesion |
B. | Coupling |
C. | Both A & B |
D. | None of the above |
Answer» C. Both A & B | |
48. |
What does Statistical Quality Assurance involve? |
A. | Tracking each defect to its underlying cause |
B. | Isolated the "vital few" cause |
C. | Moving to correct them |
D. | All mentioned above |
Answer» E. | |
49. |
What computer-based system can have a profound effect on the design that is chosen and also the implementation approach will be applied? |
A. | Scenario-based elements |
B. | Class-based elements |
C. | Behavioural elements |
D. | Flow-oriented elements |
Answer» D. Flow-oriented elements | |
50. |
Waht is the most common measure for correctness? |
A. | Defects per KLOC |
B. | Errors per KLOC |
C. | $ per KLOC |
D. | Pages of documentation per KLOC |
Answer» B. Errors per KLOC | |