单选题The (71) is a general description of the architecture of a workflow management system used by the WFMC, in which the main components and the associated interfaces are summarized. The workflow enactment service is the heart of a workflow system which consists of several (72) . In a workflow system, a process is specified using the process definition tool. Usually, processes are defined in terms of a (73) , which consists of (74) indicated using a circle, and (75) shown as a rectangle. These two components can be linked by means of a directed arc.
单选题图5-6UML类图所示意的设计模式的意图是{{U}}(47){{/U}}。
单选题在下面所列举的逻辑测试覆盖中,测试覆盖最强的是 (12) ,最弱的是 (13) 。
单选题在具有n个单元的顺序存储的循环队列中,假定指针front和rear分别指向队首和队尾,则判断队列为空的条件是{{U}} (3) {{/U}},如果约定“以队尾指针所指位置的下一个位置是队首指针”表示队满,那么队列为满当且仅当{{U}} (4) {{/U}}。
单选题动态模型的描述工具是 (23) 。
单选题已知某文法G[S]:S→aSaS→b,从S推导出的符号串可用______(n≥0)描述。
A.(aba)n
B.anban
C.bn
D.abna
单选题类的实例化过程是一种实例的合成过程,而不仅仅是根据单个类型进行的空间分配、初始化和绑定。指导编译程序进行这种合成的是 ( ) 。
单选题以下标准代号中, (11) 不属于国家标准代号。
单选题
单选题Jackson结构化程序设计方法是英国人M.Jackson提出的,它是一种面向 (19) 的设计方法,主要使用于规模适中的 (20) 系统的开发。
单选题校园网连接运营商的IP地址为202.117.113.3/30,本地网关的地址为192.168.1.254/24,如果本地计算机采用动态地址分配,在下图中应如何配置?________。
单选题试题(44)、(45)
下图所示为____(44)____设计模式,适用于____(45)____。
单选题
单选题白盒测试属于 (13) 。
单选题计算N!的递归算法如下,求解该算法的时间复杂度时,只考虑相乘操作,则算法的计算时间T(n)的递推关系式为 (55) ;对应时间复杂度为 (56) 。 int Factorial (int n) //计算n! if(n<=1)return 1; else return n * Factorial(n-1);
单选题设某算法的计算时间表示为递推关系式T(n)= T(n-1) + n (n>0) 及T(0)=1,则该算法的时间复杂度为( )。
单选题
