Data Structure | Previous Year BCa Question Paper CCS University | Techkeguruji.com - TechKeGuruJi.Com

Data Structure | Previous Year BCa Question Paper CCS University | Techkeguruji.com


CCS University Question Paper of year 2008 :  

Previous Year BCa Question Paper CCS University

If you think you are prepared for your Exams, let us test you with this exam paper of Data Structure using C and C++, This exam paper was ready with some very good questions and smart answers. first, read the Question paper at least one time and then think about the answers. comment more subjects I will provide you as per your demand.






Previous Year BCa Question Paper |CCS University
(2068) Roll. No. ………………..
BCA (II Sem.)

3100

B.C.A Examination, 2008

Data Structure and Programming with “C”(BCA-202)

Time: Three Hours Maximum Marks: 75

Note: Attempt any five questions. All questions carry equal marks. Attempt any two question from section A and section B are compulsory.

SECTION “A”

1 (a) Describe the four basic data types. How could we extend the range of values they represent?
(b)In what ways does a switch statement differ from an if statement? 
(c)The factorial of an integer m is the product of consecutive integers from l to m. That is,

Factorial m=m! =m*(m-l)x…………….l
Write a program that computes and prints a table of factorial.

2. (a) Write a program which will read a tent and count all occurrences of a particular word.
(b)Write a program to print out all Armstrong numbers between 1 and 500. If sum of cubes of each digit of the number is equal to the number itself, then the number is called an Armstrong number. For example,
153= (1*1*1) + (5*5*5) + (3*3*3)

3. (a) Write a program to generate all combinations of 1, 2 and 3 using for loop.
(b)What is meant by the following terms?
(i)Nested Structure (ii) Array of structure.

4. (a) Write a program using pointers to read in an array of integers and print its element in reverse order.
(b) What is macro and how is it different from a ‘C’ variable name?
(c) A positive integer is entered through the keyboard; write a program to obtain the prime factors of the number. Modify the function suitably to obtain the prime factors recursively.

SECTION “B”

5. (a) Why is a stock required to implement a recursive routines?
(b) Write a insert and delete functions, in C language, simulating insertion and deletion operation of a queue which is implemented as an array of characters. Make necessary assumptions.

6. (a) Write a ‘C’ program to create a doubly linked list in ascending sorted order of the information . Information field is of type integer.
(b)What is Sparse Matrix? Explain by giving an example.

7. (a)What is binary search tree? Write a general non-recursive C program for a preorder traversal of a binary tree.
(b)What is Threaded Tree? How data is inserted in Threaded Tree? How data is inserted in Threaded Tree.



comment below if you have solved all the question, don`t hesitate to ask your quarries and for other question papers.



Tags : data structures and algorithms,data structures and algorithms online course, data structures for big data, data structures in c, online course on data structures and algorithms, online data structures course, structure big data, bca entrance exam sample paper pdf, bca mca, bharathidasan university question papers bca, ignou mba entrance question papers with answer

No comments

Powered by Blogger.