0% found this document useful (0 votes)
9 views

March-2023

This document is an examination paper for the MCA I Semester at Jawaharlal Nehru Technological University Hyderabad, focusing on C Programming and Data Structures. It consists of two parts: Part-A with compulsory questions totaling 10 marks, and Part-B with ten questions where students must answer five, each worth 10 marks. The questions cover various topics including flow charts, data types, conditional statements, functions, pointers, and file operations.

Uploaded by

yamini mullamuri
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
9 views

March-2023

This document is an examination paper for the MCA I Semester at Jawaharlal Nehru Technological University Hyderabad, focusing on C Programming and Data Structures. It consists of two parts: Part-A with compulsory questions totaling 10 marks, and Part-B with ten questions where students must answer five, each worth 10 marks. The questions cover various topics including flow charts, data types, conditional statements, functions, pointers, and file operations.

Uploaded by

yamini mullamuri
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

Code No: 881AB R22

JAWAHARLAL NEHRU TECHNOLOGICAL UNIVERSITY HYDERABAD


MCA I Semester Examinations, March - 2023
C PROGRAMMING AND DATA STRUCTURES
JN
Time: 3 Hours Max. Marks: 60

Note: This question paper contains two parts A and B. i) PART-A for 10 marks, ii) Part-B for
50 marks.
TU
 Part-A is a compulsory question which consists of ten sub-questions from all units carrying
equal marks.
 Part-B consists of ten questions (numbered from 2 to 11) carrying 10 marks each. From
each unit, there are two questions and the student should answer one of them. Hence, the
H
student should answer five questions from Part-B.

PART- A
U
(10 Marks)
se
1.a) Discuss about Flow Chart. [1]
b) Write about constants declaration in c. [1]
c) When to use go to statement? [1]
d
d) What is the scope of Local and Global variables? [1]
e) Declare a 3 dimensional array. [1]
f) Write about Command Line Arguments. [1]
pa
g) What is Self-Referential Structures? [1]
h) Write about append mode. [1]
i) Compare the complexity of searching algorithms. [1]
pe
j) Write applications of Stacks. [1]

PART-B
(50 Marks)
rs
2.a) Write about types of computer systems and computing environments.
b) Explain Software development life cycle. [5+5]
20
OR
3.a) What is Data type? Explain different data types available in C.
b) Explain the role of operator precedence and associativity in expression evaluation.[5+5]
23
4.a) Explain various conditional statements available in C.
b) Explain nested loops with example. [5+5]
OR
5.a) What is function? Explain user defined functions with return value.
b) Explain about recursion over iteration. [5+5]

6.a) Explain string handling functions.


b) Write applications of arrays. [5+5]
OR
7.a) What is pointer? Explain array of pointers.
b) Explain call by reference. [5+5]
8.a) Explain derived data types available in C.
b) How to pass structure as a parameter to function? [5+5]
JN
OR
9.a) Discuss about Input / Output streams related to Files.
b) What is File? Explain different types of files with operations. [5+5]
TU
10.a) Discuss about Insertion sort.
b) Explain Binary search. [5+5]
OR
11.a) Explain operations of Linear List with array implementation.
H
b) Explain Linked implementation of Queue. [5+5]
U
---ooOoo---
se
d
pa
pe
rs
20
23

You might also like