Go Back   2023-2024 StudyChaCha > StudyChaCha Discussion Forum > General Topics

  #2  
Old June 3rd, 2014, 04:33 PM
Sashwat's Avatar
Super Moderator
 
Join Date: Jun 2011
Default Re: Subjects of BCA course

As per your request here I am sharing the University of Pune B.C.A. Syllabus:

Objective - To provide a basis of understanding to the students with reference to working of business
organization through the process of management.
On completion of the syllabi the student will understand the basic principles of management - will
acquaint himself with management process, functions and principles. Student will also get the idea about
new developments in management.
No. of Lectures
1) Nature of Management: (8)
Meaning, Definition, it's nature purpose, importance & Functions,
Management as Art, Science & Profession- Management as social System Concepts of
management-Administration-Organization
2) Evolution of Management Thought: (8)
Contribution of F.W.Taylor, Henri Fayol ,Elton Mayo , Chester Barhard
& Peter Drucker to the management thought. Various approaches to
management (i.e. Schools of management thought)Indian Management Thought
3) Functions of Management: Part-I (8)
Planning - Meaning - Need & Importance, types levels - advantages
& limitations.
Forecasting - Need & Techniques
Decision making - Types - Process of rational decision making &
techniques of decision making
Organizing - Elements of organizing & processes:
Types of organizations, Delegation of authority - Need, difficulties in
delegation - Decentralization
Staffing - Meaning & Importance
Direction - Nature - Principles
Communication - Types & Importance
Motivation - Importance - theories
Leadership - Meaning - styles, qualities & functions of leaders

4) Functions of Management: Part-II (8)
Controlling - Need, Nature, importance, Process & Techniques
Coordination - Need – Importance

5) Strategic Management (8)
Definition, Classes of Decisions, Levels of Decision, Strategy, Role of different Strategist,
Relevance of Strategic Management and its Benefits, Strategic Management in India

6) Recent Trends in Management: (8)
Social Responsibility of Management – environment friendly management
Management of Change
Management of Crisis
Total Quality Management
Stress Management
International Management

Books Recommended:-
1.. Essential of Management - Horold Koontz and Iteinz Weibrich -
McGrawhills International
2. Management Theory & Practice - J.N.Chandan
3. Essential of Business Administration - K.Aswathapa
Himalaya Publishing House
4. Principles & practice of management - Dr. L.M.Parasad, Sultan Chand
& Sons - New Delhi
5. Business Organization & Management - Dr. Y.K. Bhushan
6. Management: Concept and Strategies By J. S. Chandan, Vikas Publishing
7. Principles of Management, By Tripathi, Reddy Tata McGraw Hill
8. Business organization and Management by Talloo by Tata McGraw Hill
1. Business Environment and Policy – A book on Strategic Management/Corporate Planning By
Francis Cherunilam Himalaya Publishing House 2001 Edition

Principles of Programming And Algorithm
Course Code : 103
Objectives : 1) To Know the Basics Of Programming
2)To Undestand how to use programming in day to day
Applications.

Chapter
No.
Name of Content
No. of
lectures
1.0 Introduction to ‘C’ Language
1.1 History
1.2 Structures of ‘C’ Programming
1.3 Function as building blocks

2.0 Language Fundamentals
2.1 Character set
2.2 C Tokens
2.3 Keywords
2.4 Identifiers
2.5 Variables
2.6 Constant
2.7 Data Types
2.8 Comments

3.0 Operators
3.1 Types of operators
3.2 Precedence and Associativity
3.3 Expression
3.4 Statement and types of statements

4.0 Built-in Operators and function
4.1 Console based I/O and related built-in I/O function
4.1.1 printf( )
4.1.2 scanf( )
4.1.3 getch( )
4.1.4 getchar( )
4.1.5 putchar( )
4.2 Concept of header files
4.3 Preprocessor directives :
4.3.1 #include

4.3.2 #define
5.0 Control structures
5.1 Decision making structures :
5.1.1 If
5.1.2 If-else
5.1.3 Nested If -else
5.1.4 Switch.
5.2 Loop Control structures :
5.2.1 While
5.2.2 Do-while,
5.2.3 for, Nested for loop
5.3 Other statements :
5.3.1 break
5.3.2 continue
5.3.3 goto
5.3.4 exit
10

Introduction to problem solving
6.1 Concept : problem solving
6.2 Problem solving techniques (Trial & Error, Brain
storming, Divide & Conquer)
6.3 Steps in problem solving (Define Problem,
Analyze Problem, Explore Solution)
6.4 Algorithms and Flowcharts (Definitions,
Symbols)
6.5 Characteristics of an algorithm
6.6 Conditionals in pseudo-code
6.7 Loops in pseudo code
6.8 Time complexity: Big-Oh notation, efficiency
6.9 Simple Examples: Algorithms and flowcharts
(Real Life Examples)
10
7.0

Simple Arithmetic Problems
7.1 Addition / Multiplication of integers
7.2 Determining if a number is +ve / -ve / even / odd
7.3 Maximum of 2 numbers, 3 numbers
7.4 Sum of first n numbers, given n numbers
7.5 Integer division, Digit reversing, Table generation
for n, ab
7.6 Factorial, sine series, cosine series, nCr , Pascal
Triangle
7.7 Prime number, Factors of a number
15
7.8 Other problems such as Perfect number, GCD of 2
numbers etc
1. (Write algorithms and draw flowcharts)
7.9 Swapping
8.0 Functions
8.1 Basic types of function
8.2 Declaration and definition
8.3 Function call
8.4 Types of function
8.5 Parameter passing
8.5.1 Call by value
8.5.2 Call by reference
8.6 Scope of variables
8.7 Storage classes
8.8 Recursion.

Total 48
Referential Books:-
1. Let us C-Yashwant Kanetkar.
2. Programming in C- Balguruswamy
3. The C programming Lang., Pearson Ecl – Dennis Ritchie
4. Structured programming approach using C-Forouzah &Ceilberg Thomson learning publication.
5. Pointers in C – Yashwant Kanetkar
6. How to solve it by Computer – R. G. Dromy
7. Introduction to algorithms – Cormen, Leiserson, Rivest, Stein
http://www.cs.utexas.edu/users/rpriece
8. Peter Norton’s Introduction to Computers – Tata MGHill

Computer Fundamental and Office Automation
Course Code : 104
Objectives : 1) To Know the Basics Of Computer
2)To Understand the Basics of Operating systems
3)To Undestand how to use software packages in day to day
activities

Chapter Details No. of
Lect.
1 Ch 1 : Introduction to Computers 12
1.1 Introduction
1.2 Characteristics of Computers
1.3 Block diagram of computer
1.4 Types of computers and features
1.4.1 Mini Computers
1.4.2 Micro Computers
1.4.3 Mainframe Computers
1.4.4 Super Computers
1.5 Types of Programming Languages
1.5.1 Machine Languages
1.5.2 Assembly Languages
1.5.3 High Level Languages
1.6 Data Organization
1.6.1 Drives
1.6.2 Files
1.6.3 Directories
1.7 Types of Memory (Primary And Secondary)
1.7.1 RAM
1.7.2 ROM
1.7.3 PROM
1.7.4 EPROM
1.7.5 Secondary Storage Devices ( FD, CD, HD,
Pen drive )
1.8 I/O Devices
1.8.1 Scanners
1.8.2 Digitizers
1.8.3 Plotters
1.8.4 LCD
1.8.5 Plasma Display
1.9 Number Systems
1.9.1 Introduction to Binary, Octal,

Hexadecimal system
1.9.2 Conversion
1.9.3 Simple Addition, Subtraction, Multiplication, Division

2 Ch 2 : Algorithm and Flowcharts 8
2.1 Algorithm
2.1.1 Definition
2.1.2 Characteristics
2.1.3 Advantages and disadvantages
2.1.4 Examples
2.2 Flowchart
2.2.1 Definition
2.2.2 Define symbols of flowchart
2.2.3 Advantages and disadvantages
2.2.4 Examples

3 Ch 3 : Operating System and Services in O.S. 7
3.1 Dos - History
3.2 Files and Directories
3.3 Internal and External Commands
3.4 Batch Files
3.5 Types of O.S.

4 Ch 4 : Windows Operating Environment 3
4.1 Features of MS – Windows
4.1.1 Control Panel
4.1.2 Taskbar
4.1.3 Desktop
4.1.4 Windows Application
4.1.5 Icons
4.2 Windows Accessories
4.2.1 Notepad
4.2.2 Paintbrush

5 Ch 5 : Editors and Word Processors 4
5.1 Basic Concepts
5.2 Examples : MS-Word
5.3 Introduction to desktop publishing

6 Ch 6 : Spreadsheets and Database packages 8
6.1 Purpose, usage, commands
6.2 MS-Excel
6.3 Creation of files in MS-Access
6.4 Switching between application
6.5 MS –PowerPoint

7 Ch 7 : Linux 6
7.1 File system
7.2 Linux Commands
7.3 Permission and inodes
7.4 I/O redirection
7.5 Pipes
7.6 VI Editor

Referential Books :
1. Fundamental of Computers – By V. Rajaraman B.P.B. Publications
2. Fundamental of Computers – By P. K. Sinha
3. Computer Today- By Suresh Basandra
4. Unix Concepts and Application – By Sumitabha Das
5. MS- Office 2000(For Windows) – By Steve Sagman
6. Computer Networks – By Tennenbum Tata MacGrow Hill Publication

Business Accounting
Course Code: 105
Objective: To impart basic accounting knowledge
UNIT NO. TOPICS NO.OF
LECTURES
1 Introduction: Financial Accounting-definition and Scope,
objectives of Financial Accounting, Accounting v/s Book
Keeping Terms used in accounting, users of accounting
information and limitations of Financial Accounting.

2 Conceptual Frame work: Accounting Concepts,
Principles and Conventions, Accounting Standardsconcept,
objectives, benefits, brief review of Accounting
Standards in India, Accounting Policies, Accounting as a
measurement discipline, valuation Principles, accounting
estimates

3 Recording of transactions: Voucher system; Accounting
Process, Journals, Subsidiary Books, Ledger, Cash Book,
Bank Reconciliation Statement, Trial Balance.
Depreciation: Meaning, need & importance of
depreciation, methods of charging depreciation. .(WDV &
SLM)

4 Preparation of final accounts: Preparation of Trading and
Profit & Loss Account and Balance Sheet of sole
proprietary business

5 Introduction to Company Final Accounts: Important
provisions of Companies Act, 1956 in respect of
preparation of Final Accounts. Understanding of final
accounts of a Company.

6 Computerised Accounting : Computers and Financial
application, Accounting Software packages. An overview
of computerized accounting system - Salient features and
significance, Concept of grouping of accounts,
Codification of accounts, Maintaining the hierarchy of
ledger, Generating Accounting Reports.

TOTAL 48
Recommended Books :
1. Fundamentals of Accounting & Financial Analysis: By Anil Chowdhry (Pearson Education)
2. Financial accounting: By Jane Reimers (Pearson Education)
3. Accounting Made Easy: By Rajesh Agarwal & R Srinivasan (Tata McGraw –Hill)
4. Financial Accounting for Management: By Amrish Gupta (Pearson Education)
5. Financial Accounting for Management: By Dr. S. N. Maheshwari (Vikas Publishing House)


For complete syllabus download the attachment given below:

Address
University of Pune
Ganeshkhind, Pune, Maharashtra 411007, India ‎
+91 20 2560 1099 ‎
Attached Files Available for Download
File Type: pdf University of Pune B.C.A. Syllabus.pdf (88.4 KB, 48 views)
__________________
Answered By StudyChaCha Member
Reply With Quote
Reply


Reply to this Question / Ask Another Question
Your Username: Click here to log in

Message:
Options



All times are GMT +6. The time now is 02:02 AM.


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

1 2 3 4 5 6 7 8