Answer:
Pair Programming
Explanation:
In Extreme Programming XP, pair programming is a practice in which two programmers work together in a pair at one machine, when writing a code.
One of the two programmers is called the "driver" or developer who writes the code and supervises all the changes made to the program.
The other one is called an "navigator" or observer who provides ideas on how the program should be written, observes or reviews it the program, identify the issues or errors in the code, help in code simplifications.
The two developers implements the program, do coding, review the program and check each other's work. They both are required to be equally skilled in order to implement and test the code. This improves the process of the software development. By working in a pair and reviewing and testing the code together, they develop a better code.
Answer:
Line of sight and rules of composition
Explanation:
He needs the rules of composition in order to use the line of sight
Answer:
It's the <u><em>power supply</em></u>
Explanation:
The power supply is what essentially enables the computer to operate. It is able to do that by converting the incoming alternating current (AC) to direct current (DC) at the correct wattage rating that is required by the computer to function. The power supply is a metal box that is generally placed in the corner of the case.
Answer:
speed up of process creation increases in the effective access time of memory
Explanation:
Virtual memories are often used in order to save up ram for other applications and not being limited by the actual physical memory that we have, in this case the virtual memory is slower than normal memories since they are not actual memories and are restricted to the spee of the connection or the speed of the disk where they are located.