Articles by Team EasyExamNotes

Virtual Machine | PPL

VIRTUAL MACHINE   Virtual machines are software’s on which other software’s can be executed as they are executing on a physical machine. There are two … Read more

PPL: Virtual Machine

VIRTUAL MACHINE Virtual machines are software’s on which other software’s can be executed as they are executing on a physical machine. There are two types … Read more

Compilation

COMPILATION: Compilation is a process  to convert a high-level programming language into a machine language that the computer can understand. COMPILER: The software which performs … Read more

Programming Paradigm

There are basically four programming paradigms in programming languages: 1) Imperative programming languages2) Functional programming languages 3) Logic programming languages 4) Object-oriented programming languages  Others are: 5) … Read more

PPL: Programming Paradigm

PROGRAMMING PARADIGMS:There are basically four programming paradigms in programming languages: 1) Imperative programming languages 2) Functional programming languages  3) Logic programming languages  4) Object-oriented programming … Read more

PPL: Influences on Language Design

Influences on Language Design Computer Architecture Programming Methodologies Virtual Machine 1. Computer Architecture: Computer architecture in based on Von Neumann Architecture. A programming language is … Read more

Language Evaluation Criteria

Some of the language criterias to evaluate a programming language are: Readability Writability Reliability Cost Generality Extensibility Standardability Support for internationalization 1. Readability Coding should … Read more