C ASSIGNMENTS

You might also like

Download as pdf or txt
Download as pdf or txt
You are on page 1of 5

Department of Computer Science

Assignment – I

(Unit – I)

Course – MCA Semester – 1ST

Subject – Problem Solving Using C Subject Code – MCA102

Note: Attempt All Questions.

Short Questions – 1,2 & 3.


Long Questions – 4 & 5.

Instructions:

*For short answer type questions, answer limit is 50 to 100 words.


*For long answer type questions, answer limit is 250 to 300 words.
Short Questions

1. Define Input and Output Function.


2. What is Identifier?
3. Explain the Structure of C Program?

Long Questions

1. What is Operator in C Program? Write a Program for Explanation of


Logical Operators.
2. Write a Brief history of C Language?
KALINGA UNIVERSITY
Department of Computer Science
ASSIGNMENT-II

COURSE: MCA SEM.: 1ST


SUBJECT: Problem Solving using C (MCA 102)

All Questions are compulsory.


Short Questions: 1, 2 & 3
Long Questions: 4 & 5
Instructions:
*For short answer type questions, answer limit is 50 to 100 words.
* For long answer type questions, answer limit is 250 to 300 words.

Short type:
1. Explain about switch statement and write a program on switch to test a given
character is vowel or not.
2. Explain Conditional Statements.
3. Write the difference between recursion and iteration
Long type:
4. Explain about various types of loops and write the program for factorial of number
using all the loops.
5. Define function and explain the aspect of function with suitable example.
KALINGA UNIVERSITY
Department of Computer Science
ASSIGNMENT-III

COURSE: MCA Semester: 1st


SUBJECT: Problem Solving using C (MCA 102)

All Questions are compulsory.


Short Questions: 1, 2 & 3
Long Questions: 4 & 5
Instructions:
*For short answer type questions, answer limit is 50 to 100 words.
* For long answer type questions, answer limit is 250 to 300 words.

Short type:
1. Explain about pointer arithmetic and give an example.
2. Explain about pointer to function with an example.
3. Explain about string with its declaration and initialization mechanism.
Long type:
4. Explain about array and its types.
5. Explain the sting functions in detail.
KALINGA UNIVERSITY
Department of Computer Science
ASSIGNMENT -IV

COURSE: MCA SEM/Year: 1st Sem


SUBJECT: Problem Solving using C (MCA 102)

All Questions are compulsory.


Short Questions: 1, 2 & 3
Long Questions: 4 & 5
Instructions:
*For short answer type questions, answer limit is 50 to 100 words.
* For long answer type questions, answer limit is 250 to 300 words.

Short type:
1. Write short notes on Array of Structure and Pointer of Structure with suitable
example.
2. Define Union with example.
3. Write short notes on enumerated and typedef data type for structure.
Long type:
4. Explain about various c storage class using c.
5. What is structure? Explain its declaration and accessing member in structure with example
Kalinga University
Department of Computer Science and Engineering
Assignment-V

Course- MCA Sem- I


Subject- Problem Solving Using C
Subject Code – MCA102

Note: Attempt all questions.


Short Questions -1,2& 3.
Long Questions – 4 & 5.

Instructions:
*For short answer type questions, answer limit is 50 to 100 words.
*For long answer type questions, answer limit is 250 to 300 words.
1. Explain file pointer declaration?
2. Explain Malloc and realloc.
3. Explain about different file operations that can be performed on files. How to read
from and write to a file? Explain with examples.
4. Differentiate between text and binary file types in file handling.
5. Explain the concept of GUI interaction within a C program and its benefits.

You might also like