MCSL-054 SOLVED ASSIGNMENT 2017-18 FOR IGNOU MCA 5th SEMESTER

4
Share

IGNOU MCA 5th Semester Solved Assignment

MCSL-054 Solved Assignment

QUESTIONS SOLVED IN ASSIGNMENT:

PART-I: MCS-051 (Advanced Internet Technologies)
  1. Develop a web page using servlet to display counselling schedule of MCSL-054 at your Study Centre.
  2. Develop a web page for conducting an online test for jsp programming. The questions in test should be of multiple choice type and true/false type. There should be provisions for registration, examination and to see the results after examination. Use servlet,jsp,jdbc, to develop this application. Make necessary assumptions require.
  3. Create an XML document for Medicines in a medical store.
PART-II: MCS-053 (Computer Graphics and Multimedia)
  1. Write a program in C/C++ using OpenGL to draw a triangle of blue colour and inside that draw a circle of orange colour.
  2. Write a program in C/C++ using OpenGL to show a ball is shrinking.
  3. Write a program in C/C++ to implement Bresenham’s circle generation algorithm.
  4. Write a program in C/C++ to implement Scan-Line Polygon Filling Algorithm.