In this article, we will look at CCSU BCA Syllabus in detail which will give you the correct idea about the syllabus of each subject and what you have to study.
CHAUDHARY CHARAN SINGH UNIVERSITY, MEERUT
THREE YEARS BACHELOR OF COMPUTER APPLICATION PROGRAMME (BCA Course)
Course Content (w.e.f. August 2011) CCSU BCA Syllabus.
Table of Contents
CCSU BCA Syllabus Subjects Semester-wise.
CCSU BCA SYLLABUS SUBJECTS FOR SEMESTER I
Subject Code | Subject Name |
---|---|
BCA-101 | Mathematics –I(MATHS) |
BCA-102 | Programming Principle & Algorithm (PPA) |
BCA-103 | Computer Fundamental & Office Automation(CFOA) |
BCA-104 | Principle of Management(POM) |
BCA-105 | Business Communication(BC) |
BCA-106P | Computer Laboratory & Practical Work of C Programming |
BCA-107P | Computer Laboratory & Practical Work of C Programming |
QUALIFYING PAPER
008 | Environmental Studies(EVS) |
CCSU BCA SYLLABUS SUBJECTS FOR SEMESTER II
Subject Code | Subject Name |
---|---|
BCA-201 | Mathematics II(MATHS) |
BCA-202 | C Programming (CProg) |
BCA-203 | Organization Behavior(OB) |
BCA-204 | Digital Electronics & Computer Organization(DECO) |
BCA-205 | Financial Accounting & Management(FAM) |
BCA-206P | Computer Laboratory and Practical Work of C Programming |
CCSU BCA SYLLABUS SUBJECTS FOR SEMESTER III
Subject Code | Subject Name |
---|---|
BCA-301 | Object Oriented Programming Using C++(C++) |
BCA-302 | Data Structure Using C & C++(DSC) |
BCA-303 | Computer Architecture & Assembly Language(CAAL) |
BCA-304 | Business Economics(BE) |
BCA-305 | Elements of Statistics (EL) |
BCA-306P | Computer Laboratory and Practical Work of OOPS |
BCA-307P | Computer Laboratory and Practical Work of DS |
CCSU BCA SYLLABUS SUBJECTS FOR SEMESTER IV
Subject Code | Subject Name |
---|---|
BCA-401 | Computer Graphics & Multimedia Application(CGMA) |
BCA-402 | Operating System(OS) |
BCA-403 | Software Engineering (SE) |
BCA-404 | Optimization Techniques(OT) |
BCA-406 | Mathematics -III(MATHS) |
BCA-405 | Computer Laboratory and Practical Work of CGMA |
CCSU BCA SYLLABUS SUBJECTS FOR SEMESTER V
Subject Code | Subject Name |
---|---|
BCA-501 | Introduction to DBMS |
BCA-502 | Java Programming and Dynamic Webpage Design |
BCA-503 | Computer Network |
BCA-504 | Numerical Methods |
BCA-505P | Minor Project |
BCA-506P | Viva-Voice on Summer Training |
BCA-507P | Computer Laboratory and Practical Work of DBMS |
BCA-508P | Computer Laboratory and Practical Work of Java Programming &Dynamic Webpage Design |
CCSU BCA SYLLABUS SUBJECTS FOR SEMESTER VI
Subject Code | Subject Name |
---|---|
BCA-601 | Computer Network Security |
BCA-602 | Information System: Analysis Design & Implementation |
BCA-603 | E-Commerce |
BCA-604 | Knowledge Management |
BCA-605P | Major Project |
BCA-506P | Presentation/Seminar based on Major Project |
Here is the CCSU BCA Syllabus In detail which is divided into Units.
Click Here to download CCSU BCA First Semester Previous Year Question Paper.
CCSU BCA SYLLABUS CONTENT FOR THE SEMESTER – I
BCA-101 MATHEMATICS -I
Unit – I DETERMINANTS | Definition, Minors, Cofactors, Properties of Determinants MATRICES: Definition, Types of Matrices, Addition, Subtraction, Scalar Multiplication and Multiplication of Matrices, Adjoint, Inverse, Cramers Rule, Rank of Matrix Dependence of Vectors, Eigen Vectors of a Matrix, CaleyHamilton Theorem (without proof) |
Unit – II LIMITS & CONTINUITY | Limit at a Point, Properties of Limit, Computation of Limits of Various Types of Functions, Continuity at a Point, Continuity Over an Interval, Intermediate Value Theorem, Type of Discontinuities |
Unit– III DIFFERENTIATION: | Derivative, Derivatives of Sum, Differences, Product &Quotients, Chain Rule, Derivatives of Composite Functions, Logarithmic Differentiation, Rolle’s Theorem, Mean Value Theorem, Expansion of Functions (Maclaurin’s &Taylor’s), Indeterminate Forms, L’ Hospitals Rule, Maxima & Minima, Curve Tracing, Successive Differentiation& Liebnitz Theorem. |
Unit– IV INTEGRATION: | Integral as Limit of Sum, Fundamental Theorem of Calculus (without proof.), Indefinite Integrals, MethodsofIntegration Substitution, By Parts, Partial Fractions, Reduction Formulae for Trigonometric Functions, Gamma and Beta Functions(definition). |
Unit – V VECTOR ALGEBRA: | Definition of a vector in 2 and 3 Dimensions; Double and Triple Scalar and Vector Product and physical interpretation of area and volume. |
CCSU BCA SYLLABUS: Referential Books-
- .S. Grewal, “Elementary Engineering Mathematics”, 34thEd.,1998.
- Shanti Narayan, “Integral Calculus”, S. Chand&Company,1999
- H.K. Dass, “Advanced Engineering Mathematics”, S. Chand & Company, 9th
Revised Edition,2001. - Shanti Narayan, “Differential Calculus”, S.Chand&Company,1998
BCA-102 PROGRAMMING PRINCIPLE &ALGORITHM
Unit – I Introduction to ‘C’ Language Fundamentals | History, Structures of ‘C’ Programming, Function as building blocks. Character set, C Tokens, Keywords, Identifiers, Variables, Constant, Data Types, Comments |
Unit – II Operators | Types of operators, Precedence and Associativity, Expression, Statement and types of statements Console based I/O and related built-in I/O function: printf(), scanf(), getch(), getchar(), putchar(); Concept of header files, Preprocessor directives: #include, #define. |
Unit– III Control structures | Decision-making structures: If, If-else, Nested If-else, Switch; Loop Control structures: While, Do while, for, Nested for loop; Other statements: break, continue, goto, exit. |
Unit– IV Introduction to problem-solving | Concept: problem-solving, Problem-solving techniques (Trail & Error, Brain Storming Divide & Conquer) Steps in problem-solving (Define Problem, Analyze Problem, Explore Solution) Algorithms and Flowcharts (Definitions, Symbols), Characteristics of an algorithm Conditionals in pseudo-code, Loops in pseudocode Time complexity: Big-Oh notation, efficiency Simple Examples: Algorithms and flowcharts (Real Life Examples) |
Unit – V Simple Arithmetic Problems | Addition / Multiplication of integers, Determining if a number is +ve / -ve / even / odd, Maximum of 2 numbers, 3 numbers, the Sum of first n numbers, given n numbers, Integer division, Digit reversing, Table generation for n, a b , Factorial, sine series, cosine series, nCr, Pascal Triangle, Prime number, Factors of a number, Other problems such as Perfect number, GCD numbers etc (Write algorithms and draw flowcharts), Swapping |
Unit-VI Functions | Basic types of function, Declaration and definition, Function call, Types of function, Parameter passing, Call by value, Call by reference, Scope of variable, Storage classes, Recursion. |
CCSU BCA SYLLABUS: Referential Books-
- Let us C-YashwantKanetkar.
- Programming inC-Balguruswamy
- The C programming Lang., Pearson Ecl – Dennis Ritchie
BCA-103 COMPUTER FUNDAMENTAL & OFFICEAUTOMATION
Unit – I Introduction to Computers | Introduction, Characteristics of Computers, Block diagram of computer. Types of computers and features, Mini Computers, Micro Computers, Mainframe Computers, Super Computers. Types of Programming Languages (Machine Languages, Assembly Languages, High-Level Languages). Data Organization, Drives, Files, Directories. \Types of Memory (Primary And Secondary)RAM, ROM, PROM, EPROM. Secondary Storage Devices (FD, CD, HD, Pendrive) I/O Devices (Scanners, Plotters, LCD, Plasma Display) Number Systems Introduction to Binary, Octal, and Hexadecimal system Conversion, Simple Addition, Subtraction, Multiplication |
Unit – II Algorithm and Flowcharts | Algorithm: Definition, Characteristics, Advantages and disadvantages, Examples Flowchart: Definition, Define symbols of flowchart, Advantages and disadvantages, Examples |
Unit– III Operating System and Services in O.S. | Dos- History, Files and Directories, Internal and External Commands, Batch Files, Types of O.S. |
Unit– IV Windows Operating Environment | Features of MS – Windows, Control Panel, Taskbar, Desktop, Windows Applications, Icons, WindowsAccessories, Notepad, Paintbrush |
Unit –V Editors and Word Processors | Basic Concepts, Examples: MS Word, Introduction to Desktop publishing. |
Unit – VI Spreadsheets and Database packages | Purpose, usage, command, MS Excel, Creation of files in MS-Access, Switching between applications, MS-PowerPoint. |
CCSU BCA SYLLABUS: Referential Books-
- Fundamental of Computers – By V.Rajaraman B.P.B.Publications
- Fundamental of Computers – By P.K.Sinha
- Computer Today- By SureshBasandra
BCA-104 PRINCIPLE OF MANAGEMENT
Unit – I Nature of Management: | Meaning, Definition, it’s nature purpose, importance &Functions, Management as Art, Science &Profession- Management as Social System Concepts of management-Administration-Organization, Management Skills, Levels of Management. |
Unit – II Evolution of Management Thought | Contribution of F.W.Taylor, Henri Fayol, Elton Mayo, Chester Barnard & Peter Drucker to the management thought. Business Ethics & Social Responsibility: Concept, Shift to Ethics, Tools of Ethics. |
Unit– III Functions of Management: Part-I | Planning – Meaning- Need & Importance, types, Process of Planning, Barriers to Effective Planning, 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 Delegation Decentralization Staffing – Meaning & Importance Direction – Nature – Principles Communication – Types &Importance Motivation – Importance – theories |
Unit– IV Functions of Management: Part-II | Leadership – Meaning -styles, qualities & function of leader Controlling – Need, Nature, Importance, Process &Techniques, Total Quality Management Coordination – Need – Importance |
Unit – V | Management of Change: Models for Change, Force for Change, Need for Change, Alternative Change Techniques, New Trends in Organization Change, Stress Management. |
Unit –VI Strategic Management | Definition, Classes of Decisions, Levels of Decision, Strategy, Role of different Strategist, The Relevance of Strategic Management and its Benefits, Strategic Management in India |
CCSU BCA SYLLABUS: Referential Books-
- Essential of Management – Horold Koontz and IteinzWeibrich- McGrawhills
International - Management Theory &Practice -J.N.Chandan
- Essential of Business Administration – K.Aswathapa, HimalayaPublishingHouse
- Principles &practice of management – Dr. L.M.Parasad, Sultan Chand & Sons -New
Delhi
BCA-105 BUSINESS COMMUNICATION
Unit – I Means of Communication: | Meaning and Definition – Process – Functions – Objectives – Importance – Essentials of good communication -Communication barriers, 7C’s of Communication |
Unit – II Types of Communication: Oral Communication: | Meaning, nature, and scope – Principle of effective oral communication – Techniques of effective speech Media of oral communication (Face-to-face conversation – Teleconferences – Press Conference – Demonstration – Radio Recording – Dictaphone -Meetings Rumor – Demonstration and Dramatisation – Public address system – Grapevine – Group Discussion – Oral report – Closed circuit TV). The art of listening – Principles of good listening. |
Unit– III Written Communication | Purpose of writing, Clarity in Writing, Principle of Effective writing, Writing Techniques, Electronic Writing Process. |
Unit– IV Business Letters & Reports: | Need and functions of business letters – Planning & layout of business letter – Kinds of business letters – Essentials of effective correspondence, Purpose, Kind and Objective of Reports, Writing Reports. |
Unit – V Drafting of business letters | Enquiriesandreplies – Placing and fulfilling orders – Complaints and follow-up Sales letters – Circular letters Application for employment and resume |
Unit – VI Information Technology for Communication: Topics Prescribed for workshop/skill lab | Word Processor- Telex – Facsimile(Fax) – E-mail- Voice mail – Internet – Multimedia – Teleconferencing – Mobile PhoneConversation Video Conferencing -SMS – Telephone Answering Machine – Advantages and limitations of these types. Group Discussion, Mock Interview, Decision Making in a Group |
CCSU BCA SYLLABUS: Referential Books-
1) BusinessCommunication-K.K.Sinha -GalgotiaPublishingCompany, NewDelhi.
2) MediaandCommunicationManagement-C.S.Rayudu-HikalayaPublishingHouse,Bombay.
3) EssentialsofBusinessCommunication-RajendraPalandJ.S.Korlhalli-SultanChand&Sons,NewDelhi.
4) Business Communication (Principles, Methods, and Techniques) Nirmal Singh – Deep & Deep
PublicationsPvt.
Ltd., New Delhi.
106P Computer Laboratory And Practical Work Of OfficeAutomation
Practical will be based on Paper Office Automation: Covers UNIT-III, UNIT-IV, UNIT-V,
UNIT-VI of Syllabus.
107P Computer Laboratory and Practical Work of Programming Principle & Algorithm
Practical will be based on the Paper Programming Principle & Algorithm: Covers UNIT-III, UNITIV, UNIT-V, and UNIT-VI of the Syllabus
QUALIFYING PAPER
ENVIRONMENTAL STUDIES (CODE-008)
UNIT-1: THE MULTIDISCIPLINARY NATURE OF ENVIRONMENTAL STUDIES | Definition, Scope, and Importance Need for Public Awareness. |
UNIT-2: NATURAL RESOURCES | Renewable and Non-renewable Resources: ->Natural resources and associated problems: ->Role of an individual in the conservation of natural resources. ->Quitable use of resources for sustainable lifestyles |
UNIT-3: ECOSYSTEMS | ->Concept of an ecosystem ->Structure and function of an ecosystem ->Producers, consumers and decomposers ->Energy flow in the ecosystem ->Ecological succession ->Food chains, food webs, and ecological pyramids ->Introduction, types, characteristic features, structure, and function of the following ecosystem |
UNIT-4: BIODIVERSITY AND ITS CONSERVATION | ->Introduction – Definition: genetic, species, and ecosystem diversity. ->Biogeographical classification of India -> Value of biodiversity: Consumptive use, productive use, social, ethical, aesthetic, and option values. ->Biodiversity at global, National, and local levels. ->India as a mega-diversity nation Hot sports of biodiversity. ->Threats to biodiversity: Habitat loss, poaching of wildlife, man-wildlife conflicts. ->Endangered and endemic species of India. ->Conservation of biodiversity: In-situ and Ex-situ conservation of biodiversity. |
UNIT-5: ENVIRONMENTAL POLLUTION | ->Causes, effects, and control measures of pollution. ->Solid waste Management: Causes, effects and control measures of urban and industrial wastes. ->Role of an individual in the prevention of pollution. ->Pollution case studies. ->Disaster Management: Floods, earthquake cyclones, and landslides |
UNIT-6: SOCIAL ISSUES AND THE ENVIRONMENT | ->From Unsustainable to Sustainable Development. ->Urban problems related to energy. ->Water conservation, rainwater harvesting, watershed management. ->Resettlement and rehabilitation of people; its problems and concerns. Case Studies. ->Environmental Ethics: Issues and possible solutions. ->Climate change, global warming, acid rain, ozone layer depletion, nuclear accidents, and holocaust. Case Studies. ->Wastelandreclamation. ->Consumerism and waste products. ->Environment Protection Act. ->Air (Prevention and Control of Pollution)Act. ->Water (Prevention and Control of Pollution)Act. ->Wildlife Protection Act. ->Forest Conservation Act. ->Issues involved in the enforcement of environmental legislation ->Public awareness |
UNIT-7: HUMAN POPULATION AND THE ENVIRONMENT | ->Population growth, variation among nations. ->Population explosion: Family WelfareProgramme. ->Environment and human health. ->HumanRights ->ValueEducation ->Women and ChildWelfare ->Role of Information Technology in Environment and human health ->Case Studies |
UNIT-8: FIELDWORK | ->Visit a local area to document environmental assets-river / forest /grassland /hill /mountain. ->Visit a local polluted site – Urban / Rural / Industrial /Agricultural. ->Study of common plants, insects, and birds. ->Study of simple ecosystems-pond, river, hill slopes, etc. (Fieldwork Equal to 5 lecture hours). |
CCSU BCA SYLLABUS CONTENT FOR SEMESTER – II
BCA-201 Mathematics II
Unit – I Sets | Sets, Subsets, EqualSetsUniversalSets, FiniteandInfiniteSets, Operation on Sets, Union Intersections, and Complements of Sets, Cartesian Product, Cardinality of Set, Simple Applications |
Unit – II Relations and functions | Properties of Relations, Equivalence Relation, Partial Order Relation Function: Domain and Range, Onto, Into and One to One Functions, Composite and Inverse Functions, Introduction of Trignometric Logarithmic and Exponential Functions |
Unit– III Partial order relations and lattices | Partial Order Sets, Representation of POSETS using Hasse diagram, Chains, Maximal and Minimal Point, Glb, lub, Lattices & Algebraic Systems, Principle of Duality, Basic Properties, Sublattices, Distributed &ComplementedLattics |
Unit– IV Functions of several variables | Partial Differentiation, Change of Variables, Chain Rule, Extrema of Functions of 2 Variables, Euler’sTheorem |
Unit – V 3d coordinate geometry | 3D Coordinate Geometry: Coordinates in Space, Direction Cosines, Angle Between Two Lines, Projection of Join of Two Points on a Plane, Equations of Plane, Straight Lines, Conditions for a line to lie on a plane, Conditions for Two Lines to be Coplanar, ShortestDistance Between Two Lines, Equations of Sphere, Tangent plane at a point on the sphere |
Unit – VI Multiple integration | Double Integral in Cartesian and Polar Coordinates to find Area, Change of Order of Integration, Triple Integral to Find Volume of Simple Shapes in Cartesian Coordinates. |
CCSU BCA SYLLABUS: Referential Books-
- Kolman, Busby, and Ross, “Discrete Mathematical Structure” PHI,1996.
- S.K. Sarkar, “Discrete Maths”; S. Chand &Co.,2000
BCA-202 C Programming
Unit – I Arrays | Definition, declaration, and initialization of one dimensional array; Accessing array elements; Displaying array elements; Sorting arrays; Arrays and function; TwoDimensional array: Declaration and Initialization, Accessing and Displaying, Memory representation of array [Row Major, Column Major]; Multidimensional array |
Unit – II Pointers | Definition and declaration, Initialization; Indirection operator, address of operator; pointer arithmetic; dynamic memory allocation; arrays and pointers; function and pointers. |
Unit-III Strings | Definition, declaration and initialization of strings; standard library function: strlen(), strcpy(), strcat(), strcmp(); Implementation without using standard dlibrary functions |
Unit– IV Structures | s Definition and declaration; Variables initialization; Accessing fields and structure operations; Nested structures; Union: Definition and declaration; Differentiate between Union and structure |
Unit – V Introduction C Preprocessor Bitwise Operators | Definition of Preprocessor; Macro substitution directives; File inclusion directives; Conditional compilation Bitwise operators; Shift operators; Masks; Bit field |
Unit – VI File handling | Definition of Files, Opening modes of files; Standard function: fopen(), fclose(), feof(), fseek(), fewind();Using text files: fgetc(), fputc(),fscanf() Command line arguments |
CCSU BCA SYLLABUS: Referential Books-
- Let us C-YashwantKanetkar.
- Programming inC-Balguruswamy
- The C programming Lang., Person Ecl – Dennis Ritchie
- Structured programming approach using C-Forouzah & Ceilberg Thomson
learning publication
BCA-203 Organization Behavior
Unit – I Fundamentals of Organizational Behavior | Nature, Scope, Definition, and Goals of Organizational Behaviour; FundamentalConcepts of Organizational Behavior, Models of OrganizationalBehaviour; Emerging Aspects of Organizational Behaviour: Meaning Cultural Diversity, Managing the Perception Process |
Unit – II Perception, Attitude, Values and Motivation | Concept, Nature, Process, Importance, Management Behavioral aspect of Perception. Effects of employee attitudes; Personal and Organizational Values; Job Satisfaction; Nature and Importance of Motivation; Achievement Motive; Theories of Work Motivation: Maslow’s Need Hierarchy Theory McGregcrs’s Theory ‘X’ and Theory ‘Y |
Unit– III Personality | Definition of Personality, Determinants of Personality; TheoriesofPersonality-TraitandTypeTheories,The Big Five Traites, Mytes-Briggs Indicator; Locus of Control, SType A and Type B Assessment ofPersonality |
Unit– IV Work Stress | Meaning and definition of Stress, Symptoms of Stress; Sources of Stress: Individual Level, Group Level, Organizational Level; Stressors, Extra Organizational Stressors; Effect of Stress – Burnouts; Stress Management IndividualStrategies, Organizational Strategies; EmployeeCounselling |
Unit – V Group Behaviour and Leadership | Nature of Group, Types of Groups; Nature and Characteristics of team; Team Building, Effective Teamwork; Nature of Leadership, Leadership Styles; Traits of Effective Leaders |
Unit – VI Conflict in Organizations | Nature of Conflict, Process of Conflict; Levels of Conflict Intrapersonal, Interpersonal; Sources of Conflict; Effect of Conflict; Conflict Resolution, Meaning and types of Grievances &Process of Grievances Handling. |
CCSU BCA SYLLABUS: Referential Books-
1 Organizational Behavior – By FredLuthans
2 Organizational Behavior – By SuperRobbins
BCA-204 Digital Electronics & ComputerOrganization
Unit – I Logic gates and circuit | Gates (OR, AND, NOR, NAND, XOR & XNOR); Demogran’s laws; Boolean laws, Circuit designing techniques (SOP, POS, K-Map). |
Unit – II Combinational Building Blocks | Multiplexes; Decoder; Encoder; Adder and Subtracter. |
Unit– III Memories | ROMs, PROMs, EPROMs, RAMs, Hard Disk, FloppyDisk and CD-ROM |
Unit– IV Sequential Building Blocks | Flip-Flop (RS, D, JK, Master-slave && T flip-flops; Registers & Shift registers; Counters; Synchronous and Asynchronous Designingmethod |
Unit – V Memory Organization | The Basic cell of static and dynamic RAM; Building large memories using chips; Associative memory; Cache memory organization and Virtual memory organization |
CCSU BCA SYLLABUS: Referential Books-
- Digital Logic and Computer design(PHI)1998: M.M.Mano
- Computer Architecture(PHI)1998 : M.M.Mano
- Digital Electronics (TMH)1998: Malvino and Leach
- Computer OrganizationandArchitecture
BCA-205 Financial Accounting & Management
Unit – I | Overview – Meaning and Nature of Financial Accounting, Scope of Financial Accounting, Financial Accounting & Management Accounting, Accounting concepts & convention, Accounting standards in India |
Unit – II | Basics of accounting – Capital & Revenue items, Application of Computer in Accounting Double Entry System, Introduction to Journal, Ledger and Procedure for Recording and Posting, Introduction to Trail Balance, Preparation of Final Account, Profit & Loss Account and related concepts, Balance Sheet and related concept |
Unit– III | : Financial statement analysis: Ratio analysis, Funds flow analysis, concepts, uses, Preparation of funds flow statement, simple problem, Cash flow analysis, Concepts, uses, preparation of cash flow statement, simple problem, Break-even analysis |
Unit– IV | Definition Nature and Objective of Financial Management, Long Term Sources of Finance, Introductory idea about capitalization, Capital Structure, Concept of CostofCapital, introduction, importance, explicit & implicit cost, Measurement of cost of capital, and cost of debt. |
Unit – V | Concept & Components of Working Capital. Factors Influencing the Composition of Working Capital, Objectives of Working Capital Management Liquidity Vs. Profitability and working capital policies. Theory of working capital: Nature and concepts |
Unit – VI | Cash Management, Inventory Management, and Receivables Management |
CCSU BCA SYLLABUS: Referential Books-
- Maheshwari &Maheshwari, “An Introduction to Accountancy”, 8
th Edition, Vikas
Publishing House,2003 - Gupta R.L., Gupta V.K., “Principles &Practice of Accountancy”, Sultan Chand &Sons,
1999. - Khan &Jain, “FinancialAccounting”
- Maheshwari S.N., “Principles of Management Accounting”, 11th Edition, Sultan
Chand & Sons,2001 - Shukla and Grewal, “Advanced Accounts”, 14th Edition, Sultan Chand &Sons.
BCA-206 Computer Laboratory and Practical Work of C Programming
Practical will be based on the Paper Programming Principle &Algorithm: Covers UNIT-III,
UNIT-IV, UNIT-V, UNIT-VI of Syllabus
CCSU BCA SYLLABUS CONTENT FOR SEMESTER – III
BCA-301 Object-Oriented Programming UsingC++
Unit – I Introduction Basic terms and ideas | Introducing Object- Oriented Approach, Relating to other paradigms {Functional, Data decomposition}. Abstraction, Encapsulation, Inheritance, Polymorphism, Review of C, Difference between C and C++ – cin, cout, new, delete, operators |
Unit – II Classes and Objects | Encapsulation, information hiding, abstract data types, Object &classes, attributes, methods, C++ class declaration, State identity and behavior of an object, Constructors and destructors, instantiation of objects, Default parameter value, object types, C++ garbage collection, dynamic memory allocation, Metaclass / abstract classes |
Unit– III Inheritance and | Inheritance, Class hierarchy, derivation – public, private &protected, Aggregation, composition vs classification hierarchies, Polymorphism, Categorization of polymorphism techniques, Method polymorphism, Polymorphism by parameter, Operator overloading, Parametric Polymorphism |
Unit– IV Generic function | Template function, function name overloading, Overriding inheritance methods, Run time polymorphism, Multiple Inheritance |
Unit – V Files and exception Handling | Streams and files, Namespaces, Exception handling, Generic Classes |
CCSU BCA SYLLABUS: Referential Books-
- A.R.Venugopal, Rajkumar, T. Ravishanker “Mastering C++”, TMH,1997.
- S.B.Lippman &J.Lajoie, “ C++ Primer”,3rd Edition, Addison Wesley, 2000.The C
programming Lang., Person Ecl – Dennis Ritchie - R.Lafore, “Object Oriented Programming using C++”, Galgotia Publications,2004
- D.Parasons, “Object Oriented Programming using C++”, BPBPublication.
BCA-302 Data Structure Using C &C++
Unit – I Introduction to Data Structure and its Characteristics Array | Representation of single and multi-dimensional arrays; Sparse arrays – lower and upper triangular matricesandTridiagonalmatriceswithVector Representation also. |
Unit – II Stacks and Queues | Introduction and primitive operations on stack; Stack application; Infix, postfix, prefix expressions; Evaluation of postfix expression; Conversion between the prefix, infix and postfix, introduction, and primitive operation on queues, Dqueues, and priority queues |
Unit– III Lists | Introduction to linked lists; Sequential and linked lists, operations such as traversal, insertion, deletion searching, Two-way lists, and Use of headers |
Unit– IV Trees | Introduction and terminology; Traversal of binary trees; Recursive algorithms for tree operations such as traversal, insertion, deletion; Binary Search Tree |
Unit – V B-Trees | Introduction, The invention of B-Tree; Statement of the problem; Indexing with binary search trees; a better approach to tree indexes; B-Trees; working up from the bottom; Example for creating aB-Tree |
Unit – VI | Sorting Techniques; Insertion sort, selection sort, merge sort, heap sort, searching Techniques: linear search, binary search and hashing |
CCSU BCA SYLLABUS: Referential Books-
- E.Horowiz and S.Sahani, “ Fundamentals of Data structures”, Galgotia Booksource
Pvt. Ltd.2003 - R.S.Salaria, “ Data Structures &Algorithms” , Khanna Book Pblishing Co.(P) Ltd..,2002
- Y.Langsamet.Al.,“DataStructuresusingCandC++”,PHI,1999
BCA-303 Computer Architecture & AssemblyLanguage
Unit – I | Basic computer organization and design, Instructions and instruction codes, Timing, and control/ instruction cycle, Register/ Types of register/ general purpose & special purpose registers/ index registers, Register transfer, and micro operations/ register transfer instructions, Memory, and memory function, Bus/ Data transfer instructions, Arithmetic logic micro-operations/ shift micro-operations, Input/ Output and interrupts, Memory reference instructions, Memory interfacing memory/Cache memory |
Unit – II Central Processing Unit | General Register Organization/ stacks organizations’ instruction formats, addressing modes, Data transfer and manipulation. Program control reduced computer, pipeline/ RISC/ CISC pipeline vector processing/ arrayprocessing. Arithmetic Algorithms: Integer multiplication using shift and add, Booth’s algorithm, Integer division, Floating-point representations. |
Unit– III Computer Arithmetic | Addition, subtraction, and multiplication algorithms, divisor algorithms. Floating point, arithmetic operations, decimal arithmetic operations, decimal arithmetic operations. |
Unit– IV Input – Output Organization | Peripheral devices, Input/output interface, ALU Asynchronous Data transfer, mode of transfer, priority interrupts, Direct memory Address (DMA), Input/ Output processor (IOP), serial communication. |
Unit – V Evaluation of Microprocessor | Overview of Intel 8085 to Intel Pentium Processors Basic microprocessors, architecture, and interface, internal architecture, external architecture memory, and input/ output interface. |
Unit – VI | Assembly language, Assembler, Assembly level instructions, macro, use of macros in I/C instructions, program loops, programming arithmetic, and logic subroutines, Input-Output programming. |
CCSU BCA SYLLABUS: Referential Books-
- Leventhal, L.A, “Introduction to Microprocessors”, Prentice Hall of India
- Mathur, A.P., “Introduction to Microprocessors”, Tata McGraw-Hill
- Rao, P.V.S., “Prospective in Computer Architecture”, Prentice Hall of India
BCA-304 Business Economics
Unit – I The Scope and Method of Economics, the Economic Problem The Production Process Laws of Returns & Returns to Scale | ->Scarity & Choice, The Price Mechanism, Demand &Supply ->Equilibrium: The Concept of Elasticity and its Applications. ->Output decisions – Revenues Costs and Profit Maximisation Economics and Diseconomies of scale. |
Unit – II Market Structure | Equilibrium of a firm and Price, Output Determination under Perfect Competition Monopoly, Monoplastic Competition & Oligopoly |
Unit– III Macro Economic Concerns | Inflation, Unemployment, Trade-Cycles, Circular Flow up to Four Sector Economy, Government in the Macro Economy: Fiscal Policy, Monetary Policy, Measuring National Income and Output |
Unit– IV The World Economy | WTO, Globalisation, MNCs, Outsourcing, Foreign Capital in India, Trips, Groups of Twenty (G-20), Issues of dumping, ExportImport Policy 2004-2009 |
CCSU BCA SYLLABUS: Referential Books-
- Ahuja H.L., “Business Economics”, S.Chand &Co., New Delhi,2001
- Ferguson P.R., Rothchild, R. and Fergusen G.J.” Business Economics” Macmillan,
Hampshire,1993 - Karla.Case&RayC.fair, “Principles of Economics”, PearsonEducation, Asia,2000
- Nellis, Joseph, Parker David, “ The Essence of Business Economics”, Prentice
Hall, New Delhi,1992.
BCA-305 Elements of Statistics
Unit – I Population, Sample and Data Condensation | Definition and scope of statistics, concept of population and simple with Illustration, Raw data, attributes, and variables, classification, frequency distribution, Cumulative frequency distribution. |
Unit – II Measures of Central Tendency | Concept of central Tendency, requirements of good measures of central tendency, Arithmetic mean, Median, Mode, Harmonic Mean, Geometric mean for grouped and ungrouped data. |
Unit– III Measures of Dispersion | Concept of dispersion, Absolute and relative measure of dispersion, range variance, Standard deviation, Coefficient of variation |
Unit– IV Permutations and Combinations | Permutations of ‘n’ dissimilar objects taken ‘r’ at a time (with or without repetitions). nPr = n!/(n-r) !(without proof). Combinations of ‘r’ objects taken from ‘n’ objects. nCr = n!/(r!(n-r)!)(without proof) . Simple examples, Applications. |
Unit – V Sample space, Events and Probability | Experiments and random experiments, Ideas of deterministic and non-deterministic experiments; Definition of sample space, discrete sample space, events; Types of events, Union and intersections of two or more events, mutually exclusive events, Complementary event, Exhaustive event; Simple examples. Classical definition of probability, Addition theorem of probability without Proof (up to three events are expected). Definition of conditional probability Definition of independence of two events, simple numerical problems. |
Unit – VI Statistical Quality Control | Introduction, control limits, specification limits, tolerance limits, process and product control; Control charts for X and R; Control charts for number of defective {n-p chart} ,control charts for number of defects {c – chart} |
CCSU BCA SYLLABUS: Referential Books-
- S.C. Gupta- Fundamentals of statistics – Sultan Chand & sons, Delhi.
- D.N.Elhance – Fundamentals of statistics – KitabMahal, Allahabad.
- Montogomery D.C. – Statistical Quality Control – John Welly and Sons
- Goon, Gupta And Dasgupta- Fundamentals of statistics- The World Press Private Ltd.,
Kolkata.
BCA-306P Computer Laboratory and Practical Work of OOPS
Practical will be based on Paper Object Oriented Programming: Covers UNIT-II, UNIT-III,
UNIT-IV, UNIT-V of Syllabus
BCA-307P Computer Laboratory and Practical Work of DS
Practical will be based on Paper Data Structure: Covers UNIT-III, UNIT-IV, UNIT-V, and UNITVI of Syllabus
CCSU BCA SYLLABUS CONTENT FOR SEMESTER – IV
BCA-401 Computer Graphics & Multimedia Application
Unit – I | Introduction: The Advantages of Interactive Graphics, Representative Uses of Computer Graphics, Classification of Application Development of Hardware and software for computer Graphics, Conceptual Framework for Interactive Graphics, Overview, Scan: Converting Lines, Scan Converting Circles, Scan Converting Ellipses. |
Unit – II | Hardcopy Technologies, Display Technologies, Raster-Scan Display Systems, Video Controller, Random-Scan Display processor, Input Devices for Operator Interaction, Image Scanners, Working exposure on graphics tools like Dream Weaver, 3D Effects etc, Clipping Southland- Cohen Algorithm, Cyrus-Beck Algorithm, Midpoint Subdivision Algorithm |
Unit– III Geometrical Transformation: | 2D Transformation, Homogeneous Coordinates and Matrix Representation of 2D Transformations, composition of 2D Transformations, the Window-to-Viewport Transformations, Introduction to 3D Transformations Matrix. |
Unit– IV | Representing Curves & Surfaces: Polygon meshes parametric, Cubic Curves, Quadric Surface. Solid Modeling: Representing Solids, Regularized Boolean Set Operation primitive Instancing Sweep Representations, Boundary Representations, Spatial Partitioning Repre |
Unit – V | Introductory Concepts: Multimedia Definition, CD-ROM, and multimedia highway, Computer Animation (Design, types of animation, using different functions) |
Unit – VI | Uses of Multimedia, Introduction to making multimedia – The stage of Project, hardware & software requirements to make good multimedia skills and Training opportunities in Multimedia Motivation for Multimedia usage |
CCSU BCA SYLLABUS: Referential Books-
- Foley, Van Dam, Feiner, Hughes, Computer Graphics Principles&practice,2000.
- D.J.Gibbs&D.C.Tsichritzs: Multimedia programming Object Environment & Framework,2000.
- Ralf Skinmeiz and Klana Naharstedt, Multimedia: computing, Communication and
Applications, Pearson,2001. - D.Haran & Baker. Computer Graphics Prentice Hall of India,1986
BCA-402 OperatingSystem
Unit – I | Introduction, What is an operating system, Simple Batch Systems, Multiprogramming Batch systems, Time- Sharing Systems, Personal Computer Systems, Parallel systems, Distributed systems, Real-Time Systems. Memory Management: Background, Logical versus physical Address space, swapping, Contiguous allocation, Paging, Segmentation Virtual Memory: Demand Paging, Page Replacement, Page replacement Algorithms, Performance of Demand Paging, Allocation of Frames, Thrashing, Other Considerations |
Unit – II | Processes: Process Concept, Process Scheduling, Operation on Processes. CPU Scheduling: Basic Concepts, Scheduling Criteria, Scheduling Algorithms, Multiple – ProcessorScheduling. Process Synchronization: Background, The Critical – Section Problem, Synchronization Hardware, Semaphores, Classical Problems of Synchronization |
Unit– III Deadlocks | : System Model, Deadlock Characterization, Methods for Handling Deadlocks, Deadlock prevention, Deadlock Avoidance, Deadlock Detection, Recovery from Deadlock. |
Unit– IV Device Management: | Techniques for Device Management, Dedicated Devices, Shared Devices, Virtual Devices; Input or Output Devices, Storage Devices, Buffering, Secondary Storage Structure: Disk Structure, Disk Scheduling, Disk Management, Swap- Space Management, DiskReliability |
Unit – V Information Management | : Introduction, A Simple File system, General Model of a File System, Symbolic File System, Basic File System, Access Control Verification, Logical File System. |
Unit-VI Physical File System File | System Interface; File Concept, Access Methods, Directory Structure, Protection, Consistency Semantics File – System Implementation: File- System Structure, Allocation Methods, Free- Space Management |
CCSU BCA SYLLABUS: Referential Books-
Silbersachatz and Galvin, “ Operating System Concepts”, Person,5
thEd.2001
- Madnick E., Donovan J., “ Operating Systems:, TataMcGrawHill,2001
- Tannenbaum, “Operating Systems”, PHI, 4
the edition,2000
BCA-403 Software Engineering
Unit – I Software Engineering | Definition and paradigms, A generic view of software are engineering. |
Unit – II Requirements Analysis: | Statement of system scope, isolation of top-level processes and entitles and their allocation to physical elements, refinement and review. Analyzing a problem, creating a software specification document, review for correctness, consistency, and completeness. |
Unit– III Designing Software Solutions: | Refining the Software Specification; Application of fundamental design Concept for data, architectural, and procedural designs using software blue-print methodology and object-oriented design paradigm; Creating design document: Review of conformance to software requirements and quality. |
Unit– IV Software Implementation | : Relationship between design and implementation, Implementation issues and programming support environment, Coding the procedural design, Good coding style, and review of correctness and readability. |
Unit – V Software Maintenance: | : Maintenance as part of software evaluation, reasons for maintenance, types of maintenance (Perceptive, adoptive, corrective), designing for maintainability, techniques for maintenance. |
Unit – VI | Comprehensive examples using available software platforms/case tools, Configuration Management. |
CCSU BCA SYLLABUS: Referential Books-
- K.K.Aggarwal & Yogesh Singh “Software engineering”, 2nd Ed., New Age International
2005. - I.Sommerville, “Software Engineering”, Addison Wesley,2002.
- James Peter, W. Pedrycz, “Software Engineering: An Engineering Approach” JohnWiley
&Sons.
BCA-404 Optimization Techniques
Unit – I Linear programming: | Central Problem of linear Programming various definitions Included Statements of basic theorem and also their properties, simplex methods, primal and dual simplex methods, transportation problem, tic-tac problem, and its solution. Assignment problem and its solution. Graphical Method Formulation, Linear Programming Problem. |
Unit – II Queuing Theory | Characteristics of queuing system, Classification of Queuing Model Single Channel Queuing Theory, Generalization of steady state M/M/1 queuing models(Model-I, Model-II). |
Unit– III Replacement Theory | Replacement of items that deteriorate replacement of items that fail. Group replacement and individual replacement. |
Unit– IV Inventory Theory: | Cost involved in inventory problem- single items deterministic model economics long size model without shortage and with shorter having a Production rate infinite and finite. |
UNIT-V Job Sequencing: | Introduction, solution of sequencing problem Johnson s algorithm for n jobs through 2 machines. |
CCSU BCA SYLLABUS: Referential Books-
- Gillet B.E. “Introduction to OperationResearch”
- Taha, H.A. “Operation Research an Introduction”
- Kanti Swarup “Operation Research”
- S.D.Sharma “Operation Research”
- Hira & Gupta “Operation Research”
BCA-406 Mathematics-III
Unit – I COMPLEX VARIABLES | : Complex Number System, Algebra of Complex Numbers, Polar Form, Powers and Roots, Functions of Complex Variables, Elementary Functions, Inverse Trigonometric Function. |
Unit – II SEQUENCE, SERIES AND CONVERGENCE | : Sequence, Finite and Infinite Sequences, Monotonic Sequences, Bounded Sequences, Limit of a Sequence, Convergence of a Sequence, Series, Partial Sums, Convergent Series, Theorems on Convergence of Series (statement, alternating series, conditional convergent), Leibnitz Test, Limit Comparison Test, Ratio Test, Cauchy’s Root Test, Convergence of Binomial and Logarithmic Series, Raabe’s Test, Logarithmic Test, Cauchy’s Integral Test (without proof) |
Unit– III VECTOR CALCULUS | Differentiation of Vectors, Scalar, and Vector Fields, Gradient, Directional Derivatives, Divergence, and Curl and their Physical Meaning. |
Unit– IV FOURIER SERIES | Periodic Functions, Fourier series, Fourier Series of Even and Odd Functions, Half RangeSeries. |
Unit–V ORDINARY DIFFERENTIAL EQUATIONS OF FIRST ORDER | Variable- Separable Method, Homogeneous Differential Equations, Exact Differential Equations, Linear Differential Equations, Bernoulli’s Differential Equations, Differential Equations of First Order and First Degree by Integrating Factor. |
Unit–VI ORDINARY DIFFERENTIAL EQUATIONS OF SECOND ORDER | Homogenous Differential Equations with Constant Coefficients, Cases of Complex Roots and Repeated Roots, Differential Operator, Solutions by Methods of Direct Formulae for Particular Integrals, Solution by Undetermined Coefficients, Cauchy Differential Equations, (only Real and Distinct Roots) Operator Method for Finding Particular Integrals, (Direct Formulae). |
CCSU BCA SYLLABUS: Referential Books-
- A.B. Mathur and V.P. Jaggi, “Advanced Engineering Mathematics”, Khanna Publishers,
1999. - 2. H.K. Dass, “Advanced Engineering Mathematics”, S. Chand & Co., 9th RevisedEd.
BCA-405 Computer Laboratory and Practical Work of Computer Graphics & Multimedia Application
Practical will be based on Paper Computer Graphics & Multimedia Application: Covers
UNIT-II, UNIT-III, UNIT-V of Syllabus
CCSU BCA SYLLABUS CONTENT FOR SEMESTER – V
BCA-501 Introduction to DBMS
Unit – I Introduction: | Characteristics of database approach, data models, DBMS architecture and data independence. |
Unit – II E-R Modeling: | : Entity types, Entity set, attribute and key, relationships, relation types, roles, and structural constraints, weak entities, enhanced E-R, and object modeling, Sub Classes; Super classes, inheritance, specialization and generalization |
Unit– III File Organization | Indexed sequential access files; implementation using B & B++ trees, hashing, hashing functions, collision resolution, extendible hashing, dynamic hashing approach implementation and performance. |
Unit– IV Relational Data Model: | Relational model concepts, relational constraints, relational algebra SQL: SQL queries, programming using SQL. |
Unit – V EER and ER to relational mapping: | Database design using EER to relational language. |
Unit – VI Data Normalization | Functional Dependencies, Normal form up to 3rdnormal form. Concurrency Control: Transaction processing, locking techniques and associated, database recovery, security, and authorization. Recovery Techniques, Database Security |
CCSU BCA SYLLABUS: Referential Books-
- Abraham Silberschatz, Henry Korth, S.Sudarshan, “Database Systems Concepts”, 4
Edition, McGraw Hill,1997. - Jim Melton, Alan Simon, “Understanding the new SQL: A Complete Guide”, Morgan
- A.K. Majumdar, P. Bhattacharya, “Database Management Systems”, TMH,1996.
- Bipin Desai, “An Introduction to database-systems”, Galgotia Publications,1991.
BCA-502 Java Programming and Dynamic Web Page Design
Unit – I Java Programming | Data types, control Structured, arrays, strings, and Vector, classes(inheritance, package, exception handling)multithreaded programming. |
Unit – II | Java applets, AWT controls (Button, Labels, Combo box, list, and other Listeners, menu bar) layout manager, string handling (only main functions) |
Unit– III | Networking(datagram socket and TCP/ IP-based server socket) event handling, JDBC: Introduction, Drivers, Establishing Connection, Connection Pooling. |
Unit– IV HTML | : use of commenting, headers, text styling, images, formatting text with, special characters, horizontal rules, line breaks, Table, forms, image maps, tags, tags, file formats including image formats. |
Unit – V Java Servlets | Introduction, HTTP Servlet Basics, The Servlet Lifecycle, Retrieving Information, Sending HTML Information, Session Tracking, Database Connectivity |
Unit- VI Java Server Pages | Introducing Java Server Pages, JSP Overview, Setting Up the JSPEnvironment, Generating Dynamic Content, Using Custom Tag Libraries and the JSP Standard Tag Library, Processing Input and Output. |
CCSU BCA SYLLABUS: Referential Books-
- Patrick Naughton and Herbertz Schildt, “Java-2 The Complete Reference”199, TMH.
- ShelleyPowers, “DynamicWebPublishing”2ndEd.Techmedia,1998.
- Ivor Horton, “Beginning Java-2 ”SPDPublication
- Jason Hunter, “Java ServletProgramming ”O’Reilly
- ShelleyPowers, “DynamicWebPublishing”2ndEd.Techmedia,1998
- Hans Bergsten, “Java Server Pages”, 3rd Ed. O’Reilly
BCA-503 Computer Network
Unit – I Basic Concepts | Components of data communication, distributed processing, standards and organizations. Line configuration, topology, Transmission mode, and categories of networks. OSI and TCP/IP Models: Layers and their functions, comparison of models. Digital Transmission: Interfaces and Modems: DTE-DCE Interface, Modems, Cable modems. |
Unit – II Transmission Media | Guided and unguided, Attenuation, distortion, noise, throughput, propagation speed and time, wavelength, Shannon capacity, comparison of media |
Unit– III Telephony | : Multiplexing, error detection, and correction: Many to one, One tomany,WDM,TDM,FDM,Circuitswitching,packetswitchingandmessage switching. Data link control protocols: Line discipline, flow control, error control, synchronous and asynchronous protocols, character and bit-oriented protocols, Link access procedures. Point-to-point Controls: Transmission states, PPP layers, LCP, Authentication, NCP. ISDN: Services, Historical outline, subscriber’s access, ISDN Layers and broadcast ISDN. |
Unit– IV Devices | Repeaters, bridges, gateways, routers, The Network Layer; Design issues, Routing algorithms, Congestion control Algorithms, Quality of service, Internetworking, Network-Layer in theinternet. |
Unit – V Transport and upper layers in OSI Model: | Transport layer functions, connection management, functions of session layers, presentation layer and application layer. |
CCSU BCA SYLLABUS: Referential Books-
- A.S.Tanenbaum, “Computer Networks”; Pearson Education Asia, 4
thEd.2003. - Behrouz A.Forouzan, “Data Communication and Networking”, 3rd Ed. Tata McGraw-Hill,
- th
- William Stallings, “Data and computer communications”, Pearson Education Asia, 7
2002.
BCA-504 Numerical Methods
Unit – I Roots of Equations: | Bisections Method, False Position Method, Newton’s Raphson Method, Rate of convergence of Newton’smethod. |
Unit – II Interpolation and Extrapolation | : Finite Differences, The operator E, Newton’s Forward and Backward Differences, Newton’s dividend differences formulae, Lagrange’s Interpolation formula for unequal Intervals, Gauss’s Interpolation formula, Starling formula, Bessel’s formula, LaplaceEverett formula. |
Unit– III Numerical Differentiation Numerical Integration | Introduction, direct methods, maxima, and minima of a tabulated function, General Quadratic formula, Trapezoidal rule, Simpson’s One-third rule, and Simpsons’ three-eight rule. |
Unit– IV Solution of LinearEquation | : Gauss’s Elimination method and Gauss’s Siedel iterativemethod. |
UNIT-V Solution of Differential Equations | Euler’s method, Picard’s method, Fourth-order Ranga – Kutta method. |
CCSU BCA SYLLABUS: Referential Books-
- Scarborough, “Numerical Analysis”.
- Gupta & Bose S.C. “Introduction to Numerical Analysis, “Academic Press, Kolkata,
- S.S.Shashtri, “ Numerical Analysis”, PHI
BCA-505P MinorProject
valuation will be based on Summer Training held after the fourth semester and will be
Conducted by the college committee only.
BCA-506P Viva-Voice on Summer Training
The viva will be conducted based on summer training of four weeks after the end of
fourth Semester and will be conducted by the college committee only.
BCA-507P Computer Laboratory and Practical Work of DBMS
Practical will be based on the Paper Data Base Management System: on UINT-IV
converging the concept from UNIT-II to UNIT-VI of the Syllabus.
BCA-507P Practical Work of Java Programming and Dynamic Page Design
Practical will be based on the Paper Data Base Management System: on UINT-IV
converging the concept from UNIT-II to UNIT-VI of Syllabus
CCSU BCA SYLLABUS CONTENT FOR SEMESTER – VI
BCA-601 Computer Network Security
Unit – I Introduction | : Attack, Services and Mechanism, Model for Internetwork Security. Cryptography: Notion of Plain Text, Encryption, Key, Cipher Text, Decryption, and Cryptan analysis; Public Key Encryption, Digital Signatures, and Authentication. |
Unit – II Network Security | Authentication Application: Kerberos, X.509, Directory Authentication Service, Pretty Good Privacy, S/Mime. |
Unit– III IP Security Architecture | : Overview, Authentication header, Encapsulating Security Pay Load combining Security Associations Key Management. |
Unit– IV Web Security | Requirement, Secure Socket Layer, Transport Layer Security, and Secure ElectronicTransactions. |
Unit – V Network Management Security: | Overview of SNMP Architecture SMMPVI1 Communication Facility, SNMPV3. |
Unit – VI System Security | Intruders, Viruses and Relate Threats, Firewall Design Principles. Comprehensive examples using available software platforms/case tools, ConfigurationManagement. |
CCSU BCA SYLLABUS: Referential Books-
- W. Stallings, Networks Security Essentials: Application & Standards, Pearson Education,
2000. - W.Stallings, Cryptography and Network Security, Principles and Practice, Pearson
Education,2000
BCA-602 Information System: Analysis Design &Implementation
Unit – I Overview of System Analysis and Design | Systems Development Life Cycle; concept and Models: requirements determination, logical design, physical design, test planning, implementation, planning and performance evaluation, communication, interviewing, presentation skills; group dynamics; risk and feasibility analysis; Group based approaches, JAD, structures walkthroughs, and design and code reviews; prototyping; database design software quality metrics; application categories software package evaluation and acquisition. |
Unit – II Information Requirement Analysis | Process modeling with physical logical data flow diagrams, data modeling with logical entity relationship diagrams. |
Unit– III Developing a Proposal: | Feasibility study and cost estimation. System Design: Design of input and control, design of output and control, file design/database design, process, user interface design, prototyping; software constructors; documentation |
Unit– IV Application Development Methodologies and CASE tools: | : Information engineering structured system analysis and design, and object-oriented methodologies for application development data modeling, process modeling, user interface design, and Prototyping, use of Computer Aided software engineering (CASE) tools in the analysis design and implementation of information systems. |
Unit – V Design and Implementation on OO Platform | Object-oriented analysis and design through object modeling technique, object modeling, dynamic modeling, and functional object-oriented design and object-oriented programming systems for implementation, object oriented databases. |
Unit- VI Managerial issues in Software Projects | Introduction to software markets; planning of software projects, size, and cost estimates; project scheduling; measurement of software quality and productivity, ISO and capability maturity models for organizational growth. |
CCSU BCA SYLLABUS: Referential Books-
- I.T.Haryszkiewycz, Introduction of System Analysis and Design, Pearson Education, (PHI)
1998. - V. Rajaraman, Analysis and Design of Information System, Pearson Education,1991.
- J.A.Senn, “Analysis and Design of Information Systems”
- J.K.Whiten., L.D.Bentley, V.M.Beslow, “System Analysis and Design Methods”, (Galgotia Publications
Pvt. Ltd.)1994
BCA-603 E-Commerce
Unit – I Introduction to E-Commerce: | The Scope of Electronic Commerce, Definition of Electronic Commerce, Electronic E-commerce and the Trade Cycle, Electronic Markets, Electronic Data Interchange, Internet Commerce, E-Commerce in Perspective. |
Unit-I Part- 2 Business Strategy in an Electronic Age | Supply Chains, Porter’s Value Chain Model, Internal Organizational Value Chains, Competitive Strategy, Porter’s Model, First Mover Advantage Sustainable Competitive Advantage, Competitive Advantage using E-Commerce, Business Strategy, Introduction to Business Strategy, Strategic Implications of IT, Technology, Business Environment, Business Capability, Exiting Business Strategy, Strategy Formulation &Implementation Planning, E-Commerce Implementation, E-Commerce Evaluation. |
Unit – II Business-to-Business Electronic Commerce | : Characteristics of B2B EC, Models of B2B Ec, Procurement Management Using the Buyer’s Internal Marketplace, Just in Time Delivery, Other B2B Models, Auctions, and Services from Traditional to Internet Based EDI, Integration with Back-end Information System, The Role of Software Agents for B2B EC, Electronic marketing in B2B, Solutions of B2B EC, Managerial Issues, Electronic Data Interchange (EDI), EDI: The Nuts and Bolts, EDI & Business. |
Unit– III Internet and Extranet | Automotive Network Exchange, The Largest Extranet, Architecture of the Internet, Intranet and Extranet, Intranet software, Applications of Intranets, Intranet Application Case Studies, Considerations in Intranet Deployment, The Extranets, The structures of Extranets, Extranet products & services, Applications of Extranets, Business Models of Extranet Applications, ManagerialIssues. Electronic Payment Systems: Is SET a failure, Electronic Payments & Protocols, Security Schemes in Electronic payment systems, and Electronic Credit card systems on the Internet, Electronic Fund Transfer and Debit cards on the Internet, Stored value Cards and E- Cash, Electronic Check Systems, Prospect of Electronic Payment Systems, Managerial Issues. |
Unit– IV Public Policy: From Legal Issues to Privacy | : EC- Related Legal Incidents, Legal Incidents, Ethical & Other Public Policy Issues, Protecting Privacy, Protecting Intellectual Property, Free speech, Internet Indecency & Censorship, Taxation & Encryption Policies, Other Legal Issues: Contracts, Gambling &More, Consumer &Seller Protection InEC. |
Unit – V Infrastructure For EC : | It takes more than Technology, A Network Of Networks, Internet Protocols, Web- Based Client/ Server, Internet Security, selling on the web, Chatting on the Web, Multimedia delivery, Analyzing Web Visits, and Managerial Issues. |
CCSU BCA SYLLABUS: Referential Books-
- David Whiteley, “ E-Commerce”, Tata McGraw Hill,2000.
- Efram Turban, Jae Lee, David King, K. Michale Chung, “Electronic Commerce”, PearsonEducation,
2000
BCA-604 Knowledge Management
Unit – I Business Intelligence and Business Decisions | : Modeling Decision Process; Decision support systems; Group decision support and Groupware Technologies. |
Unit – II Executive Information and Support Systems | Business Expert System and AI, OLTO &OLAP; Data Warehousing; Data Marts, Data Warehouse architecture; Tools for data warehousing. |
Unit– III Multi-Dimensional analysis | Data mining and knowledge discovery; Data mining and Techniques; Data mining of Advance Databases. |
Unit– IV Knowledge Management Systems: | : Concept and Structure KM systems, techniques of knowledge management appreciation & limitation. |
CCSU BCA SYLLABUS: Referential Books-
- Decision support system, EIS, 2000.
- W.H.Inmon, “Building Data Warehousing”, Willey,1998.
- Han, Jiawei, Kamber, Michelin, “ Data Mining Concepts &Techniques”, Harcourt India, 2001
BCA-605P Major Project
Evaluation will be based on held after the Fourth semester and will be conducted by the college
committee only.
BCA-606P Presentation/Seminar based on Major Project
Presentation/Seminar based on Major Project will be evaluated by external examiner only
NOTE: This CCSU BCA Syllabus Content is Taken from the CCS University Official Website.
Superb posts! Have a look at my page 48U where I also put in extra effort to create quality information about Cosmetics.
I like how well-written and informative your content is. You have actually given us, your readers, brilliant information and not just filled up your blog with flowery texts like many blogs today do. If you visit my website 59N about Thai-Massage, I’m sure you can also find something for yourself.