确定考题ENG
- 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
- 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
- 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。
The effort is necessitated by the potential complexity of those systems,which may contain millions of lines of code.
对于可能包含数百万行代码的系统所具有的潜在的复杂性来说这一努力是有必要的。
The discipline of software engineering includes konwledge,tools,and methods for software requirements,software design,software construction,software testing,and software maintenance tasks.
软件工程学科包括关于软件需求、软件设计、软件架构、软件测试和软件维护任务得知识、工具和方法。
A 2003 study found that some spurious computer crashes and general reliability issues, ranging from screen image distortions to I/O read/write errors, can be attributed not to software or peripheral hardware but to aging capacitors on PC motherboards.2003年的一个研究发现,一些伪劣的计算机损毁和常规可靠性的问题,从屏幕图像失真到输入/输出读写错误,并不是由于软件或外围硬件引起的,而是由于PC机主板上老化的电容器造成的。
阅读:
Unit6
_F_1. A distributed database is a database stored in multiple computers located in the same physical location.
_T_ 2. Users access the distributed database through local applications and global applications.
_T_ 3. A distributed database is composed of a collection of logically interrelated but physically dispersed databases.
_F_ 4. Each partition/fragment of a distributed database stores different data non-repeatedly.
_T_ 5. So far, distributed database is a young field without much readily available experience on proper practice.
【A】1. Which of the following is WRONG about the meaning of the word “transparent” in the article?
(A) Users interact with the distributed database as if it were one logical system
(B) Users implement transactions in the distributed database as if they were in one logical system.
(C) Users may access data in the distributed database with no need to know where the data is located physically.
(D) Users work on the distributed database as if it did not exist.
【B】2. Which of the following is NOT mentioned in this article about the distributed database design technologies?
(A) Replication and fragmentation
(B) Local autonomy
(C) Synchronous and asynchronous
(D) Fault-tolerant
【C】3. Which of the following is NOT the drawback of distributed database compared to the traditional centralized database?
(A) Experience on proper practice
(B) Performance
(C) Design complexity
(D) Integrity maintenance
_F_ 1. Visual Studio has six built-in languages including C/C++, Visual C++, , Visual Basic .NET, C# and Visual C#.
_F_ 2. The integrated debugger is a plug-in for Visual Studio to enhance the debugging function at source-level and machine-level.
_T_ 3. Visual Studio 2008 is used to develop Windows Vista and 2007 Office system.
_F_ 4. The feature set of Visual Studio 10 has been made public.
_T_5. Language-specific versions of Visual Studio provide four individual packages (Microsoft Visual Basic, Visual J#, Visual C#, and Visual C++) as language services.
【A】1. Which statement is RIGHT about Visual Studio 2008?
(A) Visual Studio MFC 9.0 can add support for the visual styles and UI controls introduced with Windows Vista.
(B) Compiled assemblies configured by Visual Studio 2008 needs to run on .NET Framework 3.5.
(C) The source code for the Visual Studio 2008 IDE is available to students as downloads free of charge via Microsoft’s DreamSpark program.
(D) STL/CLR is a specific version of the C++ STL containers and algorithms that work on C++/CLI managed objects.
【A】2. What is the mai n idea of the last paragraph in the section “Visual Studio 2008”?
(A) The Visual Studio debugger includes features targeting easier debugging of multi-threaded applications.
(B) The Visual Studio debugger can operate synchronously in both the threads window and the code window in debugging mode.
(C) The Visual Studio debugger can list all threads, display the stack trace of a hovered thread, and indicate the location of the currently executing instructions in the current thread and other threads synchronously.
(D) The Visual Studio debugger supports integrated debugging of the .NET Framework 3.5 BCL. 【D】 3. Which of the following code name does NOT belong to the same product series as other three ones?
(A) Whidbey (B) Orcas (C) Hawaii (D) Rosario。