Podcast
Questions and Answers
What is one of the first steps in designing application architecture according to the text?
What is one of the first steps in designing application architecture according to the text?
- Developing the user interface
- Partitioning the software into subsystems (correct)
- Configuring the hardware
- Creating the database
How is the user interface described in relation to the system according to the text?
How is the user interface described in relation to the system according to the text?
- Unimportant for system design
- Only the screens of the system
- An add-on to the system
- Conceptually, perceptually, and physically part of the system (correct)
What plays a key role in enabling systems to share information?
What plays a key role in enabling systems to share information?
- Database management systems
- System interfaces (correct)
- Hardware components
- System configuration files
What is considered an integral part of every computer information system according to the text?
What is considered an integral part of every computer information system according to the text?
Which activity in system design focuses on decisions about the structure and configuration of the new system?
Which activity in system design focuses on decisions about the structure and configuration of the new system?
What is emphasized as being more than just screens for the user while interacting with a system?
What is emphasized as being more than just screens for the user while interacting with a system?
What is the primary objective of systems analysis?
What is the primary objective of systems analysis?
In system design, what is the function of the system boundary?
In system design, what is the function of the system boundary?
What is the key difference between systems analysis and systems design?
What is the key difference between systems analysis and systems design?
Which perspective in system design involves configuring the application to be consistent with network, database, and user interface components?
Which perspective in system design involves configuring the application to be consistent with network, database, and user interface components?
What is the main goal of systems design in relation to the solution system?
What is the main goal of systems design in relation to the solution system?
Which phase focuses on thoroughly understanding the organization’s informational needs or requirements?
Which phase focuses on thoroughly understanding the organization’s informational needs or requirements?
What is one key focus of System Design Output Design?
What is one key focus of System Design Output Design?
Which component is NOT part of the technology environment required to support a software application?
Which component is NOT part of the technology environment required to support a software application?
What does the third perspective for the user-interface component involve?
What does the third perspective for the user-interface component involve?
Which activity is NOT part of System Design activities according to the text?
Which activity is NOT part of System Design activities according to the text?
In addition to hardware, what else does the technology environment include?
In addition to hardware, what else does the technology environment include?
What does System Design involve according to the text?
What does System Design involve according to the text?
What is a common decision that needs to be made during the first system design activities?
What is a common decision that needs to be made during the first system design activities?
Which design activity focuses on limiting access to the system for authorized users?
Which design activity focuses on limiting access to the system for authorized users?
In terms of database structure, what are some internal properties that need to be designed?
In terms of database structure, what are some internal properties that need to be designed?
What is the purpose of system controls in the context of system design activities?
What is the purpose of system controls in the context of system design activities?
When a database is distributed, what is crucial for ensuring proper integration with existing databases?
When a database is distributed, what is crucial for ensuring proper integration with existing databases?
What is a key aspect of application controls in system design activities?
What is a key aspect of application controls in system design activities?
What is the primary advantage of using structured design approach in system design?
What is the primary advantage of using structured design approach in system design?
How is function-oriented design different from structured design approach in system design?
How is function-oriented design different from structured design approach in system design?
What is a key characteristic of function-oriented design in system design?
What is a key characteristic of function-oriented design in system design?
How does structured design approach differ from object-oriented design in system design?
How does structured design approach differ from object-oriented design in system design?
Which system design approach divides the system into subsystems called functions?
Which system design approach divides the system into subsystems called functions?
What is a distinguishing feature of structured design approach compared to object-oriented design?
What is a distinguishing feature of structured design approach compared to object-oriented design?
Study Notes
System Design Process
- System design is a model-building activity that converts the information gathered during analysis into models that represent the solution system.
- It is more oriented towards technical issues and requires less user involvement and more involvement by other systems professionals.
System Design Activities
- Design the Application Architecture and Software: includes decisions about the structure and configuration of the new system, as well as the design of the computer software itself.
- Design the User Interfaces: includes designing the user interface, which is everything the user comes into contact with while using the system.
- Design the System Interfaces: involves designing the component that enables systems to share information.
- Design the Database: includes identifying the type of database to be used, the database management system, and designing the internal properties of the database.
- Design the Security and System Controls: includes ensuring that the system has adequate safeguards to protect organizational assets.
- Design the Environment: includes designing the technology required to support the software application, including hardware, operating systems, and communication protocols.
System Design Perspectives
- For the application software component: identify the various subsystems and their relationships to each other.
- For the database component: identify the type of database to be used and the database management system.
- For the user-interface component: identify the general form and structure of the user dialog based on the major inputs and outputs.
System Design Outputs
- The output of the design activities is a set of diagrams and documents that describe, organize, and structure the system solution.
- The diagrams model and document various aspects of the solution system.
System Design Approaches
- There are three approaches to system design: Structured Design, Function-oriented Design, and Object-oriented Design.
- Structured Design: breaks down problems into multiple well-organized elements, allowing for simpler problem-solving.
- Function-oriented Design: divides the entire system into subsystems referred to as functions, with more information passing between the functions.
Studying That Suits You
Use AI to generate personalized quizzes and flashcards to suit your learning preferences.
Description
Learn about the system design process and different design approaches in Human-Computer Interaction (HCI) with Dr. Amira M. Gaber. Explore how analysts convert requirements models into solution system models, focusing on technical issues and less user involvement.