编绘1:5万地形图水系要素时,当底图上河流宽度大于()mm时,河流应用双线依比例尺表示。
A、0.3
B、0.4
C、0.5
D、0.6
参考答案:B
以下程序段的输出结果为 ______。 X=1 Y=4 Do Until Y>4X=X*YY=Y+1 Loop Print X
A.1
B.4
C.8
D.20
Representations of software architecture are an enabler for communication between all parties (stakeholders) interested in the development of a computer-based system. An architectural style defines as a family of such systems in terms of a ① of structural organization. More specifically, each ② describes a system category that encompasses: (1) a set of components (e.g., a database, computational modules) that perform a function required by a system, (2) a set of ③ that enable "communication, coordination and cooperation" among components, (3) ④ that define how components can be integrated to form the system, and (4) semantic models that enable a designer to understand the overall properties of a system by analyzing the known ⑤of its constituent parts.
④是()
A. grammar models
B. code segments
C. constraints
D. deliverables