FUNDAMENTALS OF COMPUTER

COMPUTER PROGRAMMING FUNDAMENTALS

WHAT IS PROGRAMMING

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
Which of the following is important to remember when pair programming?
A
communicate with each other
B
listen to each other
C
switch roles often
D
all of the above
Explanation: 

Detailed explanation-1: -When you are in a pair programming situation, you work together. This means that when a project is underway the developers work closely together. If one is not there, the project can’t continue. This is a very important consideration.

Detailed explanation-2: -Pair programming enables teams to naturally share information and spread knowledge among members. With sessions focused on communication and shared goals, it benefits teams as they can achieve collective code ownership and highly decrease the bus factor.

Detailed explanation-3: -Expert-Verified Answer The statement which is true of pair programming is: D.) Two programmers work on the same code at one workstation.

There is 1 question to complete.