aboutsummaryrefslogtreecommitdiff
path: root/files/zh-tw/glossary/computer_programming/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/zh-tw/glossary/computer_programming/index.html')
-rw-r--r--files/zh-tw/glossary/computer_programming/index.html20
1 files changed, 20 insertions, 0 deletions
diff --git a/files/zh-tw/glossary/computer_programming/index.html b/files/zh-tw/glossary/computer_programming/index.html
new file mode 100644
index 0000000000..efb69cf121
--- /dev/null
+++ b/files/zh-tw/glossary/computer_programming/index.html
@@ -0,0 +1,20 @@
+---
+title: Computer Programming
+slug: Glossary/Computer_Programming
+tags:
+ - 術語表
+ - 計算機編程
+translation_of: Glossary/Computer_Programming
+---
+<p>電腦程式設計是編寫和組織一系列指令的過程。它會以電腦/軟體程式能理解的語言,告訴他們要做什麼事情。這些指令來自不同形式的語言,例如如:C++、Java、JavaScript、HTML、Python、Ruby、和Rust。</p>
+
+<p>使用合適的語言,可以設計/創建所有類型的軟體。例如,幫助科學家進行複雜運算的程式、儲存大量資料的資料庫、讓用戶下載音樂的網站、或者讓用戶建立動畫電影的軟體。</p>
+
+<h2 id="了解更多">了解更多</h2>
+
+<h3 id="基礎知識">基礎知識</h3>
+
+<ul>
+ <li>維基百科上的 {{Interwiki("wikipedia", "程式設計")}}</li>
+ <li>維基百科上的 {{Interwiki("wikipedia", "程式語言列表")}}</li>
+</ul>