23
Department of Computer Science Gujarat Vidyapith, Ahmedabad – 14 PGDCA SEMESTER-I PGDCA-101: INTRODUCTION TO PROGRAMMING (“C Language”) Unit-I: Algorithms and Introduction to C-Language 2 Credit - Algorithms and Flowchart - An Introduction to declarations, Assignments & variables. - Integer Arithmetic Expression. - Making decision in C - While and do while loops, for loop - scanf & printf functions. - Continue and break Statement Unit-II: Functions, Array and Structure 1 Credit - user defined functions. - recursion - array - Strings and strings functions. - Structures. - typedef. Unit-III: File and Pre-processor 1 Credit - Introduction to pointers - I/O files - C Pre-processor. - Static & extern - argc and argv parameters. - Bitwise operator Books:- - For C language:- - The Let us C By Yaswant Kanetkar - Ansi C By Ritchie and Kernighan ************************************ END of PGDCA – 101 ********************************** ------------------------------------------------------------------------------------------------------------------- PGDCA SEMESTER - I [1/12] [2011-2012]

Department of Computer Science Gujarat Vidyapith ...gujaratvidyapith.org/syllabus/gvpdca.pdfPhysical and Logical Data Flow Diagram . Rules for Drawing Data Flow Diagram . Evaluation

  • Upload
    others

  • View
    5

  • Download
    0

Embed Size (px)

Citation preview

  • Department of Computer Science

    Gujarat Vidyapith, Ahmedabad – 14

    PGDCA SEMESTER-I

    PGDCA-101: INTRODUCTION TO PROGRAMMING (“C Language”) Unit-I: Algorithms and Introduction to C-Language 2 Credit - Algorithms and Flowchart - An Introduction to declarations, Assignments & variables. - Integer Arithmetic Expression. - Making decision in C - While and do while loops, for loop - scanf & printf functions. - Continue and break Statement Unit-II: Functions, Array and Structure 1 Credit - user defined functions. - recursion - array - Strings and strings functions. - Structures. - typedef. Unit-III: File and Pre-processor 1 Credit - Introduction to pointers - I/O files - C Pre-processor. - Static & extern - argc and argv parameters. - Bitwise operator Books:- - For C language:- - The Let us C By Yaswant Kanetkar - Ansi C By Ritchie and Kernighan ************************************ END of PGDCA – 101 **********************************

    ------------------------------------------------------------------------------------------------------------------- PGDCA SEMESTER - I [1/12] [2011-2012]

  • Department of Computer Science

    Gujarat Vidyapith, Ahmedabad – 14

    PGDCA SEMESTER - I

    PGDCA-102: FUNDAMENTALS OF COMPUTER ORGANIZATION

    Objectives : Students will learn The elements of Computer Organization and Architecture. The basic knowledge necessary to understand the hardware operations of

    digital computers. Unit-I Number Systems 1 Credit

    Decimal System Binary, Octal and Hexadecimal numbers. Number Base conversions Binary Addition, Subtraction, Multiplication, Division Arithmetic of Number System Complements

    Use of complements to represent Negative Numbers Binary Number Complements Complements in other Number Systems.

    BCD Code Integers and Floating point representation Excess Three (XS-3) Code Gray Code Binary to Gray & Gray to Binary Character codes (ASCII, EBCDIC) Error detecting and correcting codes

    Parity and Hamming code Unit-II Boolean Algebra and Logic Gats and Circuits 1 Credit

    Boolean algebra Basic Building Blocks

    o Logic Gats, o Simplification of Expressions

    - Method for Simplifying Expressions - K-map ( Four Variables) , Don’t Cares

    Combination logic-design - Decoders, Encoders, Multiplexer - Half Adder, Full Adder, Half Subtracter, Full Subtracter

    ------------------------------------------------------------------------------------------------------------------- PGDCA SEMESTER - I [2/12] [2011-2012]

    http://www.asic-world.com/digital/boolean.html

  • Sequential Circuits o Flip- Flops

    Unit-III Memory Organization 0.5 Credit Types of memory Static and Dynamic memory cell ROM, PROM, EPROM, Cache memory, Virtual memory

    Unit-IV Input-Output Organization 1 Credit

    Peripheral Devices Input devices – Keyboard, Mouse Output devices – Monitor, Printer (Impact Printer - Character printer,

    Line Printer, Drum Printer, Dot Matrix Printer, Non Impact Printer – Inkjet Printer, LASER Printer)

    Storage devices - Hard Disk, Floppy Disk, Magnetic Tape, CDROM, DVD Modes of Transfer o Programmed I/O o Interrupt-initiated I/O o Direct Memory Access (DMA)

    Unit-V Central Processing Units (8086/8088 CPU Architecture) 0.5 Credit History of Microprocessors Block diagram of 8088 Explanation of 8088 Architecture Registers:-GPRs, Segment, Index, Pointer, Flag Description of all flag Register

    Text Book: Digital Computer Fundamental By – Thomas Bartee

    Pub. – McGraw Hill Reference Book: - Digital Circuit Design – Morris Manno - Digital Circuit Design – Malvino & Litch - Digital Computer Design – Rajaraman ************************************ END of PGDCA – 102 **********************************

    ------------------------------------------------------------------------------------------------------------------- PGDCA SEMESTER - I [3/12] [2011-2012]

  • Department of Computer Science

    Gujarat Vidyapith, Ahmedabad – 14 PGDCA SEMESTER - I

    PGDCA-103: SYSTEM ANALYSIS AND DESIGN Objective: To Become Familiar with Analysis, Design, Development and Implementation of Information System UNIT - I Introduction To Information Systems Development 0.5 Credit Introduction About System Analysis and Design Need for System Analysis System Analyst Definition and Types of System Business System Concepts Categories of Information System TPS, MIS, DSS System Development Strategies Tools for system Development Analysis Tools, Design Tools, Development Tools UNIT - II Requirements Analysis And Determination 0.75 Credit Determining Systems Requirements About Requirements Determination Activities in Requirements Determination Fact Finding Techniques Interview, Questionnaire, Record Review, Observation Tools for Documenting Procedures and Decisions Decision Tree, Decision Table, Structured English Structured Analysis Development Structured Analysis Data Flow Analysis Developing Data Flow Diagrams Physical and Logical Data Flow Diagram Rules for Drawing Data Flow Diagram Evaluation of Data Flow Diagram Data Dictionary Introduction Records in Data Dictionary Entity Relationship Diagram

    ------------------------------------------------------------------------------------------------------------------- PGDCA SEMESTER - I [4/12] [2011-2012]

  • UNIT - III System Design 1.25 Credit Analysis to Design Transition Specifying Application Requirements Objectives in Designing an Information System Fitting the System to the Organization Features to be Designed Output Design, Input Design, File Design, Database Design, Control Design, Procedure Design, Program Specification Design Design of Computer Output Identification of Computer Output Output Objectives Types of Output Information Presentation Printed Output Display Output Design of Input and Control Input Design Data Capturing Input Validation Design of Online Dialogue About Online, Interface, Dialogue Dialogue Design and Strategies Data Entry Dialogue Design of Files and Use of Auxiliary Storage Devices File Terminology Types of Files File Organization Storage Devices Design of Database Introduction to Database Design of Data Communication Introduction to Data Communication Requirements for Data Communication UNIT - IV Implementation Phase 0.75 Credit Systems Engineering and Quality Assurance Design Objectives Program Structure Charts Design of Software Software Design and Documentation Structure Flowcharts, HIPO, Warnier/Orr Diagrams Managing Quality Assurance Managing Testing Practices Testing Approaches Types of Testing

    ------------------------------------------------------------------------------------------------------------------- PGDCA SEMESTER - I [5/12] [2011-2012]

  • Testing Strategies Test Data Managing System Implementation Training Conversion Hardware and Software Selection Activities Related with Hardware Selection Activities Related with Software Selection UNIT - IV Case Study 0.75 Credit Various Case Studies based on Activities Related with Software Development TEXT BOOK Title Analysis and Design of Information Systems Author James A Senn Publication McGraw-Hill Publishing Company REFERENCE BOOK Title Software Engineering Author Roger S Pressman Publication McGraw-Hill Publishing Company Title Elements of Systems Analysis Author Marvin Gore and John W Stubbe Publication Galgotia Booksource ************************************ END of PGDCA – 103 **********************************

    ------------------------------------------------------------------------------------------------------------------- PGDCA SEMESTER - I [6/12] [2011-2012]

  • Department of Computer Science Gujarat Vidyapith, Ahmedabad – 14

    PGDCA SEMESTER - I

    PAPER - 104: WEB TECHNOLOGY AND APPLICATION DEVELOPMENT - I

    UNIT-I Introduction To Internet 0.5 Credit

    Introduction To Internet Internet protocols http, https, ftp, TCP/IP etc Introduction to World Wide Web

    o WWW, W3C, Web Browsers, Web Servers o URL, URI, URN

    Website Architecture o Anatomy of Website o Web page organization & navigation

    Unit-II HTML & DHTML 2 Credit

    Introduction to HTML o What is mark up language o HTML editors & browsers o HTML tags and attributes

    - , , , , - Heading tags …., - Paragraph

    , - Lists

    Ordered Lists Unordered Lists Glossary Lists

    - Formatting tags Text effects, Colors, Horizontal rules, Line breaks

    Links

    o URL Anatomy Protocol, Host name, folder & file name o Types of URL Absolute & relative URLs o Creating link and anchors - Link to other document - Link to same document o Linking Specific location in a document Name anchors

    Tables

    ------------------------------------------------------------------------------------------------------------------- PGDCA SEMESTER - I [7/12] [2011-2012]

  • o Creating tables o working with rows o working with data o Table heading , Captions o Spanning rows & columns o Formatting tables

    Images o Understanding Image basics o Adding images - Image height & width, Alignment, Border, Alternative text o Image as a link - Image links, thumbnails o Image map - Understanding image map types - creating client side image map

    Frames o Understanding Frames o Advantage & disadvantage of frames o Creating Frames - Creating Framesets - Formatting Frames o Effective navigation - Using target names o Creating Inline Frames

    Forms o Why Forms? o Determining Form content - Information, Usability and Design o Creating Forms - Form tags, submit & reset buttons, , , o forms processing

    DHTML

    o Introduction to DHTML and Dynamic Web Pages o HTML, CSS, Scripting Languages o Client Side Scripting (JavaScript, Jscript, VB Script)

    Unit-III CSS 1.5 Credit

    Introduction to CSS o Inline, Internal & External CSS

    Implementing CSS o Style sheets with HTML o Developing a Style sheet

    - Rules, Selector, Declaration, Property & Value

    ------------------------------------------------------------------------------------------------------------------- PGDCA SEMESTER - I [8/12] [2011-2012]

  • o setting properties - Font - Text - Box - Color & background - Classification

    Formatting web page using CSS Advantage & Disadvantage of CSS

    ************************************ END of PGDCA – 104 **********************************

    ------------------------------------------------------------------------------------------------------------------- PGDCA SEMESTER - I [9/12] [2011-2012]

  • Department of Computer Science

    Gujarat Vidyapith, Ahmedabad – 14 PGDCA SEMESTER - I

    PGDCA-105: COMPUTER BASED STATISTICAL METHODS AND ACCOUNTING Objective: To Become Familiar with Business and Accounting Process and Implementing Statistical Methods In Routine Practice Section-I: COMPUTER BASED STATISTICAL METHODS UNIT - I Introduction To Statistics 0.5 Credit Introduction Origin and Growth Statistical Data and Methods Applications of Statistics Data for Statistics Primary and Secondary Data It's Sources Classification of Data Types of classification Frequency Distribution Discrete Frequency Distribution Continuous Frequency Distribution Measure of Central Value Introduction Average Types of Average Measure of Dispersion Introduction Methods of Studying Dispersion Measure Of Skewness, Moments and Kurtosis Introduction Methods of Studying Skewness, Moments and Kurtosis UNIT - II Correlation And Regression 1 Credit Introduction to Correlation Absolute Measure and Relative Measure Types of Correlation Coefficient of Correlation Methods of Studying Correlation Scatter Diagram Method Karl Pearson's Method

    ------------------------------------------------------------------------------------------------------------------- PGDCA SEMESTER - I [10/12] [2011-2012]

  • Spearman's Rank Correlation Method Probable Error Introduction to Regression Regression Lines and it's Types Regression Equations Properties of Regression UNIT - III Matrix 0.5 Credit Introduction Basic Definition Types of Matrix Matrix Manipulation Addition, Subtraction, Multiplication, Scalar Multiplication Inverse of Matrix Section-II : ACCOUNTING UNIT - V Financial Accounting 1 Credit

    Preparation of Final Accounts Detailed Study of Voucher, Transaction, Journal, Subsidiary Books, Ledger, Trail Balance, Adjustments, Trading Account, P&L Account, P&L Appropriation Account and Balance Sheet Assets Fixed Assets Current Assets Intangible Assets Factious Assets Liabilities Long Term Liabilities Short Term, Current Liabilities

    UNIT - VI Cost And Management Accounting 1 Credit Meaning, Definition, Characteristics Financial Statements and Interpretation Using Ratio Analysis of Financial Statement and Their Interpretation Utility and Limitations of Ratios Calculation of Ratios Based on Vertical Balance Sheet Text Book: Title Statistical Methods Author S P Gupta Publication Sultan Chand and Sons ************************************ END of PGDCA – 105 **********************************

    ------------------------------------------------------------------------------------------------------------------- PGDCA SEMESTER - I [11/12] [2011-2012]

  • ------------------------------------------------------------------------------------------------------------------- PGDCA SEMESTER - I [12/12] [2011-2012]

    Department of Computer Science Gujarat Vidyapith, Ahmedabad – 14

    PGDCA SEMESTER - I

    PRACTICAL WORK BASE ON FOLLWING PAPERS

    PGDCA-101 : INTRODUCTION TO PROGRAMMING (“C Language”) 2 Credit PGDCA-104: WEB TECHNOLOGY AND APPLICATION DEVELOPMENT-I 2 Credit PGDCA–105: COMPUTER BASED STATISTICAL METHODS 2 Credit

  • Department of Computer Science

    Gujarat Vidyapith, Ahmedabad – 14

    PGDCA SEMESTER - II

    PGDCA–201: Web Technology & Application Development (WTAD)-II Objectives: 1. To teach the concepts of Web Based Application Development 2. To be able to understand the concepts of Web Technology and Architecture 3. To develop proficiency in creating web-based applications using PHP & MySql Unit-I Introduction to Web Programming 0.5 Credit Introduction to Web Programming Introduction to DHTML and Dynamic Web Pages Request – Response Architecture and Work of Web Server Communication between Web Server and Browser

    o HTTP basics and HTTP Request and Response o Server Side Scripting o Client Side Scripting (JavaScript, Jscript, VB Script) o Apache Web Server o Internet Information Server

    Unit-II Introduction to DHTML and Java Script 1 Credit

    Building DHTML page Introduction to JavaScript

    o Variable o Data types o Array o Properties o Functions o Events o Objects - String, Math, Window, Date, Document

    Unit-III Introduction to PHP 1.5 Credit

    Installation of PHP and web server Introduction to PHP programming Writing PHP Programs Loops, Control Structure and Arrays PHP functions

    o String functions o Array functions

    ------------------------------------------------------------------------------------------------------------------- PGDCA SEMESTER – II [1/11] – [2011-2012]

  • o Mathematical function o File system function o Date and time function o Miscellaneous Functions

    Error Handling File and Directory handling

    Unit-IV PHP And MySql Database 1 Credit Configuration of MySql server Starting MySql server MySql tables Displaying MySql data PHP, MySql Communication and Programming

    Reference Books: 1. Beginning PHP 4 Databases – Christopher Scollo, Harish Rawat, Dipak Thomas,

    Sanjay Abraham, Andrew Hill & Jim Hubbard; Wrox Press 2. PHP MySql Website Programming – Chris Bea, Mike Duzzard, Jessy White, Cinis &

    Dilip Thomas; Wrox Press 3. PHP Black Book – Peter Moulding, Coriolis Group 4. MySql – PHP Database Applications – Jay Greenspan & Brad Bulger; John Wiley &

    Sons 5. Sam’s Teach Yourself PHP 4 in 24 Hours – Matt Zandstra; SAMS 6. PHP 5.1 For Beginners – Ivan Bayross, O’Reilly, Shroff Publishers & Distributors

    Pvt. Ltd. 7. Pure Java Script - Jason D. Gilliam, R. Allen Wyke , SAMS 8. Beginning JavaScript - Paul Wilton, Wrox ************************************ END of PGDCA – 201 ************************************

    ------------------------------------------------------------------------------------------------------------------- PGDCA SEMESTER – II [2/11] – [2011-2012]

    http://www.amazon.co.uk/s/ref=ntt_athr_dp_sr_1?_encoding=UTF8&search-alias=books-uk&field-author=Jason%20D.%20Gilliamhttp://www.amazon.co.uk/s/ref=ntt_athr_dp_sr_2?_encoding=UTF8&search-alias=books-uk&field-author=R.%20Allen%20Wyke

  • Department of Computer Science Gujarat Vidyapith, Ahmedabad – 14

    PGDCA SEMESTER - II

    PGDCA-202: DATABASE MANAGEMENT SYSTEM

    Unit-I: An Overview of Database Management 1 Credit An Introductory Example, What Is a Database System, What Is a Database, Why Database, Data Independence ,Relational Systems and Others The Three Levels of the Architecture, The External Level, The Conceptual Level The Internal Level, Mappings, The Database Administrator, The Database Management System, The Data Communications Manager, Client/Server Architecture, Utilities, Distributed Processing An Introductory Example, Domains, Relations, Kinds of Relations, Relations and Predicates, Relational Databases Unit-II: Keys and Integrity 1 Credit Candidate Keys, Primary Keys and Alternate Keys, Foreign Keys, Foreign Key Rules, Nulls (A Digression), Candidate Keys and Nulls, Foreign Keys and Nulls Functional Dependencies, Basic Definitions, Trivial and Nontrivial Dependencies Unit-III: Normalization 1 Credit Non-loss Decomposition and Functional Dependencies, First, Second, and Third Normal Forms, Dependency Preservation, Boyce/Codd Normal Form Unit-IV: SQL Programming 1 Credit Data Manipulation Language - Select Statement with different clause, Insert, Update, Delete Data Definition Language - Create table, Create view, Definition of Primary key, Definition of Candidate Key, Definition of Foreign key Book :- An Introduction to Database Management System By – C. J. Date (Seventh Edition) An Introduction to Database Management System By - Bipin Desai Database System Concepts By - Avi Silberschatz, Henry Korth, S.Sudarshan

    ************************************ END of PGDCA – 202 ************************************ -------------------------------------------------------------------------------------------------------------------

    PGDCA SEMESTER – II [3/11] – [2011-2012]

  • Department of Computer Science Gujarat Vidyapith, Ahmedabad – 14

    PGDCA SEMESTER-II

    PGDCA-203: DATA STRUCTURE

    Unit-I Array 0.5 Credit - Single dimensional & its addressing function - multidimensional: - two & three dimensional - row major & column major representation & addressing functions. Unit-II Stack 0.5 Credit - Definition & Concepts - Push, Pop, peep & change operations. - Double stack : push and pop operations - Expressions :- * Infix, Prefix and postfix * parenthesized and unparenthesized expressions * Precedence of operators. * Conversion from infix to postfix i.e. reverse polish for both parenthesized & unparenthesized infix expressions Unit-III Queue 0.5 Credit - Definition & Concepts - insertion & deletion in simple queue - circular queue : insertion & deletion operations. - dqueue: input restricted & output restricted. - priority queues. Unit-IV Linear List 1 Credit * Sequential & linked allocation, their advantages and disadvantages. * Singly linked list - Concepts, node structure - Operations like -> insertion & deletion at front -> insertion & deletion at end -> insertion in ordered list -> deletion of node by its value etc. -> limitations of singly list * circular list: -------------------------------------------------------------------------------------------------------------------

    PGDCA SEMESTER – II [4/11] – [2011-2012]

  • - Advantages & disadvantages - Operation : insertion & deletion * doubly linked list - Concepts, node structure - Advantages over singly list Unit-V None-Linear List 0.75 Credit * Graph & its terminology - Graph adjacent node, directed & undirected edges, directed graph, undirected graph, mixed graph, incident, Originating & terminating nodes loop, parallel edges, Multigraph, Simple graph, weighted graph, isolated node, null graph, degree, path, cycle, acyclic graph. * Tree - directed tree, leaf, level of node ordered tree, subtrees, degree , forest of trees, different methods of representing tree, M-ary tree, positional M-ary tree, conversion of general tree to binary tree. * Binary tree : - Representation - Operation Like -> traversal : inorder, preorder, postorder. -> insertion -> deletion -> copy -> searching * Matrix representation of graph. - Adjacency matrix - path matrix - WARSHALL'S algorithm - MINIMAL algorithm - Adjacency list representation of graph. Unit-VI Sorting and Searching 0.75 Credit * Sorting methods. - selection sort - Bubble sort - Merge sort(Simple, two-way) - quick sort (Partition Exchange sort) - Binary tree sort - Heap sort - Performance comparison of sorting methods.

    ------------------------------------------------------------------------------------------------------------------- * Searching :

    PGDCA SEMESTER – II [5/11] – [2011-2012]

  • - Linear (sequential Search) - Binary Searching. - Comparison of linear & binary searching Practical: * Implementation of algorithms studied in C programming. * Initially algorithm on topic 2 can be implemented using static allocation, but after studying topic 3, students can use dynamic (Linked) allocation for it. * various excursuses on topic studied can be implemented. Text Books: - An introduction to Data Structures with applications - By Tremblay & Sorenson Pub: Tata McGrawHill - Data Structures - By Tanenbum - Introduction to Data Structure and algorithm with C By Glenn W. Rowe Guidelines for paper setting: - Five questions each of 20 marks - Internal options should be given up to max 30% - Division on topics should be strictly followed. ************************************ END of PGDCA – 203 ************************************

    ------------------------------------------------------------------------------------------------------------------- PGDCA SEMESTER – II [6/11] – [2011-2012]

  • Department of Computer Science

    Gujarat Vidyapith, Ahmedabad – 14

    PGDCA SEMESTER - II

    PGDCA-204: FUNDAMENTALS OF COMPUTER NETWORK

    Objective: To Become Familiar with Computer Network and its Use, Implementation, Management and Administration Prerequisite: Single User Operating System and Computer Organization UNIT - I Introduction To Computer Network 0.5 Credit Introduction About Networking Exchange, Sharing, Preserving and Protecting Information Sharing Hardware and Software Resources Need, Uses and Advantages of Network Networks in the Workplace UNIT-II Network Basics 1 Credit Client, Server and Peer Based and Hybrid Networks Server Types Network Topology and its Types Network Transmission Media Wires, Cables, Fiber Optics, Wave Defining Network Protocols Hardware Protocols, Software Protocols, Interface The OSI Model Major Protocol Suites Review of Protocols, Models and Implementations Internet Protocols Middle and Upper Layer Protocols Basics of Miscellaneous Protocols SLIP, PPP, FDDI, X.25, Frame Relay, ISDN, B-ISDN, SONET, SDH, ATM, SMRS UNIT-III Network Hardware 1 Credit Network Cards and Cables Repeaters and Its Uses and Selection Criteria Hubs and About Chassis Hubs and Stackable Hubs

    ------------------------------------------------------------------------------------------------------------------- PGDCA SEMESTER – II [7/11] – [2011-2012]

    http://www.indiastudychannel.com/resources/59130-Syllabus-for-COMPUTER-NETWORKS-subject-DCA.aspx##http://www.indiastudychannel.com/resources/59130-Syllabus-for-COMPUTER-NETWORKS-subject-DCA.aspx##http://www.indiastudychannel.com/resources/59130-Syllabus-for-COMPUTER-NETWORKS-subject-DCA.aspx##

  • Splitting Up Networks Bridges The Spanning Tree Protocol, Traffic Segmentation and Monitoring Switches Full Duplex Operation, Various Switching Modes, Avoiding Switch Overload, VLAN Technology, Applicability Routers Protocols, A Routed Network Example, Protocol Specificity, Bridging and Routing , Protocol Address Conventions, Switch Routers UNIT-IV Network Software 1 Credit Network Operating Systems Peer Network Operating Systems Client-Server Operating System Common Features, Windows Server, Various Flavors of Linux Client Software DOS Clients, Windows Clients(Windows 2000, Window XP, Window 7 Client), Linux Clients Window/Linux Fundamentals File System and Volumes Directories, Files and Flag or Attributes of the File Administrative Command Creating Users and Groups Assigning Trustee Directories and Attributes Login Script Security UNIT-V Network Management and Security 0.5 Credit Introduction to IEEE Standards Understanding Wireless Networks TEXT BOOK: - Networking Complete, BPB Publication REFERENCE BOOKS: -Mastering Local Area Networks By Christa Anderson & Mark Minasi, BPB Publication - Mastering Novell Netware By Currid C C, C A Gillett - BPB Publication - MCSE: Networking Essentials Study Guide - Tata McGraw Hill Publication - Computer Networks By Tanenbaum - PHI Publication ********************************* END of PGDCA – 204 *******************************

    ------------------------------------------------------------------------------------------------------------------- PGDCA SEMESTER – II [8/11] – [2011-2012]

    http://www.indiastudychannel.com/resources/59130-Syllabus-for-COMPUTER-NETWORKS-subject-DCA.aspx##http://www.indiastudychannel.com/resources/59130-Syllabus-for-COMPUTER-NETWORKS-subject-DCA.aspx##http://www.indiastudychannel.com/resources/59130-Syllabus-for-COMPUTER-NETWORKS-subject-DCA.aspx##

  • Department of Computer Science Gujarat Vidyapith, Ahmedabad – 14

    MCA SEMESTER-II

    PGDCA–205: BUSINESS DATA PROCESSING USING C#.NET

    Objective: Introduction to Programming with C#.Net is a hands–on course in which you have the opportunity to

    - Enhance your problem solving skills. - Become acquainted with and master computer programming with C#.NET

    Unit-I 1.5 Credit Introducing C#, Introduction to .Net Framework & Assemblies Overview of C# Visual Studio IDE (C#.NET) Literals, Variables, Data Types, Operators, Expressions, Branching, Looping, Methods, Arrays, Strings, Structures, Enumerations Collection list Threads. Unit-II 0.5 Credit OBJECT ORIENTED ASPECTS OF C# Classes and Objects, Inheritance, Polymorphism, Interfaces, Operator Overloading, Delegates, Events, Errors and Exceptions. Unit-IIl 1.25 Credit Introduction to ADO.NET Accessing Data with ADO.NET The ADO.NET Object Model Connecting to Data Understanding Connection Pooling Using Provider Statistics Retrieving Data Introducing Command Classes -------------------------------------------------------------------------------------------------------------------

    PGDCA SEMESTER – II [9/11] – [2011-2012]

  • Working with Data Readers and Commands Data Set and DataTable Filling DataSets Using a DataAdapter Data Bindings Unit-IV 0.75 Credit Windows common control Windows form & Database Application ************************************** END of MCA – 205 *************************************

    ------------------------------------------------------------------------------------------------------------------- PGDCA SEMESTER – II [10/11] – [2011-2012]

  • ------------------------------------------------------------------------------------------------------------------- PGDCA SEMESTER – II [11/11] – [2011-2012]

    Department of Computer Science

    Gujarat Vidyapith, Ahmedabad – 14

    PGDCA SEMESTER - II

    PRACTICAL WORK BASE ON FOLLWING PAPERS

    PGDCA-201: Web Technology & Application Development (WTAD)-II 2 Credit PGDCA-203: Data Structure 2 Credit PGDCA–205: Business Data Processing Using C#.Net 2 Credit

    PAPER : PROJECT WORK

    Unit -1 Credit -12 EVERY STUDENT HAS TO WORK 8 HOURS OF DAY AND 6 DAY OF WEEK. FOR SEMESTER - II PROJECT WORK DURATION.

    PGDCA SEMESTER-IUNIT-I Introduction To Internet 0.5 Credit Introduction To Internet

    PGDCA SEMESTER-IIPGDCA–201: Web Technology & Application Development (WTAD)-IIObjective: Introduction to Programming with C#.Net is a hands–on course in which you have the opportunity toUnit-I 1.5 Credit

    Unit-II 0.5 Credit Unit-IIl 1.25 CreditUnit-IV 0.75 Credit