Go Back   StudyChaCha 2024 2025 > StudyChaCha Discussion Forum > General Topics

  #1  
Old April 23rd, 2014, 11:50 AM
Unregistered
Guest
 
Default MGR Educational Research Institute Chennai

I had cleared class 12th Science from CBSE. Now I want to take admission in B.Tech Information Technology at MGR Educational Research Institute Chennai. So will you provide me information about the MGR Educational Research Institute Chennai and B.Tech Program?
Reply With Quote
Other Discussions related to this topic
Thread
Dr Mgr Educational And Research Institute Chennai Admission
National Council Of Educational Research And Training Chennai
Dr MGR Educational And Research Institute Guindy
Rank of Dr MGR Educational And Research Institute Chennai
Dr MGR Educational and Research Institute M.Tech Syllabus
Dr MGR Educational And Research Institute Exam Timetable
Educational Research Institute Ljubljana
Shristi Educational Research Institute Vivek Vihar NCR-Delhi
Dr.MGR Educational and Research Institute
District Institute of Educational Research and Training – DIET
Dr MGR Educational And Research Institute Deemed University Chennai
Dr. M.G.R. Educational and Research Institute, MBBS, Bio Chemistry previous years que
Dr. M.G.R. Educational and Research Institute tamil Naduc
Ramakrishna Mission Vivekananda Educational And Research Institute Howrah
National Institute for Educational Policy Research Nier Of Japan
Dr MGR Educational and Research Institute University Chennai
Dr. M.G.R. Educational and Research Institute University Chennai
Dr. MGR Educational Research Institute (Deemed University)
Dr. MGR Educational and Research Institute
Ramakrishna mission Vivekananda educational and research institute West Bengal






  #2  
Old April 23rd, 2014, 03:23 PM
Sashwat's Avatar
Super Moderator
 
Join Date: Jun 2011
Default Re: MGR Educational Research Institute Chennai

The MGR Educational Research Institute Chennai was established in 1985.

The MGR Educational Research Institute Chennai is a Deemed University.

The Institute is approved to AICTE and accredited to NAAC and NBA.

The Institute offers a wide range of UG, PG and Research Programs.

Here you want to take admission in B.Tech Information Technology Program, so here I am providing following information:

Eligibility Criteria

Pass in 12th Standard with Chemistry, Physics, Maths and English.

Admission will be on the basis of Entrance Exam.

Duration: 4 Years

B.Tech Information Technology Course Structure

SEM III

MGR Educational Research Institute ChennaiTHEORY
Object Oriented Programming
Computer Architecture
Data Structures & Algorithms
Management Accounting
Business Mathematics
Structured System Analysis and Design
DS & OOPS Lab
Computer Applications Lab

SEM IV
THEORY
Database Management Systems
System Programming and Operating Systems
Java Programming
Microeconomic Principles
Operations Management
Enterprise Resource Planning
Java & DBMS LAB
ERP LAB
INTERNSHIP-I

SEM V

THEORY
Visual Programming
Object Oriented Analysis & Design
User Interface Design
Macroeconomic Principles
International Business Strategy
Financial Management
Case Tools lab
Business Process Tools Development Lab

SEM VI

Component Based Technology
Dot Net
Data mining & Warehousing
Banking & Insurance Process
Decision Support Systems
Elective –I
Software Component & .NET Lab
Financial Management Tools Lab(Oracle Financial)
INTERNSHIP-II

SEM VII

E-Commerce
Web Technology & Web Services
Computer Networks
Software Engineering
Computational Intelligence Tools
Elective II
Web Services & E-Commerce Lab
Business Intelligence lab(COGNOS,SSIS,SSAS,SSRS)
Project –Phase I

SEM VIII

THEOR
Portfolio management
Information Storage Management
Elective III
Project-Phase II

Dr. M. G. R. Educational and Research Institute B.Tech Information Technology Syllabus


OBJECT ORIENTED PROGRAMMING

UNIT– I 9 hrs
Identifiers, Keywords, Constants, C++ Operators, Statements, Manipulator Functions, Control & Loop Statements, Functions and Program Structures, Recursive Functions, Pre-processors, Header Files, Standard Functions, Multi Function Program, Conditional Compilation.

UNIT– II 9 hrs
Arrays, Multidimensional Arrays, Character Arrays, Pointer Arithmetic, Array of Pointers, Pointers to Pointers, Array of Structures, Nested Structure, Unions, Bit Fields, Enumerators.

UNIT – III 9 hrs
Classes, Objects, Structures, Declaration of Class, Member Functions, Pointers, Unions, Nested Class, Copy and Default Constructors, Destructors, Inline Member Functions, Static Class members, Friend functions, Inheritance, Ambiguity in Single Inheritance, Multiple Inheritance Container Classes, Member Access Control

UNIT – IV 9 hrs
Function Overloading Operators Overloading, Overloading of Binary Operators, Overloading of Unary Operators, Polymorphism with Pointers, Virtual Functions, Late Binding, Abstract Base Classes, Constructors under Inheritance, Destructors under Inheritance, Virtual Destructors, Virtual Base Classes.

UNIT – V 9 hrs
Function Template, Class Template, Exception Handling, Opening and Closing of Files, Binary File Operations, Random Access File Processing, Various Turbo C++ and Borland C++ Streams and File Processing Commands
TOTAL: 45 HOURS

TEXT BOOKS:
1. Balaguruswamy.E “object Oriented Programming with c++” Tata McGraw- Hill ,Second Edition,2007.
2. Gary J. Bronson, “Object oriented program development using Java, Thomson Learning 2005.

REFERENCES:
1. Deitel and Deitel, “ C++ How to Program” Prentice Hall, 2008.
2. N.Barkakati, “Object Oriented Programming in C++”, Prentice Hall of India Pvt.Ltd,2005.
Dr.MGR Educational and Research Institute UNIVERSITY B.Tech IT and Business Computing (Full Time) Curriculum and Syllabus Admission Year 2013 - 14 onwards

COMPUTER ARCHITECTURE

UNIT 1 INTRODUCTION 9 hrs
Basic structure of Computer Hardware-Von-Neumann Architecture-Functional units-Instruction formats and types-Addressing modes. RISC Vs CISC

UNIT II ARITHMETIC AND LOGIC UNIT 9 hrs
Fixed point arithmetic operation-addition, subtraction, multiplication, division-Floating point arithmetic operation-Design of ALU-Bit-slice processors.

UNIT III PROCESSOR UNIT 9 hrs
Data path implementation-Control unit-hardwired control, micro programmed control, nanoprogramming- Concepts of pipelining. Pipeline hazards

UNIT IV MEMORY SYSTEM 9 hrs
Memory hierarchy-Internal organization of RAM, ROM, Interleaved memory-Cacheand associative memories-Virtual memory.Memory organizationandcachecoherenceissues

UNIT V INPUT/OUTPUT AND PERIPHERALS 9 hrs
Basic concepts-programmed I/O-Interrupts and DMA-I/O processors-input devices-display devices-printers magnetic disk drives-optical drives. SCSI
TOTAL: 45 HOURS

TEXT BOOKS:
1. Hayes,” Computer Architecture and Organization”,Tata McGraw Hill,2004
2. Hennessey & Patterson, “Computer Architecture A Quantitative Approach”, Harcourt Asia, Morgan Kaufmann, 3rd Edition 2005

REFERENCES:
1. Heuring V.P., Jordan H.F., "Computer System Design and Architecture", Addison Wesley,2004.
2. Carl Hamacher V., ZvonkoG.Vranesic, Safwat G. Zaky, "Computer organization", Tata McGraw Hill, Fifth Edition, 2006.
3. Morris Mano,”Computer System Architecture”, PHI- 3rd Edition, 2004

Dr.MGR Educational and Research Institute UNIVERSITY B.Tech IT and Business Computing (Full Time) Curriculum and Syllabus Admission Year 2013 - 14 onwards

DATA STRUCTURES AND ALGORITHMS

UNIT I LINEAR DATA STRUCTURES 9 hrs
Stacks, Queues & Lists Implementation and Applications, Singly linked list-Doubly linkedlists.

UNIT II NONLINEAR DATA STRUCTURES 9 hrs
Trees – Binary Trees – Binary Search Tree – Tree Traversals – AVL Trees

UNIT III ALGORITHM ANALYSIS 9 hrs
Sorting and searching –space complexity-time complexity-Big Oh-Binary Searchinganalysis-Quick sort-Heap sort-Merge sort-Analysis

UNIT IV GRAPH ALGORITHMS 9 hrs
Graph operations-DFS-BFS-Minimum cost spanning tree-Krushkal’s algorithm-Prim’sAlgorithm

UNIT V ALGORITHM DESIGN METHODS 9 hrs
Greedy method – Shortest path – Divide and Conquer –Matrix multiplication-Dynamic
programming-Back tracking –Traveling Sales person problem.
TOTAL: 45 HOURS

TEXT BOOK:
1. E. Horowitz, S. Sahani& Mehta, “Fundamentals of Data Structures in C++”, Galgotia, 2007.

REFERENCES :
1) Weiss Mark Allen, “Data Structures and Algorithm Analysis in C”, Pearson Education, 3/e2004.
2) E.Horowitz, Sahni&SanguthevarRajasekaran, “Fundamentals of Computer Algorithms”,Galgotia Publications, 2004
3 ) Jean - Paul Tremblay, Paul G . Sorenson , "An Introduction to Data Structures withApplications", Tata McGraw-Hill, 2nd Edition, (2007)
4) Sara Baase& Allen Van Gelder, “Computer Algorithms” Galgotia, 2005.
Dr.MGR Educational and Research Institute UNIVERSITY B.Tech IT and Business Computing (Full Time) Curriculum and Syllabus Admission Year 2013 - 14 onwards


MANAGEMENT ACCOUNTING

UNIT I 9hrs.
Management Accounting - Meaning and purpose. Financial accounting - Preparation of Trading Account, Profit and loss account and Balance Sheet - Limitations of Financial Statements.

UNIT II 9 hrs.
Ratio analysis - Uses and Limitations, Inter - firm and Intra - firm comparison.

UNIT III 9hrs.
Budgetary control - Nature and Objectives of budgetary control - Limitations; Types of budgets, Fixed and flexible budgets; Zero Base budgeting.

UNIT IV 9 hrs.
Marginal costing - Cost volume profit analysis - Break even point, Direct costing Vs Absorption costing. Capital budgeting decisions, methods of evaluating long term investments - Payback period, Accounting Rate of Return, NPV, IRR and Profitability Index.

UNIT V 9 hrs.
Fund Flow statement and Cash Flow statement.
TOTAL: 45 HOURS

TEXT BOOKS:
1. Dr. Maheswari.S.N., “Management Accounting”, 5th Edition, Sultan Chand & Sons,2007.

2. Khan.M.Y. and Jain.P.K, “Management Accounting, 4th Edition,Tata McGraw Hill, 2006.

REFERENCES:
1. Pandey.I.M., “Management Accounting”, 3rd Edition, Vikas Publications, 2009.

2. Reddy.T.S. &Hari Prasad Reddy, “Financial and Management Accounting”, 3rd Edition, Margam Publication, 2008.

Dr.MGR Educational and Research Institute UNIVERSITY B.Tech IT and Business Computing (Full Time) Curriculum and Syllabus Admission Year 2013 - 14 onwards

BUSINESS MATHEMATICS

UNIT 1. RATIO, PROPORTION AND PERCENTAGE 9 hrs
Ratio- Definition, Continued Ratio, Inverse Ratio, Proportion, Continued Proportion, Direct Proportion, Inverse Proportion, Variation, Inverse Variation, Joint Variation, PercentageMeaning and Computations of Percentages.

UNIT 2. PROFIT, LOSS AND INTEREST 9 hrs
Terms and Formulae, Trade discount, Cash discount, Problems involving cost price, Selling Price, Trade discount and Cash Discount. Introduction to Commission and brokerage, Problems on Commission and brokerage Simple Interest, Compound interest ( reducing balance & Flat Interest rate of interest), Equated Monthly Installments(EMI), Problems

UNIT 3. SHARES AND DIVIDENDS 9 hrs
Concept of Shares, Stock exchange, Face Value, Market Value, Dividend, Equity Shares, Preferential Shares, Bonus Shares, Examples.

UNIT 4. MATRICES AND DETERMINANTS (UPTO ORDER 3 ONLY): 9 hrs
Multivariable data, Definition of a Matrix, Types of Matrices, Algebra of Matrices, Determinants, Adjoint of a Matrix, Inverse of a Matrix via adjoint Matrix, Homogeneous System of Linear equations, Condition for Uniqueness for the homogeneous system, Solution of Non-homogeneous System of Linear equations (not more than three variables). Condition for existence and uniqueness of solution, Solution using inverse of the coefficient matrix, Problems.

UNIT 5. PERMUTATIONS AND COMBINATIONS: 9 hrs
Permutations of ‘n’ dissimilar objects taken ‘r’ at a time (with or without repetition).nPr = n! / (n-r)! (without proof). Combinations of ‘r’ objects taken from ‘n’ objects.nCr = n! / r! (n-r)! (without proof) problems, Applications.
TOTAL: 45 HOURS

TEXT BOOKS:
1) “Business Mathematics” by Dr. AmarnathDikshit& Dr. Jinendra Kumar Jain, 2005.
2) “Business Mathematics “ by V. K. Kapoor - Sultan chand& sons, Delhi, 2004
REFERENCES
1) “Business Mathematics”by Bari - New Literature publishing company, Mumbai, 2006
Dr.MGR Educational and Research Institute UNIVERSITY B.Tech IT and Business Computing (Full Time) Curriculum and Syllabus Admission Year 2013 - 14 onwards

STRUCTURED SYSTEM ANALYSIS AND DESIGN

UNIT-I. 9 hrs
System Definition and concepts: General Theory systems, Manual and automated systems, Reallife Business Sub-Systems. System Environments and Boundaries. Real-time and distributed systems. Basic principles of successful systems. Approach to system development: Structured System Analysis and Design, Prototype, Joint Application Development.Role and Need of Systems Analyst. Qualifications and responsibilities.System Analysis as a Profession.

UNIT-II 9 hrs
System Development Cycle Introduction to Systems Development Life Cycle (SDLC). Various phases of SDLC: Study, Analysis, Design, Development, Implementation, Maintenance Systems documentation consideration: Principles of Systems Documentation, Types of documentation and their importance, Enforcing documentation discipline in an organization. System Planning Data and fact gathering techniques,Assessing Project Feasibility: Technical, Operational, Economic, Cost Benefits Analysis, Schedule, legal and contractual, Political.

UNIT-III 9 hrs
Modular and Structured Design Module specifications. Top-down and bottom-up design. Module coupling and cohesion. Structure Charts System Design and Modeling Process Modeling, logical and physical design, , Entity-Relationship Modeling, EROs and DFDs, Concepts of Normalization, Process Description: Structured English, Decision Tree, Decision Tables. Documentation: Data Dictionary Recording Data Descriptions

UNIT –IV 9 hrs
Input and Output Classification of forms, Input/output forms design. User-interface design, Graphical interfaces. Standards and guidelines for GUI design. Designing Physical Files and Databases: Designing Fields, Designing Physical Records, Designing Physical Files, Designing Databases. Introduction to CASE Tools, Planning considerations.Conversion methods, procedures and controls.System acceptance criteria.System Evaluation and Performance.Testing and Validation.Preparing User Manual. Maintenance Activities and Issues

UNIT –V 9 hrs
Computer System Audit and Security Audit of Computer System Usage. Types of Threats to Computer System and Control Measures:Threat and Risk Analysis, Disaster Recovery and Contingency Planning, Viruses.10. OO Analysis / Design Introduction to UML OO Development Life Cycle and Modeling.Static and dynamic modeling.Comparison of OO and Module-oriented Approach.Modelling using UML
TOTAL: 45 HOURS

TEXT BOOKS
1. J. Hoffer, "Modern Systems Analysis and Design", Second Edition, 2005, Joey George and JosephValacich, Pearson Education.
2. A. Dennis and B. H. Wixom, "Systems Analysis and Design", First Edition, 2004, John Wiley & Sons, Inc.
REFERENCES
1. J. Whitten, L. Bentley and K. Dittman, "Systems Analysis and Design Methods", Fifth Edition, 2006, Tata McGraw Hill.
2. K. C. Laudon and J. P. Laudon, "Management Information Systems", Seventh Edition, 2005
Dr.MGR Educational and Research Institute UNIVERSITY B.Tech IT and Business Computing (Full Time) Curriculum and Syllabus Admission Year 2013 - 14 onwards


1. Implementing Stacks and Queues

2. Implementation of singly Linked List

3. Implementation of Doubly Linked List

4. Polynomial Manipulations.

5. Insertion sort

6. Merge Sort

7. Quick Sort

8. Selection Sort

9. Heap Sort.

10. Linear search

11. Binary search.

12. Solving Knapsack Problem using Greedy Method.

13. Solving Traveling Salesman Problem using Dynamic Programming.

14. Solving 8 Queens Problem using Backtracking Method

Contact Details
Dr. M. G. R. Educational and Research Institute
Periyar E.V.R. High Road,NH 4,Maduravoyal,
Chennai,
Tamil Nadu 600095 ‎
Ph: 044 2378 2085

Map


Image

Attached Files Available for Download
File Type: pdf Dr. M. G. R. Educational and Research Institute B.Tech Information Technology Syllabus.pdf (732.0 KB, 13 views)
__________________
Answered By StudyChaCha Member
Reply With Quote
Reply




All times are GMT +6. The time now is 12:12 PM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
Search Engine Friendly URLs by vBSEO 3.6.0 PL2

1 2 3 4 5 6 7 8