PROGRAMMING LANGUAGES PRESENTATION 7.pptx

RustomBelandres 11 views 5 slides May 07, 2024
Slide 1
Slide 1 of 5
Slide 1
1
Slide 2
2
Slide 3
3
Slide 4
4
Slide 5
5

About This Presentation

PPT


Slide Content

PROGRAMMING LANGUAGE Sit Dolor Amet

TYPES OF PROGRAMMING LANGUAGES 1. MACHINE LANGUAGE- only language that a computer can understand. machine code- is the binary system uses two numbers 0s and 1s . 2. Assembly language- it is more advanced compare to machine language. Assembly uses mnemonics instead of 0s and 1s to simply the programmers way of creating program. Mnemonics- are memory aid. It requires another program called ASSEMBLER which translate assembly language statements into the target computer machine code.

PROGRAMMING LANGUAGE 3 . High level language- it was developed to speed up the programming. It allows the programmer to use English commands to carry out instruction. Example: BASIC (Beginners All purpose Symbolic Instruction code) FORTRAN (Formula Translation) interpreter- translate the high level instruction into machine code, Compiler- translate the entire program into machine code before running the program.

Object-oriented/event programming language 4. These are program that run in windows that require more complicated programming capabilities. With this language, you can create programs that emphasize on the objects included in the user interface like buttons and scrollbar. Examples: visual basic, Delphi, visual c++ , Microsoft office applications and so on .