网站大量收购独家精品文档,联系QQ:2885784924

ssd6选择题答案无重复.doc

  1. 1、本文档共22页,可阅读全部内容。
  2. 2、有哪些信誉好的足球投注网站(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
  3. 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载
  4. 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
ssd6选择题答案无重复,ssd3exercise7答案,生活常识选择题及答案,水浒传选择题及答案,红楼梦选择题及答案,西游记选择题及答案,三国演义选择题及答案,毛概选择题题库及答案,智力选择题及答案,趣味选择题及答案

1. Consider the following fragment of C++ source code. String msg; unsigned int x; int y; cin msg x y; cout x + y; Which of the following is (are) true regarding execution of the segment? The input statement will always take the same amount of time to execute. The output statement will always be executed immediately after the input statement. If x and y are both positive, an integer greater than both will be printed. (a) II only (b) none (c) I and II only (d) II and III only Correct answer is (b) See section 1.1.1 of the course notes. 2. Integrated programming environments make it difficult to mix and match tools from different sources. This is (a) bad, because no single vendor is likely to be the source of all the best tools (b) good, because it ensures compilation is not done incrementally by accident (c) bad, because all the tools will then have the same user interface (d) good, because tools from different sources cannot be made to interact with each other Correct answer is (a) See section 1.1.4 of the course notes. 3. In Visual C++, a Win32 Console Application is (a) a program that is able to control the operating system of a windows computer (b) the simplest type of application Visual C++ can generate (c) the status window of the Visual C++ environment (d) built by using sophisticated Application Wizards Correct answer is (b) See section 1.2.1 of the course notes. 4. Which of the following must be true if a program is stopped at a specific line within the Visual C++ debugger? There is at least one breakpoint enabled. There is a breakpoint enabled on that line. There is a breakpoint enabled on the line preceding that line. (a) I and III only (b) I and II only (c) none (d) I only Correct answer is (c) 5. What does the following program print? void callee(int * count) { (*count)++; } int main (int argc, char *argv[]) { int count = 4; callee(count); printf(%d,

文档评论(0)

tianma2015 + 关注
实名认证
内容提供者

该用户很懒,什么也没介绍

1亿VIP精品文档

相关文档