aboutsummaryrefslogtreecommitdiff
path: root/files/zh-tw/glossary/computer_programming/index.html
blob: efb69cf1215c328bd9a6b96b5e236b4e37e3fc92 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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>