About Lesson
Advantages of low-level languages:-
- Low Level Languages में लिखे हुए प्रोग्राम्स को काफी तेजी से RUN होते है।
- Low Level Languages में Memory कम लगती है।
- प्रोग्रामर Low Level Language का उपयोग करके प्रोसेसर और मेमोरी का बेहतर तरीके से उपयोग कर सकते हैं।
- Low Level लैंग्वेजेज में सोर्स कोड को मशीन कोड में ट्रांसलेट करने की जरुरत नहीं होती है इसलिए यहाँ पर compiler और interpreter की जरुरत नहीं होती है।
- Low Level लैंग्वेज सीधे हार्डवेयर devices के साथ communicate कर सकती है।
Advantages of low-level languages:-
- Programs developed using low-level languages are fast and memory efficient.
- Programmers can utilize processor and memory in a better way using a low-level
- There is no need of any compiler or interpreters to translate the source to machine
Thus, cuts the compilation and interpretation time. - Low-level languages provide direct manipulation of computer registers and storage.
- It can directly communicate with hardware devices