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

List of Questions: 1: Internal Examiner External Examiner

This document outlines an exam for a computer science engineering course on fundamental data structures in C. The exam contains 16 questions requiring students to write C programs implementing various data structures and algorithms like arrays, stacks, queues, sorting, searching, and trees. It will be held on December 22, 2020 for 3 hours with a maximum score of 100 marks split between programming questions, multiple choice, viva, and results/output. The exam is for semester 3 students studying at TJS Engineering College under Anna University regulations.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
228 views

List of Questions: 1: Internal Examiner External Examiner

This document outlines an exam for a computer science engineering course on fundamental data structures in C. The exam contains 16 questions requiring students to write C programs implementing various data structures and algorithms like arrays, stacks, queues, sorting, searching, and trees. It will be held on December 22, 2020 for 3 hours with a maximum score of 100 marks split between programming questions, multiple choice, viva, and results/output. The exam is for semester 3 students studying at TJS Engineering College under Anna University regulations.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 3

ANNA UNIVERSITY: CHENNAI - 600 025

B.E/B.TECH DEGREE EXAMINATIONS DEC - 2020


BRANCH: B.E. COMPUTER SCIENCE AND ENGINEERING

DURATION: 3Hrs SEMESTER: 03


REGULATIONS: R-2017 Max Marks: 100
DATE: 22/12/2020 SESSION: FN
COLLEGE CODE/NAME:1128- TJS ENGINEERING COLLEGE
COURSE CODE/TITLE: EC8381 –FUNDAMENTAL OF DATA STRUCTURES IN C
LAB

LIST OF QUESTIONS:
1 a) Develop a ‘C’ program to find the greatest of ’N’ numbers stored in an array.
b) Develop a ‘C’ program for implementing linear search on a sorted array of ‘N’
numbers
2 a) Develop a ‘C’ program to implement a simple calculator using switch case
statement.
b) Develop a ‘C’ program to sort an array of ‘N’ numbers using bubble sort

3 a) Develop a ‘C’ program to find the sum of the digits of a given number using while
statement.
b) Develop a ‘C’ program to sort an array of ‘N’ numbers using merge sort .

4 a) Develop a ‘C’ program for evaluating postfix expression using array


implementation of a stack.
b) Write a program in C to find the addition of two matrices.

5 a) Develop a ‘C’ program using function to compute the factorial of a given number.
b) Develop a ‘C’ program to sort an array of ‘N’ numbers using quick sort.

6 a) Write a program in C to check whether the given string is Palindrome or not.

b) Write a Program to implement Binary Searching.


7 a) Develop a ‘C’ program to check given number is Armstrong or not.
b) Develop a program to call by reference using pointers. .

8 a) Write a C Program to swap two numbers using call by value.


Write a Program to implement Linear Search.
9 Develop a ‘C’ program for implementing a Queue using arrays. Illustrate the
operations that can be performed on the same.

10 Write a program in C for graph traversal techniques.

INTERNAL EXAMINER EXTERNAL EXAMINER


ANNA UNIVERSITY: CHENNAI - 600 025
B.E/B.TECH DEGREE EXAMINATIONS DEC - 2020
BRANCH: B.E. COMPUTER SCIENCE AND ENGINEERING

DURATION: 3Hrs SEMESTER: 03


REGULATIONS: R-2017 Max Marks: 100
DATE: 22/12/2020 SESSION: FN
COLLEGE CODE/NAME:1128- TJS ENGINEERING COLLEGE
COURSE CODE/TITLE: EC8381 –FUNDAMENTAL OF DATA STRUCTURES IN C
LAB

11 a) Write a program in C to find the largest number among three numbers


Write a program in C to swap two numbers using call by reference

12 a) Write a C program to check given number is odd or even.

b) Write a program in C to find the multiplication of two matrices.

13 a) Write a program in C to evaluate Postfix expression using stack.


b) Write a Program in C to sort the names in alphabetical order.

14 Write a program in C to implement a stack using array.

15 a) Write a c program to explain type of storage classes.


b) Write a c program for linear search

16 a) Write a c program for string operations


b) Write a c program for tree traversal techniques

AIM,PROCEDURE OUTPUT, TOTAL


MCQ VIVA
, PROGRAM RESULT MARKS

INTERNAL EXAMINER EXTERNAL EXAMINER


ANNA UNIVERSITY: CHENNAI - 600 025
B.E/B.TECH DEGREE EXAMINATIONS DEC - 2020
BRANCH: B.E. COMPUTER SCIENCE AND ENGINEERING

DURATION: 3Hrs SEMESTER: 03


REGULATIONS: R-2017 Max Marks: 100
DATE: 22/12/2020 SESSION: FN
COLLEGE CODE/NAME:1128- TJS ENGINEERING COLLEGE
COURSE CODE/TITLE: EC8381 –FUNDAMENTAL OF DATA STRUCTURES IN C
LAB

65 Marks 10 Marks 15 Marks 10 Marks 100 Marks

MARK SPLITUP

INTERNAL EXAMINER EXTERNAL EXAMINER

You might also like