Important Notice:

Course Content
Introduction to Programming (Chapter 1) M3-R5.1
About Lesson

Differences between low level and high level programming language

Sr.

Low Level Language

High Level Language

1

ये languages computer friendly है।

ये languages user friendly होती है।

2

इसको setup करने में काफी ज्यादा समस्याओ का सामना करना पड़ता है।

इसको setup करना काफी ज्यादा आसान होता है।

3

इस समय इस language को बहुत कम जगह use किया जाता है।

इसका use इस समय काफी ज्यादा किया जाता है।

4

Low level language को आसानी से execute नहीं किया जा सकता।

इसको आसानी से execute किया जा सकता है।

5

यह computer की काफी ज्यादा memory space का use करता है।

High level language कम memory space इस्तेमाल करता है।

6

debug करने में मुश्किलों को सामना करना पड़ता है।

इसको आसानी से debug किया जा सकता है।

7

maintain करके रखना काफी ज्यादा मुश्किल हो।

इसको maintain करके रखना काफी ज्यादा आसान है।

 

Differences between low level and high level programming language

Sr.

Low Level Language

High Level Language

1

They are faster than high level language.

They are comparatively slower.

2

Low level languages are memory efficient.

High level languages are not memory efficient.

3

Low level languages are difficult to learn.

High level languages are easy to learn.

4

Programming in low level requires
additional knowledge of the computer
architecture.

Programming in high level do not require any
additional knowledge of the computer
architecture.

5

They are machine dependent and are not
portable.

They are machine independent and portable.

6

They provide less or no abstraction from the
hardware.

They provide high abstraction from the
hardware.

error: Content is protected !!