作者rojamd (贝斯揪)
看板Grad-ProbAsk
标题Re: [问题] 请教几个计概问题
时间Thu Mar 19 18:01:34 2009
※ 引述《s1300135 (DIU)》之铭言:
: 1.The compile consists of a ______ and a ______
: a.preprocessor,loader
: b.text editor,loader
: c.preprocessor,translator
: d.linker,preprocessor
C,应该是问Compiler内部包含哪两个部份吧
Preprocessor读入source file 扫描特殊的程式码库取代原指令码
连同其他要翻译为机器码的部份为下个步骤做准备 结果称为转译单元
Translator读入转译单元 转译为机器码 并产生object file
: 2.All members of a record must be ________
: a.the same type
: b.related type
: c.integer type
: d.charcter type
: 不确定是A还是B
B,Record可以和Array比较 Array中所有资料必须是相同资料型态
而Record中不必是相同资料型态 但必须是相关资料
将不相关资料集合在一起成为一个Record是没有意义的
: 3.The complexity of a program is O(log N) (底是10)
: and the computer executes 1 million instructions per second.
: How long does it take to run the program if the number of input is 10000?
: a.1 microsecond
: b.2 microseconds
: c.3 microseconds
: d.4 microseconds
: 这题麻烦提供算式....我怎麽算都没有里面的答案 感激不尽
: 总共三题 感谢~
: 祝大家考试顺利
D,先计算总共执行多少个叙述 log 10000 = 4 代表有4个叙述被执行
而电脑一秒钟可处理一百万个指令 因此执行4个叙述所需时间等於
4/1000000 = 0.000004 = 4 microseconds
--
ζ
╴╴╴╴╴╴╴╴╴╴╴╴╴╴╴╴ ξ
∣●- 嗯...
∣( 你也要来一根吗?
﹍﹎﹍﹎ ﹍﹎ ﹍﹎ ﹍﹎ ﹍﹎∣︳
--
※ 发信站: 批踢踢实业坊(ptt.cc)
◆ From: 211.20.105.43
1F:→ rojamd:Foundations of Computer Science: from Data Manipulation 03/19 18:10
2F:→ rojamd:to Theory of Computation 03/19 18:10
3F:→ rojamd:我猜你是在念这本书...@@ 03/19 18:10
4F:推 s1300135:感谢~这是考古题 03/19 18:43
5F:→ rojamd:不会~ 不过这些题目都是从这本书後面习题抓下来的 03/19 19:36