Download as pdf or txt
Download as pdf or txt
You are on page 1of 15

DAV CENTENARY COLLEGE FARIDABAD

Academic Session: January-March 2019


Summary of Lesson Plan of BCA-106 ('C' Programming)
Ms. Tanu Kwatra (Section : A, B)
Name of Asst/Associate Professor Ms. Anjali Manchanda (Section : C)
Ms. Kavita Sharma (Section : D)
Date Topics to be covered
01.01.2019 Introduction to Programming
02.01.2019 Introduction to Programming
03.01.2019 History & Importance of C
Week 1 04.01.2019 History & Importance of C
05.01.2019 Elements of C
06.01.2019 Sunday
07.01.2019 Character set,identifiuers & Keywords
08.01.2019 Data Types, Constant ande Variables
09.01.2019 Revision of Elements of C
10.01.2019 Structure of C Program
Week 2 11.01.2019 Structure of C Program
12.01.2019 Revision
13.01.2019 sunday
14.01.2019 Operators
15.01.2019 Operators
16.01.2019 Operators
17.01.2019 Type casting, operator hierarchy and Associativity
Week 3 18.01.2019 Type casting, operator hierarchy and Associativity
19.01.2019 Revision :Unit I
20.01.2019 Sunday
21.01.2019 Introduction to Decision Making & Branching
22.01.2019 Decision Making with If statement
23.01.2019 contd.
24.01.2019 if else, Nested if
Week 4 25.01.2019 Sir Chottu Ram Jayanti
26.01.2019 Republic day
27.01.2019 Sunday
28.01.2019 Else if Ladder, Revision:If else statement
29.01.2019 Revision:Decision and Branching statement
30.01.2019 Switch case & goto statement
31.01.2019 Switch case & goto statement
Week 5 01.02.2019 Introduction to Looping:for
02.02.2019 Introduction to Looping:for
03.02.2019 Sunday
04.02.2019 while
05.02.2019 do-while
06.02.2019 Break, continue
07.02.2019 Nested loop
Week 6 08.02.2019 Revision of Looping
09.02.2019 Test: Looping
10.02.2019 Sunday
11.02.2019 Presentation:Unit1
12.02.2019 Presentation:Unit2
13.02.2019 Revision of Unit 1
14.02.2019 Mahashivratri
Week 7 15.02.2019 Revision of Unit 2
16.02.2019 Standard Mathematical Function:Introduction
17.02.2019 Sunday
18.02.2019 Input & Output function
19.02.2019 Guru Ravidas Jayanti
20.02.2019 getch((), getche()
21.02.2019 getchar(),gets()
Week 8 22.02.2019 getchar(),gets()
23.02.2019 Revision: Input fucntions
24.02.2019 Sunday
25.02.2019 putch(),putchar()
26.02.2019 puts()
27.02.2019 Revision:output function
28.02.2019 Maharishi Dayanand Saraswati Jayanti
Week 9 01.03.2019 Introduction: String, string constant & variables
02.03.2019 String Manipulation operations
03.03.2019 Sunday
04.03.2019 contd.
05.03.2019 String Manipulation operations
06.03.2019 String Manipulation operations
07.03.2019 String Manipulation operations
Week 10 08.03.2019 String Manipulation operations
09.03.2019 Revision:String/Assignment
10.03.2019 Sunday
11.03.2019 Internal Examination
12.03.2019 Internal Examination
13.03.2019 Internal Examination
14.03.2019 Internal Examination
Week 11 15.03.2019 Internal Examination
16.03.2019 Internal Examination
17.03.2019 Sunday
Holi Vacations 17.03.19-24.03.2019
25.03.2019 Test:String
26.03.2019 Introduction to Functions
27.03.2019 Function type,prototype,function defination
Week 12 28.03.2019 Function type,prototype,function defination
29.03.2019 Local and global variables
30.03.2019 Recursion
31.03.2019 Sunday
01.04.2019 Call by value
02.04.2019 Call by reference
03.04.2019 Introduction: Array
Week 13 04.04.2019 Initialization,procession of an array
05.04.2019 Array of String
06.04.2019 Array of String
07.04.2019 Sunday
08.04.2019 Test: Function
09.04.2019 Revision/Assignment
10.04.2019 Introduction:Pointers
Week 14 11.04.2019 Introduction:Pointers
12.04.2019 Dr Ambedkar Jayanti
13.04.2019 Presentation:Functions &Array
14.04.2019 Sunday
15.04.2019 Presentation:Functions &Array
16.04.2019 Pointers & Array
17.04.2019 Mahaveer Jayanti
Week 15 18.04.2019 Pointers & Array
19.04.2019 Storage class
20.04.2019 Auto
21.04.2019 Sunday
22.04.2019 Extern
23.04.2019 Register and static storage,scope and storage
24.04.2019 Algorithm and Flowchart
Week 16 25.04.2019 Revision
26.04.2019 Revision
27.04.2019 Revision
28.04.2019 Sunday
29.04.2019 Revision
Week 17
30.04.2019 Revision

Subject: 'C' Programming Lab


Date Topics to be covered
01.01.2019 Introduction to Programming
02.01.2019 Introduction to Programming
03.01.2019 Program of simple C language
Week 1 04.01.2019 Program of simple C language
05.01.2019 Program of simple C language
06.01.2019 Sunday
07.01.2019 Program of simple C language
08.01.2019 Program of simple C language
09.01.2019 Program of simple C language
10.01.2019 Program of simple C language
Week 2 11.01.2019 Program of simple C language
12.01.2019 Revision: Structure of C Language
13.01.2019 sunday
14.01.2019 Revision
15.01.2019 Program of operators
16.01.2019 Program of operators
17.01.2019 Program of operators
Week 3 18.01.2019 Program of operators
19.01.2019 Test: Operators
20.01.2019 Sunday
21.01.2019 Introduction to Decision Making & Branching
22.01.2019 program on if statement
23.01.2019 Program on else-if
24.01.2019 Program on else-if
Week 4 25.01.2019 Sir Chottu Ram Jayanti
26.01.2019 Republic day
27.01.2019 Sunday
28.01.2019 Program on Else if Ladder
29.01.2019 Program on Else if Ladder
30.01.2019 Program on Switch case & goto statement
31.01.2019 Program on Switch case & goto statement
Week 5 01.02.2019 Introduction to Looping
02.02.2019 Program of for loop
03.02.2019 Sunday
04.02.2019 Program for while
05.02.2019 Program for do-while
06.02.2019 Program for do-while
07.02.2019 Program of jump ,break and continue
Week 6 08.02.2019 Program of jump ,break and continue
09.02.2019 Revision: looping
10.02.2019 Sunday
11.02.2019 Test:branching and looping
12.02.2019 program of jump ,break and continue
13.02.2019 Program for while
14.02.2019 Mahashivratri
Week 7 15.02.2019 Program for do-while
16.02.2019 Program of getch((), getche()
17.02.2019 Sunday
18.02.2019 Program of getch((), getche()
19.02.2019 Program of getchar(),gets()
20.02.2019 Program of putch(),putchar()
21.02.2019 Program of puts()
Week 8 22.02.2019 Program of puts()
23.02.2019 Introduction: String, string constant & variables
24.02.2019 Sunday
25.02.2019 Program on String
26.02.2019 Program of String Manipulation operations
27.02.2019 Program of String Manipulation operations
28.02.2019 Maharishi Dayanand Saraswati Jayanti
Week 9 01.03.2019 Program of String Manipulation operations
02.03.2019 Program of String Manipulation operations
03.03.2019 Sunday
04.03.2019 Program of String Manipulation operations
05.03.2019 Program of String Manipulation operations
06.03.2019 Revision:String
07.03.2019 Introduction:Functions
Week 10 08.03.2019 Program of Functions
09.03.2019 Program of Functions
10.03.2019 Sunday
11.03.2019 Internal Examination
12.03.2019 Internal Examination
13.03.2019 Internal Examination
14.03.2019 Internal Examination
Week 11 15.03.2019 Internal Examination
16.03.2019 Internal Examination
17.03.2019 Sunday
Holi Vacations 17.03.19-24.03.2019
25.03.2019 Program of Functions
26.03.2019 Program of Call by value
27.03.2019 Program of Call by value
Week 12 28.03.2019 Program of Recursion
29.03.2019 Program of Recursion
30.03.2019 Revision:funtions/Test
31.03.2019 Sunday
01.04.2019 Program of Arrays
02.04.2019 Program of Arrays
03.04.2019 Program on Array of Strings
Week 13 04.04.2019 Revision:Arrays
05.04.2019 Revision:Arrays
06.04.2019 Test: Function
07.04.2019 Sunday
08.04.2019 Program of Pointers
09.04.2019 Program of Pointers
10.04.2019 Program of Functions & Array
Week 14 11.04.2019 Test:function & Array
12.04.2019 Dr Ambedkar Jayanti
13.04.2019 Test:function & Array
14.04.2019 Sunday
15.04.2019 Test:function & Array
16.04.2019 Program on Storage class
17.04.2019 Mahaveer Jayanti
Week 15 18.04.2019 Program on Storage class
19.04.2019 Program on Storage class
20.04.2019 Program on Storage class
21.04.2019 Sunday
22.04.2019 Revision
23.04.2019 Revision
24.04.2019 Revision
Week 16 25.04.2019 Revision
26.04.2019 Revision
27.04.2019 Revision
28.04.2019 Sunday
29.04.2019 Revision
Week 17
30.04.2019 Revision
DAV CENTENARY COLLEGE FARIDABAD
Academic Session: January-March 2019
Summary of Lesson Plan of BCA-107 (Logical Organization of Computer - II)
Ms. Kavita Verma (Section : A, C)
Name of Asst/Associate Professor
Ms. Rashmi Verma (Section : B, D)
Date Topics to be covered
01.01.2019 Sequential Logic :- Characteristics
02.01.2019 Flip-Flops
03.01.2019 Clocked RS, D Flip-Flops
Week 1 04.01.2019 JK Flip-Flop, T Flip-Flop
05.01.2019 Tutorial class on Flip-Flops
06.01.2019 Sunday
07.01.2019 Master-Slave Flip-Flops
08.01.2019 State table, state diagram and state equations
09.01.2019 Flip-flop excitation tables
10.01.2019 Class test Unit - 1
Week 2 11.01.2019 UNIT-II Sequential Circuits: Designing registers
12.01.2019 Serial Input Serial Output (SISO), Serial Input

Parallel Output (SIPO)


13.01.2019 sunday
14.01.2019 Parallel Input Serial Output (PISO), Parallel Input Parallel Output

(PIPO)
15.01.2019 Bidirectional Shift Register
16.01.2019 Universal Shift Register
17.01.2019 Designing counters- Diff between synchronous and asynchronous counter
Week 3 18.01.2019 4-bit Ripple Counter
19.01.2019 Asynchronous up-down Counter
20.01.2019 Sunday
21.01.2019 MOD -N Asynchronous counter
22.01.2019 Synchronous up Counter
23.01.2019 Synchronous down Counter
24.01.2019 Synchronous up-down counter
Week 4 25.01.2019 Sir Chottu Ram Jayanti
26.01.2019 Republic day
27.01.2019 Sunday
28.01.2019 Synchronous MOD-N counter
29.01.2019 Doubt class on Register
30.01.2019 Presentation by students on register
31.01.2019 Presentation by students on register
Week 5 01.02.2019 Design of synschronous counter using T-Flip Flop
02.02.2019 Design of synschronous counter using JK-Flip Flop
03.02.2019 Sunday
04.02.2019 Tutorial class on Asynchronous counter
05.02.2019 Tutorial class on Synchronous counter
06.02.2019 Class test Unit - II
UNIT-IV - Instruction Design & I/O Organization
07.02.2019
Week 6
08.02.2019 Instruction Format
09.02.2019 CPU interfacing Bus
10.02.2019 Sunday
11.02.2019 CPU Registers
12.02.2019 Timing and cycle constraints
13.02.2019 Addressing Modes
14.02.2019 Mahashivratri
Week 7 15.02.2019 Machine instruction
16.02.2019 Instruction set selection
17.02.2019 Sunday
18.02.2019 Instruction cycle
19.02.2019 Guru Ravidas Jayanti
20.02.2019 I/O Interface
21.02.2019 Interrupt

structure
Week 8 22.02.2019 Program-controlled
23.02.2019 Interrupt-controlled
24.02.2019 Sunday
25.02.2019 DMA transfer
26.02.2019 I/O Channels
27.02.2019 IOP
28.02.2019 Maharishi Dayanand Saraswati Jayanti
Week 9 01.03.2019 Test of unit-4
UNIT-III-Memory & I/O Devices
02.03.2019
03.03.2019 Sunday
04.03.2019 Shivratri
05.03.2019 Memory Parameters
06.03.2019 Semiconductor RAM
07.03.2019 Static RAM and types
Week 10 08.03.2019 Working of static RAM
09.03.2019 Dynamic RAM and Types
10.03.2019 Sunday
11.03.2019 internal exams
12.03.2019 internal exams
13.03.2019 internal exams
14.03.2019 internal exams
Week 11 15.03.2019 internal exams
16.03.2019 internal exams
17.03.2019 Sunday
Holi Vacations 17.03.19-24.03.2019
25.03.2019 Working of Dynamic RAM
26.03.2019 ROM and types of ROM
27.03.2019 Memory Hierarchy
Week 12 28.03.2019 Magnetic Storage Devices
29.03.2019 Types of Magnetic storage Devices
30.03.2019 Optical Storage Devices
31.03.2019 Sunday
01.04.2019 Tyes of Optical Strorage devices
02.04.2019 Difference between magnetic storage and optical storage
03.04.2019 Flash memory
Week 13 04.04.2019 Input Devices
05.04.2019 Output Devices
06.04.2019 Input Controller
07.04.2019 Sunday
08.04.2019 Output Controller
09.04.2019 Presentation by students on unit-3
10.04.2019 Presentation by students on unit-3
Week 14 11.04.2019 Discussion on important topics
12.04.2019 Tutorial class
13.04.2019 Tutorial class
14.04.2019 Sunday
15.04.2019 Revision of Unit-I
16.04.2019 Revision of Unit-I
17.04.2019 Mahaveer Jayanti
Week 15 18.04.2019 Revision of Unit-I
19.04.2019 Revision of Unit-II
20.04.2019 Revision of Unit-II
21.04.2019 Sunday
22.04.2019 Revision of Unit-II
23.04.2019 Revision of Unit-III
24.04.2019 Revision of Unit-III
Week 16 25.04.2019 Revision of Unit-III
26.04.2019 Revision of Unit-IV
27.04.2019 Revision of Unit-IV
28.04.2019 Sunday
29.04.2019 Previous year question paper discussion
Week 17
30.04.2019 Previous year question paper discussion
DAV CENTENARY COLLEGE FARIDABAD
Academic Session: January-March 2019
Summary of Lesson Plan of BCA-109 (Structured System Analysis & Design)
Ms. Vandana (Section : A, C)
Name of Asst/Associate Professor Ms. Kavita Sharma (Section : B)
Ms. Anjali Manchanda (Section : D)
Date Topics to be covered
01.01.2019 Intrduction to System
02.01.2019 Characteristics of a System
03.01.2019 Elements of a system
Week 1 04.01.2019 Elements of a system
05.01.2019 Types of System
06.01.2019 Sunday
07.01.2019 Types of System Continued
08.01.2019 SDLC and its Phases
09.01.2019 Preliminary survey & feasibility study Phases
10.01.2019 system Analysis and Design Phases
Week 2 11.01.2019 System Testing , Implementation and maintenance
12.01.2019 Presentation on SDLC
13.01.2019 sunday
14.01.2019 SDLC and its Phases
15.01.2019 Preliminary survey & feasibility study Phases
16.01.2019 system Analysis and Design Phases
17.01.2019 System Testing , Implementation and maintenance
Week 3 18.01.2019 Presentation on SDLC
19.01.2019 Role of System Analysis
20.01.2019 Sunday
21.01.2019 Role of System Analysis
22.01.2019 Analyst and User Interface
23.01.2019 System planning & Initial Investigation
24.01.2019 Planning in System Analysis
Week 4 25.01.2019 Sir Chottu Ram Jayanti
26.01.2019 Republic day
27.01.2019 Sunday
28.01.2019 Sources of Project requests
29.01.2019 Fact Finding Techniques
30.01.2019 Information Gathering Tools
31.01.2019 Determination of Feasibility
Week 5 01.02.2019 Revision of SDLC Fact Finding techniques
02.02.2019 Test of Unit -I
03.02.2019 Sunday
04.02.2019 Tools of Structured Analysis
05.02.2019 DFD-Logical & Physical
06.02.2019 Flow Charts and Gantt charts
07.02.2019 Decision Tree/ Decision Table
Week 6 08.02.2019 Structured English-Pros and Cons
09.02.2019 Feasibility Analysis & Report
10.02.2019 Sunday
11.02.2019 Cost Benefit Analysis
12.02.2019 Presentation on Structured Analysis Tools
13.02.2019 Methods of Determining Cost / benefit
14.02.2019 Mahashivratri
Week 7 15.02.2019 Assignments Question and Discussion
16.02.2019 Interpret Result of Analysis
17.02.2019 Sunday
18.02.2019 Interpret Result of Analysis and Final Action
19.02.2019 Guru Ravidas Jayanti
20.02.2019 Revision of Unit -II
21.02.2019 Revision & doubts of Unit I & II
Week 8 22.02.2019 Revision & doubts of Unit I & II
23.02.2019 Objectives of System Design
24.02.2019 Sunday
25.02.2019 Logical and Physical Design Examples
26.02.2019 Design Methodologies
27.02.2019 Structured Design
28.02.2019 Maharishi Dayanand Saraswati Jayanti
Week 9 01.03.2019 Form Driven Methodologies
02.03.2019 IPO Charts
03.03.2019 Sunday
04.03.2019 Shivratri
05.03.2019 Structured Walkthrough
06.03.2019 Presentation on system design and charts
07.03.2019 Objectives of Input design
Week 10 08.03.2019 Objectives of output design
09.03.2019 Form Design
10.03.2019 Sunday
11.03.2019 Internal Exam
12.03.2019 Internal Exam
13.03.2019 Internal Exam
14.03.2019 Internal Exam
Week 11 15.03.2019 Internal Exam
16.03.2019 Internal Exam
17.03.2019 Sunday
Holi Vacations 17.03.19-24.03.2019
25.03.2019 Classification of Forms
26.03.2019 Classification of Forms
27.03.2019 Types of Forms
Week 12 28.03.2019 Requirements of Form Design
29.03.2019 Form Layout Consideration
30.03.2019 Form Control
31.03.2019 Sunday
01.04.2019 Assignments Questions and Discussion
02.04.2019 Doubts of unit III
03.04.2019 Test of Unit -III
Week 13 04.04.2019 Introduction to System Testing
05.04.2019 Testing and its objectives
06.04.2019 Test plan
07.04.2019 Sunday
08.04.2019 Testing Techniques
09.04.2019 Testing Techniques
10.04.2019 Types of System Test
Week 14 11.04.2019 Types of System Test
12.04.2019 Presentation on system testing
13.04.2019 Examples on system testing
14.04.2019 Sunday
15.04.2019 Quality Assurance and its types
16.04.2019 Goals of quality assurancein System Life cycle
17.04.2019 Mahaveer Jayanti
Week 15 18.04.2019 System implimentation
19.04.2019 Types of implementation
20.04.2019 System evaluation and its types
21.04.2019 Sunday
22.04.2019 System evaluation and its types
23.04.2019 Presentation on system implementation and evaluation
24.04.2019 System maintenace and its types
Week 16 25.04.2019 Types of System maintenace
26.04.2019 System documentation
27.04.2019 Forms of documentation
28.04.2019 Sunday
29.04.2019 Previous year question paper discussion
30.04.2019 Previous year question paper discussion
DAV CENTENARY COLLEGE FARIDABAD
Academic Session: January-March 2019
Summary of Lesson Plan of BCA-109 (Structured System Analysis & Design)
Ms. Vandana (Section : A, C)
Name of Asst/Associate Professor Ms. Kavita Sharma (Section : B)
Ms. Anjali Manchanda (Section : D)
Date Topics to be covered
01.01.2019 Intrduction to System
02.01.2019 Characteristics of a System
03.01.2019 Elements of a system
Week 1 04.01.2019 Elements of a system
05.01.2019 Types of System
06.01.2019 Sunday
07.01.2019 Types of System Continued
08.01.2019 SDLC and its Phases
09.01.2019 Preliminary survey & feasibility study Phases
10.01.2019 system Analysis and Design Phases
Week 2 11.01.2019 System Testing , Implementation and maintenance
12.01.2019 Presentation on SDLC
13.01.2019 sunday
14.01.2019 SDLC and its Phases
15.01.2019 Preliminary survey & feasibility study Phases
16.01.2019 system Analysis and Design Phases
17.01.2019 System Testing , Implementation and maintenance
Week 3 18.01.2019 Presentation on SDLC
19.01.2019 Role of System Analysis
20.01.2019 Sunday
21.01.2019 Role of System Analysis
22.01.2019 Analyst and User Interface
23.01.2019 System planning & Initial Investigation
24.01.2019 Planning in System Analysis
Week 4 25.01.2019 Sir Chottu Ram Jayanti
26.01.2019 Republic day
27.01.2019 Sunday
28.01.2019 Sources of Project requests
29.01.2019 Fact Finding Techniques
30.01.2019 Information Gathering Tools
31.01.2019 Determination of Feasibility
Week 5 01.02.2019 Revision of SDLC Fact Finding techniques
02.02.2019 Test of Unit -I
03.02.2019 Sunday
04.02.2019 Tools of Structured Analysis
05.02.2019 DFD-Logical & Physical
06.02.2019 Flow Charts and Gantt charts
07.02.2019 Decision Tree/ Decision Table
Week 6 08.02.2019 Structured English-Pros and Cons
09.02.2019 Feasibility Analysis & Report
10.02.2019 Sunday
11.02.2019 Cost Benefit Analysis
12.02.2019 Presentation on Structured Analysis Tools
13.02.2019 Methods of Determining Cost / benefit
14.02.2019 Mahashivratri
Week 7 15.02.2019 Assignments Question and Discussion
16.02.2019 Interpret Result of Analysis
17.02.2019 Sunday
18.02.2019 Interpret Result of Analysis and Final Action
19.02.2019 Guru Ravidas Jayanti
20.02.2019 Revision of Unit -II
21.02.2019 Revision & doubts of Unit I & II
Week 8 22.02.2019 Revision & doubts of Unit I & II
23.02.2019 Objectives of System Design
24.02.2019 Sunday
25.02.2019 Logical and Physical Design Examples
26.02.2019 Design Methodologies
27.02.2019 Structured Design
28.02.2019 Maharishi Dayanand Saraswati Jayanti
Week 9 01.03.2019 Form Driven Methodologies
02.03.2019 IPO Charts
03.03.2019 Sunday
04.03.2019 Shivratri
05.03.2019 Structured Walkthrough
06.03.2019 Presentation on system design and charts
07.03.2019 Objectives of Input design
Week 10 08.03.2019 Objectives of output design
09.03.2019 Form Design
10.03.2019 Sunday
11.03.2019 Internal Exam
12.03.2019 Internal Exam
13.03.2019 Internal Exam
14.03.2019 Internal Exam
Week 11 15.03.2019 Internal Exam
16.03.2019 Internal Exam
17.03.2019 Sunday
Holi Vacations 17.03.19-24.03.2019
25.03.2019 Classification of Forms
26.03.2019 Classification of Forms
27.03.2019 Types of Forms
Week 12 28.03.2019 Requirements of Form Design
29.03.2019 Form Layout Consideration
30.03.2019 Form Control
31.03.2019 Sunday
01.04.2019 Assignments Questions and Discussion
02.04.2019 Doubts of unit III
03.04.2019 Test of Unit -III
Week 13 04.04.2019 Introduction to System Testing
05.04.2019 Testing and its objectives
06.04.2019 Test plan
07.04.2019 Sunday
08.04.2019 Testing Techniques
09.04.2019 Testing Techniques
10.04.2019 Types of System Test
Week 14 11.04.2019 Types of System Test
12.04.2019 Presentation on system testing
13.04.2019 Examples on system testing
14.04.2019 Sunday
15.04.2019 Quality Assurance and its types
16.04.2019 Goals of quality assurancein System Life cycle
17.04.2019 Mahaveer Jayanti
Week 15 18.04.2019 System implimentation
19.04.2019 Types of implementation
20.04.2019 System evaluation and its types
21.04.2019 Sunday
22.04.2019 System evaluation and its types
23.04.2019 Presentation on system implementation and evaluation
24.04.2019 System maintenace and its types
Week 16 25.04.2019 Types of System maintenace
26.04.2019 System documentation
27.04.2019 Forms of documentation
28.04.2019 Sunday
29.04.2019 Previous year question paper discussion
30.04.2019 Previous year question paper discussion

You might also like