Arch 1 Flashcards
(155 cards)
The IT Architecture has four components. Which of the following is not a component?
A. Architect
B. Architecture
C. Systems
D. Architecture methods
Systems
In the data architecture, there are three key operations. Which of the following is not a key operation on the data?
A. Data acquisition
B. Data formation
C. Data analysis
D. Data delivery
Data formation
Choose the right answer from the follow to fill the gaps. The information system of an enterprise is a collection of activities that regulate the … and … of information and the storage of data that are relevant to the management of the enterprise.
A. Sharing, distribution
B. Operating, distribution
C. Sharing, formatting
D. Formatting and operating
Sharing, distribution
Explain why the conceptual modelling (design) cannot be automated or helped by automatic tools
The design of information system is a complex activity, including the planning, specification, and development of each component of the system. The designers have the full responsibility for the process of understanding and transforming requirements into conceptual schemas.
What are the key differences between conceptual model and logic model?
A conceptual data model is the highest level, and therefore the least detailed. A logical data model involves more detailed thinking about the implementation
Conceptual Model:
- Focus: Theoretical or abstract representation.
- Purpose: Understanding and visualizing complex concepts or systems.
- Level of Detail: High-level and abstract, less concerned with specific details and measurements.
Logic Model:
- Focus: Program planning, implementation, and evaluation.
- Purpose: Providing a structured framework for achieving program goals and objectives.
- Level of Detail: Detailed and specific, includes inputs, activities, outputs, outcomes, and indicators.
Which one of the following is not a quality to measure the conceptual models?
A. Expressiveness
B. Simplicity
C. Performance
D. Formality
Performance
Use an example to explain what minimal cardinality and maximal cardinality are in the ER model
Minimal cardinality of an attribute indicates the minimal number of attribute values associated with each entity or relationship instance. A minimal cardinality having value 0 means the attribute is optional. A minimal cardinality having value 1 means the attribute is mandatory.
Maximal cardinality indicates the maximal number of attribute values associated with each entity or relationship instance. A maximal cardinality having value 1 means the attribute is single-valued. A maximal cardinality having value greater than 1 means that the attribute is multi-valued.
Which of the following is the right answer if there is a generalization relationship from Entity E1 to Entity E2.
A. All the instances of E1 belong to E2.
B. All the instances of E2 belong to E1.
C. E1 is the same as E2.
D. If an instance belongs to E2, it does not belong to E1.
All the instances of E1 belong to E2.
Which of the following is not a construct of the Dataflow Diagram (DFD)?
A. Process
B. Entity
C. Dataflow
D. Interface
Entity
Choose the right one from the following that gives the main elements of the (finite) state machines?
A. States and transitions
B. Workflow and process
C. State and process
D. Workflow and transition
States and transitions
Explain what a dataflow is in the Dataflow Diagram (DFD).
Dataflow. is an exchange of information between processes. Dataflow does not represent flows of control, such as the activation of processes. Instead, they indicate packages of data that flow into or out of the processes.
Explain what a process is in the Dataflow Diagram (DFD).
Process. It represents an activity within the information system. A process can generate, use, manipulate, and destroy information. When a process does not generate or destroy data, it transforms the data in the incoming flows into the data in the outgoing flows.
Explain what a Data store is in the Dataflow Diagram (DFD).
Data store. It is a repository of data, including temporary files, look-up tables, paper forms, electronic forms, and permanent records. A line from data store to a process indicates that data from the store is used by the process. A line from a process to a data store means that the process changes the content of the store in some way.
Explain what a interface/user is in the Dataflow Diagram (DFD).
Interface/user. It is an external user of the information system, who may be the originator and / or receiver of the dataflows or data stores.
Which one of the following is not described in an objective (goal) model? (1)
A. Reasons
B. Goals
C. Problems
D. Processes
Processes
Choose the right one from the following to fill the gaps. A stakeholder is an individual, team, or — with interests in, or — relative to a system. (1)
A. Organization, concerns
B. Organization, interests
C. Process, concerns
D. Processes, interests
Organization, concerns
An enterprise architecture process consists of four steps. Which one of the following is not one of them? (1)
Design
Management
Programming
Use
Programming
Briefly explain what an external driver is
External pressures
External drivers from regulatory authorities and other pressures necessitate companies to have a thorough insight into their structure and operations. All of these drivers make a clear case for the use of enterprise architecture.
The Balanced scorecard (BSC) consists of four perspectives. Which of the following is not one of them?
Customer perspective
Data perspective
Financial perspective
Internal business process perspective
Data perspective
In the Business Model Canvas (BMC), one of the seven parts is Customer relationships and Channels. Give three examples of the commonly used channels for an organization to contact customers. (2)
Front office, Tv, Web, Radio, Telephone, Newspaper, E-mail, Billboards, Postal mail, internet
Following is the Zachman Framework. Give the attribute names of the first column and the second row.
What? & Owner
In the IT architecture, the architect is the organization’s technology strategist. Briefly describe the reasons for this statement.
Because the architect works closely with stakeholders to build a holistic view of the organization’s strategies, processes, information, and IT assets.
They also ensure that technology strategies support business needs. They give context to the business’s technology projects and infrastructure. And they help the business to realize bottom line business value through technology.
Choose the right answer from the following to fill the gaps. The information system of an enterprise is a collection of activities that regulate the … and … of information and the storage of data that are relevant to the management of the enterprise. (1)
sharing, distribution
operation, distribution
structure, distribution
format, sharing
sharing, distribution
The conceptual design is independent from a particular DBMS. Briefly describe the advantages this feature generates.
The conceptual schema can survive a late decision to change the target DBMS.
If the DBMS or application requirements change, the conceptual schema can still be used as a starting point of new design activity.
Different databases, described through their conceptual schemas, can be compared in a homogeneous framework.