Categories
r2017 notes

CS8691 Notes Artificial Intelligence Regulation 2017 Anna University

CS8691 Notes Artificial Intelligence

CS8691 Notes Artificial Intelligence Regulation 2017 Anna University free download. Artificial Intelligence Notes CS8691 pdf free download.

OUTCOMES: CS8691 Notes Artificial Intelligence

Upon completion of the course, the students will be able to:  Use appropriate search algorithms for any AI problem
 Represent a problem using first order and predicate logic
 Provide the apt agent strategy to solve a given problem
 Design software agents to solve a problem
 Design applications for NLP that use Artificial Intelligence.

TEXT BOOKS: CS8691 Notes Artificial Intelligence

1 S. Russell and P. Norvig, “Artificial Intelligence: A Modern Approach‖, Prentice Hall, Third
Edition, 2009.
2 I. Bratko, ―Prolog: Programming for Artificial Intelligence‖, Fourth edition, Addison-Wesley Educational Publishers Inc., 2011.

REFERENCES: CS8691 Notes Artificial Intelligence

1. M. Tim Jones, ―Artificial Intelligence: A Systems Approach(Computer Science)‖, Jones and Bartlett Publishers, Inc.; First Edition, 2008
2. Nils J. Nilsson, ―The Quest for Artificial Intelligence‖, Cambridge University Press, 2009.
3. William F. Clocksin and Christopher S. Mellish,‖ Programming in Prolog: Using the ISO Standard‖, Fifth Edition, Springer, 2003.
4. Gerhard Weiss, ―Multi Agent Systems‖, Second Edition, MIT Press, 2013. 5. David L. Poole and Alan K. Mackworth, ―Artificial Intelligence: Foundations of Computational Agents‖, Cambridge University Press, 2010.

OBJECTIVES: CS8691 Notes Artificial Intelligence

 To understand the various characteristics of Intelligent agents
 To learn the different search strategies in AI
 To learn to represent knowledge in solving AI problems
 To understand the different ways of designing software agents
 To know about the various applications of AI.

Subject name Artificial Intelligence
Short Name AI
Semester 6
Subject Code CS8691
Regulation 2017 regulation

CS8691 Notes Artificial Intelligence Click Here To Download 

CS8691 Artificial Intelligence Syllabus


CS8691 Artificial Intelligence Important Questions


CS8691 Artificial Intelligence Question Bank


CS8691 Artificial Intelligence Question Paper

Categories
r2017 notes

CS8651 Notes Internet Programming Regulation 2017 Anna University

CS8651 Notes Internet Programming

CS8651 Notes Internet Programming Regulation 2017 Anna University free download. Internet Programming Notes CS8651 pdf free download.

OBJECTIVES: CS8651 Notes Internet Programming

 To understand different Internet Technologies.
 To learn java-specific web services architecture

OUTCOMES: CS8651 Notes Internet Programming

At the end of the course, the students should be able to:
 Construct a basic website using HTML and Cascading Style Sheets.
 Build dynamic web page with validation using Java Script objects and by applying different event handling mechanisms.
 Develop server side programs using Servlets and JSP.
 Construct simple web pages in PHP and to represent data in XML format.
 Use AJAX and web services to develop interactive web applications

TEXT BOOK: CS8651 Notes Internet Programming

1. Deitel and Deitel and Nieto, ―Internet and World Wide Web – How to Program‖, Prentice Hall, 5th Edition, 2011.

REFERENCES: CS8651 Notes Internet Programming

1. Stephen Wynkoop and John Burke ―Running a Perfect Website‖, QUE, 2nd Edition,1999.
2. Chris Bates, Web Programming – Building Intranet Applications, 3rd Edition, Wiley Publications, 2009.
3. Jeffrey C and Jackson, ―Web Technologies A Computer Science Perspective‖, Pearson Education, 2011.
4. Gopalan N.P. and Akilandeswari J., ―Web Technology‖, Prentice Hall of India, 2011.
5. UttamK.Roy, ―Web Technologies‖, Oxford University Press, 2011.

Subject name Internet Programming
Short Name IP
Semester 6
Subject Code CS8651
Regulation 2017 regulation

CS8651 Notes Internet Programming Click Here To Download 

CS8651 Internet Programming Syllabus


CS8651 Internet Programming Important Questions


CS8651 Internet Programming Question Bank


CS8651 Internet Programming Question Paper

Categories
r2017 notes

CS8603 Notes Distributed Systems Regulation 2017 Anna University

CS8603 Notes Distributed Systems

CS8603 Notes Distributed Systems Regulation 2017 Anna University free download. Distributed Systems Notes CS8603 pdf free download.

OBJECTIVES: CS8603 Notes Distributed Systems

 To understand the foundations of distributed systems.
 To learn issues related to clock Synchronization and the need for global state in distributed systems.
 To learn distributed mutual exclusion and deadlock detection algorithms.
 To understand the significance of agreement, fault tolerance and recovery protocols in Distributed Systems.
 To learn the characteristics of peer-to-peer and distributed shared memory systems.

OUTCOMES: CS8603 Notes Distributed Systems

At the end of this course, the students will be able to:  Elucidate the foundations and issues of distributed systems  Understand the various synchronization issues and global state for distributed systems.  Understand the Mutual Exclusion and Deadlock detection algorithms in distributed systems  Describe the agreement protocols and fault tolerance mechanisms in distributed systems.  Describe the features of peer-to-peer and distributed shared memory systems

TEXT BOOKS: CS8603 Notes Distributed Systems

1. Kshemkalyani, Ajay D., and Mukesh Singhal. Distributed computing: principles, algorithms, and systems. Cambridge University Press, 2011.
2. George Coulouris, Jean Dollimore and Tim Kindberg, ―Distributed Systems Concepts and Design‖, Fifth Edition, Pearson Education, 2012.

REFERENCES: CS8603 Notes Distributed Systems

1. Pradeep K Sinha, “Distributed Operating Systems: Concepts and Design”, Prentice Hall of India, 2007.
2. Mukesh Singhal and Niranjan G. Shivaratri. Advanced concepts in operating systems. McGraw-Hill, Inc., 1994.
3. Tanenbaum A.S., Van Steen M., ―Distributed Systems: Principles and Paradigms‖, Pearson Education, 2007.
4. Liu M.L., ―Distributed Computing, Principles and Applications‖, Pearson Education, 2004.
5. Nancy A Lynch, ―Distributed Algorithms‖, Morgan Kaufman Publishers, USA, 2003.

Subject name Distributed Systems
Short Name DS
Semester 6
Subject Code CS8603
Regulation 2017 regulation

CS8603 Notes Distributed Systems Click Here To Download

CS8603 Distributed Systems Syllabus


CS8603 Distributed Systems Important Questions


CS8603 Distributed Systems Question Bank


CS8603 Distributed Systems Question Paper

Categories
r2017 notes

CS8602 Notes Compiler Design Regulation 2017 Anna University

CS8602 Notes Compiler Design

CS8602 Notes Compiler Design Regulation 2017 Anna University free download. Compiler Design Notes CS8602 pdf free download.

OBJECTIVES: CS8602 Notes Compiler Design

 To learn the various phases of compiler.
 To learn the various parsing techniques.
 To understand intermediate code generation and run-time environment.
 To learn to implement front-end of the compiler.
 To learn to implement code generator.

OUTCOMES: CS8602 Notes Compiler Design

On Completion of the course, the students should be able to:
 Understand the different phases of compiler.
 Design a lexical analyzer for a sample language.
 Apply different parsing algorithms to develop the parsers for a given grammar.
 Understand syntax-directed translation and run-time environment.
 Learn to implement code optimization techniques and a simple code generator.
 Design and implement a scanner and a parser using LEX and YACC tools.

TEXT BOOK: CS8602 Notes Compiler Design

1. Alfred V. Aho, Monica S. Lam, Ravi Sethi, Jeffrey D. Ullman, Compilers: Principles, Techniques and Tools‖, Second Edition, Pearson Education, 2009.

REFERENCES CS8602 Notes Compiler Design

1. Randy Allen, Ken Kennedy, Optimizing Compilers for Modern Architectures: A Dependence based Approach, Morgan Kaufmann Publishers, 2002.
2. Steven S. Muchnick, Advanced Compiler Design and Implementation‖, Morgan Kaufmann Publishers – Elsevier Science, India, Indian Reprint 2003.
3. Keith D Cooper and Linda Torczon, Engineering a Compiler‖, Morgan Kaufmann Publishers Elsevier Science, 2004.
4. V. Raghavan, Principles of Compiler Design‖, Tata McGraw Hill Education Publishers, 2010.
5. Allen I. Holub, Compiler Design in C‖, Prentice-Hall Software Series, 1993.

Subject name Compiler Design
Short Name CD
Semester 6
Subject Code CS8602
Regulation 2017 regulation

CS8602 Notes Compiler Design Click Here To Download

CS8602 Compiler Design Syllabus


CS8602 Compiler Design Important Questions


CS8602 Compiler Design Question Bank


CS8602 Compiler Design Question Paper

Categories
r2017 notes

CS8601 Notes Mobile Computing Regulation 2017 Anna University

CS8601 Notes Mobile Computing

CS8601 Notes Mobile Computing Regulation 2017 Anna University free download. Mobile Computing Notes CS8601 pdf free download.

OBJECTIVES: CS8601 Notes Mobile Computing

 To understand the basic concepts of mobile computing.
 To learn the basics of mobile telecommunication system .
 To be familiar with the network layer protocols and Ad-Hoc networks.
 To know the basis of transport and application layer protocols.
 To gain knowledge about different mobile platforms and application development.

OUTCOMES: CS8601 Notes Mobile Computing

At the end of the course, the students should be able to:
 Explain the basics of mobile telecommunication systems
 Illustrate the generations of telecommunication systems in wireless networks
 Determine the functionality of MAC, network layer and Identify a routing protocol for a given Ad hoc network
 Explain the functionality of Transport and Application layers
 Develop a mobile application using android/blackberry/ios/Windows SDK

TEXT BOOKS: CS8601 Notes Mobile Computing

1. Jochen Schiller, ―Mobile Communications‖, PHI, Second Edition, 2003.
2. Prasant Kumar Pattnaik, Rajib Mall, ―Fundamentals of Mobile Computing‖, PHI Learning Pvt.Ltd, New Delhi – 2012

REFERENCES CS8601 Notes Mobile Computing

1. Dharma Prakash Agarval, Qing and An Zeng, “Introduction to Wireless and Mobile systems”,Thomson Asia Pvt Ltd, 2005.
2. Uwe Hansmann, Lothar Merk, Martin S. Nicklons and Thomas Stober, ―Principles of Mobile Computing‖, Springer, 2003.
3. William.C.Y.Lee,―Mobile Cellular Telecommunications-Analog and Digital Systems‖, Second Edition,TataMcGraw Hill Edition ,2006.
4. C.K.Toh, ―AdHoc Mobile Wireless Networks‖, First Edition, Pearson Education, 2002.
5. Android Developers : http://developer.android.com/index.html
6. Apple Developer : https://developer.apple.com/
7. Windows Phone DevCenter : http://developer.windowsphone.com
8. BlackBerry Developer : http://developer.blackberry.com

Subject name Mobile Computing
Short Name MC
Semester 6
Subject Code CS8601
Regulation 2017 regulation

CS8601 Notes Mobile Computing Click Here To Download

CS8601 Mobile Computing Syllabus


CS8601 Mobile Computing Important Questions


CS8601 Mobile Computing Question Bank


CS8601 Mobile Computing Question Paper

Categories
r2017 notes

MG8591 Notes Principles of Management Regulation 2017 Anna University

MG8591 Notes Principles of Management

MG8591 Notes Principles of Management Regulation 2017 Anna University free download. Principles of Management Notes MG8591 pdf free download.

OBJECTIVE: MG8591 Notes Principles of Management

 To enable the students to study the evolution of Management, to study the functions and principles of management and to learn the application of the principles in an organization .

OUTCOME: MG8591 Notes Principles of Management

 Upon completion of the course, students will be able to have clear understanding
 Managerial functions like planning, organizing, staffing, leading & controlling and have same basic knowledge on international aspect of management

TEXTBOOKS: MG8591 Principles of Management

1. Stephen P. Robbins & Mary Coulter, ―Management‖, Prentice Hall (India) Pvt. Ltd., 10th Edition, 2009.
2. JAF Stoner, Freeman R.E and Daniel R Gilbert ―Management‖, Pearson Education, 6th Edition, 2004.

REFERENCES: MG8591 Principles of Management

1. Stephen A. Robbins & David A. Decenzo & Mary Coulter, ―Fundamentals of Management‖ Pearson Education, 7th Edition, 2011.
2. Robert Kreitner & Mamata Mohapatra, ― Management‖, Biztantra, 2008.
3. Harold Koontz & Heinz Weihrich ―Essentials of management‖ Tata McGraw Hill,1998. 4. Tripathy PC & Reddy PN, ―Principles of Management‖, Tata McGraw Hill, 1999

Subject name Principles of Management
Short Name POM
Semester 6
Subject Code MG8591
Regulation 2017 regulation

MG8591 Notes Principles of Management Click Here To Download 

MG8591 Principles of Management Syllabus


MG8591 Principles of Management Important Questions


MG8591 Principles of Management Question Bank


MG8591 Principles of Management Question Paper

Categories
r2017 notes

EC8652 Notes Wireless Communication Regulation 2017 Anna University

EC8652 Notes Wireless Communication

EC8652 Notes Wireless Communication Regulation 2017 Anna University free download. Wireless Communication Notes EC8652 pdf free download.

OBJECTIVES: EC8652 Notes Wireless Communication

 To study the characteristic of wireless channel
 To understand the design of a cellular system  To study the various digital signaling techniques and multipath mitigation techniques  To understand the concepts of multiple antenna techniques

OUTCOMES: EC8652 Notes Wireless Communication

The student should be able to:
• Characterize a wireless channel and evolve the system design specifications
• Design a cellular system based on resource availability and traffic demands
• Identify suitable signaling and multipath mitigation techniques for the wireless channel and system under consideration.

TEXT BOOKS: EC8652 Wireless Communication

1. Rappaport,T.S., ―Wireless communications‖, Pearson Education, Second Edition, 2010.(UNIT I, II, IV)
2. Andreas.F. Molisch, ―Wireless Communications‖, John Wiley – India, 2006. (UNIT III,V)

REFERENCES: EC8652 Wireless Communication

1. Wireless Communication –Andrea Goldsmith, Cambridge University Press, 2011
2. Van Nee, R. and Ramji Prasad, ―OFDM for wireless multimedia communications, Artech House, 2000
3. David Tse and Pramod Viswanath, ―Fundamentals of Wireless Communication, Cambridge University Press, 2005.
4. Upena Dalal, ―Wireless Communication‖, Oxford University Press, 2009.

Subject name Wireless Communication
Short Name WLC
Semester 6
Subject Code EE8652
Regulation 2017 regulation

EC8652 Notes Wireless Communication Click Here To Download 

EC8652 Wireless Communication Syllabus


EC8652 Wireless Communication Important Questions


EC8652 Wireless Communication Question Bank


EC8652 Wireless Communication Question Paper

Categories
r2017 notes

EC8651 Notes Transmission Lines and RF Systems Regulation 2017 Anna University

EC8651 Notes Transmission Lines and RF Systems

EC8651 Notes Transmission Lines and RF Systems Regulation 2017 Anna University free download. Transmission Lines and RF Systems Notes EC8651 pdf free download.

OBJECTIVES: EC8651 Notes Transmission Lines and RF Systems

 To introduce the various types of transmission lines and its characteristics
 To give thorough understanding about high frequency line, power and impedance measurements
 To impart technical knowledge in impedance matching using smith chart
 To introduce passive filters and basic knowledge of active RF components
 To get acquaintance with RF system transceiver design

OUTCOMES: EC8651 Notes Transmission Lines and RF Systems

Upon completion of the course, the student should be able to:
 Explain the characteristics of transmission lines and its losses
 Write about the standing wave ratio and input impedance in high frequency transmission lines
 Analyze impedance matching by stubs using smith charts
 Analyze the characteristics of TE and TM waves
 Design a RF transceiver system for wireless communication

TEXT BOOKS: EC8651 Notes Transmission Lines and RF Systems

1. John D Ryder, ―Networks, lines and fields‖, 2nd Edition, Prentice Hall India, 2015. (UNIT I-IV)
2. Mathew M. Radmanesh, ―Radio Frequency &Microwave Electronics‖, Pearson Education Asia, Second Edition,2002. (UNIT V)

REFERENCES: EC8651 Notes Transmission Lines and RF Systems

1. Reinhold Ludwig and Powel Bretchko,‖ RF Circuit Design – Theory and Applications‖, Pearson Education Asia, First Edition,2001.
2. D. K. Misra, ―Radio Frequency and Microwave Communication Circuits- Analysis and Design‖, John Wiley & Sons, 2004.
3. E.C.Jordan and K.G. Balmain, ―Electromagnetic Waves and Radiating Systems Prentice Hall of India, 2006.
4. G.S.N Raju, “Electromagnetic Field Theory and Transmission Lines Pearson Education, First edition 2005.

Subject name Transmission Lines and RF Systems
Short Name TLRFS
Semester 6
Subject Code EC8651
Regulation 2017 regulation

EC8651 Notes Transmission Lines and RF Systems Click Here To Download 

 EC8651 Transmission Lines and RF Systems Syllabus


EC8651 Transmission Lines and RF Systems Important Questions


EC8651 Transmission Lines and RF Systems Question Bank


EC8651 Transmission Lines and RF Systems Question Paper

Categories
r2017 notes

EC8095 Notes VLSI Design Regulation 2017 Anna University

EC8095 Notes VLSI Design

EC8095 Notes VLSI Design Regulation 2017 Anna University free download. VLSI Design Notes EC8095 pdf free download.

OBJECTIVES: EC8095 Notes VLSI Design

 Study the fundamentals of CMOS circuits and its characteristics.
 Learn the design and realization of combinational & sequential digital circuits.
 Architectural choices and performance tradeoffs involved in designing and realizing the circuits in CMOS technology are discussed
 Learn the different FPGA architectures and testability of VLSI circuits.

OUTCOMES: EC8095 Notes VLSI Design

UPON COMPLETION OF THE COURSE, STUDENTS SHOULD be ABLE TO
 Realize the concepts of digital building blocks using MOS transistor.  Design combinational MOS circuits and power strategies.  Design and construct Sequential Circuits and Timing systems.
 Design arithmetic building blocks and memory subsystems.  Apply and implement FPGA design flow and testing.

TEXT BOOKS: EC8095 Notes VLSI Design

1. Neil H.E. Weste, David Money Harris ―CMOS VLSI Design: A Circuits and Systems Perspective‖, 4th Edition, Pearson , 2017 (UNIT I,II,V)
2. Jan M. Rabaey ,Anantha Chandrakasan, Borivoje. Nikolic, ‖Digital Integrated Circuits:A Design perspective‖, Second Edition , Pearson , 2016.(UNIT III,IV)

REFERENCES EC8095 VLSI Design

1. M.J. Smith, ―Application Specific Integrated Circuits‖, Addisson Wesley, 1997
2. Sung-Mo kang, Yusuf leblebici, Chulwoo Kim ―CMOS Digital Integrated Circuits:Analysis & Design‖,4th edition McGraw Hill Education,2013
3. Wayne Wolf, ―Modern VLSI Design: System On Chip‖, Pearson Education, 2007
4. R.Jacob Baker, Harry W.LI., David E.Boyee, ―CMOS Circuit Design, Layout and Simulation‖, Prentice Hall of India 2005.

Subject name VLSI Design
Short Name VLSI
Semester 6
Subject Code EC8095
Regulation 2017 regulation

EC8095 Notes VLSI Design Click Here To Download 

 EC8095 VLSI Design Syllabus


EC8095 VLSI Design Important Questions


EC8095 VLSI Design Question Bank


EC8095 VLSI Design Question Paper

Categories
r2017 notes

EE8691 Notes Embedded Systems Regulation 2017 Anna University

EE8691 Notes Embedded Systems

EE8691 Notes Embedded Systems Regulation 2017 Anna University free download. Embedded Systems Notes EE8691 pdf free download.

OBJECTIVES: EE8691 Notes Embedded Systems

To impart knowledge on the following Topics
 Building Blocks of Embedded System
 Various Embedded Development Strategies
 Bus Communication in processors, Input/output interfacing.
 Various processor scheduling algorithms.
 Basics of Real time operating system and example tutorials to discuss on one real time
operating system tool.

OUTCOMES: EE8691 Notes Embedded Systems

 Ability to understand and analyze Embedded systems.
 Ability to suggest an embedded system for a given application.
 Ability to operate various Embedded Development Strategies
 Ability to study about the bus Communication in processors.
 Ability to acquire knowledge on various processor scheduling algorithms.
 Ability to understand basics of Real time operating system.

TEXT BOOKS: EE8691 Embedded Systems

1. Peckol, “Embedded system Design”, John Wiley & Sons,2010
2. Lyla B Das,” Embedded Systems-An Integrated Approach”, Pearson, 2013
3. Shibu. K.V, “Introduction to Embedded Systems”, 2e, Mc graw Hill, 2017.

REFERENCES EE8691 Embedded Systems

1. Raj Kamal, ‘Embedded System-Architecture, Programming, Design’, Mc Graw Hill, 2013.
2. C.R.Sarma, “Embedded Systems Engineering”, University Press (India) Pvt. Ltd, 2013.
3. Tammy Noergaard, “Embedded Systems Architecture”, Elsevier, 2006.
4. Han-Way Huang, “Embedded system Design Using C8051”, Cengage Learning, 2009.
5. Rajib Mall “Real-Time systems Theory and Practice” Pearson Education, 2007.

Subject name Embedded Systems
Short Name ES
Semester 6
Subject Code EE8691
Regulation 2017 regulation

EE8691 Notes Embedded Systems Click Here To Download 

 EE8691 Embedded Systems Syllabus


EE8691 Embedded Systems Important Questions


EE8691 Embedded Systems Question Bank


EE8691 Embedded Systems Question Paper