考试范围

课本Unit 1 to Unit 12的Section A 以及Unit 8 Computer Network的Section B: A Guide to Network Topology   Section C: Network Connecting Devices

一:词组翻译:

英译汉:

1, Neural network神经网络

2, Parallel processing 并行处理

3, Cathode ray tube 阴极射线管

4, Assignment Statement 赋值语句

  1. storage register 存储寄存器
  2. Intermediate language 中间语言
  3. Interpreter Program .翻译程序
  4. Interprocess communication 进程间通信
  5. Software life style软件生命周期
  6. Dual ring topology 双环形拓扑结构

汉译英:

  1. 操作指令 Operation instructions
  2. 超大规模集成电路 very large-scale integrated circuit
  3. 数据的存储与处理 storage and handling of data
  4. 多媒体光盘 Multimedia CD
  5. 触摸屏 Touch-sensitive region
  6. 需求分析与定义 Requirements analysis and definition
  7. 目标代码 object code
  8. 基于组件的软件工程 component-based software engineering
  • 填空题(每空1分,共10分)
  1. A program is a sequence of instructions that tells the hardware of a computer what operations perform on data.

一个程序就是一系列指令,告诉计算机硬件对数据执行什么样的操作

  1. A mouse is a pointing device designed to be gripped by one hand.

鼠标是为一只手抓握而设计的指示设备.

3.High-level languages must first be translated into a machine languageby another program called a compilerbefore they can be understood and processed by a computer.

高级语言是相对复杂的一系列语句,它们使用来自人类语言的词汇和句法。

4.A special applications program translates the source code into object code—a format that the operating system will recognize as a proper program and be able to execute.

一个特殊的应用程序将源代码转换为目标代码——一种操作系统将识别为合适的程序并能够执行的格式。

5.The three-levelarchitecture for a DBMS consists of the internal, conceptual, and external level.

DBMS的三层架构包括内部层、概念层和外部层。

6.The client/server modelfor interprocess communication defines the basic roles played by the processes as either a client or a server.

进程间通信的客户机/服务器模型定义了进程作为客户机或服务器所扮演的基本角色。

三:(从下面方框中选择合适的词,以其适当的形式填空。)(16分, 每空1分)

课本上1,2,3,6,10单元

A database is any collection of data organized for storage in a computer memory and designed for easy accessby authorized users. The data may be in the form of text, numbers, or encoded graphics. Small databases were first developedor funded by the U.S. government for agency or professional use. In the 1960s, some databases became commercially available, but their use was funnelled(传送) through a few so-called research centersthat collected information inquiries and handled them in batches. Onlinedatabases—that is, databases available to anyone who could linkup to them by computer—first appeared in the 1970s. Since their first, experimentalappearance in the 1950s, databases have become so important that they can be found in almost everyfield of information. Government, military, and ndustrial databases are often highly restricted, and professional databases are usually of limitedinterest. A wide range of commercial, governmental, and nonprofitdatabases are available to the general public, however, and may be used by anyone who owns or has access to the equipmentthat they require.

数据库是为存储在计算机内存中而组织的数据的任何集合,并为授权用户易于访问而设计。数据可以是文本、数字或编码图形的形式。小型数据库最初是由美国政府为机构或专业人员开发或资助的。在1960年代,一些数据库变得商业化,但它们的使用是汇集(传送)通过一些所谓的研究中心,在批量收集的信息查询和处理它们。在线数据库,即任何人都可以通过计算机连接到它们的数据库,首次出现在20世纪70年代。自从20世纪50年代首次实验性地出现以来,数据库已经变得如此重要,以至于几乎在信息的每个领域都可以找到它们。政府、军队和工业数据库经常受到高度限制,而专业数据库通常兴趣有限。然而,广泛的商业、政府和非营利数据库对公众是可用的,任何拥有或有权访问他们需要的设备的人都可以使用它们。

四.阅读理解

  • 翻译

High-level languages are relatively sophisticated sets of statements utilizing words and syntax from human language.

高级语言是相对复杂的一系列语句,它们使用来自人类语言的词汇和句法。

Unit 1 Section A: Computer Overview

Artificial intelligence—人工智能

Optical computer—光脑

Neural network—神经网络

Instruction set—指令集

Parallel processing—并行处理

Difference engine—差分机

Vacuum tube—真空管

Versatile logical element—通用逻辑元件

数据的存储与处理—storage and handling of data

超大规模集成电路—very large-scale integrated circuit

模拟计算机—analogue computer

数字计算机—digital computer

处理器芯片—processor chip

操作指令—operation instruction

输入设备—input device

  1. A computer is an electronic device that can receive a  set of instructions, or program, and then carry out this program by performing calculations on numerical data or by manipulating other forms of information.

计算机是一种电子设备,它能接收一套指令或一个程序,然后通过对数字数据进行运算或对其他形式的信息进行处理来执行该程序。

2.  A digital computer is not a single machine: rather, it is a system composed of five distinct elements(1) a central processing unit; (2) input device;(3) memory storage devices;(4) output devices; and (5) a communication network, called a bus, which links all the elements of the system and connects the system to the external world.

一台数字计算机不是单一的机器。确切地说,它是由5个不同的要素组成的系统:(1)中央处理器;(2)输入设备;(3)存储设备;(4)输出设备;以及(5)被称作总线的通信网络,它将系统的所有要素连接起来并将系统与外界连接起来。

3.  A program is a sequence of instructions that tells the hardware of a computer what operations to perform on data.

一个程序就是一系列指令,告诉计算机硬件对数据执行什么样的操作

-----According to many historians, the true pioneers of the modern digital computer are Analytical Engine and Difference Engine.

根据许多历史学家的说法,现代数字计算机的真正先驱是分析机和差分机。

------The microprocessor is a central processing unit on a single chip. It was made possible in the mid-1970s with the introduction of the LSI circuit and the VLSI (Very Large Integrated circuit)

根据许多历史学家的说法,现代数字计算机的真正先驱是分析机和差分机。

------A program is a sequence of instructions that can be executed by the a computer. It can either be built into the hardware or exist independently in the form of software.

程序是可以由计算机执行的一系列指令。它既可以内置在硬件中,也可以以软件的形式独立存在。

Unit 2 Section A: Computer Hardware

Voice recognition module—语音识别模块

Touch-sensitive region—触摸屏

Address bus—地址总线

Dot-matrix printer—点阵打印机

Parallel connection—并行连接

Cathode ray tube—阴极射线管

Video game—电子游戏

Audio signal—音频信号

操作系统—Operating system

液晶显示器—Liquid Crystal display

喷墨打印机—Inkjet printer

串行连接—Serial Connection

易失性存储器—Volatile memory

激光打印机—Laser printer

基本输入输出系统—Basic Input/Output System

视频显示器—video display

  1. Computer hardware is the equipment involved in the function of a computer and consist of the components that can be physically handled.

计算机硬件是计算机运行所需要的设备,由可被物理操纵的部件组成。

  1. Software, on the other hand, is the set of instruction a computer uses to manipulate data, such as a word-processing program or a video game.

另一方面,软件是计算机用来处理数据的一套指令,如文字处理程序或电子游戏。

  1. A mouse is a pointing device designed to be gripped by one hand.

鼠标是为一只手抓握而设计的指示设备.

  1. An optical scanner uses light-sensing equipment to convert images such as a picture or text into electronic signals that can be manipulated by a computer.

光扫描仪利用光感应设备将图片或文本等形式的图像转换成计算机能够处理的电子信号。

  1. A modem, which stands for modulator-demodulator, is a device that connects a computer to a telephone line and allows information to be transmitted to or received from another computer.

调制解调器代表调制器―解调器,是将计算机与电话线连接、允许信息传送给或接收自另一台计算机的设备。

------The software that controls the interaction between the input and output hardware is called BIOS, which stands forBasic Input/Output System.

控制输入输出硬件之间交互的软件叫做BIOS,它代表基本输入输出系统。

------The two main types of storage devices are disk drives andmemory.

两种主要类型的存储设备是磁盘驱动器和内存。

------A serial connection transfers only one piece of data at a time while a parallel

connection transfer blocks of information at the same time.

串行连接一次只传输一条数据,而并行连接一次只传输一条数据

Storage hardware provides permanent storage of information and programs for retrieval by the computer. The two main types of storage device are disk drives and memory. These are several types of disk drives: hard, floppy, magneto-optical, and compact. Hard disk drives store information in magnetic particles embedded in a disk. Usually a permanent part of the computer, hard disk drives can store large amounts of information and retrieve that information very quickly. Floppy disk drives also store information in magnetic particles embedded in removable disks that may be floppy or rigid. Magneto-optical disc drives store information on removable discs that are sensitive to both laser light and magnetic fields. They can typically store as much information as hard disks but have slightly slower retrieval speeds. Compact disc drives (CD-ROM) store information on pits burned into the surface of a disc of reflective material.

存储硬件为计算机检索提供永久性的信息存储和程序。两种主要类型的存储设备是磁盘驱动器和内存。有几种类型的磁盘驱动器:硬盘驱动器、软盘驱动器、磁光驱动器和压缩驱动器。硬盘驱动器以嵌入在磁盘中的磁粒子来存储信息。硬盘驱动器通常是计算机的永久组成部分,它可以存储大量的信息,并且可以非常快速地检索这些信息。软盘驱动器还将信息存储在嵌入可移动软盘或刚性磁盘的磁颗粒中。磁光盘驱动器将信息存储在对激光和磁场都敏感的可移动光盘上。它们通常可以存储和硬盘一样多的信息,但检索速度略慢。光盘驱动器(CD-ROM)将信息储存在刻录在光盘表面的凹坑上。

Unit 3 Section A: Programming Language

Storage register—存储寄存器

Function statement—函数语句

Program statement—程序语句

Object-oriented language—面向对象语言

Assembly language—汇编语言

Intermediate language—中间语言

Relational language—关系语言

Data declaration—数据声明

可执行程序—Executable program

程序模块—Program module

条件语句—Conditional statement

赋值语句—Assignment statement

逻辑语句—Logic language

机器语言—Machine language

函数式语言—Functional language

程序设计语言—Programming Language

Unit 4 Section A: Computer Program

Inference engine—推理机

System call—系统调用

Compiled language—编译执行的语言

Interpreter program—解释程序

Parallel computing—并行计算

Library routine—库程序(程序库例行程序)

Intermediate program—中间程序

Source file—源文件

解释执行的语言—Interpreted language

设备驱动程序—device drivers

源程序—source program

调试程序—debugger

目标代码—object code

应用程序—Application program

实用程序—utility program

存储单元—Memory Location

Programming languages, in computer science, are the artificial languages used to write a sequence of instructions ( a computer program ) that can be run by a computer.

在计算机科学中,编程语言是用于编写可由计算机运行的一系列指令(计算机程序)的人工语言。

Programming languages can be classified as either low-level languages or high-level languages.

编程语言可分为低级语言和高级语言

High-level languages are relatively sophisticated sets of statements utilizing words and syntax from human language.

高级语言是相对复杂的一系列语句,它们使用来自人类语言的词汇和句法。

------A machine languageis a low-level language in binary code that a computer can understand and execute directly.

机器语言是一种二进制代码的低级语言,计算机可以直接理解和执行

------High-level languages must first be translated into a machine languageby another program called a compilerbefore they can be understood and processed by a computer.

高级语言必须先由另一个叫做编译器的程序翻译成机器语言,然后才能被计算机理解和处理。

Statements known as data declarations give names and properties to elements of a program called variables. Variables can be assigned different values within the program. The properties variables can have are called types, and they include such things as what possible values might be saved in the variables, how much numerical accuracy is to be used in the values, and how one variable may represent a collection of simpler values in an organized fashion, such as a table or array. In many programming languages, a key data type is a pointer. Variables that are pointers do not themselves have values; instead, they have information that the computer can use to locate some other variable—that is, they point to another variable.

被称为数据声明的语句为称为变量的程序的元素提供名称和属性。在程序中可以给变量赋不同的值。属性变量可以被称为类型,它们包括诸如什么可能的值可能是保存在变量中使用多少数值精度值,以及一个变量可能代表一组简单的值以有组织的方式,比如一个表或数组。在许多编程语言中,关键数据类型是指针。指针类型的变量本身没有值;相反,它们有计算机可以用来定位其他变量的信息也就是说,它们指向另一个变量。

An operating system is a program that manages the computer and the various resources and devices, monitors, keyboards, printers, and modems, so that they may be used by other programs.

操作系统管理计算机以及与之相连的各种资源和设备,如随机存储器、硬盘驱动器、监视器、键盘、打印机和调制解调器,以便其他程序可以使用它们。

The individual instructions that make up the program source file are called source code.

组成程序源文件的各个指令称为源代码

A special applications program translates the source code into object code—a format that the operating system will recognize as a proper program and be able to execute.

一个特殊的应用程序将源代码转换为目标代码——一种操作系统将识别为合适的程序并能够执行的格式。

Modern computers usually store programs on some form of magnetic storage media that can be accessed randomly by the computer, such as the hard driver disk permanently located in the computer, or a portable floppy disk. Additional information on such disks, called directories, indicates the names of the various programs on the disk, when they were written to the disk, and where the program begins on the disk media.

现代计算机通常将程序存储在计算机可以随机访问的某种形式的磁存储介质上,例如永久位于计算机中的硬盘驱动器或便携式软盘。这些磁盘上的附加信息称为目录,指示磁盘上各种程序的名称,它们何时被写入磁盘,以及程序在磁盘介质上从何处开始。

Unit 5 Section A: Software Process Models

System specification—系统规范

Unit testing—单元测试

Software life cycle—软件生命周期

System validation—系统验证

Evolutionary development process—进化发展过程

Program unit—程序单元

Throwaway prototype—抛弃式原型开发

系统设计范例—system design paradigm

需求分析与定义—Requirements analysis and definition

瀑布模型—Waterfall model

系统集成—system integration

商用现成软件—commercial off-the-shelf software

基于组件的软件工程—component-based software engineering

软件维护工具—software maintenance tool

软件复用—software reuse

A software process is a set of activities that leads to the production of a software product.

一个软件过程是生产出软件产品的一系列活动.

A software process model is an abstract representation of a software process.

一个软件过程模型是对一个软件过程的一种抽象表示。

Unit 6 Section A: Database overview

End user—终端用户

Database administrator—数据库管理员

Relational database model—关系数据库模型

Object-oriented database—面向对象数据库

Database management system—数据库管理系统

Entity-relationship model—实体关系模型

Distributed database—分布式数据库

Flat file—平面文件

二维表—two-dimensional table

数据属性—data attribute

层次数据库模型—Hierarchical database mode

数据库体系结构—Database Architecture

关系数据库管理系统—relational database management system

原子操作— atomic operations

A database management system (DBMS) defines, creates, and maintains a database. The DBMS also allows controlled access to data in the database. A DBMS is a combination of five components: hardware, software, data, users, and procedures.

数据库管理系统定义、创建和维护数据库。数据库管理系统也允许对数据库中的数据进行受控的访问。一个数据库管理系统由5个组成部分构成:硬件、软件、数据、用户和规程。

A database model defines the logical design of data. The model also describes the relationships between different parts of the data. In the history of database design, three models have been in use: the hierarchical model, the network model, and the relational model.

数据库模型定义数据的逻辑设计。它也描述数据的不同部分之间的关系。在数据库设计史上,使用过3种数据库模型:层次模型、网络模型和关系模型。

------The three-levelarchitecture for a DBMS consists of the internal, conceptual, and external level.

DBMS的三层架构包括内部层、概念层和外部层。

------In the relational database model, data is organized in two-dimensional tablescalled relations.

在关系数据库模型中,数据被组织在称为关系的二维表中。

Unit 7 Section A: Telecommunications and Computer

Analog transmission—模拟传输

Computer terminal—计算机终端

Radio telephone—无线电话

光缆—fiber-optic cable

无线通信—wireless communication

点对点通信—point-to-point communication

传输媒体—transmission media

无绳电话—cordless telephone

数字用户线路—Digital subscriber line

综合业务数字网—integrated services digital network

移动电话—cellular telephone

Telecommunications messages can be sent in a variety of ways and by a wide range of devices. The messages can be sent from one sender to a single receiver (point-to-point) or from one sender to many receivers (point-to-multipoint). Personal communications, such as a telephone conversation between two people or a facsimile (fax) message, usually involve point-to-point transmission. Point-to-multipoint telecommunications often called broadcasts, provide the basis for commercial radio and television programming.

电信信息可以通过多种方式和各种设备发送。消息可以从一个发送方发送到单个接收方(点对点),也可以从一个发送方发送到多个接收方(点对多点)。个人通信,如两个人之间的电话交谈或传真(传真)信息,通常涉及点对点传输。常被称为广播的点对多点电信为商业无线电和电视节目提供了基础。

Unit 8 Section A  Network Fundamentals

Carrier sense—载波监听

Protocol suit—协议集

Peer-to-peer model—对等模型

Bus topology network—总线拓扑结构网络

Proprietary network—专用网络

Utility package—实用软件包

Star network—星型网络

令牌环—token ring

环形拓扑结构—ring topology

客户机/服务器模型—client/server model

网络应用进程—network application process

打印服务器—print server

进程间通信—interprocess communication

-----A computer network is often classified as being either a local area network, a metropolitan area network , or a wide area network.

计算机网络通常分为局域网、城域网和广域网。

-----A network can also be classified as a open networkor a closed networkaccording to whether its internal operation is based on designs in the public domain or on innovations owned and controlled by a particular entity.

根据网络的内部运作是基于公共领域的设计还是基于由特定实体拥有和控制的创新,也可以将网络划分为开放网络或封闭网络。

------A network can also be classified according to its topology. Among the most popular topologies are the bus topology, ring topology and star topology.

根据网络的拓扑结构,也可以对网络进行分类。其中最流行的拓扑是总线拓扑、环形拓扑和星型拓扑。

In a(n) Ethernet system, the right to transmit messages is controlled by the protocol known as CSMA/CD.

在以太网系统中,消息的传送权由CSMA/CD协议控制。

The client/server modelfor interprocess communication defines the basic roles played by the processes as either a client or a server.

进程间通信的客户机/服务器模型定义了进程作为客户机或服务器所扮演的基本角色。

The peer-to-peer model involves two processes communicating as equals and usually executing on a temporary basis.

点对点模型包括两个平等通信的进程,并且通常在临时的基础上执行。

The Internet is an open system. In particular, communication throughout the Internet is governed by an open collection of standards known as the TCP/IP protocol suite. Anyone is free to use these standards without paying fees or signing license agreements. In contrast, a company such as Novell Inc. might develop systems for which it chooses to maintain ownership rights, allowing the company to draw income from selling or leasing these products. Networks based on such systems are examples of closed networks.

因特网是一个开放的系统。特别是,整个Internet的通信由一组称为TCP/IP协议套件的开放标准控制。任何人都可以自由使用这些标准,而无需支付费用或签署许可协议。相反,Novell Inc.这样的公司可以开发它选择维护所有权的系统,允许公司从销售或租赁这些产品中获得收入。基于这种系统的网络就是封闭网络的例子

Unit 8 SectionB  A Guide to Network Topology

Routing path—路由选择同路

Dual-ring topology—双环形拓扑

Extended star topology—扩展星型拓扑

Backbone network—骨干网

Mesh topology—网状拓扑

同轴电缆—coaxial cable

逻辑拓扑结构—logical topology

树型拓扑结构—tree topology

-----Anetwork topologyis how computers, printers, and other devices are connected over a network.

网络拓扑是计算机、打印机和其他设备通过网络连接的方式。

Unit 8 Section C Network Connecting Devices

Destination address—目的地址

Performance degradation—性能下降

Four-interface bridge—四接口网桥

Common bus—公共总线

数据链路层—data-link layer

开放式系统互连—Open Systems Interconnection

物理地址—physical address

An repeateris a connecting  device that only regenerates the signal and does not recognize physical or logical addresses.

中继器是一种连接设备,它只重新生成信号,而不识别物理或逻辑地址

A routeris usually a computer installed with the necessary software and allows two networks, each with a completely different set of protocols, to communicate.

路由器通常是一台安装了必要软件的计算机,它允许两个具有完全不同协议集的网络进行通信。

Unit 9 Section A The Internet

Cell phone—移动电话

Autonomous system—自治系统

Dial-up connection—拨号连接

Network identifier—网络标识符

Binary notation—二进制计数法

Mnemonic name—助记名

Internet infrastructure—因特网基础设施

Name server—名字服务器

网吧—cyber cafe

主机地址—host address

因特网服务提供商—Internet service provider

Unit 10 Section A Using E-mail

Mailing list—邮件列表

Proprietary software—专有软件

Forwarded e-mail messages—转发的电子邮件

Confidential document—机密文件

信息高速公路—information superhighway

文字处理程序—word processor

电子数据表程序—spreadsheet program

演示软件—presentation software

Unit 11 Section A Electronic Commerce

Customized marketing strategy—定制的市场策略

B2G transaction—企业对政府的交易

C2C transaction—消费者对消费者的交易

Digital piracy—数字盗版

Web auction site—网络拍卖网站

Fingerprint reader—指纹读取器

电子商务—electronic commerce

电子数据交换—electronic data interchange (EDI)

库存管理技术—inventory management technology

知识产权—intellectual property

视网膜扫描仪—retina scanner

个人数字助理—personal digital assistant

Unit 12 Section A Computer Security

encryption program—加密程序

Deletion command—删除命令

Authorized user—特许用户

Backup copy—备份副本

Voltage surge—电压浪涌

Circuit breaker—断路开关

Electronic component—电子元件

Data-entry error—数据输入错误

Electronic break-in—电子非法进入

检测程序—Detection program

破坏性计算机程序—destructive computer program

计算机病毒—computer virus

硬盘驱动器—hard-disk drive

病毒检查程序—virus checker

主存储器—primary storage

电子公告板—electronic bulletin board

浪涌电压保护器—surge protector

Passwords are secret words or numbers that must be keyed into a computer system to gain access.

口令是秘密的单词或数字,人们必须将其键入一个计算机系统才能对该系统进行访问。

Software piracy is the unauthorized copying of programs for personal gain.

软件盗版就是为个人利益而对程序进行的未经授权的复制

hash table —杂凑(哈希)表

priority queues —优先队列

context-free —与上下文无关

优先队列—priority queues

效率、抽象性和复用性—efficiency, abstraction, and reusability

LIFO (last-in, first-out) 后进先出

FIFO (first-in, first-out) 先进先出

traverse —遍历

Head pointer —头指针 tail pointer —尾指针

circular queue —循环队列

side effect —副作用

The process of inserting an object on the stack is called a push operation, and the process of deleting an object is called a pop operation. Thus we speak of pushing an entry onto a stack and popping an entry off a stack

把一个对象插入堆栈的操作称为进栈操作,而从堆栈中删除一个对象的操作称为出栈操作,所以我们常说将一个条目进栈或者将其出栈。

A process is an execution of a program or of a part of a program. It differs from a program when concurrent programming techniques are used for coding the program. In such a case many processes can execute a program or a part of a program.

进程是一个程序或一个程序部分的一次执行。在应用并行编码技术时,许多进程可以执行同一程序或其一部分,这时进程与程序是不同的。

计算机专业英语题库,背诵核心知识相关推荐

  1. 本科英语和计算机题库,计算机专业英语题库自考本科.doc

    计算机专业英语题库自考本科 完型填空: Many modern operating systems consider files 1 a collection of bytes. At a highe ...

  2. j计算机专业英语题库,计算机专业英语单词习题

    计算机专业英语单词习题 (30页) 本资源提供全文预览,点击全文预览即可全文预览,如果喜欢文档就下载吧,查找使用更方便哦! 19.9 积分 KEY TERMShard disk 硬?ImiMicroc ...

  3. 07757计算机专业英语题吉林,专业英语试题05

    自考计算机应用软件专业 专业英语07757 计算机专业英语 一. 选择题. 1.A computer system has input, output, (storage) and processin ...

  4. 计算机组成原理英语题库,北京科技大学计算机组成原理题库二十套及答案 107页...

    试卷一 一. 选择题  (每小题1分,共20分) 1. 目前我们所说的个人台式商用机属于_____. A.巨型机        B.中型机       C.小型机     D.微型机 2. (2000 ...

  5. 精品课 计算机英语,计算机专业英语教程课完整版精品.ppt

    计算机专业英语教程课完整版精品.ppt 计算机专业英语教程 计算机专业英语 课程简介(一) 学习的应用点: 阅读文献,科技论文写作,报告,发邮件- 课程性质:考察课 理论学时:32 与普通英语的区别: ...

  6. 高级工计算机题库,计算机高级工题库5 电脑基础知识 IT计算机 专业资料.docx

    文档介绍: 计算机高级工题库5_电脑基础知识_IT计算机_专业资料.docx计算机操作员高级理论试题(五)考试时间120分钟一.填空题(每空1分,共15分)(1) 光驱常用倍速來表示数据的传输速度,其 ...

  7. 计算机专业英语基础知识,第一章 计算机专业英语基础知识

    1.1 计算机专业英语的特点 :清晰.精练.严密.准确 1.1.1 用词和语法的特点 用词:专业术语多,缩略词汇多且都仍在扩充. 语法:被动语态为主体,常用非谓语动词,名词化结构和从句等. 1.1.2 ...

  8. 计算机网络分代核心的属性,计算机网络开发专业核心能力题库-操作

    计算机网络开发专业核心能力题库-操作 (3页) 本资源提供全文预览,点击全文预览即可全文预览,如果喜欢文档就下载吧,查找使用更方便哦! 14.90 积分 隘桩答弦霉炳窃弃裂步扰慌阶佑践皂舆贺翠琳稠镍狼 ...

  9. 计算机软件专业英语考试题,计算机水平考试-软件设计师分类模拟题计算机专业英语(二)...

    计算机水平考试-软件设计师分类模拟题计算机专业英语(二) (4页) 本资源提供全文预览,点击全文预览即可全文预览,如果喜欢文档就下载吧,查找使用更方便哦! 9.9 积分 MIDI enables pe ...

最新文章

  1. 寒武纪招聘|智能驾驶类、算法类、软件类、芯片类等岗位(校招/社招)
  2. 无预测 不零售 | SAP统一需求预测平台
  3. Ubuntu下Django+uWSGI+nginx部署
  4. 【原生js】js动态添加dom,如何绑定事件
  5. (chap1 web网络基础) TCP/IP协议层
  6. 太辛苦的钱,我建议不要挣
  7. 【算法刷题2】二叉树的后序遍历
  8. 蚂蚁金服冯柯:下一个十年,核心自研技术将迎来黄金发展期
  9. 终于没刘海了!iPhone12 Pro 渲染图首曝,回归经典
  10. 计算机教案解说词,小学微机室解说词初稿
  11. 自动超频_超频的几种方式
  12. 关于中国移动宽带(中国铁通)比较卡
  13. 电脑本地进行演讲者模式预览快捷键
  14. 跑分软件测试原理,SSD跑分的那些事儿,分享一下,测试软件跑分应该怎么看
  15. 关于苹果投资滴滴背后的三点疑问
  16. android内核编译 me525,今天给ME525+刷了Android 4.0系统,很流畅!
  17. java中md5加密_JAVA中使用MD5加密实现密码加密
  18. 图标快速定位工具 ElementUI FontAwesome iView
  19. java mac转unix_管理Java类路径(UNIX和Mac OS X)
  20. 谈谈结果导向的做事方式

热门文章

  1. springboot调用webServices(生成固定客户端代码调用,非动态调用)
  2. LZW原理详解(转载)
  3. mxgraph html5,mxgraph进阶(四)mxGraph再启程
  4. mxGraph API
  5. Cloud Studio 一个好用的在线编程工具
  6. Termius首次连接腾讯云服务器实例
  7. Google Protocol Buffer(GPB)使用之完全解析一:没有GPB的日子怎么过?
  8. 从收集到输出:盘点那些强大的知识库管理工具
  9. 微星主板黑苹果_在老机器上LGA775平台安装黑苹果MacOS系统 – 玄烨品果
  10. android chacha加密,Android P 安全行为变更