- 1、本文档共32页,可阅读全部内容。
- 2、有哪些信誉好的足球投注网站(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
SSD5單选题答案
Ssd5单选题
1.1.1
1. C++ is said to be an object-oriented language because of its support for (b)
(a) C-style comments
(b) classes, inheritance, and polymorphism
(c) attendant algorithms
(d) pointers
2. Which of the following statements about C++ is (are) true (c)
It is strongly typed.
It has been standardized by ISO.
(a) None
(b) I only
(c) I and II
(d) II only
1.1.2
1. All of the following characters are allowed to be part of a valid C++ identifier except (a)
(a) - (hyphen)
(b) _ (underscore)
(c) X
(d) 3
2. To produce an executable image, a C++ source file must be _____, then _____, and finally _____. (c)
(a) linked, preprocessed, compiled
(b) compiled, preprocessed, linked
(c) preprocessed, compiled, linked
(d) compiled, linked, preprocessed
3. At the end of the _____ stage for a C++ program, a(n) _____ can be produced. (c)
(a) linking, source file
(b) preprocessing, object file
(c) linking, executable image
(d) compiling, preprocessed file
4. In C++, the directive #include is processed by the (a)
(a) preprocessor
(b) Standard Template Library
(c) linker
(d) compiler
1.2.1
1. Lines at a store, file cabinets, and bookcases are real-world entities that most resemble _____ in computer science. (a)
(a) data structures
(b) functional programming languages
(c) algorithms
(d) object-oriented programming languages
2. In computer science, a structured representation of information is known as a(n) (b)
(a) cache
(b) data structure
(c) algorithm
(d) processor
3. An ordered set of directives that can be carried out mechanically is known as a(n) (b)
(a) hash table
(b) algorithm
(c) associative array
(d) tree
1.2.2
1. Decomposition of a problem involves which of the following? (d)
(a) Simplifying the problem by eliminating low-priority requirements
(b) Determining a programming language for implementing a solution to the problem
(c) Reverse-engineering an algorithm that solves a different problem
(d)
文档评论(0)