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