Software Creation
How is software created? If software is the set of instructions that tells the hardware what to do, how are these instructions
written? If a computer reads everything as ones and zeroes, do we have to learn how to write software that way?
Modern software applications are written using a programming language. A programming language consists of a set
of commands and syntax that can be organized logically to execute specific functions. This language generally consists of
a set of readable words combined with symbols. Using this language, a programmer writes a program (called the source
code) that can then be compiled into machinereadable
form, the ones and zeroes necessary to be executed by the CPU.
Examples of wellknown
programming languages today include Java, PHP, and various flavors of C (Visual C, C++,
C#). Languages such as HTML and Javascript are used to develop web pages. Most of the time, programming is done
inside a programming environment; when you purchase a copy of Visual Studio from Microsoft, it provides you with an
editor, compiler, and help for many of Microsoft’s programming languages.
Software programming was originally an individual process, with each programmer working on an entire program, or
several programmers each working on a portion of a larger program. However, newer methods of software development
include a more collaborative approach, with teams of programmers working on code together. We will cover informationsystems
ซอฟต์แวร์สร้างซอฟต์แวร์สร้าง
เป็นยังไง ? ถ้าโปรแกรมคือชุดของคำแนะนำที่จะบอกฮาร์ดแวร์จะทำยังไง แล้วคำแนะนำเหล่านี้
เขียน ? ถ้าคอมพิวเตอร์อ่านทุกอย่างที่เป็นคนและศูนย์ เราต้องเรียนรู้วิธีการเขียนโปรแกรมแบบนี้
โปรแกรมซอฟต์แวร์สมัยใหม่เขียนด้วยโปรแกรมภาษา ภาษาการเขียนโปรแกรมที่ประกอบด้วยชุด
ของคำสั่งและไวยากรณ์ที่สามารถจัดระเบียบมีเหตุผลที่จะดำเนินการฟังก์ชั่นที่เฉพาะเจาะจง ภาษานี้โดยทั่วไปประกอบด้วย
ชุดอ่านคำรวมกับสัญลักษณ์ การใช้ภาษานี้ โปรแกรมเมอร์ เขียนโปรแกรม ( เรียกว่าแหล่ง
รหัส ) ที่สามารถรวบรวมในรูปแบบ machinereadable
, คนและศูนย์ ต้องดำเนินการโดยซีพียู ตัวอย่างของกรรม
วันนี้มีโปรแกรมภาษา Java , PHP , และรสต่าง ๆ ของ C ( Visual C , C ,
c # ) ภาษาเช่น HTML และ JavaScript จะใช้ในการพัฒนาเว็บเพจ ส่วนใหญ่ของเวลา , โปรแกรมเสร็จแล้ว
ภายในสภาพแวดล้อมการเขียนโปรแกรม;เมื่อคุณซื้อสำเนาของ Visual Studio จากไมโครซอฟท์ ให้คุณกับ
บรรณาธิการ ผู้แปล และช่วยหลายภาษาการเขียนโปรแกรมไมโครซอฟท์ .
โปรแกรม ซอฟต์แวร์ แต่เดิมเป็นแต่ละขั้นตอน แต่ละโปรแกรมทำงานบนโปรแกรมทั้งหมดหรือ
หลายโปรแกรมเมอร์แต่ละทำงานในส่วนของโปรแกรมขนาดใหญ่ อย่างไรก็ตาม วิธีการใหม่ของการพัฒนาซอฟต์แวร์ รวมถึงแนวทางความร่วมมือเพิ่มเติมกับทีมงานของโปรแกรมเมอร์ทำงานรหัสด้วยกัน เราจะครอบคลุมสารสนเทศ
การแปล กรุณารอสักครู่..
