Chapter 1
Chapter 1
Chapter 1
CHAPTER 1
PROGRAMMING LANGUAGES
• Programming Languages
• We may think computers are intelligent but they could not think on their own. They
rely on computer programmers to create programs or directions for them to follow.
• Statements and commands are followed logically, or in some cases in order.
• Program Flow is one of the basic principles of computer’s instance guide.
KINDS OF PROGRAMMING LANGUAGES
1. Machine Language
- Machine language is the language used inside the computer (basically, binary
values)
2. Assembly Language
- Assembly language is the next level programming used for computers. Instead of
using 0s and 1s, assembly language uses mnemonics. (Add, Sub,Mul, etc)
3. Third Generation Language
- Third generation language were developed to provide significant enhancements
2GL. It uses less instructional statements shortening the programming.
KINDS OF PROGRAMMING LANGUAGES
• Ada
• ALGOL
• BASIC
• C
• C++
• C#
• COBOL
• Common Lisp
• Fortran
• Pascal
OBJECT ORIENTED PROGRAMMING
(EVENT)