BCSL-021 Solved Assignment 2021-22
BCSL-021 Solved Assignment 2021-22
Subject Name | C Language Programming |
Assignment Code | BCSL-021 |
Session | 2021-2022 (July – January) |
File Type | |
Number of Pages | 26 |
Price | Rs. 45 |
To get the PDF click on the button below.
Pay Now
Note:
|
C Language Programming (BCSL-021) 2021-2022 (July-January)
Note : This assignment has only one question. This question is for 40 marks. Rest 10 marks are for viva-voce. 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.
BCSL-021 Solved Assignment 2021-22
IGNOU BCA 2nd Sem Solved Assignment 2021-22
IGNOU BCA 2nd Sem Assignment 2021-22 Question PDF Download
Q1: Write an interactive program which prompts the user with the following options on the opening menu: (40 Marks)
1) Student information
2) Theory counselling batch-scheduling
3) Practical counselling batch-scheduling
4) Assignment submissions
5) Change of the correspondence address
6) General Queries
7) Quit
Enter your choice:
BCSL-021 Solved Assignment 2021-22
IGNOU BCA 2nd Sem Solved Assignment 2021-22
IGNOU BCA 2nd Sem Assignment 2021-22 Question PDF Download
If an “1” is entered, prompt the student for the enrolment number and display the student information containing the details the semester he registered for, year of study, name of the programme, batch, duration details, name of the study centre, name of the regional centre, details regarding the fees s/he paid etc . If “2” is entered, it should give the schedule for the theory counselling upon giving the batch number as input. . If “3” is entered, it should give the schedule for the practical counselling upon giving the batch number as input. If “4” is entered it should display the assignment submission schedules and viva voce schedules. If “5” is entered it should display the present correspondence address and should prompt the user to enter the change in the same if any and the necessary file is to be updated with the revised address. If “6” is entered it should present the general frequently asked questions. If “7” is entered, exit the program. If the user enters any letters or numbers other than the choice, redisplay the prompt. All output should go to the terminal and all input should come from the keyboard.
Note: You must execute the program and submit the program logic, sample input and output along with the necessary documentation for this question. Assumptions can be made wherever necessary.
BCSL-021 Solved Assignment 2021-22
IGNOU BCA 2nd Sem Solved Assignment 2021-22
IGNOU BCA 2nd Sem Assignment 2021-22 Question PDF Download