aboutsummaryrefslogtreecommitdiff
path: root/files/vi/glossary/computer_programming/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/vi/glossary/computer_programming/index.html')
-rw-r--r--files/vi/glossary/computer_programming/index.html19
1 files changed, 19 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..27c03c6afb
--- /dev/null
+++ b/files/vi/glossary/computer_programming/index.html
@@ -0,0 +1,19 @@
+---
+title: Lập Trình Máy Tính
+slug: Tu-dien-thuat-ngu/Computer_Programming
+tags:
+ - Lập trình máy tính
+translation_of: Glossary/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>