MikkiCoding
Search…
Welcome!
👩🏫
👩💻 Introduction of Programming
การทำงานของคอมพิวเตอร์เบื้องต้น
การแปลภาษาของโปรแกรม
Flowchart
Preprocesser Directory
Basic Coding
🐍
Python for Beginner
แนะนำภาษา python
ติดตั้งโปรแกรม python ลงบน computer
การพิมพ์คำสั่งขั้นต้น
Data type และการประกาศตัวแปร
Comparison
Condition Statement
Loop Statement
การใช้ break, continue และ pass ใน statement
Function
Data structure
การทำงานร่วมกันกับไฟล์
Exception handling
Document และแหล่งเรียนรู้อื่นๆ
Website
Github
Facebook Page
Twitter
Youtube
Powered By
GitBook
การแปลภาษาของโปรแกรม
การแปลภาษาของโปรแกรม มี 2 แบบ คือ
Interpreter
เป็นการแปลคำสั่งทีละบรรทัดก่อนที่โปรแกรมจะทำงาน เมื่อพบข้อผิดพลาด โปรแกรมจะหยุดทำงานทันที ทำให้โปรแกรมทำงานค่อนข้างช้า เช่น ภาษา python
Compiler
เป็นการแปลคำสั่งทั้งโปรแกรม ถ้าพบข้อผิดพลาด โปรแกรมจะแสดงข้อผิดพลาดออกมา ทำให้โปรแกรมทำงานได้เร็วกว่า เช่น ภาษา C
👩💻 Introduction of Programming - Previous
การทำงานของคอมพิวเตอร์เบื้องต้น
Next - 👩💻 Introduction of Programming
Flowchart
Last modified
4mo ago
Copy link
Edit on GitHub