The answer is Integrated Development Environment (IDE). Many programmers today use Integrated Development Environment (IDE) which is a software that helps them build their computer programs. It gives complete facilities to computer programmers for software development.
Answer:
spreadsheet software
Explanation:
Spreadsheet software is an application that allows users to organize data in columns and rows and perform calculations on the data. These columns and rows collectively are called a worksheet.
Answer:
Thats good
Explanation:
Thanks for the points~! ;)
Answer: hello your question is poorly written and I have been able to properly arrange them with the correct matching
answer
Static libraries : C
Dynamic link libraries: A
Using static libraries: B
Making some changes to DLL: D
Explanation:
Matching each term with its meaning
<u>Static Libraries </u> : Are attached to the application at the compile time using the Linker ( C )
<u>Dynamic link libraries</u> ( DLL ) : Is Loaded at runtime as applications need them ( A )
<u>Using static Libraries </u>: Makes your program files larger compared to using DLL ( B )
<u>Making some changes to DLL </u>: Does not require application using them to recompile ( D )