APPLICATION SYSTEM SOFTWARE
WHAT IS COMPUTER SOFTWARE
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
|
OPERATING SYSTEM
|
|
CODE LIBRARY
|
|
CONTROL PANEL
|
|
CORIANDER
|
Detailed explanation-1: -Code reusability is the capacity to repurpose pre-existing code when developing new software applications. Ideally, code reuse should be easy to implement, and any stable, functional code could freely be reused when building a new software application.
Detailed explanation-2: -Beyond libraries, Procedural Programming code can be reused over and over again throughout an application as problems are continually broken down over and over again.
Detailed explanation-3: -Object-oriented programming languages Objects can be reused within a program or in other programs. This makes it a popular language type for complex programs, as code is easier to reuse and scale. Some common object-oriented programming (OOP) languages include: Java.
Detailed explanation-4: -A software library is an example of code reuse. A library can contain code for several functions, each having specific behavior. To use a library, you need to know only the interface, which is the specification for calling the library functions. Reusable code can be reentrant.