exam 2 ch.8- logical system design

0.0(0)
Studied by 0 people
call kaiCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/17

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 1:50 AM on 4/27/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

18 Terms

1
New cards

what is the purpose of the system analysis phase

to figure out the business needs

2
New cards

what is the purpose of the system design phase

decide how to build a system that can fulfill those needs

3
New cards

what is the importance of the system analyst role

they are most knowledgeable about the business requirements

4
New cards

what is the importance of a system designer role

database specialists: they advise on database technology

network specialists: advise on network technology

application programmers: experts in new and existing application development tools and standards

5
New cards

what is the objective of system design

it is the recommended solution for a new system

6
New cards

what is included in the system design phase

logical system design

physical system design

7
New cards

what does the logical system design include

the proposed systems

  • dfd’s

  • erd

the data and process models

  • crud matrix

8
New cards

what does the physical system design include

  • candidate system solutions matrix

  • feasibility analysis matrix

  • physical dataflow diagrams

  • input and output design

9
New cards

why do system analysts need to synchronize the different views

to make sure there is consistency and completeness of the total system specification

10
New cards

what are the different views of the system

network

data

interface

process models

11
New cards

what is the rule for data stores in data and process model synchronization

there should be one data store in the process model for each entity in the data model

12
New cards

how can the process model maintain the data in the data model

by making sure there are sufficient processes in the process model

13
New cards

what is the data to process (CRUD) matrix

A table that shows the relationship between data (entities) and processes, including how data is used

14
New cards

in the crud matrix what do the rows represent

entities and their attributes as they appear in the propsed system ERD

15
New cards

what do the columns represent in the CRUD matrix

the elementary processes (most detailed) as they appear in the proposed system DFD

16
New cards

what do the cells represent

the level of access a process has to:
create, read, update, delete

17
New cards

what should every entity have

at least one C, R, U, D entry

  • if not then it might be omitted from the process models

18
New cards

what does the direction of the dataflow reflect

the action of the process