Zusammenfassung der Ressource
Programming
- What is
programming?
Anmerkungen:
- Programming is the process of writing a program using a computer language.
- Programming language
- FORTRAN
Anmerkungen:
- used for scientific and mathematical applications
- COBOL
Anmerkungen:
- popular for business applications.
- BASIC
Anmerkungen:
- used as a teaching language;Visual BASIC is now used to create Windows applications
- C
Anmerkungen:
- used to write system software, graphics and commercial programs.
- Java
Anmerkungen:
- designed to run on the Web; Java applets are small programs that run automatically on web pages and let you watch animated characters, and play music and games.
- Formatting Language
- CSS
- Markup Language
- HTML
Anmerkungen:
- the code used to create Web pages.
- History
- Steps
- 3 - Write code and compile
- 5 - Debug and correct it if
necessary
- 2 - Make flowchart
- 1 - Analyze the problem
- 4 - Test the
programa and
detect bugs
- 6 - Document and
maintain the program