Semester
Semester
Semester
Discrete Mathematics
Code: PCC-CS401
Contacts: 3L+1T
Course Outcome(s)
3
PG
Maulana Abul Kalam Azad University of Technology, West Bengal
(Formerly West Bengal University of Technology)
Syllabus for B. Tech in Information Technology
(Applicable from the academic session 2018-2019)
Computer Architecture
Code: PCC-CS402
Contacts: 3L
Text/Reference Books:
Course Outcomes:
5
PG
Maulana Abul Kalam Azad University of Technology, West Bengal
(Formerly West Bengal University of Technology)
Syllabus for B. Tech in Information Technology
(Applicable from the academic session 2018-2019)
Course Outcomes:
7
PG
Maulana Abul Kalam Azad University of Technology, West Bengal
(Formerly West Bengal University of Technology)
Syllabus for B. Tech in Information Technology
(Applicable from the academic session 2018-2019)
PCC-CS403.6 Write the hierarchy of formal languages, grammars and machines.
PCC-CS403.7 Distinguish between computability and non-computability and
Decidability and undecidability
Course Outcomes
9
PG
Maulana Abul Kalam Azad University of Technology, West Bengal
(Formerly West Bengal University of Technology)
Syllabus for B. Tech in Information Technology
(Applicable from the academic session 2018-2019)
Biology
Code: BSC 401
Contacts: 2L+1T
11
PG
Maulana Abul Kalam Azad University of Technology, West Bengal
(Formerly West Bengal University of Technology)
Syllabus for B. Tech in Information Technology
(Applicable from the academic session 2018-2019)
structure- from single stranded to double helix to
nucleosomes. Concept of genetic code.
Universality and degeneracy of genetic code.
Define gene in terms of complementation and
recombination.
7 Macromolecular analysis: How to analyse 5
biological processes at the reductionist level
Proteins- structure and function. Hierarch in
protein structure. Primary secondary, tertiary and
quaternary structure. Proteins as enzymes,
transporters, receptors and structural elements.
8 Metabolism: The fundamental principles of 4
energy transactions are the same in physical and
biological world.
Thermodynamics as applied to biological systems.
Exothermic and endothermic versus
endergonic and exergoinc reactions. Concept of
Keqand its relation to standard free energy.
Spontaneity. ATP as an energy currency. This
should include the breakdown of glucose to
CO2 + H2O (Glycolysis and Krebs cycle) and
synthesis of glucose from CO2 and H2O
(Photosynthesis). Energy yielding and energy
consuming reactions. Concept of Energy
charge
9 Microbiology Concept of single celled organisms. 3
Concept of species and strains. Identification and
classification of microorganisms. Microscopy.
Ecological aspects of single celled
organisms. Sterilization and media compositions.
Growth kinetics.
1. Biology: A global approach: Campbell, N. A.; Reece, J. B.; Urry, Lisa; Cain, M, L.;
Wasserman, S. A.; Minorsky, P. V.; Jackson, R. B. Pearson Education Ltd
2. Outlines of Biochemistry, Conn, E.E; Stumpf, P.K; Bruening, G; Doi, R.H. John Wiley and
Sons
3. Principles of Biochemistry (V Edition), By Nelson, D. L.; and Cox, M. M.W.H. Freeman and
Company
4. Molecular Genetics (Second edition), Stent, G. S.; and Calender, R. W.H. Freeman and
company, Distributed by Satish Kumar Jain for CBS Publisher
5. Microbiology, Prescott, L.M J.P. Harley and C.A. Klein 1995. 2nd edition Wm, C. Brown
Publishers
6. Biology for Engineers, McGraw Hill (ISBN: 978-11-21439-931)
12
PG
Maulana Abul Kalam Azad University of Technology, West Bengal
(Formerly West Bengal University of Technology)
Syllabus for B. Tech in Information Technology
(Applicable from the academic session 2018-2019)
Course Outcomes:
13
PG
Maulana Abul Kalam Azad University of Technology, West Bengal
(Formerly West Bengal University of Technology)
Syllabus for B. Tech in Information Technology
(Applicable from the academic session 2018-2019)
Environmental Sciences
Code: MC-401
Contacts: 1L
15
PG
Maulana Abul Kalam Azad University of Technology, West Bengal
(Formerly West Bengal University of Technology)
Syllabus for B. Tech in Information Technology
(Applicable from the academic session 2018-2019)
pollutant. Sources and effect of different air pollutants-
Suspended particulate matter, oxides of carbon, oxides
of nitrogen, oxides of sulphur, particulate, PAN. (2L)
Smog, Photochemical smog and London smog.
Depletion Ozone layer: CFC, destruction of ozone layer
by CFC, impact of other green-house gases, effect of
ozone modification. (1L)
16
PG
Maulana Abul Kalam Azad University of Technology, West Bengal
(Formerly West Bengal University of Technology)
Syllabus for B. Tech in Information Technology
(Applicable from the academic session 2018-2019)
Solid Waste: Municipal, industrial, commercial,
agricultural, domestic, pathological and hazardous solid
wastes;
Recovery and disposal method- Open dumping, Land
filling, incineration, composting, recycling.
Solid waste management and control (hazardous and
biomedical waste).(2L)
6 Definition of noise, effect of noise pollution, noise 3
classification [Transport noise, occupational noise,
neighbourhood noise] (1L)
Definition of noise frequency, noise pressure, noise
intensity, noise threshold limit value, equivalent noise
level,
L10 (18hr Index) ,n Ld.Noise pollution control. (1L)
7 Environmental impact assessment, Environmental 2
Audit, Environmental laws and protection act of India,
Different international environmental treaty/
agreement/ protocol. (2L)
Course Outcomes:
17
PG
Maulana Abul Kalam Azad University of Technology, West Bengal
(Formerly West Bengal University of Technology)
Syllabus for B. Tech in Information Technology
(Applicable from the academic session 2018-2019)
PRACTICAL SYLLABUS
Semester IV
Laboratory Experiments:
1 HDL introduction.
2 Basic digital logic base programming with HDL
3 8-bit Addition, Multiplication, Division
4 8-bit Register design
5 Memory unit design and perform memory operations.
6 8-bit simple ALU design
7 8-bit simple CPU design
8 Interfacing of CPU and Memory.
18
PG
Maulana Abul Kalam Azad University of Technology, West Bengal
(Formerly West Bengal University of Technology)
Syllabus for B. Tech in Information Technology
(Applicable from the academic session 2018-2019)
Design & Analysis Algorithm Lab
Code: PCC-CS494
Contact: 4P
Laboratory Experiments:
Divide and Conquer:
1 Implement Binary Search using Divide and Conquer approach
Implement Merge Sort using Divide and Conquer approach
2 Implement Quick Sort using Divide and Conquer approach
Find Maximum and Minimum element from a array of integer using Divide
and Conquer approach
3 Find the minimum number of scalar multiplication needed for chain of
matrix
4 Implement all pair of Shortest path for a graph (Floyed- Warshall Algorithm)
Implement Traveling Salesman Problem
5 Implement Single Source shortest Path for a graph ( Dijkstra , Bellman Ford
Algorithm
Brunch and Bound:
6 Implement 15 Puzzle Problem
Backtracking:
7 Implement 8 Queen problem
8 Graph Coloring Problem
Hamiltonian Problem
Greedy method
9 Knapsack Problem
Job sequencing with deadlines
10 Minimum Cost Spanning Tree by Prim's Algorithm
Minimum Cost Spanning Tree by Kruskal's Algorithm
Graph Traversal Algorithm:
11 Implement Breadth First Search (BFS)
19
PG
Maulana Abul Kalam Azad University of Technology, West Bengal
(Formerly West Bengal University of Technology)
Syllabus for B. Tech in Information Technology
(Applicable from the academic session 2018-2019)
Implement Depth First Search (DFS)
20
PG