Combined Course File Sem - 1 (Winter 25-26)
Combined Course File Sem - 1 (Winter 25-26)
Syllabus for
Integrated Master of Science in Information Technology
Semester- I
(Effective from Academic 2024
1. Course Outcomes:-
2. Course Contents
Unit Course Content Weightage
Introduction to Algorithms, flowcharts and basic of C Programing
Fundamental of Algorithms:
Introduction to Algorithm, Basic number and arithmetic Operation,
Looping & Control flow statements, Series computation
Flowchart:
Introduction to flowchart, Symbols for input/output, Processes,
Decision, Begin/End, Representation of algorithms by Flowchart 20%
I
Overview of C: (CO1)
Brief history of C, Importance of C, features of ‘C’ language, Basic
Structure of C Programs, Programming Style, Steps to execute ‘C’
Program, Programming Concepts & Life Cycle
Understanding the terminologies:
Source Program, Object Program, Executable Program, Linker,
Loader, Debug, Compilation process, Interpreter.
1
LOK JAGRUTI KENDRAUNIVERSITY
Syllabus for
Integrated Master of Science in Information Technology
Semester- I
(Effective from Academic 2024
Decision Making
Decision making with IF statement, simple IF statement, the IF-
ELSE statement, nesting of IF … ELSE statements, the ELSE IF 20%
III
ladder, Switch statement, turnery (? :) operator, Go-To statement. (CO3)
Branching:
Looping statements – WHILE, DO-WHILE and FOR, Nesting and
Jumps in loops, Break & Continue
Arrays and Strings
Array
Introduction to Array, A characteristics of an array, One dimensional
array: Declaration ,initialization and accessing, Two-dimensional array:
Declaration, initialization and accessing, Concepts of Multidimensional
20%
IV Array.
Strings: (CO4)
Introduction to String, Declaring and initializing string variables, reading
string from terminal, writing string to screen, Arithmetic operations on
characters, Putting string together, String Operations: String Copy, String
Compare, String Concatenation and String Length, String Handling
functions:
2
LOK JAGRUTI KENDRAUNIVERSITY
Syllabus for
Integrated Master of Science in Information Technology
Semester- I
(Effective from Academic 2024
Introduction to Functions
Desirable:
3. Text Books:
1) Pradip Dey – Manas Ghosh, Programming in C Second Edition Oxford Publication).
2) Reema Thareja, "Programming in C',2nd Edition, Oxford University Press.
3) Balagurusamy, Programming in ANSI C , Tata McGrew Hill.
4) Ashok N Kamthane, Programming with ANSI and Turbo C, Pearson Education.
5) Brian W. Kernigham, Dennis Ritchie, “The C Programming Language”, Pearson
6) YeshvantKanetkar, “Let Us C”, BPB Publication
4. Webilography :
1) https://www.geeksforgeeks.org/c-programming-language
2) https://www.tutorialspoint.com/cprogramming/
3) https://www.programiz.com/c-programming
4
LOK JAGRUTI KENDRAUNIVERSITY
Syllabus for
Integrated Master of Science in Information Technology
Semester- I
(Effective from Academic 2024)
Category Major
4 0 0 4
1. Course Outcomes:-
2. Course contents:
5
LOK JAGRUTI KENDRAUNIVERSITY
Syllabus for
Integrated Master of Science in Information Technology
Semester- I
(Effective from Academic 2024)
6
LOK JAGRUTI KENDRAUNIVERSITY
Syllabus for
Integrated Master of Science in Information Technology
Semester- I
(Effective from Academic 2024)
o Overview of any front-end framework for project like Boot Strap etc.
o Google Analytics, Google AdSense, Google AdWords
7
LOK JAGRUTI KENDRAUNIVERSITY
Syllabus for
Integrated Master of Science in Information Technology
Semester- I
(Effective from Academic 2024)
Learning Solutions Inc
6) Randy Connolly, Ricardo Hoar, Fundamentals of Web Development, ISBN-978- 93-
325-7527-1, Pearson
7) HTML5 Developer’s cookbook, Chuck Hudson, Tom Lead better, ISBN-978-81- 317-
8690-1, Pearson
4. Webilography:
1) www.w3schools.com
Students will able to develop web site using HTML and CSS
Students will able to make changes / enhance web pages
Students will able to identify errors in web pages.
Active Learning assignment
Develop Resume website and publish online
6. Mapping of COs with Pos
8
LOK JAGRUTI KENDRA UNIVERSITY
Syllabus for
Integrated Master of Science in Information Technology
Semester- I
(Effective from Academic 2024)
Course Code 150021113
Category Minor
Course Title Problem Solving using C Language (P)
Theory Tutorial Lab Credits
Scheme and Credits
0 0 4 2
This course is based on the course “Introduction to
Programming”. So the students must have basic knowledge of
mathematical and algorithmic logics, to understand major
control structures such as branching, loops and expressions, to
Pre-requisites (if any)
be able to use functions and to create arrays of elementary
objects in their simple C programs. The course teaching
language is English, so students have to have communication,
reading and apprehension skills of English.
1. Course Outcomes :-
2. Course Contents
Unit Course Content Weightage
Introduction to Algorithms, flowcharts and basic of C Programing
9
LOK JAGRUTI KENDRA UNIVERSITY
Syllabus for
Integrated Master of Science in Information Technology
Semester- I
(Effective from Academic 2024)
- Use of different operators:
Arithmetic, Relational, Logical, Bitwise, Conditional
Evaluate expressions with precedence and type
conversion
- Input/output handling using scanf, printf
- Use unformatted I/O: getchar(), putchar()
Decision Making & Branching:
- Implement decision-making in C using if, if-else, switch, and
else-if ladder. 20%
III - Write menu-driven programs using switch case. (CO3)
- Practice different looping constructs: for, while, do-while.
- Use break, continue, and goto in control structures.
Array & String
- Declare, initialize, and use 1D and 2D arrays.
- Perform array operations like sum, average, max/min value. 20%
IV - Practice string operations using built-in and manual functions (CO4)
(strlen, strcpy, etc.).
- Write programs for basic string manipulations.
Introduction to Functions
- Understand function declaration, definition, and calling.
- Write user-defined functions with/without parameters and
return values. 20%
V
(CO5)
- Implement recursive functions like factorial, Fibonacci, etc.
- Demonstrate all storage classes (auto, static, register, extern)
in small programs.
Desirable:
3. Text Books:
1) Pradip Dey – Manas Ghosh, Programming in C Second Edition Oxford Publication).
2) Reema Thareja, "Programming in C',2nd Edition, Oxford University Press.
3) Balagurusamy, Programming in ANSI C , Tata McGrew Hill.
4) Ashok N Kamthane, Programming with ANSI and Turbo C, Pearson Education.
5) Brian W. Kernigham, Dennis Ritchie, “The C Programming Language”, Pearson
6) YeshvantKanetkar, “Let Us C”, BPB Publication
4. Webilography :
1) https://www.geeksforgeeks.org/c-programming-language
2) https://www.tutorialspoint.com/cprogramming/
3) https://www.programiz.com/c-programming
10
LOK JAGRUTI KENDRA UNIVERSITY
Syllabus for
Integrated Master of Science in Information Technology
Semester- I
(Effective from Academic 2024)
- Use arrays, strings, and functions to solve real-time problems.
- After completion of the course students should become capable of solving problems
using computers through C programming language
6. Mapping of COs with Pos
Mid Exam 20
University Practical Exam 30
Total Marks 50
11
LOK JAGRUTI KENDRAUNIVERSITY
Syllabus for
Integrated Master of Science in Information Technology
Semester- I
(Effective from Academic 2024)
0 0 4 2
1. Course Outcomes:-
2 Apply CSS styling techniques using selectors, properties, and the box model to
format text, backgrounds, and layout elements in a structured web page.
3 Analyze the structure and functionality of HTML5 semantic elements, tables, and
division-based layouts to determine their appropriate usage in organizing and
positioning content on a web page.
4 Design and evaluate responsive web layouts using CSS box model, Flexbox, and
Grid systems by organizing and aligning page elements effectively to achieve visual
balance and usability.
2. Course contents:
Document Structure
o Doctype declaration
o HTML structure (head, body)
o Basic elements (h1-h6, p, br, hr)
o Meta tags (keywords, description, author)
Text Formatting
12
LOK JAGRUTI KENDRAUNIVERSITY
Syllabus for
Integrated Master of Science in Information Technology
Semester- I
(Effective from Academic 2024)
Basic Syntax
o Selectors (element, class, id)
o Properties and values
o CSS rules
Text Styling
o Font family, size, color, weight, style
o Text alignment, decoration, transformation
Box Model
o Content, padding, border, margin
Colors
o Color names, hex codes, RGB, RGBA, HSL
Backgrounds
o Background color, image, repeat, attachment
III 20%
Unit 3: Advanced HTML5 and Layout (CO3)
Desirable:
Tutorial/Seminar/Workshop on Front end framework:
o Overview of any front-end framework for project like Boot Strap etc.
o Google Analytics, Google AdSense, Google AdWords
4. Webilography:
1) www.w3school.com
Students will able to develop web site using HTML and CSS
Students will able to make changes / enhance web pages
Students will able to identify errors in web pages.
Active Learning assignment
Develop Resume website and publish online
15
LOK JAGRUTI KENDRA UNIVERSITY
Syllabus for
Integrated Master of Science in Information Technology
Semester- I
(Effective from Academic 2024)
1. Course Outcomes:-
2. Course Contents
Unit Course Content Weightage
Working with Computer System:
What is computer, applications of computer, architecture of
computer, basic components of computer with their usage,
peripheral devices of computer with their usage, various types of
data storage devices, types of the computer (personal computer,
mobile, tablet, smart devices, workstation, minicomputer, main
frame, supercomputer, server).
20%
I Criteria for buying the computer system, booting steps of
(CO1)
computer system, basic computer settings (like computer
name, work group, ip, dns, proxy server, password, users, etc.)
basic trouble shooting of the computer system, various slots of
mother board, optimizing the computer performance, plug &
play concepts, installing drivers, installing printers & scanners,
working with internet drive storage
16
LOK JAGRUTI KENDRA UNIVERSITY
Syllabus for
Integrated Master of Science in Information Technology
Semester- I
(Effective from Academic 2024)
CD-ROMs disc, cd-r and cd-rw disc, dvd-r, dvd-rw; flash devices:
usb flash drive, memory card, memory stick, solid state drive;
network storage; cloud storage; paper storage: omr, punch card.
Introduction to buses: interfacing buses (circuit diagrams not
necessary), concepts of address bus, data bus and control bus,
bus width (circuit diagrams not necessary)
Working with Number System
Number system, understanding decimal number system, bi-stable
devices, binary number system, counting in binary system,
binary addition and subtraction
20%
III Converting binary to decimal and decimal to binary, weighted
(CO3)
code, BCD code, octal and hexadecimal number system, use of
complements to represent negative numbers in binary and
other number systems, inter conversion of binary, octal,
decimal and hexa decimal number system.
Circuit Design With Logic Gates
Boolean algebra, logic gates, logical multiplication, AND gate
OR gate, NOT gate, XOR & XNOR gate, evaluation of logical
expression 20%
IV Evaluation of an expression containing parenthesis, basic laws (CO4)
of Boolean algebra, proof by perfect induction, simplification of
expressions, De-Morgan’s theorems, basic duality of Boolean
algebra, derivation of a Boolean algebra.
Boolean function implementation using K’Map
K-MAP, rules of K-MAP, 2 variable K-MAP, 3- variable K-MAP,
4- variable K-MAP. Don’t care condition in K- MAP.
20%
V Basic Combinational Logic Circuit (CO5)
Half Adder
Expression of Half adder from K’Map
Full Adder
Expression of Full adder from K’Map
Desirable:
3. Text Books:
1) Digital Computer Fundamentals, Tata McGraw Hill, 6th Edition, Thomas C.Bartee.
2) Computer System Architecture, PHI/Pearson Education, 3rd Edition, M. Morris Mano
3) Digital Logic and Computer Design, PHI Publication, 6th Edition, M. Morris Mano.
4) Introduction to Computers, Peter Nortion, 7th Edition, McGraw Hill.
5) How Computers Work, By Ron White, Nineth Edition, Pearson Education.
17
LOK JAGRUTI KENDRA UNIVERSITY
Syllabus for
Integrated Master of Science in Information Technology
Semester- I
(Effective from Academic 2024)
4. Webilography:
1) https://www.javatpoint.com
2) https://www.tutorialspoint.com
18
LOK JAGRUTI KENDRAUNIVERSITY
Syllabus for
Integrated Master of Science in Information Technology
Semester- I
(Effective from Academic 2024)
1. Learning outcomes:
Learn basic Set Theory concepts such as types, operations, Venn diagrams, and
1. properties. Gain skills to organize and manage one-dimensional data using set
logic.
Understand integer arithmetic concepts like divisibility, GCD, LCM, and the
2. Euclidean algorithm to build logic for programming tasks such as loops,
conditions, and algorithms.
3. Learn matrix algebra including types, operations, and Boolean matrices to represent
and manage two-dimensional data beyond one-dimensional limits.
Understand determinants, their properties, and applications like matrix inverse and
4. area of a triangle to support graphics, transformations, and equation solving in
programming.
Explore Arithmetic Progression (AP) to solve problems using nth term and series
5. sum, building understanding of loops, sequences, and algorithmic patterns in
programming.
2. Course Contents
Unit Course Content Weightage
Set Theory:
Basic Concepts of Set Theory: Definition, Two
Methods to Describe (Represent) Sets; Examples, (Im) proper
Subsets, Superset, Equality of Sets; Empty (Null) Set, Universal Set,
Finite and Infinite Sets, Power Set; Operations on Sets: Union,
20%
I Intersection, Complement, Venn Diagrams; Disjoint Sets, Various
Laws: Identity, Idempotent, Commutative, Associative, Distributive, (CO1)
Absorption, De-Morgan; Difference (Relative
Complement), Symmetric Difference of Two Sets; Cartesian Product;
Power Set of a Set; Computer Representation of Sets; Examples;
Theorems and Exercises (without Proof)
Integers and Counting:
Introduction, Basic Properties of Integers: Closure, Commutative
Laws, Associative Laws, Identity Elements, Additive Inverse, 20%
II Distributive Laws, Cancellation Laws; Well-ordering Principle; (CO2)
Division Algorithm: Quotient,
Remainder, div and mod operators, Divisibility; Greatest Common
19
LOK JAGRUTI KENDRAUNIVERSITY
Syllabus for
Integrated Master of Science in Information Technology
Semester- I
(Effective from Academic 2024)
Divisor (GCD); Euclidean Algorithm for Finding the
GCD; Relative Prime; Least Common Multiples (LCM);
Matrices:
Introduction; Representation of a Matrix; Equality of Matrices;
Special Matrices: Rectangular / Square Matrices, Null (Zero) Matrix,
Unit Matrix, Diagonal Matrices, Triangular Matrices; Sum and
III Difference of 2 Matrices; Multiplication of 2 matrices; Transpose of 20%
a Matrix, Symmetric Matrices; Boolean (Zero-One) (CO3)
Matrices, Boolean Join, Boolean Meet; Theorems and Exercises
(without Proof)
Determinants:
Introduction, Determinant of a matrix of order one, two, three, Area 20%
IV
of triangle, Properties of determinant of a matrix, Minors and
Cofactors, Adjoint of a matrix, Inverse of a matrix. (CO4)
Arithmetic Progression:
20%
V Introduction, definition and examples, nth Term of an AP, Sum of
(CO5)
First n Terms of an AP, Miscellaneous examples.
Desirable:
3. Text Books:
1) Swapan Kumar Chakraborty, Bikash Kanti Sarkar “Discrete Mathematics “(Oxford
Higher Education) (2011)
2) J.P.TremblayandR.Manohar,“DiscreteMathematicalStructureswithApplicationstoCompute
r Science”, Tata McGraw-Hill(2010)
3) Bernard Kolmann&others,“DiscreteMathematicalStructure”,PearsonEducation,Sixth
Edition
4. Webilography:
5. Accomplishment of the student after completing the course: :
- This course will enhance the student’s ability to think logically and mathematically.
6. Mapping of COs with Pos
20
LOK JAGRUTI KENDRAUNIVERSITY
Syllabus for
Integrated Master of Science in Information Technology
Semester- I
(Effective from Academic 2024)
Course Outcomes:
CO1 Apply basic concepts of set theory, operations on sets, Venn diagrams, and associated
laws to solve mathematical and real-world problems.
CO2 Demonstrate understanding of the properties of integers, perform operations like
finding GCD, LCM, divisibility tests, and use the Euclidean algorithm.
CO3 Perform various matrix operations (addition, subtraction, multiplication, transpose),
identify special types of matrices, and apply Boolean matrix operations in
computational contexts.
CO4 Compute determinants and use their properties to find minors, cofactors, adjoints, and
inverses of matrices; apply determinants in solving problems like area of triangles.
CO5 Understand and apply formulas related to Arithmetic Progression to determine the nth
term and the sum of terms in an AP, and solve related numerical problems.
21
LOK JAGRUTI KENDRAUNIVERSITY
Syllabus for
Integrated Master of Science in Information Technology
Semester- I
(Effective from Academic 2024)
0 1 2 2
1. Course Outcomes:-
3. Utilize MS-Excel for automating tasks such as mail merge and data processing to
support business and administrative operations efficiently.
4. Design and deliver visually appealing and interactive presentations using MS-
PowerPoint, incorporating multimedia and third-party data for enhanced
communication.
5. Create and manage databases using MS-Access and configure MS-Outlook for email
communication, demonstrating the ability to process, query, and retrieve data as
required.
2. Course contents:
22
LOK JAGRUTI KENDRAUNIVERSITY
Syllabus for
Integrated Master of Science in Information Technology
Semester- I
(Effective from Academic 2024)
3. Desirable:
23
LOK JAGRUTI KENDRAUNIVERSITY
Syllabus for
Integrated Master of Science in Information Technology
Semester- I
(Effective from Academic 2024)
o Overview of any front-end framework for project like Boot Strap etc.
o Google Analytics, Google AdSense, Google AdWords
1) Exploring Microsoft Office 2013, Volume 1, Series Editor Mary Anne Poatsy Mulbery
| Hogan | Rutledge | Krebs | Cameron Series Created by Dr. Robert T.
2) Microsoft Office Professional 2013 Step by Step, by Beth Melton Mark Dodge Echo
Swinford Andrew Couch Eric Legault Ben M. ShorrCiprian
3) Working with Personal Computer Software (Second Edition 2010) Publisher: Wiley
India, New Delhi By R.P. Soni, Harshal Arolkar, Sonal Jain
4) Office XP: The Complete Reference by Stephen L. Nelson & Julia Kelly, Osborne
McGraw Hill
5) MS Office by Pierce, Prentice Hall of India, New Delhi, 2007
5. Webilography:
1) https://www.w3schools.blog/ms-word-tutorial
2) https://www.w3schools.com/EXCEL/
3) https://www.w3schools.blog/powerpoint-tutorial
4) https://www.learndatamodeling.com/microsoft_outlook_tutorial_for_beginners.php
https://www.coursera.org/specializations/microsoft-office-fundamentals
Program Outcomes(POs)
Course Objectives
PO1 PO2 PO3 PO4 PO5 PO6 PO7 PO8
CO1 0 3 1 2 3 2 2 3
CO2 2 3 1 3 3 2 2 3
CO3 2 3 1 3 3 2 2 3
CO4 0 3 1 2 3 2 2 3
CO5 0 3 1 2 3 2 3 3
AVG 0.8 3 1 2.4 3 2 2.2 3
24
LOK JAGRUTI KENDRAUNIVERSITY
Syllabus for
Integrated Master of Science in Information Technology
Semester- I
(Effective from Academic 2024)
Total Marks 50
25
LOK JAGRUTI KENDRAUNIVERSITY
Syllabus for
Integrated Master of Science in Information Technology
Semester- I
(Effective from Academic 2024)
0 1 2 2
1. Course Outcomes:-
2. Course Objectives:
26
LOK JAGRUTI KENDRAUNIVERSITY
Syllabus for
Integrated Master of Science in Information Technology
Semester- I
(Effective from Academic 2024)
3. Desirable:
Assignment based Activity :
o Role Play
4. Main Text Books:
1) Essential Grammar in Use: A Self-study Reference and Practice Book for
Elementary Students of English by Raymond Murphy
2) Middle School English Grammar and Composition by Wren & Martin
3) Business Communication by Meenakshi Raman, Prakash Singh
4) Fluency in English by Oxford University Press
5) Business English by Pearson Publications
6) English at Workplace by Macmillan Publications
7) Letters for All Occasion by A S Myers
8) Spoken English by V. Shasikumar and P V Dhanija
5. Webilography:
The course will broaden the horizon of student’s Corporate skills by using activity centred topics
and will boost their confidence level.
Total Marks
Total Marks 50
27
LOK JAGRUTI KENDRA UNIVERSITY
Syllabus for
Integrated Master of Science in Information Technology
Semester- I
(Effective from Academic 2024)
0 1 2 2
1. Course Outcomes:-
2. Course contents:
28
LOK JAGRUTI KENDRA UNIVERSITY
Syllabus for
Integrated Master of Science in Information Technology
Semester- I
(Effective from Academic 2024)
3. Desirable:
5. Webilography:
29
LOK JAGRUTI KENDRA UNIVERSITY
Syllabus for
Integrated Master of Science in Information Technology
Semester- I
(Effective from Academic 2024)
30