Monday, June 15, 2026

1.1 programming Basic Terminology

 Language: is a way of communication is known as language. e.g. amharic, English etc.

Program: is a set of instructions which is used to perform a specific task.

Programming Language   :An artificial language used to write programs which can be translated into machine language and executed by computer with the help of some special software.

Platform: In programming: Hardware or software on which a program can execute/run.  e.g. – c, c++, Java etc.

Paradigm: a philosophical or theoretical framework of any kind". (an example showing how something is to be done)

Paradigms as "ways of organizing thought".

Paradigm can also be termed as method to solve some problem or do some task.

Programming Paradigm

Programming Paradigm: refers to a style of programming. By style, it doesn’t mean the choice of a specific language, but rather it refers to the way you program.

Programming paradigms are a way to classify programming languages based on their features.

A programming paradigm is a way, an approach, a style by which we write programs in a specific programming language to solve some problem.

Programming paradigm is an approach to solve problem using some programming language. or 

Programming paradigm is a method to solve a problem using tools and techniques that are available to us following some approach. 

A programming paradigm is a style of programming in any programming language. It is also used to classify programming languages on the basis of paradigms.

Types of programming paradigms 

The programing paradigms are categorized in multiple categories yet most significant are only two:







No comments:

Post a Comment

2. 0 java Class

}   Class can be defined in multiple ways Ê   A class is a blueprint for an object. Ê   A class is a user-defined data type. Ê   A cla...