33.6k views
1 vote
Which of the below design is not done with your data requirements?

a. Logical design
b. Application program design
c. Conceptual design
d. Physical design

User Mblakele
by
8.0k points

1 Answer

4 votes

Final answer:

Application program design is not done with your data requirements, unlike logical, conceptual, and physical design which all deal with data structure and management.

Step-by-step explanation:

Among the options given, application program design is not done with your data requirements. Here's why:

  • Logical design involves determining the structure of your data and its logical relationships.
  • Conceptual design involves defining the entities, attributes, and relationships without considering physical implementation details.
  • Physical design focuses on the actual implementation of the data structure within a specific database management system.

Application program design pertains to creating the software that will interact with the database, and it is typically concerned with user interface, process design, and logic, but not directly with data requirements.

Design architecture plays a pivotal role in transitioning from a conceptual design to a detailed design. It entails the assignment of functional elements to the physical components of the product. Shapes and dimensions, materials, fabrication processes, and product components are all defined during this phase to create prototypes and models.

User Charlesbridge
by
7.4k points