πŸ“Š Software Engineering
Q. Myers (1978) identifies seven levels of cohesion. Which level of cohesion may be defined as followed; “the output from one element in the component serves as input for some other element”?
  • (A) communicational cohesion
  • (B) functional cohesion
  • (C) communicational cohesion
  • (D) temporal cohesion
πŸ’¬ Discuss
βœ… Correct Answer: (A) communicational cohesion

Explanation: in communicational cohesion the output from one element in the component serves as input for some other element.

πŸ“Š Software Engineering
Q. If a control switch is passed as an argument this is an example of _______ coupling.
  • (A) content
  • (B) common
  • (C) control
  • (D) stamp
πŸ’¬ Discuss
βœ… Correct Answer: (C) control

Explanation: two modules are control coupled if one passes an element of control to another.

πŸ“Š Software Engineering
Q. Which of the following is a type of abstraction?
  • (A) data
  • (B) procedural
  • (C) iteration
  • (D) all of the above
πŸ’¬ Discuss
βœ… Correct Answer: (D) all of the above

Explanation: the three types of abstraction (data, procedural and iteration) are all instances of the more general concept of information hiding.

πŸ“Š Software Engineering
Q. In the classical chief programmer team approach, the team member responsible for maintaining the detailed design and coding is
  • (A) the chief programmer
  • (B) the programming secretary
  • (C) a specialized function that exists outside ‘the team’
  • (D) the individual coder (i.e. programmer)
πŸ’¬ Discuss
βœ… Correct Answer: (D) the individual coder (i.e. programmer)

Explanation: in the classical chief programmer team approach, the team member responsible for maintaining the detailed design and coding is the individual coder (i.e. programmer).

πŸ“Š Software Engineering
Q. Internal costs include
  • (A) developers salaries
  • (B) managers and support personnel salaries
  • (C) the cost of overheads such as utilities, rent and senior managers
  • (D) materials (such as manuals) and services such as travel
πŸ’¬ Discuss
βœ… Correct Answer: (A) developers salaries

Explanation: internal costs comprise all the costs to the developers.

πŸ“Š Software Engineering
Q. Software Science bases its estimation of the size of a product on
  • (A) files (fi), flows (fl) and processes (pr)
  • (B) lines of code (kloc)
  • (C) function points (fp)
  • (D) operands and operators
πŸ’¬ Discuss
βœ… Correct Answer: (D) operands and operators

Explanation: software science bases its estimation of the size of a product on the number of operands and operators.

πŸ“Š Software Engineering
Q. In Intermediate COCOMO the mode that represents complex products is referred to as
  • (A) embedded
  • (B) semidetached
  • (C) organic
  • (D) multiplicative
πŸ’¬ Discuss
βœ… Correct Answer: (A) embedded

Explanation: organic, semidetached and imbedded.

πŸ“Š Software Engineering
Q. Work that continues throughout the project and does not relate to any specific phase of software development is termed a(n)
  • (A) milestone
  • (B) project function
  • (C) activity
  • (D) task
πŸ’¬ Discuss
βœ… Correct Answer: (B) project function

Explanation: work that continues throughout the project and does not relate to any specific phase of software development is termed a project function.

πŸ“Š Software Engineering
Q. The best way to test the Software Project Management Plan (SPMP) is by
  • (A) prototyping
  • (B) inspection
  • (C) simulation
  • (D) compilation
πŸ’¬ Discuss
βœ… Correct Answer: (B) inspection

Explanation: the best way to test the software project management plan (spmp) is by a plan inspection by the sqa team. in order to further reduce risk the duration and cost estimates should further be independently computed by people other than the original project team.

πŸ“Š Software Engineering
Q. Brooks’ view of the essence of software included
  • (A) people, quality, process and productivity
  • (B) performance, robustness, maintainability and reusability
  • (C) complexity, conformity, changeability and invisibility
  • (D) efficiency, reliability, usability and robustness
πŸ’¬ Discuss
βœ… Correct Answer: (C) complexity, conformity, changeability and invisibility

Explanation: brooks’ view of the essence of software included complexity, conformity, changeability &invisibility.

Jump to