HOME JOURNALS CONTACT

Information Technology Journal

Year: 2006 | Volume: 5 | Issue: 1 | Page No.: 172-176
DOI: 10.3923/itj.2006.172.176
E-learning Software for Mathematical Concepts and Algorithms of Computer Graphics
Rajiv . Dharaskar, V . Bajpayee, N . Chube and Vilas . Thakre

Abstract: The Computer Graphics is one of the core and difficult subjects of Computer discipline. It involves mathematics (coordinate geometry), hardware and complicated mathematical algorithms. To teach the working of the complicated algorithms using blackboard is a difficult. On the top of that, three-dimensional concepts cannot be explained with the help of traditional black board teaching techniques. To develop the e-learning product for such subject is a difficult task. Lot of research is going on to develop efficient system to teach this subject with the help of latest technologies. This study describes a new technique for developing e-learning software for such a difficult subject. The main objectives of this work are to provide most effective and time efficient e-learning solution to teach Computer Graphics to the students of computer discipline with the help of innovative e-learning methods, latest tools and technologies.

Fulltext PDF Fulltext HTML

How to cite this article
Rajiv . Dharaskar, V . Bajpayee, N . Chube and Vilas . Thakre, 2006. E-learning Software for Mathematical Concepts and Algorithms of Computer Graphics. Information Technology Journal, 5: 172-176.

Keywords: learning object, E-learning, Computer graphics and LMS

INTRODUCTION

The Computer graphics is the core subject of computer stream. It is one of the difficult subjects for teaching as well as learning. To understand this subject the knowledge of computer programming language (C, C++, Java, DirectX, OpenGL, 3D Java API etc.), data structure, advanced coordinate geometry and computer hardware is needed. In many universities the students can opt the computer graphics subject only after successful completion of course module on mathematics. On the top of that the data structure itself is the difficult core subject. That is not all; the computer graphics is totally dependent on computer hardware. In addition to this power of 3-D visualization plays important role. All these are interlinked. To teach one topic many times the knowledge of other topics are required. For example, the knowledge of display adapter cards, VDU memory, Random Access Memory, working of microprocessor, DAC Registers etc. is needed to teach the preliminary concepts like pixel, Frame Buffer Array, bit planes, Text/Graphics modes, Color palettes, Interlacing and even the simplest DDA and Bresenham line drawing algorithms. The advanced topics like Transformations, Polygon filling, Hidden line removal cannot be taught properly without knowing the above mentioned preliminary concepts. Thus to develop the e-learning software for this subject is always a challenging task[1,2].

This study describes a very effective technique for developing e-learning software for such a difficult subject. To achieve this goal, the entire syllabus of this subject has been divided into four parts namely algorithms, 2d/3d Graphics (Transformations), 3d Graphics, Working of Computer Graphics System. For each task different e-learning techniques have been developed[3,5]. The main objectives of this study are to provide most effective and time efficient e-learning solution to teach Computer Graphics to the students of computer discipline with the help of innovative e-learning methods, latest tools and technologies.

E-PEDAGOGY AND MULTIMEDIA DESIGN ASPECTS

While designing the e-learning software various e-pedagogy aspects have been considered like[6-9].

Working of human brain: Long Term, Short Term and Sensory Memory
Memory Retention Process of Human Brain
Learning Theories like Multiple Intelligence, Cue Summation Principal, Cone of Learning, Impact of Emotion on memory, Minimum Cognitive load, Multimedia and Long Term Memory, Involvement of Multiple Senses of Human brain, Principal of Correlation and Memory retention etc.

MULTIMEDIA CONSIDERATIONS

While developing the e-learning multimedia based software the audio-visual quality is a vital issue. For better multimedia quality the following factors have been considered[10].

Recording Environment
Hardware Selection: Microphone, Cable, Connectors, Sound Cards, Primary Memory, Computer System, Graphics Cards etc
Software Considerations: Audio Codecs, Audio Editing Softwares, Audio Codec Converters, Audio File formats, Monitor Resolution and Color depth, Video Codecs, Audio and Video Synchronization, Raster and Vector Graphics, Video File Formats, Windows Environment settings

TECHNIQUES FOR COMPUTER GRAPHICS ALGORITHMS

First phase: The algorithms consume more than 50% teaching time for this subject. It is difficult to visualize the working of these algorithms with the help of blackboard. To understand the logic of algorithms, the student must know the effect of algorithm on drawing object in a step-by-step manner. The pseudo simulation of the algorithm is the better technique teaching these algorithms[11]. In the first phase the pseudo simulation technique has been developed with the help of MS PowerPoint as shown in Fig. 1 and 2. This simulation shows every step of the algorithm and its effect diagrammatically. Generally 10 h are required to teach 15 important algorithms of this subject. Using this technique just one and half hour is more than sufficient. It shows the efficiency of this method[12].

Second phase: The MS PowerPoint has been preferred in the first phase because after feedback of students the necessary modification can be done instantly. In addition to this, these PowerPoint slides can be utilized directly to develop web based e-learning system through Reusable Learning Objects (RLO) with the help of SCORM (Shareable Content Object Reference Model) specifications and Open Source Learning Management System like Moodle[13,14]. The design part of this phase is completed and implementation is under process[15].

The best free softwares for developing the SCORM compatible RLO has been provided by RELOAD Systems namely RELOAD Content Package and Metadata Editor, Learning Design Editor and Players. RELOAD is part of the X4L (Exchange for Learning) program funded by the Joint Information Systems Committee (JISC)[16].

Fig. 1: Simulation first-screen

Fig. 2: Simulation fourth-screen

The JISC promotes the innovative application and use of information systems and information technology in further and higher education across the UK. These software have been used to developed XML based, SCORM compatible RLO.

Third phase: According IDC (International Data Corporations), in 2003 the number of mobile phones exceeds the number of PC in the world. On the top of this, the internet access through mobile/handheld devices is far greater than desktop computers. Thus the m-learning (mobile learning) will be next generation of e-learning. Many mobile/handheld devices can be used for m-learning like mobile phones, extensible mobile phones, smart phones, laptops, notebooks, tablet PCS, PDAs and Pocket PCS etc. The m-learning needs totally different programming techniques. The planning of m-learning has been started for this phase using Midlets with the help of J2ME (Java 2 for Micro Edition), Java Toolkit as well as through Macromedia Flash Lite 1.1 for mobile devices. It will take one more year to complete this phase.

Fig. 3: Rotation by 270-degree

Fig. 4: Enlargement

TWO-DIMENSIONAL GRAPHICS

First phase: According to Gardners theory there are 7 types of learners and one third students are visual learners. This means 2/3 are not visual learners. To teach, two/three dimensional graphic, to these categories of students is quite difficult using traditional methods like blackboard[16]. For 2-D/3D transformations, the new technique has been developed using C language. This software demonstrates every type of two-dimensional transformations for user-selected shape. To draw this shape the user provides the coordinates of vertices. The software shows original and transformed shape as shown in Fig. 3 and 4. To teach entire two-dimensional transformations minimum 12 h are required. Using this technique just 1 h is sufficient. It’s a open source code, thus students can learn more by studying the C coding of this program[17-19].

Second and third phase: The software will be converted into Java Applet for web based e-learning solution. For developing more effective software Flash and Java combination will be used[20-22]. Again for M-Learning the design process for third phase has been started.

THREE DIMENSIONAL GRAPHICS

The three-dimensional graphics visualization is the most challenging task for the students. To demonstrate this concept presently Rhino 2.0 software has been used (Fig. 5). This software supports very useful command line user interface.

Fig. 5: Rhino 2.0 screen shot

After drawing the object, it can be viewed by any angle. Even it supports three-dimensional views as well rotation facility. On the same line the development of Java Applet has been started. It involves very complicated mathematics and will require 6 moths to develop[23-25].

WORKING OF COMPUTER GRAPHICS SYSTEM

The working of the computer graphics system has been simulated with the help of Flash and Java. As compare to above techniques it is simple but time consuming job.

RESULTS

The e-learning software has been tested on 4 batches of 10 students each. The experiment has been repeated for 2 consecutive years on different batches. Table 1 shows the summarized result.

Table 1: Summarized results
1 = Percentage of class-room teaching replaced, 2 = Total time required to teach the entire syllabus, 3 = Results of examination shows improvement of memory retention, 4 = Teaching speed enhancement

CONCLUSIONS

The innovative e-learning techniques have drastically reduced the teaching time of computer graphics. The experience shows that these e-learning techniques make the teaching-learning process 4 times faster than classroom teaching. This new method is more effective than traditional methods of teaching. It also helps a lot for the memory retention process of students for this subject. The computer graphics is very complicated subject and thus only 60% classroom teaching can be replaced using these techniques.

REFERENCES

  • Wolfe, R., 2000. Bringing the introductory computer graphics course into the 21st century. Comput. Graphics, 24: 151-154.
    Direct Link    


  • Shene, C.K., 2002. Teaching and learning computer graphics made easy with graphicsmentor. IMEJ. http://imej.wfu.edu/articles/2002/2/07/index.asp.


  • Pham, P., J. Nunn I. Anderson, H. Mays and D. Bell, 1996. Interactive multimedia software for teaching computer graphics. Proceedings of the ASCILITE'96 Conference, 1996, Adelaide, Australia, pp: 401-412.


  • Chen, B.Y., 2005. Computer Graphics. National Taiwan University, Taipei, Taiwan


  • Dharaskar, R.V. and V.M. Thakare, 2004. E-pedagogy: The heart of today's e-learning. Proc. Int. Conf. ICT Educ. Dev., 2: 6-12.


  • Dharaskar, R., 2004. Special technique for optimizing teaching-learning process in CBT software. Proceedings of the International Conference on Information Technology: Coding and Computing, Apr. 5-7, Washington, DC., USA., pp: 246-250.


  • Dharaskar, R., 2004. Optimization of teaching-learning process in e-learning software using student model for appropriate selection of teaching strategy. Proceedings of the International Conference on EISTA 04, 2004, Florida, USA., pp: 131-134.


  • Dharaskar, R., 2004. Effective use of multimedia technology for enhancing the memory retention process of human brain in e-learning through CBT software. Proceedings of the International Conference on RPTI 04, 2004, Longowal, pp: 139-143.


  • Dharaskar, R., 2003. Selection of better multimedia recording techniques for quality of CBT. Proceedings of the National Conference on Digital Convergence for Quality Education, 2003, IEEE Xplore, pp: 128-137.


  • Dharaskar, R.V. and V.M. Thakare, 2004. Generalized pseudo algorithms simulation technique (PAST) for e-learning to develop data structures algorithms simulation software. Proceedings of the 7th International Conference on Information Technology (CIT), Dec. 20-23, 2004.


  • Wolfe, R., 1999. New possibilities in the introductory graphics course for computer science majors. ACM SIGGRAPH Comput. Graphics, 33: 35-39.
    Direct Link    


  • Wolfe, R., 1999. A syllabus survey: Examining the state of current practice in introductory computer graphics courses. ACM SIGGRAPH Comput. Graphics, 33: 32-33.
    Direct Link    


  • Taxen, G., 2004. Teaching computer graphics constructively. Comput. Graphics, 28: 393-399.
    Direct Link    


  • Walter, M., A. Frery, C. Freitas, L. Magalhaes and L. Velho, 2000. Teaching computer graphics in Brazil. Proceedings of the 13th Brizilian Symposium on Computer Graphics and Image Processing, Oct. 17-20, Gramado, Brazil, pp: 327-327.


  • Battaiola, A.L., N.C. Elias and R.G. Domingues, 2002. Edugraph: Software to teach computer graphics concepts. Proceedings of the 15th Brazilian Symposium on Computer Graphics and Image Processing, Oct. 7-10, Washington, DC., USA., pp: 427-427.


  • Gomes, G.A. and I.H. Manssour, 2003. SIECG: An interactive tool to teach computer graphics. http://www.inf.pucrs.br/~manssour/Publicacoes/SIB2003.pdf.


  • Owen, G.S., 1996. HyperGraph: Using hypermedia to teach computer graphics. Proceedings of the 1st Conference on Integrating Technology into Computer Science Education, 1996, IEEE Xplore, pp: 101-103.


  • Pettersson, L.W., N. Jensen and S. Seipel, 2003. A virtual laboratory for computer graphics education. http://www.it.uu.se/research/project/vase/download/publications/pettersson_virtual_laboratory.pdf.


  • Owen, G.S., 1992. Teaching computer graphics using RenderMan. Proceedings of the 23rd SIGCSE Technical Symposium on Computer Science Education, Mar. 5-6, Kansas City, Missouri, USA., pp: 304-308.


  • Laxer, C., 2002. A student team research project approach to the second course in computer graphics. Proceedings of the ACM SIGGRAPH Workshop on Computer Graphics Education, 2002.

  • © Science Alert. All Rights Reserved