aboutsummaryrefslogtreecommitdiff
path: root/files/vi/glossary/computer_programming
diff options
context:
space:
mode:
authorFlorian Dieminger <me@fiji-flo.de>2021-02-11 18:29:28 +0100
committerGitHub <noreply@github.com>2021-02-11 18:29:28 +0100
commit964decad361766e85d928a56f0ab80af0e75c172 (patch)
tree64e802be7fd6e93243b93f5813fe7ae2873ac1b3 /files/vi/glossary/computer_programming
parent890776270440331dcd24d34dc5e1cef2167aa70a (diff)
parent9201e4212c57af09becda69f17c17a3a34f226c2 (diff)
downloadtranslated-content-964decad361766e85d928a56f0ab80af0e75c172.tar.gz
translated-content-964decad361766e85d928a56f0ab80af0e75c172.tar.bz2
translated-content-964decad361766e85d928a56f0ab80af0e75c172.zip
Merge pull request #61 from fiji-flo/unslugging-vi
Unslugging vi
Diffstat (limited to 'files/vi/glossary/computer_programming')
-rw-r--r--files/vi/glossary/computer_programming/index.html20
1 files changed, 20 insertions, 0 deletions
diff --git a/files/vi/glossary/computer_programming/index.html b/files/vi/glossary/computer_programming/index.html
new file mode 100644
index 0000000000..abafd80811
--- /dev/null
+++ b/files/vi/glossary/computer_programming/index.html
@@ -0,0 +1,20 @@
+---
+title: Lập Trình Máy Tính
+slug: Glossary/Computer_Programming
+tags:
+ - Lập trình máy tính
+translation_of: Glossary/Computer_Programming
+original_slug: Tu-dien-thuat-ngu/Computer_Programming
+---
+<p>Lập trình máy tính là một quá trình xây dựng và sắp xếp một bộ gồm các hướng dẫn. Những hướng dẫn này sẽ nói cho máy tính/ phần mềm biết nó phải làm gì bằng ngôn ngữ mà máy hiểu được. Hướng dẫn được viết bằng rất nhiều ngôn ngữ, như là C++, Java, JavaScript, HTML, Python, Ruby, and Rust.</p>
+
+<p>Dùng những ngôn ngữ đã có, bạn có thể lập trình/tạo ra tất cả các loại phần mềm. Cho ví dụ, một chương trình có thể giúp các nhà khoa học xử lí những bài toán phức tạp, một bộ dữ liệu có thể chứa số lượng dữ liệu khổng lồ, một website cho phép người dùng tải nhạc, phim, hình ảnh, hay một phần mềm hoạt hình cho phép người dùng tạo ra những bộ hoạt hình ấn tượng.</p>
+
+<h2 id="Learn_more">Learn more</h2>
+
+<h3 id="General_knowledge">General knowledge</h3>
+
+<ul>
+ <li>{{Interwiki("wikipedia", "Computer programming")}} on Wikipedia</li>
+ <li><a href="https://en.wikipedia.org/wiki/List_of_programming_languages">List of Programming Languages: Wikipedia</a></li>
+</ul>