试题查看

首页 > 软件水平考试 > 试题查看
【单选题】

C、is sometimes referred to as a ’high -level (66) language’. Some people think that’s an insult, but it’s actually a deliberate and significant aspect of the language. If you have (67) in assembly language, youll probably findC、very natural and comfortable (although if you continue to focus too heavily on machine - level details, youll probably end up with unnecessarily non- portable programs). If you havent programmed in assembly language, you may be frustrated byC、’s lack of certain higher - level features. In either case, you should understand whyC、was de- signed this way: so that seemingly - simple constructions expressed inC、would not expand to arbitrarily expensive ( in time or (68) ) machine language constructions when (69) . If you write aC、program simply and succinctly, it is likely to result in a succinct, efficient machine language executable. If you find that the (70) resulting from aC、program is not efficient, it’s probably because of something silly you did, not because of something the compiler did behind your back which you have no control over. In any case, there’s no point in complaining aboutC’s low - level flavor:C、is what it is.

A.assembly
B.combination
C.grouping
D.compounding
查看答案解析

参考答案:

正在加载...

答案解析

正在加载...

根据网考网移动考试中心的统计,该试题:

65%的考友选择了A选项

28%的考友选择了B选项

6%的考友选择了C选项

1%的考友选择了D选项

你可能感兴趣的试题

在用白箱法设计测试用例时,常用的5种覆盖标准是:语句覆盖、判定覆盖、条件覆盖、判在测试用例设计中,有语句覆盖、条件覆盖、判定覆盖(即分支覆盖)、路径覆盖等,其中在用白箱法设计测试用例时,常用的5种覆盖标准是:语句覆盖、判定覆盖、条件覆盖、判在测试用例设计中,有语句覆盖、条件覆盖、判定覆盖(即分支覆盖)、路径覆盖等,其中在软件开发过程中常用图作为描述工具。如DFD就是面向(93)分析方法的描述工具。在测试用例设计中,有语句覆盖、条件覆盖、判定覆盖(即分支覆盖)、路径覆盖等,其中