is202 exam3 practice questions

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

1/22

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 8:07 PM on 4/13/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

23 Terms

1
New cards

A data flow diagram(DFD) is ___________________ and shows______________

a graphical representation of the flow of data internally within a system

how data moves from input sources through various process to output destinations

2
New cards

Describe input data

data flow coming into the process

3
New cards

Describe output data

data flow leaving from the process

4
New cards

An example of a Process could be:

Described as a Verbs— Create, Define, Produce, Return, Divide

5
New cards

An example of Data Flow could be

Described as nouns— Ingredients, Grocery List, Patient Info

6
New cards

An example of a Data Store could be:

Inventories of Data— Patient Portal, HRIS, Insurance Records

7
New cards

An example of an Entity could be:

provides or receives data in the system— Chef, Patient, Physician, HR Manager

8
New cards

Which is the correct order for developing DFD diagrams?

Make a list of [entities, data flows, processes, and data stores], decomp diagram, context diagram, level 0 DFD, level 1 DFD, correct errors, logical DFD>> physical DFD

9
New cards

Context Diagram contains_________

only one process representing the entire system

10
New cards

How are diagrams labeled on Data Flow Diagrams?

starting with 0 on the context diagram process, then each process is numbered on level 0,then each child diagram subprocess is labeled with an decimal point

11
New cards

A level 0 DFD is called a___________ and a level 1 DFD is called a ____________.

parent, child

12
New cards

A level 0 DFD is__________

an explosion of the context diagram looking at the details of the root process

13
New cards

_______ and _________ from previous diagram should remain the same

inputs, outputs

14
New cards

what’s the primary rule of Level 1 DFD

vertical balancing——dictates that a child diagram cannot produce an output or receive an input that the parent diagram does not produce or receive

15
New cards

What’s something that can be excluded from Level 1 DFD/ child diagrams?

entities aren’t usually shown

16
New cards

Child diagram may have_______ not shown on parent diagram

data stores

17
New cards

processes not exploded/ not detailed are described as what?

functionally primitive— known as primitive processes

18
New cards

Difference between logical DFD and Physical DFD

logical DFD focuses on business operations, physical shows how the system will be implemented

19
New cards

Common Errors involving data flow

forgetting to include data flow/ pointing an arrow in the wrong direction

incorrectly labeling data flow

omitting data flow

20
New cards

Errors is Data Flow——What is Linear Data flow?

data flow with only one input and one output

21
New cards

Common errors involving Entities

connecting entities and data stores directly to each other, rather than through a process

22
New cards

common errors with processes

incorrectly labeling processes

using too many processes— more than 9 causes miscommunication

23
New cards

How to prevent unbalanced explosions?

each child diagram should have the same inputs and outputs as parent processes