- 相關(guān)推薦
常見的計算機英語專業(yè)詞匯
作為計算機相關(guān)專業(yè)學(xué)生,面試或者筆試時不可避免地會遇到與專業(yè)相關(guān)的問題,而考核專業(yè)問題的時候,又不可避免地涉及到很多專業(yè)詞匯,這就需要求職者掌握好常見的專業(yè)詞匯,才能在闡述問題時得心應(yīng)手,避免出現(xiàn)表達錯誤引起誤解。以下是計算機專業(yè)常見相關(guān)詞匯。
計算機導(dǎo)論 Introduction to Computer Science
高等數(shù)學(xué) Advanced Mathematics
應(yīng)用創(chuàng)造學(xué) Creativity Methodology
工程圖學(xué)與計算機繪圖 Engineering Graphics and Computer Graphics Drawings
面向?qū)ο蟪绦蛟O(shè)計 Object-oriented Programming
概率論與數(shù)理統(tǒng)計 Probability Theory and Statistics
離散數(shù)學(xué) Discrete Mathematics
軟件工程概論 Introduction to Software Engineering
數(shù)據(jù)結(jié)構(gòu) Data Structures
計算機組成與結(jié)構(gòu) Computer Organization and Architecture
操作系統(tǒng) Operating System
計算機網(wǎng)絡(luò) Computer Network
算法設(shè)計與分析 Algorithm Design and Analysis
軟件工程經(jīng)濟學(xué) Software Engineering Economics
Java技術(shù) Java Technology
UML建模 UML Modeling (Unified Modeling Language Modeling)
數(shù)據(jù)庫系統(tǒng)概論 Introduction to Database Systems
編譯原理 Principle of Compiler
軟件體系結(jié)構(gòu) Software Architecture
程序分析 Program Analysis
軟件過程與項目管理 Software Process and Project Management
系統(tǒng)分析與設(shè)計 System Analysis and Design
程序測試 Program Testing
模式識別 Pattern Recognition
嵌入式程序設(shè)計 Embedded Programming
人機交互技術(shù) Human-computer Interaction Technology
云計算 Cloud Computing
計算機與網(wǎng)絡(luò)安全 Computer and Network Security
計算機圖形學(xué) Computer Graphics
數(shù)據(jù)挖掘技術(shù) Data Mining Technology
分布對象技術(shù) Distributed Object Technology
網(wǎng)絡(luò)多媒體 Internet Multimedia
網(wǎng)絡(luò)程序設(shè)計 Network Programming
.NET程序設(shè)計 . NET Programming Design
協(xié)議工程 Protocol Engineering
5.4.2 操作系統(tǒng)相關(guān)術(shù)語
虛擬機 Virtual Machine
訪問控制列表 Access Control List
線程 Thread
多線程 Multithreading
進程 Process
守護進程 Daemon
進程間通信 IPC (Interprocess Communication)
死鎖 Deadlock
銀行家算法 Banker’s algorithm
內(nèi)存管理 Memory management
虛擬地址 Virtual address
物理地址 Physical address
引導(dǎo)盤 Boot Disk
頁面失效 Page Fault
后臺進程/前臺進程 Background Process /Foreground Process
文件傳送協(xié)議 FTP (File Transfer Protocol)
圖形用戶界面 GUI (Graphical User Interface)
權(quán)限 Permission
移植 Port/Ported/Porting
可移植系統(tǒng)接口 Portable Operating System Interface
分時 Time-sharing
工作區(qū) Workspace
工作目錄 Working Directory
窗口管理器 Window Manager
封裝器 Wrapper
5.4.3 算法相關(guān)術(shù)語
字典 Dictionaries
堆 Heap
優(yōu)先級隊列 Priority queue
矩陣乘法 Matrix multiplication
貪心算法 Greedy algorithm
上界/下界 Upper bound / Lower bound
最好情況/最壞情況/平均情況 Best case /Worst Case/ Average case
插入排序 Insertion sort
合并排序 Merge sort
堆排序 Heap sort
快速排序 Quick sort
動態(tài)規(guī)劃 DP (Dynamic Programming)
背包問題 Knapsack problem
霍夫曼編碼 Huffman Coding
迪杰斯特拉算法 Dijkstra’s algorithm
貝爾曼-福德算法 Bellman-Ford algorithm
弗洛伊德算法 Floyd-Warshall algorithm
回溯 Back-Tracking
N皇后問題 N-Queen problem
漸進增長 Asymptotic growth(包含O-notationΩ-notation Θ-notation)
線性規(guī)劃 Linear programming
隨機數(shù)生成 Random number generation
圖的生成 Generating graphs
圖論-多項式算法 Graph Problems – polynomial algorithm
連通分支 Connected components
最小生成樹 Minimum Spanning Tree
最短路徑 Shortest path
NP問題 Non-Deterministic Polynomial problem
旅行商問題 Traveling salesman problem
同構(gòu) Graph isomorphism
壓縮 Text compression
最長公共子串 Longest Common Substring
最短公共父串 Shortest Common Superstring
收斂速度 Rate of convergence
5.4.4 數(shù)據(jù)結(jié)構(gòu)相關(guān)術(shù)語
集合 Set Data Structures
線性方程組 Linear Equations
數(shù)據(jù)抽象 Data abstraction
數(shù)據(jù)元素 Data element
數(shù)據(jù)對象 Data object
數(shù)據(jù)類型 Data type
邏輯結(jié)構(gòu) Logical structure
物理結(jié)構(gòu) Physical structure
線性結(jié)構(gòu)/非線性結(jié)構(gòu) Linear structure / Nonlinear structure
線性表 Linear list
棧 Stack
隊列 Queue
串 String
圖 Graph
插入 Insertion
刪除 Deletion
前趨 Predecessor
后繼 Successor
直接前趨 Immediate predecessor
直接后繼 Immediate successor
雙端列表 Double-ended queue
循環(huán)隊列 Circular queue
指針 Pointer
先進先出表(隊列) First-in first-out list
后進先出表(隊列) Last-in first-out list
棧底/棧頂 Bottom /Top
壓入/彈出 Push/ Pop
隊頭/隊尾 Front/ Rear
上溢/下溢 Overflow/ Underflow
數(shù)組 Array
矩陣 Matrix
多維數(shù)組 Multi-dimensional array
以行為主/以列為主的順序分配 Row major order / Column major order
三角矩陣 Triangular matrix
對稱矩陣 Symmetric matrix
稀疏矩陣 Sparse matrix
轉(zhuǎn)置矩陣 Transposed matrix
鏈表 Linked list
線性鏈表 Linear linked list
單鏈表 Single linked list
多重鏈表 Multilinked list
循環(huán)鏈表 Circular linked list
雙向鏈表 Doubly linked list
十字鏈表 Orthogonal list
廣義表 Generalized list
指針域 Pointer field
頭結(jié)點 Head node
頭指針/尾指針 Head pointer/ Tail pointer
空白串 Blank string
空串(零串)Null string
子串 Substring
樹 Tree
子樹 Subtree
森林 Forest
根 Root
葉子 Leaf
深度 Depth
雙親/孩子/兄弟/祖先/子孫 Parents/ Children/ Brother/ Ancestor/ Descendant
二叉樹 Binary tree
平衡二叉樹 Balanced binary tree
滿二叉樹 Full binary tree
完全二叉樹 Complete binary tree
遍歷二叉樹 Traversing binary tree
二叉排序樹 Binary sort tree
二叉查找樹 Binary search tree
線索二叉樹 Threaded binary tree
哈夫曼樹 Huffman tree
有序樹/無序樹 Ordered tree / Unordered tree
判定樹 Decision tree
數(shù)字查找樹 Digital search tree
樹的遍歷 Traversal of tree
先序遍歷 Preorder traversal
中序遍歷 Inorder traversal
后序遍歷 Postorder traversal
子圖 Subgraph
有向圖/無向圖 Digraph(directed graph)/Undigraph(undirected graph)
完全圖 Complete graph
連通圖 Connected graph
非連通圖 Unconnected graph
強連通圖 Strongly connected graph
弱連通圖 Weakly connected graph
有向無環(huán)圖 Directed acyclic graph
重連通圖 Biconnected graph
二部圖 Bipartite graph
邊 Edge
頂點 Vertex
連接點 Articulation point
初始結(jié)點 Initial node
終端結(jié)點 Terminal node
相鄰邊 Adjacent edge
相鄰頂點 Adjacent vertex
關(guān)聯(lián)邊 Incident edge
入度/出度 In-degree/ Out-degree
有序?qū)?無序?qū)?Ordered pair/ Unordered pair
簡單路徑 Simple path
簡單回路 Simple cycle
連通分量 Connected component
鄰接矩陣 Adjacency matrix
鄰接表 Adjacency list
鄰接多重表 Adjacency multi-list
遍歷圖 Traversing graph
生成樹 Spanning tree
拓撲排序 Topological sort
偏序 Partial order
AOV網(wǎng) Activity On Vertex network
AOE網(wǎng) Activity On Edge network
關(guān)鍵路徑 Critical path
線性查找(順序查找) Linear search (Sequential search)
二分查找 Binary search
分塊查找 Block search
散列查找 Hash search
平均查找長度 Average search length
散列表 Hash table
散列函數(shù) Hash function
直接定址法 Immediately allocating method
數(shù)字分析法 Digital analysis method
平方取中法 Mid-square method
隨機數(shù)法 Random number method
內(nèi)部排序 Internal sort
外部排序 External sort
選擇排序 Selection sort
基數(shù)排序 Radix sort
平衡歸并排序 Balance merging sort
二路平衡歸并排序 Balance two-way merging sort
多步歸并排序 Ploy phase merging sort
置換選擇排序 Replacement selection sort
索引文件 Indexed file
索引順序文件 Indexed sequential file
索引非順序文件 Indexed non-sequential file
多重鏈表文件 Multi-list file
倒排文件 Inverted file
5.4.5 計算機網(wǎng)絡(luò)相關(guān)術(shù)語
端口 Port
服務(wù)器 Server
客戶端 Client
服務(wù)訪問點 SAP (Service Access Point)
開放系統(tǒng)互聯(lián) OSI (Open System Interconnection)
物理層 Physical layer
數(shù)據(jù)鏈路層 Data link layer
網(wǎng)絡(luò)層 Network layer
運輸層 Transport layer
會話層 Session layer
表示層 Presentation layer
應(yīng)用層 Application layer
TCP/IP協(xié)議 TCP / IP protocol
信道容量 Channel capacity
香農(nóng) Shannon
奈奎斯特 Nyquist
雙絞線 UTP (Unshielded Twisted Paired)
同軸電纜 Coaxial cable
光纖 Optical fiber
不歸零碼 NRZ (Non Return to Zero)
曼徹斯特編碼 Manchester coding
調(diào)制 Modulation
脈碼調(diào)制 PCM (Pulse Code Modulation)
增量調(diào)制 DM (Delta Modulation)
同步傳輸/異步傳輸 Synchronous transmission / ATM (Asynchronous transmission)
循環(huán)冗余校驗 CRC (Cyclic Redundancy Check)
流量控制 Flow control
滑動窗口 Sliding window
差錯控制 Error control
幀結(jié)構(gòu) Frame structure
復(fù)用 Reuse
非對稱數(shù)字用戶線路 ADSL (Asymmetric digital subscriber line)
電路交換和分組交換 Circuit switching and packet switching
頻分多路復(fù)用 Frequency division multiplexing
信令 Signaling
數(shù)據(jù)報 Datagram
虛電路 Virtual circuit
幀中繼 Frame relay
信元 Ceil
擁塞 Congestion
反壓 Back pressure
令牌桶 Token bucket
環(huán)形/總線形/樹形和星形結(jié)構(gòu) Ring/ bus/ tree and star structure
局域網(wǎng) LAN (local area network)
集線器 Hub
交換機 Switch
路由器 Router
網(wǎng)橋 Network bridge
以太網(wǎng)監(jiān)聽算法 Ethernet listener algorithm
子網(wǎng)掩碼 Subnet mask
三次握手 Three-way handshake
地址解析協(xié)議 APP (Address resolution protocol)
瘦客戶機 Thin client
網(wǎng)際控制報文協(xié)議 ICMP (Internet Control Message Protocol)
因特網(wǎng)群組管理協(xié)議 IGMP (Internet Group Management Protocol)
拒絕服務(wù) Denial of service
邊界網(wǎng)關(guān) Border gateway
域名系統(tǒng) DNS (Domain Name System)
數(shù)據(jù)鏈路控制 DLC (Data Link Control)
互聯(lián)網(wǎng)電子郵件協(xié)議標準 POP (Post Office Protocol)
遠程控制 Remote control
簡單郵件傳送協(xié)議 SMTP (Simple Mail Transport Protocol)
【常見的計算機英語專業(yè)詞匯】相關(guān)文章:
常見德語詞匯08-26
高考英語常見詞匯08-26
考博英語常見詞匯08-28
托福聽力考試常見詞匯08-28
婦產(chǎn)科英語專業(yè)詞匯03-22
法律英語專業(yè)詞匯匯總08-13
生活常見的英語詞匯08-25
商務(wù)英語常見詞匯及解釋08-26
考博英語常見重點詞匯08-28