describe me 5 high level languages with short description
Answers
Answer:
Arabic
Hindi
English
Computer
Telgu
Explanation:
Arabic is easy to write and easy to speak
Hindi is very easy for writing
English should be very flewent
Computer is easy ask me anything
Telgu is kinda hard to remember
High Level Language
When we talk about high level languages, these are programming languages. Some prominent examples are PASCAL, FORTRAN, C++ etc.
- The important feature about such high level languages is that they allow the programmer to write programs for all types of computers and systems. Every instruction in high level language is converted to machine language for the computer to comprehend.
Scripting Languages
- Scripting languages or scripts are essentially programming languages. These languages employ a high level construct which allows it to interpret and execute one command at a time.
- Scripting languages are easier to learn and execute than compiled languages. Some examples are AppleScript, JavaScript, Pearl etc.
Object-Oriented Languages
These are high level languages that focus on the ‘objects’ rather than the ‘actions’. To accomplish this, the focus will be on data than logic.
The reasoning behind is that the programmers really cares about the object they wish to manipulate rather than the logic needed to manipulate them. Some examples include Java, C+, C++, Python, Swift etc.
Procedural Programming Language
- This is a type of programming language that has well structured steps and complex procedures within its programming to compose a complete program.
- It has a systematic order functions and commands to complete a task or a program. FORTRAN, ALGOL, BASIC, COBOL are some examples.