Wednesday, December 8, 2010

Post Graduate Diploma Computer Application Alagappa university - distance education p.g.d.c.a (ns) examination, may 2010. c++ and ms office Question paper

Course: Post Graduate Diploma Post Graduate Diploma Computer Application University/board: Alagappa University


ALAGAPPA UNIVERSITY - DISTANCE EDUCATION
P.G.D.C.A (NS) EXAMINATION, MAY 2010.
C++ AND MS OFFICE (2000 onwards)

Time : Three hours Maximum : 100 marks
(1) Examiner has to select ONE from C++ and another from MS Office.
(2) Each question carries 50 marks.
(3) Questions are given to the candidates by lot system.

(C++ PROGRAM)


1. Write a C++ program to find the simple interest (SI) and compound interest (CI) for a given principal P, rate of interest R and period N, with options for SI and CI.
Formula : SI=PNR/100 and CI=P(1+R/100)^N-P.

2. Write a C++ program to arrange a given set of elements in ascending and descending order.

3. Write a C++ program to illustrate the four basic arithmetic operations, using objects and classes. (Define member functions outside the class definition)

4. Write a C++ program to illustrate single inheritance where the base class consists of the reg no, name and sex of students and the derived class, height and weight of students. The program should display the contents on screen.

5. Write a C++ program to read and display the following data : reg no, name and sex of students with member functions getdata() and putdata() using classes and objects.

(MS OFFICE)


6. Type the following columns Serial No., Reg no, Student name, OOPS & C++, Office Automation, Data structurers, Maths1, subject marks in the document.
(a) Enter the rows of values in the above format
(b) Convert four column and five rows as table.
(c) Find the sum of each subject mark.
7. Construct the worksheet with the following :
Emp-No., Emp-Name, Designation, Basic Pay, HRA, LIC, PF, DA, Gross Pay, Net pay.
(a) Type 10 data for Emp-No, Emp-name, Designation, basic pay, LIC and P.F.
(b) Calculate :
DA = 60% of basic pay
HRA = 25% of basic pay
Gross pay = Basic pay + DA + HRA
Net pay = Gross pay – (LIC + PF)
(c) Prepare pay bill for each every employee with your own format.
(d) Draw the graph for net pay and mark legend, title.
(e) Convert into MS-Excel using OLE concept.

8. Create worksheet in MS-Excel in the following format.
STUDENT ATTENDANCE REPORT
Course Name : XXXX Semester : XXX
Total number of working days : 90.
Reg no. Name No. days absent No. days present Percentage of attendance
– – – – –
(a) Type the 5 data in the worksheet.
(b) Sort names in alphabetical order.
(c) Draw a charts for percentage column.
(d) Convert the attendance report into MSWORD using OLE concept.

9. Create student table with the following fields.
Filed name Type
Reg no Number
Name Text
Sex Text
Age Number
Degree Text
Percentage Number
(a) Add 5 records using forms.
(b) Display the records for Sex = "M" and Degree = "PGDCA".
(c) Display the records for Sex = "F" and percentage between 70 and 80.
(d) Sort the table in the ascending order of percentage.

10. Prepare file slides with a text and picture expressing the courses offered in your university with animation effects.

No comments:

Post a Comment