SlideShare uma empresa Scribd logo
1 de 5
Integrated Intelligent Research(IIR) International Journal of Business Intelligent
Volume: 01 Issue: 02 December 2012,Pages No.47-51
ISSN: 2278-2400
47
Analysis of pair Programming Effectiveness in
Academic Environment
S. Sagayaraj1
, M. Kavitha2
, M. Poovizhi3
1& 3
Department of Computer Science, Sacred Heart College, Tirupattur.
2
Vailankanni Matriculation Higher Secondary School, Hosur.
Email:sagisara@gmail.com, devi28ks@gmail.com, poomca12@gmail.com
Abstract-Many experiments have been conducted on Pair
Programming (PP) by constructing small-scale programs of a
few hundred lines of code, using correctness, duration, and
effort metrics. In this paper a group of students were selected
on basis of major group as Computer Science and non-major
group as Physics. Measurements were made on the basis of
lines of code, creativity, presentation, time, number of
variables used and efficiency. After gathering data the analyses
were made with the requirements and plotted in graph to check
their grade and statistic level between major and non-major
group. Finally results are given such as major students
possessed successive and non major students possessed
partially successive.
I. INTRODUCTION
Traditionally, learning program is a solitary activity. PP
renovates it into a collaborative learning process. PP is a style
of programming in which two programmers work side-by-side
at one computer, continuously collaborating on the same
design, algorithm, code, or test [1]. The name of the technique,
PP can lead people to incorrectly assume that Software
engineers only pair during code development. PP allows
pairing in all phases of the development process, in pair design,
pair debugging, pair testing, and so on[2]. Programmers could
pair up at any time during development, in particular when
they are working on a complex or unfamiliar problem. PP
allows two students to utilize one computer, permitting a larger
number of students to be present in an individual room for lab
sessions. PP has been extensively studied in academia and has
been shown to have numerous benefits for student learning. An
early study of PP conducted at the University of Utah found
that students who used PP produced solutions of higher quality
than the students who worked individually [1].
Researchers also indicated that pair teams were able to produce
solutions more quickly than individual programmers and that
in the best case; PP teams only required 15% more
programmer hours to produce a solution than individual
programmers.In order to improve the study level to the most
higher status through PP so that students who find difficulty in
learning alone, can gain knowledge and improve their learning
power and also their information about their educational status.
In most of the previous research works, the effectiveness of PP
was evaluated by measuring the characteristics of the products
that were developed by the research participants. However, to
prove that PP is an effective learning methodology, the
improvements in individual’s subject knowledge and
programming skills have to be measured.In section 2 explain
the related work in PP, followed by the detailed presentation of
PP in Section 3. Then, the implementation of solo and PP is
presented in Section 4, followed by a detailed analysis of solo
and PP is provided in section 5. The conclusion and the future
research avenues are discussed in Section 6.
II. RELATED WORKS
In 2002 Dick et al performed an action research on some
professions for testing the ability of PP based on their
communication, comfortable, confidence and compromise. The
result was four personality variables are posited as beneficial
for PP [3].In 2003 Thomas did a survey based on PP with
students self confidence level in this research he concluded that
evidence that students who have considerable self confidence
do not enjoy the experience of PP as much as other students
but same students produced best result when they were placed
in pairs with similar confidence levels[3].In 2004 choi made a
survey research based on PP with professionals and students in
MBTI to prove the effectiveness of PP. The survey asked
professional programmers which predefined factors they
thought most influences PP and revealed that personality,
communication and genders as the perceived most influential
factors. The other predefined factors were programming skill,
cognitive programming style, familiarity, and pair protocol [4].
In 2006 Sftetsos et al performed an experiment with the
students using KTS tool and he observed that better
performance and collaboration viability for pairs with mixed
temperament [5].In 2007 Domino et al executed an experiment
on both Professional and Students to check the Random effect
on PP. At last he came to a conclusion such that PP was not
effective to study the impact of PP on programming
performance and user satisfaction [5, 15].In 2007 Canfora et al
carried out an experiment with an Engineer and Scientist on
some similar skill and experienced that PP is partially effective
on evaluating the performances of pair designing in industry
[6].In 2007 Arisholm et al presented an experiment on "it
depends" – on both the programmer's expertise and the
complexity of the system and tasks to be solved. He concluded
that two heads are better than one, for achieving correctness on
highly complex programming tasks in PP [7]. In 2008 Bipp
worked out with a group of students. He reported that PP is
effective on students and also it is efficient on them [8].In 2010
Hannay and Arisholm preformed Regression path analysis
regression trees with the help of Professionals on Big five
tools. He observed that PP is partial effective with Low support
of hypotheses. Other factors than personality have greater
impact [8].Comparing many research, various experiments that
were carried out by various authors in PP made a conclusion
that PP make the students and professionals working together
shows best result in more effective manner.
Integrated Intelligent Research(IIR) International Journal of Business Intelligent
Volume: 01 Issue: 02 December 2012,Pages No.47-51
ISSN: 2278-2400
48
III. PAIR PROGRAMMING
Students who pair in major group continue to out perform their
non-pairing peers, even when they begin working by
themselves. Typically, non-major students are less confident in
their abilities than major students, even when their actual levels
of competence are the same [9].This lack of confidence leads
non major students to doubt their capabilities, question whether
they belong, and frequently leads them to select other majors.
The chief gap in confidence is significantly reduced when the
students perform PP [10, 11].As noted above, PP increases the
retention rate in computing-related majors for all students; the
gap in retention rates is reduced when students pair [12,
13].Students find PP enjoyable and beneficial to their learning.
This experiment was carried out with help of only under
graduate students of computer science major and physics
students. Experiment was conducted on C language. Students
selected as two groups from major subject in computer science
and one group in non major subject in computer science
(physics). First group of students in computer science are
above average students who are efficient in programming
language. Second group of students in computer science are
average students in programming skill. In non major group
students are selected based on programming
skill.Unfortunately student PP sessions usually differ at least in
some aspects from professional PP sessions: The scope of the
task a student setting is predefined by the researcher and
normally not a real world or very complex task, because the
students have a limited timeframe to solve the problem [14,
15]. The advantage of a predefined task is that the researcher
can comprehend and evaluate the solution process of the
students.
IV. IMPLEMENTATION
There are many studies investigating student pair
programmers, most of the time in a quantitative manner in
order to analyze the benefits. Those studies compare the
interaction behavior in a professional environment dependent
on driver and observer roles, subtask and PP experience, but
there is no comparison between major group students and non
major group students with in pair programmers.
4.1 Solo programming
The students were provided with laboratory section first solo
performances were conducted for major group students in
computer science. Students are divided into two groups solo A
Group and solo B Group. In first session solo performance of
solo a group was conducted, they were given a set of program.
Then their performance was recorded in different aspects such
as lines of code, number of variables used, efficiency, and time
taken. Later two groups of students are paired together to
perform similar type of experiment, they were provided with
identical question that are given during their solo performance.
After completing their experiments the results were recorded
based on their listed skills such as lines of code, number of
variables used, efficiency, and time taken. Finally non major
groups of students (physics) performed equivalent task done by
the major students in computer science with similar aspects.
Students were given a program to perform in pair after their
execution results were recorded in different aspects such as
lines of code, number of variables used, efficiency, and time
taken.
4.2 Pair programming
A formal PP experiment was run at laboratory to empirically
assess the educational efficacy of the technique in a major and
non major group of students. Results indicate that students who
practice PP perform better on programming projects. Student
pairs are more self-sufficient which reduces their reliance on
the teaching staff. Qualitatively, paired students demonstrate
higher order thinking skills than students who worked alone.
These results are supportive of PP as a collaborative learning
technique.
V. ANALYSIS
PP has numerous benefits ranging from improvements in the
quality of student work to increased rates in the retention of
students majoring in computer science and non- majoring in
computer science.
5.1 Solo Performance
Students have been split into two groups such as solo-A and
solo-B; first students were asked to perform given task as solo
performance. During solo process their ability where rated in
different aspects such as lines of code, number of variables,
efficiency and time. Student’s enjoyments, creativity power
and other aspects were also noted.
Table – 1 Group A Solo Data
Sl.
No.
Lines
of
code
No of
variables
Efficiency Time
1. 12 2 3 8
2 28 2 2 15
3 8 2 2 3
4 7 2 3 2
5 25 8 3 7
6 14 4 2 4
7 18 4 2 4
8 12 2 2 4
9 14 2 2 4
Table-1 provides the details about students performances grade
that have been observed and they have marked with the
measurements such as Lines of code, Number of variables,
Efficiency and time duration taken by each students to
complete their single task. Table-1 values are plotted in graph
Figure-1. The A- Group students had better knowledge in
programming skill. X- Axis stands for the aspect of ability test
Y- Axis stands for the rate of percentage. The plotted graph
defines the performance of the major students on the following
aspect such as Lines of code, No of variables, Efficiency,
Time. The maximum percentage level of lines of code occurs
by the student are 28%, no of variables used are 6%, their
efficiency levels are up to 5% and finally time they worked
were 9%. They had better working capacity in solo
performance. Students working individually have done their
Integrated Intelligent Research(IIR) International Journal of Business Intelligent
Volume: 01 Issue: 02 December 2012,Pages No.47-51
ISSN: 2278-2400
49
job in good manner. But they do not have any type of
communication or discussion during their coding period or
execution time.Table-2 provides the details about students
performances grade that have been observed and they have
marked with the measurements such as Lines of code,
Table – 2Group B Solo Data
Sl. No. Lines of
code
No of
variable
Efficiency Time
1 26 5 3 16
2 25 5 2 6
3 50 10 2 7
4 10 3 2 5
5 7 1 3 2
6 10 2 3 6
7 9 3 2 10
8 26 4 2 15
9 42 8 2 15
Number of variables, Efficiency and time duration taken by
each students to complete their single task. Table-2values are
plotted in graph Figure-2.
Fig – 1Group A Solo Data
Fig - 2Group B Solo Data
The Figure-2 defines the performance of the major students on
the following aspects such as Lines of code, No of variables,
Efficiency, Time. The maximum percentage level of lines of
code occurs by the student are 30%, no of variables used are
8%, their efficiency levels are up to 4% and finally time they
worked were 10%. They had good working capacity in solo
performance. Comparing these two result students does not
show much difference in their results. The given task was
completed in time and their lines of code; number of variables
used and time taken by each and every student does not vary
much. They had good working capacity in solo performance.
Students working individually have done their job in
goodmanner. But they do not have any type of communication
or discussion during their coding period or execution time.
Also they faced little difficulty during writing code and also in
error rectification.
5.3 Average of Solo – A and Solo – B
After measuring the students performance in solo basis by
giving each students with an individual single task their
average measurements where marked in different table.Table-3
defines the details about students performances grade that have
been observed and they have marked with the measurements
such as Lines of code, Number of variables, Efficiency and
time duration taken by each students to complete their single
task. This table values are plotted in graph Figure-3.X- Axis
stands for the aspect of ability test Y- Axis stands for the rate
of percentage.
Table-3 Average Data of solo A & B Group
Fig -3Average data of group A & B Solo Data
The Figure-3 defines the performance of the major students on
the following aspects such as Lines of code, No of variables,
Efficiency, Time. The maximum percentage level of lines of
code occurs by the student are 19%, no of variables used are
4%, their efficiency levels are up to 2% and finally time they
worked were 8%. They had good working capacity in solo
performance. Average was taken between students of solo-A
and solo-B to check their ability of working skills performing
individually. The results attained were positive there wasn’t
much difference in their skills and other aspects of knowledge.
5.4 Paired Performance of Computer Science
Students were joined together to perform a single task, here
solo-A students and solo-B students are mingled and they were
made as single paired group. Here major students of A-Group
are little more efficient compared with students of B-Group.
Integrated Intelligent Research(IIR) International Journal of Business Intelligent
Volume: 01 Issue: 02 December 2012,Pages No.47-51
ISSN: 2278-2400
50
After the task was completed successfully student’s
performance results are noted. The values acquired are
tabulated in Table-4.
Table–4Average performances in Computer Science
Lines of
code
No of
variables
Efficiency Time
17 3 4 6
Here they showed better result while compared with solo
performance in the lines of code, number
ofvariablesused,timeand efficiency. They enjoyed working
with companions. As well as X- Axis stands for the aspect of
ability test Y- Axis stands for the rate of percentageThe
maximum percentage level of lines of code occurs by the
student are 17%, number of variables used are 3%, their
efficiency levels are up to 4% and finally time they worked
were 6%. They had better working capacity in pair
performance compare to solo performance. Whereas
comparing results of paired students with solo-A and solo-B
they show good results.
Fig- 4 Paired performance of computer science group
While students are grouped as two to complete a single task
they had better experience in doing the task through discussing
with each other. They were measured in different aspects such
as creativity power, involvement, enjoyment, and way of
presenting the program also main consideration was time
duration taken to complete a task given to them.
5.5 Paired Performance of Physics
Students were joined together to perform a single task, here
non major students of physics were made as paired group.
After grouping them into pair each pair was given single task
to complete. After the task was completed successfully
student’s performance results are noted. The values acquired
are tabulated in Table-5.The Figure-4depicts efficiency of
students when they are paired to perform single task. X- Axis
stands for the aspect of ability test Y- Axis stands for the rate
of percentage
6.6 Comparison- Major and Non-Major Groups
Finally test was conducted both groups to check their
involvement and status in performing program. The results
were measured and marked in Table-6.The Table-6 and Figure-
6provides the detail results about the major and non major
student’s performance in PP.X- Axis stands for the aspect of
ability test Y- Axis stands for the rate of percentage.
Comparing the result of both, major students show better result
rather than non major students, they are lacking back in all
aspects that are observed during their performance.
Table – 5 Paired performance of Physics
Sl.
No
Lines
of
code
No of
variables
Efficienc
y
Time
1 42 8 3 35
2 40 8 2 30
3 34 6 3 22
4 34 6 2 15
5 36 7 2 20
Fig - 5Paired Performances of Physics
Table – 6Comparison of Major & Non-Major Group data
Sl.
No
Batch Lines
of
code
No of
variables
Efficiency Time
1 C.S 17 3 4 6
2 Physics 38 7 3 25
Results of both major group and non major group students of
computer science possess different results. Comparing students
of both group major group students possess better results.
Students of computer science had great impact on PP, their
efficiency, creativity; learning skills are improved through this
PP, while non major students do not have much impact on PP.
Non major students took more time to complete single task in
pairing rather in solo performance. Non major are lacking in
their efficiency and performance around 73% compared to
major students performance.
Fig- 6Comparisons of Major & Non-Major Group
Integrated Intelligent Research(IIR) International Journal of Business Intelligent
Volume: 01 Issue: 02 December 2012,Pages No.47-51
ISSN: 2278-2400
51
7. CONCLUSION
Pair programmers produce higher quality code in about half the
time when compared with solo programmers. However, the
researchers observed educational benefits for the student pair
programmers. These benefits included superior results on
graded assignments, increased satisfaction/reduced frustration
from the students, increased confidence from the students on
their Practicals result.PP showed best results in major students
compared to non major students. A tool can be developed in
such a way that tool should be deployed in systems to check
the students effectiveness, efficiency, creativity power and
other aspects on their own and define them in terms and rates.
Reference
[1] Baker, R. S., Corbett, A. T., Koedinger, K. R., and
Wagner, A. Z. 2004. Off-task behavior in the cognitive
tutor classroom: when students "game the system". In
Proceedings of the SIGCHI Conference on Human Factors
in Computing Systems (Vienna, Austria, April 24 - 29,
2004).CHI '04. ACM, NewYork,NY,383-390.
DOI=http://doi.acm.org/10.1145/985692.985741
[2] A. Radermacher, G. Walia, O. Myronovych, S. Abufardeh,
and R. Rummelt, “Investigating the Use of PP at North
Dakota State University: A Family of Empirical Studies”,
Technical Report, The Department of Computer Science,
North Dakota State University, 2010,
http://cs.ndsu.edu/research/reports/
[3] Williams, L. Introduction to PP, version
2.http://www.youtube.com/watch?v=rG_U12uqRhE
[4] Williams, L., Kessler, R., Cunningham, W., and Jeffries,
R. Strengthening the case for PP. IEEE Softw.,17(4):19-
25, 2000.
[5] Williams, L., Kessler, R.R., Cun-ningham, W., and
Jeffries, R., Strengthening The Case for PP, IEEE
Software, 2000. 17(4): pp. 19 - 25.
[6] Hannay, Jo E.; Arisholm, Erik.; Engvik, Harald.; Sjøberg,
Dag I.K.(2010): Effects of Personality on PP, IEEE
TRANSACTIONS On Software Engineering VOL. 36,
NO. 1, JAN/FEB, pp 61-80.
[7] Heiberg, S.; Puus, U.; Salumaa, P.; Seeba, A. (2003):PP
effect on developers productivity, Proc. XP 2003, ser.
Lecture Notes in Computer Science, vol. 2675, Springer
Verlag, pp. 215–224.
[8] Katira, N.; Williams, L.; Wiebe, E.; Miller, C.; Balik, S.;
Gehringer, E.(2004): On Understanding Compatibility of
Student Pair Programmers, Proc. 35th Technical Symp.
Computer Science Education, pp. 7-11.
[9] Layman, L. (2006): Changing Students’ Perceptions: An
Analysis of the Supplementary Benefits of Collaborative
Software Development, Proc. 19th Conf. Software Eng.
Education and Training.
[10] Lui, K.M.;Chan, K.C.C. (2006): PP Productivity: Novice–
Novice Vs. Expert–Expert,International Journal of
Human- Computer Studies, 64, pp. 915–925.
[11]Madeyski, L. (2007):On the effects of PP on thoroughness
and fault-finding effectiveness of unit tests, Proc.
PROFES,ser. Lecture Notes in Computer Science, vol.
4589. Springer Verlag, pp. 207–221.
[12]Madeyski, L.(2006): The impact of PP and test-driven
development on package dependencies in object-oriented
design– an experiment, Proc. PROFES, ser. Lecture Notes
in Computer Science, vol. 4034, Springer Verlag, pp. 278–
289.
[13]Mu¨ller, M. M. (2006): A Preliminary Study on The
Impact Of A Pair Design Phase On PP And Solo
Programming,Information and Software Technology, 48,
pp. 335–344.
[14]Mu¨ller, M. M. (2007): Do Programmer Pairs Make
Different Mistakes than Solo Programmers, The Journal of
Systems and Software,80, pp. 1460–1471.
[15]Nawrocki, J.; Wojciechowski, J.A. (2001):Experimental
evaluation of PP, Proc. European Software Control and
Metrics Conference, pp. 269–276.

Mais conteúdo relacionado

Semelhante a Analysis of pair Programming Effectiveness in Academic Environment

Journal article critique
Journal article critiqueJournal article critique
Journal article critiqueRohaida Muslim
 
Clustering Students of Computer in Terms of Level of Programming
Clustering Students of Computer in Terms of Level of ProgrammingClustering Students of Computer in Terms of Level of Programming
Clustering Students of Computer in Terms of Level of ProgrammingEditor IJCATR
 
A comparison between evaluation of
A comparison between evaluation ofA comparison between evaluation of
A comparison between evaluation ofijseajournal
 
Diversity in utilization of programming languages among State Universities an...
Diversity in utilization of programming languages among State Universities an...Diversity in utilization of programming languages among State Universities an...
Diversity in utilization of programming languages among State Universities an...Bryan Guibijar
 
Influence of year of study on computer attitude of business education student...
Influence of year of study on computer attitude of business education student...Influence of year of study on computer attitude of business education student...
Influence of year of study on computer attitude of business education student...IJITE
 
Analysis Of Students Ability In Solving Relation And Functions Problems Base...
Analysis Of Students  Ability In Solving Relation And Functions Problems Base...Analysis Of Students  Ability In Solving Relation And Functions Problems Base...
Analysis Of Students Ability In Solving Relation And Functions Problems Base...Vicki Cristol
 
Promise 2011: "A Principled Evaluation of Ensembles of Learning Machines for ...
Promise 2011: "A Principled Evaluation of Ensembles of Learning Machines for ...Promise 2011: "A Principled Evaluation of Ensembles of Learning Machines for ...
Promise 2011: "A Principled Evaluation of Ensembles of Learning Machines for ...CS, NcState
 
ICTEL proceedings of November 2016,Singapore
ICTEL proceedings of November 2016,SingaporeICTEL proceedings of November 2016,Singapore
ICTEL proceedings of November 2016,SingaporeGlobal R & D Services
 
LEAP proceedings of November 2016,Singapore
LEAP proceedings of November 2016,SingaporeLEAP proceedings of November 2016,Singapore
LEAP proceedings of November 2016,SingaporeGlobal R & D Services
 
THESIS-PROPOSAL-DEFENSE.-PPT-TEMPLATE.pptx
THESIS-PROPOSAL-DEFENSE.-PPT-TEMPLATE.pptxTHESIS-PROPOSAL-DEFENSE.-PPT-TEMPLATE.pptx
THESIS-PROPOSAL-DEFENSE.-PPT-TEMPLATE.pptxBobbyPabores1
 
CapstonePaperFinal
CapstonePaperFinalCapstonePaperFinal
CapstonePaperFinalLeia Dolphy
 
Mining Opinions from University Students’ Feedback using Text Analytics
Mining Opinions from University Students’ Feedback using Text AnalyticsMining Opinions from University Students’ Feedback using Text Analytics
Mining Opinions from University Students’ Feedback using Text AnalyticsITIIIndustries
 
Matt Tyrie edu 690 research indep study
Matt Tyrie  edu 690 research indep study Matt Tyrie  edu 690 research indep study
Matt Tyrie edu 690 research indep study Matt Tyrie
 
Students’ Perception about Fundamental Programming Course Teaching and Learning
Students’ Perception about Fundamental Programming Course Teaching and LearningStudents’ Perception about Fundamental Programming Course Teaching and Learning
Students’ Perception about Fundamental Programming Course Teaching and Learningrahulmonikasharma
 
Using Socrative to Enhance In-Class Student Engagement and Collaboration
Using Socrative to Enhance In-Class Student Engagement and Collaboration   Using Socrative to Enhance In-Class Student Engagement and Collaboration
Using Socrative to Enhance In-Class Student Engagement and Collaboration IJITE
 
Using Socrative to Enhance In-Class Student Engagement and Collaboration
Using Socrative to Enhance In-Class Student Engagement and Collaboration Using Socrative to Enhance In-Class Student Engagement and Collaboration
Using Socrative to Enhance In-Class Student Engagement and Collaboration IJITE
 
Using socrative to enhance in class
Using socrative to enhance in classUsing socrative to enhance in class
Using socrative to enhance in classIJITE
 
Managing_the_ERP_teaching_process -Bąkała A.M., Sankowski D
Managing_the_ERP_teaching_process -Bąkała A.M., Sankowski DManaging_the_ERP_teaching_process -Bąkała A.M., Sankowski D
Managing_the_ERP_teaching_process -Bąkała A.M., Sankowski Djemalda
 

Semelhante a Analysis of pair Programming Effectiveness in Academic Environment (20)

Journal article critique
Journal article critiqueJournal article critique
Journal article critique
 
Clustering Students of Computer in Terms of Level of Programming
Clustering Students of Computer in Terms of Level of ProgrammingClustering Students of Computer in Terms of Level of Programming
Clustering Students of Computer in Terms of Level of Programming
 
A comparison between evaluation of
A comparison between evaluation ofA comparison between evaluation of
A comparison between evaluation of
 
Diversity in utilization of programming languages among State Universities an...
Diversity in utilization of programming languages among State Universities an...Diversity in utilization of programming languages among State Universities an...
Diversity in utilization of programming languages among State Universities an...
 
Influence of year of study on computer attitude of business education student...
Influence of year of study on computer attitude of business education student...Influence of year of study on computer attitude of business education student...
Influence of year of study on computer attitude of business education student...
 
Analysis Of Students Ability In Solving Relation And Functions Problems Base...
Analysis Of Students  Ability In Solving Relation And Functions Problems Base...Analysis Of Students  Ability In Solving Relation And Functions Problems Base...
Analysis Of Students Ability In Solving Relation And Functions Problems Base...
 
Students’ Performance and Satisfaction with the Cisco Academy Networking Pr...
Students’ Performance and Satisfaction  with the Cisco Academy Networking  Pr...Students’ Performance and Satisfaction  with the Cisco Academy Networking  Pr...
Students’ Performance and Satisfaction with the Cisco Academy Networking Pr...
 
Promise 2011: "A Principled Evaluation of Ensembles of Learning Machines for ...
Promise 2011: "A Principled Evaluation of Ensembles of Learning Machines for ...Promise 2011: "A Principled Evaluation of Ensembles of Learning Machines for ...
Promise 2011: "A Principled Evaluation of Ensembles of Learning Machines for ...
 
ICTEL proceedings of November 2016,Singapore
ICTEL proceedings of November 2016,SingaporeICTEL proceedings of November 2016,Singapore
ICTEL proceedings of November 2016,Singapore
 
LEAP proceedings of November 2016,Singapore
LEAP proceedings of November 2016,SingaporeLEAP proceedings of November 2016,Singapore
LEAP proceedings of November 2016,Singapore
 
Power point journal
Power point journalPower point journal
Power point journal
 
THESIS-PROPOSAL-DEFENSE.-PPT-TEMPLATE.pptx
THESIS-PROPOSAL-DEFENSE.-PPT-TEMPLATE.pptxTHESIS-PROPOSAL-DEFENSE.-PPT-TEMPLATE.pptx
THESIS-PROPOSAL-DEFENSE.-PPT-TEMPLATE.pptx
 
CapstonePaperFinal
CapstonePaperFinalCapstonePaperFinal
CapstonePaperFinal
 
Mining Opinions from University Students’ Feedback using Text Analytics
Mining Opinions from University Students’ Feedback using Text AnalyticsMining Opinions from University Students’ Feedback using Text Analytics
Mining Opinions from University Students’ Feedback using Text Analytics
 
Matt Tyrie edu 690 research indep study
Matt Tyrie  edu 690 research indep study Matt Tyrie  edu 690 research indep study
Matt Tyrie edu 690 research indep study
 
Students’ Perception about Fundamental Programming Course Teaching and Learning
Students’ Perception about Fundamental Programming Course Teaching and LearningStudents’ Perception about Fundamental Programming Course Teaching and Learning
Students’ Perception about Fundamental Programming Course Teaching and Learning
 
Using Socrative to Enhance In-Class Student Engagement and Collaboration
Using Socrative to Enhance In-Class Student Engagement and Collaboration   Using Socrative to Enhance In-Class Student Engagement and Collaboration
Using Socrative to Enhance In-Class Student Engagement and Collaboration
 
Using Socrative to Enhance In-Class Student Engagement and Collaboration
Using Socrative to Enhance In-Class Student Engagement and Collaboration Using Socrative to Enhance In-Class Student Engagement and Collaboration
Using Socrative to Enhance In-Class Student Engagement and Collaboration
 
Using socrative to enhance in class
Using socrative to enhance in classUsing socrative to enhance in class
Using socrative to enhance in class
 
Managing_the_ERP_teaching_process -Bąkała A.M., Sankowski D
Managing_the_ERP_teaching_process -Bąkała A.M., Sankowski DManaging_the_ERP_teaching_process -Bąkała A.M., Sankowski D
Managing_the_ERP_teaching_process -Bąkała A.M., Sankowski D
 

Mais de ijcnes

A Survey of Ontology-based Information Extraction for Social Media Content An...
A Survey of Ontology-based Information Extraction for Social Media Content An...A Survey of Ontology-based Information Extraction for Social Media Content An...
A Survey of Ontology-based Information Extraction for Social Media Content An...ijcnes
 
Economic Growth of Information Technology (It) Industry on the Indian Economy
Economic Growth of Information Technology (It) Industry on the Indian EconomyEconomic Growth of Information Technology (It) Industry on the Indian Economy
Economic Growth of Information Technology (It) Industry on the Indian Economyijcnes
 
An analysis of Mobile Learning Implementation in Shinas College of Technology...
An analysis of Mobile Learning Implementation in Shinas College of Technology...An analysis of Mobile Learning Implementation in Shinas College of Technology...
An analysis of Mobile Learning Implementation in Shinas College of Technology...ijcnes
 
A Survey on the Security Issues of Software Defined Networking Tool in Cloud ...
A Survey on the Security Issues of Software Defined Networking Tool in Cloud ...A Survey on the Security Issues of Software Defined Networking Tool in Cloud ...
A Survey on the Security Issues of Software Defined Networking Tool in Cloud ...ijcnes
 
Challenges of E-government in Oman
Challenges of E-government in OmanChallenges of E-government in Oman
Challenges of E-government in Omanijcnes
 
Power Management in Micro grid Using Hybrid Energy Storage System
Power Management in Micro grid Using Hybrid Energy Storage SystemPower Management in Micro grid Using Hybrid Energy Storage System
Power Management in Micro grid Using Hybrid Energy Storage Systemijcnes
 
Holistic Forecasting of Onset of Diabetes through Data Mining Techniques
Holistic Forecasting of Onset of Diabetes through Data Mining TechniquesHolistic Forecasting of Onset of Diabetes through Data Mining Techniques
Holistic Forecasting of Onset of Diabetes through Data Mining Techniquesijcnes
 
A Survey on Disease Prediction from Retinal Colour Fundus Images using Image ...
A Survey on Disease Prediction from Retinal Colour Fundus Images using Image ...A Survey on Disease Prediction from Retinal Colour Fundus Images using Image ...
A Survey on Disease Prediction from Retinal Colour Fundus Images using Image ...ijcnes
 
Feature Extraction in Content based Image Retrieval
Feature Extraction in Content based Image RetrievalFeature Extraction in Content based Image Retrieval
Feature Extraction in Content based Image Retrievalijcnes
 
Challenges and Mechanisms for Securing Data in Mobile Cloud Computing
Challenges and Mechanisms for Securing Data in Mobile Cloud ComputingChallenges and Mechanisms for Securing Data in Mobile Cloud Computing
Challenges and Mechanisms for Securing Data in Mobile Cloud Computingijcnes
 
Detection of Node Activity and Selfish & Malicious Behavioral Patterns using ...
Detection of Node Activity and Selfish & Malicious Behavioral Patterns using ...Detection of Node Activity and Selfish & Malicious Behavioral Patterns using ...
Detection of Node Activity and Selfish & Malicious Behavioral Patterns using ...ijcnes
 
Optimal Channel and Relay Assignment in Ofdmbased Multi-Relay Multi-Pair Two-...
Optimal Channel and Relay Assignment in Ofdmbased Multi-Relay Multi-Pair Two-...Optimal Channel and Relay Assignment in Ofdmbased Multi-Relay Multi-Pair Two-...
Optimal Channel and Relay Assignment in Ofdmbased Multi-Relay Multi-Pair Two-...ijcnes
 
An Effective and Scalable AODV for Wireless Ad hoc Sensor Networks
An Effective and Scalable AODV for Wireless Ad hoc Sensor NetworksAn Effective and Scalable AODV for Wireless Ad hoc Sensor Networks
An Effective and Scalable AODV for Wireless Ad hoc Sensor Networksijcnes
 
Secured Seamless Wi-Fi Enhancement in Dynamic Vehicles
Secured Seamless Wi-Fi Enhancement in Dynamic VehiclesSecured Seamless Wi-Fi Enhancement in Dynamic Vehicles
Secured Seamless Wi-Fi Enhancement in Dynamic Vehiclesijcnes
 
Virtual Position based Olsr Protocol for Wireless Sensor Networks
Virtual Position based Olsr Protocol for Wireless Sensor NetworksVirtual Position based Olsr Protocol for Wireless Sensor Networks
Virtual Position based Olsr Protocol for Wireless Sensor Networksijcnes
 
Mitigation and control of Defeating Jammers using P-1 Factorization
Mitigation and control of Defeating Jammers using P-1 FactorizationMitigation and control of Defeating Jammers using P-1 Factorization
Mitigation and control of Defeating Jammers using P-1 Factorizationijcnes
 
An analysis and impact factors on Agriculture field using Data Mining Techniques
An analysis and impact factors on Agriculture field using Data Mining TechniquesAn analysis and impact factors on Agriculture field using Data Mining Techniques
An analysis and impact factors on Agriculture field using Data Mining Techniquesijcnes
 
A Study on Code Smell Detection with Refactoring Tools in Object Oriented Lan...
A Study on Code Smell Detection with Refactoring Tools in Object Oriented Lan...A Study on Code Smell Detection with Refactoring Tools in Object Oriented Lan...
A Study on Code Smell Detection with Refactoring Tools in Object Oriented Lan...ijcnes
 
Priority Based Multi Sen Car Technique in WSN
Priority Based Multi Sen Car Technique in WSNPriority Based Multi Sen Car Technique in WSN
Priority Based Multi Sen Car Technique in WSNijcnes
 
Semantic Search of E-Learning Documents Using Ontology Based System
Semantic Search of E-Learning Documents Using Ontology Based SystemSemantic Search of E-Learning Documents Using Ontology Based System
Semantic Search of E-Learning Documents Using Ontology Based Systemijcnes
 

Mais de ijcnes (20)

A Survey of Ontology-based Information Extraction for Social Media Content An...
A Survey of Ontology-based Information Extraction for Social Media Content An...A Survey of Ontology-based Information Extraction for Social Media Content An...
A Survey of Ontology-based Information Extraction for Social Media Content An...
 
Economic Growth of Information Technology (It) Industry on the Indian Economy
Economic Growth of Information Technology (It) Industry on the Indian EconomyEconomic Growth of Information Technology (It) Industry on the Indian Economy
Economic Growth of Information Technology (It) Industry on the Indian Economy
 
An analysis of Mobile Learning Implementation in Shinas College of Technology...
An analysis of Mobile Learning Implementation in Shinas College of Technology...An analysis of Mobile Learning Implementation in Shinas College of Technology...
An analysis of Mobile Learning Implementation in Shinas College of Technology...
 
A Survey on the Security Issues of Software Defined Networking Tool in Cloud ...
A Survey on the Security Issues of Software Defined Networking Tool in Cloud ...A Survey on the Security Issues of Software Defined Networking Tool in Cloud ...
A Survey on the Security Issues of Software Defined Networking Tool in Cloud ...
 
Challenges of E-government in Oman
Challenges of E-government in OmanChallenges of E-government in Oman
Challenges of E-government in Oman
 
Power Management in Micro grid Using Hybrid Energy Storage System
Power Management in Micro grid Using Hybrid Energy Storage SystemPower Management in Micro grid Using Hybrid Energy Storage System
Power Management in Micro grid Using Hybrid Energy Storage System
 
Holistic Forecasting of Onset of Diabetes through Data Mining Techniques
Holistic Forecasting of Onset of Diabetes through Data Mining TechniquesHolistic Forecasting of Onset of Diabetes through Data Mining Techniques
Holistic Forecasting of Onset of Diabetes through Data Mining Techniques
 
A Survey on Disease Prediction from Retinal Colour Fundus Images using Image ...
A Survey on Disease Prediction from Retinal Colour Fundus Images using Image ...A Survey on Disease Prediction from Retinal Colour Fundus Images using Image ...
A Survey on Disease Prediction from Retinal Colour Fundus Images using Image ...
 
Feature Extraction in Content based Image Retrieval
Feature Extraction in Content based Image RetrievalFeature Extraction in Content based Image Retrieval
Feature Extraction in Content based Image Retrieval
 
Challenges and Mechanisms for Securing Data in Mobile Cloud Computing
Challenges and Mechanisms for Securing Data in Mobile Cloud ComputingChallenges and Mechanisms for Securing Data in Mobile Cloud Computing
Challenges and Mechanisms for Securing Data in Mobile Cloud Computing
 
Detection of Node Activity and Selfish & Malicious Behavioral Patterns using ...
Detection of Node Activity and Selfish & Malicious Behavioral Patterns using ...Detection of Node Activity and Selfish & Malicious Behavioral Patterns using ...
Detection of Node Activity and Selfish & Malicious Behavioral Patterns using ...
 
Optimal Channel and Relay Assignment in Ofdmbased Multi-Relay Multi-Pair Two-...
Optimal Channel and Relay Assignment in Ofdmbased Multi-Relay Multi-Pair Two-...Optimal Channel and Relay Assignment in Ofdmbased Multi-Relay Multi-Pair Two-...
Optimal Channel and Relay Assignment in Ofdmbased Multi-Relay Multi-Pair Two-...
 
An Effective and Scalable AODV for Wireless Ad hoc Sensor Networks
An Effective and Scalable AODV for Wireless Ad hoc Sensor NetworksAn Effective and Scalable AODV for Wireless Ad hoc Sensor Networks
An Effective and Scalable AODV for Wireless Ad hoc Sensor Networks
 
Secured Seamless Wi-Fi Enhancement in Dynamic Vehicles
Secured Seamless Wi-Fi Enhancement in Dynamic VehiclesSecured Seamless Wi-Fi Enhancement in Dynamic Vehicles
Secured Seamless Wi-Fi Enhancement in Dynamic Vehicles
 
Virtual Position based Olsr Protocol for Wireless Sensor Networks
Virtual Position based Olsr Protocol for Wireless Sensor NetworksVirtual Position based Olsr Protocol for Wireless Sensor Networks
Virtual Position based Olsr Protocol for Wireless Sensor Networks
 
Mitigation and control of Defeating Jammers using P-1 Factorization
Mitigation and control of Defeating Jammers using P-1 FactorizationMitigation and control of Defeating Jammers using P-1 Factorization
Mitigation and control of Defeating Jammers using P-1 Factorization
 
An analysis and impact factors on Agriculture field using Data Mining Techniques
An analysis and impact factors on Agriculture field using Data Mining TechniquesAn analysis and impact factors on Agriculture field using Data Mining Techniques
An analysis and impact factors on Agriculture field using Data Mining Techniques
 
A Study on Code Smell Detection with Refactoring Tools in Object Oriented Lan...
A Study on Code Smell Detection with Refactoring Tools in Object Oriented Lan...A Study on Code Smell Detection with Refactoring Tools in Object Oriented Lan...
A Study on Code Smell Detection with Refactoring Tools in Object Oriented Lan...
 
Priority Based Multi Sen Car Technique in WSN
Priority Based Multi Sen Car Technique in WSNPriority Based Multi Sen Car Technique in WSN
Priority Based Multi Sen Car Technique in WSN
 
Semantic Search of E-Learning Documents Using Ontology Based System
Semantic Search of E-Learning Documents Using Ontology Based SystemSemantic Search of E-Learning Documents Using Ontology Based System
Semantic Search of E-Learning Documents Using Ontology Based System
 

Último

FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756dollysharma2066
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...ranjana rawat
 
result management system report for college project
result management system report for college projectresult management system report for college project
result management system report for college projectTonystark477637
 
Vivazz, Mieres Social Housing Design Spain
Vivazz, Mieres Social Housing Design SpainVivazz, Mieres Social Housing Design Spain
Vivazz, Mieres Social Housing Design Spaintimesproduction05
 
UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSISrknatarajan
 
data_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdfdata_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdfJiananWang21
 
Double rodded leveling 1 pdf activity 01
Double rodded leveling 1 pdf activity 01Double rodded leveling 1 pdf activity 01
Double rodded leveling 1 pdf activity 01KreezheaRecto
 
UNIT-IFLUID PROPERTIES & FLOW CHARACTERISTICS
UNIT-IFLUID PROPERTIES & FLOW CHARACTERISTICSUNIT-IFLUID PROPERTIES & FLOW CHARACTERISTICS
UNIT-IFLUID PROPERTIES & FLOW CHARACTERISTICSrknatarajan
 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations120cr0395
 
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Call Girls in Nagpur High Profile
 
PVC VS. FIBERGLASS (FRP) GRAVITY SEWER - UNI BELL
PVC VS. FIBERGLASS (FRP) GRAVITY SEWER - UNI BELLPVC VS. FIBERGLASS (FRP) GRAVITY SEWER - UNI BELL
PVC VS. FIBERGLASS (FRP) GRAVITY SEWER - UNI BELLManishPatel169454
 
Java Programming :Event Handling(Types of Events)
Java Programming :Event Handling(Types of Events)Java Programming :Event Handling(Types of Events)
Java Programming :Event Handling(Types of Events)simmis5
 
Call for Papers - International Journal of Intelligent Systems and Applicatio...
Call for Papers - International Journal of Intelligent Systems and Applicatio...Call for Papers - International Journal of Intelligent Systems and Applicatio...
Call for Papers - International Journal of Intelligent Systems and Applicatio...Christo Ananth
 
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...SUHANI PANDEY
 
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordCCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordAsst.prof M.Gokilavani
 
Intze Overhead Water Tank Design by Working Stress - IS Method.pdf
Intze Overhead Water Tank  Design by Working Stress - IS Method.pdfIntze Overhead Water Tank  Design by Working Stress - IS Method.pdf
Intze Overhead Water Tank Design by Working Stress - IS Method.pdfSuman Jyoti
 
Online banking management system project.pdf
Online banking management system project.pdfOnline banking management system project.pdf
Online banking management system project.pdfKamal Acharya
 

Último (20)

FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
 
result management system report for college project
result management system report for college projectresult management system report for college project
result management system report for college project
 
Water Industry Process Automation & Control Monthly - April 2024
Water Industry Process Automation & Control Monthly - April 2024Water Industry Process Automation & Control Monthly - April 2024
Water Industry Process Automation & Control Monthly - April 2024
 
Vivazz, Mieres Social Housing Design Spain
Vivazz, Mieres Social Housing Design SpainVivazz, Mieres Social Housing Design Spain
Vivazz, Mieres Social Housing Design Spain
 
UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSIS
 
data_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdfdata_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdf
 
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
 
Double rodded leveling 1 pdf activity 01
Double rodded leveling 1 pdf activity 01Double rodded leveling 1 pdf activity 01
Double rodded leveling 1 pdf activity 01
 
UNIT-IFLUID PROPERTIES & FLOW CHARACTERISTICS
UNIT-IFLUID PROPERTIES & FLOW CHARACTERISTICSUNIT-IFLUID PROPERTIES & FLOW CHARACTERISTICS
UNIT-IFLUID PROPERTIES & FLOW CHARACTERISTICS
 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations
 
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
 
PVC VS. FIBERGLASS (FRP) GRAVITY SEWER - UNI BELL
PVC VS. FIBERGLASS (FRP) GRAVITY SEWER - UNI BELLPVC VS. FIBERGLASS (FRP) GRAVITY SEWER - UNI BELL
PVC VS. FIBERGLASS (FRP) GRAVITY SEWER - UNI BELL
 
Java Programming :Event Handling(Types of Events)
Java Programming :Event Handling(Types of Events)Java Programming :Event Handling(Types of Events)
Java Programming :Event Handling(Types of Events)
 
Call for Papers - International Journal of Intelligent Systems and Applicatio...
Call for Papers - International Journal of Intelligent Systems and Applicatio...Call for Papers - International Journal of Intelligent Systems and Applicatio...
Call for Papers - International Journal of Intelligent Systems and Applicatio...
 
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
 
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordCCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
 
Intze Overhead Water Tank Design by Working Stress - IS Method.pdf
Intze Overhead Water Tank  Design by Working Stress - IS Method.pdfIntze Overhead Water Tank  Design by Working Stress - IS Method.pdf
Intze Overhead Water Tank Design by Working Stress - IS Method.pdf
 
Online banking management system project.pdf
Online banking management system project.pdfOnline banking management system project.pdf
Online banking management system project.pdf
 
Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar ≼🔝 Delhi door step de...
Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar  ≼🔝 Delhi door step de...Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar  ≼🔝 Delhi door step de...
Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar ≼🔝 Delhi door step de...
 

Analysis of pair Programming Effectiveness in Academic Environment

  • 1. Integrated Intelligent Research(IIR) International Journal of Business Intelligent Volume: 01 Issue: 02 December 2012,Pages No.47-51 ISSN: 2278-2400 47 Analysis of pair Programming Effectiveness in Academic Environment S. Sagayaraj1 , M. Kavitha2 , M. Poovizhi3 1& 3 Department of Computer Science, Sacred Heart College, Tirupattur. 2 Vailankanni Matriculation Higher Secondary School, Hosur. Email:sagisara@gmail.com, devi28ks@gmail.com, poomca12@gmail.com Abstract-Many experiments have been conducted on Pair Programming (PP) by constructing small-scale programs of a few hundred lines of code, using correctness, duration, and effort metrics. In this paper a group of students were selected on basis of major group as Computer Science and non-major group as Physics. Measurements were made on the basis of lines of code, creativity, presentation, time, number of variables used and efficiency. After gathering data the analyses were made with the requirements and plotted in graph to check their grade and statistic level between major and non-major group. Finally results are given such as major students possessed successive and non major students possessed partially successive. I. INTRODUCTION Traditionally, learning program is a solitary activity. PP renovates it into a collaborative learning process. PP is a style of programming in which two programmers work side-by-side at one computer, continuously collaborating on the same design, algorithm, code, or test [1]. The name of the technique, PP can lead people to incorrectly assume that Software engineers only pair during code development. PP allows pairing in all phases of the development process, in pair design, pair debugging, pair testing, and so on[2]. Programmers could pair up at any time during development, in particular when they are working on a complex or unfamiliar problem. PP allows two students to utilize one computer, permitting a larger number of students to be present in an individual room for lab sessions. PP has been extensively studied in academia and has been shown to have numerous benefits for student learning. An early study of PP conducted at the University of Utah found that students who used PP produced solutions of higher quality than the students who worked individually [1]. Researchers also indicated that pair teams were able to produce solutions more quickly than individual programmers and that in the best case; PP teams only required 15% more programmer hours to produce a solution than individual programmers.In order to improve the study level to the most higher status through PP so that students who find difficulty in learning alone, can gain knowledge and improve their learning power and also their information about their educational status. In most of the previous research works, the effectiveness of PP was evaluated by measuring the characteristics of the products that were developed by the research participants. However, to prove that PP is an effective learning methodology, the improvements in individual’s subject knowledge and programming skills have to be measured.In section 2 explain the related work in PP, followed by the detailed presentation of PP in Section 3. Then, the implementation of solo and PP is presented in Section 4, followed by a detailed analysis of solo and PP is provided in section 5. The conclusion and the future research avenues are discussed in Section 6. II. RELATED WORKS In 2002 Dick et al performed an action research on some professions for testing the ability of PP based on their communication, comfortable, confidence and compromise. The result was four personality variables are posited as beneficial for PP [3].In 2003 Thomas did a survey based on PP with students self confidence level in this research he concluded that evidence that students who have considerable self confidence do not enjoy the experience of PP as much as other students but same students produced best result when they were placed in pairs with similar confidence levels[3].In 2004 choi made a survey research based on PP with professionals and students in MBTI to prove the effectiveness of PP. The survey asked professional programmers which predefined factors they thought most influences PP and revealed that personality, communication and genders as the perceived most influential factors. The other predefined factors were programming skill, cognitive programming style, familiarity, and pair protocol [4]. In 2006 Sftetsos et al performed an experiment with the students using KTS tool and he observed that better performance and collaboration viability for pairs with mixed temperament [5].In 2007 Domino et al executed an experiment on both Professional and Students to check the Random effect on PP. At last he came to a conclusion such that PP was not effective to study the impact of PP on programming performance and user satisfaction [5, 15].In 2007 Canfora et al carried out an experiment with an Engineer and Scientist on some similar skill and experienced that PP is partially effective on evaluating the performances of pair designing in industry [6].In 2007 Arisholm et al presented an experiment on "it depends" – on both the programmer's expertise and the complexity of the system and tasks to be solved. He concluded that two heads are better than one, for achieving correctness on highly complex programming tasks in PP [7]. In 2008 Bipp worked out with a group of students. He reported that PP is effective on students and also it is efficient on them [8].In 2010 Hannay and Arisholm preformed Regression path analysis regression trees with the help of Professionals on Big five tools. He observed that PP is partial effective with Low support of hypotheses. Other factors than personality have greater impact [8].Comparing many research, various experiments that were carried out by various authors in PP made a conclusion that PP make the students and professionals working together shows best result in more effective manner.
  • 2. Integrated Intelligent Research(IIR) International Journal of Business Intelligent Volume: 01 Issue: 02 December 2012,Pages No.47-51 ISSN: 2278-2400 48 III. PAIR PROGRAMMING Students who pair in major group continue to out perform their non-pairing peers, even when they begin working by themselves. Typically, non-major students are less confident in their abilities than major students, even when their actual levels of competence are the same [9].This lack of confidence leads non major students to doubt their capabilities, question whether they belong, and frequently leads them to select other majors. The chief gap in confidence is significantly reduced when the students perform PP [10, 11].As noted above, PP increases the retention rate in computing-related majors for all students; the gap in retention rates is reduced when students pair [12, 13].Students find PP enjoyable and beneficial to their learning. This experiment was carried out with help of only under graduate students of computer science major and physics students. Experiment was conducted on C language. Students selected as two groups from major subject in computer science and one group in non major subject in computer science (physics). First group of students in computer science are above average students who are efficient in programming language. Second group of students in computer science are average students in programming skill. In non major group students are selected based on programming skill.Unfortunately student PP sessions usually differ at least in some aspects from professional PP sessions: The scope of the task a student setting is predefined by the researcher and normally not a real world or very complex task, because the students have a limited timeframe to solve the problem [14, 15]. The advantage of a predefined task is that the researcher can comprehend and evaluate the solution process of the students. IV. IMPLEMENTATION There are many studies investigating student pair programmers, most of the time in a quantitative manner in order to analyze the benefits. Those studies compare the interaction behavior in a professional environment dependent on driver and observer roles, subtask and PP experience, but there is no comparison between major group students and non major group students with in pair programmers. 4.1 Solo programming The students were provided with laboratory section first solo performances were conducted for major group students in computer science. Students are divided into two groups solo A Group and solo B Group. In first session solo performance of solo a group was conducted, they were given a set of program. Then their performance was recorded in different aspects such as lines of code, number of variables used, efficiency, and time taken. Later two groups of students are paired together to perform similar type of experiment, they were provided with identical question that are given during their solo performance. After completing their experiments the results were recorded based on their listed skills such as lines of code, number of variables used, efficiency, and time taken. Finally non major groups of students (physics) performed equivalent task done by the major students in computer science with similar aspects. Students were given a program to perform in pair after their execution results were recorded in different aspects such as lines of code, number of variables used, efficiency, and time taken. 4.2 Pair programming A formal PP experiment was run at laboratory to empirically assess the educational efficacy of the technique in a major and non major group of students. Results indicate that students who practice PP perform better on programming projects. Student pairs are more self-sufficient which reduces their reliance on the teaching staff. Qualitatively, paired students demonstrate higher order thinking skills than students who worked alone. These results are supportive of PP as a collaborative learning technique. V. ANALYSIS PP has numerous benefits ranging from improvements in the quality of student work to increased rates in the retention of students majoring in computer science and non- majoring in computer science. 5.1 Solo Performance Students have been split into two groups such as solo-A and solo-B; first students were asked to perform given task as solo performance. During solo process their ability where rated in different aspects such as lines of code, number of variables, efficiency and time. Student’s enjoyments, creativity power and other aspects were also noted. Table – 1 Group A Solo Data Sl. No. Lines of code No of variables Efficiency Time 1. 12 2 3 8 2 28 2 2 15 3 8 2 2 3 4 7 2 3 2 5 25 8 3 7 6 14 4 2 4 7 18 4 2 4 8 12 2 2 4 9 14 2 2 4 Table-1 provides the details about students performances grade that have been observed and they have marked with the measurements such as Lines of code, Number of variables, Efficiency and time duration taken by each students to complete their single task. Table-1 values are plotted in graph Figure-1. The A- Group students had better knowledge in programming skill. X- Axis stands for the aspect of ability test Y- Axis stands for the rate of percentage. The plotted graph defines the performance of the major students on the following aspect such as Lines of code, No of variables, Efficiency, Time. The maximum percentage level of lines of code occurs by the student are 28%, no of variables used are 6%, their efficiency levels are up to 5% and finally time they worked were 9%. They had better working capacity in solo performance. Students working individually have done their
  • 3. Integrated Intelligent Research(IIR) International Journal of Business Intelligent Volume: 01 Issue: 02 December 2012,Pages No.47-51 ISSN: 2278-2400 49 job in good manner. But they do not have any type of communication or discussion during their coding period or execution time.Table-2 provides the details about students performances grade that have been observed and they have marked with the measurements such as Lines of code, Table – 2Group B Solo Data Sl. No. Lines of code No of variable Efficiency Time 1 26 5 3 16 2 25 5 2 6 3 50 10 2 7 4 10 3 2 5 5 7 1 3 2 6 10 2 3 6 7 9 3 2 10 8 26 4 2 15 9 42 8 2 15 Number of variables, Efficiency and time duration taken by each students to complete their single task. Table-2values are plotted in graph Figure-2. Fig – 1Group A Solo Data Fig - 2Group B Solo Data The Figure-2 defines the performance of the major students on the following aspects such as Lines of code, No of variables, Efficiency, Time. The maximum percentage level of lines of code occurs by the student are 30%, no of variables used are 8%, their efficiency levels are up to 4% and finally time they worked were 10%. They had good working capacity in solo performance. Comparing these two result students does not show much difference in their results. The given task was completed in time and their lines of code; number of variables used and time taken by each and every student does not vary much. They had good working capacity in solo performance. Students working individually have done their job in goodmanner. But they do not have any type of communication or discussion during their coding period or execution time. Also they faced little difficulty during writing code and also in error rectification. 5.3 Average of Solo – A and Solo – B After measuring the students performance in solo basis by giving each students with an individual single task their average measurements where marked in different table.Table-3 defines the details about students performances grade that have been observed and they have marked with the measurements such as Lines of code, Number of variables, Efficiency and time duration taken by each students to complete their single task. This table values are plotted in graph Figure-3.X- Axis stands for the aspect of ability test Y- Axis stands for the rate of percentage. Table-3 Average Data of solo A & B Group Fig -3Average data of group A & B Solo Data The Figure-3 defines the performance of the major students on the following aspects such as Lines of code, No of variables, Efficiency, Time. The maximum percentage level of lines of code occurs by the student are 19%, no of variables used are 4%, their efficiency levels are up to 2% and finally time they worked were 8%. They had good working capacity in solo performance. Average was taken between students of solo-A and solo-B to check their ability of working skills performing individually. The results attained were positive there wasn’t much difference in their skills and other aspects of knowledge. 5.4 Paired Performance of Computer Science Students were joined together to perform a single task, here solo-A students and solo-B students are mingled and they were made as single paired group. Here major students of A-Group are little more efficient compared with students of B-Group.
  • 4. Integrated Intelligent Research(IIR) International Journal of Business Intelligent Volume: 01 Issue: 02 December 2012,Pages No.47-51 ISSN: 2278-2400 50 After the task was completed successfully student’s performance results are noted. The values acquired are tabulated in Table-4. Table–4Average performances in Computer Science Lines of code No of variables Efficiency Time 17 3 4 6 Here they showed better result while compared with solo performance in the lines of code, number ofvariablesused,timeand efficiency. They enjoyed working with companions. As well as X- Axis stands for the aspect of ability test Y- Axis stands for the rate of percentageThe maximum percentage level of lines of code occurs by the student are 17%, number of variables used are 3%, their efficiency levels are up to 4% and finally time they worked were 6%. They had better working capacity in pair performance compare to solo performance. Whereas comparing results of paired students with solo-A and solo-B they show good results. Fig- 4 Paired performance of computer science group While students are grouped as two to complete a single task they had better experience in doing the task through discussing with each other. They were measured in different aspects such as creativity power, involvement, enjoyment, and way of presenting the program also main consideration was time duration taken to complete a task given to them. 5.5 Paired Performance of Physics Students were joined together to perform a single task, here non major students of physics were made as paired group. After grouping them into pair each pair was given single task to complete. After the task was completed successfully student’s performance results are noted. The values acquired are tabulated in Table-5.The Figure-4depicts efficiency of students when they are paired to perform single task. X- Axis stands for the aspect of ability test Y- Axis stands for the rate of percentage 6.6 Comparison- Major and Non-Major Groups Finally test was conducted both groups to check their involvement and status in performing program. The results were measured and marked in Table-6.The Table-6 and Figure- 6provides the detail results about the major and non major student’s performance in PP.X- Axis stands for the aspect of ability test Y- Axis stands for the rate of percentage. Comparing the result of both, major students show better result rather than non major students, they are lacking back in all aspects that are observed during their performance. Table – 5 Paired performance of Physics Sl. No Lines of code No of variables Efficienc y Time 1 42 8 3 35 2 40 8 2 30 3 34 6 3 22 4 34 6 2 15 5 36 7 2 20 Fig - 5Paired Performances of Physics Table – 6Comparison of Major & Non-Major Group data Sl. No Batch Lines of code No of variables Efficiency Time 1 C.S 17 3 4 6 2 Physics 38 7 3 25 Results of both major group and non major group students of computer science possess different results. Comparing students of both group major group students possess better results. Students of computer science had great impact on PP, their efficiency, creativity; learning skills are improved through this PP, while non major students do not have much impact on PP. Non major students took more time to complete single task in pairing rather in solo performance. Non major are lacking in their efficiency and performance around 73% compared to major students performance. Fig- 6Comparisons of Major & Non-Major Group
  • 5. Integrated Intelligent Research(IIR) International Journal of Business Intelligent Volume: 01 Issue: 02 December 2012,Pages No.47-51 ISSN: 2278-2400 51 7. CONCLUSION Pair programmers produce higher quality code in about half the time when compared with solo programmers. However, the researchers observed educational benefits for the student pair programmers. These benefits included superior results on graded assignments, increased satisfaction/reduced frustration from the students, increased confidence from the students on their Practicals result.PP showed best results in major students compared to non major students. A tool can be developed in such a way that tool should be deployed in systems to check the students effectiveness, efficiency, creativity power and other aspects on their own and define them in terms and rates. Reference [1] Baker, R. S., Corbett, A. T., Koedinger, K. R., and Wagner, A. Z. 2004. Off-task behavior in the cognitive tutor classroom: when students "game the system". In Proceedings of the SIGCHI Conference on Human Factors in Computing Systems (Vienna, Austria, April 24 - 29, 2004).CHI '04. ACM, NewYork,NY,383-390. DOI=http://doi.acm.org/10.1145/985692.985741 [2] A. Radermacher, G. Walia, O. Myronovych, S. Abufardeh, and R. Rummelt, “Investigating the Use of PP at North Dakota State University: A Family of Empirical Studies”, Technical Report, The Department of Computer Science, North Dakota State University, 2010, http://cs.ndsu.edu/research/reports/ [3] Williams, L. Introduction to PP, version 2.http://www.youtube.com/watch?v=rG_U12uqRhE [4] Williams, L., Kessler, R., Cunningham, W., and Jeffries, R. Strengthening the case for PP. IEEE Softw.,17(4):19- 25, 2000. [5] Williams, L., Kessler, R.R., Cun-ningham, W., and Jeffries, R., Strengthening The Case for PP, IEEE Software, 2000. 17(4): pp. 19 - 25. [6] Hannay, Jo E.; Arisholm, Erik.; Engvik, Harald.; Sjøberg, Dag I.K.(2010): Effects of Personality on PP, IEEE TRANSACTIONS On Software Engineering VOL. 36, NO. 1, JAN/FEB, pp 61-80. [7] Heiberg, S.; Puus, U.; Salumaa, P.; Seeba, A. (2003):PP effect on developers productivity, Proc. XP 2003, ser. Lecture Notes in Computer Science, vol. 2675, Springer Verlag, pp. 215–224. [8] Katira, N.; Williams, L.; Wiebe, E.; Miller, C.; Balik, S.; Gehringer, E.(2004): On Understanding Compatibility of Student Pair Programmers, Proc. 35th Technical Symp. Computer Science Education, pp. 7-11. [9] Layman, L. (2006): Changing Students’ Perceptions: An Analysis of the Supplementary Benefits of Collaborative Software Development, Proc. 19th Conf. Software Eng. Education and Training. [10] Lui, K.M.;Chan, K.C.C. (2006): PP Productivity: Novice– Novice Vs. Expert–Expert,International Journal of Human- Computer Studies, 64, pp. 915–925. [11]Madeyski, L. (2007):On the effects of PP on thoroughness and fault-finding effectiveness of unit tests, Proc. PROFES,ser. Lecture Notes in Computer Science, vol. 4589. Springer Verlag, pp. 207–221. [12]Madeyski, L.(2006): The impact of PP and test-driven development on package dependencies in object-oriented design– an experiment, Proc. PROFES, ser. Lecture Notes in Computer Science, vol. 4034, Springer Verlag, pp. 278– 289. [13]Mu¨ller, M. M. (2006): A Preliminary Study on The Impact Of A Pair Design Phase On PP And Solo Programming,Information and Software Technology, 48, pp. 335–344. [14]Mu¨ller, M. M. (2007): Do Programmer Pairs Make Different Mistakes than Solo Programmers, The Journal of Systems and Software,80, pp. 1460–1471. [15]Nawrocki, J.; Wojciechowski, J.A. (2001):Experimental evaluation of PP, Proc. European Software Control and Metrics Conference, pp. 269–276.