Answer:
efficiency ( A )
Explanation:
Information systems ( IS ) implementation in business helps to create a competitive advantage for the business in the market where its products or services are sold .
A good/successful information system will be bring to light the real time status of a product by showcasing the products efficiency in real time to the potential/ returning customers who needs the product. showcasing the efficiency of a product over another similar products is a very good way to gain a very good advantage over other similar products.
The quality and productivity of the product cannot be affected via the information systems. while the visibility of the product is done by the marketing department. the information systems give a real time detail of a product mentioning its composition and efficiency in real time.
Good things:
It is a solid material,NOT plated which makes it easily engravable.
does not tarnish or
discolor easily
Bad things:
It is not a high quality metal
It will melt at low temperatures,so do not get it around extreme heat.
It can damage easy if exposed to acids like lemon juice or vinager
Answer:
public static double average(int num1, int num2){
return (num1+num2)/2;
}
public static double average(int num1, int num2, int num3, int num4){
return (num1+num2+num3+num4)/2;
}
Explanation:
- In the first instance, the method average() accepts two parameters and returns their average
- In the second instance the method accepts four parameters and returns their average
- The concept of method overloading allows a program to have more than method with the the same name but with different parameters list like we find in this example
External hardware/peripherals are external devices connected to a computer that extend it's functionality. Some common ones are:
1. Monitor - output
2. Keyboard - input
3. Speakers - output
4. Printer - output
5. Microphone - input
6. Mouse - input
Input is anything that's used to feed/put data into a computer. So for a keyboard that's which keys you're pressing, microphone that's sound data etc. Output is a<span>ny </span>computer<span>-generated data displayed on screen, printed on paper or in machine readable form, such as a disk.</span>
<span />