SlideShare a Scribd company logo
1 of 36
Free and Open Source Software Development of
IT Systems
Mihaela Sabin
Computer Information Systems
University of New Hampshire
Manchester, NH 03101
603 641 4144
[email protected]
ABSTRACT
IT system development, integration, deployment, and
administration benefit significantly from free and open source
software (FOSS) tools and services. Affordability has been a
compelling reason for adopting FOSS in computing curricula
and
equipping computing labs with support infrastructure. Using
FOSS systems and services, however, is just the first step in
taking advantage of how FOSS development principles and
practices can impact student learning in IT degree programs.
Above all, FOSS development of IT systems requires changes to
how students, instructors, and other contributors work
collaboratively and openly and get involved and invested in
project activities.
In this paper I examine the challenges to engage students in
FOSS
development projects proposed by real clients. A six-week
course
project revealed problems with adopting FOSS development and
collaboration across different activities and roles that student
team
members have assumed. Despite these problems, students have
showed a genuine and strong interest in gaining more practice
with FOSS development. FOSS development teaching was
further
refined in two other courses to learn about adequate teaching
strategies and the competencies that students achieve when they
participate in FOSS development of IT systems.
Categories and Subject Descriptors
K.3.2 [Computer Information Science Education]: Computer
science education, Curriculum.
General Terms
Human Factors, Experimentation, Management, Performance.
Keywords
Free and open source software, IT system development,
collaboration.
1. BACKGROUND
The Computer Information Systems (CIS) program at University
of New Hampshire in Manchester (UNHM) has built
partnerships
with local nonprofits, state agencies, small businesses, and in-
house research projects to enrich curricula with authentic work
experiences and benefit community with IT solutions. In this
curricular model, 98 students worked in 26 teams on projects
proposed by eight organizations and one research faculty during
2007 to 2010 time period. Most of the projects evolved over
multiple semesters as course projects in databases, web systems,
and software engineering courses. Three projects were
conducted
in internship, independent study, and summer research courses
by
individual students. Only these projects have produced
prototypes
that could be transferred for deployment at partnering
organizations. Two of these three projects have been adopted
and
are in use at sponsoring organizations, Salvation Army in
Manchester and the Division for Juvenile Justice Services.
Integrating real-world projects in the IT curricula has widely-
recognized advantages on student learning:
1. Relevant learning. Students solve practical IT problems that
are encountered and formulated by community partners.
2. Deeper learning. Students demonstrate higher order
cognitive competencies, such as synthesis and evaluation.
3. Collaborative learning. Students work in teams.
Collaboration and communication are integral part of their
work.
However, the implementation of this model has revealed some
critical weaknesses:
1. Low rate of success with building useful prototypes.
2. Ineffective collaboration and communication, especially in
coding activities.
3. Less attention to the actual artifacts and more interest in
describing individual activities in the students’ self-
evaluations, whether reported development activities were
successful or not.
4. Very limited reusability of the system’s artifacts (models,
documents, source code, user support manuals) between
project iterations across semesters.
These weaknesses stem from a visible polarization between, on
one hand, requirements elicitation, analysis, and design
activities
and, on the other hand, implementation and deployment
activities.
Documents and models that students produced were not very
effective in guiding the writing of source code and planning and
conducting testing experiments, despite efforts made to apply
iterative and agile software engineering methods. Students
themselves felt that one either loves programming or hates it,
and
participation in non-programming related activities was
perceived
as orthogonal to implementation activities. This phenomenon
has
even a more significant negative impact when artifacts that were
produced in a certain course have to be reused in following
Permission to make digital or hard copies of all or part of this
work for
personal or classroom use is granted without fee provided that
copies are
not made or distributed for profit or commercial advantage and
that copies
bear this notice and the full citation on the first page. To copy
otherwise, or
republish, to post on servers or to redistribute to lists, requires
prior
specific permission and/or a fee.
SIGITE’11, October 20–22, 2011, West Point, New York, USA.
Copyright 2011 ACM 978-1-4503-1017-8/11/10...$10.00.
27
semester and different course to make progress with system
development in a subsequent iteration.
The research question these shortcomings raise is how to
actually
apply FOSS development principles and practices and change
student attitudes towards a much more responsible collaboration
to engage them productively and successfully in FOSS
development of IT systems.
My personal experience with FOSS [1] and Humanitarian FOSS
[2, 3] convinced me that the FOSS culture, principles, and
practices are very much suitable for a student-centered
educational environment that is inquiry-based, highly
collaborative, motivational and relevant, and inclusive of
diverse
abilities, cultural backgrounds, and life experiences.
In the fall 2010 semester I decided to rethink the team projects
in
an introductory course in web development and adopt a FOSS
development approach with two goals in mind:
1. To improve implementation activities and integrate them
more productively with the other software development
activities.
2. To increase student interest in and responsibility for
challenging system development and project management
activities.
The rest of the paper describes the plan for incorporating FOSS
activities in a fall 2010 course, reports on how these activities
scaled up in two other courses in spring 2011, and outlines
future
work that has been informed by the lessons I learned.
2. PLANNING STEPS
Starting in fall 2010, the CIS 505 Advanced Web Authoring
course has become a required course in the CIS major. The
course
enrolls sophomores in the program and juniors who have
transferred with an associate’s degree from local community
colleges. The course prerequisite is an Intro to Internet and Web
Authoring course that fulfills the general education requirement
in
the Environment, Technology, and Society curricular group.
2.1 Student Demographics
UNHM is a commuter college. The large majority of students
enroll full-time while holding jobs that demand close to 20
hours
a week of their time. Two thirds of UNHM students qualify for
financial aid. The CIS program has articulation agreements with
local community colleges. In 2010-2011, close to half of the
students in the program transferred at least 50 credits from two-
year colleges. Women representation in the program is 11%,
lower than the reported 18% of 2008 computer and information
sciences undergraduate recipients who were female [8].
New Hampshire is the fourth whitest state, with minorities
accounting for about 7.2% of the state’s population in 2009.
The
most diverse part of the state is the Manchester-Nashua
metropolitan area. In 2007, 50% of all the minority residents
resided in this area, with 11% of the metro area’s population
being
minority [9].
At the CIS 505 course level, the demographic data from the 20
students who took the class in fall 2010 showed slight
variations
from the larger picture’s data. The class had three females
(15%)
and two minority students (10%). Other demographic data of
interest indicated that there were seven transfer students (35%),
four veterans (20%), and two non-CIS majors (20%), a male
Business major and a female Communication Arts major with a
minor in CIS. The breakdown by year of study had two
sophomores, nine juniors, and nine seniors.
The demographics picture informs about the challenges that
students have when a course is intentional about adopting a
FOSS
development approach. Students are expected to spend 6 to 8
hours outside class in activities through which online peer
communication is pervasive and collaboration in pairs or within
teams of 3 to 6 students becomes extensive at various levels:
code
base, documentation, and project management. Student time
constraints, diversity of academic backgrounds, and the mix of
other cultural and personal experiences could be barriers to how
communication and collaboration channels work.
2.2 Learning Outcomes and Assessment
In the CIS 505 course students learn to:
y web applications
management tools to develop web applications
of open source collaboration practices.
The course learning outcomes are assessed by measuring student
performance in two exams (40%), eight weekly homework
assignments on which students work in pairs (24%), a team
project with four iterations scheduled at the end of the semester
(24%), and in- and outside class participation (12%). Students
and
instructor are the evaluators of student performance. The
instructor grades the exams, student participation, and project
status reports, which represents 66% of the final grade. Students
self-evaluate their homework assignments and submission of
peer
reviews (28%) and have their contribution to the last two
iterations of the project evaluated by peers on other teams (6%).
Student grading weighs the remaining 34% of the final grade.
Assessors use rubrics for their evaluations.
2.3 Teaching Resources
The course materials were created by examining lecture notes,
assignments, exam problems, and textbook suggestions from
two
colleagues teaching a similar course at other schools. Students
used Safari Books Online service offered by the university to
access the course textbooks [4, 5]. Two other references were
used for the project portion of the course: Fogel’s book on
producing open source software [6] and RMH Homebase, a
volunteer management and scheduling system designed at
Bowdoin College for the Ronald McDonald House in Portland,
Maine [7].
The course infrastructure included the course site, two wikis, a
class forum and mailing list, student online portfolios, a staging
server for testing and demo purposes, and central repositories
for
the projects’ code base. WordPress, Google Groups, Google
Sites,
MediaWiki, BitNami WAMP bundle, SourceForge hosting, and
two UNHM CIS servers were used to support the course
infrastructure. Live USBs with Apache, MySQL, and PHP
package were used in class for lab activities. Software
developed
on student personal computers or in the lab used XAMPP,
NetBeans, and TortoiseSVN.
28
All course materials were openly available from the course site
that I created using WordPress publishing tools and have hosted
on the WordPress servers. The course forum and mailing list
were
set up with a Google group. Students were asked to create
online
portfolios with Google Sites to assemble their work in the
course,
write self-evaluations, receive feedback and grades from me,
and
write their peer reviews. Two MediaWiki wikis were installed
and
configured to (1) document each team progress with their
projects
and (2) make available wiki articles on tools and services used
in
the course.
3. FIRST EXPERIENCE
3.1 Course Projects and Community Partners
The last six weeks of the semester were allocated to software
development of web applications that solve IT problems raised
by
four partners: two nonprofits, YWCA of Manchester and Big
Brothers and Big Sisters of Greater Manchester (BBBS), one
government agency, the Domestic Violence Unit of the
Manchester Police Department (DV Unit), and the UNHM
Internship and Community Outreach program.
Four student teams (of four to six students per team) were
formed
to work on the projects:
and BBBS.
prosecutors and counselors in the DV Unit would use to
assign and observe progress with their counseling services.
names and two teams, to track internship opportunities.
3.2 Development Roles and Activities
Development responsibilities fell in two categories. The
primary
role category included responsibilities for requirements and
analysis, subsystem design, and subsystem implementation. The
supportive role category included the roles of project leader,
wiki
editor, technical writer, reviewer, and IT support manager. I
named the project leaders based on my knowledge of student
performance in the course and overall academic standing. I also
designated each team’s IT support manager. These roles
assumed
responsibilities for configuring the SourceForge projects and
building the team’s application on the staging server for peer
review and demo presentations. All students were asked to
review
work products completed by two peers from other teams for the
last two iterations of the project. The other student roles were
negotiated within the team.
In the end, each team had an analyst, one or two designers of
either the user interface or the storage subsystems, and two or
three implementers of the application logic or control
subsystem.
On the supportive roles front, each team had a project leader, a
wiki editor, an IT support manager, and one or two technical
writers. All team members assumed reviewing responsibilities.
3.3 Results
Two of the four projects, DV Unit CMS and GoInterns, reached
the phase where the user interface, persistent storage, and
control
subsystems were integrated. The teams of these projects had
more
experienced implementers and closer and more effective
collaboration between the PHP and MySQL coders. In the other
two teams, DONATE and Internship2Career, effective
collaboration took place within the boundaries of individual
subsystems, and there was minimal communication among
implementers of different subsystems.
With a couple of exceptions, analysts and designers did not
want
to and were not involved in coding activities. They either felt
that
they did not have the skills or that the team was lacking the
chemistry for truly collaborative work. Their work products
were
user and installation manuals and developer’s guides that
outlined
the overall development process.
Everybody was expected to include their work products in the
team project, whether models, documents, or source code files,
and use version control to manage project progress and changes.
However, the use of version control for the purpose of keeping
everybody on the team informed about individual contributions
was, to say the least, problematic. The same phenomenon of
minimum use of tools and services that promote sharing was
observed about reviewers. Most of them did not check out
source
code they were supposed to examine from the SourceForge
project repositories. Similarly, IT support managers were
expected to assist team members or other peers with testing
prototypes on the staging server or replicating testing
environments on the student computers. Again, there was
minimum interaction and investment in an open collaboration to
get this kind of work done.
Despite these shortcomings, twelve students have enrolled in a
more advanced, project-based, and programming-intensive
elective course in spring 2011. This is about twice the number
of
students who have taken similar courses in the past. It looked
like
the students and I have just started to scratch the surface of
FOSS
development of IT systems using course projects and have not
felt
discouraged at all by its many challenges. On the contrary!
3.4 Lessons Learned
The learning curve for adopting FOSS practices in computing
courses is steep. Working collaboratively and openly with team
members, peers, instructor, and other possible contributors
requires a significant mindset shift. Being “productively lost”
[10] in the classroom, whether one teaches or learns, bears
different stakes and risks than those faced when one volunteers
to
contribute to FOSS and figures out ways to become a productive
member.
It has helped me that my first FOSS development teaching
experiment was scaled down to less than half of the semester
and
counted towards less than 25% of the final grade. At the same
time, the expectations were set too high. The problems I
observed
with student learning and development practices were:
act of tutorial materials
progress with using FOSS collaboration tools effectively.
It became apparent that more emphasis should be given to (1)
describing, discussing, and demonstrating what the FOSS
development principles and practices are and (2) exposing the
consequences of deviating from what is expected of every single
member of the FOSS community. Whether a student posts a
meeting agenda, commits a SQL script revision, or updates a
class
diagram in a project wiki, FOSS development activities should
be
tied to assessing student learning. The old saying “if it’s not
graded, it doesn’t count” bears an undeniable truth. The quality
control cycle of FOSS development artifacts should be mapped
29
directly to how student learning is assessed. To achieve this
mapping, the following evaluation cycle should be applied:
1. Team members’ roles and responsibilities are examined
weekly and openly by students themselves, their peers, and
instructors.
2. Responsibilities correlate directly with the artifacts that
members are expected to produce. These correlations are also
shared openly.
3. Student learning is measured by self-evaluations, peer
reviews, and instructor grading of these artifacts.
4. NEXT ITERATION
4.1 Teaching FOSS Development
In Spring 2011 I extended FOSS development in two courses:
database course in the CIS program required of all majors
and which enrolls primarily sophomores and transfer
students at the junior level, and
-level
elective whose prerequisite is CIS 505, the course I taught in
Fall 2010.
A total of 30 students took these courses (18 in CIS 520 and 12
in
CIS 605). Student demographics were comparable to those in
the
CIS 505 course. There were three females (10%), two minority
students (6.7%), six veterans (20%), and four students with non-
CIS majors (13%). The breakdown by year of study had six
sophomores, 14 juniors, and ten seniors.
In the CIS 520 course students were expected to learn how to
model, design, and normalize databases, implement their
designs
in SQL, develop reporting and data entry features for a database
application, and design and prototype a business application
using
a database management system. The course textbooks [11, 12]
were available through the library’s Safari Books Online
Service.
Assessment of student learning measured student work in eight
weekly homework assignments that used pair reviews and
programming (24%), two examinations, using both closed and
open texts and notes formats (52%), and a team project with
three
iterations (24%) that was scheduled during the last six weeks of
the semester. The course project component introduced students
to FOSS development infrastructure and demanded application
of
FOSS development practices.
The CIS 605 course was entirely project-oriented. Students
were
expected to apply advanced web programming concepts and
techniques; work with a shared code base among developers
with
various roles; integrate web applications with database and web
server applications; implement, test, document, and deploy a
web
system; use FOSS practices, development, and collaboration
tools
to carry out a team project; and communicate timely and work
in
teams effectively with peer developers and users. I used Tucker,
Morelli, and de Silva textbook [13], which is very deliberate
about
integrating a FOSS process with agile techniques, modern
collaboration tools, community involvement, and team work.
To scaffold student abilities and create opportunities for
feedback
and reviews, weekly homework assignments were used as
building blocks towards each of the three project iterations
(each
of which extended over 3 to 4 weeks, with the first project
iteration starting in the fourth week). There were eleven
homework assignments (44%), three project iterations (16%
each), and a project presentation (including presentation
abstract
and poster) at the UNH Undergraduate Research Conference
(8%).
4.2 FOSS Development Student Competencies
From my experience with these two courses it became apparent
that students participate productively and successfully in FOSS
development of IT systems if they learn to be:
-users, and
clients.
control functions to manage complex code development.
ive, and prompt participants in discussion
threads that frame on-going team conversations hosted by a
project mailing list or forum.
who know very well the merit of documenting system
development and project management activities.
unit testing, and automatic generation of code
documentation) and familiar with at least one programming
language.
type or release installation
and setting the infrastructure where the system’s features can
be demonstrated and tested.
-users and clients in all
phases of the development process, and responsive to their
needs as reflected in models, documents, and manuals that
“speak” the user’s language.
building and maintaining an IT system, and some exposure to
the responsibilities of each those roles, whether analyst,
designer, coder, tester, technical writer, IT support engineer,
team leader, architect, or reviewer.
5. CONCLUSION
The experience with an open source approach to IT system
development in three CIS courses inspired other students and
faculty to improve team work activities by using wikis to
feature
course projects and version control to manage the source code.
These practices can be easily adopted by courses in which
projects
weigh at least 25% of the final grade. The projects can become
a
learning resource that provides case studies and examples after
which other projects can be modeled. They can be also revised
and developed further.
Upper-level courses that are project-oriented and the capstone
project course are ideal candidates for building a FOSS student
community. This community will promote the FOSS culture
values of sharing knowledge and skills, mentoring peers, and
contributing fixes, features, documentation, manuals, and other
artifacts that can improve IT systems at different stages of
development and use.
6. REFERENCES
[1] “Growing the Humanitarian FOSS Community”. 2010.
Second Annual HFOSS Education Symposium, jointly held
with SIGCSE 2010 (Milwaukee, OH, Mach 2010).
[2] HFOSS 2010 Faculty Workshop. Computer Science
Department, Trinity College. (Hartford, CT, May 2010).
Retrieved June 3, 2011 from
30
http://teaching.hfoss.org/index.php/HFOSS_2010_Faculty_
Workshop.
[3] Professors’ Open Source Summer Experience (POSSE)
Workshop. 2010. Worcester State University (Worcester,
MA, June 2010). Retrieved June 3, 2011 from
http://teachingopensource.org/index.php/POSSE_Worcester_
State.
[4] Nixon, Robin. 2009. Learning PHP, MySQL, and JavaScript.
O’Reilly Media, Inc.
[5] Robson, Elisabeth and Eric T. Freeman. 2005. Head First
HTML with CSS & XHTML. O’Reilly Media, Inc.
[6] Fogel, Karl. 2010. Producing open source software: How to
run a successful free software project. Creative Commons
Attribution Share Alike 3.0. Retrieved June 3, 2011 from
http://producingoss.com/.
[7] RMH Homebase 1.5 on SourceForge.net. 2010. Retrieved
June 3, 2011 from
http://sourceforge.net/projects/rmhhomebase/.
[8] “Women and Information Technology by the Numbers.”
2009. National Center for Women and Information
Technology. Retrieved June 3, 2011 from
http://www.ncwit.org/pdf/BytheNumbers09.pdf.
[9] Johnson, Kenneth M. and Robert Macieski. “Demographic
Trends in the Manchester-Nashua Metropolitan Area.” 2009.
UNH Carsey Institute New England Issue Brief, no. 16,
2009.
[10] DeKoenigsberg, G. et al. 2010. Practical open source
software exploration: How to be productively lost, the open
source way. TeachingOpenSourceway.org. Retrieved June 3,
2011 from
http://teachingopensource.org/index.php/Textbook_Release_
0.8.
[11] Oppel, A. 2010. Data Modeling: A Beginner’s Guide.
McGraw Hill.
[12] Beaulieu, A. Learning SQL: Master SQL Fundamentals.
2009. Second edition. O’Reilly Media, Inc.
[13] Tucker, Allen, Ralph Morelli, and Chamindra de Silva.
2010.
Software Development: An Open Source Approach. CRC
Press.
31
<<
/ASCII85EncodePages false
/AllowTransparency false
/AutoPositionEPSFiles true
/AutoRotatePages /None
/Binding /Left
/CalGrayProfile (Gray Gamma 2.2)
/CalRGBProfile (sRGB IEC61966-2.1)
/CalCMYKProfile (U.S. Web Coated 050SWOP051 v2)
/sRGBProfile (sRGB IEC61966-2.1)
/CannotEmbedFontPolicy /Warning
/CompatibilityLevel 1.4
/CompressObjects /Tags
/CompressPages true
/ConvertImagesToIndexed true
/PassThroughJPEGImages true
/CreateJobTicket false
/DefaultRenderingIntent /Default
/DetectBlends true
/DetectCurves 0.0000
/ColorConversionStrategy /LeaveColorUnchanged
/DoThumbnails false
/EmbedAllFonts true
/EmbedOpenType false
/ParseICCProfilesInComments true
/EmbedJobOptions true
/DSCReportingLevel 0
/EmitDSCWarnings false
/EndPage -1
/ImageMemory 1048576
/LockDistillerParams true
/MaxSubsetPct 100
/Optimize true
/OPM 1
/ParseDSCComments false
/ParseDSCCommentsForDocInfo true
/PreserveCopyPage true
/PreserveDICMYKValues true
/PreserveEPSInfo false
/PreserveFlatness true
/PreserveHalftoneInfo true
/PreserveOPIComments false
/PreserveOverprintSettings true
/StartPage 1
/SubsetFonts true
/TransferFunctionInfo /Apply
/UCRandBGInfo /Preserve
/UsePrologue false
/ColorSettingsFile ()
/AlwaysEmbed [ true
/TimesNewRomanPS-BoldItalicMT
/TimesNewRomanPS-BoldMT
/TimesNewRomanPS-ItalicMT
/TimesNewRomanPSMT
]
/NeverEmbed [ true
]
/AntiAliasColorImages false
/CropColorImages true
/ColorImageMinResolution 150
/ColorImageMinResolutionPolicy /OK
/DownsampleColorImages true
/ColorImageDownsampleType /Bicubic
/ColorImageResolution 300
/ColorImageDepth -1
/ColorImageMinDownsampleDepth 1
/ColorImageDownsampleThreshold 1.50000
/EncodeColorImages true
/ColorImageFilter /DCTEncode
/AutoFilterColorImages true
/ColorImageAutoFilterStrategy /JPEG
/ColorACSImageDict <<
/QFactor 0.15
/HSamples [1 1 1 1] /VSamples [1 1 1 1]
>>
/ColorImageDict <<
/QFactor 0.76
/HSamples [2 1 1 2] /VSamples [2 1 1 2]
>>
/JPEG2000ColorACSImageDict <<
/TileWidth 256
/TileHeight 256
/Quality 15
>>
/JPEG2000ColorImageDict <<
/TileWidth 256
/TileHeight 256
/Quality 15
>>
/AntiAliasGrayImages false
/CropGrayImages true
/GrayImageMinResolution 150
/GrayImageMinResolutionPolicy /OK
/DownsampleGrayImages true
/GrayImageDownsampleType /Bicubic
/GrayImageResolution 300
/GrayImageDepth -1
/GrayImageMinDownsampleDepth 2
/GrayImageDownsampleThreshold 1.50000
/EncodeGrayImages true
/GrayImageFilter /DCTEncode
/AutoFilterGrayImages true
/GrayImageAutoFilterStrategy /JPEG
/GrayACSImageDict <<
/QFactor 0.15
/HSamples [1 1 1 1] /VSamples [1 1 1 1]
>>
/GrayImageDict <<
/QFactor 0.76
/HSamples [2 1 1 2] /VSamples [2 1 1 2]
>>
/JPEG2000GrayACSImageDict <<
/TileWidth 256
/TileHeight 256
/Quality 15
>>
/JPEG2000GrayImageDict <<
/TileWidth 256
/TileHeight 256
/Quality 15
>>
/AntiAliasMonoImages false
/CropMonoImages true
/MonoImageMinResolution 1200
/MonoImageMinResolutionPolicy /OK
/DownsampleMonoImages true
/MonoImageDownsampleType /Bicubic
/MonoImageResolution 600
/MonoImageDepth -1
/MonoImageDownsampleThreshold 1.50000
/EncodeMonoImages true
/MonoImageFilter /CCITTFaxEncode
/MonoImageDict <<
/K -1
>>
/AllowPSXObjects false
/CheckCompliance [
/PDFX1a:2003
]
/PDFX1aCheck false
/PDFX3Check false
/PDFXCompliantPDFOnly false
/PDFXNoTrimBoxError true
/PDFXTrimBoxToMediaBoxOffset [
0.00000
0.00000
0.00000
0.00000
]
/PDFXSetBleedBoxToMediaBox true
/PDFXBleedBoxToTrimBoxOffset [
0.00000
0.00000
0.00000
0.00000
]
/PDFXOutputIntentProfile (None)
/PDFXOutputConditionIdentifier ()
/PDFXOutputCondition ()
/PDFXRegistryName ()
/PDFXTrapped /False
/CreateJDFFile false
/Description <<
/ARA
<FEFF06270633062A062E062F06450020064706300647002006
27064406250639062F0627062F0627062A002006440625064606
340627062100200648062B062706260642002000410064006F00
620065002000500044004600200645062A064806270641064206
290020064506390020064506420627064A064A06330020063906
31063600200648063706280627063906290020062706440648062
B0627062606420020062706440645062A062F062706480644062
900200641064A00200645062C062706440627062A00200627064
4062306390645062706440020062706440645062E062A0644064
10629061B0020064A06450643064600200641062A062D002006
48062B0627062606420020005000440046002006270644064506
460634062306290020062806270633062A062E062F0627064500
20004100630072006F0062006100740020064800410064006F00
6200650020005200650061006400650072002006250635062F06
27063100200035002E0030002006480627064406250635062F06
2706310627062A0020062706440623062D062F062B002E>
/CHS
<FEFF4f7f75288fd94e9b8bbe5b9a521b5efa76840020004100640
06f006200650020005000440046002065876863900275284e8e55
464e1a65876863768467e5770b548c62535370300260a853ef4ee5
4f7f75280020004100630072006f0062006100740020548c002000
410064006f0062006500200052006500610064006500720020003
5002e003000204ee553ca66f49ad87248672c676562535f00521b5
efa768400200050004400460020658768633002>
/CHT
<FEFF4f7f752890194e9b8a2d7f6e5efa7acb76840020004100640
06f006200650020005000440046002065874ef69069752865bc66
6e901a554652d965874ef6768467e5770b548c52175370300260a
853ef4ee54f7f75280020004100630072006f00620061007400205
48c002000410064006f0062006500200052006500610064006500
7200200035002e003000204ee553ca66f49ad87248672c4f86958b
555f5df25efa7acb76840020005000440046002065874ef63002>
/CZE
<FEFF005400610074006f0020006e00610073007400610076006
5006e00ed00200070006f0075017e0069006a007400650020006b
0020007600790074007600e101590065006e00ed00200064006f0
06b0075006d0065006e0074016f002000410064006f0062006500
20005000440046002000760068006f0064006e00fd00630068002
000700072006f002000730070006f006c00650068006c00690076
00e90020007a006f006200720061007a006f007600e1006e00ed00
2000610020007400690073006b0020006f006200630068006f006
4006e00ed0063006800200064006f006b0075006d0065006e0074
016f002e002000200056007900740076006f01590065006e00e90
0200064006f006b0075006d0065006e0074007900200050004400
46002000620075006400650020006d006f017e006e00e90020006
f007400650076015900ed007400200076002000700072006f0067
00720061006d0065006300680020004100630072006f006200610
07400200061002000410064006f00620065002000520065006100
640065007200200035002e0030002000610020006e006f0076011
b006a016100ed00630068002e>
/DAN
<FEFF004200720075006700200069006e0064007300740069006
c006c0069006e006700650072006e0065002000740069006c0020
006100740020006f0070007200650074007400650020004100640
06f006200650020005000440046002d0064006f006b0075006d00
65006e007400650072002c0020006400650072002000650067006
e006500720020007300690067002000740069006c002000640065
00740061006c006a006500720065007400200073006b00e600720
06d007600690073006e0069006e00670020006f00670020007500
640073006b007200690076006e0069006e0067002000610066002
00066006f0072007200650074006e0069006e006700730064006f
006b0075006d0065006e007400650072002e00200044006500200
06f00700072006500740074006500640065002000500044004600
2d0064006f006b0075006d0065006e0074006500720020006b006
1006e002000e50062006e00650073002000690020004100630072
006f00620061007400200065006c006c006500720020004100630
072006f0062006100740020005200650061006400650072002000
35002e00300020006f00670020006e0079006500720065002e>
/DEU
<FEFF00560065007200770065006e00640065006e00200053006
90065002000640069006500730065002000450069006e00730074
0065006c006c0075006e00670065006e0020007a0075006d00200
0450072007300740065006c006c0065006e00200076006f006e00
2000410064006f006200650020005000440046002d0044006f006
b0075006d0065006e00740065006e002c00200075006d00200065
0069006e00650020007a0075007600650072006c00e4007300730
0690067006500200041006e007a00650069006700650020007500
6e00640020004100750073006700610062006500200076006f006
e00200047006500730063006800e40066007400730064006f006b
0075006d0065006e00740065006e0020007a00750020006500720
07a00690065006c0065006e002e00200044006900650020005000
440046002d0044006f006b0075006d0065006e007400650020006
b00f6006e006e0065006e0020006d006900740020004100630072
006f00620061007400200075006e0064002000520065006100640
065007200200035002e003000200075006e00640020006800f600
680065007200200067006500f600660066006e006500740020007
70065007200640065006e002e>
/ESP
<FEFF005500740069006c0069006300650020006500730074006
100200063006f006e0066006900670075007200610063006900f3
006e0020007000610072006100200063007200650061007200200
064006f00630075006d0065006e0074006f007300200064006500
2000410064006f006200650020005000440046002000610064006
50063007500610064006f00730020007000610072006100200076
0069007300750061006c0069007a00610063006900f3006e00200
06500200069006d0070007200650073006900f3006e0020006400
6500200063006f006e006600690061006e007a006100200064006
500200064006f00630075006d0065006e0074006f007300200063
006f006d00650072006300690061006c00650073002e002000530
065002000700075006500640065006e0020006100620072006900
7200200064006f00630075006d0065006e0074006f00730020005
000440046002000630072006500610064006f007300200063006f
006e0020004100630072006f006200610074002c0020004100640
06f00620065002000520065006100640065007200200035002e00
3000200079002000760065007200730069006f006e00650073002
00070006f00730074006500720069006f007200650073002e>
/FRA
<FEFF005500740069006c006900730065007a002000630065007
30020006f007000740069006f006e00730020006100660069006e
00200064006500200063007200e90065007200200064006500730
0200064006f00630075006d0065006e0074007300200041006400
6f006200650020005000440046002000700072006f00660065007
300730069006f006e006e0065006c007300200066006900610062
006c0065007300200070006f007500720020006c0061002000760
069007300750061006c00690073006100740069006f006e002000
6500740020006c00270069006d007000720065007300730069006
f006e002e0020004c0065007300200064006f00630075006d0065
006e00740073002000500044004600200063007200e900e900730
02000700065007500760065006e0074002000ea00740072006500
20006f007500760065007200740073002000640061006e0073002
0004100630072006f006200610074002c002000610069006e0073
0069002000710075002700410064006f006200650020005200650
06100640065007200200035002e00300020006500740020007600
65007200730069006f006e007300200075006c007400e90072006
900650075007200650073002e>
/GRE
<FEFF03a703c103b703c303b903bc03bf03c003bf03b903ae03c3
03c403b5002003b103c503c403ad03c2002003c403b903c200200
3c103c503b803bc03af03c303b503b903c2002003b303b903b100
2003bd03b1002003b403b703bc03b903bf03c503c103b303ae03c
303b503c403b5002003ad03b303b303c103b103c603b100200041
0064006f006200650020005000440046002003ba03b103c403ac0
3bb03bb03b703bb03b1002003b303b903b1002003b103be03b903
cc03c003b903c303c403b7002003c003c103bf03b203bf03bb03ae
002003ba03b103b9002003b503ba03c403cd03c003c903c303b70
02003b503c003b903c703b503b903c103b703bc03b103c403b903
ba03ce03bd002003b503b303b303c103ac03c603c903bd002e002
0002003a403b10020005000440046002003ad03b303b303c103b1
03c603b1002003c003bf03c5002003ad03c703b503c403b500200
3b403b703bc03b903bf03c503c103b303ae03c303b503b9002003
bc03c003bf03c103bf03cd03bd002003bd03b1002003b103bd03bf
03b903c703c403bf03cd03bd002003bc03b5002003c403bf002000
4100630072006f006200610074002c002003c403bf00200041006
4006f00620065002000520065006100640065007200200035002e
0030002003ba03b103b9002003bc03b503c403b103b303b503bd0
3ad03c303c403b503c103b503c2002003b503ba03b403cc03c303
b503b903c2002e>
/HEB
<FEFF05D405E905EA05DE05E905D5002005D105D405D205D
305E805D505EA002005D005DC05D4002005DB05D305D9002
005DC05D905E605D505E8002005DE05E105DE05DB05D9002
000410064006F006200650020005000440046002005E205D105D
505E8002005D405E605D205D4002005D505D405D305E405E1
05D4002005D005DE05D905E005D4002005E905DC002005DE0
5E105DE05DB05D905DD002005E205E105E705D905D905DD0
02E002005DE05E105DE05DB05D90020005000440046002005E
905E005D505E605E805D5002005E005D905EA05E005D905DD
002005DC05E405EA05D905D705D4002005D105D005DE05E6
05E205D505EA0020004100630072006F006200610074002005D
5002D00410064006F00620065002000520065006100640065007
200200035002E0030002005D505D205E805E105D005D505EA0
02005DE05EA05E705D305DE05D505EA002005D905D505EA0
5E8002E05D905D505EA05E8002E002D0033002C002005E205
D905D905E005D5002005D105DE05D305E805D905DA002005
DC05DE05E905EA05DE05E9002005E905DC002000410063007
2006F006200610074002E002005DE05E105DE05DB05D900200
05000440046002005E905E005D505E605E805D5002005E005D
905EA05E005D905DD002005DC05E405EA05D905D705D4002
005D105D005DE05E605E205D505EA0020004100630072006F0
06200610074002005D5002D00410064006F00620065002000520
065006100640065007200200035002E0030002005D505D205E8
05E105D005D505EA002005DE05EA05E705D305DE05D505EA
002005D905D505EA05E8002E>
/HRV (Za stvaranje Adobe PDF dokumenata pogodnih za
pouzdani prikaz i ispis poslovnih dokumenata koristite ove
postavke. Stvoreni PDF dokumenti mogu se otvoriti Acrobat i
Adobe Reader 5.0 i kasnijim verzijama.)
/HUN
<FEFF00410020006800690076006100740061006c006f0073002
00064006f006b0075006d0065006e00740075006d006f006b0020
006d00650067006200ed007a00680061007400f30020006d00650
06700740065006b0069006e007400e9007300e900720065002000
e900730020006e0079006f006d00740061007400e1007300e1007
2006100200073007a00e1006e0074002000410064006f00620065
002000500044004600200064006f006b0075006d0065006e00740
075006d006f006b0061007400200065007a0065006b006b006500
6c0020006100200062006500e1006c006c00ed007400e10073006
f006b006b0061006c00200068006f007a006800610074006a0061
0020006c00e9007400720065002e0020002000410020006c00e90
074007200650068006f007a006f00740074002000500044004600
200064006f006b0075006d0065006e00740075006d006f006b002
00061007a0020004100630072006f006200610074002000e90073
00200061007a002000410064006f0062006500200052006500610
0640065007200200035002e0030002c0020007600610067007900
200061007a002000610074007400f3006c0020006b00e90073015
10062006200690020007600650072007a006900f3006b006b0061
006c0020006e00790069007400680061007400f3006b0020006d0
0650067002e>
/ITA (Utilizzare queste impostazioni per creare documenti
Adobe PDF adatti per visualizzare e stampare documenti
aziendali in modo affidabile. I documenti PDF creati possono
essere aperti con Acrobat e Adobe Reader 5.0 e versioni
successive.)
/JPN
<FEFF30d330b830cd30b9658766f8306e8868793a304a30883073
53705237306b90693057305f002000410064006f0062006500200
050004400460020658766f8306e4f5c6210306b4f7f75283057307
e305930023053306e8a2d5b9a30674f5c62103055308c305f00200
05000440046002030d530a130a430eb306f300100410063007200
6f0062006100740020304a30883073002000410064006f0062006
5002000520065006100640065007200200035002e003000204ee5
964d3067958b304f30533068304c3067304d307e3059300230533
06e8a2d5b9a3067306f30d530a930f330c8306e57cb30818fbc307f
3092884c3044307e30593002>
/KOR
<FEFFc7740020c124c815c7440020c0acc6a9d558c5ec0020be44
c988b2c8c2a40020bb38c11cb97c0020c548c815c801c73cb85c00
20bcf4ace00020c778c1c4d558b2940020b3700020ac00c7a50020
c801d569d55c002000410064006f0062006500200050004400460
020bb38c11cb97c0020c791c131d569b2c8b2e4002e0020c774b8
07ac8c0020c791c131b41c00200050004400460020bb38c11cb29
40020004100630072006f0062006100740020bc0f002000410064
006f00620065002000520065006100640065007200200035002e0
0300020c774c0c1c5d0c11c0020c5f40020c2180020c788c2b5b2c
8b2e4002e>
/NLD (Gebruik deze instellingen om Adobe PDF-documenten
te maken waarmee zakelijke documenten betrouwbaar kunnen
worden weergegeven en afgedrukt. De gemaakte PDF-
documenten kunnen worden geopend met Acrobat en Adobe
Reader 5.0 en hoger.)
/NOR
<FEFF004200720075006b0020006400690073007300650020006
9006e006e007300740069006c006c0069006e00670065006e0065
002000740069006c002000e50020006f007000700072006500740
0740065002000410064006f006200650020005000440046002d00
64006f006b0075006d0065006e00740065007200200073006f006
d002000650072002000650067006e0065007400200066006f0072
0020007000e5006c006900740065006c006900670020007600690
073006e0069006e00670020006f00670020007500740073006b00
7200690066007400200061007600200066006f007200720065007
4006e0069006e006700730064006f006b0075006d0065006e0074
00650072002e0020005000440046002d0064006f006b0075006d0
065006e00740065006e00650020006b0061006e002000e5007000
6e00650073002000690020004100630072006f006200610074002
00065006c006c00650072002000410064006f0062006500200052
0065006100640065007200200035002e003000200065006c006c0
0650072002e>
/POL
<FEFF0055007300740061007700690065006e006900610020006
4006f002000740077006f0072007a0065006e0069006100200064
006f006b0075006d0065006e007400f3007700200050004400460
02000700072007a0065007a006e00610063007a006f006e007900
63006800200064006f0020006e00690065007a00610077006f006
4006e00650067006f002000770079015b0077006900650074006c
0061006e00690061002000690020006400720075006b006f00770
061006e0069006100200064006f006b0075006d0065006e007400
f300770020006600690072006d006f0077007900630068002e002
000200044006f006b0075006d0065006e00740079002000500044
00460020006d006f017c006e00610020006f00740077006900650
0720061010700200077002000700072006f006700720061006d00
6900650020004100630072006f006200610074002000690020004
10064006f00620065002000520065006100640065007200200035
002e0030002000690020006e006f00770073007a0079006d002e>
/PTB
<FEFF005500740069006c0069007a00650020006500730073006
1007300200063006f006e00660069006700750072006100e700f5
0065007300200064006500200066006f0072006d0061002000610
0200063007200690061007200200064006f00630075006d006500
6e0074006f0073002000410064006f00620065002000500044004
600200061006400650071007500610064006f0073002000700061
0072006100200061002000760069007300750061006c0069007a0
06100e700e3006f002000650020006100200069006d0070007200
650073007300e3006f00200063006f006e0066006900e10076006
50069007300200064006500200064006f00630075006d0065006e
0074006f007300200063006f006d0065007200630069006100690
073002e0020004f007300200064006f00630075006d0065006e00
74006f00730020005000440046002000630072006900610064006
f007300200070006f00640065006d002000730065007200200061
0062006500720074006f007300200063006f006d0020006f00200
04100630072006f006200610074002000650020006f0020004100
64006f00620065002000520065006100640065007200200035002
e0030002000650020007600650072007300f50065007300200070
006f00730074006500720069006f007200650073002e>
/RUM
<FEFF005500740069006c0069007a00610163006900200061006
30065007300740065002000730065007401030072006900200070
0065006e007400720075002000610020006300720065006100200
064006f00630075006d0065006e00740065002000410064006f00
62006500200050004400460020006100640065006300760061007
40065002000700065006e007400720075002000760069007a0075
0061006c0069007a00610072006500610020015f0069002000740
06900700103007200690072006500610020006c00610020006300
61006c00690074006100740065002000730075007000650072006
9006f0061007201030020006100200064006f00630075006d0065
006e00740065006c006f007200200064006500200061006600610
063006500720069002e002000200044006f00630075006d006500
6e00740065006c006500200050004400460020006300720065006
10074006500200070006f00740020006600690020006400650073
006300680069007300650020006300750020004100630072006f0
06200610074002c002000410064006f0062006500200052006500
6100640065007200200035002e00300020015f006900200076006
50072007300690075006e0069006c006500200075006c00740065
00720069006f006100720065002e>
/RUS
<FEFF04180441043f043e043b044c04370443043904420435002
004340430043d043d044b04350020043d0430044104420440043e
0439043a043800200434043b044f00200441043e0437043404300
43d0438044f00200434043e043a0443043c0435043d0442043e04
32002000410064006f006200650020005000440046002c0020043
f043e04340445043e0434044f04490438044500200434043b044f0
020043d0430043404350436043d043e0433043e0020043f044004
3e0441043c043e044204400430002004380020043f04350447043
004420438002004340435043b043e0432044b044500200434043e
043a0443043c0435043d0442043e0432002e002000200421043e0
43704340430043d043d044b04350020005000440046002d043404
3e043a0443043c0435043d0442044b0020043c043e0436043d043
e0020043e0442043a0440044b043204300442044c002004410020
043f043e043c043e0449044c044e0020004100630072006f006200
61007400200438002000410064006f00620065002000520065006
100640065007200200035002e00300020043800200431043e043b
043504350020043f043e04370434043d043804450020043204350
440044104380439002e>
/SLV
<FEFF005400650020006e0061007300740061007600690074007
60065002000750070006f0072006100620069007400650020007a
00610020007500730074007600610072006a0061006e006a00650
0200064006f006b0075006d0065006e0074006f00760020004100
64006f006200650020005000440046002c0020007000720069006
d00650072006e006900680020007a00610020007a0061006e0065
0073006c006a00690076006f0020006f0067006c00650064006f00
760061006e006a006500200069006e0020007400690073006b006
1006e006a006500200070006f0073006c006f0076006e006900680
0200064006f006b0075006d0065006e0074006f0076002e002000
20005500730074007600610072006a0065006e006500200064006
f006b0075006d0065006e0074006500200050004400460020006a
00650020006d006f0067006f010d00650020006f0064007000720
065007400690020007a0020004100630072006f00620061007400
200069006e002000410064006f006200650020005200650061006
40065007200200035002e003000200069006e0020006e006f0076
0065006a01610069006d002e>
/SUO
<FEFF004b00e40079007400e40020006e00e40069007400e4002
000610073006500740075006b007300690061002c0020006b0075
006e0020006c0075006f0074002000410064006f0062006500200
050004400460020002d0064006f006b0075006d0065006e007400
740065006a0061002c0020006a006f0074006b006100200073006
f0070006900760061007400200079007200690074007900730061
007300690061006b00690072006a006f006a0065006e0020006c0
075006f00740065007400740061007600610061006e0020006e00
e400790074007400e4006d0069007300650065006e0020006a006
1002000740075006c006f007300740061006d0069007300650065
006e002e0020004c0075006f00640075007400200050004400460
02d0064006f006b0075006d0065006e0074006900740020007600
6f0069006400610061006e0020006100760061007400610020004
100630072006f0062006100740069006c006c00610020006a0061
002000410064006f0062006500200052006500610064006500720
0200035002e0030003a006c006c00610020006a00610020007500
7500640065006d006d0069006c006c0061002e>
/SVE
<FEFF0041006e007600e4006e00640020006400650020006800e
4007200200069006e0073007400e4006c006c006e0069006e0067
00610072006e00610020006f006d0020006400750020007600690
06c006c00200073006b006100700061002000410064006f006200
650020005000440046002d0064006f006b0075006d0065006e007
400200073006f006d002000700061007300730061007200200066
00f60072002000740069006c006c006600f60072006c006900740
06c006900670020007600690073006e0069006e00670020006f00
6300680020007500740073006b007200690066007400650072002
000610076002000610066006600e4007200730064006f006b0075
006d0065006e0074002e002000200053006b00610070006100640
0650020005000440046002d0064006f006b0075006d0065006e00
740020006b0061006e002000f600700070006e006100730020006
90020004100630072006f0062006100740020006f006300680020
00410064006f00620065002000520065006100640065007200200
035002e00300020006f00630068002000730065006e0061007200
65002e>
/TUR
<FEFF005400690063006100720069002000620065006c0067006
5006c006500720069006e0020006700fc00760065006e0069006c
0069007200200062006900720020015f0065006b0069006c00640
0650020006700f6007200fc006e007400fc006c0065006e006d006
500730069002000760065002000790061007a0064013100720131
006c006d006100730131006e006100200075007900670075006e0
02000410064006f00620065002000500044004600200062006500
6c00670065006c0065007200690020006f006c0075015f0074007
50072006d0061006b0020006900e70069006e0020006200750020
0061007900610072006c0061007201310020006b0075006c006c0
061006e0131006e002e00200020004f006c0075015f00740075007
20075006c0061006e0020005000440046002000620065006c0067
0065006c0065007200690020004100630072006f0062006100740
02000760065002000410064006f00620065002000520065006100
640065007200200035002e003000200076006500200073006f006
e0072006100730131006e00640061006b00690020007300fc0072
00fc006d006c00650072006c00650020006100e70131006c00610
0620069006c00690072002e>
/ENU (Use these settings to create Adobe PDF documents
suitable for reliable viewing and printing of business
documents. Created PDF documents can be opened with
Acrobat and Adobe Reader 5.0 and later.)
>>
>> setdistillerparams
<<
/HWResolution [600 600]
/PageSize [612.000 792.000]
>> setpagedevice

More Related Content

Similar to Free and Open Source Software Development of IT Systems .docx

Advanced Marketing Research - Final
Advanced Marketing Research - FinalAdvanced Marketing Research - Final
Advanced Marketing Research - FinalJuliusLim
 
Technology Utilization among Graduate Assistants and Faculty
Technology Utilization among Graduate Assistants and FacultyTechnology Utilization among Graduate Assistants and Faculty
Technology Utilization among Graduate Assistants and FacultyAshley Ryals
 
Implementing TEL at DMU: University of Surrey Workshop
Implementing TEL at DMU: University of Surrey WorkshopImplementing TEL at DMU: University of Surrey Workshop
Implementing TEL at DMU: University of Surrey Workshopguest71d301
 
Implementing TEL at DMU: University of Surrey Workshop
Implementing TEL at DMU: University of Surrey WorkshopImplementing TEL at DMU: University of Surrey Workshop
Implementing TEL at DMU: University of Surrey WorkshopRichard Hall
 
Journal article critique
Journal article critiqueJournal article critique
Journal article critiqueRohaida Muslim
 
Technology Utilization among Graduate Assistants and Faculty
Technology Utilization among Graduate Assistants and FacultyTechnology Utilization among Graduate Assistants and Faculty
Technology Utilization among Graduate Assistants and FacultyMsRyals
 
Graduate School Cyber Portfolio: The Innovative Menu For Sustainable Development
Graduate School Cyber Portfolio: The Innovative Menu For Sustainable DevelopmentGraduate School Cyber Portfolio: The Innovative Menu For Sustainable Development
Graduate School Cyber Portfolio: The Innovative Menu For Sustainable Developmentacijjournal
 
What is blended learning? (portion)
What is blended learning? (portion)What is blended learning? (portion)
What is blended learning? (portion)lhmiles2
 
Unlocking the Potential of On-Demand Learning in the Workplace
Unlocking the Potential of On-Demand Learning in the WorkplaceUnlocking the Potential of On-Demand Learning in the Workplace
Unlocking the Potential of On-Demand Learning in the WorkplaceKip Michael Kelly
 
Predicting students’ intention to continue business courses on online platfor...
Predicting students’ intention to continue business courses on online platfor...Predicting students’ intention to continue business courses on online platfor...
Predicting students’ intention to continue business courses on online platfor...Samsul Alam
 
DESIGNING A FRAMEWORK FOR ENHANCING THE ONLINE KNOWLEDGE-SHARING BEHAVIOR OF ...
DESIGNING A FRAMEWORK FOR ENHANCING THE ONLINE KNOWLEDGE-SHARING BEHAVIOR OF ...DESIGNING A FRAMEWORK FOR ENHANCING THE ONLINE KNOWLEDGE-SHARING BEHAVIOR OF ...
DESIGNING A FRAMEWORK FOR ENHANCING THE ONLINE KNOWLEDGE-SHARING BEHAVIOR OF ...IJMIT JOURNAL
 
iBaTs: Interactive Bash Shell Adaptive Tutoring System
iBaTs: Interactive Bash Shell Adaptive Tutoring SystemiBaTs: Interactive Bash Shell Adaptive Tutoring System
iBaTs: Interactive Bash Shell Adaptive Tutoring SystemCSCJournals
 
Knowledge, social media and technologies for a learning society
Knowledge, social media and technologies for a learning societyKnowledge, social media and technologies for a learning society
Knowledge, social media and technologies for a learning societywanzahirah
 
A Framework of Implementing Strategies for Active Student Engagement in Remot...
A Framework of Implementing Strategies for Active Student Engagement in Remot...A Framework of Implementing Strategies for Active Student Engagement in Remot...
A Framework of Implementing Strategies for Active Student Engagement in Remot...Valerie Felton
 
Nomination for social media in education award
Nomination for social media in education awardNomination for social media in education award
Nomination for social media in education awardKirtana Hariharan
 

Similar to Free and Open Source Software Development of IT Systems .docx (20)

Ej1127074
Ej1127074Ej1127074
Ej1127074
 
Advanced Marketing Research - Final
Advanced Marketing Research - FinalAdvanced Marketing Research - Final
Advanced Marketing Research - Final
 
Technology Utilization among Graduate Assistants and Faculty
Technology Utilization among Graduate Assistants and FacultyTechnology Utilization among Graduate Assistants and Faculty
Technology Utilization among Graduate Assistants and Faculty
 
2 yoon
2 yoon2 yoon
2 yoon
 
Algarve
AlgarveAlgarve
Algarve
 
Implementing TEL at DMU: University of Surrey Workshop
Implementing TEL at DMU: University of Surrey WorkshopImplementing TEL at DMU: University of Surrey Workshop
Implementing TEL at DMU: University of Surrey Workshop
 
Implementing TEL at DMU: University of Surrey Workshop
Implementing TEL at DMU: University of Surrey WorkshopImplementing TEL at DMU: University of Surrey Workshop
Implementing TEL at DMU: University of Surrey Workshop
 
Ijetr011952
Ijetr011952Ijetr011952
Ijetr011952
 
Journal article critique
Journal article critiqueJournal article critique
Journal article critique
 
Technology Utilization among Graduate Assistants and Faculty
Technology Utilization among Graduate Assistants and FacultyTechnology Utilization among Graduate Assistants and Faculty
Technology Utilization among Graduate Assistants and Faculty
 
Graduate School Cyber Portfolio: The Innovative Menu For Sustainable Development
Graduate School Cyber Portfolio: The Innovative Menu For Sustainable DevelopmentGraduate School Cyber Portfolio: The Innovative Menu For Sustainable Development
Graduate School Cyber Portfolio: The Innovative Menu For Sustainable Development
 
What is blended learning? (portion)
What is blended learning? (portion)What is blended learning? (portion)
What is blended learning? (portion)
 
Unlocking the Potential of On-Demand Learning in the Workplace
Unlocking the Potential of On-Demand Learning in the WorkplaceUnlocking the Potential of On-Demand Learning in the Workplace
Unlocking the Potential of On-Demand Learning in the Workplace
 
Predicting students’ intention to continue business courses on online platfor...
Predicting students’ intention to continue business courses on online platfor...Predicting students’ intention to continue business courses on online platfor...
Predicting students’ intention to continue business courses on online platfor...
 
DESIGNING A FRAMEWORK FOR ENHANCING THE ONLINE KNOWLEDGE-SHARING BEHAVIOR OF ...
DESIGNING A FRAMEWORK FOR ENHANCING THE ONLINE KNOWLEDGE-SHARING BEHAVIOR OF ...DESIGNING A FRAMEWORK FOR ENHANCING THE ONLINE KNOWLEDGE-SHARING BEHAVIOR OF ...
DESIGNING A FRAMEWORK FOR ENHANCING THE ONLINE KNOWLEDGE-SHARING BEHAVIOR OF ...
 
iBaTs: Interactive Bash Shell Adaptive Tutoring System
iBaTs: Interactive Bash Shell Adaptive Tutoring SystemiBaTs: Interactive Bash Shell Adaptive Tutoring System
iBaTs: Interactive Bash Shell Adaptive Tutoring System
 
A05430107
A05430107A05430107
A05430107
 
Knowledge, social media and technologies for a learning society
Knowledge, social media and technologies for a learning societyKnowledge, social media and technologies for a learning society
Knowledge, social media and technologies for a learning society
 
A Framework of Implementing Strategies for Active Student Engagement in Remot...
A Framework of Implementing Strategies for Active Student Engagement in Remot...A Framework of Implementing Strategies for Active Student Engagement in Remot...
A Framework of Implementing Strategies for Active Student Engagement in Remot...
 
Nomination for social media in education award
Nomination for social media in education awardNomination for social media in education award
Nomination for social media in education award
 

More from hanneloremccaffery

 Explain how firms can benefit from forecastingexchange rates .docx
 Explain how firms can benefit from forecastingexchange rates .docx Explain how firms can benefit from forecastingexchange rates .docx
 Explain how firms can benefit from forecastingexchange rates .docxhanneloremccaffery
 
•POL201 •Discussions •Week 5 - DiscussionVoter and Voter Tu.docx
•POL201 •Discussions •Week 5 - DiscussionVoter and Voter Tu.docx•POL201 •Discussions •Week 5 - DiscussionVoter and Voter Tu.docx
•POL201 •Discussions •Week 5 - DiscussionVoter and Voter Tu.docxhanneloremccaffery
 
•No less than 4 pages causal argument researched essay •In.docx
•No less than 4 pages causal argument researched essay •In.docx•No less than 4 pages causal argument researched essay •In.docx
•No less than 4 pages causal argument researched essay •In.docxhanneloremccaffery
 
•Focus on two or three things in the Mesopotamian andor Ovids ac.docx
•Focus on two or three things in the Mesopotamian andor Ovids ac.docx•Focus on two or three things in the Mesopotamian andor Ovids ac.docx
•Focus on two or three things in the Mesopotamian andor Ovids ac.docxhanneloremccaffery
 
•Langbein, L. (2012). Public program evaluation A statistical guide.docx
•Langbein, L. (2012). Public program evaluation A statistical guide.docx•Langbein, L. (2012). Public program evaluation A statistical guide.docx
•Langbein, L. (2012). Public program evaluation A statistical guide.docxhanneloremccaffery
 
•Chapter 10 Do you think it is possible for an outsider to accura.docx
•Chapter 10 Do you think it is possible for an outsider to accura.docx•Chapter 10 Do you think it is possible for an outsider to accura.docx
•Chapter 10 Do you think it is possible for an outsider to accura.docxhanneloremccaffery
 
·         Bakit Di gaanong kaganda ang pagturo sa UST sa panahon.docx
·         Bakit Di gaanong kaganda ang pagturo sa UST sa panahon.docx·         Bakit Di gaanong kaganda ang pagturo sa UST sa panahon.docx
·         Bakit Di gaanong kaganda ang pagturo sa UST sa panahon.docxhanneloremccaffery
 
·YOUR INDIVIDUAL PAPER IS ARGUMENTATIVE OR POSITIONAL(Heal.docx
·YOUR INDIVIDUAL PAPER IS ARGUMENTATIVE OR POSITIONAL(Heal.docx·YOUR INDIVIDUAL PAPER IS ARGUMENTATIVE OR POSITIONAL(Heal.docx
·YOUR INDIVIDUAL PAPER IS ARGUMENTATIVE OR POSITIONAL(Heal.docxhanneloremccaffery
 
·Write a 750- to 1,Write a 750- to 1,200-word paper that.docx
·Write a 750- to 1,Write a 750- to 1,200-word paper that.docx·Write a 750- to 1,Write a 750- to 1,200-word paper that.docx
·Write a 750- to 1,Write a 750- to 1,200-word paper that.docxhanneloremccaffery
 
[Type here]Ok. This school makes me confused. The summary of t.docx
[Type here]Ok. This school makes me confused. The summary of t.docx[Type here]Ok. This school makes me confused. The summary of t.docx
[Type here]Ok. This school makes me confused. The summary of t.docxhanneloremccaffery
 
© 2020 Cengage Learning®. May not be scanned, copied or duplic.docx
© 2020 Cengage Learning®. May not be scanned, copied or duplic.docx© 2020 Cengage Learning®. May not be scanned, copied or duplic.docx
© 2020 Cengage Learning®. May not be scanned, copied or duplic.docxhanneloremccaffery
 
© 2016 Laureate Education, Inc. Page 1 of 3 RWRCOEL Prof.docx
© 2016 Laureate Education, Inc.   Page 1 of 3 RWRCOEL Prof.docx© 2016 Laureate Education, Inc.   Page 1 of 3 RWRCOEL Prof.docx
© 2016 Laureate Education, Inc. Page 1 of 3 RWRCOEL Prof.docxhanneloremccaffery
 
© 2022 Post University, ALL RIGHTS RESERVED Due Date.docx
© 2022 Post University, ALL RIGHTS RESERVED  Due Date.docx© 2022 Post University, ALL RIGHTS RESERVED  Due Date.docx
© 2022 Post University, ALL RIGHTS RESERVED Due Date.docxhanneloremccaffery
 
{DiscriminationGENERAL DISCRIMINATI.docx
{DiscriminationGENERAL DISCRIMINATI.docx{DiscriminationGENERAL DISCRIMINATI.docx
{DiscriminationGENERAL DISCRIMINATI.docxhanneloremccaffery
 
~UEER THEORY AND THE JEWISH QUESTI01 Daniel Boyarin, Da.docx
~UEER THEORY AND THE JEWISH QUESTI01 Daniel Boyarin, Da.docx~UEER THEORY AND THE JEWISH QUESTI01 Daniel Boyarin, Da.docx
~UEER THEORY AND THE JEWISH QUESTI01 Daniel Boyarin, Da.docxhanneloremccaffery
 
© 2017 Cengage Learning. All Rights Reserved.Chapter Twelve.docx
©  2017 Cengage Learning. All Rights Reserved.Chapter Twelve.docx©  2017 Cengage Learning. All Rights Reserved.Chapter Twelve.docx
© 2017 Cengage Learning. All Rights Reserved.Chapter Twelve.docxhanneloremccaffery
 
`HISTORY 252AEarly Modern Europe from 1500 to 1815Dr. Burton .docx
`HISTORY 252AEarly Modern Europe from 1500 to 1815Dr. Burton .docx`HISTORY 252AEarly Modern Europe from 1500 to 1815Dr. Burton .docx
`HISTORY 252AEarly Modern Europe from 1500 to 1815Dr. Burton .docxhanneloremccaffery
 
^ Acadumy of Management Journal2001. Vol. 44. No. 2. 219-237.docx
^ Acadumy of Management Journal2001. Vol. 44. No. 2. 219-237.docx^ Acadumy of Management Journal2001. Vol. 44. No. 2. 219-237.docx
^ Acadumy of Management Journal2001. Vol. 44. No. 2. 219-237.docxhanneloremccaffery
 
__MACOSXSujan Poster._CNA320 Poster Presentation rubric.pdf.docx
__MACOSXSujan Poster._CNA320 Poster Presentation rubric.pdf.docx__MACOSXSujan Poster._CNA320 Poster Presentation rubric.pdf.docx
__MACOSXSujan Poster._CNA320 Poster Presentation rubric.pdf.docxhanneloremccaffery
 

More from hanneloremccaffery (20)

 Explain how firms can benefit from forecastingexchange rates .docx
 Explain how firms can benefit from forecastingexchange rates .docx Explain how firms can benefit from forecastingexchange rates .docx
 Explain how firms can benefit from forecastingexchange rates .docx
 
•POL201 •Discussions •Week 5 - DiscussionVoter and Voter Tu.docx
•POL201 •Discussions •Week 5 - DiscussionVoter and Voter Tu.docx•POL201 •Discussions •Week 5 - DiscussionVoter and Voter Tu.docx
•POL201 •Discussions •Week 5 - DiscussionVoter and Voter Tu.docx
 
•No less than 4 pages causal argument researched essay •In.docx
•No less than 4 pages causal argument researched essay •In.docx•No less than 4 pages causal argument researched essay •In.docx
•No less than 4 pages causal argument researched essay •In.docx
 
•Focus on two or three things in the Mesopotamian andor Ovids ac.docx
•Focus on two or three things in the Mesopotamian andor Ovids ac.docx•Focus on two or three things in the Mesopotamian andor Ovids ac.docx
•Focus on two or three things in the Mesopotamian andor Ovids ac.docx
 
•Langbein, L. (2012). Public program evaluation A statistical guide.docx
•Langbein, L. (2012). Public program evaluation A statistical guide.docx•Langbein, L. (2012). Public program evaluation A statistical guide.docx
•Langbein, L. (2012). Public program evaluation A statistical guide.docx
 
•Chapter 10 Do you think it is possible for an outsider to accura.docx
•Chapter 10 Do you think it is possible for an outsider to accura.docx•Chapter 10 Do you think it is possible for an outsider to accura.docx
•Chapter 10 Do you think it is possible for an outsider to accura.docx
 
·         Bakit Di gaanong kaganda ang pagturo sa UST sa panahon.docx
·         Bakit Di gaanong kaganda ang pagturo sa UST sa panahon.docx·         Bakit Di gaanong kaganda ang pagturo sa UST sa panahon.docx
·         Bakit Di gaanong kaganda ang pagturo sa UST sa panahon.docx
 
·YOUR INDIVIDUAL PAPER IS ARGUMENTATIVE OR POSITIONAL(Heal.docx
·YOUR INDIVIDUAL PAPER IS ARGUMENTATIVE OR POSITIONAL(Heal.docx·YOUR INDIVIDUAL PAPER IS ARGUMENTATIVE OR POSITIONAL(Heal.docx
·YOUR INDIVIDUAL PAPER IS ARGUMENTATIVE OR POSITIONAL(Heal.docx
 
·Write a 750- to 1,Write a 750- to 1,200-word paper that.docx
·Write a 750- to 1,Write a 750- to 1,200-word paper that.docx·Write a 750- to 1,Write a 750- to 1,200-word paper that.docx
·Write a 750- to 1,Write a 750- to 1,200-word paper that.docx
 
[Type here]Ok. This school makes me confused. The summary of t.docx
[Type here]Ok. This school makes me confused. The summary of t.docx[Type here]Ok. This school makes me confused. The summary of t.docx
[Type here]Ok. This school makes me confused. The summary of t.docx
 
© 2020 Cengage Learning®. May not be scanned, copied or duplic.docx
© 2020 Cengage Learning®. May not be scanned, copied or duplic.docx© 2020 Cengage Learning®. May not be scanned, copied or duplic.docx
© 2020 Cengage Learning®. May not be scanned, copied or duplic.docx
 
© 2016 Laureate Education, Inc. Page 1 of 3 RWRCOEL Prof.docx
© 2016 Laureate Education, Inc.   Page 1 of 3 RWRCOEL Prof.docx© 2016 Laureate Education, Inc.   Page 1 of 3 RWRCOEL Prof.docx
© 2016 Laureate Education, Inc. Page 1 of 3 RWRCOEL Prof.docx
 
© 2022 Post University, ALL RIGHTS RESERVED Due Date.docx
© 2022 Post University, ALL RIGHTS RESERVED  Due Date.docx© 2022 Post University, ALL RIGHTS RESERVED  Due Date.docx
© 2022 Post University, ALL RIGHTS RESERVED Due Date.docx
 
{DiscriminationGENERAL DISCRIMINATI.docx
{DiscriminationGENERAL DISCRIMINATI.docx{DiscriminationGENERAL DISCRIMINATI.docx
{DiscriminationGENERAL DISCRIMINATI.docx
 
~UEER THEORY AND THE JEWISH QUESTI01 Daniel Boyarin, Da.docx
~UEER THEORY AND THE JEWISH QUESTI01 Daniel Boyarin, Da.docx~UEER THEORY AND THE JEWISH QUESTI01 Daniel Boyarin, Da.docx
~UEER THEORY AND THE JEWISH QUESTI01 Daniel Boyarin, Da.docx
 
© 2017 Cengage Learning. All Rights Reserved.Chapter Twelve.docx
©  2017 Cengage Learning. All Rights Reserved.Chapter Twelve.docx©  2017 Cengage Learning. All Rights Reserved.Chapter Twelve.docx
© 2017 Cengage Learning. All Rights Reserved.Chapter Twelve.docx
 
`HISTORY 252AEarly Modern Europe from 1500 to 1815Dr. Burton .docx
`HISTORY 252AEarly Modern Europe from 1500 to 1815Dr. Burton .docx`HISTORY 252AEarly Modern Europe from 1500 to 1815Dr. Burton .docx
`HISTORY 252AEarly Modern Europe from 1500 to 1815Dr. Burton .docx
 
^ Acadumy of Management Journal2001. Vol. 44. No. 2. 219-237.docx
^ Acadumy of Management Journal2001. Vol. 44. No. 2. 219-237.docx^ Acadumy of Management Journal2001. Vol. 44. No. 2. 219-237.docx
^ Acadumy of Management Journal2001. Vol. 44. No. 2. 219-237.docx
 
`Inclusiveness. The main.docx
`Inclusiveness. The main.docx`Inclusiveness. The main.docx
`Inclusiveness. The main.docx
 
__MACOSXSujan Poster._CNA320 Poster Presentation rubric.pdf.docx
__MACOSXSujan Poster._CNA320 Poster Presentation rubric.pdf.docx__MACOSXSujan Poster._CNA320 Poster Presentation rubric.pdf.docx
__MACOSXSujan Poster._CNA320 Poster Presentation rubric.pdf.docx
 

Recently uploaded

Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)eniolaolutunde
 
Crayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon ACrayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon AUnboundStockton
 
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdfssuser54595a
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactdawncurless
 
Solving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxSolving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxOH TEIK BIN
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxiammrhaywood
 
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...M56BOOKSTORE PRODUCT/SERVICE
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Krashi Coaching
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformChameera Dedduwage
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13Steve Thomason
 
How to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxHow to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxmanuelaromero2013
 
_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting Data_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting DataJhengPantaleon
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxSayali Powar
 
Separation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesSeparation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesFatimaKhan178732
 
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTiammrhaywood
 
Class 11 Legal Studies Ch-1 Concept of State .pdf
Class 11 Legal Studies Ch-1 Concept of State .pdfClass 11 Legal Studies Ch-1 Concept of State .pdf
Class 11 Legal Studies Ch-1 Concept of State .pdfakmcokerachita
 
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptxContemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptxRoyAbrique
 
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdfEnzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdfSumit Tiwari
 

Recently uploaded (20)

Model Call Girl in Bikash Puri Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Bikash Puri  Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Bikash Puri  Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Bikash Puri Delhi reach out to us at 🔝9953056974🔝
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)
 
Crayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon ACrayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon A
 
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impact
 
Solving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxSolving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptx
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
 
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy Reform
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13
 
How to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxHow to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptx
 
_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting Data_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting Data
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
 
Separation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesSeparation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and Actinides
 
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
 
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
 
Class 11 Legal Studies Ch-1 Concept of State .pdf
Class 11 Legal Studies Ch-1 Concept of State .pdfClass 11 Legal Studies Ch-1 Concept of State .pdf
Class 11 Legal Studies Ch-1 Concept of State .pdf
 
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptxContemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
 
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdfEnzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
 

Free and Open Source Software Development of IT Systems .docx