Engineering Design Resolution Activities - Software Design Question and Answers

1.

Engineering Design Resolution Activities are traditionally divided into which of these major phases?

   A.) Architecture Design
   B.) Detailed Design
   C.) All of the mentioned
   D.) None of the mentioned

Answer: Option 'C'

All of the mentioned

DigitalOcean Referral Badge

2.

What is Architectural Design?

   A.) It is the activity of specifying internal elements of all major program parts, structure and relationships
   B.) It is the activity of specifying programs major parts, their responsibilities, properties and interfaces
   C.) It is the activity of specifying a program’s external structure
   D.) None of the mentioned

Answer: Option 'B'

It is the activity of specifying programs major parts, their responsibilities, properties and interfaces
 

DigitalOcean Referral Badge

3.

What is a Black box?

   A.) Units with internal form and exposed internal working behavior
   B.) Units with external form and hidden internal working behavior
   C.) Units with less functional behavior
   D.) None of the mentioned

Answer: Option 'B'

Units with external form and hidden internal working behavior

DigitalOcean Referral Badge

4.

What is Detailed Design?

   A.) It is the activity of specifying internal elements of all major program parts, structure and relationships
   B.) It is the activity of specifying programs major parts, their responsibilities, properties and interfaces
   C.) It is the activity of specifying a program’s external structure
   D.) None of the mentioned

Answer: Option 'A'

It is the activity of specifying internal elements of all major program parts, structure and relationships

DigitalOcean Referral Badge

5.

Which of the following statement is false?

   A.) Interface is a boundary across which entities communicate
   B.) Interface specification is a description f the mechanism that an entity uses to communicate with its environment
   C.) All of the mentioned
   D.) None of the mentioned

Answer: Option 'D'

None of the mentioned

DigitalOcean Referral Badge

6.

What is rule followed by packaging and implementation?

   A.) Program units and their internal elements typically resides in various containers
   B.) The allocation of units to containers may be specified, along with the scope and visibility of program elements
   C.) Allocation of units are left on programmers to decide
   D.) All of the mentioned

Answer: Option 'D'

All of the mentioned

DigitalOcean Referral Badge

7.

What rule is followed by decomposition?

   A.) Each module must be placed in charge of certain data and activities
   B.) Units may have important states that affect their external observable behavior
   C.) Depending on the size, major parts can be divided based on range of its scope
   D.) All of the mentioned

Answer: Option 'C'

Depending on the size, major parts can be divided based on range of its scope

DigitalOcean Referral Badge

8.

Which of these are included in architectural design specifications?

   A.) Decomposition
   B.) Responsibilities
   C.) Interface
   D.) All of the mentioned

Answer: Option 'D'

All of the mentioned

DigitalOcean Referral Badge

9.

Which of these are not included in architectural design specifications?

   A.) Collaboration
   B.) Relationships
   C.) Implementation
   D.) Properties

Answer: Option 'C'

Implementation

DigitalOcean Referral Badge

10.

Which of these are included in detailed design specifications?

   A.) Packaging and Implementation
   B.) Interface
   C.) Algorithms and Data Structures
   D.) All of the mentioned

Answer: Option 'D'

All of the mentioned

DigitalOcean Referral Badge

Engineering Design Resolution Activities Download Pdf

Recent Posts