计算机专业英语期末试题及答案A

  • 格式:docx
  • 大小:14.46 KB
  • 文档页数:6

下载文档原格式

  / 6
  1. 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
  2. 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
  3. 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。

信息工程学院学院计算机专业英语课程期末

考试试卷A

一、Translate the following words and expressions into Chinese.(写出下列词组汉语思) (10分每题1分)

1.bandwidth:

2.browser:

mand button:

4.Control Panel:

5.data structure:

6.fiber-optic table:

7.hardcopy:

8.hypermedia:

9.information superhighway:

10.high-level language:

二、Match the following words and expressions in the left column with those similar meaning in the right column.(将左列的词汇与右列相应的汉语匹配。) (10分每题1分)

1.HTTP: a . 数据库管理系统

2.ISP : b. 应用程序设计接口

3.SQL : c . 基本输入/输出系统

4.WWW: d. 数字视频光盘

5.DBMS:. e .互联网服务提供商

6.BIOS: f . 中央处理单元

7.API :g . 结构化查询语言

8.DVD:. h .直接存储器存取

9.DMA :i .超文本传输协议

10.CPU :j .万维网

三、Tell whether the following statements are true(T) or false(F) according to the passage A(根据下文的内容判断下列句子的正误)(15分每题3分)Passage A:

For a Web user, the home page is the firs

For a Web site developer, a home page is the first page presented when a user selects a site on the World Wide Web. The usual address for a Web site is the home page address, although you can enter the address (Uniform Resource Locator) of any page and have that page sent to you.

1. Home pages for a Web user or a Web site developer have the same meanings.()

2. The home page displayed on a Web browser is usually preset by the browser manufacturer.()

3. The home page for a Web user can be reset to any Web site you prefer.

()

4. You have to enter or select Web addresses every time with a blank space on your Web browser.()

5. Web addresses usually lead to relative home pages.()

四、choose the best answer according to the passage B.(根据下文的内容选择正确的答案。) (15分每题3分)

Passage B

In order to solve a computational problem, its solution must be specified in terms of a sequence of computational steps, each of which may be performed by a human or a digital computer . If you want to solve the computational problem with a computer, you should learn how to program. The task of developing programs for the solution of computational problems is referred to as programming. Computer programming is the process of planning and creating a sequence of steps for a computer to follow. In general, this process will help us resolve a problem, which is either too tedious or difficult to work out otherwise . So programming is breaking a task down into small steps.

Programming is sometimes contrasted with coding. Coding generally refers to the writing of programs for given program specification, while programming includes the task of preparing the program specification as well as that of writing the program. The text of a program is sometimes referred to as code, and lines of program text are referred to as lines of code, especially in the case of machine-language programs. The term coder is used to describe a