what would be the advantages and disadvantages of writing loader using a high-level programming language?
Answers
Answer:
I don’t think that high level languages have advantages or disadvantages, because one will choose PL as per its application requirements.
Suppose one wants to develop image processing application so it can’t choose C because C doesn’t have libraries for that , so go for Python/C++ , although they have their own constraints, but you have to accept that.
Same goes for kernel programming/Device driver/Firmware development you can’t go for C++/Python/Java, because speed/security and binding with other layers cause problem due to kernel synchronizing primitives, so you must need to use C.
SO in general each PL has its own characteristics you can’t just compare them based on your application/field.
Explanation:
Advantages of writing loader in a high level programming language include:
a) Easy way to run the program.
b) Offers an easy way to implement the program.
c) Easy way of compilation and debugging errors.
Disadvantages of writing loader include:
a) Writing of loader in the programming language will result in the consumption of more space.
b) It makes the program more complicated by adding up more number of program statements.
TO KNOW MORE:
What do you mean by High Level Languages?
https://brainly.in/question/1441906
What is the advantage of using a high-level language over machine language for writing computer programs?
https://brainly.com/question/12193040