Docsity
Docsity

Prepare for your exams
Prepare for your exams

Study with the several resources on Docsity


Earn points to download
Earn points to download

Earn points by helping other students or get them with a premium plan


Guidelines and tips
Guidelines and tips

Test Paper - DATA STRUCTURES THROUGH C - Tamil Nadu Open University - Masters Computer Application - 1st Year - 2009, Study notes of Data Structures and Algorithms

Tamil Nadu Open University -,DATA STRUCTURES THROUGH C, Masters in computer application , 2009, <div><div>Unary operator, left shift operator, necessity of using Arrays, structure, Stack, pointer variable,</div><div>Exchange sort’ works, array variable, applications of stack, array of structures, heap sort algorithm, linear search algorithm</div><div><br /></div><div><br /></div><div><br /></div></div>

Typology: Study notes

2010/2011

Uploaded on 09/22/2011

tycoon
tycoon 🇮🇳

3 documents

1 / 3

Toggle sidebar

This page cannot be seen from the preview

Don't miss anything!

bg1
Wk 13
M.C.A. DEGREE/PGDCA EXAMINATION –
JANUARY 2009.
First Semester/First Year
DATA STRUCTURES THROUGH C
Time : 3 hours Maximum marks : 75
Answer for 5 marks question should not exceed
2 pages.
Answer for 10 marks questions should not exceed
5 pages.
PART A — (5 × 5 = 25 marks)
Answer any FIVE questions.
1. Bring out the importance of Unary operator with
an example.
2. Write short notes on left shift operator.
3. Explain the necessity of using Arrays.
MCA–128 MCA-03/
PGDCA-02
pf3

Partial preview of the text

Download Test Paper - DATA STRUCTURES THROUGH C - Tamil Nadu Open University - Masters Computer Application - 1st Year - 2009 and more Study notes Data Structures and Algorithms in PDF only on Docsity!

M.C.A. DEGREE/PGDCA EXAMINATION –

JANUARY 2009.

First Semester/First Year

DATA STRUCTURES THROUGH C

Time : 3 hours Maximum marks : 75 Answer for 5 marks question should not exceed2 pages. Answer for 10 marks questions should not exceed5 pages. PART A — (5 × 5 = 25 marks) Answer any FIVE questions.

  1. Bring out the importance of Unary operator with an example.
  2. Write short notes on left shift operator.
  3. Explain the necessity of using Arrays.

MCA–128 MCA-03/

PGDCA-

2 MCA–

  1. What is meant by a structure? Explain with an example.
  2. What is a Stack? Give example.
  3. What is a pointer variable? In what way it is superior to normal variables?
  4. How ‘Exchange sort’ works? Discuss. PART B — (5 × 10 = 50 marks) Answer any FIVE questions.
  5. Write a program to check whether the given string is a palindrome or not.
  6. Write a program to find the sum and average of given numbers using an array variable and hence pointer to the array variables.
  7. Write a program to add a node in the last of the list.
  8. What are the applications of stack? Explain with an example, how evaluation of expression is done.
  9. Explain array of structures with an example.