Saturday, July 5, 2014

Advanced Microprocessors & Peripherals

Propellerads
CS010 506: Advanced Microprocessors & Peripherals

SYLLABUS

 Module I (15 hours):

8086 Architecture, Block diagram – Addressing modes – Instructions set of 8086 – data transfer – arithmetic – branch – loop – flag manipulation – shift & rotate – string instructions – writing simple program in 8086.

Module II (9 hours):

Additional features of 80286 – protected mode memory addressing – Additional features of 80386 – Paging mechanism (Flat memory model) – Additional features of Pentium Processors – Brief study of latest processors of Intel & AMD – Dual core processor(Brief idea only) .
Note: Architecture not required for the processors discussed in this module.

Module III: Peripherals (11 hours):

Study of motherboards – Different types of ports, slots and connectors – Processor Bus, AGP, PCI – Add-on cards – USB – Hard Disk Interfaces – IDE, ATA, Power supply – SMPS – function & operations.

Module IV: Storage Devices (15 hours):

Magnetic data storage: Principles – Hard disks – Cylinders – Clusters – Tracks and Sectors – Disk formatting – Partitioning – Hard disk drive operation – Data Transfer rates – Data addressing – CHS addressing – Logical Block Addressing.
Optical storage: CD Technology, CD ROM, CD-R, CD-RW, Interface – Magneto optical
drives – DVD – RAID – Blu-ray disc.

Module V (10 hours):

Memory: Parity – ECC – Memory Addressing – 640 KB barrier – Extended and Expanded memory – HMA – Video memory – Flash Memory – Pen drive – Advanced memory technologies.

Reference Books:

1. A K Ray, K M Bhurchandi, “Advanced Microprocessors and Peripherals”, Tata McGraw Hill,
New Delhi, 2nd Edition, 2010.-DOWNLOAD
2. Barry B.Brey, “The Intel Microprocessors”, PHI, New Delhi, Sixth Edition, 2004.-DOWNLOAD OR DOWNLOAD TORRENT
3.  K.K Tripathi, Rajesh K Gangwar, “Microprocessor and Its Application”, Acme Learning,2010

Chapter1      Chapter2        Chapter3      Chapter4     Chapter5     Chapter6      Chapter7     Chapter8

Operating Systems

Propellerads
CS010 505: Operating Systems

SYLLABUS

Module I (8 hours):

Introduction: Operating System – Batch, Multiprogrammed, Time-sharing and Real time systems – Operating system structure – Operating system operations System Structures: Operating system service – System calls – System Programs – System structure – Simple structure, Layered approach – Kernel, Shell.

Module II (12 hours):

Process Management: Process concept – Process state, PCB – Process scheduling – Operations on processes – Interprocess communication – Multithreading –Benefits, Models Process Scheduling: Basic concepts – Preemptive scheduling, Dispatcher – Scheduling criteria – Scheduling algorithms – Multiple-processor scheduling.

Module III (16 hours):

Process Synchronization: The Critical-Section problem – Peterson’s solution –Synchronization Hardware – Semaphores – Classic problems of synchronization – Monitors Deadlocks: System model – Deadlock characterization – Methods for handling deadlocks – Prevention, Avoidance and Detection – Recovery from deadlock.

Module IV (14 hours):

Memory Management: Resident Monitor – Dynamic loading – Swapping – Contiguous memory allocation – Paging – Basic, Multi-level Paging – Segmentation Virtual Memory – Demand Paging – Page Replacement algorithms – Allocation of Frames – Thrashing – Cause of thrashing.

Module V (10 hours):

File System: File concept – Access methods – Directory structure – Directory implementation – Linear list, Hash table – Disk scheduling
Case study: Linux system.

Reference Books:

1. Abraham Silberschatz, Peter B.Galvin and Greg Gagne, “Operating System Concepts”, John
Wiley & Sons Inc, 8th Edition 2010.-DOWNLOAD OR DOWNLOAD
2. D M Dhamdhere, “Operating Systems A Concept-based Approach”, Tata McGraw Hill, New
Delhi, 2nd Edition, 2010.-DOWNLOAD


DIGITAL SIGNAL PROCESSING

Propellerads
CS010 504(EC) DIGITAL SIGNAL PROCESSING

SYLLABUS
Module 1: (12 Hrs):

Introduction to Signals & Systems:- Continuous Time Signals and Discrete Time Signals- Generation of Discrete Time Signals – Sampling, Elementary Discrete Time Signals- Operations on Discrete Time Signals- Convolution- Discrete Time Systems -Properties of Discrete Time Systems-Linearity, Time invariance-Causality-Stability- Linear Time Invariant (LTI) Systems Difference Equation representation of LTI Systems -The Z transform-Properties of Z transform- Inverse Z transform-System Transfer function.

Module 2: (12 Hrs):

Frequency Domain Representation of Discrete Time Signals:- Discrete Time Fourier Transform (DTFT) properties, Discrete Fourier Transform(DFT) properties& Fast Fourier Transform( FFT) Decimation in Time &Decimation in Frequency algorithms.

Module 3(13Hrs):

Finite Impulse Response Filter:- FIR Filters with Linear Phase, Need of Linear Phase, FIR Filter Design Methods- Fourier Series Method – Window Method- Design of FIR Filters using Rectangular, Triangular,Hamming, Hanning, Blackmann and Kaiser Windows. Realization of FIR Filter- Direct, Linear Phase and Cascade Realizations.

Module 4: (13 Hrs):

Infinite Impulse Response Filters:- Steps in IIR Filter Design, Conversion of Analog Filter to Digital Filter- Impulse Invariant and Bilinear Transformations, Analog Filter Design Approximations- Butterworth and Chebyshev Approximations., Realization of IIR Filter- Direct, Cascade and Parallel Realizations.

Module 5(10 Hrs):

Introduction to DSP Chips: - Basic Architecture of a DSP chip, Case Study: TMS 320, TigerSHARC Processors (Overview of Architecture and Features) Applications of DSP:- Audio Signal Processing and Compression, Image Processing- JPEG Compression, Video Compression, Speech Processing and Recognition, Weather Forecasting, RADAR, (Brief idea only)

Text Books:

1. Oppenheim A.V.Schafer R.W. Discrete-Time Signal Processing- PrenticeHall/Pearson.-   DOWNLOAD
2. Andreas Antoniou Digital Signal Processing Tata McGrawHill-     DOWNLOAD

Database Management Systems

Propellerads
CS010 503: Database Management Systems
Syllabus
Module I (10 hours):

Basic Concepts - Purpose of Database Systems- 3 Schema Architecture and Data Independence- Components of DBMS –Data Models, Schemas and Instances-Data Modeling using the Entity Relationship Model-Entity types, Relationship Types, Weak Entity Types .

Module II (14 hours):

Relational Model Concepts –Constraints – Entity Integrity and Referential Integrity, Relational Algebra -Select, Project, Operations from Set Theory, Join, OuterJoin and Division - Tuple Relational Calculus.
SQL- Data Definition with SQL - Insert, Delete and Update Statements in SQL, Defining Domains, Schemas and Constraints, Constraint Violations - Basic Queries in SQL - Select Statement, Use of Aggregate functions and Group Retrieval, Nested Queries, Correlated Queries – Views.

Module III (12 hours):

Oracle Case Study : The Basic Structure of the Oracle System – Database Structure and its Manipulation in Oracle- Storage Organization in Oracle.- Programming in PL/SQL- Cursor in PL/SQL - Assertions – Triggers.
Indexing and Hashing Concepts -: Ordered Indices, Hash Indices, Dense and Sparse Indices, Multi Level Indices, Cluster Index, Dynamic Hashing.

Module IV (11 hours):

Database Design– Design Guidelines– Relational Database Design – Functional Dependency- Determination of Candidate Keys, Super Key, Foreign Key, Normalization using Functional Dependencies, Normal Forms based on Primary keys- General Definitions of First, Second and Third Normal Forms. Boyce Codd Normal Form– Multi-valued Dependencies and Forth Normal Form – Join Dependencies and Fifth Normal Form – Pitfalls in Relational Database Design.

Module V (13 hours):

Introduction to Transaction Processing- Transactions- ACID Properties of Transactions-Schedules- Serializability of Schedules- Precedence Graph- Concurrency Control – Locks and Timestamps-Database Recovery Query processing and Optimization- Translating SQL Queries into a Relational Algebra
Computing Select, Project and Join ,
Object Relational Databases-Distributed Databases-Different Types-Fragmentation and Replication Techniques-Functions of DDBMS.

Reference Books:

1. Elmsari and Navathe, Fundamentals of Database System, Pearson Education Asia,
5th Edition, New Delhi, 2008.-       DOWNLOAD OR DOWNLOAD

2. Henry F Korth, Abraham Silbershatz , Database System Concepts, Mc Graw Hill
6td Edition, Singapore, 2011. -      DOWNLOAD

3. C.J.Date , An Introduction to Database Systems, Pearson Education Asia, 7th Edition, New
Delhi. -                                           DOWNLOAD OR DOWNLOAD




Principles of Management (POM)

Propellerads
EN010 502(ME): Principles of Management
Syllabus

Module I (12 hours):
Management Concepts: Vision, Mission, Goals and Objectives of management-MBOScientific management- Functions of management- Planning- Organizing- Staffing- Directing- Motivating- Communicating- Coordinating- Controlling- Authority and Responsibility- Delegation- Span of control- Organizational structure- Line, Line and staff and Functional relationship.

Module II (12 hours):
Personnel Management: Definition and concept- Objectives of personnel management- Manpower planning- Recruitment and Selection of manpower- Training and development of manpower- Labour welfare- Labour turnover- Quality circle- Industrial fatigue- Industrial disputes-Method of settling disputes- Trade unions.

Module III (12 hours)

Production management: Objectives and scope of production management- Functions of production department- production management frame work- product life cycle-Types of production- Production procedure- Project planning with CPM and PERT- Basic concepts in network.

Module IV (12 hours):

Financial Management: Objectives and Functions of Financial Management- Types of Capital- Factors affecting working capital- Methods of financing. Cost Management: Elements of cost- Components of cost- Selling Price of a product.

Module V (12 hours):

Sales and Marketing Management: Sales management- Concept- Functions of sales department- Duties of sales engineer- Selling concept and Marketing concept- Marketing- Definition and principles of marketing- Marketing management and its functions- Sales forecasting- Pricing- Advertising- Sales promotion- Channels of distribution- Market research.

Text Books

1. Koontz and Weihrich, Essentials of Management, Tata McGraw Hill.
2. Mahajan M., Industrial Engineering and Production Management, Dhanpat Rai and Co.
3. Kemthose and Deepak, Industrial Engineering an Management, Prentice Hall of India.

Reference Books
1. Martand Telsang, Industrial Engineering and Production Management.
2. Khanna O.P., Industrial Engineering and Management, Dhanpat Rai and Co.
3. Philip Kotler, Marketing Management, Prentice Hall of India.
4. Sharma S. C. & Banga T. R., Industrial Organisation and Engineering Economics, Khanna Publishers.
5. Prasanna Chandra, Financial Management, Tata McGraw Hill.