Lecture 2 Flashcards

(21 cards)

1
Q

What is the business process

A

linked activities carried out by different people in organization to achieve result. Creates value (online or non-online process)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is sequence flow and its symbol

A

connects symbols together, one way only, order of activities. (straight solid arrow)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is activities, and the 3 types of tasks + Symbol

A

Its the action, Generic, Manual, User, Service (rectangle with rounded corners)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Give definition of Generic task

A

shows the operation without specifying how it interacts with IT

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Give definition of Manual task

A

is done without any information system (physical or paper based)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Give definition of User task

A

is done by person with help of information system (entering data)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Give definition of Service task

A

independently by information system (automatic)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is Events (2 kinds) + symbol

A

Start event, end event

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

what are the 2 types of start event and explain

A
  1. None start: used when no specific trigger fits (as needed)
  2. Message start: message/communication from external actor
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What are the 2 types of end events

A
  1. None End: generic, process is finished
  2. Message End: ends by sending message to an external actor
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Gateways and the 2 types of gateways and explain each + symbol

A
  1. Branching exclusive gateways: one path only out of two or more (it does not make the decision, shows possible exits)
  2. Merging exclusive gateways combines multiple paths into one common one. Reunites the transactions
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What is a token

A

Small marker that shows progress of a transaction
-It starts at Start Event, moves along sequence flow, ends at End event
-Like a game piece moving along a board

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What is intermediate event + symbol + 3 types of intermediate event

A

Show a pause in business process while system waits for condition (waiting time) (symbol: circle with dotted line)
1. Throwing Message intermediate event: sends message to external actor. Paired with catching int. event
2. Catching Message intermediate event: waits until external actor replies.
3. Timer Intermediate Event: pause transaction until time condition met

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Message flow + symbol

A

Shows exact exchange or communication between process and external actors
(Sequence flow is inside process, message flow always between pools)
No tokens
(dotted arrow)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What is a data object + symbol

A

Represents specific info processed. Temporary, in the moment info which may change later
Invoice, contract
(rectangle with folded right corner)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What is data stores + symbol

A

Contains multiple data objects. Permanent storage, long term
Databases
(cylinder)

17
Q

What is association + symbol

A

Relationship between process activities and data. (shows if read, written, updated) ( dotted with arrow on both sides)

18
Q

what are the two types of actors

A

External: Interact but do not preform activities
Internal: perform activities in the process

19
Q

what are the 2 processes that logically arranged to perform a transformation + provide added value to organization

A
  1. Business process: order processing, procuring of supplies
  2. Production process: manufacturing, acquiring raw materials
20
Q

What is the order of the information systems

A

Source  Input  Transformation (databases)  Output  Destination