Chapter 3 Flashcards

1
Q

What is request driven architecture

A

I give request and I will receive response

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

Does events have request driven architecture

A

No

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

Does event driven approach asynchronous

A

Yes

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

What is event channel

A

It takes data from producer and send to consumers. It decouples producers and consumers

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

What is change listener

A

It means whenever the mentioned change comes, tell me.

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

What is event processing system

A

It recognizes the events and tells us which event is fired.

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

What is raw event

A

A raw event is an event that is introduced into an event processing system by an event producer. e.g. single click, double click mouse

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

What is derived event

A

A derived event is an event that is generated as a result of event processing that takes place inside an event processing system. e.g. onmouseClick(), onDrag()

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

What is stateless event processing

A

An event processing agent is said to be stateless if the way it processes one event does not influence the way it processes any subsequent events

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

What is event stream

A

An event stream is a set of associated events. It is often a temporally totally ordered set. A stream in which all the events must be of the same type is called a homogeneous event stream; a stream in which the events may be of different types is referred to as a heterogeneous event stream.

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

What is event processing agent

A

One thing is event producer and one thing is event consumer. There are things in between that takes raw events and make them derived events. They are called event processing agents.

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

What is state full event processing

A

Remember old state information

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

What is event handler

A

It is a function associated to that event

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

What is event attribute

A

An event attribute is a component of the structure of an event. Each attribute has a name and a data type.

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