DEPARTMENT OF COMPUTER SCIENCE AND ENGINEERING LESSON PLAN



Similar documents
DATA STRUCTURES USING C

10CS35: Data Structures Using C

GUJARAT TECHNOLOGICAL UNIVERSITY, AHMEDABAD, GUJARAT. Course Curriculum. DATA STRUCTURES (Code: )

Data Structure [Question Bank]

Krishna Institute of Engineering & Technology, Ghaziabad Department of Computer Application MCA-213 : DATA STRUCTURES USING C

PES Institute of Technology-BSC QUESTION BANK

Unit Write iterative and recursive C functions to find the greatest common divisor of two integers. [6]

Syllabus for Computer Science. Proposed scheme for B.Sc Programme under Choice Based Credit System

BCS2B02: OOP Concepts and Data Structures Using C++

1) The postfix expression for the infix expression A+B*(C+D)/F+D*E is ABCD+*F/DE*++

Facebook Twitter YouTube Google Plus Website

Bangalore University B.Sc Computer Science Syllabus ( Semester System)

AP Computer Science AB Syllabus 1

How To Teach C++ Data Structure Programming

KITES TECHNOLOGY COURSE MODULE (C, C++, DS)

University of Pune Revised Structure for the B. Sc. (Computer Science) Course (Second Year to be implemented from Academic Year )

The C Programming Language course syllabus associate level

GUJARAT TECHNOLOGICAL UNIVERSITY, AHMEDABAD, GUJARAT COURSE CURRICULUM. Course Title: Advanced Computer Programming (Code: )

Analysis of a Search Algorithm

Abstract Data Type. EECS 281: Data Structures and Algorithms. The Foundation: Data Structures and Abstract Data Types

Review of Hashing: Integer Keys

RARITAN VALLEY COMMUNITY COLLEGE ACADEMIC COURSE OUTLINE. CISY 105 Foundations of Computer Science

Master of Science in Computer Science College of Computer and Information Science. Course Syllabus

Objected oriented Programming: C++ Unit 1 1. Introduction 1.1. Introduction to Object Oriented Programming C++ fundamentals.

5. A full binary tree with n leaves contains [A] n nodes. [B] log n 2 nodes. [C] 2n 1 nodes. [D] n 2 nodes.

Java Software Structures

I PUC - Computer Science. Practical s Syllabus. Contents

To My Parents -Laxmi and Modaiah. To My Family Members. To My Friends. To IIT Bombay. To All Hard Workers

B+ Tree Properties B+ Tree Searching B+ Tree Insertion B+ Tree Deletion Static Hashing Extendable Hashing Questions in pass papers

EE2204 DATA STRUCTURES AND ALGORITHM (Common to EEE, EIE & ICE)

Govt. Holkar Science College, Indore Department of Computer Science B.Sc. Computer Science

Basic Programming and PC Skills: Basic Programming and PC Skills:

Questions 1 through 25 are worth 2 points each. Choose one best answer for each.

Lab Manual. Data Structures (Pr): COT-213 Data Structures (P): IT-215

GRID SEARCHING Novel way of Searching 2D Array

An Introduction to Programming and Computer Science

ALLIED PAPER : DISCRETE MATHEMATICS (for B.Sc. Computer Technology & B.Sc. Multimedia and Web Technology)

CSE 326, Data Structures. Sample Final Exam. Problem Max Points Score 1 14 (2x7) 2 18 (3x6) Total 92.

Introduction to Programming System Design. CSCI 455x (4 Units)

Sample Questions Csci 1112 A. Bellaachia

UNIVERSITY OF MUMBAI. Revised syllabus for F.Y.BSc. Computer Science to be implemented. from

Data Structures and Data Manipulation

Module 816. File Management in C. M. Campbell 1993 Deakin University

1. The memory address of the first element of an array is called A. floor address B. foundation addressc. first address D.

Computer Science. Discipline-Specific Admission Requirements. Alternate Admission Criteria

2) What is the structure of an organization? Explain how IT support at different organizational levels.

IMPROVING PERFORMANCE OF RANDOMIZED SIGNATURE SORT USING HASHING AND BITWISE OPERATORS

CSE373: Data Structures & Algorithms Lecture 14: Hash Collisions. Linda Shapiro Spring 2016

CSE373: Data Structures and Algorithms Lecture 1: Introduction; ADTs; Stacks/Queues. Linda Shapiro Spring 2016

Module 2 Stacks and Queues: Abstract Data Types

PART-A Questions. 2. How does an enumerated statement differ from a typedef statement?

Scheme & Syllabus. B.Sc. (IT) I st to VI th Semester. w.e.f. July 2011 ( Batch onwards) Devi Ahilya Vishwavidyalaya, Indore(M.P.

NEW YORK CITY COLLEGE OF TECHNOLOGY/CUNY Computer Systems Technology Department. COURSE: CST2403 C++ Programming Part 1 ( 4 hours, 3 credits )

Bachelor of Games and Virtual Worlds (Programming) Subject and Course Summaries

B.Sc.(Computer Science) and. B.Sc.(IT) Effective From July 2011

Data Structures. Level 6 C Module Descriptor

Chapter 8: Bags and Sets

Data Structures Using C++ 2E. Chapter 5 Linked Lists

Quiz 4 Solutions EECS 211: FUNDAMENTALS OF COMPUTER PROGRAMMING II. 1 Q u i z 4 S o l u t i o n s

Tables so far. set() get() delete() BST Average O(lg n) O(lg n) O(lg n) Worst O(n) O(n) O(n) RB Tree Average O(lg n) O(lg n) O(lg n)

MAX = 5 Current = 0 'This will declare an array with 5 elements. Inserting a Value onto the Stack (Push)

Node-Based Structures Linked Lists: Implementation

Atmiya Infotech Pvt. Ltd. Data Structure. By Ajay Raiyani. Yogidham, Kalawad Road, Rajkot. Ph : ,

Embedded Programming in C/C++: Lesson-1: Programming Elements and Programming in C

COMPUTER SCIENCE (5651) Test at a Glance

Data Structures and Algorithms V Otávio Braga

KWIC Exercise. 6/18/ , Spencer Rugaber 1

Exam study sheet for CS2711. List of topics

El Dorado Union High School District Educational Services

Class XII (Theory) C++

Data Structure and Algorithm I Midterm Examination 120 points Time: 9:10am-12:10pm (180 minutes), Friday, November 12, 2010

7.1 Our Current Model

Introduction to Data Structures

Summit Public Schools Summit, New Jersey Grade Level / Content Area: Mathematics Length of Course: 1 Academic Year Curriculum: AP Computer Science A

Embedded C Programming, Linux, and Vxworks. Synopsis

Fast Sequential Summation Algorithms Using Augmented Data Structures

Chapter 13 Disk Storage, Basic File Structures, and Hashing.

C++ Programming Language

Assessment Plan for CS and CIS Degree Programs Computer Science Dept. Texas A&M University - Commerce

\Mankinds's progress is measured by the number of. Elementary data structures such as stacks, queues,

G. H. RAISONI COLLEGE OF ENGG NAGPUR-16 Session DEPARTMENT CSE Semester IV SUBJECT DSPD

Chapter 3: Restricted Structures Page 1

the recursion-tree method

Data Structures Fibonacci Heaps, Amortized Analysis

Unordered Linked Lists

Specialized Android APP Development Program with Java (SAADPJ) Duration 2 months

Application of Stacks: Postfix Expressions Calculator (cont d.)

LeMoyne-Owen College Division of Natural and Mathematical Sciences COMPUTER ALGORITHMS, COSI 335 Fall Syllabus

COMPUTER SCIENCE, BACHELOR OF SCIENCE (B.S.)

Data Structures and Algorithms Stacks and Queues

Online Course Syllabus CS320: C Programming

Chapter 13. Chapter Outline. Disk Storage, Basic File Structures, and Hashing

1 p a g e 1 1. Syllabus of 3 rd Semester of B.Tech. Information Technology (Batch 2014 Onwards)

Sequences in the C++ STL

Java Application Developer Certificate Program Competencies

Introduction to Data Structures and Algorithms

ASSEMBLY PROGRAMMING ON A VIRTUAL COMPUTER

Copyright 2007 Ramez Elmasri and Shamkant B. Navathe. Slide 13-1

Transcription:

ERODE SENGUNTHAR ENGINEERING COLLEGE (Approved by AICTE, New Delhi, Permanently Affiliated to Anna University - Chennai & Accredited by NAAC & National Board of Accreditation (NBA), New Delhi, Accredited by Institute of Engineers (India), Kolkata) THUDUPATHI, ERODE 57. DEPARTMENT OF COMPUTER SCIENCE AND ENGINEERING LESSON PLAN Name of the Subject with Code : CS6202 Programming and Data Structure - I Course Coordinator : Prof. G. Sivakumar Academic Year : 205-6 / Even Semester Year/ Semester : I / II Semester Branch : B.E. Computer Science and Engineering Course Objectives: Be familiar with the basics of C programming language. Be exposed to the concepts of ADTs Learn linear data structures list, stack, and queue. Be exposed to sorting, searching, hashing algorithms Course outcomes:. Understand the basics of C Programming 2. Design a C application using structure, pointer and files 3. Apply the linear data structures List and Linked List to solve problems 4. Apply Stack and Queue to provide solutions to the problems 5. Apply Sorting and Searching methods for problems S. No.. 2. Topics to be covered Key terms Objectives UNIT I C PROGRAMMING FUNDAMENTALS- A REVIEW Conditional Statement if, if-else, if-elseif statements, ternary operator if, if-else, while, QUIZ To review the conditional do-while, for & Control Statements and control statements switch while, do-while, for & switch statements QUIZ One Dimensional Array, 2D Array & Multi dimensional Array Array, To review the basics of Declaration, Initialization, one dimensional & Array Accessing two dimensional No. of periods Page of 5

3. Functions Library, user defined functions Examples : Library function Defining and calling user defined functions Call by value & Call by reference Library function, call by value, call by reference of function definition and function call 4. 5. 6. 7. 8. 9. 0.. 2. 3. 4. 5. 6. Preprocessors #define, #include, #if, #elseif, #endif Benefits, declaration, accessing address, pointer arithmetic Array &, Array & function #define, #include, address Page 2 of 5, references of preprocessor directives To understand the concepts of pointers To understand how to use pointers in array, pass pointer as function arguments looping and conditional Looping, Discussion Looping and Conditional Conditional Array, Function Discussion Arrays and Functions array and function Discussion on s UNIT II C PROGRAMMING ADVANCED FEATURES Structure Declaration, Initialization, accessing Structure, pointers of structure to Structure Array of Structure Union Declaration, Initialization, accessing SEMINAR Bit fields Difference between structure and union Basics of File Handling File, File opening modes Reading and writing(getc(), putc()) File Operations -Reading and Writing fgets(), fputs(), fread(), fwrite() Searching in file fseek(), ftell(), rewind(), etc. Program using basic file operationsreading, writing and searching characters Program using reading and writing structure Union, bit fields File pointer, getc, putc fgets, fputs, fread, fwrite fseek, ftell, rewind Reading, writing, searching Reading, writing, searching, structure of Union and Bit fields To understand basics of file handling To understand the concepts of file read and file write To understand file search operations To apply file read and file write s To apply file read and file write s

7. 8. 9. 20. 2. Placement oriented Questions Structure, union Discussion - Structure and Union structure and union Placement oriented Questions File handling Discussion File handling file handling Technical aptitude test on C To apply the concepts of C Technical aptitude Programming programming UNIT III (LINEAR DATA STRUCTURES LIST ) Abstract Data Types Definition, advantages, ADT To know the ADT declaration in C ADT, List Concepts and List Definition, Creation of Singly Linked List Definition, advantages, Creation of Linked List, Inserting Element, Deleting Element, Traversing Linked List, Linked List Traversing To implement Linked List Disadvantages ROLE PLAY 22. 23. 24. 25. 26. 27. 28. 29. Array Based Implementation (insertion, deletion, searching, and Array, List displaying values) Disadvantages Linked List Based Implementation (insertion, deletion, searching, and Linked List, displaying values) Doubly Linked List Advantages Doubly Linked list, Creation, insertion, deletion, searching, and displaying values Circularly Linked List Creation, insertion, deletion, Circularly Linked List searching, and displaying values Application of List Polynomial Arithmetic basics List, Polynomial Implementation of Polynomial Equations addition, subtraction Application of List Polynomial, Merging Polynomial equation, Merging, List Multiplication Implementation of List and Linked List - List, Linked List, Pros and Cons Pros, Cons UNIT IV (LINEAR DATA STRUCTURES STACK & QUEUES) Stack ADT Definition, Implementation of Stack Stack, array ADT (Array based ) Page 3 of 5 To implement array based List To implement Linked List based List To under the concept of Doubly Linked List To under the concept of Circularly Linked List To apply List implementation To apply List implementation To evaluate List and Linked List performance To implement Stack ADT using Array

30. Linked List based implementation of To implement Stack ADT Linked List, Stack Stack ADT using Linked List 3. Evaluating Expression using Stack To apply stack to evaluate Infix, postfix, prefix Infix, Postfix, Prefix expressions 32. Expression Conversion To apply stack to evaluate Infix to Postfix Infix, postfix, prefix expressions Infix to Prefix 33. Other Applications of Stack Function call Stack Function, stack To apply stack concept 34. Queue ADT To implement Queue ADT Definition, Implementation of Queue, Array using Array Queue ADT (Array based ) 35. Linked List based implementation of To implement Queue ADT Linked List, Array Queue ADT using Linked List 36. Implementation of Circular Queue, Circular, Double To implement circular and Double Ended Queue Ended Queue double ended queue Applications of Queue, 37. GROUP DISCUSSION - various types of Applications To apply queue concepts Queues UNIT V (SORTING, SEARCHING AND HASH TECHNIQUES) 38. Introduction to Sorting, Types Sorting, bubble Bubble Sort method Bubble sort 39. Shell Sort, Insertion Sort methods Shell, insertion Shell and Insertion sort 40. Quick Sort, Merge Sort methods Quick, merge, divide Quick and Merge sort and conquer 4. Radix Sort, Selection Sort methods Radix, selection Radix and Selection sort 42. Introduction to Searching methods Searching, Linear To understand linear 43. 44. 45. Linear Search implementation Introduction to Hashing Hash functions Open Hashing(separate chaining) Hash table, inserting and deleting hash table contents Open Addressing(Closed hashing) Linear probing, quadratic probing, double hashing Search Hashing, hash function Open hashing, separate chaining, hash table Open addressing, closed hashing, probing 46. Rehashing, extendable hashing Rehash, extendable 47. Sorting methods - GROUP DISCUSSION Sorting search of Hashing To understand the open hashing To understand open addressing in hashing To understand rehashing and extendible hashing Sorting Total No. of. hours planned 47 No. of. hours prescribed in the syllabus 45 Page 4 of 5

Content beyond the syllabus topics: Interrupt programming in C Tentative Dates of Events: TEXTBOOKS: Reopening Date : Last Working Day : Unit Test I : Unit Test II : Unit Test II : Unit Test IV : Unit Test V :. Brian W. Kernighan and Dennis M. Ritchie, The C Programming Language, 2nd Edition, Pearson Education, 988. 2. Mark Allen Weiss, Data Structures and Algorithm Analysis in C, 2nd Edition, Pearson Education, 997. REFERENCES:. Thomas H. Cormen, Charles E. Leiserson, Ronald L.Rivest, Clifford Stein, Introduction to Algorithms", Second Edition, Mcgraw Hill, 2002. 2. Reema Thareja, Data Structures Using C, Oxford University Press, 20 3. Aho, Hopcroft and Ullman, Data Structures and Algorithms, Pearson Education,983. 4. Stephen G. Kochan, Programming in C, 3rd edition, Pearson Ed., WEB LEARNING RESOURCES :. http://www.programiz.com/c-programming/c-pointers 2. www.tutorialspoint.com/cprogramming/c_pointers.htm 3. www.codingunit.com/c-tutorial-how-to-use-pointers 4. www.thegeekstuff.com/202/07/c-file-handling/ 5. www.c4learn.com/index/file-handling-in-c/ 6. https://www.youtube.com/watch?v=hdfg8lsajw 7. https://www.youtube.com/watch?v=wy4wu0eaz2g 8. https://www.youtube.com/watch?v=bvjgbt923de 9. https://www.youtube.com/watch?v=ej_vsafqvog COURSE COORDINATOR HoD/CSE PRINCIPAL Page 5 of 5