SlideShare a Scribd company logo
23
International Journal on Integrated Education
e-ISSN : 2620 3502
p-ISSN : 2615 3785
Volume 3, Issue V, May 2020 |
Use of ICT in Higher Education, University Teacher
Prospective an Analysis of Categorical Data
Sakuntala Pageni1
, Yagyanath Rimal2
Email: sakuntala@pncampus.edu.np, rimal.yagya@pu.edu.np
ABSTRACT
This primary study uses of ICT in higher education, university teacher prospective analysis of categorical
data using r programming tries to explore the satisfaction of ICT uses in higher education of university
teacher on Prithvi Narayan campus Pokhara. The primary data were collected from February to March
2020. Although there was a large research gap in many researchers to analyze accurately if the variable is
in categorical type. This research tries to meet the gap between the selection of appropriate tools for a
categorical questionnaire survey of 32 university teachers. The satisfaction of teachers’ concepts
regarding the use of ICT to enhance student educational quality had expressed on different Likert scale
could be summarized with the count, 93 percent of university teacher was satisfied for ICT use in
classroom teaching. The chi-square value p equal to 0.08 signifies there was not rejection evidence of
avoiding the null hypothesis. The different bar plots with a colorful image and their percentage and count
could easily plot using r programming.
Keywords: Information and Communication Technology, Nepal Telecom, Higher Education.
1. INTRODUCTION
Information and communication technology (ICT) have significant changed on educational system in
recent decades. Life without education is becoming difficult in modern society. Human resources
management depends on the quality of education not only respondents but also trainer. Higher study
provides education in colleges and universities which is academically appropriate to meet present national
demand with two-step characteristics for clarity and user friendly. Higher education is considered as
different from lower to higher education institutions. The rapid worldwide acceptance of computers with
the Internet improves new ways of thinking about what we teach, how we teach and how we justify our
pedagogical choices, to a large extent differs in the variety of subjects and their content. The computer is
an electronic device that meets the demand for versatile applications in modern society. The exchange of
data information from small files to too large database queries can be easily managed and processed with
various databases. Likewise, the large network covers nearly 77 percent of the world's population using
new mobile devices and their applications, whose growth rate has increased by nearly 300 percent in three
years in the last decade, which is three times faster. of the industrial revolution [1]. The national report
shows mobile phone users is expected to reach 5.1 billion [2]. Nepal Telecom's monthly report shows
1.86 percent increase in Nepal's phone users. Compared to the November 2018 figure, phone users have
gone from 84% to 85.86%. The increase is due to a 1.6 percent increase in mobile users and a 0.01
percent increase in landline users [3]. Likewise, the UNDP report shows that only 6 percent of the total
population is enrolled in higher education in Nepal, which is the world's 150th place in the world [4].
Similarly, 1.6 billion active users of social networks use the internet technological resources for creating,
store and manage information which includes computers, the internet, transmission technologies [5]. The
report on improving their financial education says that the government of Nepal establishes a strategy to
implement the "information highway" to be established in the next decade. However, several factors are
inhibiting it. One is that there is only one Internet service provider in the country, Nepal Telecom (NTC).
Another constant supply of electricity cannot be guaranteed and outages across the country are common.
Poor connectivity and a lack of technical skills make it difficult for people outside the country to connect
with individuals and organizations within Nepal [4].
24
International Journal on Integrated Education
e-ISSN : 2620 3502
p-ISSN : 2615 3785
Volume 3, Issue V, May 2020 |
[6]conducted a study using structured questionnaire to faculty members of Kuwait University revealed the
positive impact on teaching, research, and publication and cooperate with their colleagues. [7]explored
the faculty members of Angelo State University. Similarly, [8]examined the gender differences usage
among faculty members using qualities and quantities analysis. [9] report ICT in education uses has
largely positive association. Therefore, in many countries the community service centers have been
promote e-learning [10].The results indicated that the faculty members of the university campus had good
knowledge and skill in applying ICT [11].
The higher education in developed country has considered as primary a capital investment of
national economic. The research and innovation with have primary responsibility for providing the
advanced knowledge for national development [12]. Therefore, quality higher education is only source for
the country's socio-economic changes. The students and teachers has to address the emerging challenges
of the 21st century for the positive impact on the future development [13]. Therefore, this study tries to
explore the use of ICT in higher education a university teacher prospective should analyzed for
betterment of education system of developing country. Because many researchers collect various type of
observations records, whose analysis tools were different according to their variable types. This research
tries to analyze effectively on categorical data of university teacher prospective for the use of ICT in
higher education in Prithvi Narayan campus Nepal.
2. INTERPRETATION OF DATA
As we know, the data are substantially in two categories, one is quantity and the other are qualities that
describe the characteristics of each observational records. The categorical data are those that describe the
records on various qualities such as the Likert scale in qualities. These types of data could be analyzed
using various programming tools. The researcher developed the pre-test questionnaire in the google form
survey during February to March 2020 and collected the records of 32 university professors at Prithvi
Narayan campus and analyzed them using r programming. The records of each respondent in excel
database loaded into r console using read.csv command with the configuration header equal to true. So
that header of table will be available in r console.
> sn = read.csv ("C: / Users / user / Desktop / publishing / sak PNC Conference / ICT / STUDENT
QUESTIONNAIREe.csv", header = T)
> names (sn)
[1] "Genre"
..................................
[14] "ICT.is.use.for.download.upload.teaching.materials.from.you.college. website"
The naming command displays the header of the database table name. As we know, the registers first
collect the qualitative data of university professors whose data must be analyzed based on the categorical
average of the statistics. The table can be easily developed and stored in the variable.
> t = table (sn $ IsICTsignificant)
> prop.table (t)
I strongly agree strongly strongly disagree
0.34375 0.59375 0.06250
The first response from university teachers is that “ICT is important for higher education in the university
study” response data will be generated using the proportional table of categorical data. 59 percent of
university professors found fully agree and 34 percent of the faculty agree with the most significant in
higher education whereas there was .05 (6) percent teacher single teacher was disagreeing with the
application of ICT in higher education.
> tab=table(sn$IsICTsignificant,sn$ICTraiseEDUstd)
> tab
Agree Disagree Strongly agree Strongly disagree
Agree 8 1 2 0
Strongly agree 10 0 8 1
Strongly disagree 1 0 0 1
The multiple categorical data “is significant use of ICT” and “is ICT raise education standard” could be
analyzed using table command in r console. The above table describes the significance of ICT in higher
25
International Journal on Integrated Education
e-ISSN : 2620 3502
p-ISSN : 2615 3785
Volume 3, Issue V, May 2020 |
education, ultimately raise the education standard of higher level teaching were strongly agreed (18) and
10 faculties were agreeing both have positive bust up in higher education whereas two teachers were
strongly disagreeing and single faculty has disagreed with the role of ICT in modern teaching-learning in
the campus.
> library(gmodels)
> CrossTable(sn$IsICTsignificant,sn$ICTraiseEDUstd)
The command cross table calculates chi-square of both categorical variables produces a table as below
describes two ways columnar and row wise total of both data of 32 respondents with their percentage of
each line total.
Cross-Tab output
The two way table data could available single using 1 for row data and 2 for column data using
margin.table command as below.
> margin.table(tab,1) #row
Agree Strongly agree Strongly disagree
11 19 2
> margin.table(tab,2) #column
Agree Disagree Strongly agree Strongly disagree
19 1 10 2
> round(prop.table(tab),2)
Agree Disagree Strongly A S. disagree
Agree 0.25 0.03 0.06 0.00
Strongly agree 0.31 0.00 0.25 0.03
Strongly disagree 0.03 0.00 0.00 0.03
> round(prop.table(tab,1),2)
Agree Disagree Str.A S. disagree
Agree 0.73 0.09 0.18 0.00
Strongly agree 0.53 0.00 0.42 0.05
Strongly disagree 0.50 0.00 0.00 0.50
The total percentage of each categorical variable could easily calculated using round (prop. table)
command of each items percentage in specified categories.
> chisq.test(tab)
The Pearson’s chi-squared test produces the output x-squared is 11.199, df is 6, and p-value is 0.08241.
This statistics test could only be applied when both data are in categorical values could easily test. The p-
value 0.08 is greater than 0.05 percent confidence level indicates that there is not the enough evidence of
rejection of null hypothesis that the faculty satisfaction between ICT use and raise in educational quality
in higher education to the whole population has not to reject the null hypothesis.
> fre=table(sn$IsICTsignificant)
> barplot (fre [order (fre, decreasing = T)])
26
International Journal on Integrated Education
e-ISSN : 2620 3502
p-ISSN : 2615 3785
Volume 3, Issue V, May 2020 |
> barplot(fre[order(fre)], horiz = T)
Fig: Vertical and Horizontal Bar plot
The tabular records of “is ICT has significant impact of higher education” will be plot with bar diagram
with three categorical data. The first plot is in default with re-ordered in decreasing whereas the second
plot on horizontal could plot when using horizon is equal to true summarized the categorical data with
their respective frequencies.
> scol=c(rep("gray",2), rgb (59,89,152, maxColorValue = 255))
> barplot(fre[order(fre)], horiz = T, col = scol)
> barplot(fre[order(fre)], horiz = T, col = scol, border = NA, xlim = c (0,32), main="School
perfprmance”, xlab="number of remarks")
Fig: Color Bar Plot
The colorful bar plot attraction could be easily designed in scol variable with rgb color combination with
highest color of 255. The first bar plot designed with two gray color then rgb to the third category.
27
International Journal on Integrated Education
e-ISSN : 2620 3502
p-ISSN : 2615 3785
Volume 3, Issue V, May 2020 |
Similarly, if the researcher wishes to plot beautiful graph red color display in horizontal bar plot in second
figure with default boarder black with own title when color is red. Similarly, the bar graph could easily
design using ggplot function as below too.
> ggplot (sn, aes(x=IsICTsignificant)) +geom_bar ()
> num=sn %>%
+ count ( IsICTsignificant )
> ggplot ( num, aes ( x = reorder ( IsICTsignificant, n ), y = n ) ) + geom_bar (stat = "identity”, fill = "
blue ”, color = " black ”) + geom_text ( aes ( label = n ), vjust = - 0.25 ) + labs ( x = "Number”, y = "
count ”, title = " Satisfaction " )
Fig: Normal and colorful bar plots of categorical variable
The first bar graph describes with the “is significant of ICT in higher educated” using ggplot command.
Similarly, the second bar plot designed using ggplot command with color equal blue with design total
count in vertical bar. The vjust value could be designed using according to user choices to be closer to bar
border using -ve value for outside or positive value indicates inside bar.
> per=sn %>%
+ count(IsICTsignificant) %>%
+ mutate ( per = n / sum ( n ), + per_label = paste0 ( round ( per * 100 ), " % " ) )
28
International Journal on Integrated Education
e-ISSN : 2620 3502
p-ISSN : 2615 3785
Volume 3, Issue V, May 2020 |
> ggplot (per, aes (x=reorder (IsICTsignificant, -per), y=per)) + geom_bar (stat = "identity”, fill="green”,
color="black”) + geom_text ( aes ( label = per_label ), vjust = 3.25 )
> labs ( x = " id ICT Satisfaction “, y = " Count ”, title = " Faculty satisfaction ")
> scale_y_continuous (labels = scales: percent) + theme_bw ()
> library(lattice)
> sn$Year=as.character(sn$Year)
> barchart (data=sn, IsICTsignificant ~Year, groups=Gender, horizontal=FALSE)
Fig: Bar plot percentage and Three categorical variable bar plot
The percentage could easily be calculated using count on ggplot and pasted with inside bar vjust
making positive number of first color bar diagram. The x-axis and y-axis defines using the x-axis and y-
axis command with green color filled with a black border surrounded on the bar. The year time series
data, on three multiple categorical plots describes the three levels of satisfaction with group by gender
male and female compares year wise. In 1999 6 female teacher and 4 male teacher were agreeing with
ICT use in modern teaching has significant. This argument was reversed when comparing 2001
enrollment teacher perspective. The similar trends continue up to 2019 faculty enrollments..
3. CONCLUSION
The research conducted on ICT used and its implication on higher education was conducted in
University teachers at Prithvi Narayan campus whose categorical data were analyzed with an explanation
of each step using r programming. This study easily explores cross-tabulation of two-way categorical
table calculates 93 percent of the university were agreed to use of ICT in higher study. The chi-square p-
value 0.08 indicates there is no significant evidence to reject the null hypothesis of university faculty
satisfaction and ICT has significant increase teaching-learning process of higher education. The bar plot
of different categorical variables could be easily design using different colors and position rotation. The
percentage and its same category count will easily have calculated and plotted within the plot. The time-
series data like enrollment data of student with two more categorical variable bar diagram could be easily
29
International Journal on Integrated Education
e-ISSN : 2620 3502
p-ISSN : 2615 3785
Volume 3, Issue V, May 2020 |
plotted with colorful picture has significant plots of data interoperation could have developed with its
number.
REFERENCES
1. C. A. Anderson, "Computer Literacy," p. 4, 1982.
2. S. Kemp, "Digital 2019 Global Internet use Accelerate," 2019.
3. Nepal, "Annual report.,"pp.(Nepal, U. (2016):
file:///F:/Downloads/%E2%80%A2%20Number%20of%20Facebook%20users%20worldwide%
202008-2016%20_%20Statistic.html., 2016.
4. U. Nepal, "file:///F:/Downloads/%E2%80%A2%20Number%20of%20Facebook%
20users%20worldwide%202008-2016%20_%20Statistic.html," Annual report, July 2018.
5. R. R. Mohanty, " Introduction to ICT. Retrieved from www. http:CT Advantages &
Disadvantages.htm," 2015.
6. S. Noor-Ul-Amin, "An Effective use of ICT for Education and Learning by Drawing on
Worldwide Knowledge, Research, and Experience:," 2003.
7. T. Plomp and W. J. &. L. N. Pelgrum, "International comparative survey of pedagogical
practices and ICT in education', Education and Information Technologies Vol.12, No. (2), Pp;
83- 92.," 2007.
8. O. a. Abrevaya, "Creating Meaningful Contexts for Learning in Web-based Settings.
Proceedings of Open Learning 2000. (Pp; 53-62).Brisbane: Learning Network, Queensland,"
2007.
9. UNESCO, UNESCO (2002) Information and Communication Technology in Education–A
Curriculum for Schools and Programme for Teacher Development. Paris: UNESCO., 2002.
10. D. Risit, "Savolainen Khan Derya & Rasit,," “Foreword” in Information and Communication
Technology in Education–A Curriculum for Schools and Programme for Teacher Development.
Paris:UNESCO., 2014.
11. P. G. Altbach, Trends in Global Higher Education:World Conference on Higher Education,
2009.
12. M. Gorry, "Online, but on target? Internet-based MBA courses: A case study', The Internet and
Higher Education .," pp. Vol.5, No. (2), Pp; 167-175., 2002.
13. R. Bhatti, "Internet Use among Faculty Members in the," 2010.

More Related Content

What's hot

A Nobel Approach On Educational Data Mining
A Nobel Approach On Educational Data MiningA Nobel Approach On Educational Data Mining
A Nobel Approach On Educational Data Mining
ijircee
 
ANALYSIS OF TUITION GROWTH RATES BASED ON CLUSTERING AND REGRESSION MODELS
ANALYSIS OF TUITION GROWTH RATES BASED ON CLUSTERING AND REGRESSION MODELSANALYSIS OF TUITION GROWTH RATES BASED ON CLUSTERING AND REGRESSION MODELS
ANALYSIS OF TUITION GROWTH RATES BASED ON CLUSTERING AND REGRESSION MODELS
IJDKP
 
The Role of Big Data Management and Analytics in Higher Education
The Role of Big Data Management and Analytics in Higher EducationThe Role of Big Data Management and Analytics in Higher Education
The Role of Big Data Management and Analytics in Higher Education
Business, Management and Economics Research
 
Recommendation of Data Mining Technique in Higher Education Prof. Priya Thaka...
Recommendation of Data Mining Technique in Higher Education Prof. Priya Thaka...Recommendation of Data Mining Technique in Higher Education Prof. Priya Thaka...
Recommendation of Data Mining Technique in Higher Education Prof. Priya Thaka...
ijceronline
 
Evaluation of Data Mining Techniques for Predicting Student’s Performance
Evaluation of Data Mining Techniques for Predicting Student’s PerformanceEvaluation of Data Mining Techniques for Predicting Student’s Performance
Evaluation of Data Mining Techniques for Predicting Student’s Performance
Lovely Professional University
 
Predicting student performance in higher education using multi-regression models
Predicting student performance in higher education using multi-regression modelsPredicting student performance in higher education using multi-regression models
Predicting student performance in higher education using multi-regression models
TELKOMNIKA JOURNAL
 
Top Download Article in Computer Science & Information Technology Research: J...
Top Download Article in Computer Science & Information Technology Research: J...Top Download Article in Computer Science & Information Technology Research: J...
Top Download Article in Computer Science & Information Technology Research: J...
AIRCC Publishing Corporation
 
Use of information Systems in Yemeni Universities Future Vision
Use of information Systems in Yemeni Universities Future Vision Use of information Systems in Yemeni Universities Future Vision
Use of information Systems in Yemeni Universities Future Vision
EECJOURNAL
 
A Model for Predicting Students’ Academic Performance using a Hybrid of K-mea...
A Model for Predicting Students’ Academic Performance using a Hybrid of K-mea...A Model for Predicting Students’ Academic Performance using a Hybrid of K-mea...
A Model for Predicting Students’ Academic Performance using a Hybrid of K-mea...
Editor IJCATR
 
Trends in Education and Information Technology in 2020 - IJMIT
Trends in Education and Information Technology in 2020 - IJMITTrends in Education and Information Technology in 2020 - IJMIT
Trends in Education and Information Technology in 2020 - IJMIT
IJMIT JOURNAL
 
Discovering rules for nursery students using apriori algorithm
Discovering rules for nursery students using apriori algorithmDiscovering rules for nursery students using apriori algorithm
Discovering rules for nursery students using apriori algorithm
journalBEEI
 
A study model on the impact of various indicators in the performance of stude...
A study model on the impact of various indicators in the performance of stude...A study model on the impact of various indicators in the performance of stude...
A study model on the impact of various indicators in the performance of stude...
eSAT Publishing House
 
Cis 500 Believe Possibilities / snaptutorial.com
Cis 500 Believe Possibilities / snaptutorial.comCis 500 Believe Possibilities / snaptutorial.com
Cis 500 Believe Possibilities / snaptutorial.com
StokesCope11
 
Irjet v4 i73A Survey on Student’s Academic Experiences using Social Media Data53
Irjet v4 i73A Survey on Student’s Academic Experiences using Social Media Data53Irjet v4 i73A Survey on Student’s Academic Experiences using Social Media Data53
Irjet v4 i73A Survey on Student’s Academic Experiences using Social Media Data53
IRJET Journal
 
MINING DISCIPLINARY RECORDS OF STUDENT WELFARE AND FORMATION OFFICE: AN EXPLO...
MINING DISCIPLINARY RECORDS OF STUDENT WELFARE AND FORMATION OFFICE: AN EXPLO...MINING DISCIPLINARY RECORDS OF STUDENT WELFARE AND FORMATION OFFICE: AN EXPLO...
MINING DISCIPLINARY RECORDS OF STUDENT WELFARE AND FORMATION OFFICE: AN EXPLO...
IJITCA Journal
 

What's hot (15)

A Nobel Approach On Educational Data Mining
A Nobel Approach On Educational Data MiningA Nobel Approach On Educational Data Mining
A Nobel Approach On Educational Data Mining
 
ANALYSIS OF TUITION GROWTH RATES BASED ON CLUSTERING AND REGRESSION MODELS
ANALYSIS OF TUITION GROWTH RATES BASED ON CLUSTERING AND REGRESSION MODELSANALYSIS OF TUITION GROWTH RATES BASED ON CLUSTERING AND REGRESSION MODELS
ANALYSIS OF TUITION GROWTH RATES BASED ON CLUSTERING AND REGRESSION MODELS
 
The Role of Big Data Management and Analytics in Higher Education
The Role of Big Data Management and Analytics in Higher EducationThe Role of Big Data Management and Analytics in Higher Education
The Role of Big Data Management and Analytics in Higher Education
 
Recommendation of Data Mining Technique in Higher Education Prof. Priya Thaka...
Recommendation of Data Mining Technique in Higher Education Prof. Priya Thaka...Recommendation of Data Mining Technique in Higher Education Prof. Priya Thaka...
Recommendation of Data Mining Technique in Higher Education Prof. Priya Thaka...
 
Evaluation of Data Mining Techniques for Predicting Student’s Performance
Evaluation of Data Mining Techniques for Predicting Student’s PerformanceEvaluation of Data Mining Techniques for Predicting Student’s Performance
Evaluation of Data Mining Techniques for Predicting Student’s Performance
 
Predicting student performance in higher education using multi-regression models
Predicting student performance in higher education using multi-regression modelsPredicting student performance in higher education using multi-regression models
Predicting student performance in higher education using multi-regression models
 
Top Download Article in Computer Science & Information Technology Research: J...
Top Download Article in Computer Science & Information Technology Research: J...Top Download Article in Computer Science & Information Technology Research: J...
Top Download Article in Computer Science & Information Technology Research: J...
 
Use of information Systems in Yemeni Universities Future Vision
Use of information Systems in Yemeni Universities Future Vision Use of information Systems in Yemeni Universities Future Vision
Use of information Systems in Yemeni Universities Future Vision
 
A Model for Predicting Students’ Academic Performance using a Hybrid of K-mea...
A Model for Predicting Students’ Academic Performance using a Hybrid of K-mea...A Model for Predicting Students’ Academic Performance using a Hybrid of K-mea...
A Model for Predicting Students’ Academic Performance using a Hybrid of K-mea...
 
Trends in Education and Information Technology in 2020 - IJMIT
Trends in Education and Information Technology in 2020 - IJMITTrends in Education and Information Technology in 2020 - IJMIT
Trends in Education and Information Technology in 2020 - IJMIT
 
Discovering rules for nursery students using apriori algorithm
Discovering rules for nursery students using apriori algorithmDiscovering rules for nursery students using apriori algorithm
Discovering rules for nursery students using apriori algorithm
 
A study model on the impact of various indicators in the performance of stude...
A study model on the impact of various indicators in the performance of stude...A study model on the impact of various indicators in the performance of stude...
A study model on the impact of various indicators in the performance of stude...
 
Cis 500 Believe Possibilities / snaptutorial.com
Cis 500 Believe Possibilities / snaptutorial.comCis 500 Believe Possibilities / snaptutorial.com
Cis 500 Believe Possibilities / snaptutorial.com
 
Irjet v4 i73A Survey on Student’s Academic Experiences using Social Media Data53
Irjet v4 i73A Survey on Student’s Academic Experiences using Social Media Data53Irjet v4 i73A Survey on Student’s Academic Experiences using Social Media Data53
Irjet v4 i73A Survey on Student’s Academic Experiences using Social Media Data53
 
MINING DISCIPLINARY RECORDS OF STUDENT WELFARE AND FORMATION OFFICE: AN EXPLO...
MINING DISCIPLINARY RECORDS OF STUDENT WELFARE AND FORMATION OFFICE: AN EXPLO...MINING DISCIPLINARY RECORDS OF STUDENT WELFARE AND FORMATION OFFICE: AN EXPLO...
MINING DISCIPLINARY RECORDS OF STUDENT WELFARE AND FORMATION OFFICE: AN EXPLO...
 

Similar to Use of ICT in Higher Education, University Teacher Prospective an Analysis of Categorical Data

Application of Information Technology in Advancement of Education
Application of Information Technology in Advancement of EducationApplication of Information Technology in Advancement of Education
Application of Information Technology in Advancement of Education
inventionjournals
 
Attitude of B.Ed. students towards information and communication technology
Attitude of B.Ed. students towards information and communication technologyAttitude of B.Ed. students towards information and communication technology
Attitude of B.Ed. students towards information and communication technology
Arul Sekar J.M.
 
© 2023, IRJET | Impact Factor value: 8.226 | ISO 9001:2008 Certified Journal ...
© 2023, IRJET | Impact Factor value: 8.226 | ISO 9001:2008 Certified Journal ...© 2023, IRJET | Impact Factor value: 8.226 | ISO 9001:2008 Certified Journal ...
© 2023, IRJET | Impact Factor value: 8.226 | ISO 9001:2008 Certified Journal ...
IRJET Journal
 
Efforts to Revitalize the Computer Science Education in Thailand
Efforts to Revitalize the Computer Science Education in ThailandEfforts to Revitalize the Computer Science Education in Thailand
Efforts to Revitalize the Computer Science Education in Thailand
IJERA Editor
 
E017543841
E017543841E017543841
E017543841
IOSR Journals
 
USE OF ICT IN EDUCATION ONLINE COMPUTER BASED TEST
USE OF ICT IN EDUCATION ONLINE COMPUTER BASED TESTUSE OF ICT IN EDUCATION ONLINE COMPUTER BASED TEST
USE OF ICT IN EDUCATION ONLINE COMPUTER BASED TEST
Editor IJMTER
 
Determining the Factors Affecting on Digital Learning Adoption among the Stud...
Determining the Factors Affecting on Digital Learning Adoption among the Stud...Determining the Factors Affecting on Digital Learning Adoption among the Stud...
Determining the Factors Affecting on Digital Learning Adoption among the Stud...
Dr. Amarjeet Singh
 
ICT Competencies among School Teachers: A Review of Literature
ICT Competencies among School Teachers: A Review of LiteratureICT Competencies among School Teachers: A Review of Literature
ICT Competencies among School Teachers: A Review of Literature
Journal of Education and Learning (EduLearn)
 
Comparative review on information and communication technology issues in educ...
Comparative review on information and communication technology issues in educ...Comparative review on information and communication technology issues in educ...
Comparative review on information and communication technology issues in educ...
riyaniaes
 
A STUDY ON COMPUTER FUNCTIONAL LITERACY AMONG HIGHER SECONDARY SCHOOL STUDENT...
A STUDY ON COMPUTER FUNCTIONAL LITERACY AMONG HIGHER SECONDARY SCHOOL STUDENT...A STUDY ON COMPUTER FUNCTIONAL LITERACY AMONG HIGHER SECONDARY SCHOOL STUDENT...
A STUDY ON COMPUTER FUNCTIONAL LITERACY AMONG HIGHER SECONDARY SCHOOL STUDENT...
S. Raj Kumar
 
Role of ICT Improving Quality of Future Teachers: A Proposed ICT Competency...
Role of  ICT  Improving Quality of Future Teachers: A Proposed ICT Competency...Role of  ICT  Improving Quality of Future Teachers: A Proposed ICT Competency...
Role of ICT Improving Quality of Future Teachers: A Proposed ICT Competency...
Dr Poonsri Vate-U-Lan
 
Education Management Information System Role in Educational Development A Cas...
Education Management Information System Role in Educational Development A Cas...Education Management Information System Role in Educational Development A Cas...
Education Management Information System Role in Educational Development A Cas...
ijtsrd
 
A study on the impact of web technologies in teacher education to train the f...
A study on the impact of web technologies in teacher education to train the f...A study on the impact of web technologies in teacher education to train the f...
A study on the impact of web technologies in teacher education to train the f...
Dr. C.V. Suresh Babu
 
Synopsis ICT Adoption Model
Synopsis ICT Adoption ModelSynopsis ICT Adoption Model
Synopsis ICT Adoption Model
Farak
 
Integrating Ict Software in the Teaching of Accounting in Tertiary Institutio...
Integrating Ict Software in the Teaching of Accounting in Tertiary Institutio...Integrating Ict Software in the Teaching of Accounting in Tertiary Institutio...
Integrating Ict Software in the Teaching of Accounting in Tertiary Institutio...
inventionjournals
 
Survey of Ict Awareness, Utilization and Challenges in Managing Secondary Sch...
Survey of Ict Awareness, Utilization and Challenges in Managing Secondary Sch...Survey of Ict Awareness, Utilization and Challenges in Managing Secondary Sch...
Survey of Ict Awareness, Utilization and Challenges in Managing Secondary Sch...
International Journal of World Policy and Development Studies
 
Qualitative research
Qualitative researchQualitative research
Qualitative research
Engr.Muhammad Mujtaba Asad
 
Interactive Technologies for Improving Quality of Education to Build Collabor...
Interactive Technologies for Improving Quality of Education to Build Collabor...Interactive Technologies for Improving Quality of Education to Build Collabor...
Interactive Technologies for Improving Quality of Education to Build Collabor...
ijsrd.com
 
B0352011017
B0352011017B0352011017
B0352011017
inventionjournals
 
Factors influencing academic participation of undergraduate students
Factors influencing academic participation of undergraduate studentsFactors influencing academic participation of undergraduate students
Factors influencing academic participation of undergraduate students
Journal of Education and Learning (EduLearn)
 

Similar to Use of ICT in Higher Education, University Teacher Prospective an Analysis of Categorical Data (20)

Application of Information Technology in Advancement of Education
Application of Information Technology in Advancement of EducationApplication of Information Technology in Advancement of Education
Application of Information Technology in Advancement of Education
 
Attitude of B.Ed. students towards information and communication technology
Attitude of B.Ed. students towards information and communication technologyAttitude of B.Ed. students towards information and communication technology
Attitude of B.Ed. students towards information and communication technology
 
© 2023, IRJET | Impact Factor value: 8.226 | ISO 9001:2008 Certified Journal ...
© 2023, IRJET | Impact Factor value: 8.226 | ISO 9001:2008 Certified Journal ...© 2023, IRJET | Impact Factor value: 8.226 | ISO 9001:2008 Certified Journal ...
© 2023, IRJET | Impact Factor value: 8.226 | ISO 9001:2008 Certified Journal ...
 
Efforts to Revitalize the Computer Science Education in Thailand
Efforts to Revitalize the Computer Science Education in ThailandEfforts to Revitalize the Computer Science Education in Thailand
Efforts to Revitalize the Computer Science Education in Thailand
 
E017543841
E017543841E017543841
E017543841
 
USE OF ICT IN EDUCATION ONLINE COMPUTER BASED TEST
USE OF ICT IN EDUCATION ONLINE COMPUTER BASED TESTUSE OF ICT IN EDUCATION ONLINE COMPUTER BASED TEST
USE OF ICT IN EDUCATION ONLINE COMPUTER BASED TEST
 
Determining the Factors Affecting on Digital Learning Adoption among the Stud...
Determining the Factors Affecting on Digital Learning Adoption among the Stud...Determining the Factors Affecting on Digital Learning Adoption among the Stud...
Determining the Factors Affecting on Digital Learning Adoption among the Stud...
 
ICT Competencies among School Teachers: A Review of Literature
ICT Competencies among School Teachers: A Review of LiteratureICT Competencies among School Teachers: A Review of Literature
ICT Competencies among School Teachers: A Review of Literature
 
Comparative review on information and communication technology issues in educ...
Comparative review on information and communication technology issues in educ...Comparative review on information and communication technology issues in educ...
Comparative review on information and communication technology issues in educ...
 
A STUDY ON COMPUTER FUNCTIONAL LITERACY AMONG HIGHER SECONDARY SCHOOL STUDENT...
A STUDY ON COMPUTER FUNCTIONAL LITERACY AMONG HIGHER SECONDARY SCHOOL STUDENT...A STUDY ON COMPUTER FUNCTIONAL LITERACY AMONG HIGHER SECONDARY SCHOOL STUDENT...
A STUDY ON COMPUTER FUNCTIONAL LITERACY AMONG HIGHER SECONDARY SCHOOL STUDENT...
 
Role of ICT Improving Quality of Future Teachers: A Proposed ICT Competency...
Role of  ICT  Improving Quality of Future Teachers: A Proposed ICT Competency...Role of  ICT  Improving Quality of Future Teachers: A Proposed ICT Competency...
Role of ICT Improving Quality of Future Teachers: A Proposed ICT Competency...
 
Education Management Information System Role in Educational Development A Cas...
Education Management Information System Role in Educational Development A Cas...Education Management Information System Role in Educational Development A Cas...
Education Management Information System Role in Educational Development A Cas...
 
A study on the impact of web technologies in teacher education to train the f...
A study on the impact of web technologies in teacher education to train the f...A study on the impact of web technologies in teacher education to train the f...
A study on the impact of web technologies in teacher education to train the f...
 
Synopsis ICT Adoption Model
Synopsis ICT Adoption ModelSynopsis ICT Adoption Model
Synopsis ICT Adoption Model
 
Integrating Ict Software in the Teaching of Accounting in Tertiary Institutio...
Integrating Ict Software in the Teaching of Accounting in Tertiary Institutio...Integrating Ict Software in the Teaching of Accounting in Tertiary Institutio...
Integrating Ict Software in the Teaching of Accounting in Tertiary Institutio...
 
Survey of Ict Awareness, Utilization and Challenges in Managing Secondary Sch...
Survey of Ict Awareness, Utilization and Challenges in Managing Secondary Sch...Survey of Ict Awareness, Utilization and Challenges in Managing Secondary Sch...
Survey of Ict Awareness, Utilization and Challenges in Managing Secondary Sch...
 
Qualitative research
Qualitative researchQualitative research
Qualitative research
 
Interactive Technologies for Improving Quality of Education to Build Collabor...
Interactive Technologies for Improving Quality of Education to Build Collabor...Interactive Technologies for Improving Quality of Education to Build Collabor...
Interactive Technologies for Improving Quality of Education to Build Collabor...
 
B0352011017
B0352011017B0352011017
B0352011017
 
Factors influencing academic participation of undergraduate students
Factors influencing academic participation of undergraduate studentsFactors influencing academic participation of undergraduate students
Factors influencing academic participation of undergraduate students
 

More from SubmissionResearchpa

Harmony between society and personality, and its influence on the phenomenon ...
Harmony between society and personality, and its influence on the phenomenon ...Harmony between society and personality, and its influence on the phenomenon ...
Harmony between society and personality, and its influence on the phenomenon ...
SubmissionResearchpa
 
Establishment of the Institute and Waqf aspects of its development in Central...
Establishment of the Institute and Waqf aspects of its development in Central...Establishment of the Institute and Waqf aspects of its development in Central...
Establishment of the Institute and Waqf aspects of its development in Central...
SubmissionResearchpa
 
The history of the Kokand Khanate in the press of Turkestan (According to Sut...
The history of the Kokand Khanate in the press of Turkestan (According to Sut...The history of the Kokand Khanate in the press of Turkestan (According to Sut...
The history of the Kokand Khanate in the press of Turkestan (According to Sut...
SubmissionResearchpa
 
Of partial defects of the dental rows of dynamic study of the state of the mu...
Of partial defects of the dental rows of dynamic study of the state of the mu...Of partial defects of the dental rows of dynamic study of the state of the mu...
Of partial defects of the dental rows of dynamic study of the state of the mu...
SubmissionResearchpa
 
The essence and specifics of modern social and cultural activities in Karakal...
The essence and specifics of modern social and cultural activities in Karakal...The essence and specifics of modern social and cultural activities in Karakal...
The essence and specifics of modern social and cultural activities in Karakal...
SubmissionResearchpa
 
International commercial arbitration in Uzbekistan: current state and develop...
International commercial arbitration in Uzbekistan: current state and develop...International commercial arbitration in Uzbekistan: current state and develop...
International commercial arbitration in Uzbekistan: current state and develop...
SubmissionResearchpa
 
Obtaining higher fatty alcohols based on low molecular polyethylene and their...
Obtaining higher fatty alcohols based on low molecular polyethylene and their...Obtaining higher fatty alcohols based on low molecular polyethylene and their...
Obtaining higher fatty alcohols based on low molecular polyethylene and their...
SubmissionResearchpa
 
Re-positioning adult education for development to thrive in Nigeria
Re-positioning adult education for development to thrive in NigeriaRe-positioning adult education for development to thrive in Nigeria
Re-positioning adult education for development to thrive in Nigeria
SubmissionResearchpa
 
Re-thinking adult basic education in the 21st century
Re-thinking adult basic education in the 21st centuryRe-thinking adult basic education in the 21st century
Re-thinking adult basic education in the 21st century
SubmissionResearchpa
 
Uyghur folk singing genre
Uyghur folk singing genreUyghur folk singing genre
Uyghur folk singing genre
SubmissionResearchpa
 
Infantile cerebral palsy and dental anomalies
Infantile cerebral palsy and dental anomaliesInfantile cerebral palsy and dental anomalies
Infantile cerebral palsy and dental anomalies
SubmissionResearchpa
 
An innovative mechanisms to increase the effectiveness of independent educati...
An innovative mechanisms to increase the effectiveness of independent educati...An innovative mechanisms to increase the effectiveness of independent educati...
An innovative mechanisms to increase the effectiveness of independent educati...
SubmissionResearchpa
 
The role of radiation diagnostic methods in pathological changes of the hip j...
The role of radiation diagnostic methods in pathological changes of the hip j...The role of radiation diagnostic methods in pathological changes of the hip j...
The role of radiation diagnostic methods in pathological changes of the hip j...
SubmissionResearchpa
 
Idealistic study of proverbs
Idealistic study of proverbsIdealistic study of proverbs
Idealistic study of proverbs
SubmissionResearchpa
 
Positive and negative features of mythological images in the epics “Beowulf” ...
Positive and negative features of mythological images in the epics “Beowulf” ...Positive and negative features of mythological images in the epics “Beowulf” ...
Positive and negative features of mythological images in the epics “Beowulf” ...
SubmissionResearchpa
 
Special three processes of production and implementation
Special three processes of production and implementationSpecial three processes of production and implementation
Special three processes of production and implementation
SubmissionResearchpa
 
Improving traditional methods of teaching chemistry
Improving traditional methods of teaching chemistryImproving traditional methods of teaching chemistry
Improving traditional methods of teaching chemistry
SubmissionResearchpa
 
Expression of spiritual experiences in art
Expression of spiritual experiences in artExpression of spiritual experiences in art
Expression of spiritual experiences in art
SubmissionResearchpa
 
Natural emergencies
Natural emergenciesNatural emergencies
Natural emergencies
SubmissionResearchpa
 
Due to intolerance of dental materials used for therapeutic treatment
Due to intolerance of dental materials used for therapeutic treatmentDue to intolerance of dental materials used for therapeutic treatment
Due to intolerance of dental materials used for therapeutic treatment
SubmissionResearchpa
 

More from SubmissionResearchpa (20)

Harmony between society and personality, and its influence on the phenomenon ...
Harmony between society and personality, and its influence on the phenomenon ...Harmony between society and personality, and its influence on the phenomenon ...
Harmony between society and personality, and its influence on the phenomenon ...
 
Establishment of the Institute and Waqf aspects of its development in Central...
Establishment of the Institute and Waqf aspects of its development in Central...Establishment of the Institute and Waqf aspects of its development in Central...
Establishment of the Institute and Waqf aspects of its development in Central...
 
The history of the Kokand Khanate in the press of Turkestan (According to Sut...
The history of the Kokand Khanate in the press of Turkestan (According to Sut...The history of the Kokand Khanate in the press of Turkestan (According to Sut...
The history of the Kokand Khanate in the press of Turkestan (According to Sut...
 
Of partial defects of the dental rows of dynamic study of the state of the mu...
Of partial defects of the dental rows of dynamic study of the state of the mu...Of partial defects of the dental rows of dynamic study of the state of the mu...
Of partial defects of the dental rows of dynamic study of the state of the mu...
 
The essence and specifics of modern social and cultural activities in Karakal...
The essence and specifics of modern social and cultural activities in Karakal...The essence and specifics of modern social and cultural activities in Karakal...
The essence and specifics of modern social and cultural activities in Karakal...
 
International commercial arbitration in Uzbekistan: current state and develop...
International commercial arbitration in Uzbekistan: current state and develop...International commercial arbitration in Uzbekistan: current state and develop...
International commercial arbitration in Uzbekistan: current state and develop...
 
Obtaining higher fatty alcohols based on low molecular polyethylene and their...
Obtaining higher fatty alcohols based on low molecular polyethylene and their...Obtaining higher fatty alcohols based on low molecular polyethylene and their...
Obtaining higher fatty alcohols based on low molecular polyethylene and their...
 
Re-positioning adult education for development to thrive in Nigeria
Re-positioning adult education for development to thrive in NigeriaRe-positioning adult education for development to thrive in Nigeria
Re-positioning adult education for development to thrive in Nigeria
 
Re-thinking adult basic education in the 21st century
Re-thinking adult basic education in the 21st centuryRe-thinking adult basic education in the 21st century
Re-thinking adult basic education in the 21st century
 
Uyghur folk singing genre
Uyghur folk singing genreUyghur folk singing genre
Uyghur folk singing genre
 
Infantile cerebral palsy and dental anomalies
Infantile cerebral palsy and dental anomaliesInfantile cerebral palsy and dental anomalies
Infantile cerebral palsy and dental anomalies
 
An innovative mechanisms to increase the effectiveness of independent educati...
An innovative mechanisms to increase the effectiveness of independent educati...An innovative mechanisms to increase the effectiveness of independent educati...
An innovative mechanisms to increase the effectiveness of independent educati...
 
The role of radiation diagnostic methods in pathological changes of the hip j...
The role of radiation diagnostic methods in pathological changes of the hip j...The role of radiation diagnostic methods in pathological changes of the hip j...
The role of radiation diagnostic methods in pathological changes of the hip j...
 
Idealistic study of proverbs
Idealistic study of proverbsIdealistic study of proverbs
Idealistic study of proverbs
 
Positive and negative features of mythological images in the epics “Beowulf” ...
Positive and negative features of mythological images in the epics “Beowulf” ...Positive and negative features of mythological images in the epics “Beowulf” ...
Positive and negative features of mythological images in the epics “Beowulf” ...
 
Special three processes of production and implementation
Special three processes of production and implementationSpecial three processes of production and implementation
Special three processes of production and implementation
 
Improving traditional methods of teaching chemistry
Improving traditional methods of teaching chemistryImproving traditional methods of teaching chemistry
Improving traditional methods of teaching chemistry
 
Expression of spiritual experiences in art
Expression of spiritual experiences in artExpression of spiritual experiences in art
Expression of spiritual experiences in art
 
Natural emergencies
Natural emergenciesNatural emergencies
Natural emergencies
 
Due to intolerance of dental materials used for therapeutic treatment
Due to intolerance of dental materials used for therapeutic treatmentDue to intolerance of dental materials used for therapeutic treatment
Due to intolerance of dental materials used for therapeutic treatment
 

Recently uploaded

MARY JANE WILSON, A “BOA MÃE” .
MARY JANE WILSON, A “BOA MÃE”           .MARY JANE WILSON, A “BOA MÃE”           .
MARY JANE WILSON, A “BOA MÃE” .
Colégio Santa Teresinha
 
How to Setup Warehouse & Location in Odoo 17 Inventory
How to Setup Warehouse & Location in Odoo 17 InventoryHow to Setup Warehouse & Location in Odoo 17 Inventory
How to Setup Warehouse & Location in Odoo 17 Inventory
Celine George
 
Natural birth techniques - Mrs.Akanksha Trivedi Rama University
Natural birth techniques - Mrs.Akanksha Trivedi Rama UniversityNatural birth techniques - Mrs.Akanksha Trivedi Rama University
Natural birth techniques - Mrs.Akanksha Trivedi Rama University
Akanksha trivedi rama nursing college kanpur.
 
C1 Rubenstein AP HuG xxxxxxxxxxxxxx.pptx
C1 Rubenstein AP HuG xxxxxxxxxxxxxx.pptxC1 Rubenstein AP HuG xxxxxxxxxxxxxx.pptx
C1 Rubenstein AP HuG xxxxxxxxxxxxxx.pptx
mulvey2
 
The Diamonds of 2023-2024 in the IGRA collection
The Diamonds of 2023-2024 in the IGRA collectionThe Diamonds of 2023-2024 in the IGRA collection
The Diamonds of 2023-2024 in the IGRA collection
Israel Genealogy Research Association
 
Digital Artifact 1 - 10VCD Environments Unit
Digital Artifact 1 - 10VCD Environments UnitDigital Artifact 1 - 10VCD Environments Unit
Digital Artifact 1 - 10VCD Environments Unit
chanes7
 
How to Make a Field Mandatory in Odoo 17
How to Make a Field Mandatory in Odoo 17How to Make a Field Mandatory in Odoo 17
How to Make a Field Mandatory in Odoo 17
Celine George
 
How to Fix the Import Error in the Odoo 17
How to Fix the Import Error in the Odoo 17How to Fix the Import Error in the Odoo 17
How to Fix the Import Error in the Odoo 17
Celine George
 
Exploiting Artificial Intelligence for Empowering Researchers and Faculty, In...
Exploiting Artificial Intelligence for Empowering Researchers and Faculty, In...Exploiting Artificial Intelligence for Empowering Researchers and Faculty, In...
Exploiting Artificial Intelligence for Empowering Researchers and Faculty, In...
Dr. Vinod Kumar Kanvaria
 
Hindi varnamala | hindi alphabet PPT.pdf
Hindi varnamala | hindi alphabet PPT.pdfHindi varnamala | hindi alphabet PPT.pdf
Hindi varnamala | hindi alphabet PPT.pdf
Dr. Mulla Adam Ali
 
Pengantar Penggunaan Flutter - Dart programming language1.pptx
Pengantar Penggunaan Flutter - Dart programming language1.pptxPengantar Penggunaan Flutter - Dart programming language1.pptx
Pengantar Penggunaan Flutter - Dart programming language1.pptx
Fajar Baskoro
 
Pride Month Slides 2024 David Douglas School District
Pride Month Slides 2024 David Douglas School DistrictPride Month Slides 2024 David Douglas School District
Pride Month Slides 2024 David Douglas School District
David Douglas School District
 
DRUGS AND ITS classification slide share
DRUGS AND ITS classification slide shareDRUGS AND ITS classification slide share
DRUGS AND ITS classification slide share
taiba qazi
 
Cognitive Development Adolescence Psychology
Cognitive Development Adolescence PsychologyCognitive Development Adolescence Psychology
Cognitive Development Adolescence Psychology
paigestewart1632
 
Executive Directors Chat Leveraging AI for Diversity, Equity, and Inclusion
Executive Directors Chat  Leveraging AI for Diversity, Equity, and InclusionExecutive Directors Chat  Leveraging AI for Diversity, Equity, and Inclusion
Executive Directors Chat Leveraging AI for Diversity, Equity, and Inclusion
TechSoup
 
The simplified electron and muon model, Oscillating Spacetime: The Foundation...
The simplified electron and muon model, Oscillating Spacetime: The Foundation...The simplified electron and muon model, Oscillating Spacetime: The Foundation...
The simplified electron and muon model, Oscillating Spacetime: The Foundation...
RitikBhardwaj56
 
LAND USE LAND COVER AND NDVI OF MIRZAPUR DISTRICT, UP
LAND USE LAND COVER AND NDVI OF MIRZAPUR DISTRICT, UPLAND USE LAND COVER AND NDVI OF MIRZAPUR DISTRICT, UP
LAND USE LAND COVER AND NDVI OF MIRZAPUR DISTRICT, UP
RAHUL
 
RPMS TEMPLATE FOR SCHOOL YEAR 2023-2024 FOR TEACHER 1 TO TEACHER 3
RPMS TEMPLATE FOR SCHOOL YEAR 2023-2024 FOR TEACHER 1 TO TEACHER 3RPMS TEMPLATE FOR SCHOOL YEAR 2023-2024 FOR TEACHER 1 TO TEACHER 3
RPMS TEMPLATE FOR SCHOOL YEAR 2023-2024 FOR TEACHER 1 TO TEACHER 3
IreneSebastianRueco1
 
Advanced Java[Extra Concepts, Not Difficult].docx
Advanced Java[Extra Concepts, Not Difficult].docxAdvanced Java[Extra Concepts, Not Difficult].docx
Advanced Java[Extra Concepts, Not Difficult].docx
adhitya5119
 
BBR 2024 Summer Sessions Interview Training
BBR  2024 Summer Sessions Interview TrainingBBR  2024 Summer Sessions Interview Training
BBR 2024 Summer Sessions Interview Training
Katrina Pritchard
 

Recently uploaded (20)

MARY JANE WILSON, A “BOA MÃE” .
MARY JANE WILSON, A “BOA MÃE”           .MARY JANE WILSON, A “BOA MÃE”           .
MARY JANE WILSON, A “BOA MÃE” .
 
How to Setup Warehouse & Location in Odoo 17 Inventory
How to Setup Warehouse & Location in Odoo 17 InventoryHow to Setup Warehouse & Location in Odoo 17 Inventory
How to Setup Warehouse & Location in Odoo 17 Inventory
 
Natural birth techniques - Mrs.Akanksha Trivedi Rama University
Natural birth techniques - Mrs.Akanksha Trivedi Rama UniversityNatural birth techniques - Mrs.Akanksha Trivedi Rama University
Natural birth techniques - Mrs.Akanksha Trivedi Rama University
 
C1 Rubenstein AP HuG xxxxxxxxxxxxxx.pptx
C1 Rubenstein AP HuG xxxxxxxxxxxxxx.pptxC1 Rubenstein AP HuG xxxxxxxxxxxxxx.pptx
C1 Rubenstein AP HuG xxxxxxxxxxxxxx.pptx
 
The Diamonds of 2023-2024 in the IGRA collection
The Diamonds of 2023-2024 in the IGRA collectionThe Diamonds of 2023-2024 in the IGRA collection
The Diamonds of 2023-2024 in the IGRA collection
 
Digital Artifact 1 - 10VCD Environments Unit
Digital Artifact 1 - 10VCD Environments UnitDigital Artifact 1 - 10VCD Environments Unit
Digital Artifact 1 - 10VCD Environments Unit
 
How to Make a Field Mandatory in Odoo 17
How to Make a Field Mandatory in Odoo 17How to Make a Field Mandatory in Odoo 17
How to Make a Field Mandatory in Odoo 17
 
How to Fix the Import Error in the Odoo 17
How to Fix the Import Error in the Odoo 17How to Fix the Import Error in the Odoo 17
How to Fix the Import Error in the Odoo 17
 
Exploiting Artificial Intelligence for Empowering Researchers and Faculty, In...
Exploiting Artificial Intelligence for Empowering Researchers and Faculty, In...Exploiting Artificial Intelligence for Empowering Researchers and Faculty, In...
Exploiting Artificial Intelligence for Empowering Researchers and Faculty, In...
 
Hindi varnamala | hindi alphabet PPT.pdf
Hindi varnamala | hindi alphabet PPT.pdfHindi varnamala | hindi alphabet PPT.pdf
Hindi varnamala | hindi alphabet PPT.pdf
 
Pengantar Penggunaan Flutter - Dart programming language1.pptx
Pengantar Penggunaan Flutter - Dart programming language1.pptxPengantar Penggunaan Flutter - Dart programming language1.pptx
Pengantar Penggunaan Flutter - Dart programming language1.pptx
 
Pride Month Slides 2024 David Douglas School District
Pride Month Slides 2024 David Douglas School DistrictPride Month Slides 2024 David Douglas School District
Pride Month Slides 2024 David Douglas School District
 
DRUGS AND ITS classification slide share
DRUGS AND ITS classification slide shareDRUGS AND ITS classification slide share
DRUGS AND ITS classification slide share
 
Cognitive Development Adolescence Psychology
Cognitive Development Adolescence PsychologyCognitive Development Adolescence Psychology
Cognitive Development Adolescence Psychology
 
Executive Directors Chat Leveraging AI for Diversity, Equity, and Inclusion
Executive Directors Chat  Leveraging AI for Diversity, Equity, and InclusionExecutive Directors Chat  Leveraging AI for Diversity, Equity, and Inclusion
Executive Directors Chat Leveraging AI for Diversity, Equity, and Inclusion
 
The simplified electron and muon model, Oscillating Spacetime: The Foundation...
The simplified electron and muon model, Oscillating Spacetime: The Foundation...The simplified electron and muon model, Oscillating Spacetime: The Foundation...
The simplified electron and muon model, Oscillating Spacetime: The Foundation...
 
LAND USE LAND COVER AND NDVI OF MIRZAPUR DISTRICT, UP
LAND USE LAND COVER AND NDVI OF MIRZAPUR DISTRICT, UPLAND USE LAND COVER AND NDVI OF MIRZAPUR DISTRICT, UP
LAND USE LAND COVER AND NDVI OF MIRZAPUR DISTRICT, UP
 
RPMS TEMPLATE FOR SCHOOL YEAR 2023-2024 FOR TEACHER 1 TO TEACHER 3
RPMS TEMPLATE FOR SCHOOL YEAR 2023-2024 FOR TEACHER 1 TO TEACHER 3RPMS TEMPLATE FOR SCHOOL YEAR 2023-2024 FOR TEACHER 1 TO TEACHER 3
RPMS TEMPLATE FOR SCHOOL YEAR 2023-2024 FOR TEACHER 1 TO TEACHER 3
 
Advanced Java[Extra Concepts, Not Difficult].docx
Advanced Java[Extra Concepts, Not Difficult].docxAdvanced Java[Extra Concepts, Not Difficult].docx
Advanced Java[Extra Concepts, Not Difficult].docx
 
BBR 2024 Summer Sessions Interview Training
BBR  2024 Summer Sessions Interview TrainingBBR  2024 Summer Sessions Interview Training
BBR 2024 Summer Sessions Interview Training
 

Use of ICT in Higher Education, University Teacher Prospective an Analysis of Categorical Data

  • 1. 23 International Journal on Integrated Education e-ISSN : 2620 3502 p-ISSN : 2615 3785 Volume 3, Issue V, May 2020 | Use of ICT in Higher Education, University Teacher Prospective an Analysis of Categorical Data Sakuntala Pageni1 , Yagyanath Rimal2 Email: sakuntala@pncampus.edu.np, rimal.yagya@pu.edu.np ABSTRACT This primary study uses of ICT in higher education, university teacher prospective analysis of categorical data using r programming tries to explore the satisfaction of ICT uses in higher education of university teacher on Prithvi Narayan campus Pokhara. The primary data were collected from February to March 2020. Although there was a large research gap in many researchers to analyze accurately if the variable is in categorical type. This research tries to meet the gap between the selection of appropriate tools for a categorical questionnaire survey of 32 university teachers. The satisfaction of teachers’ concepts regarding the use of ICT to enhance student educational quality had expressed on different Likert scale could be summarized with the count, 93 percent of university teacher was satisfied for ICT use in classroom teaching. The chi-square value p equal to 0.08 signifies there was not rejection evidence of avoiding the null hypothesis. The different bar plots with a colorful image and their percentage and count could easily plot using r programming. Keywords: Information and Communication Technology, Nepal Telecom, Higher Education. 1. INTRODUCTION Information and communication technology (ICT) have significant changed on educational system in recent decades. Life without education is becoming difficult in modern society. Human resources management depends on the quality of education not only respondents but also trainer. Higher study provides education in colleges and universities which is academically appropriate to meet present national demand with two-step characteristics for clarity and user friendly. Higher education is considered as different from lower to higher education institutions. The rapid worldwide acceptance of computers with the Internet improves new ways of thinking about what we teach, how we teach and how we justify our pedagogical choices, to a large extent differs in the variety of subjects and their content. The computer is an electronic device that meets the demand for versatile applications in modern society. The exchange of data information from small files to too large database queries can be easily managed and processed with various databases. Likewise, the large network covers nearly 77 percent of the world's population using new mobile devices and their applications, whose growth rate has increased by nearly 300 percent in three years in the last decade, which is three times faster. of the industrial revolution [1]. The national report shows mobile phone users is expected to reach 5.1 billion [2]. Nepal Telecom's monthly report shows 1.86 percent increase in Nepal's phone users. Compared to the November 2018 figure, phone users have gone from 84% to 85.86%. The increase is due to a 1.6 percent increase in mobile users and a 0.01 percent increase in landline users [3]. Likewise, the UNDP report shows that only 6 percent of the total population is enrolled in higher education in Nepal, which is the world's 150th place in the world [4]. Similarly, 1.6 billion active users of social networks use the internet technological resources for creating, store and manage information which includes computers, the internet, transmission technologies [5]. The report on improving their financial education says that the government of Nepal establishes a strategy to implement the "information highway" to be established in the next decade. However, several factors are inhibiting it. One is that there is only one Internet service provider in the country, Nepal Telecom (NTC). Another constant supply of electricity cannot be guaranteed and outages across the country are common. Poor connectivity and a lack of technical skills make it difficult for people outside the country to connect with individuals and organizations within Nepal [4].
  • 2. 24 International Journal on Integrated Education e-ISSN : 2620 3502 p-ISSN : 2615 3785 Volume 3, Issue V, May 2020 | [6]conducted a study using structured questionnaire to faculty members of Kuwait University revealed the positive impact on teaching, research, and publication and cooperate with their colleagues. [7]explored the faculty members of Angelo State University. Similarly, [8]examined the gender differences usage among faculty members using qualities and quantities analysis. [9] report ICT in education uses has largely positive association. Therefore, in many countries the community service centers have been promote e-learning [10].The results indicated that the faculty members of the university campus had good knowledge and skill in applying ICT [11]. The higher education in developed country has considered as primary a capital investment of national economic. The research and innovation with have primary responsibility for providing the advanced knowledge for national development [12]. Therefore, quality higher education is only source for the country's socio-economic changes. The students and teachers has to address the emerging challenges of the 21st century for the positive impact on the future development [13]. Therefore, this study tries to explore the use of ICT in higher education a university teacher prospective should analyzed for betterment of education system of developing country. Because many researchers collect various type of observations records, whose analysis tools were different according to their variable types. This research tries to analyze effectively on categorical data of university teacher prospective for the use of ICT in higher education in Prithvi Narayan campus Nepal. 2. INTERPRETATION OF DATA As we know, the data are substantially in two categories, one is quantity and the other are qualities that describe the characteristics of each observational records. The categorical data are those that describe the records on various qualities such as the Likert scale in qualities. These types of data could be analyzed using various programming tools. The researcher developed the pre-test questionnaire in the google form survey during February to March 2020 and collected the records of 32 university professors at Prithvi Narayan campus and analyzed them using r programming. The records of each respondent in excel database loaded into r console using read.csv command with the configuration header equal to true. So that header of table will be available in r console. > sn = read.csv ("C: / Users / user / Desktop / publishing / sak PNC Conference / ICT / STUDENT QUESTIONNAIREe.csv", header = T) > names (sn) [1] "Genre" .................................. [14] "ICT.is.use.for.download.upload.teaching.materials.from.you.college. website" The naming command displays the header of the database table name. As we know, the registers first collect the qualitative data of university professors whose data must be analyzed based on the categorical average of the statistics. The table can be easily developed and stored in the variable. > t = table (sn $ IsICTsignificant) > prop.table (t) I strongly agree strongly strongly disagree 0.34375 0.59375 0.06250 The first response from university teachers is that “ICT is important for higher education in the university study” response data will be generated using the proportional table of categorical data. 59 percent of university professors found fully agree and 34 percent of the faculty agree with the most significant in higher education whereas there was .05 (6) percent teacher single teacher was disagreeing with the application of ICT in higher education. > tab=table(sn$IsICTsignificant,sn$ICTraiseEDUstd) > tab Agree Disagree Strongly agree Strongly disagree Agree 8 1 2 0 Strongly agree 10 0 8 1 Strongly disagree 1 0 0 1 The multiple categorical data “is significant use of ICT” and “is ICT raise education standard” could be analyzed using table command in r console. The above table describes the significance of ICT in higher
  • 3. 25 International Journal on Integrated Education e-ISSN : 2620 3502 p-ISSN : 2615 3785 Volume 3, Issue V, May 2020 | education, ultimately raise the education standard of higher level teaching were strongly agreed (18) and 10 faculties were agreeing both have positive bust up in higher education whereas two teachers were strongly disagreeing and single faculty has disagreed with the role of ICT in modern teaching-learning in the campus. > library(gmodels) > CrossTable(sn$IsICTsignificant,sn$ICTraiseEDUstd) The command cross table calculates chi-square of both categorical variables produces a table as below describes two ways columnar and row wise total of both data of 32 respondents with their percentage of each line total. Cross-Tab output The two way table data could available single using 1 for row data and 2 for column data using margin.table command as below. > margin.table(tab,1) #row Agree Strongly agree Strongly disagree 11 19 2 > margin.table(tab,2) #column Agree Disagree Strongly agree Strongly disagree 19 1 10 2 > round(prop.table(tab),2) Agree Disagree Strongly A S. disagree Agree 0.25 0.03 0.06 0.00 Strongly agree 0.31 0.00 0.25 0.03 Strongly disagree 0.03 0.00 0.00 0.03 > round(prop.table(tab,1),2) Agree Disagree Str.A S. disagree Agree 0.73 0.09 0.18 0.00 Strongly agree 0.53 0.00 0.42 0.05 Strongly disagree 0.50 0.00 0.00 0.50 The total percentage of each categorical variable could easily calculated using round (prop. table) command of each items percentage in specified categories. > chisq.test(tab) The Pearson’s chi-squared test produces the output x-squared is 11.199, df is 6, and p-value is 0.08241. This statistics test could only be applied when both data are in categorical values could easily test. The p- value 0.08 is greater than 0.05 percent confidence level indicates that there is not the enough evidence of rejection of null hypothesis that the faculty satisfaction between ICT use and raise in educational quality in higher education to the whole population has not to reject the null hypothesis. > fre=table(sn$IsICTsignificant) > barplot (fre [order (fre, decreasing = T)])
  • 4. 26 International Journal on Integrated Education e-ISSN : 2620 3502 p-ISSN : 2615 3785 Volume 3, Issue V, May 2020 | > barplot(fre[order(fre)], horiz = T) Fig: Vertical and Horizontal Bar plot The tabular records of “is ICT has significant impact of higher education” will be plot with bar diagram with three categorical data. The first plot is in default with re-ordered in decreasing whereas the second plot on horizontal could plot when using horizon is equal to true summarized the categorical data with their respective frequencies. > scol=c(rep("gray",2), rgb (59,89,152, maxColorValue = 255)) > barplot(fre[order(fre)], horiz = T, col = scol) > barplot(fre[order(fre)], horiz = T, col = scol, border = NA, xlim = c (0,32), main="School perfprmance”, xlab="number of remarks") Fig: Color Bar Plot The colorful bar plot attraction could be easily designed in scol variable with rgb color combination with highest color of 255. The first bar plot designed with two gray color then rgb to the third category.
  • 5. 27 International Journal on Integrated Education e-ISSN : 2620 3502 p-ISSN : 2615 3785 Volume 3, Issue V, May 2020 | Similarly, if the researcher wishes to plot beautiful graph red color display in horizontal bar plot in second figure with default boarder black with own title when color is red. Similarly, the bar graph could easily design using ggplot function as below too. > ggplot (sn, aes(x=IsICTsignificant)) +geom_bar () > num=sn %>% + count ( IsICTsignificant ) > ggplot ( num, aes ( x = reorder ( IsICTsignificant, n ), y = n ) ) + geom_bar (stat = "identity”, fill = " blue ”, color = " black ”) + geom_text ( aes ( label = n ), vjust = - 0.25 ) + labs ( x = "Number”, y = " count ”, title = " Satisfaction " ) Fig: Normal and colorful bar plots of categorical variable The first bar graph describes with the “is significant of ICT in higher educated” using ggplot command. Similarly, the second bar plot designed using ggplot command with color equal blue with design total count in vertical bar. The vjust value could be designed using according to user choices to be closer to bar border using -ve value for outside or positive value indicates inside bar. > per=sn %>% + count(IsICTsignificant) %>% + mutate ( per = n / sum ( n ), + per_label = paste0 ( round ( per * 100 ), " % " ) )
  • 6. 28 International Journal on Integrated Education e-ISSN : 2620 3502 p-ISSN : 2615 3785 Volume 3, Issue V, May 2020 | > ggplot (per, aes (x=reorder (IsICTsignificant, -per), y=per)) + geom_bar (stat = "identity”, fill="green”, color="black”) + geom_text ( aes ( label = per_label ), vjust = 3.25 ) > labs ( x = " id ICT Satisfaction “, y = " Count ”, title = " Faculty satisfaction ") > scale_y_continuous (labels = scales: percent) + theme_bw () > library(lattice) > sn$Year=as.character(sn$Year) > barchart (data=sn, IsICTsignificant ~Year, groups=Gender, horizontal=FALSE) Fig: Bar plot percentage and Three categorical variable bar plot The percentage could easily be calculated using count on ggplot and pasted with inside bar vjust making positive number of first color bar diagram. The x-axis and y-axis defines using the x-axis and y- axis command with green color filled with a black border surrounded on the bar. The year time series data, on three multiple categorical plots describes the three levels of satisfaction with group by gender male and female compares year wise. In 1999 6 female teacher and 4 male teacher were agreeing with ICT use in modern teaching has significant. This argument was reversed when comparing 2001 enrollment teacher perspective. The similar trends continue up to 2019 faculty enrollments.. 3. CONCLUSION The research conducted on ICT used and its implication on higher education was conducted in University teachers at Prithvi Narayan campus whose categorical data were analyzed with an explanation of each step using r programming. This study easily explores cross-tabulation of two-way categorical table calculates 93 percent of the university were agreed to use of ICT in higher study. The chi-square p- value 0.08 indicates there is no significant evidence to reject the null hypothesis of university faculty satisfaction and ICT has significant increase teaching-learning process of higher education. The bar plot of different categorical variables could be easily design using different colors and position rotation. The percentage and its same category count will easily have calculated and plotted within the plot. The time- series data like enrollment data of student with two more categorical variable bar diagram could be easily
  • 7. 29 International Journal on Integrated Education e-ISSN : 2620 3502 p-ISSN : 2615 3785 Volume 3, Issue V, May 2020 | plotted with colorful picture has significant plots of data interoperation could have developed with its number. REFERENCES 1. C. A. Anderson, "Computer Literacy," p. 4, 1982. 2. S. Kemp, "Digital 2019 Global Internet use Accelerate," 2019. 3. Nepal, "Annual report.,"pp.(Nepal, U. (2016): file:///F:/Downloads/%E2%80%A2%20Number%20of%20Facebook%20users%20worldwide% 202008-2016%20_%20Statistic.html., 2016. 4. U. Nepal, "file:///F:/Downloads/%E2%80%A2%20Number%20of%20Facebook% 20users%20worldwide%202008-2016%20_%20Statistic.html," Annual report, July 2018. 5. R. R. Mohanty, " Introduction to ICT. Retrieved from www. http:CT Advantages & Disadvantages.htm," 2015. 6. S. Noor-Ul-Amin, "An Effective use of ICT for Education and Learning by Drawing on Worldwide Knowledge, Research, and Experience:," 2003. 7. T. Plomp and W. J. &. L. N. Pelgrum, "International comparative survey of pedagogical practices and ICT in education', Education and Information Technologies Vol.12, No. (2), Pp; 83- 92.," 2007. 8. O. a. Abrevaya, "Creating Meaningful Contexts for Learning in Web-based Settings. Proceedings of Open Learning 2000. (Pp; 53-62).Brisbane: Learning Network, Queensland," 2007. 9. UNESCO, UNESCO (2002) Information and Communication Technology in Education–A Curriculum for Schools and Programme for Teacher Development. Paris: UNESCO., 2002. 10. D. Risit, "Savolainen Khan Derya & Rasit,," “Foreword” in Information and Communication Technology in Education–A Curriculum for Schools and Programme for Teacher Development. Paris:UNESCO., 2014. 11. P. G. Altbach, Trends in Global Higher Education:World Conference on Higher Education, 2009. 12. M. Gorry, "Online, but on target? Internet-based MBA courses: A case study', The Internet and Higher Education .," pp. Vol.5, No. (2), Pp; 167-175., 2002. 13. R. Bhatti, "Internet Use among Faculty Members in the," 2010.