考试定位:综合知识部分通常包含 5 道英语阅读理解题(5 分),考查 IT 领域专业英语的阅读和理解能力
难度等级:★★★
核心能力:专业词汇积累 + 长难句分析 + 快速阅读技巧
一、知识图谱
计算机英语
├── 核心词汇分类
│ ├── 软件工程词汇
│ ├── 系统架构词汇
│ ├── 网络技术词汇
│ ├── 数据库技术词汇
│ ├── 信息安全词汇
│ └── 前沿技术词汇
├── 语法与句型
│ ├── 被动语态(技术文档常用)
│ ├── 定语从句(长难句核心)
│ ├── 条件句(逻辑描述)
│ └── 缩略词与术语
├── 阅读理解技巧
│ ├── 主旨题
│ ├── 细节题
│ ├── 推理题
│ └── 词义猜测题
└── 翻译技巧
├── 专业术语翻译
└── 长句拆分翻译
二、核心考点详解
考点 1:软件工程核心词汇
| requirement | ||
| specification | ||
| implementation | ||
| maintenance | ||
| verification | ||
| validation | ||
| iteration | ||
| refactoring | ||
| deprecated | ||
| scalability | ||
| interoperability | ||
| middleware | ||
| encapsulation | ||
| inheritance | ||
| polymorphism |
考点 2:系统架构核心词汇
| architecture | ||
| component | ||
| connector | ||
| constraint | ||
| trade-off | ||
| cohesion | ||
| coupling | ||
| throughput | ||
| latency | ||
| bottleneck | ||
| redundancy | ||
| failover | ||
| load balancing | ||
| microservice | ||
| orchestration |
考点 3:网络与数据库核心词汇
| bandwidth | ||
| protocol | ||
| firewall | ||
| encryption | ||
| authentication | ||
| authorization | ||
| transaction | ||
| concurrency | ||
| normalization | ||
| index | ||
| replication | ||
| consistency | ||
| partition | ||
| query |
考点 4:信息安全与前沿技术词汇
| vulnerability | ||
| intrusion | ||
| malware | ||
| phishing | ||
| blockchain | ||
| containerization | ||
| provisioning | ||
| devops | ||
| telemetry | ||
| compliance | ||
| mitigation | ||
| resilience |
考点 5:常见缩略词速查
| API | ||
| SDK | ||
| ORM | ||
| CRUD | ||
| CI/CD | ||
| IaaS | ||
| PaaS | ||
| SaaS | ||
| SLA | ||
| QoS | ||
| MTBF | ||
| MTTR | ||
| RBAC | ||
| ACL | ||
| DNS | ||
| CDN | ||
| ETL | ||
| OLAP | ||
| OLTP | ||
| SOA | ||
| ESB | ||
| WSDL | ||
| UDDI | ||
| BPEL |
考点 6:技术文档常见句型
被动语态(技术文档最常见):
The system is designed to handle 10,000 concurrent users.(系统被设计为可处理 1 万并发用户) Data is encrypted using AES-256 algorithm.(数据使用 AES-256 算法加密) The service can be deployed on multiple platforms.(服务可部署在多个平台上)
定语从句(长难句核心):
A microservice is a service that is independently deployable.(微服务是一种可独立部署的服务) The architect, who is responsible for design decisions, must understand trade-offs.(负责设计决策的架构师必须理解权衡)
条件句(逻辑描述):
- If
the server fails, the backup server will take over.(如果服务器故障,备份服务器将接管) The system must ensure that all transactions are atomic.(系统必须确保所有事务是原子的)
常见连接词:
| however | ||
| therefore | ||
| furthermore | ||
| in contrast | ||
| with respect to | ||
| in terms of | ||
| as opposed to | ||
| namely |
考点 7:阅读理解解题技巧
题型分类与策略:
| 主旨题 | ||
| 细节题 | ||
| 推理题 | ||
| 词义题 | ||
| 态度题 |
快速阅读技巧:
- Skimming(略读)
快速浏览获取主旨,关注标题、首段、每段首句 - Scanning(扫读)
带着问题找关键词,定位具体信息 - 关键词定位
将题目中的关键词(人名、数字、专有名词)作为搜索锚点 - 排除法
先排除明显错误选项,缩小范围
三、历年真题解析
真题 2022 年·综合知识
Reading: A software architecture is a representation of a system in which the system is decomposed into a set of components, their relationships, and their properties. The architecture serves as a blueprint for both the system and the project developing it. It defines the work assignments that must be carried out by design and implementation teams.
Question: According to the passage, the software architecture primarily serves as ( ).
A. a programming language specification
B. a blueprint for the system and the project
C. a testing framework
D. a database schema
答案:B
解析:原文明确指出 “The architecture serves as a blueprint for both the system and the project developing it.”(架构作为系统和项目的蓝图)。A 是编程语言规范(无关),C 是测试框架(无关),D 是数据库模式(无关)。
真题 2021 年·综合知识
Reading: Microservices are an architectural style that structures an application as a collection of loosely coupled services. Each service is fine-grained and the communication protocols are lightweight. The benefit of decomposing an application into smaller services is that it improves modularity and makes the application easier to understand, develop, and test.
Question: Which of the following is NOT mentioned as a benefit of microservices?
A. Improved modularity
B. Easier development
C. Better performance
D. Easier testing
答案:C
解析:原文提到的好处包括 “improves modularity”(A)、“easier to understand, develop”(B)、“and test”(D)。没有提到 “better performance”(更好的性能)。注意 “NOT mentioned” 类题目要仔细对照原文。
真题 2023 年·综合知识
Reading: In the context of cloud computing, elasticity refers to the ability to scale computing resources up or down automatically based on demand. This is different from scalability, which is the ability of a system to handle increased load by adding resources. Elasticity is typically a key feature of cloud platforms, enabling cost-effective resource utilization.
Question: The word “elasticity” in the passage is closest in meaning to ( ).
A. the ability to resist change
B. the ability to automatically adjust resources
C. the ability to store large amounts of data
D. the ability to encrypt data
答案:B
解析:原文定义 elasticity 为 “the ability to scale computing resources up or down automatically based on demand”(根据需求自动扩缩计算资源的能力)。B 选项 “automatically adjust resources” 与此含义最接近。
真题 2020 年·综合知识
Reading: Design patterns are typical solutions to commonly occurring problems in software design. They are like pre-made blueprints that you can customize to solve a particular design problem in your code. Each pattern is a general reusable solution to a commonly occurring problem within a certain context.
Question: According to the passage, design patterns can be described as ( ).
A. specific code implementations
B. reusable solutions to common problems
C. testing methodologies
D. programming languages
答案:B
解析:原文明确指出 “general reusable solution to a commonly occurring problem”(通用问题的可复用解决方案)。A 选项"具体代码实现"与原文 “like pre-made blueprints that you can customize”(需要自定义的蓝图)矛盾。
真题 2022 年·综合知识
Reading: The CAP theorem states that a distributed data store cannot simultaneously provide more than two of the following three guarantees: Consistency, Availability, and Partition tolerance. In practice, since network partitions are unavoidable in distributed systems, the real choice is between consistency and availability.
Question: Which of the following statements is TRUE according to the CAP theorem?
A. A distributed system can achieve all three properties simultaneously
B. Network partitions never occur in distributed systems
C. The real trade-off is between consistency and availability
D. Partition tolerance is optional in distributed systems
答案:C
解析:原文指出 “the real choice is between consistency and availability”(实际选择是在一致性和可用性之间权衡)。A 与原文 “cannot simultaneously provide more than two” 矛盾;B 与 “network partitions are unavoidable” 矛盾;D 与原文矛盾。
真题 2019 年·综合知识
Reading: In software engineering, the waterfall model is a sequential design process in which progress is seen as flowing steadily downwards through the phases of conception, initiation, analysis, design, construction, testing, production and maintenance. The waterfall model is often criticized for its rigidity and inability to accommodate changes once a phase is completed.
Question: The main criticism of the waterfall model mentioned in the passage is ( ).
A. it is too expensive
B. it is too rigid and cannot accommodate changes
C. it requires too many developers
D. it is only suitable for small projects
答案:B
解析:原文明确指出 “criticized for its rigidity and inability to accommodate changes once a phase is completed”(因刚性和阶段完成后无法适应变化而受到批评)。B 选项准确概括了这一点。
三、补充考点:高频架构英语词汇
架构设计核心词汇
系统架构常用表达
真题 2023 年·综合知识(英语题)
Reading: Microservices architecture decomposes an application into a collection of loosely coupled services. Each service is fine-grained and the protocols are lightweight. The benefit of decomposing an application into smaller services is that it improves modularity and makes the application easier to understand, develop, and test.
Question: According to the passage, the primary benefit of microservices is ( ).
A. reducing development cost
B. improving modularity and making development easier
C. eliminating the need for testing
D. using heavyweight protocols
答案:B
解析:原文明确指出 “improves modularity and makes the application easier to understand, develop, and test”。关键词 loosely coupled(松耦合)和 fine-grained(细粒度)是微服务的核心特征。
四、高频易错点归纳
五、本章小结
计算机英语章节重点掌握:
- 核心词汇
软件工程、系统架构、网络技术、数据库、安全等 5 大领域的专业词汇 - 缩略词
API、SDK、ORM、CI/CD、IaaS/PaaS/SaaS 等常见缩略词的全称和含义 - 技术文档句型
被动语态、定语从句、条件句的识别和理解 - 阅读技巧
主旨题看首末段、细节题关键词定位、推理题基于原文推断 - 易混淆词对
verification/validation、scalability/elasticity、authentication/authorization 等