Computer Science and Engineering: Syllabus of Undergraduate Degree Course B.Tech. V Semester
Computer Science and Engineering: Syllabus of Undergraduate Degree Course B.Tech. V Semester
B.Tech. V Semester
rd
RAJASTHAN TECHNICAL UNIVERSITY, KOTA
Syllabus
III Year-V Semester: B.Tech. Computer Science and Engineering
rd
RAJASTHAN TECHNICAL UNIVERSITY, KOTA
Syllabus
III Year-V Semester: B.Tech. Computer Science and Engineering
UNIX and Linux operating systems as case studies; Time OS and case
6 08
studies of Mobile OS
Total 40
rd
RAJASTHAN TECHNICAL UNIVERSITY, KOTA
Syllabus
III Year-V Semester: B.Tech. Computer Science and Engineering
Total 42
rd
RAJASTHAN TECHNICAL UNIVERSITY, KOTA
Syllabus
III Year-V Semester: B.Tech. Computer Science and Engineering
4 Branch And Bound: Traveling Salesman Problem and Lower Bound Theory.
Backtracking Algorithms and queens problem. 08
rd
RAJASTHAN TECHNICAL UNIVERSITY, KOTA
Syllabus
III Year-V Semester: B.Tech. Computer Science and Engineering
rd
RAJASTHAN TECHNICAL UNIVERSITY, KOTA
Syllabus
III Year-V Semester: B.Tech. Computer Science and Engineering
rd
RAJASTHAN TECHNICAL UNIVERSITY, KOTA
Syllabus
III Year-V Semester: B.Tech. Computer Science and Engineering
5CS5-13: Bioinformatics
rd
BIKANER TECHNICAL UNIVERSITY, BIKANER
chdkusj rduhdh fo”ofo|ky;] chdkusj
University College of Engineering & Technology, Bikaner Campus Karni Industrial Area.
Pugal Road, Bikaner Pin Code: 334004 Ph. 0151-2250948
Course Objectives:
1. To help the students having the clarity about human aspirations, goal, activities and
purpose of life.
2. To facilitate the competence to understand the harmony in nature/existence and
participation of human being in the nature/existence.
3. To help the students to develop the understanding of human tradition and its various
components.
Course Methodology:
Course Content
Unit 1:Introduction - The basic human aspirations and their fulfillment through Right
understanding and Resolution; All-encompassing Resolution for a Human Being, its details
and solution of problems in the light of Resolution
Unit 2: Understanding Human Being and its Expansion -The domain of right
understanding starts from understanding the human being (the knower, the experiencer and
the doer).; and extends up to understanding nature/existence – its interconnectedness and co-
existence; and finally understanding the role of human being in existence (human conduct).
Applicable for students studying in 5th semester of BTU from academic session 2020-21 & onwards.
BIKANER TECHNICAL UNIVERSITY, BIKANER
chdkusj rduhdh fo”ofo|ky;] chdkusj
University College of Engineering & Technology, Bikaner Campus Karni Industrial Area.
Pugal Road, Bikaner Pin Code: 334004 Ph. 0151-2250948
Unit 3: Activities of the Self -Understanding the human being comprehensively is the first
step and the core theme of this course; human being as co-existence of the self and the body;
the activities and potentialities of the self; Reasons for harmony/contradiction in the self
Unit 4:Understanding Co-existence with other orders -The need and the process of inner
evolution (through self-exploration, self-awareness and self-evaluation)- particularly
awakening to activities of the Self: Realization, Understanding and Contemplation in the Self
(Realization of Co-Existence, Understanding of Harmony in Nature and Contemplation of
Participation of Human in this harmony/ order leading to comprehensive knowledge about
the existence).
Reference Books:
1. A Foundation Course in Human Values and Profession Ethics (Text Book and
Teachers Manual), R. R. Gaur, R. Sangal, G. P. Bagaria (2010), Excel Books, New
Delhi [ISBN 978-8-174-46781-2]
2. Avartansheel Arthshastra, A. Nagraj, Divya Path Sansthan, Amarkantak, India
3. Economy of Permanence – (a quest for social order based on non-violence), J. C.
Kumarappa (2010), Sarva-Seva-Sangh-Prakashan, Varansi, India
4. Energy and Equity, Ivan Illich (1974), The Trinity Press, Worcester & Harper Collins,
USA
5. IshandiNauUpnishad, Shankaracharya, Geeta press, Gorakhpur,
6. Manav Vyavahar Darshan, A. Nagraj, Divya Path Sansthan, Amarkantak, India
7. Manaviya Sanvidhan, A. Nagraj, Divya Path Sansthan, Amarkantak, India
8. MahasatipatthanSutta , S N Goenka, Vipassana Research Institute, First Edition, 1996
9. Small Is Beautiful: A Study of Economics as if People Mattered, E. F. Schumacher,
1973, Blond & Briggs, UK
10. Slow is Beautiful, Cecile Andrews http://www.newsociety.com/Books/S/Slow-is-
Beautiful)
11. Science & Humanism – towards a unified worldview, P. L. Dhar & R. R. Gaur
(1990), Commonwealth Publishers, New Delhi
12. Sanchian Sri Guru Granth Sahib Ji ,Shiromani GurdwaraParbhandhak Committee,
2001
13. SamanSuttam, JinendraVami ,1974.
14. Vyavaharvadi Samajshastra, A. Nagraj, Divya Path Sansthan, Amarkantak, India
15. Vyavahatmak Janvad, A. Nagraj, Divya Path Sansthan, Amarkantak, India.
Applicable for students studying in 5th semester of BTU from academic session 2020-21 & onwards.
RAJASTHAN TECHNICAL UNIVERSITY, KOTA
Syllabus
III Year-V Semester: B.Tech. Computer Science and Engineering
7 Composite 2D Transformations
11 Composite 3D transformations
rd
RAJASTHAN TECHNICAL UNIVERSITY, KOTA
Syllabus
III Year-V Semester: B.Tech. Computer Science and Engineering
5 Count total occurrence of each character in a given file. [Taking file from user]
6 Write a C program to insert, delete and display the entries in Symbol Table.
9 Write a lex program to count the no. of vowels and consonants in a C file.
10 Write a YACC program to recognize strings aaab,abbb using a^nb^n, where b>=0.
rd
RAJASTHAN TECHNICAL UNIVERSITY, KOTA
Syllabus
III Year-V Semester: B.Tech. Computer Science and Engineering
1 Sort a given set of elements using the Quicksort method and determine the
time required to sort the elements. Repeat the experiment for different values
of n, the number of elements in the list to be sorted and plot a graph of the
time taken versus n. The elements can be read from a file or can be generated
using the random number generator.
Find Minimum Cost Spanning Tree of a given undirected graph using Kruskal's
6
algorithm.
a. Print all the nodes reachable from a given starting node in a digraph using
7 BFS method. b. Check whether a given graph is connected or not using DFS
method.
Find Minimum Cost Spanning Tree of a given undirected graph using Prim’s
8.
algorithm.
rd
RAJASTHAN TECHNICAL UNIVERSITY, KOTA
Syllabus
III Year-V Semester: B.Tech. Computer Science and Engineering
5 Server side programming with Java Servlet, HTTP and Servlet, Servlet API, life
cycle, configuration and context, Request and Response objects, Session
handling and event handling, Introduction to filters with writing simple filter
application
6 JSP architecture, JSP page life cycle, JSP elements, Expression Language, Tag
Extensions, Tag Extension API, Tag handlers, JSP Fragments, Tag Files, JSTL,
Core Tag library, overview of XML Tag library, SQL Tag library and Functions
Tag library
rd
Syllabus of
UNDERGRADUATE DEGREE COURSE
B.Tech. VI Semester
Total 28
rd
RAJASTHAN TECHNICAL UNIVERSITY, KOTA
Syllabus
III Year-VI Semester: B.Tech. Computer Science and Engineering
6CS4-02:Machine Learning
Total 42
rd
RAJASTHAN TECHNICAL UNIVERSITY, KOTA
Syllabus
III Year-VI Semester: B.Tech. Computer Science and Engineering
Total 28
rd
RAJASTHAN TECHNICAL UNIVERSITY, KOTA
Syllabus
III Year-VI Semester: B.Tech. Computer Science and Engineering
rd
RAJASTHAN TECHNICAL UNIVERSITY, KOTA
Syllabus
III Year-VI Semester: B.Tech. Computer Science and Engineering
Total 28
rd
RAJASTHAN TECHNICAL UNIVERSITY, KOTA
Syllabus
III Year-VI Semester: B.Tech. Computer Science and Engineering
rd
RAJASTHAN TECHNICAL UNIVERSITY, KOTA
Syllabus
III Year-VI Semester: B.Tech. Computer Science and Engineering
Total 28
rd
RAJASTHAN TECHNICAL UNIVERSITY, KOTA
Syllabus
III Year-VI Semester: B.Tech. Computer Science and Engineering
Total 28
rd
RAJASTHAN TECHNICAL UNIVERSITY, KOTA
Syllabus
III Year-VI Semester: B.Tech. Computer Science and Engineering
5 ISP, WWW and Portals: Internet Service Provider (ISP); World Wide Web
(WWW); Portals – Steps to build homepage, Metadata; Advantages of
Portal; Enterprise Information Portal (EIP).E-Commerce & Online 07
Publishing: This unit explains the concept of online publishing, strategies
and approaches of online publishing, and online advertising.
rd
BIKANER TECHNICAL UNIVERSITY, BIKANER
chdkusj rduhdh fo”ofo|ky;] chdkusj
University College of Engineering & Technology, Bikaner Campus Karni Industrial Area.
Pugal Road, Bikaner Pin Code: 334004 Ph. 0151-2250948
Prerequisites: For this subject only those faculty will teach these courses who had done the FDP for
these courses.
Course Objectives:
1. To help the students to understand the importance and types of relationship with
expressions.
2. To develop the competence to think about the conceptual framework of undivided society
as well as universal Human order.
3. To help the students to develop the exposure for transition from current state to the
undivided society and universal human order.
Course Methodology:
Course content
Unit I: Introduction to the course - Basic aspiration of a Human Being and program for its
fulfillment, Need for family and relationship for a Human Being, Human-human relationship and
role of behavior in its fulfillment, Human-rest of Nature relationship and role of work in its
fulfillment, Comprehensive Human Goal, Need for Undivided Society, Need for Universal
Human Order, an appraisal of the Current State, Appraisal of Efforts in this Direction in Human
History.
Applicable for students studying in 6th semester of BTU from academic session 2020-21 and onwards.
BIKANER TECHNICAL UNIVERSITY, BIKANER
chdkusj rduhdh fo”ofo|ky;] chdkusj
University College of Engineering & Technology, Bikaner Campus Karni Industrial Area.
Pugal Road, Bikaner Pin Code: 334004 Ph. 0151-2250948
Unit III: Justice from family to world family order -Undivided Society as continuity and
expanse of Justice in behavior – family to world family order, continuity of culture and
civilization, Universal Order on the basis of Undivided Society, Conceptual Framework for
Universal human order, Universal Human Order as continuity and expanse of order in living:
from family order to world family order, a conceptual framework for universal human order.
Unit IV: Program for Ensuring Undivided Society and Universal Human Order -Education
– Sanskar, Health – Sanyam, Production-work, Exchange – storage, Justice-preservation.
Unit V: Human Tradition -Scope and Steps of Universal Human Order, Human Tradition (Ex.
Family order to world family order), Steps for transition from the current state, Possibilities of
participation of students in this direction, Present efforts in this direction, Sum up.
Text Books:
1. A Foundation Course in Human Values and Profession Ethics (Text Book and Teachers’
Manual), R. R. Gaur, R. Asthana, G. P. Bagaria (2010), Excel Books, New Delhi.
2. Avartansheel Arthshastra, A. Nagraj, Divya Path Sansthan, Amarkantak, India.
3. An Appeal by the Dalai Lama to the World: Ethics Are More Important Than Religion ,
Dalai Lama XIV, 2015.
4. Economy of Permanence – (a quest for social order based on non-violence), J. C.
Kumarappa (2010), Sarva-Seva-Sangh-Prakashan, Varansi, India.
5. Energy and Equity, Ivan Illich (1974), The Trinity Press, Worcester & Harper Collins,
USA.
6. Human Society, Kingsley Davis, 1949.
7. Hind Swaraj or, Indian home rule Mohandas K. Gandhi, 1909.
8. Integral Humanism, Deendayal Upadhyaya, 1965.
9. Lohiya Ke Vichar, Lok Bharti , Rammanohar Lohiya, 2008.
10. Manav Vyavahar Darshan, A. Nagraj, Divya Path Sansthan, Amarkantak, India.
11. Manaviya Sanvidhan, A. Nagraj, Divya Path Sansthan, Amarkantak, India
12. Samadhanatmak Bhautikvad, A. Nagraj, Divya Path Sansthan, Amarkantak, India
13. Small Is Beautiful: A Study of Economics as if People Mattered, E. F. Schumacher,
1973, Blond & Briggs, UK.
14. Slow is Beautiful, Cecile Andrews (http://www.newsociety.com/Books/S/Slow-is-
Beautiful)
15. Sociology Themes and Perspectives, Harper Collins; EIGHT edition (2014), Martin
Holborn and Peter Langley, 1980.
Applicable for students studying in 6th semester of BTU from academic session 2020-21 and onwards.
BIKANER TECHNICAL UNIVERSITY, BIKANER
chdkusj rduhdh fo”ofo|ky;] chdkusj
University College of Engineering & Technology, Bikaner Campus Karni Industrial Area.
Pugal Road, Bikaner Pin Code: 334004 Ph. 0151-2250948
16. Samagra kranti: Jaya Prakash Narayan’s philosophy of social change, Siddharth
Publications Renu Sinha, 1996.
17. Science & Humanism – towards a unified worldview, P. L. Dhar & R. R. Gaur (1990),
Commonwealth Publishers, New Delhi
18. Vyavaharvadi Samajshastra, A. Nagraj, Divya Path Sansthan, Amarkantak, India.
19. Vyavahatmak Janvad, A. Nagraj, Divya Path Sansthan, Amarkantak, India.
20. The Communist Manifesto, Karl Marx, 1848.
21. Toward a True Kinship of Faiths: How the World’s Religions Can Come Together Dalai
Lama XIV, 2011.
Reference Videos.
Applicable for students studying in 6th semester of BTU from academic session 2020-21 and onwards.
RAJASTHAN TECHNICAL UNIVERSITY, KOTA
Syllabus
III Year-VI Semester: B.Tech. Computer Science and Engineering
Ideal filters in the frequency domain. Non Linear filtering using convolutional
4 masks. Edge detection. This experiment enables students to understand the
concept of edge detectors and their operation in noisy images.
rd
RAJASTHAN TECHNICAL UNIVERSITY, KOTA
Syllabus
III Year-VI Semester: B.Tech. Computer Science and Engineering
3 Write a program to demonstrate the working of the decision tree based ID3
algorithm. Use an appropriate data set for building the decision tree and apply
this knowledge toclassify a new sample
rd
RAJASTHAN TECHNICAL UNIVERSITY, KOTA
Syllabus
III Year-VI Semester: B.Tech. Computer Science and Engineering
rd
RAJASTHAN TECHNICAL UNIVERSITY, KOTA
Syllabus
III Year-VI Semester: B.Tech. Computer Science and Engineering
3 Design simple GUI application with activity and intents e.g. calculator.
rd