CECS Affiliated NEP Second Year Syllabus
CECS Affiliated NEP Second Year Syllabus
(Affiliated Colleges)
Weekly Examination
Hours Scheme
Course Course
Course Name M E Credit
Category Code
L P CA S S
E E
Weekly Examination
Course Hours Scheme
Course Code Course Name Credit
Categories
L P CA MSE ESE
PCC1 24AF1245PC401 Design and Analysis of Algorithms 3 - 20 20 60 3
Computer Architecture and
PCC2 24AF1245PC402 3 - 20 20 60 3
Organization
PCC3 24AF1245PC403 Probability and Statistics 3 - 20 20 60 3
HSSM 24AF1245AE404 Operating Systems 3 - 20 20 60 3
1. Data Science
Open
24AF1245OE405 2. Elective from Other 2 - 20 20 60 2
Elective
Departments
MDM 24AF1245MD406 Data Structures and Algorithms 2 - 20 20 60 2
VSEC 24AF1COIVE407 Constitution of India 2 - 60 - 40 Audit
Life of Bharat Ratna Dr. Babasaheb
VSEC 24AF1000VE408B 1 - 50 - - 1
Ambedkar
Design and Analysis of Algorithms
VSEC 24AF1245S409 - 2 60 - 40 2
Laboratory
Modern Indian Languages
A) Marathi
AEC 24AF1000AE410 2 - 20 20 60 2
B) Hindi
C) Sanskrit
VSEC 24AF1245S411 Full Stack Development 1 2 60 - 40 2
PCC Lab 24AF1245PCL412 Operating Systems Laboratory - 2 60 - 40 1
Total 22 6 430 140 580 24
Exit Requirements for Certificate Program
VSEC 23AF1245VE414 Full Stack Development Project - 16 60 - 40 8
Weekly Examination
Course Hours Scheme
Course Name Credit
Code
L P CA MSE ESE
Weekly Examination
Course Hours Scheme
Course Name Credit
Code
L P CA MSE ESE
PCC1 Compiler Design 3 - 20 20 60 3
PCC2 Computer Networks 3 - 20 20 60 3
Elective II:
PEC A. Internet of Things 3 - 20 20 60 3
B. Advanced Algorithms
Elective III:
PEC A. Distributed Systems 3 - 20 20 60 3
B. Big Data Analytics
Open Elective I:
A. Human Computer Interaction
OE 3 - 20 20 60 3
B. Object Oriented Analysis and
Design
ICT for Sustainable Development
MDM 2 - 40 - 60 2
(ICT4SD)
PCC Lab Compiler Design Laboratory - 2 40 - 60 1
PCC Lab Computer Networks Laboratory - 2 40 - 60 1
VSEC Mini Project - 4 40 - 60 2
Total 16 12 460 100 540 21
Exit Requirements for Certificate program (any two courses from following courses)
A Data Analysis Project 16 60 - 40 8
Weekly Examination
Course Hours Scheme
Course Name Credit
Code
L P CA MSE ESE
Weekly Examination
Course Code Course Name Hours Scheme Credit
L P CA MSE ESE
PCC1 Software Architecture 3 - 20 20 60 3
PCC2 Cryptography and Network Security 3 - 20 20 60 3
Elective V:
A. Blockchain Technology
PEC 3 - 20 20 60 3
B. Virtual Reality
C. Social Network Analysis
MDM System Administration 2 - 40 - 60 2
Open Elective Information Theory & Coding 3 2 20 20 60 4
Entrepreneurship
/ Economics / Intellectual Property Rights 2 - 40 - 60 2
Management
VSEC Foreign Language Studies - 2 40 - 60 1
AEC Project Phase - II - 4 40 - 60 2
Total 16 12 460 100 540 22
TH 3 Course Objectives: CA 20
PR - MSE 20
CR 3 ESE 60
COURSE CONTENT
Unit
Topic Hours
No.
1 Introduction, Vectors in Rn, Vector Addition and Scalar Multiplication, Dot 05 Hrs
(Inner) Product, Located Vectors, Hyperplanes, Lines, Curves in Rn, Vectors in
R3 (Spatial Vectors), ijk Notation, Complex Numbers, Vectors in Cn.
Text Books:
1. Linear Algebra, Seymour Lipschutz, Schaum's outlines, 4th Edition,
McGraw-Hill Publication.
Reference Books:
1. Introduction to Linear Algebra, Gilbert Strang, 5th Edition, Wellesley -
Cambridge Press.
2. K. Hoffman and R. Kunze, Linear Algebra, 2nd Edition, Prentice-Hall of
India, 2005.
3. M. Artin, Algebra, Prentice-Hall of India, 2005.
TH 3 Course Objectives: CA 20
1.
PR - 2. MSE 20
CR 3 ESE 60
COURSE CONTENT
Unit
Topic Hours
No.
1 Data, Data types, Data structure, Abstract Data Type (ADT), representation of 06 Hrs
Information, characteristics of algorithm, program, analyzing programs. Arrays
and Hash Tables: Concept of sequential organization, linear and non-linear data
structures, storage representation, array processing, sparse matrices, transpose of
sparse matrices, Hash Tables, Direct address tables, Hash tables, Hash functions,
Open addressing, Perfect hashing.
2 Stacks and Queues: Introduction, stack and queue as ADT, representation and 06 Hrs
implementation of stack and queue using sequential and linked allocation,
Circular queue and its implementation, Application of stack for expression
evaluation and expression conversion, recursion, priority queue.
3 Linked Lists: Concept of linked organization, singly and doubly linked list, and 06 Hrs
dynamic storage management, circular linked list, operations such as insertion,
deletion, concatenation, traversal of linked list, dynamic memory management,
garbage collection.
4 Trees and Graphs: Basic terminology, binary trees and their representation, 07 Hrs
insertion and deletion of nodes in binary trees, binary search tree and its
traversal, threaded binary tree, Heap, Balanced Trees, Terminology and
representation of graphs using adjacency matrix, Warshall’s algorithm.
5 Searching and Sorting: Sequential, binary searching, skip lists – dictionaries, 07 Hrs
linear list representation, skip list representation, operations – insertion, deletion,
and searching. Insertion sort, selection sort, radix sort, and File handling.
Reference Books:
1. Horowitz and Sahani, Fundamentals of Data Structures, Universities
Press, 2nd Edition, 2008.
2. Thomas Cormen, Introduction to Algorithms, PHI Publication, 2nd
Edition, 2002.
3. Venkatesan & Rose, Data Structures, Wiley Publication, 1st Edition,
2015.
4. Goodrich & Tamassia, Data Structure & Algorithm in C++, Wiley
Publication, 2nd Edition, 2011.
Text Books:
1. Mark Allen Weiss, Data structures and algorithms analysis in C++,
Pearson Education, 4th Edition, 2013.
2. S. Lipschutz, Data Structures, McGraw-Hill Publication, Revised 1st
Edition, 2014.
3. Y. Langsm, M. Augenstin, A. Tanenbaum, Data Structure using C and
C++, Prentice Hall India Learning Private Limited, 2nd Edition, 1998.
4. Trembley and Sorenson, Introduction to Data Structures, PHI
Publication, 2nd Revised Edition, 1983.
5. Vishal Goyal, Lalit Goyal, A Simplified Approach To Data Structure,
SPD Publication, 1st Edition, 2014.
TH 3 Course Objectives: CA 20
PR - MSE 20
CR 3 ESE 60
COURSE CONTENT
Unit
Topic Hours
No.
2 Basic notions in set Theory: Sets, Venn Diagrams, Subsets, The Size of a Set, 09 Hrs
Power Sets, Cartesian Products, Set operations, Set Identities, Generalized
Unions and Intersections, Cardinality of Sets.
Functions: Introduction, Subjective, Injective, Bijective, inverse functions,
Composition of functions.
Relations: Relations and Their Properties, n-ary Relations and Their
Applications, Representing Relations, Closures of Relations, Equivalence
Relations, Equivalence classes and partitions, Partial Ordering, Hasse Diagram,
Topological Sort.
4 Graph: Some Special Simple Graphs, Bipartite Graphs, New Graphs from Old, 07 Hrs
Shortest path problems, Euler and Hamiltonian paths, Isomorphic graphs, Planar
graphs, Connectivity, Matching Coloring.
Trees: Prefix Codes, Huffman coding, Spanning trees and cut sets, Minimal
spanning trees, Kruskal‘s and Prim‘s algorithms for minimal spanning trees.
5 Algebraic Structures and Morphism: Algebraic Structures with one Binary 05 Hrs
Operation, Semi Groups, Monoids, Groups, Congruence Relation and Quotient
Structures, Free and Cyclic Monoids and Groups, Permutation Groups,
Substructures, Normal Subgroups, Algebraic Structures with two Binary
Operation, Rings, Integral Domain and Fields, Boolean Algebra and Boolean
Ring.
Text Books:
1. C. L. Liu, Elements of Discrete Mathematics, McGraw-Hill Publication,
3rd Edition, 2008.
Reference Books:
1. Lipschutz, Discrete Mathematics, McGraw-Hill Publication, 3rd Edition,
2009.
2. V. K. Balakrishnan, Schaum's Outline of Graph Theory, McGraw-Hill
Publication, 1st Edition, 1997.
3. Eric Gossett, Discrete Mathematics with Proof, Wiley Publication, 2nd
Edition, 2009.
4. Kenneth H. Rosen, Discrete Mathematics and its Applications,
McGraw-Hill Publication, 6th Edition, 2010.
5. Y. N. Singh, Discrete Mathematical Structures, Wiley Publication, 1st
Edition, 2010.
6. Dr. Sukhendu Dey, Graph Theory with Applications, SPD Publication, 1st
Edition, 2012.
TH 2 Course Objectives: CA 20
1. To explain the fundamental properties of C++.
PR - 2. To describe the usefulness of basic OO abstractions like class, MSE 20
3 Arrays: Arrays, declaring and creating arrays in Java, examples using arrays, 07 Hrs
passing arrays to methods, multidimensional arrays, variable-length argument
lists, using command-line arguments.
Text Books:
1. Paul Deitel and Harvey Detail, Java: How to Program, Pearson's
Publication, 9th Edition.
Reference Books:
1. Joel Murach and Michael Urban, Murach’s Beginning Java with Eclipse,
Murach's Publication, 1st Edition, 2016. Doug Lowe, Java All-in-One
For Dummies, Wiley Publication, 4th Edition,2014.
2. Herbert Schildt, Java The Complete Reference, McGraw-Hill
Publication, 9th Edition.
3. Patrick Niemeyer, Daniel Leuck, Learning Java, O'Reilly Media, 4th
Edition, 2013.
4. JavaScript: The Good Parts‖, Douglas Crockford, O‘Reilly, ISBN:
9782744055973.
TH 2 Course Objectives: CA 20
1. To acquaint the students with the fundamental principles of
PR - two-valued logic and various devices to implement logical MSE 20
1 Introduction: Digital signals, digital circuits, AND, OR, NOT, NAND, NOR and 07 Hrs
Exclusive-OR operations, Boolean algebra, examples of IC gates.
2 Number Systems: binary, signed binary, octal hexadecimal number, binary 07 Hrs
arithmetic, one‘s and two‘s complements arithmetic, codes, error detecting and
correcting codes
3 Combinational Logic Design: Standard representations for logic functions, k map 07 hrs
representation of logic functions (SOP and POS forms), minimization of logical
functions for min-terms and max-terms (upto four variables), don’t care conditions
5 Sequential Circuits and Systems: 1-bit memory, the circuit properties of Bistable 07 Hrs
latch, the clocked SR flip flop, J-K-T, and D-types flip flops, applications of flip
flops, shift registers, applications of shift registers, serial to parallel converter,
parallel to serial converter, ring counter, sequence generator, ripple (Asynchronous)
counters, synchronous counters, counters design using flip flops, a special counter
IC‘s, asynchronous sequential counters, applications of counters.
Text/Reference Books:
1. R. P. Jain, Modern Digital Electronics, McGraw Hill Education, 2009.
2. M. Morris Mano, Digital Logic and Computer Design 4th edition, Prentice
Hall of India, 2013.
3. Anand Kumar, Fundamentals of digital circuits 1st edition, Prentice Hall of
India, 2001.
Department of Computer Engineering 16
Dr. Babasaheb Ambedkar Technological University
4. Pedroni V.A., Digital Circuit Design with VHDL, Prentice Hall India, 2nd
Edition, 2001.
TH 2 Course Objectives: CA 20
1. .
PR - MSE 20
CR 2 ESE 60
COURSE CONTENT
Unit
Topic Hours
No.
1 Nature and scope of Business Economics; Microeconomics vs. 03 Hrs
Macroeconomics; Basic concepts: scarcity, choice, opportunity cost;
Economic systems: capitalism, socialism, mixed economy; Role of
economists in business decision-making; Law of demand and supply:
determinants and graphical representation; Elasticity: price, income, and cross
elasticity of demand.
2 Consumer Behavior and Demand Forecasting: Cardinal and ordinal utility 04 Hrs
approaches; Law of diminishing marginal utility; Indifference curve analysis
and consumer equilibrium; Budget constraint and consumer choice; Demand
estimation techniques; Objectives and methods of demand forecasting;
Factors influencing demand forecasting in business.
Text/Reference Books:
1. R. Paneerselvam, Engineering Economics, PHI publication.
2. Robbins S.P. and Decenzo David A., Fundamentals of Management:
Essential Concepts and Applications, Pearson Education.
3. L. M. Prasad, Principles and Practices of Management.
4. K. K. Dewett & M. H. Navalur, Modern Economic Theory, S. Chand
Publications
TH 1 Course Objectives: CA 50
PR - MSE -
CR 1 ESE -
COURSE CONTENT
Unit
Topic Hours
No.
3 Shivaji Maharaj’s views about Women's rights, their dignity and religious views. 05 Hrs
His views on Democracy & Nationalism
TH - Course Objectives: CA 60
PR 2 MSE –
CR 1 ESE 40
List of Experiments:
TH 3 Course Objectives: CA 20
PR - MSE 20
CR 3 ESE 60
COURSE CONTENT
Unit
Topic Hours
No.
2 Harmony in the Human Being: Understanding Human being as the Co-existence 05 Hrs
of the Self and the Body, Distinguishing between the Needs of the Self and the
Body, The Body as an Instrument of the Self, Understanding Harmony in the
Self, Harmony of the Self with the Body, Programme to Ensure self-regulation
and Health.
3 Harmony in the Family and Society: Harmony in the Family, the Basic Unit of 04 Hrs
Human Interaction, Values in Human-to-Human Relationship, ‘Trust' – the
Foundational Value in Relationship, 'Respect' – as the Right Evaluation,
Understanding Harmony in the Society, Vision for the Universal Human Order
Text Books:
1. A Foundation Course in Human Values and Professional Ethics, R R
Gaur, R Asthana, G P Bagaria, 2nd Revised Edition, Excel Books, New
Delhi, 2019. ISBN 978-93-87034-47-1.
Reference Books:
1. Jeevan Vidya: Ek Parichaya, A Nagaraj, Jeevan Vidya Prakashan,
Amarkantak, 1999.
2. Human Values, A.N. Tripathi, New Age Intl. Publishers, New Delhi,
2004.
TH 1 Course Objectives: CA 60
PR 2 MSE –
CR 1 ESE 40
List of Experiments:
TH - Course Objectives: CA 60
PR 2 MSE –
CR 1 ESE 40
Guidelines:
1. Choose a topic related to your course, recent technological advancement, or emerging research
area.
2. Select a topic that genuinely interests you so that you can invest time and effort in understanding
and presenting it.
3. Avoid selecting overly common or outdated topics. Instead, try to find a niche or unexplored
aspect of a broader subject.
4. Ensure availability of sufficient resources such as research papers, technical documentation,
books, and online references.
5. The selected topic must be approved by the seminar guide or course coordinator before
proceeding further.
6. Seminar Report Writing in LaTeX
7. Presentation Guidelines:
● Use 12–15 slides for a 10–15 minute presentation.
● Maintain clarity and visual appeal: minimal text, use diagrams and bullet points.
● Be prepared for a brief Q&A session after your presentation.
TH - Course Objectives: CA 60
PR 2 MSE –
CR 1 ESE 40
Guidelines:
1. Study of gates – AND; OR; NOT; NAND; NOR; EX-OR; EX-NOR
2. Verification of Boolean Theorems using basic gates.
3. Design a circuit to convert a binary number to its two's complement representation.
4. Design and realize a given function using K-maps and verify its performance.
5. Verify
a. Demorgan’s Theorem for 2 variables.
b. The sum-of product and product-of-sum expressions using universal gates.
6. Design and implement
a. Full Adder using basic logic gates.
b. Full subtractor using basic logic gates.
7. Implementation of 4x1 multiplexer using Logic Gates.
8. To verify the truth tables of S-R; J-K; T and D type flip flops.
9. Design, and Verify the 4- Bit Synchronous Counter.
10.Design, and Verify the 4-Bit Asynchronous Counter.
11.Design and implementation of a simple digital system (Mini Project).
Semester - IV
TH 3 Course Objectives: CA 20
PR - MSE 20
CR 3 ESE 60
COURSE CONTENT
Unit
Topic Hours
No.
2 Divide and Conquer: Introduction, Binary Search, Merge Sort, Quick Sort, 07 Hrs
Strassen‘s Matrix Multiplication.
Text Books:
1. T. Cormen, Introduction to Algorithms, PHI Publication, 4th Edition,
2022.
Reference Books:
1. Aho, Ullman, Data Structure and Algorithms, Addison-Wesley
Publication, 1st Edition, 1983.
2. Michel Goodrich, Roberto Tamassia, Algorithm Design – Foundation,
Analysis & Internet Examples, Wiley Publication, 2nd Edition,2006.
3. George T. Heineman, Gary Pollice, Stanley Selkow, Algorithms in a
Nutshell, A Practical Guide, O'Reilly Media, 2nd Edition, 2016.
TH 3 Course Objectives: CA 20
PR - MSE 20
CR 3 ESE 60
COURSE CONTENT
Unit
Topic Hours
No.
3 Computer Arithmetic: The arithmetic and logic Unit, Integer representation, 08 Hrs
Integer arithmetic, Floating point representation, Floating point arithmetic,
Introduction of arithmetic co-processor.
Text Books:
1. William Stalling, Computer Organization and Architecture: Designing
for Performance, Prentice Hall Publication, 8th Edition, 2009.
Reference Books:
1. Hayes, Computer Architecture and Organization, McGraw-Hill
Publication, 3rd Edition, 2012.
TH 3 Course Objectives: CA 20
1. To explain basic concepts in statistics and probability.
PR - 2. To describe various probabilistic distributions. MSE 20
COURSE CONTENT
Unit
Topic Hours
No.
Text Books:
1. S. C. Gupta, Fundamentals of Statistics, Himalaya Publishing House, 7th
Revised and Enlarged Edition, 2016.
2. G. V. Kumbhojkar; Probability and Random Processes, C. Jamnadas and
Co., 14th Edition, 2010.
3. Erwin Kreyszig, Advanced Engineering Mathematics, 9th Edition, John
Wiley & Sons, 2006.
TH 3 Course Objectives: CA 20
PR - MSE 20
CR 3 ESE 60
COURSE CONTENT
Unit
Topic Hours
No.
4 Memory Management: Basic concept, Logical and Physical address map, 06 Hrs
Memory allocation: Continuous Memory Allocation, Fixed and variable
partition, Internal and external fragmentation and compaction, Paging: Principle
of operation, Page allocation – Hardware support for paging, Protection and
sharing, Disadvantages of paging; Segmentation. Virtual Memory: Basics of
Virtual Memory – Hardware and control structures – Locality of reference, Page
fault, Working Set, Dirty page / Dirty bit – Demand paging, Page Replacement
algorithms: Optimal, First in First Out (FIFO), Second Chance (SC), Not
recently used (NRU) and Least Recently used (LRU).
5 File Management: File Concept, Access methods, File types, File operation, 06 Hrs
Directory and disk structure, File System Structure, File System Implementation,
Allocation methods (contiguous, linked, indexed), Free-space management (bit
vector, linked list, grouping), directory implementation (linear list, hash table),
efficiency and performance. Mass-Storage Structure: Disk Structure, Disk
attachment, Disk scheduling, Disk management, Swap Space Management.
Text/Reference Books:
1. Abraham Silberschatz, Peter B. Galvin and Greg Gagne, Operating
System Concepts, Wiley Publication, 8th Edition, 2008.
2. Andrew S. Tanenbaum, Modern Operating System, PHI Publication, 4th
Edition, 2015.
Department of Computer Engineering 34
Dr. Babasaheb Ambedkar Technological University
TH 2 Course Objectives: CA 20
1.
PR - MSE 20
CR 2 ESE 60
COURSE CONTENT
Unit
Topic Hours
No.
2 Descriptive Statistics: Counts and specific values, Measure of central tendency, 07 Hrs
Measure of spread, Measure of distribution shape, Statistical indices, Moments,
Key functions, Measures of complexity and model selection.
Text/Reference Books:
1. Dr. Michael J de Smith, Statistical Analysis Handbook: A
Comprehensive Guide to Statistical Concepts, Methods and Tools, The
Winchelsea Press, Drumlin Security Ltd, Edinburgh, 2018 edition.
https://www.statsref.com/HTML/index.html
2. Douglas C. Montgomery, George C. Runger, Applied Statistics and
Probability for Engineers, Sixth Edition, Wiley, 2013.
3. Dr.J.Ravichandran, Probability And Statistics For Engineers, First
Edition, Wiley, 2010.
4. Jure Leskovek, Anand Rajaraman and Jeffrey Ullman. Mining of
Massive Datasets. V2.1, Cambridge University Press. 2014. (free online)
5. Kevin P. Murphy. Machine Learning: A Probabilistic Perspective. ISBN
0262018020, 2013.
6. Foster Provost and Tom Fawcett. Data Science for Business: What You
Need to Know about Data Mining and Data-analytic Thinking. ISBN
1449361323. 2013.
7. Cathy O’Neil and Rachel Schutt. Doing Data Science, Straight Talk
From The Frontline, O’Reilly. 2014.
TH 2 Course Objectives: CA 60
PR - MSE -
CR AU ESE 40
COURSE CONTENT
Unit
Topic Hours
No.
2 Union Government and its Administration: Structure of the Indian Union: 05 Hrs
Federalism, Centre- State, relationship, President: Role, power and position, PM
and Council of ministers, Cabinet and Central Secretariat, Lok Sabha, Rajya
Sabha.
Text/Reference Books:
1. Sastry, T. S. N., (2005). India and Human Rights: Reflections, Concept
Publishing Company India (P Ltd.).
2. Nirmal, C.J., (1999). Human Rights in India: Historical, Social and
Political Perspectives (Law in India), Oxford India.
TH 1 Course Objectives: CA 50
PR - MSE -
CR 1 ESE -
COURSE CONTENT
Unit
Topic Hours
No.
2 Contributions to the Constitution of India, Vision for social justice and 05 Hrs
empowerment.
TH - Course Objectives: CA 60
PR 2 MSE -
CR 1 ESE 40
List of Experiments:
TH 2 Course Objectives: CA 20
PR - MSE 20
CR 2 ESE 60
COURSE CONTENT
Unit
Topic Hours
No.
1 मराठीचा उगम आणि विकास: मराठीचा उगम आणि विकास, मराठी भाषेवर संत 02 Hrs
परं परे चा प्रभाव- ज्ञानेश्वर, तक
ु ाराम, नामदे व आणि एकनाथ यांच्या रचनांचा अभ्यास,
मराठीत बखरी लेखन व इतिहास दर्शन, आधनि ु क मराठी आणि सध ु ारणा चळवळी-
टिळक, फुले, आणि आगरकर यांचे योगदान.
2 स्वातंत्र्यानंतरची मराठी भाषा: महाराष्ट्र राज्य निर्मिती व मराठीचा अधिकृत दर्जा, 02 Hrs
डिजिटल यग ु ातील मराठी भाषा : ब्लॉग, सोशल मीडिया आणि ई-साहित्य, मराठी भाषा
संरक्षणासाठी उपाययोजना, शिक्षण व्यवस्थेतील मराठीचा वापर, जागतिक स्तरावर
मराठी भाषेचा प्रभाव.
3 मराठी लेखनाचे नियम आवण व्याकरण: संधि, वाक्यप्रकार (विधानार्थी वाक्य, प्रश्नार्थी 02 Hrs
वाक्य, आज्ञार्थी वाक्य इ.), विरामचिन्हे आणि त्यांचे उपयोग, शद्
ु धलेखन, समानाथी
शब्द (पर्यायवाची शब्द), विरुद्धाथी शब्द.
4 लेखन कौशल्य: लेखन कौशल्याचा परिचय, लेखन कौशल्याचे महत्त्व आणि 02 Hrs
आवश्यकता ▪ पत्रलेखन ▪ निबंध लेखन ▪ वत्त
ृ लेखन (वत्त
ृ पत्रीय लेखन) ▪ इतिवत्त
ृ लेखन ▪
सारांश लेखन
TH 2 Course Objectives: CA 20
PR - MSE 20
CR 2 ESE 60
COURSE CONTENT
Unit
Topic Hours
No.
1 हिंदी भाषा का उद्भि और स्रोत: ▪ हिंदी भाषा की उत्पत्ति और स्वरूप ▪ संस्कृत, प्राकृत 02 Hrs
और अपभ्रंश से हिंदी का विकास ▪ हिंदी की प्रमखु बोलियााँ (ब्रज, अवधी, खडी बोली,
भोजपरु ी, राजस्थानी आदी) ▪ हिंदी पर फारसी, अरबी और अंग्रेजी भाषा का प्रभाव.
2 स्वातंतंत्र्योत्तर काल में हिंदी भाषा ▪ प्रशासन, शिक्षा और संचार माध्यमों में हिंदी की 02 Hrs
भमि
ू का ▪ राजभाषा के रूप में हिंदी – संवध ै ानिक स्थिति और व्यावहारिक उपयोग ▪ हिंदी
का वैश्र्विक विस्तार और डिजिटल माध्यमों में हिंदी की उपस्थिति ▪ प्रशासन और संचार
माध्यमों में हिंदी
3 हिंदी भाषा लेखन के नियम और व्याकरण ▪ वणिमाला ▪ शब्द-भेद ▪ संधि ▪ वाक्य रचना 02 Hrs
▪ वर्तनी ▪ उपसर्ग, प्रत्यय और शब्द निर्मांण की प्रक्रिया ▪ विराम चिन्हों का प्रयोग ▪
पर्यायवाची शब्द ▪ विलोम शब्द.
4 लेखन कौशल ▪ पत्र लेखन ▪ प्रतिवेदन (रिपोटि) लेखन ▪ विज्ञप्ति, नोटिस और परिपत्र 02 Hrs
लेखन निबंध लेखन ▪ सार लेखन.
TH 2 Course Objectives: CA 20
PR - MSE 20
CR 2 ESE 60
COURSE CONTENT
Unit
Topic Hours
No.
3 Simple Vocabulary and Sentence Formation: Basic words and their meanings 02 Hrs
(nature, family, animals, objects, etc.), Greetings and basic conversational
phrases, Formation of simple sentences
4 Selected Sanskrit Shlokas and Subhashitas: Recitation and meaning of simple 02 Hrs
verses from Bhagavad Gita, Hitopadesha, or Panchatantra, Common proverbs
(Subhashitas)
5 Reading and Writing Practice: Reading simple Sanskrit texts, Writing small 02 Hrs
paragraphs in Sanskrit
TH 1 Course Objectives: CA 60
PR 2 MSE -
CR 2 ESE 40
COURSE CONTENT
Unit
Topic Hours
No.
3 jQuery: jQuery Events, jQuery Effects, jQuery HTML, jQuery Traversing, 02 Hrs
jQuery AJAX & Misc.
4 PHP & Mysql: Embedding PHP in HTML, Adding Dynamic Content, Accessing 02 Hrs
Form Variables, Storing and retrieving data, Using Arrays perform different
operations, String Manipulation and Regular Expressions.
5 MVC with Laravel: Laravel Installation, Working with Forms, Working with 02 Hrs
Controller, Laravel Blade Template with Bootstrap, Responses with Html,
Laravel Migration, Laravel Requests, Models; Laravel Eloquent ORM, Build a
Complete App in Laravel.
Lab Assignments:
1. Create a responsive webpage using Bootstrap classes for typography, buttons, alerts, and tables.
Apply proper layout and spacing.
2. Design a multi-column layout using Bootstrap's grid system. Include responsive breakpoints
for mobile, tablet, and desktop views.
3. Develop a login/registration page using Bootstrap form controls and implement form validation
using Bootstrap's built-in utilities and JavaScript.
Department of Computer Engineering 44
Dr. Babasaheb Ambedkar Technological University
4. Write a script to perform simple DOM manipulations like hiding/showing content, changing text,
and style on button click using JavaScript events.
5. Create a form where input strings are validated, formatted, and manipulated using string methods and
type conversion.
6. Demonstrate function and variable hoisting using examples. Show the difference between var,
let, and const with scope illustrations.
7. Create a dynamic webpage that responds to user actions like clicks, hover, and form input
using jQuery event listeners and animation effects.
8. Develop a web page that fetches data asynchronously using jQuery AJAX (e.g., weather API
or random user data API). Display results dynamically.
9. Write PHP scripts that perform sorting, searching, and merging operations on arrays. Validate
input using regular expressions and manipulate strings (e.g., format names or extract domains
from emails).
10.Develop a complete Laravel-based CRUD application (e.g., blog, task manager, or product
inventory) using routes, controllers, models, migrations, and Blade templates. Include
user-friendly error messages and Bootstrap styling.
TH - Course Objectives: CA 60
PR 2 MSE –
CR 1 ESE 40
List of Experiments: