Articles by Team EasyExamNotes

PPL: Data types

DATA TYPES A data type defines a collection of data values and a set of predefined operations on those values. Types of data types- 1) … 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

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

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

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

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