Published using Google Docs
[SYLLABUS] SEM 3 - FIRST INTERNAL EXAM - September 2024.docx
Updated automatically every 5 minutes

First Internal Exam Syllabus : September 2024

SEM - III - B. TECH. CSE (CBA/CS/BDA/CSE)

2HS306 - APPLIED ENGINEERING MATHEMATICS (PA)

Numerical Methods:

Roots of algebraic equations- Bisection, Regula Falsi, Newton Raphson method, Solution of linear simultaneous equations - Jacobi and Gauss Seidel method, Numerical differentiation - Picard’s, Taylor’s, Euler’s, Modified Euler’s and  RK method, Numerical    Trapezoidal, Simpson’s ⅓ and Simpson’s ⅜ method.

Finite Differences and Difference equations:

Newton’s Forward, Newton’s Backward, Newton’s Divided Difference and Lagrange’s Interpolation.

2HS309 - ENTREPRENEURSHIP DEVELOPMENT ( VB )

Introduction to Economics:

Definitions, Nature, Scope, Difference between Microeconomics & Macroeconomics Theory of Demand & Supply; meaning, determinants, law of demand, law of supply, equilibrium between demand & supply Elasticity; elasticity of demand, price elasticity, income elasticity, cross elasticity

Markets:

Meaning, types of markets & their characteristics (Perfect Competition, Monopoly, Monopolistic Completion, Oligopoly) National Income; meaning, stock and flow concept, NI at current price, NI at constant price, GNP, GDP, NNP, NDP, Personal income, disposal income. Inflation, types, causes and remedies.

Entrepreneurship:

Definition, Steps towards successful enterprise, opportunity identification, various analytics to be performed for idea validation

Project:

Design Thinking- Definition, Phases/Steps, Primary and Secondary Research, Observation and it’s tools, Empathy and it’s tools, Sympathy and Empathy, Problem Articulation

2CSE301 - DATABASE MANAGEMENT SYSTEM (UL, SGB)

Basics of Database

Introduction and applications of DBMS, Purpose of database, View of Data, Database Languages, Database architecture, Database users and DBA

Relational Model

Structure of Relational Databases, Database Schema, Keys, Relational Operations and Relational Algebra

Entity Relationship Model

Basic Concepts and definitions, Constraints, Entity Relationship Diagram, Weak Entity Sets, Extended E-R Features, Conversion of ER diagram into relations

SQL

Introduction to SQL, Data Definition of SQL, Basic structure of SQL queries, Basic SQL operations, Set operations, Null values, Aggregate functions, Nested Subqueries, Modification of Database, JOIN expressions, Integrity constraints, Data types and Schemas

Relational Database Design

First Normal Form, Decomposition, Desirable Properties of Decomposition, Functional Dependencies, Second and Third Normal Form and Boyce-Codd Normal Form

2CSE302 - DATA STRUCTURES (MM)

Unit I

LINEAR DATA STRUCTURES

Array: Operations, RMO and CMO  representation, Stack:  Concepts and representation, Operations, Applications. Polish Expression, Reverse Polish Expression And Their Compilation, Recursion, Tower of Hanoi, Queue, Operations, Types viz. Applications of queue. Linked List: Concept and Representation,Operations,  Types of Linked lists

Unit II

NONLINEAR DATA STRUCTURES

Tree: Definitions and Concepts, Representation of binary tree, Binary tree traversal (Inorder, postorder, preorder), Threaded binary tree, Binary search trees, Conversion of General Trees To Binary Trees, Applications Of Trees- Some balanced tree mechanism, AVL trees, 2-3 trees

2CSE303 - OBJECT ORIENTED PROGRAMMING (IBM)

Core JAVA programming:

Syntax difference between C++ & JAVA,Data types, variable, operators,type casting,

operators, scanner class, Conditional statements, Loops,Break  

 Creating Classes and Objects

Class and object,Method in java,Constructor, encapsulation , inheritance ,polymorphism and abstraction