[CS] Computer Science Terms 專有名詞
專有名詞
| 詞彙 | 解釋 |
|---|---|
| Semver (semantic versioning) | 語意化的版本 |
| man page (manual page) | 說明手冊 |
| coupling | 耦合,改變一個地方就需要連帶改變另一個地方 |
| I/O (Input/Output) | In nodes architecture, the term I/O is usually used to reference accessing disk and network resources. |
| IT (Information Technology) | |
| ICT (Information and Communication Technology) | |
| Network | 通訊網路 |
| jank | 閃避 |
| render | 轉譯/轉譯 |
| queue | 佇列 |
| idle | 閒置 |
| GUI(Graphical User Interface) | 圖形使用者介面 |
| CUI(Character-based User Interface) | 字元使用者畫面 |
| CLI(Command Line Interface) | 命令行介面 |
| process | 程序(進程),進程就像是一個有邊界的生產廠間,而執行緒就像是廠間內的一個個員工,可以自己做自己的事情,也可以相互配合做同一件事情。 |
| thread | 執行緒(線程),進程就像是一個有邊界的生產廠間,而執行緒就像是廠間內的一個個員工,可以自己做自己的事情,也可以相互配合做同一件事情。 |
繁簡對照
cn2tw4programmer @ Chrome Extension