常见的计算机英语专业词汇

博学站 人气:3.87K

作为计算机相关专业学生,面试或者笔试时不可避免地会遇到与专业相关的问题,而考核专业问题的时候,又不可避免地涉及到很多专业词汇,这就需要求职者掌握好常见的.专业词汇,才能在阐述问题时得心应手,避免出现表达错误引起误解。以下是计算机专业常见相关词汇。

常见的计算机英语专业词汇

计算机导论 Introduction to Computer Science

高等数学 Advanced Mathematics

应用创造学 Creativity Methodology

工程图学与计算机绘图 Engineering Graphics and Computer Graphics Drawings

面向对象程序设计 Object-oriented Programming

概率论与数理统计 Probability Theory and Statistics

离散数学 Discrete Mathematics

软件工程概论 Introduction to Software Engineering

数据结构 Data Structures

计算机组成与结构 Computer Organization and Architecture

操作系统 Operating System

计算机网络 Computer Network

算法设计与分析 Algorithm Design and Analysis

软件工程经济学 Software Engineering Economics

Java技术 Java Technology

UML建模 UML Modeling (Unified Modeling Language Modeling)

数据库系统概论 Introduction to Database Systems

编译原理 Principle of Compiler

软件体系结构 Software Architecture

程序分析 Program Analysis

软件过程与项目管理 Software Process and Project Management

系统分析与设计 System Analysis and Design

程序测试 Program Testing

模式识别 Pattern Recognition

嵌入式程序设计 Embedded Programming

人机交互技术 Human-computer Interaction Technology

云计算 Cloud Computing

计算机与网络安全 Computer and Network Security

计算机图形学 Computer Graphics

数据挖掘技术 Data Mining Technology

分布对象技术 Distributed Object Technology

网络多媒体 Internet Multimedia

网络程序设计 Network Programming

程序设计 . NET Programming Design

协议工程 Protocol Engineering

5.4.2 操作系统相关术语

虚拟机 Virtual Machine

访问控制列表 Access Control List

线程 Thread

多线程 Multithreading

进程 Process

守护进程 Daemon

进程间通信 IPC (Interprocess Communication)

死锁 Deadlock

银行家算法 Banker’s algorithm

内存管理 Memory management

虚拟地址 Virtual address

物理地址 Physical address

引导盘 Boot Disk

页面失效 Page Fault

后台进程/前台进程 Background Process /Foreground Process

文件传送协议 FTP (File Transfer Protocol)

图形用户界面 GUI (Graphical User Interface)

权限 Permission

移植 Port/Ported/Porting

可移植系统接口 Portable Operating System Interface

分时 Time-sharing

工作区 Workspace

工作目录 Working Directory

窗口管理器 Window Manager

封装器 Wrapper

5.4.3 算法相关术语

字典 Dictionaries

堆 Heap

优先级队列 Priority queue

矩阵乘法 Matrix multiplication

贪心算法 Greedy algorithm

上界/下界 Upper bound / Lower bound

最好情况/最坏情况/平均情况 Best case /Worst Case/ Average case