Software Architecture Quiz
Topics:
23
Replies:
45
Views:
78416
Up one level
Forum to discuss objectives, concepts, and generics of Software Architecture Descipline
You need to be a registered member to post to this forum.
Register now.
Topics list
Pictures of Ashanti - for www.buildap.com users only!You can view the entire scandalous thing at Ashanti Photos and Movies ...
Replies:
0
,
Views:
225
About Adriana Lima - exclusively for www.buildap.com users!Adriana Lima was born in 1982, in Salvador, Brazil. The blue/gray-eyed bea ...
Replies:
0
,
Views:
124
Posted by
ninaj
at
2007-01-27 14:08
Hello
Can you explain what is “functionality” in quality attributes. When we can say this quality attribute is important for the system. ...
In the article, “Reasoning About Software Quality Attributes” at http://www.sei.cmu.edu/architecture/reasoning_about.html author identified five impor ...
Replies:
1
,
Views:
1561
Does s/w arch depend on the programming language in which the s/w is to be built?
If we are using component based development, will the arch get af ...
Ideally, s/w architecture does not depend on the programming language, but practically programming language + technologies are building blocks for s/w ...
Replies:
1
,
Views:
893
Posted by
havoyan
at
2004-11-16 12:26
Each client can contain one MessageBox and one Entry box to enter and show messages. One of the clients can contain a SocketServer and another SocketC ...
Replies:
0
,
Views:
3167
Posted by
havoyan
at
2004-12-13 16:53
What is the difference? ...
Replies:
0
,
Views:
3847
Posted by
havoyan
at
2004-11-16 12:30
Requires transaction and synchronization support. Possibility to loose of integrity.
Data centered arichitecture is a single point fail ...
Posted by
havoyan
at
2004-12-08 08:29
can not agree more. Each style has its advantages and disadvantages. Usually the choice is not OR but AND - some modules could be based on one style a ...
Replies:
2
,
Views:
4528
Posted by
havoyan
at
2004-11-30 12:48
Pipe and FilterBuildap
Data streamingMessage based
Filter consumes and delivers data incrementallyPart consumes and delivers discrete events ...
Replies:
0
,
Views:
2722
Posted by
havoyan
at
2004-11-16 12:28
Lets assume we have a device, which contains device1 and device2, and each of them contains part1 and part2, so lets say we have connections likedevic ...
Replies:
0
,
Views:
2872
Posted by
havoyan
at
2004-11-16 12:22
Buildap goal is to build applications visually without programming. As such any application should be build from reusable generic parts. If we use par ...
Replies:
0
,
Views:
3075
Posted by
havoyan
at
2004-11-11 21:21
Why most usefull parts are usually less reusable? ...
Posted by
havoyan
at
2004-11-16 12:19
The key words are generic and domain/application specific. Low level components are more common, perform generic and well defined functions, while hig ...
Replies:
1
,
Views:
3798
Posted by
havoyan
at
2004-11-06 19:38
When an outpin of part1 is connected to part2 and part3, the sequence in which part2 and part3 will get events is not granted. Why is that? ...
The part's behavior in Buildap configuration depends on part's specifics (how it designed to behave)
That is;
1. ArrayPart designed so that it ...
Replies:
6
,
Views:
3831
When an outpin of part1 is connected to part3's INPIN1 and part2's outpin is connected to part3's INPIN2, the sequence in which INPIN1 and INPIN2 will ...
you rigth sequence of events not guaranteed, so it is responsibility of the part (in you'r example part3) which should check that all events are prese ...
Replies:
1
,
Views:
3855
Posted by
havoyan
at
2004-11-07 14:16
Why you think pipe-and-filter style architectures could be more scalable? ...
Posted by
luzgin
at
2004-11-09 07:48
Pipe-and-filter architector can be scaled by creating several instances of a processing filter and distributing data among them. (Parallel processing) ...
Replies:
3
,
Views:
4457
Posted by
havoyan
at
2004-11-02 17:20
Why we should avoid shared address space between components? ...
Posted by
havoyan
at
2004-11-09 07:46
both correct ...
Replies:
3
,
Views:
4001
Posted by
havoyan
at
2004-11-08 05:54
Part is device. Device is part. Are these correct statements? Explain. ...
Posted by
havoyan
at
2004-11-09 07:11
Device is a part, but not every part is a device. We define part as a component and device is a component as well. We say that we have 2 kind of parts ...
Replies:
4
,
Views:
4535
Posted by
havoyan
at
2004-11-03 13:57
Assume we have 2 parts: Date part which fires event at specified date 0:0 am, and Time part which fires event at specified time. How we can ...
Posted by
havoyan
at
2004-11-09 07:07
THe diagram is correct. THere is another solution esp. if these parts say dont have start inpin. We can fire the SetTime and SetDate and then have a s ...
Replies:
5
,
Views:
4530
Posted by
havoyan
at
2004-11-09 04:20
Explain difference between Blackboard and Database. ...
Posted by
havoyan
at
2004-11-09 06:58
mostly correct. Architectural styles differentiate Blackboards (active, pushing) vs. Repositories (passive, client polling) and Database can be both. ...
Replies:
3
,
Views:
4847
Posted by
havoyan
at
2004-11-08 06:47
Is buildap config language decalrative or procedural? Explain difference. ...
Posted by
havoyan
at
2004-11-09 06:54
first comment is correct. Being encoded in XML doesnt mean it is a declarative language. For example Java code also could be encoded into XML - but th ...
Replies:
3
,
Views:
3685
Posted by
havoyan
at
2004-11-06 20:34
How would you categorize buildap connectors using connectors taxonomy. ...
Posted by
havoyan
at
2004-11-09 06:49
not correct. we have the following categories:
Coordination
Facilitation
Communication
Conversion
Buildap connectors perform Communication ...
Replies:
3
,
Views:
3804