Vous êtes sur la page 1sur 5

Course Code: M G T D 3 3 3 Course Title: BASIC FINANCIAL MANAGEMENT

WEIGHTAGE
CA ETE (Th.)
20 80

COURSE CONTENTS:

Sr. No. Topics

1. Meaning, Objectives and Scope of Financial Management

2. Finance Functions - Investment, Financing, Liquidity & Dividend Decisions. Risk & Return Trade off

3. Source of Finance – Long term, Medium term & short term

4. Cost of Capital: Concept and its significance, measurement of cost of capital of various sources of funds.
Weighted Average cost of capital.

5. Capital Structure Decision: Understanding debt and equity, Theories of Capital Structure, Optimum Capital
Structure

6. Capital Budgeting :Analytical study of various methods of Capital Budgeting

7. Working Capital – Concept and Significance, Determining working capital requirements; Basics of receivables,
Inventory and cash management.

8. Dividend Policy; Determinants of dividend policy, Theories of dividend and Forms of dividend

TEXT BOOK:

Pandey, I. M. Financial Management, Vikas Publication House

ADDITIONAL READINGS:

1. Khan, M Y and P K Jain, Financial Management, Tata McGraw Hill.


2. James C . Van Horne & John M. Wachowicz, Jr , Fundamentals of Financial Management, Prentice
Hall of India Pvt. Ltd, New Delhi
Course Code: C A P D 2 0 5 Course Title: DATA STRUCTURE

WEIGHTAGE
CA ETE (Pr.) ETE (Th.)
20 20 60

COURSE CONTENTS:

Sr. No. Topics

1. Basic concepts and notations, data structures and data structure operations

2. Complexity Analysis: Mathematical notation and functions, algorithmic complexity and time space trade
off, Big O Notation, The best, average & Worst cases analysis of various algorithms.

3. Arrays: Linear & Multidimensional Arrays, Representation & traversal.

Records, Record Structures

4. Pointers: Pointer Arrays. Arrays of Pointers and Dynamic Memory Management:, usage of pointers, memory
management functions, debugging pointers

5. Linked list: representation, traversal, searching, Insertion, deletion of linked list.

Two way / multi linked structures, Header Lists, Circular Lists

6. Stacks: Basic operation of Stack, Memory Representation, Traversal.

Queues: Operations, Representation & Types.

7. Recursion: Definition, Function Call & Recursion implementation, Anatomy of Recursive Call, Complexity
issues

8. Trees:- Definition, Representation in memory.

9. Binary trees: Binary tree traversal, Insertion, Deletion & Searching

10. Binary Search Trees: Search, Insertion, deletion

Intro to Heaps

LABORATORY WORK:

Implementation of Arrays, Linked Lists, Stacks, Recursion, Trees and Heaps using C/C++

TEXT BOOK:

Author: Seymour Lipschutz,Title: Schaum Outline Series,Publishers: Tata McGraw Hill,New Delhi,Year of Publication:
2006

ADDITIONAL READINGS:

1. Mark Allen Weises, Data Structures & Algorithmic Analysis in C, Pearson Education
2. Adam Drozdek, Data Structure & Algorithms in C++. Thomson
3. Kruse, Data Structures & Program design, Prentice Hall of India, New Delhi.
4. Tenenbaum, Augenstein, & Langsam, Data Structures using C and C++, Prentice Hall of India, New Delhi.
5. Sorenson and Tremblay : An Introduction to Data Structures with Algorithms.
Course Code: C A P D 3 2 3 Course Title: MULTIMEDIA SYSTEMS

WEIGHTAGE
CA ETE (Pr.) ETE (Th.)
20 20 60

COURSE CONTENTS:

Sr. No. Topics

1. Multimedia: Meaning and its usage, Stages of a Multimedia Project & Multimedia Skills required in a team

2. Text: Fonts & Faces, Using Text in Multimedia, Font Editing & Design Tools, Hypermedia & Hypertext.

3. Sound: Multimedia System Sounds, Digital Audio, MIDI Audio, Audio File Formats, MIDI vs Digital Audio,
Audio CD Playback. Audio Recording. Voice Recognition & Response.

4. Images: Still Images – Bitmaps, Vector Drawing, 3D Drawing & rendering, Natural Light & Colors,
Computerized Colors, Color Palletes, Image File Formats, Macintosh & Windows Formats, Cross – Platform
format.

5. Animation: Principle of Animations. Animation Techniques, Animation File Formats.

6. Video: How Video Works, Broadcast Video Standards: NTSC, PAL, SECAM, ATSC DTV, Analog Video, Digital
Video, Digital Video Standards – ATSC, DVB, ISDB, Video recording & Shooting Videos, Video Editing,
Optimizing Video files for CD-ROM, Digital display standards.

7. Hardware: Macintosh versus Windows, Connections: IDE, SCSI, UIDE, ATA, USB, Firewire etc. Storage
devices, Input , Output devices for Multimedia Projects

8. Multimedia Software Tools: Text Editing & Word processing tools, OCR S/W, Painting & Drawing Tools, 3D
Modelling & Animation Tools, Image editing tools, Sound Editing tools, Animation, Video & Digital movie
tools, Overview of various types of Multimedia Authoring tools.

9. Compression: CODEC, Types of Compression & redundancies, GIF, JPEG & MPEG Standards Overview,
Fractals

10. Multimedia tools for WWW & Designing for WWW: Plug Ins, Text, Images, Sound & Animation for the
Web.

LABORATORY WORK:

1. Lab work on Flash. Using Flash, Creation of Basic animations. How to embed Flash objects in HTML
2. Lab work on Windows Movie Maker for Creation of Movies. Importing, Compiling and Creation of
movies through Movie Maker
3. DVD Authoring Tools: Ulead Movie Creator, Nero Show, Windows DVD Maker. What are the standard
formats of DVD Creation. Using Windows DVD Maker Tool to Create DVD.

TEXT BOOK:

Ranjan Parekh, “Principles of Multimedia”, Tata McGraw Hill

ADDITIONAL READINGS:

1. Tay Vaughan, “Multimedia: Making it work”, TMH, 1999


2. Author:Vikas Gupta,Title:Coundex DTP Course KIT,Publishers: Wiley,Year of Publication: 2008
3. Keyes, “Multimedia Handbook”, TMH, 2000.
4. Ralf Steinmetz and Klara Naharstedt, “Multimedia: Computing, Communications Applications”, Pearson,
2001.
5. Steve Rimmer, “Advanced Multimedia Programming”, MHI, 2000.
6. K. Andleigh and K. Thakkar, “Multimedia System Design”, PHI, PTR, 2000.
Course Code: C A P D 3 0 5 Course Title: WEB PROGRAMMING

WEIGHTAGE
CA ETE (Pr.) ETE (Th.)
20 20 60

COURSE CONTENTS:

Sr. No. Topics

1. Internet Fundamentals, Internet, its origin, Connectivity and Service

Introduction to www, GOPHER, FTP, Telnet, HTTP, network protocols, Internet facilities through www

2. HTML and Meaning. Use of HTML Documents.

3. Basic HTML tags, Language description, usability, static creation of HTML web pages, Commonly used HTML
Commands, titles Tag. Text Formatting, bold, italics, superscript, subscript.

4. List, Ordered, Unordered, Image, Anchor Tags,

5. Creating tables. Creating Form elements, Frames and their usage

6. Scripting Language Java Script programming. Data Types, Variables, Arrays, Operators.

Loops, functions Dialog boxes.

7. DOM Model. Events and handling through Java script.

How to use forms in JavaScript.

8. ASP: Meaning, Concept of CGI, Creating Dynamic Web Pages.

9. ASP Objects: Response, Request, Server, Session,

ASP: Application. Purpose of Global.asa file.

10. Database Connectivity: How to use ADO, Reading and Writing from Database.

LABORATORY WORK:

1. Implementation of HTML tags, Lists


2. Creating Tables, Frames
3. JavaScript Programming
4. Learning ASP Objects and Database connectivity

TEXT BOOK:

1. Author: Bayros Ivan,Title: Web Enabled Commercial Application Development Using HTML, DHTML,
JavaScript,Publishers: BPB publications
2. Teach Yourself ASP in 21 Days: Sams publishing

ADDITIONAL READINGS:

1. Teach Yourself HTML 4 With XML, DHTML and Java Script - Stephine Cottrell Bryant
2. An Introduction to Apache : Tata McGraw Hills, New Delhi
3. HTML Black Book: Galgotia Publications
Course Code: C A P D 2 1 0 Course Title: INTRODUCTION TO MICROPROCESSOR

WEIGHTAGE
CA ETE (Th.)
20 80

COURSE CONTENTS:

Sr. No. Topics

1. Introduction to Microprocessors. History and applications. Microprocessors and Microcontrollers. INTEL


8085.

2. Block Diagram of Microprocessors, its architecture and operations.

3. 8085 Microprocessor Unit and its Block Diagram, PIN Diagram and Memory Interfacing.

4. 8085 Instruction Set : Data transfer instructions, Arithmetic Instructions, logical instructions, Branch
Instructions.

5. Introduction to RISC and SISC processors and their comparison.

6. Interfacing I/O devices . Interrupts of 8085.

7. Introduction to Assembly language.

8. Introduction to 8085 Instructions and operations.

TEXT BOOK:

Author: Ramesh Gaonkar,Title: Microprocessor Architecture, Programming, and Applications with the 8085,
Publishers: Penram International Publishing

Vous aimerez peut-être aussi