當前位置:才華齋>英語>職業英語>

常見的計算機英語專業詞彙

職業英語 閱讀(6.04K)

作為計算機相關專業學生,面試或者筆試時不可避免地會遇到與專業相關的問題,而考核專業問題的時候,又不可避免地涉及到很多專業詞彙,這就需要求職者掌握好常見的.專業詞彙,才能在闡述問題時得心應手,避免出現表達錯誤引起誤解。以下是計算機專業常見相關詞彙。

常見的計算機英語專業詞彙

計算機導論 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