MCS-011 (Problem Solving and Programming)IGNOU BCA Semester 2 Free Assignment Pdf

The Indira Gandhi National Open University (IGNOU) assignment system is an essential component of the institution’s distance learning strategy.

MCS-011

IGNOU assignments allow students to demonstrate their understanding of the course material and apply theoretical concepts to real-life situations.

Assignments are a required component of IGNOU courses. Students have a responsibility to submit assignments for each course in which they are enrolled, usually by a particular time limit.

Each assignment includes detailed instructions for the format, word count, referencing style, and submission rules. Students must follow these rules to guarantee their assignments are accepted.

Assignments frequently consist of a series of questions or assignments related to the course material. These questions may ask students to , solve problems, compose essays, or undertake research.

Assignments carry a particular weight in the overall evaluation of a course. The marks acquired in assignments contribute to the student’s final grade.

Course Code : MCS-011
Course Title : Problem Solving and Programming
Assignment Number : BCA(II)/011/Assignment/2023-24
Maximum Marks : 100
Weightage : 25%
Last Dates for Submission : 31st October, 2023 (For July Session)
30th April, 2024 (For January Session)


There are seven questions in this assignment, which carry 80 marks. Rest 20 marks are for
viva-voce. Answer all the questions. You may use illustrations and diagrams to enhance the
explanations. Please go through the guidelines regarding assignments given in the
Programme Guide for the format of presentation.

Q1. Write an algorithm, draw corresponding flow chart and write an interactive program which
prompts the user with the following options on the opening menu:
1) To accept two integers and check whether they are equal or not
2) To check whether a given number is even or odd
3) To check whether a given number is a positive number or a negative number
4) Quit

Enter your choice:
Note: Use SWITCH..CASE statement.


Q2. Write the functions in C for the following:
(a) To find the square of any number.
(b) To find the absolute difference between two integers.
(c) To convert a decimal number to its equivalent binary number.
(d) To find the largest element in a given array of n elements.

Q3. Write an interactive program using recursion for each of the following:
(a) To count the digits of a given number.
(b) To reverse a string
(c) To find the least-common-multiple of two numbers.


Q4. Write interactive C programs to perform the following on strings:
(a) To find the length of a given string without using the string library functions.
(b) To compare two strings without using string library functions.
(c)To count the total number of vowels and consonants in a string and display the counts
separately.


Q5. Write an interactive C program to insert new elements in the unsorted array.
Q6. Using Structures in C, write an interactive program to display the mark-sheet and grade card
for 10 students for a MOOC course.
Note: Assumptions can be made wherever necessary and mention them.

Q7. Using File Handling concept in C programming, write the C programs for the following:

(a) To find the number of lines in a text file.
(b) To delete specific line from a text file.
(c) To copy a file to another folder with a different file-name.

Download PDF Of MCS-011 Assignment-

Read More: MCS-012 (Computer Organization and Assembly Language Programming)IGNOU BCA Semester 2 Free Assignment Pdf

You May Also Like

More From Author

+ There are no comments

Add yours