DETAIL TEACHING SCHEME

Size: px
Start display at page:

Download "DETAIL TEACHING SCHEME"

Transcription

1 DETAIL TEACHING SCHEME SCHOOL OF ENGINEERING PROGRAM :MCA ACADEMIC EAR SEMESTER III (Batch: ) DEFINATION OF ONE CREDIT : 1. Lecture(L): 1 hour / week / semester, 2. Practical(P): 2 hour / week / semester,3. Tutorial(T): 2 hour / week / semester Course Code ESL102 Course Name English as a Second Language, Beginners Level-1 Teaching Hours Theory Tutorial Practical Credits CIE PSEE N CD503 Campus to Corporate Training MCAL121 Programming In C & C CE520 Internet Programming N MCAL113 Relational Database Management System DCN001 Computer Networks Elective-I * Total N Total Hours 30 N- No CIE Continuous internal evaluation es PSEE Practical semester end examination including ITD, Dissertation, Industrial project, Industrial training etc.. Elective-I 1. NSS101 NSS - I 2. OG101 OGA - I

2 SLLABUS Course Title Course Code Internet Programming CE520 Theory :2 Course Credits Practical :2 Tutorial :0 Credits :4 Course Learning Outcomes: On the completion of the course, students will be able to: Apply knowledge of basic HTML tags and advanced HTML features for web development Design HTML forms with client-side validation Implement AJAXto enhance web applications experience Implement object-oriented Server-side code Configure and deploy Web Application Detailed Syllabus Sr. No. Name of chapter & details SECTION-I Hours Allotted 1. Introduction Introduction to Internet, Application and Services, URL, Static and Dynamic Web Pages, Web Forms, Design issues with website, DNS, Web Hosting 2. Designing Web Application using HTML Introduction, HTML document structure, Various HTML Tags Document Tag, Text Formatting Tag, Link Tag, List Tag, Image Tag, Table Tag, Line Breaks, Div, HTML Forms 3. Client-Side Scripting Language Concept and types of Scripting Language, Client-side - Perl, Hyper talk, Lingo, AppleScript, JavaScript, VBScript, Server-side: ASP, PHP, ASP.NET, JSP Introduction to JavaScript, How to embed JavaScript, Operators, Conditional statements, Looping statements, Dialog boxes, Arrays, User Define Function, Built-in functions (String, Math, Date, Array), Built-in Object (Document, History, Navigator), Form object and its events MCA 3 rd SEM ( BATCH) Page 1

3 SLLABUS 4 Formatting web application using CSS Need of CSS, Introduction to Style Sheet, Types of Style Sheet, concept of 02 class & ID, Different CSSS Properties Total 14 SECTION-II 5. Server-Side Scripting Language PHP - Introduction, syntax, whitespace, comments, Operators, Conditional and Looping Statements, User Define Function, Arrays. GET and POST Methods Built-In Functions: String, Math, Date, Array, File Handling, Miscellaneous Function, Sending using PHP, Uploading a file PHP Components GD Library, Cookies, Session, Server Variable, Database connectivity 04 with MySql, Regular Expression 7. Advance Concept PHP with OOP (Class, Object, Constructor, Inheritance, Abstract Class), PHP with AJAX Introduction, XMLHttpRequest Object, Working of AJAX with MySql Database 03 Total 14 Instructional Method and Pedagogy: Lectures will be conducted on the basis of Classroom Response Systems with the use of multimedia projector and black board. Assignments based on course contents will be given at the end of each unit/topic and will be evaluated at regular interval. Experiments will be based on the practical curriculum and will be evaluated at regular interval. End Semester exam (TSEE) will be conducted of 50 Marks. Reference Books: MCA 3 rd SEM ( BATCH) Page 2

4 SLLABUS Title: Developing Web Application, Wiley India Publication Author(s): Ralph Moseley, Wiley India Title: Beginning PHP5, Apache, Mysql Web Development, Wrox Author(s): Elizabeth Naramore, Michael K. Glass Title: PHP Bible, Wiley Publication Author(s): Tim Converse, Joyce Park Title: Web Enabled Commercial Application Development Using HTML, DHTML,PERL, Java Script, BPB Publications Author(s): Ivan Bayrosss Title: Beginning AJAX, Wrox Author(s): Chris Ullman, Lucinda Dykes Title: Beginning JavaScript 2nd Edition, Wrox Author(s): Nicholas C. Zakas Additional Resources MCA 3 rd SEM ( BATCH) Page 3

5 SLLABUS Course Title Course Code Programming in C & C++ MCAL121 Theory :2 Course Credits Practical :2 Tutorial :0 Credits :4 Course Learning Outcomes: On the completion of the course, students will be able to: Understand the basic components and structures of C & C++ programming languages Develop, execute, debug and validate the programs as per the requirements Identify the appropriate programming constructs and its uses and approaches to computational problems Implement modular programming and OOPs concepts in solving problems Implement file handling techniques for the applications whichh require back-end storage Detailed Syllabus Sr. No. Name of chapter & details SECTION-I Hours Allotted 1. Fundamentals of Programming Languages Introduction to Programming language & classification, Study of Algorithms & Flow Chart Basics of C: Keywords, Identifiers, Variables, Data types, Operators & their Hierarchy, Header files, I/O Functions, Control Structures, Looping Structure, Jumping Statements 2. Array & String Basics of Array, One Dimensional Array, Two Dimensional Array, Multi Dimensional Array String Fundamental & Storage Structure, Operations on String 3. Functions Concepts and Importance of Modular Programming, Elements of UDF, Category of Functions, Function Call, Nesting of Function, Recursion, Passing Arrays & Strings to Functions, Scope of Data, Storage Classes MCA 3 rd SEM ( BATCH) Page 1

6 SLLABUS 4. User Defined Data Types Fundamental & Importance of Structure, Initialization of Structure, Memory Storage Representation, Structures & Arrays, Structure Within Structure, Structures & Functions, Union, and Enumeration 5. Pointers Importance and Use of Pointers, Pointer with Basic Data Types, Dynamic Memory Allocation, Pointer with Arrays, String, Functions and Structures, Pointer to Pointer Total 14 SECTION-II 6. Object Oriented Paradigm & Beginning with C++ Basic Concepts of OOP, Benefits of OOP, POP versus OOP, Object Oriented Languages, Applications of OOP Moving from C to C++ +: Program Structure of C++, Stream Based I/O, SRO, Reference Variables, Functions in C++, Parameter Passing, Return by Reference, Inline Functions, Default Arguments, Function Overloading 7. Classes & Objects Introduction, Usage of Class and Object, Defining & Accessing Class Members, Nesting of Member Functions, Memory Allocation for Members, Static Members, Array of Objects, Passing and Returning Objects, Friend Functions & Classes, const Member Functions, Pointers within Class Importance of Constructor, Types of Constructor, Constructor Overloading, Destructor, Execution Sequence of Constructors and Destructor Operator Overloading Fundamental, Defining, Overloading of Unary & Binary Operators using 03 Member Functions and Friend Functions, Type Conversion 9. Inheritance and Polymorphism Fundamental & Importance of Inheritance, Access Specifiers, Types of Inheritance, Virtual Base Classes, Abstract Classes, Constructors and Destructors with Inheritance Introduction to Polymorphisms, Pointer to Object, this Pointer, Virtual Functions, Pure Virtual Functions File Management Introduction, Defining, Opening and Closing File, I/O operations on Files, 01 Random Access File, Command line argument Total MCA 3 rd SEM ( BATCH) Page 2

7 SLLABUS Instructional Method and Pedagogy: Lectures will be conducted on the basis of Classroom Response Systems with the use of multimedia projectorand black board. Assignments based on course contents will be given at the end of each unit/topic and will be evaluated at regular interval. Experiments will be based on the practical curriculum and will be evaluated at regular interval. Reference Books: Title: Programming in ANSI C, TMH Publication Author(s): E Balagurusamy Title: Object Oriented Programming with C++, TMH Publication Author(s): E Balagurusamy Title: The C Programming Language, Prentice Hall Publication Author(s): B. W. Kernighan & Dennis Ritchie Title: Computer Fundamentals and Programming in C, Oxford Publication Author(s): Pradip Day & Manas Ghosh Title: Mastering in C++, TMH Publication Author(s): Venugopal, Rajkumar & T Ravishankar Title: The Complete Reference of C++, TMH Publication Author(s): Herbert Schildt Additional Resources MCA 3 rd SEM ( BATCH) Page 3

8 SLLABUS Course Title Course Code Relational Database Management System MCAL113 Theory :3 Course Credits Practical :1 Tutorial :0 Credits :4 Course Learning Outcomes: On the completion of the course, students will be able to: Design a relational database schema based on an organization s requirement Design entity-relationship diagrams to represent database application scenarios Decompose relation with anomalies to design smaller and well-structured relation Describe the knowledge of transaction processing and deadlock resolution Formulate SQL queries to perform various database related operations Develop, execute and manage PL\SQL program blocks Detailed Syllabus Sr. No. Name of chapter & details SECTION-I Hours Allotted 1. Database Concepts Basic Concepts: Data, Database, Database Systems, Database Management System, Instance, Schema Purpose of Database System, Database Applications, Advantages and Disadvantages of DBMS Over File Systems Data Storage and Querying: Components, Storage Manager, Query Processor Three Level Architecture, Database User and Administrators Data Models: Introduction, Types of Data Models (ER, Relational, Hierarchical, Network and Object Oriented) MCA 3 rd SEM ( BATCH) Page 1

9 SLLABUS 2. Relational Model Structure of Relational Database: Basic Structure, Database Schema, Keys: Super key, Candidate key, Primary key, Foreign key, E-R Model: Entities, Types of Entities, Relationship and Types of Relationships, Attributes, Types of Attributes, Constraints: Mapping Cardinalities, Keys, Participation Constraints, E-R Notations, E-R Diagram, Extended E-R Features: Generalization, Specialization and Aggregation Fundamental Relational Algebra Operations: Selection, Projection, Union, Set - Difference, Intersection, Cartesian Product, Natural Join and Rename 3. Database Design and Data Dictionary Database Design: Features of Good Relational Design, Anomalies in a Database, Functional Dependencies: Closure set of FD, Closure of Attribute Set, Canonical Cover, Lossless decomposition, Dependency preservance, Stages of Normalization: Introduction, Normal Forms, 1NF, 2NF, 3NF, BCNF, Multivalued Dependency: 4NF & 5NF, Translation of E-R schemes (logical design) to Relational Schemes (Physical design): A case study, Data Dictionary: Introduction to Data Dictionary, Data Dictionary Storage 4. Transaction Processing and Concurrency Control Introduction to Transaction Concepts, Transaction Execution and Problems, Transaction States, ACID Properties, Transaction Logs, Locking Methods for Concurrency Control, Timestamp Methods for Concurrency Control, Optimistic Methods for Concurrency Control: Read Phase, Validation Phase, Write Phase, Deadlock handling: Detection and Resolution Total 21 SECTION-II 5. Structured Query Language SQL Statements-DDL, DML and DCL, Fundamentals of Tables: Data Types, Constraints, Creating Database, Table, Inserting Data, Alter Command, Select Command, Sorting Data, Creating a Table From a Table, Inserting Data into a Table From Another Table, Update Command, Delete Command, Drop Command, Truncate Command, Rename Command, Computations on Data: Types of Operators, Aggregate Functions, Single Row Functions, Group By Clause, Having Clause, Sub Queries, Joins, Set Operators 6. Advance SQL Multitable Insert, Using WITH Clause and its Advantages, MERGE Statement, Index, Views and Sequences, Controlling User Access Transaction Commands: Commit, Rollback, Savepoint MCA 3 rd SEM ( BATCH) Page 2

10 SLLABUS 7. PL/SQL Introduction, Advantages of PL/SQL, PL/SQL Block Structure, Data Types, Control Structure, Cursor, Types of Cursor, Error Handling, Procedure and Functions, Package, Trigger, Types of Triggers 07 Total 21 Instructional Method and Pedagogy: Lectures will be conducted on the basis of Classroom Response Systems with the use of multimedia projectorand black board. Assignments based on course contents will be given at the end of each unit/topic and will be evaluated at regular interval. Experiments will be based on the practical curriculum and will be evaluated at regular interval. Reference Books: Title: Database System Concepts, 5th Edition, Tata McGraw-Hilll Author(s): Silberschatz, Korth, Sudarshan Title: Database Systems, Concepts, Design and Applications, Pearson Education Author(s): S.K. Singh Title: SQL, PL/SQL The programming Language Oracle, BPB Publication Author(s): Ivan Bayrosss Title: Database Management Systems, Third Edition, Tata McGraw Hill Author(s): Ramakrishnan, Gehrke Title: Fundamentals of Database Systems, Fifth Edition, Pearson Education Author(s): Navathe Title: An Introduction to Database Systems, Eighth Edition, Pearson Education Author(s): C.J.Date, a Kannan, S Swaminathan Additional Resources /sql MCA 3 rd SEM ( BATCH) Page 3

11 SLLABUS Course Title: Campus to Corporate Training 1 Course Code: CD503 Theory : 03 Course Credit: Practical : Tutorial : Credits : 03 Course Learning Outcomes: At the end of the course, students will be able to Formulate the problem quantitatively and use appropriate arithmetical, and/or statistical methods to solve the problem. Recall Formulae. Demonstrate various principles involved in solving mathematical problems and thereby reducing the time taken for performing job functions. Interpret quantitative information (i.e., formulas, graphs, tables, models, and schematics) and draw implications from them. Critically evaluate various real life situations by resorting to analysis of key issues and factors. Detailed Syllabus: Module Name of Chapter & Details Hours Allotted Quantitative Ability 1. Numbers, H.C.F. & L.C.M., Simplification, Decimal Fractions: Square & Cube roots, Average, Profit & Loss: Simple Interest, Compound Interest: Permutations & Combinations, Probability, Ratio & Proportion: Problems on Age, Time and Work: Odd man, Clocks, Calendar: Time & Distance, Problems on Trains, Boats & Streams: Tabulation, Bar graphs, Pie graphs & Line graphs: 04 Logical Verbal Reasoning 9. Character Puzzles, Series Completion, Venn Diagrams: Seating Arrangement, Blood Relation Test: Logical Sequence of Words, Classification: Data Sufficiency, Syllogism: MCA 3 rd SEM ( BATCH) Page 1

12 13. Analogy, Arithmetic Reasoning, Direction Sense Test 03 Total Hours 45 Instructional Method and Pedagogy: Lectures will be conducted with the aid of multi-media projector, blackboard, Classroom Teaching & Learning Activities etc. Though the majority of the class will be lecture, certain skill building exercises will be introduced to expose the students to increasingly more difficult content. Assessment will be conducted every week on content delivered during week. Reference Books & Websites: Books: 1. Dr. R.S. Aggarwal, Quantitative Aptitude, S.Chand Publication, New Delhi. 2. Abhijit Guha, Quantitative Aptitude for Competitive Examinations, 4th Edition. 3. Dr. R.S Agarwal, A Modern Approach to Verbal & Non-Verbal Reasoning, S.Chand Publication, New Delhi. 4. Arun Sharma, How to Prepare for Logical Reasoning for the CAT Website: P a g e [ ] S c h o o l o f E n g i n e e r i n g

13 SLLABUS Course Title ENGLISH AS A SECOND LANGUAGE, BEGINNERS LEVEL - 1 Course Code ESL102 Lecture : 3 Course Credit Practical : 0 Tutorial : 0 Total : 3 Course Learning Outcomes At end of the course, students will: Understand variety of academic, social and professional conversations. Speak on a variety of topics in academic, social and professional contexts. Read and understand language in academic, social and professional contexts. Write and express ideas in routine academic, social and professional contexts. Detailed Syllabus Unit No. Context Topics Learning objectives SECTION I No. Of hours 1 Social VOCAB HOUSIE 2 Social/Profes sional 3 Social LISTEN & LEARN GIVING DIRECTIONS Students will be able to enhance their language by learning various vocabularies related to family relations, seasons, food, restaurants and its type, shopping, festivals and occasions, common ailments and using them in day to day conversation. Students will get exposure to listen to audios based on making inquiry, bookings & reservations, complaints, ordering food, conversation on leisure time activities and movie reviews. They will further be able to construct their own short conversations on all of the above. Students will be able to understand and express different ways of giving directions by appropriate usage of prepositions MCA 3 rd SEM ( BATCH) Page 1

14 SLLABUS 4 Social/Profes sional/acade mic DESCRIBING PEOPLE, PLACE& INSTANCES Students will get an opportunity to identify personality traits, adjectives related to describing people, places and instances. Further they will showcase their understanding in various contexts. 5 SECTION -II Social/Profes sional/acade mic Social/Acade mic Academic/Pr ofessional TELEPHONING IDIOMS &PHRASES READING 8 Academic WRITING S Students will learn and use phrases that are used in telephoning in different contexts like making inquiry, appointment, request, ordering food. They will be able to demonstrate their learning using appropriate model of conversation. Students will be able to explain literal and figurative meaning of idioms and will use them in daily life conversation. Students will get exposure of reading strategies like skimming & scanning and thus, will be able to comprehend the text, informative charts, graphs and tabular representations. Students will be able to compose s regarding application, permission, complaint, apology & compliment using the phrases suitable in each context MCA 3 rd SEM ( BATCH) Page 2

DATABASE MANAGEMENT SYSTEM SUBJECT CODE: CE 305

DATABASE MANAGEMENT SYSTEM SUBJECT CODE: CE 305 DATABASE MANAGEMENT SYSTEM SUBJECT CODE: CE 305 Teaching Scheme (Credits and Hours) Teaching scheme Total Evaluation Scheme L T P Total Credit Theory Mid Sem Exam CIA Pract. Total Hrs Hrs Hrs Hrs Hrs Marks

More information

Deccan Education Society s FERGUSSON COLLEGE, PUNE (AUTONOMOUS) SYLLABUS UNDER AUTONOMY. FIRST YEAR B.Sc. COMPUTER SCIENCE SEMESTER I

Deccan Education Society s FERGUSSON COLLEGE, PUNE (AUTONOMOUS) SYLLABUS UNDER AUTONOMY. FIRST YEAR B.Sc. COMPUTER SCIENCE SEMESTER I Deccan Education Society s FERGUSSON COLLEGE, PUNE (AUTONOMOUS) SYLLABUS UNDER AUTONOMY FIRST YEAR B.Sc. COMPUTER SCIENCE SEMESTER I SYLLABUS OF COMPUTER SCIENCE Academic Year 2016-2017 Deccan Education

More information

DETAIL TEACHING SCHEME

DETAIL TEACHING SCHEME DETAIL TEACHING SCHEME SCHOOL OF COMPUTER SCIENCE PROGRAM : BCA ACADEMIC EAR - 2018-19 SEMESTER IV (Batch: 2017-20) DEFINATION OF ONE CREDIT : 1. Lecture(L): 1 hour / week / semester, 2. Practical(P):

More information

Unit 2. Unit 3. Unit 4

Unit 2. Unit 3. Unit 4 Course Objectives At the end of the course the student will be able to: 1. Differentiate database systems from traditional file systems by enumerating the features provided by database systems.. 2. Design

More information

B.Sc. Computer Science (Ancillary)

B.Sc. Computer Science (Ancillary) Session - 03- onwards.. B.Sc. Computer Science (Ancillary) About the Course Technology is defined as the application of scientific knowledge for practical purposes. The radical changes in technologies

More information

S Y B Voc Software Development Syllabus

S Y B Voc Software Development Syllabus S Y B Voc Software Development Syllabus Course Level Job Roles Course Name: Pattern: Examination Pattern: Eligibility: Medium of Instruction: NSQF Level-VI 1. Jr. Software Developer 2. Trainer Software

More information

CHOICE BASED CREDIT SYSTEM (With effect from )

CHOICE BASED CREDIT SYSTEM (With effect from ) B.Sc. Computer Science Syllabus Under the CHOICE BASED CREDIT SYSTEM (With effect from 2017-18) DEPARTMENT OF COMPUTER SCIENCE University College,TU,Nizamabad-503322 Syllabus for Computer Science (With

More information

M S Ramaiah Institute of Technology Department of Computer Science And Engineering

M S Ramaiah Institute of Technology Department of Computer Science And Engineering M S Ramaiah Institute of Technology Department of Computer Science And Engineering COURSE DESIGN, DELIVERY AND ASSESMENT Semester: V Course Code: CS513 Course Name: Database systems Course Faculty: Sl#

More information

Hrs Hrs Hrs Hrs Hrs Marks Marks Marks Marks Marks

Hrs Hrs Hrs Hrs Hrs Marks Marks Marks Marks Marks Subject Code: CC103-N Subject Title: FUNDAMENTALS OF PROGRAMMING Teaching scheme Total L T P Total Theory Credit Evaluation Scheme Mid Sem Exam CIA Pract. Total Hrs Hrs Hrs Hrs Hrs Marks Marks Marks Marks

More information

B.C.A DATA BASE MANAGEMENT SYSTEM MODULE SPECIFICATION SHEET. Course Outline

B.C.A DATA BASE MANAGEMENT SYSTEM MODULE SPECIFICATION SHEET. Course Outline B.C.A 2017-18 DATA BASE MANAGEMENT SYSTEM Course Outline MODULE SPECIFICATION SHEET This course introduces the fundamental concepts necessary for designing, using and implementing database systems and

More information

Rayat Shikshan Sanstha s Yashavantrao Chavan Institute of Science Satara Department of Computer Science. Syllabus for Bachelor of Science Part-I

Rayat Shikshan Sanstha s Yashavantrao Chavan Institute of Science Satara Department of Computer Science. Syllabus for Bachelor of Science Part-I Rayat Shikshan Sanstha s Yashavantrao Chavan Institute of Science Satara Department of Computer Science 1. TITLE : COMPUTER SCIENCE Syllabus for Bachelor of Science Part-I 2. YEAR OF IMPLEMENTATION: New

More information

CERTIFICATE IN WEB PROGRAMMING

CERTIFICATE IN WEB PROGRAMMING COURSE DURATION: 6 MONTHS CONTENTS : CERTIFICATE IN WEB PROGRAMMING 1. PROGRAMMING IN C and C++ Language 2. HTML/CSS and JavaScript 3. PHP and MySQL 4. Project on Development of Web Application 1. PROGRAMMING

More information

Semester: I Credits: 5. Category: MC No.of hrs/week: 5 CA PROGRAMMING IN C

Semester: I Credits: 5. Category: MC No.of hrs/week: 5 CA PROGRAMMING IN C Semester: I Credits: 5 Category: MC No.of hrs/week: 5 CA1505 - PROGRAMMING IN C Objective: This course aims at explaining the basic concepts of computers and an easy understanding of C Language by the

More information

PHP: Software Training Employability Programme

PHP: Software Training Employability Programme PHP: Software Training Employability Programme Duration: 300Hours Prerequisites There are no Pre-requisites for this course. A Basic Knowledge of Programming Language is Advantageous. Basic Foundation

More information

PGDCA Syllabus Directorate of Distance Education, University of Kashmir Directorate of Distance Education University of Kashmir Srinagar

PGDCA Syllabus Directorate of Distance Education, University of Kashmir Directorate of Distance Education University of Kashmir Srinagar Directorate of Distance Education University of Kashmir Srinagar-190006 Curriculum Post Graduate Diploma in Computer Applications (PGDCA) Programme 2011-2013 Structure of Curriculum SEMESTER-I S.NO. Paper

More information

Tilak Maharashtra University

Tilak Maharashtra University Tilak Maharashtra University Bachelor of Computer Applications Second Year BCA 321- C++ INTRODUCTION C++ programming Basic Object Oriented programming, Characteristics, Advantages of object Oriented programming

More information

Code No. Name of the Paper Semester III Marks (Theory + CCE) FC as applicable in other courses BCA 301 Object Oriented Programming using C++ 35+15 BCA 302 Database Management and Design 35+15 BCA 303 Organizational

More information

Week. Lecture Topic day (including assignment/test) 1 st 1 st Introduction to Module 1 st. Practical

Week. Lecture Topic day (including assignment/test) 1 st 1 st Introduction to Module 1 st. Practical Name of faculty: Gaurav Gambhir Discipline: Computer Science Semester: 6 th Subject: CSE 304 N - Essentials of Information Technology Lesson Plan Duration: 15 Weeks (from January, 2018 to April, 2018)

More information

CHEME OF EXAMINATION FOR B.Sc. (COMPUTER SCIENCE) SEMESTER SYSTEM (Regular Course) w.e.f Scheme for B.Sc.-III.

CHEME OF EXAMINATION FOR B.Sc. (COMPUTER SCIENCE) SEMESTER SYSTEM (Regular Course) w.e.f Scheme for B.Sc.-III. CHEME OF EXAMINATION FOR B.Sc. (COMPUTER SCIENCE) SEMESTER SYSTEM (Regular Course) w.e.f. 2015-16 Scheme for B.Sc.-III Semester-V Sr. No. Paper Internal Assessment External Marks Exam Duration 1 Paper-I

More information

Jh fouk;d egkfo ky;] xkmjokjk RANI DURGAVATI VISHWAVIDYALAYA, JABALPUR BACHLOR OF COMPUTER APPLICATION BCA SYLLABUS THIRD SEMESTER

Jh fouk;d egkfo ky;] xkmjokjk RANI DURGAVATI VISHWAVIDYALAYA, JABALPUR BACHLOR OF COMPUTER APPLICATION BCA SYLLABUS THIRD SEMESTER Jh fouk;d egkfo ky;] xkmjokjk RANI DURGAVATI VISHWAVIDYALAYA, JABALPUR BACHLOR OF COMPUTER APPLICATION BCA SYLLABUS THIRD SEMESTER S.NO. SUB. CODE SUBJECT NAME EXAMINATION SCHEME Dur. Hrs. Max. Marks Min.

More information

City University of Hong Kong Course Syllabus. offered by Department of Computer Science with effect from Semester A 2017/18

City University of Hong Kong Course Syllabus. offered by Department of Computer Science with effect from Semester A 2017/18 City University of Hong Kong offered by Department of Computer Science with effect from Semester A 2017/18 Part I Course Overview Course Title: Database Systems Course Code: CS3402 Course Duration: 1 semester

More information

Specific Objectives Contents Teaching Hours 4 the basic concepts 1.1 Concepts of Relational Databases

Specific Objectives Contents Teaching Hours 4 the basic concepts 1.1 Concepts of Relational Databases Course Title: Advanced Database Management System Course No. : ICT. Ed 525 Nature of course: Theoretical + Practical Level: M.Ed. Credit Hour: 3(2T+1P) Semester: Second Teaching Hour: 80(32+8) 1. Course

More information

Proposed Syllabus for F.Y.B.Sc. (Information Technology) (w.e.f. June-2015)

Proposed Syllabus for F.Y.B.Sc. (Information Technology) (w.e.f. June-2015) Proposed Syllabus for F.Y.B.Sc. (Information Technology) (w.e.f. June-2015) Scheme Details Examination Pattern : 40 Internal : 60 External Periods : 45 Per Semester Sem I Sem II UG IT 111 Web Design-I

More information

Full Stack Developer (FSD) JAVA

Full Stack Developer (FSD) JAVA Full Stack Developer (FSD) JAVA FSD Java Product Code: ST-SD-50026 Duration: 720 hrs. Eligibility BE / B Tech / MCS /MCA / BCS / BSc / BCA or equivalent (Candidates appeared for final year can also apply)

More information

Ministry of Higher Education and Scientific research

Ministry of Higher Education and Scientific research Department of IT Technical Institute of Amedi Duhok Polytechnic University Subject: Database System Course Book: Year 2 (Second year) Lecturer's name: Dipl.Eng.Shorash A. Sami Academic Year: 2018/2019

More information

Full Stack Developer (FSD) Dot Net

Full Stack Developer (FSD) Dot Net Full Stack Developer (FSD) Dot Net FSD.NET Product Code: ST-SD-50027 Duration: 700 hrs. Eligibility BE / B Tech / MCS /MCA / BCS / BSc / BCA or equivalent (Candidates appeared for final year can also apply)

More information

A7-R3: INTRODUCTION TO DATABASE MANAGEMENT SYSTEMS

A7-R3: INTRODUCTION TO DATABASE MANAGEMENT SYSTEMS A7-R3: INTRODUCTION TO DATABASE MANAGEMENT SYSTEMS NOTE: 1. There are TWO PARTS in this Module/Paper. PART ONE contains FOUR questions and PART TWO contains FIVE questions. 2. PART ONE is to be answered

More information

Curriculum Mapping for National Curriculum Statement Grades R-12 and Oracle Academy.

Curriculum Mapping for National Curriculum Statement Grades R-12 and Oracle Academy. Curriculum Mapping for National Curriculum Statement Grades R-12 and Oracle Academy. Contents Executive Summary... 3 IT Curriculum Overview... 3 Aims... 3 Oracle Academy Introduction to Computer Science...

More information

COURSE OUTCOMES OF M.Sc(IT)

COURSE OUTCOMES OF M.Sc(IT) COURSE OUTCOMES OF M.Sc(IT) Sr. No Subject Code Subject Name Sem-I CO Status Course Outcomes 1. A304101 PROGRAMMING USING C 2. A304102 FUNDAMENTALS OF COMPUTER & INFORMATION TECHNOLOGIES CO1 CO2 Understands

More information

D.K.M COLLEGE FOR WOMEN(AUTONOMOUS),VELLORE DATABASE MANAGEMENT SYSTEM QUESTION BANK

D.K.M COLLEGE FOR WOMEN(AUTONOMOUS),VELLORE DATABASE MANAGEMENT SYSTEM QUESTION BANK D.K.M COLLEGE FOR WOMEN(AUTONOMOUS),VELLORE DATABASE MANAGEMENT SYSTEM QUESTION BANK UNIT I SECTION-A 2 MARKS 1. What is meant by DBMs? 2. Who is a DBA? 3. What is a data model?list its types. 4. Define

More information

Kadi Sarva Vishwavidyalaya, Gandhinagar

Kadi Sarva Vishwavidyalaya, Gandhinagar Kadi Sarva Vishwavidyalaya, Gandhinagar MASTERS OF COMPUTER APPLICATION (MCA) Semester I (First Year) Subject: MCA-101 Programming for Logic Building (LDPL) SUB Teaching scheme Examination scheme Total

More information

SCHEME OF STUDIES & EXAMINATIONS Department: Bachelor of Computer Applications 4 th Semester. L T P Theory practical

SCHEME OF STUDIES & EXAMINATIONS Department: Bachelor of Computer Applications 4 th Semester. L T P Theory practical SCHEME OF STUDIES & EXAMINATIONS Sr. No Course No. Course Title Teaching Schedule of class work Examination L T P Theory practical Credit Exam Duration 1 BCA-202 B Operating System 3 1-25 75-100 4 3 2

More information

02 Hr/week. Theory Marks. Internal assessment. Avg. of 2 Tests

02 Hr/week. Theory Marks. Internal assessment. Avg. of 2 Tests Course Code Course Name Teaching Scheme Credits Assigned Theory Practical Tutorial Theory Practical/Oral Tutorial Total TEITC504 Database Management Systems 04 Hr/week 02 Hr/week --- 04 01 --- 05 Examination

More information

T.Y.B.Sc. Syllabus Under Autonomy Mathematics Applied Component(Paper-I)

T.Y.B.Sc. Syllabus Under Autonomy Mathematics Applied Component(Paper-I) T.Y.B.Sc. Syllabus Under Autonomy Mathematics Applied Component(Paper-I) Course: S.MAT. 5.03 COMPUTER PROGRAMMING AND SYSTEM ANALYSIS (JAVA PROGRAMMING & SSAD) [25 Lectures] Learning Objectives:- To learn

More information

S.No Description 1 Allocation of subjects to the faculty based on their specialization by the HoD 2 Preparation of college Academic Calendar and

S.No Description 1 Allocation of subjects to the faculty based on their specialization by the HoD 2 Preparation of college Academic Calendar and S.No Description 1 Allocation of subjects to the faculty based on their specialization by the HoD 2 Preparation of college Academic Calendar and co-curricular calendar 3 Preparation of time table 4 Appointment

More information

ORACLE PL/SQL DATABASE COURSE

ORACLE PL/SQL DATABASE COURSE ORACLE PL/SQL DATABASE COURSE Oracle PL/SQL Database Programming Course (OPDP-001) JMT Oracle PL/SQL Hands-On Training (OPDP-001) is an intense hands-on course that is designed to give the student maximum

More information

UNIVERSITY POLYTECHNIC B.I.T., MESRA, RANCHI. COURSE STRUCTURE (W.E.F Batch Students) (Total Unit 7.5) Sessional Unit Code. Theory Unit Course

UNIVERSITY POLYTECHNIC B.I.T., MESRA, RANCHI. COURSE STRUCTURE (W.E.F Batch Students) (Total Unit 7.5) Sessional Unit Code. Theory Unit Course COURSE STRUCTURE (W.E.F. 2011 Batch Students) (Total Unit 7.5) Course Theory Unit Course Sessional Unit Code Code DCP 4001 Data Structures 1.0 DCP 4002 Data Structures Lab. 0.5 DEC 4003 Electronics Circuits

More information

G. PULLAIAH COLLEGE OF ENGINEERING AND TECHNOLOGY Pasupula, Nandikotkur Road, Kurnool

G. PULLAIAH COLLEGE OF ENGINEERING AND TECHNOLOGY Pasupula, Nandikotkur Road, Kurnool G. PULLAIAH COLLEGE OF ENGINEERING AND TECHNOLOGY Pasupula, Nandikotkur Road, Kurnool-518014 BRANCH: COMPUTER SCIENCE AND ENGINEERING COURSE DESCRIPTION FORM Course Title Course Code Regulation Course

More information

Course Outline and Objectives: Database Programming with SQL

Course Outline and Objectives: Database Programming with SQL Introduction to Computer Science and Business Course Outline and Objectives: Database Programming with SQL This is the second portion of the Database Design and Programming with SQL course. In this portion,

More information

15CS53: DATABASE MANAGEMENT SYSTEM

15CS53: DATABASE MANAGEMENT SYSTEM 15CS53: DATABASE MANAGEMENT SYSTEM Subject Code: 15CS53 I.A. Marks: 20 Hours/Week: 04 Exam Hours: 03 Total Hours: 56 Exam Marks: 80 Objectives of the Course: This course will enable students to Provide

More information

SEF DATABASE FOUNDATION ON ORACLE COURSE CURRICULUM

SEF DATABASE FOUNDATION ON ORACLE COURSE CURRICULUM On a Mission to Transform Talent SEF DATABASE FOUNDATION ON ORACLE COURSE CURRICULUM Table of Contents Module 1: Introduction to Linux & RDBMS (Duration: 1 Week)...2 Module 2: Oracle SQL (Duration: 3 Weeks)...3

More information

FACULTY OF ENGINEERING AND TECHNOLOGY SCHOOL OF COMPUTING DEPARTMENT OF CSE COURSE PLAN

FACULTY OF ENGINEERING AND TECHNOLOGY SCHOOL OF COMPUTING DEPARTMENT OF CSE COURSE PLAN FACULTY OF ENGINEERING AND TECHNOLOGY SCHOOL OF COMPUTING DEPARTMENT OF CSE COURSE PLAN Course Code: CS1005 Course Title: Object Oriented Programming Semester: II Course Time: Jul-Dec 2014 A B C D E F

More information

B. V. Patel Institute of Business Management, Computer & Information Technology

B. V. Patel Institute of Business Management, Computer & Information Technology B. C. A (2 nd Semester) Teaching Schedule 030010208 CC4-Object Oriented Programming Objective: To enhance logical thinking so as to design and develop problem solving techniques. Course Outcomes: Upon

More information

2011 DATABASE MANAGEMENT SYSTEM

2011 DATABASE MANAGEMENT SYSTEM Name :. Roll No. :..... Invigilator s Signature :.. CS/B.TECH(IT)/SEM-6/IT-604/2011 2011 DATABASE MANAGEMENT SYSTEM Time Allotted : 3 Hours Full Marks : 70 The figures in the margin indicate full marks.

More information

INSTITUTE OF AERONAUTICAL ENGINEERING

INSTITUTE OF AERONAUTICAL ENGINEERING INSTITUTE OF AERONAUTICAL ENGINEERING Course Title Course Code Regulation (Autonomous) Dundigal, yderabad - 500 043 COMPUTER SCIENCE AND ENGINEERING COURSE DESCRIPTION FORM DATABASE MANAGEMENT SYSTEMS

More information

Techno India Batanagar Computer Science and Engineering. Model Questions. Subject Name: Database Management System Subject Code: CS 601

Techno India Batanagar Computer Science and Engineering. Model Questions. Subject Name: Database Management System Subject Code: CS 601 Techno India Batanagar Computer Science and Engineering Model Questions Subject Name: Database Management System Subject Code: CS 601 Multiple Choice Type Questions 1. Data structure or the data stored

More information

SRM UNIVERSITY FACULTY OF ENGINEERING AND TECHNOLOGY SCHOOL OF COMPUTING DEPARTMENT OF CSE COURSE PLAN

SRM UNIVERSITY FACULTY OF ENGINEERING AND TECHNOLOGY SCHOOL OF COMPUTING DEPARTMENT OF CSE COURSE PLAN SRM UNIVERSITY FACULTY OF ENGINEERING AND TECHNOLOGY SCHOOL OF COMPUTING DEPARTMENT OF CSE COURSE PLAN Course Code : CS0304 Course Title : Data Base Management Systems Semester : VI Course Time : Dec 2012-

More information

normalization are being violated o Apply the rule of Third Normal Form to resolve a violation in the model

normalization are being violated o Apply the rule of Third Normal Form to resolve a violation in the model Database Design Section1 - Introduction 1-1 Introduction to the Oracle Academy o Give examples of jobs, salaries, and opportunities that are possible by participating in the Academy. o Explain how your

More information

CORE PHP CURRICULUM. Introductory Session Web Architecture Overview of PHP Platform Origins of PHP in the open source community

CORE PHP CURRICULUM. Introductory Session Web Architecture Overview of PHP Platform Origins of PHP in the open source community CORE PHP CURRICULUM What you will Be Able to Achieve During This Course This course will enable you to build real-world, dynamic web sites. If you've built websites using plain HTML, you realize the limitation

More information

Week Day Topic Sub Topic Type Hours Pre-Evaluation Experience Collection & Demographics Online 2 OOPS concepts 1

Week Day Topic Sub Topic Type Hours Pre-Evaluation Experience Collection & Demographics Online 2 OOPS concepts 1 Curriculum : C (10 weeks) Week Day Topic Sub Topic Type Hours Pre-Evaluation Experience Collection & Demographics Online 2 OOPS concepts 1 Pre-Evaluation Problem Solving skills Online Assessment 2 Computer

More information

Introduction to Computer Science and Business

Introduction to Computer Science and Business Introduction to Computer Science and Business This is the second portion of the Database Design and Programming with SQL course. In this portion, students implement their database design by creating a

More information

Gujarat University M. Sc. Computer Science [S. F.] Semester-1 Syllabus Gujarat Arts & Science College, Ahmedabad.

Gujarat University M. Sc. Computer Science [S. F.] Semester-1 Syllabus Gujarat Arts & Science College, Ahmedabad. B. Sc. Computer Science SEM-II EFFECTIVE FROM ACADEMIC YEAR - 2016-2017 CODE Titles Th. Pr. COM-103 ProgramminginC (Theory) 4 COM-104 ProgramminginC(Practical) 4 Teaching Scheme Unit Computer Theory COM

More information

STATE COUNCIL OF EDUCATIONAL RESEARCH AND TRAINING TNCF DRAFT SYLLABUS.

STATE COUNCIL OF EDUCATIONAL RESEARCH AND TRAINING TNCF DRAFT SYLLABUS. STATE COUNCIL OF EDUCATIONAL RESEARCH AND TRAINING TNCF 2017 - DRAFT SYLLABUS Subject :Computer Science (Maths Group) Class : XI Topics Content Introduction to Computers Introduction to Computers-Generations

More information

Course Outline Faculty of Computing and Information Technology

Course Outline Faculty of Computing and Information Technology Course Outline Faculty of Computing and Information Technology Title Code Instructor Name Credit Hours Prerequisite Prerequisite Skill/Knowledge/Understanding Category Course Goals Statement of Course

More information

Swami Ramanand Teerth Marathwada University, Nanded

Swami Ramanand Teerth Marathwada University, Nanded Swami Ramanand Teerth Marathwada University, Nanded B.Sc Third Year Semester Pattern Information Technology (Optional) ( With Effect from 2011-12 ) B.Sc. III Year. Information Technology (Optional) Paper

More information

ADIKAVI NANNAYA UNIVERSITY B. A Computer Applications / B.Sc Computer Science/B.Sc IT Syllabus Under CBCS w.e.f

ADIKAVI NANNAYA UNIVERSITY B. A Computer Applications / B.Sc Computer Science/B.Sc IT Syllabus Under CBCS w.e.f Course Objective: Paper-V: Data Base Management System Design & develop database for large volumes & varieties of data with optimized data processing techniques. Course Outcomes On completing the subject,

More information

Course and Contact Information. Course Description. Course Objectives

Course and Contact Information. Course Description. Course Objectives San Jose State University College of Science Department of Computer Science CS157A, Introduction to Database Management Systems, Sections 1 and 2, Fall2017 Course and Contact Information Instructor: Dr.

More information

Syllabus for Computer Applications

Syllabus for Computer Applications Syllabus for Computer Applications Proposed scheme for B.A. Programme under Choice Based Credit System Code Course Title Course Type HPW Credits SEMESTER I 106 Programming in C DSC 3A 4T+2P=6 4 + 1 =5

More information

Government of Karnataka Department of Technical Education Bengaluru. Course Title: Web Programming Lab Scheme (L:T:P) : 0:2:4 Total Contact Hours: 78

Government of Karnataka Department of Technical Education Bengaluru. Course Title: Web Programming Lab Scheme (L:T:P) : 0:2:4 Total Contact Hours: 78 Government of Karnataka Department of Technical Education Bengaluru Course Title: Web Programming Lab Scheme (L:T:P) : 0:2:4 Total Contact Hours: 78 Course Code: 15CS55P Type of Course: Tutorial and Practical

More information

Advanced PHP and MySQL

Advanced PHP and MySQL COURSE SYLLABUS Advanced PHP and MySQL Industrial Training (3 MONTHS) PH : 0481 2411122, 09495112288 E-Mail : info@faithinfosys.com www.faithinfosys.com Marette Tower Near No. 1 Pvt. Bus Stand Vazhoor

More information

B.C.A 2017 OBJECT ORIENTED PROGRAMMING USING C++ BCA303T MODULE SPECIFICATION SHEET

B.C.A 2017 OBJECT ORIENTED PROGRAMMING USING C++ BCA303T MODULE SPECIFICATION SHEET B.C.A 2017 OBJECT ORIENTED PROGRAMMING USING C++ BCA303T MODULE SPECIFICATION SHEET Course Outline The main objective of this course is to introduce students to the basic concepts of a selected language

More information

B.Sc II Year Computer Science (Optional)

B.Sc II Year Computer Science (Optional) Swami Ramanand Teerth Marathwad University, Nanded B.Sc II Year Computer Science (Optional) (Semester Pattern) ( W.E.F. June 2010) Paper No VI VII Paper Title Digital Electronics & 8085 Microprocessor

More information

Object Oriented Programming with JAVA

Object Oriented Programming with JAVA Course Title Course Code Object Oriented Programming with JAVA CE306 Theory :03 Course Credit Practical :01 Tutorial :00 Credits :04 Course Learning Outcomes On the completion of the course, students will

More information

LIST OF EXPERIMENTS. (1) (Office Automation)

LIST OF EXPERIMENTS. (1) (Office Automation) LIST OF EXPERIMENTS (1) 310042 (Office Automation) 1 Computer Fundamentals 2 DOS Command 3 Execute DOS Command using examples. 4 Introduction to windows & familarity with controls. 5 Introduction of Ms-Office

More information

GUJARAT TECHNOLOGICAL UNIVERSITY, AHMEDABAD, GUJARAT. COURSE CURRICULUM COURSE TITLE: OBJECT ORIENTED PROGRAMMING (Code: )

GUJARAT TECHNOLOGICAL UNIVERSITY, AHMEDABAD, GUJARAT. COURSE CURRICULUM COURSE TITLE: OBJECT ORIENTED PROGRAMMING (Code: ) GUJARAT TECHNOLOGICAL UNIVERSITY, AHMEDABAD, GUJARAT COURSE CURRICULUM COURSE TITLE: OBJECT ORIENTED PROGRAMMING (Code:3341602) Diploma Programme in which this course is offered Information Technology

More information

Contact Hours / week: 4 Total hours: 64. Table of Contents Architecture 3 Data Modeling Using the Entity-

Contact Hours / week: 4 Total hours: 64. Table of Contents Architecture 3 Data Modeling Using the Entity- Govt. of Karnataka, Department of Technical Education Diploma in Information Science & Engineering Fourth Semester Subject: DATABASE MANAGEMENT SYSTEMS Contact Hours / week: 4 Total hours: 64 Table of

More information

hrs. Designing Fundamentals 2 Paper-II: Data base hrs. management Systems Semester IV 3 Paper-I: Web

hrs. Designing Fundamentals 2 Paper-II: Data base hrs. management Systems Semester IV 3 Paper-I: Web SCHEME OF EXAMINATION FOR B.Sc. COMPUTER APPLICATIONS (VOCATIONAL) SEMESTER SYSTEM Scheme for B.Sc.-II (Vocational) w.e.f. 2014-2015 Sr. No. Paper Internal External Marks Exam Duration Assessment SEMESTER

More information

ABOUT WEB TECHNOLOGY COURSE SCOPE:

ABOUT WEB TECHNOLOGY COURSE SCOPE: ABOUT WEB TECHNOLOGY COURSE SCOPE: The booming IT business across the globe, the web has become one in every of the foremost necessary suggests that of communication nowadays and websites are the lifelines

More information

Course and Contact Information. Course Description. Course Objectives

Course and Contact Information. Course Description. Course Objectives San Jose State University College of Science Department of Computer Science CS157A, Introduction to Database Management Systems, Sections 1 and 2, Fall2016 Course and Contact Information Instructor: Dr.

More information

no 4.63 Syllabus System effect from

no 4.63 Syllabus System effect from AC 27/2/13 Item no 4.63 UNIVERSITY OF MUMBAI University of Mumbai S.Y. B.Sc. Computer Science Syllabus Credit, Grade and Semester System Syllabus for the V and VI Semester Program: B.Sc. Course: Computer

More information

Syllabus Under Autonomy Mathematics

Syllabus Under Autonomy Mathematics Syllabus Under Autonomy Mathematics Semester VI Course: Applied Component(Paper-I) [25 Lectures] Computer Programming and System Analysis(Java Programming & Networking) Learning Objectives:- To learn about

More information

Textbook(s) and other required material: Raghu Ramakrishnan & Johannes Gehrke, Database Management Systems, Third edition, McGraw Hill, 2003.

Textbook(s) and other required material: Raghu Ramakrishnan & Johannes Gehrke, Database Management Systems, Third edition, McGraw Hill, 2003. Elective course in Computer Science University of Macau Faculty of Science and Technology Department of Computer and Information Science SFTW371 Database Systems II Syllabus 1 st Semester 2013/2014 Part

More information

Syllabus of Diploma Engineering. Computer Engineering. Semester: II. Subject Name: Computer Programming. Subject Code: 09CE1104

Syllabus of Diploma Engineering. Computer Engineering. Semester: II. Subject Name: Computer Programming. Subject Code: 09CE1104 Semester: II Subject Name: Computer Programming Subject Code: 09CE1104 Objective: This Course will help to develop programming skills in the students, using a structured programming language `C'. Students

More information

Syllabi & Scheme of Examination BCA-2 nd Year. Website:-

Syllabi & Scheme of Examination BCA-2 nd Year. Website:- Syllabi & Scheme of Examination BCA-2 nd Year Website:- www.cdlu.ac.in SCHEME OF EXMINATION University Centre for Distance Learning BCA - II Paper Code Course Nomenclature Ext. Inter. Min. Pass Time Ass.

More information

Study (s) Degree Center Acad. Period

Study (s) Degree Center Acad. Period COURSE DATA Data Subject Code 34675 Name Database Management Cycle Grade ECTS Credits 6.0 Academic year 2016-2017 Study (s) Degree Center Acad. Period year 1400 - Grado de Ingeniería Informática SCHOOL

More information

Course Title: Introduction to Database Management System Course Code: CSIT116 Course Level: UG Course Credits:04 L T P/ S SW/F W

Course Title: Introduction to Database Management System Course Code: CSIT116 Course Level: UG Course Credits:04 L T P/ S SW/F W Course Title: Introduction to Database Management System Course Code: CSIT116 Course Level: UG Course Credits:04 Course Objectives: The objectives of this course is to: To expose the students to the fundamentals

More information

Course Design Document: IS202 Data Management. Version 4.5

Course Design Document: IS202 Data Management. Version 4.5 Course Design Document: IS202 Data Management Version 4.5 Friday, October 1, 2010 Table of Content 1. Versions History... 4 2. Overview of the Data Management... 5 3. Output and Assessment Summary... 6

More information

MAHARAJA KRISHNAKUMARSINHJI BHAVNAGAR UNIVERSITY NAAC Accreditation Grade B (With effect from Academic Year: )

MAHARAJA KRISHNAKUMARSINHJI BHAVNAGAR UNIVERSITY NAAC Accreditation Grade B (With effect from Academic Year: ) BACHELOR OF COMPUTER APPLICATIONS (B.C.A.) Structure for B.C.A. CBCS Programme Semester-III (SY) COURSE NO. COURSE TYPE SUBJECT CREDIT BCA-EC-301 ELECTIVE 02 BCA-FC-301 FOUNDATION 02 BCA-CC-301 CORE Operating

More information

Web Development & SEO (Summer Training Program) 4 Weeks/30 Days

Web Development & SEO (Summer Training Program) 4 Weeks/30 Days (Summer Training Program) 4 Weeks/30 Days PRESENTED BY RoboSpecies Technologies Pvt. Ltd. Office: D-66, First Floor, Sector- 07, Noida, UP Contact us: Email: stp@robospecies.com Website: www.robospecies.com

More information

Object Oriented Programming

Object Oriented Programming Object Oriented Programming Course Title: Object Oriented Programming Full Marks: 60 20 20 Course No: CSC161 Pass Marks: 24 8 8 Nature of Course: Theory Lab Credit Hrs: 3 Semester: II Course Description:

More information

Govt. of Karnataka, Department of Technical Education Diploma in Computer Science & Engineering. Fifth Semester. Subject: Web Programming

Govt. of Karnataka, Department of Technical Education Diploma in Computer Science & Engineering. Fifth Semester. Subject: Web Programming Govt. of Karnataka, Department of Technical Education Diploma in Computer Science & Engineering Fifth Semester Subject: Web Programming Contact Hrs / week: 4 Total hrs: 64 Table of Contents SN Content

More information

B. V. Patel Institute of Business Management, Computer and Information Technology, UTU

B. V. Patel Institute of Business Management, Computer and Information Technology, UTU B.C.A. 2 nd Semester Teaching Schedule Course: 030010209- CC5 Relational DBMS Objective: To provide fundamentals of transaction processing and concurrency control as well as to develop skills of procedural

More information

Beijing Jiaotong University CS-23: C++ Programming Summer, 2019 Course Syllabus

Beijing Jiaotong University CS-23: C++ Programming Summer, 2019 Course Syllabus Beijing Jiaotong University CS-23: C++ Programming Summer, 2019 Course Syllabus Course Personnel: Instructor Name: Jovan Ilić Office: TBD Phone: TBD e-mail: TBD Teaching Assistants Name: TBD Office: TBD

More information

Oracle Database 10g: Introduction to SQL

Oracle Database 10g: Introduction to SQL ORACLE UNIVERSITY CONTACT US: 00 9714 390 9000 Oracle Database 10g: Introduction to SQL Duration: 5 Days What you will learn This course offers students an introduction to Oracle Database 10g database

More information

PARUL UNIVERSITY - FACULTY OF IT & COMPUTER SCIENCE

PARUL UNIVERSITY - FACULTY OF IT & COMPUTER SCIENCE PARUL UNIVERSITY - FACULTY OF IT & COMPUTER SCIENCE Department of Computer Application SYLLABUS FOR 4th Sem BCA PROGRAMME Core Java (05101255) Type of Course:BCA Prerequisite: Basic Knowledge of Object

More information

Oracle Syllabus Course code-r10605 SQL

Oracle Syllabus Course code-r10605 SQL Oracle Syllabus Course code-r10605 SQL Writing Basic SQL SELECT Statements Basic SELECT Statement Selecting All Columns Selecting Specific Columns Writing SQL Statements Column Heading Defaults Arithmetic

More information

Syllabus for Bachelor of Technology. Computer Engineering. Subject Code: 01CE1303. B.Tech. Year - II

Syllabus for Bachelor of Technology. Computer Engineering. Subject Code: 01CE1303. B.Tech. Year - II Subject Code: 01CE1303 Subject Name: Object Oriented Design and Programming B.Tech. Year - II Objective: The objectives of the course are to have students identify and practice the object-oriented programming

More information

Programming for Problem Solving 105A L T P Credit Major Minor Total Time

Programming for Problem Solving 105A L T P Credit Major Minor Total Time ES- Programming for Problem Solving 105A L T P Credit Major Minor Total Time Test Test 3 - - 3 75 25 100 3h Purpose To familiarize the students with the basics of Computer System and C Programming Course

More information

Diploma in Android Programming (DAP)

Diploma in Android Programming (DAP) Diploma in Android Programming (DAP) Duration: 01 Year Total credit: 32 1 st Semester (DAP) Theory Course Course Title (T-L-P) Credit Code CSP-80 Operating Systems T 04 CSP-45 Programing in JAVA T 04 CSP-46

More information

Syllabus For F. Y. B. Sc. Semester 1 Core Paper No.: 102 Core Paper Title: Programming in C I 1. Algorithm & Flowcharting 2. Programming Languages & S

Syllabus For F. Y. B. Sc. Semester 1 Core Paper No.: 102 Core Paper Title: Programming in C I 1. Algorithm & Flowcharting 2. Programming Languages & S Syllabus For F. Y. B. Sc. Semester 1 Core Paper No.: 101 Core Paper Title: Fundamentals of Computer I 1. Computer Fundamentals 1.1. History, Characteristics and Generation of Computers. 1.2. Classification

More information

Tilak Maharashtra University Bachelor of Computer Applications (BCA) Second Year BCA 321- C++ Examination 1

Tilak Maharashtra University Bachelor of Computer Applications (BCA) Second Year BCA 321- C++ Examination 1 Tilak Maharashtra University Bachelor of Computer Applications (BCA) Second Year BCA 321- C++ Examination 1 INTRODUCTION C++ programming Basic Object Oriented programming, Characteristics, Advantages of

More information

SCHEME OF EXAMINATION FOR MASTER OF COMPUTER APPLICATIONS (MCA)

SCHEME OF EXAMINATION FOR MASTER OF COMPUTER APPLICATIONS (MCA) SCHEME OF EXAMINATION FOR MASTER OF COMPUTER APPLICATIONS (MCA) Semester III Paper Title of the Paper Duration Maximum Marks Total No. Of Exam Theory Sessional* MCA-301 Data Base Systems 3 Hours 80 20

More information

ADMINISTRATIVE MANAGEMENT COLLEGE

ADMINISTRATIVE MANAGEMENT COLLEGE First Semester ADMINISTRATIVE MANAGEMENT COLLEGE BACHELOR OF COMPUTER APPLICATION COURSE OUTCOME (CO) Problem solving techniques Using C CO 1: Understand the basic concepts of programming, software and

More information

Proposed Syllabus for F.Y.B.Sc.( Computer Science) North Maharashtra University, Jalgaon. F.Y.B.Sc.( Computer Science) (w.e.f.

Proposed Syllabus for F.Y.B.Sc.( Computer Science) North Maharashtra University, Jalgaon. F.Y.B.Sc.( Computer Science) (w.e.f. Proposed Syllabus for F.Y.B.Sc.( Computer Science) North Maharashtra University, Jalgaon F.Y.B.Sc.( Computer Science) (w.e.f. June-2015) Scheme Details Examination Pattern : 40 Internal : 60 External Periods

More information

SYLLABUS. Departmental Syllabus. Structured Query Language (SQL)

SYLLABUS. Departmental Syllabus. Structured Query Language (SQL) SYLLABUS DATE OF LAST REVIEW: 02/2013 CIP CODE: 11.0901 SEMESTER: COURSE TITLE: COURSE NUMBER: Structured Query Language (SQL) CIST0151 CREDIT HOURS: 3 INSTRUCTOR: OFFICE LOCATION: OFFICE HOURS: TELEPHONE:

More information

Government of Karnataka Department of Technical Education Bengaluru

Government of Karnataka Department of Technical Education Bengaluru Government of Karnataka Department of Technical Education Bengaluru CIE- 25 Marks Course Title: OOP With Java Scheme (L:T:P) : 4:0:0 Total Contact Hours: 52 Type of Course: Lectures, Self Study & Student

More information

VEER NARMAD SOUTH GUJARAT UNIVERSITY SURAT Bachelor of Computer Application

VEER NARMAD SOUTH GUJARAT UNIVERSITY SURAT Bachelor of Computer Application VEER NARMAD SOUTH GUJARAT UNIVERSITY SURAT Bachelor of Computer Application Program Structure Semester-wise break up for the courses is given below: SEMESTER - 3 Course Code Title Teaching per week Course

More information

SCHEME OF EXAMINATION FOR B.Sc.(COMPUTER SCIENCE) SEMESTER SYSTEM (Regular Course) w.e.f Scheme for B.Sc.-I. Semester-I. Internal Assessment

SCHEME OF EXAMINATION FOR B.Sc.(COMPUTER SCIENCE) SEMESTER SYSTEM (Regular Course) w.e.f Scheme for B.Sc.-I. Semester-I. Internal Assessment SCHEME OF EXAMINATION FOR B.Sc.(COMPUTER SCIENCE) SEMESTER SYSTEM (Regular Course) w.e.f. 2013-14 Scheme for B.Sc.-I Sr. No. Paper 1 Paper-I Computer And Programming Fundamentals Semester-I Internal Assessment

More information

Database Processing. Fundamentals, Design, and Implementation. Global Edition

Database Processing. Fundamentals, Design, and Implementation. Global Edition Database Processing Fundamentals, Design, and Implementation 14th Edition Global Edition Database Processing: Fundamentals, Design, and Implementation, Global Edition Table of Contents Cover Title Page

More information

San José State University Computer Science Department CS157A: Introduction to Database Management Systems Sections 5 and 6, Fall 2015

San José State University Computer Science Department CS157A: Introduction to Database Management Systems Sections 5 and 6, Fall 2015 San José State University Computer Science Department CS157A: Introduction to Database Management Systems Sections 5 and 6, Fall 2015 Course and Contact Information Instructor: Ron Gutman Office Location:

More information