IGNOU MCS-011 Solved Assignment Jan. - June 2014

No comments
Download solved assignment of MCS-011 for January - June 2014 session. MCS-011 is a course of IGNOU MCA program of "Problem Solving and Programming". You can download it from the download button given below. Assignment questions has been provided below for authentication purpose only.









Course Code MCS-011
Course Title Problem Solving and Programming
Assignment Number MCA(1)/011/Assign/13
Maximum Marks 100
Weightage 25%
Last Dates for Submission 15th October, 2013 (For July 2013 Session)
15th April, 2014 (For January 2014 Session)

Question 1 (10 Marks)
Write a C program to find out perfect numbers from 1 and 50.
Question 2 (20 Marks)
Write an algorithm, draw a corresponding flowchart and write an interactive program to convert a binary number to its octal equivalent.l
Question 3 (10 Marks)
Write the function strreplace(s, chr, repl_chr) which will replace each occurrences of character chr with the character repl_chr in the string s. The function returns the number of replacements. Place the source code of this function in a file named strreplace.c
Question 4 (10 Marks)
Writer an interactive C program to check whether the given string is a palindrome or not, using pointers.
Question 5 (10 Marks)
Write an interactive program called "WEIGHT CONVERTER" that accepts the weight in milligrams / decigrams / centigrams / kilograms /ounces / pounds / tons and displays its equivalent in grams.
Question 6 (20 Marks)
Write an interactive program to generate pay slips for the staff of size 12 employees (2 members are clerks, one computer operator, 6 salesmen, 3 helpers) , working in a small chemist retail shop.
Assumptions can be made wherever necessary. The payslip should display the employee no., employee name, no. of days worked during the month, date of generation of the payslip, month for which the salary is being paid, all the details of the payment, deductions, gross-pay and net-pay.

Share "IGNOU MCS-011 Solved Assignment Jan. - June 2014"

Share this page (IGNOU MCS-011 Solved Assignment Jan. - June 2014) to let others know about it!

No comments :

Post a Comment