ANNEXURE 13 CHOICE BASED CREDIT SYSTEM STRUCTURE FROM THE ACADEMIC YEAR B.Sc COMPUTER SCIENCE

Size: px
Start display at page:

Download "ANNEXURE 13 CHOICE BASED CREDIT SYSTEM STRUCTURE FROM THE ACADEMIC YEAR B.Sc COMPUTER SCIENCE"

Transcription

1 ANNEXURE 13 CHOICE BASED CREDIT SYSTEM STRUCTURE FROM THE ACADEMIC YEAR B.Sc COMPUTER SCIENCE SEM Part I Part II Part Part IV I Sem. I II Maths (30) Part V (6 th Hr) NCC/NSS/PED. Com.Eng ACC (6 th Hr) Comp.Lit SLC II Sem. I II Physics Maths SBE Elec. EVS (30) NCC/NSS/PED. Com.Eng Comp.Lit SLC Law & Society Sem. I II Maths NME (30) NCC/NSS/PED. Com.Eng Comp.Lit SLC Human Rights IV Sem. I II Maths NME (30) NCC/NSS/PED. Com.Eng Comp.Lit SLC Web Design V Sem. VI Sem. lab Elec. Elec. Elec. Project - SBE SBE Maj or SBE SBE Major Elec. W.S. Elec. VBE (30) (30) 180 Hrs Com.Eng Com.Eng Comp.Lit Comp.Lit Skill Devt Career Guidance Skill Devt Career Guidance SLC Major Client server computing I uage Tamil II uage English SBE Skill Based Electives SLC Self Learning Course EVS Environmental Studies W.S. Women Studies 431

2 CHOICE BASED CREDIT SYSTEM STRUCTURE FOR THOSE WHO HAVE JOINED FROM THE ACADEMIC YEAR ONWARDS B.Sc COMPUTER SCIENCE Sem Part Course Subject Hrs. 6 th Hr. Cr. Adl. Cr. Exam (Hrs) Marks Allotted Int. Ext. I. I Tamil I II. II English I Programming in C Digital Principles and Applications I C Programming Digital Electronics Practicals 3 Maths Discrete Paper I Mathematics V Extension activities Additional Courses NSS / NCC / PED 3 Communicative English I 2 Computer Literacy 1 I. I Tamil II II. II English II Object Oriented Programmming with C C++ Programming Phy Digital Electronics Practicals II Maths Discrete Paper II Mathematics IV V SBE I Computer Organisation EVS Environmental Studies Extension activities NSS / NCC / PED 3 Additional Courses Communicative English I Computer Literacy 1 SLC Law and Society

3 Sem Part Course Subject Hrs. 6 th Hr. Cr. Adl. Cr. Exam (Hrs) Marks Allotted Int Ext I. I Tamil II. II English Java Programming Java maths Linear Programming IV NME - I Fundamentals of Information Technology V Extension activities NSS / NCC / PED 3 Additional Courses CommunicativeEnglish II 2 Computer Literacy 1 SLC Human Rights I. I Tamil IV II. II English IV Operating Systems Web Design IV maths Numerical Analysis IV NME - II Introduction to HTML V Extension activities NSS / NCC* / PED* *40 75 *60 Additional Courses Communicative EnglishII Computer Literacy 1 SLC Web design

4 Sem Part Course Subject Hrs. 6th Hr. Cr. Adl. Cr. Exam (Hrs) Marks Allotted Int. Ext. Database Management System Data structures and Algorithms Client/Server Multimedia Elec. - I Multimedia and Its Applications V SBE - II Linux programming lab IV SBE - Visual Programming WS Women Studies CommunicativeEnglish 2 Additional Courses Computer Literacy 1 Skill Development Career Guidance 3 SLC Client\Server Computing Computer Netwroks Software Engineering Net *Elec. II Computer Graphics VI IV *Elec. - SBE - IV Project *Report;@Viva MAT LAB Programming (*30:@10) 60 (*50:@10) SBE - V Desk Top Publishing VBE Value Based Education CommunicativeEnglish Additional Courses Computer Literacy Skill Development Career Guidance TOTAL

5 B.Sc COMPUTER SCIENCE: Those Who Have Joined From The Academic Year Onwards Under CBCS System Subject JAVA PROGRAMMING Code: SEMESTER 6 Hrs/Week Credits 5 Objective: To educate students about java fundamentals, relationship with the internet and world wide web, Java s object-oriented features,advanced topics which are unique to java such as applet, graphics programming, interface etc. UNIT-I: Java History-Java features-simple java program-class declaration-java tokens-comments-java statements-jvm-implementing java program-command line arguments-constants,variables and data types-operators and expressions,mathematical functions. Decision making statements-simple if statements-if-else statements-nesting of if-else statements-else if ladder-switch statement-ternary operator-looping: looping statements-while,do,for loop statements. UNIT-II: Creation of class-objects and methods-defining a class-adding variables adding methods-creating objects-accessing class members- Constructors-Method overloading-overriding-static membersinheritance interface. UNIT-: Arrays-types-length-Strings: Strings manipulations-vector: Vector classes-wrapper class-enumerated types. Java API Packagessystem packages-creating and accessing user defined and system packages-managing errors and exceptions: types of errors-exceptionssyntax of exception handling code. UNIT-IV: Managing input/output files in java Stream I/O Byte stream class-character stream class creation of files-file handling in java- Multithreaded programming: Multithreads in java-thread class-life cycle of thread-thread exceptions-priority-synchronization. UNIT-V: Applet programming: Introduction Preparing to write Applets- Building Applet Code-Applet Life Cycle-Creating an executable Applet- Applet tag-running the Applet-Passing parameters to Applets- Displaying Numerical values-getting input from the user. 435

6 Graphics Programming: Introduction-The Graphics class-lines and rectangles-circles and Ellipse-Drawing Arcs-Drawing Polygons- Line graphs-using control loops in Applets-Drawing Bar charts. TEXT BOOK: 01.Balagurusamy E., Programming with JAVA, 4 th Edition, McGrawHill, New Delhi, REFERENCES: 01. Deitel H.M., and Deitel P.J., JAVA-How to program, Pearson Education, New Delhi, Herbert Schildt, Java 2 complete Reference, McGraw-Hill, New Delhi. 03. Patrick Naughton and Herbert Schildt, The Complete Reference java 2, 5 th edition, Tata McGraw Hill, New Delhi, JAVA LAB Code: SEMESTER 6 Hrs/Week Credits 5 Objectives: To educate students and to develop programming skills in the various java concepts. 01. A Simple Java program using class 02. A Java Program with Multiple Classes 03. Use of command Line arguments 04. Implementation of Decision Making and Branching 05. Application of Classes and Objects 06. Application of Constructors. 07. Implementation of Methods Overloading 08. Implementation of Single Inheritance 09. Implementation of Multilevel Inheritance 10. Illustration of method overriding 11. Using static members 12. Implementation of Interface. 13. Alphabetical ordering of Strings 14. Working with Vectors 15. Implementation of Package 16. Implementation of Exception Handling 17. Copying Characters from one file into another 18. Writing bytes to a file. 19. Reading bytes from a file 20. Simple Applet for getting inputs and displaying outputs 21. Simple Applet for drawing & filling different shapes REFERENCE: 01.Balagurusamy E., programming with Java, JAVA, 4 th Edition, McGrawHill, New Delhi,

7 Part IV FUNDAMENTALS OF INFORMATION TECHNOLOGY Non-Major Electives SEMESTER Code: Hrs/Week Credits 2 Objective: To emphasis the basic knowledge in Computer Technology with latest trends. UNIT-I: [6 Hrs] Number System: Introduction - Decimal number System - Binary Number System-1 s Complement-2 s complement- -Hexa Decimal Number System-Memory UNITs - RAM-ROM UNIT-II: [6 Hrs] Electronic-mail: Introduction-Why use ? How private is E- mail?-how works? -Names and Addresses-Mailling basics- -advantages and disadvantages. UNIT-: [6 Hrs] Input Devices: Introduction-Keyboard-Mouse-Joystick- Scanners-Digital Camera-Optical Mark Recognition(OMR) UNIT-IV: [6 Hrs] Output Devices: Introduction-Monitor-Classification of Monitor- Characteristics of a Monitor-VGA-Printer-Sound card s& Speakers UNIT-V: [6 Hrs] Internet and World Wide Web: Introduction-What s special about internet-internet access-internet Basics-Internet protocols-internet addressing-www-web pages and HTML-Web browsers. TEXT BOOK: 01. Alexis Leon, and Mathews Leon, Fundamentals of InformationTechnology, Leon Vikas Publications. UNIT I : chapter , 5.7, , UNIT II : - chapter , 22.7, 22.8, 22.9, UNIT : - chapter to 8.6 UNIT IV : chapter to 9.10 UNIT V : chapter to 21.2 REFERENCE: 01. Basandara S., Computers Today, Galgotia Publications 1 st edition Haryana,1999. Chapter: 22.13, 8, 9, Subject OPERATING SYSTEMS Code: SEMESTER IV 6 Hrs/Week Credits 5 Objective: To learn the evolution of Operating systems To study the operations performed by Operating System as a resource manager. To study computer security issues and Operating System tools. 437

8 UNIT-I: History of the operating system-what is an Operating System Different services of the Operating System-User s View of the Operating System GUI- The kernel - Booting. UNIT-II: Process Management Introduction - What is Process- Evolution of Multiprogramming-Context Switching Process State - Process State Transitions Process Control Block (PCB) Operations on a Process Create a Process kill a Process Block a Process Process Scheduling Scheduling Objectives concepts of Priority and Time Slice Scheduling Philosophies Scheduling Levels Scheduling Policies Multithreading. UNIT-: Process Synchoronization : The Producer consumer Problems Solutions to the Producer Consumer Problems Interrupt Disabling/Enabling Lock Flag Primitives for Mutual Exclusion Semaphores. Deadlock Graphical representation of a Deadlock Deadlock Prerequisites Deadlock Strategies. UNIT-IV: Memory Management Single contiguous Memory Management Fixed Portioned Memory Management Variable Partions Non contiguous Allocation Paging Segmentation Virtual Memory Management: Introduction Relocation and Address Translation Swapping. Information Management: Introduction- The File System I/O Management and Disk Scheduling.The Introduction CDROM. UNIT-V: Operating System : Security and Production: Security Threats Attacks on Security Computer worms-computer virus- Security Design Principles- Authentication Protection Mechanisms: Protection Frame Work Access Control List (ACL) Capability List-Data Encryption-Basic Concepts-Digital Signature. TEXT BOOK : 01. Achyut S.Godbole, Operating Systems, 3 rd Edition,Tata McGraw Hill, New Delhi,2010. UNIT I: Chapter to 1.5 Chapter 3 3.1,3.2,3.5,3.6,3.7,3.8 UNIT II: Chapter to 6.7,6.9 to 6.11, 6.14, 6.19, 6.20 UNIT : Chapter 7 7.1,7.2.1 to 7.2.3,7.2.8 Chapter to

9 UNIT IV: Chapter to 9.7, 9.9, to Chapter 4 4.1,4.2.1 to 4.2.3,4.2.7 to Chapter 5 5.1, 5.3, 5.4 UNIT V: Chapter to 10.3, 10.5 to 10.8, to , to REFERENCE: 01. Abraham Silverschatz,peter Galvin,Greek Gagne, Operating System Principles, John Willey Eastern Publication, WEB DESIGN LAB Code: SEMESTER IV 6 Hrs/Week Credits 5 Objective: To gain knowledge in client side scripting with the available tools in HTML and Java Script. HTML 01. To design a greeting card. 02. To design a web page with list of elements. 03. To design a web page with different forms of images. 04. To create a table with all possible attributes. 05. To design a web page with frames. 06. To design a website for a college. 07. To design a website for a fast food center. 08. To design a Bio-data form. 09. To design a website using image map. JAVA SCRIPT 10. To show an alert message 11. Script to display confirm message. 12. Script with event handlers. 13. Script to evaluate an expression. 14. Script using array. 15. Script to design an application form. 16. Script using check box. 17. Script using radio buttons. 18. Script for changing the images. 19. Script to display a web site for a shopping mall. Part IV INTRODUCTION TO HTML Non-Major Electives SEMESTER IV Code: Hrs/Week Credits 2 Objective : This course demonstrates an in-depth understanding of the tools and Web technologies necessary for business application design and development. UNIT-I: [6Hrs] Html basics Hyper Text Markup uage- Commonly used HTML tags- Titles and Footers. UNIT-II: [6Hrs] Text formatting Emphasizing material in a web page- Text styles- other text effects- types of lists. 439

10 UNIT : [6Hrs] Using the border attribute- using the Width and Height attribute- using the Align attribute using the Alt attribute-. UNIT-IV: [6Hrs] Tables introduction- using the Width and Border attribute using the Cell padding attribute Using the cell spacing attributes using Colspan and Rowspan attributes. UNIT-V: [6Hrs] Links images - introduction to frames-hyperlink-hrf-buttons. TEXT BOOK: 01.IVAN BAYROSS, Web Enabled commercial Application Development Using HTML, JavaScript, DHTML and PHP, BPB Publication,4 th revised edition 2010 UNIT I : chapter 2 UNIT II : - chapter 2,3 UNIT : - chapter 4 UNIT IV : chapter 5 UNIT V : chapter 6,7 REFERENCE: 01. Steven M.Schafer, HTML, XHTML and CSS, Fifth edition, Wiley India publication Self Learning Course-Major WEB DESIGN Code: SEMESTER IV Addl. Credits 4 Objectives: This course demonstrates an in-depth understanding of the tools and Web Design. UNIT I: Internet Basics: Basic Concepts Communicating on the internet. Internet Domains Internet Server Identities Establishing connectivity on the internet Client IP address A brief Overview of TCP/IP and its Services. UNIT II: Introduction to HTML: Hyper Text Markup uage Commonly used HTML Commands Text Formatting Text Styles Other text effects Lists: Types of Lists. UNIT : Adding Graphics to HTML Documents: Using the Border attribute using the width and Height Attribute. Using the ALIGN Attributes. Tables: Using the Width and Border Attribute, Using the CELL PADDING Attributes, Using the CELLSPACING Attributes, Using the 440

11 BGCOLOR Attributes, Using the COLSPAN and ROWSPAN Attributes Linking Documents Frames. UNIT IV: JavaScript: Writing JavaScript into HTML Building up JavaScript Syntax Basic Programming techniques, Operators and Expressions in JavaScript. UNIT V: JavaScript Programming Constructs Conditional Checking Super Controlled Endless Loops Functions in JavaScript Placing text in a Browser Dialog Boxes. TEXT BOOK: 01. Ivan Bayross, Web Enabled Commercial Applications Development using HTML, DHTML, Java Script, Perl CGI, BPB Publications, New Delhi (2 nd Edition) Unit I: Chapter 1(page number 5 to 18) Unit II: Chapter 2(page number 29 to 66) Unit : Chapter 3(page number 80 to 82, 99 to 106, 125 to 155, 163 to 166) Unit IV: Chapter 8(page number 299 to 308) Unit V: Chapter 8 (page number 309 to 330) REFERENCE: 01.Bob Breed love et al., Web Programming Unleased, BPB Publications, New Delhi. 441

12 B.Sc COMPUTER SCIENCE: Those who have joined from the Academic year onwards under CBCS System EVALUATION PATTERN Internal : 25 Marks External : 75 Marks INTERNAL: Test 20 (average of the better two of the three tests conducted) Assignment 5 Question Paper Pattern: INTERNAL Part A : 6 1 = 6 (Multiple Choice) Part B : 2 7 = 14 (Either /Or) Part C : 2/3 10= 20 *40 EXTERNAL Part A :10 1 = 10 (Multiple Choice) Part B : 5 7 = 35 (Either /Or) * Internal test mark 40 will be converted to 20. INTERNAL Part A : 3 1 = 3 (Multiple Choice) Part B : 1 7 = 7 (Either /Or) Part C : 1/2 10= SBE & NME Part C : 3/5 10 = 30 EXTERNAL 75 Part A :15 1 = 15 (Multiple Choice) Part B : 3/5 10 = 30 Part C : 2/4 15 = The Assignment Component of any one of the subjects (except Non-Major Electives and other Department Papers) in the and IV Semesters in UG COURSES (as decided by the Head of the Department on Rotation Basis) should be in the form of REPORT (as per the guidelines) on the HANDS ON EXPERIENCE GAINED by the students from their: Part-time job (or) Self-Employment (or) Making of Hand made Products (or) Survey on Marketing of goods and services (or) Maintenance and Servicing of Equipments (or) How things Work (or) Working Principles of Toys/gadgets. Models (or) Making of working Models using some Concepts Students should maintain a work diary which should be monitored by the course teacher guided by a Monitoring Committee of the concerned department. 442

CHOICE BASED CREDIT SYSTEM STRUCTURE FROM THE ACADEMIC YEAR B.Sc INFORMATION TECHNOLOGY

CHOICE BASED CREDIT SYSTEM STRUCTURE FROM THE ACADEMIC YEAR B.Sc INFORMATION TECHNOLOGY CHOICE BASED CREDIT SYSTEM STRUCTURE FROM THE ACADEMIC YEAR 201415 B.Sc INFORMATION TECHNOLOGY SEM Part I Part II Part III Part IV Part V (6 th Hr) ACC (6 th Hr) SLC I Sem. I II Lab IT (4) - - SBE Total

More information

Govt. of Karnataka, Department of Technical Education Diploma in Information Science & Engineering. Fifth Semester

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

More information

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

UNIVERSITY POLYTECHNIC B.I.T., MESRA, RANCHI. COURSE STRUCTURE (W.E.F Batch Students) (Total Unit 7.0) Sessional Unit Code. Theory Unit Course COURSE STRUCTURE (W.E.F. 2011 Batch Students) (Total Unit 7.0) Course Theory Unit Course Sessional Unit Code Code DCP 5001 Data Communication and 1.0 DCP 5002 Networking Lab. 0.5 Networking DCP 5003 Introduction

More information

CHOICE BASED CREDIT SYSTEM STRUCTURE FROM THE ACADEMIC YEAR B.Sc INFORMATION TECHNOLOGY

CHOICE BASED CREDIT SYSTEM STRUCTURE FROM THE ACADEMIC YEAR B.Sc INFORMATION TECHNOLOGY CHOICE BASED CREDIT SYSTEM STRUCTURE FROM THE ACADEMIC YEAR 2014 15 B.Sc INFORMATION TECHNOLOGY SEM Part I Part II Part III Part IV Part V (6 th Hr) ACC (6 th Hr) SLC I Sem. I Lang II Lang Lab Allied IT

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

CHOICE BASED CREDIT SYSTEM STRUCTURE FROM THE ACADEMIC YEAR B.C.A

CHOICE BASED CREDIT SYSTEM STRUCTURE FROM THE ACADEMIC YEAR B.C.A CHOICE BASED CREDIT SYSTEM STRUCTURE FROM THE ACADEMIC YEAR 201415 B.C.A SEM I Sem. Part I I Lang Part II II Lang (4) Lab (4 Part III Lab Allied Maths (4) SBE Part IV Total (30) Part V (6 th Hr) NCC/NSS/PED.

More information

PAPER I - INTRODUCTION TO INFORMATION TECHNOLOGY

PAPER I - INTRODUCTION TO INFORMATION TECHNOLOGY Annexure : 56 L SCAA : 29.02.2008 Bharathiar University Coimbatore 641046 P.G. Diploma in E-COMMERCE Offered through School of Distance Education, Bharathiar University From the Academic year 2007-2008

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

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

UNIVERSITY OF JAMMU, JAMMU. (Semester System)

UNIVERSITY OF JAMMU, JAMMU. (Semester System) UNIVERSITY OF JAMMU, JAMMU Syllabus of B.A./B.Sc. Computer Applications (Semester System) For the semester examinations to be held in the year 2016 onwards. This course shall be offered in BA/BSc programme

More information

SRM ARTS AND SCIENCE COLLEGE SRM NAGAR, KATTANKULATHUR

SRM ARTS AND SCIENCE COLLEGE SRM NAGAR, KATTANKULATHUR SRM ARTS AND SCIENCE COLLEGE SRM NAGAR, KATTANKULATHUR 603203 DEPARTMENT OF COMPUTER SCIENCE & APPLICATIONS QUESTION BANK (2017-2018) Course / Branch : M.Sc.,CST Semester / Year : EVEN / III Subject Name

More information

SRM INSTITUTE OF SCIENCE & TECHNOLOGY Faculty of Science and Humanities Department of Computer Science UNIT I - INTRODUCTION TO JAVA

SRM INSTITUTE OF SCIENCE & TECHNOLOGY Faculty of Science and Humanities Department of Computer Science UNIT I - INTRODUCTION TO JAVA SRM INSTITUTE OF SCIENCE & TECHNOLOGY Faculty of Science and Humanities Department of Computer Science Subject code : UCS15301 Subject Name : Java Programming Staff Name : S.P.ANGELIN CLARET No. of : 5

More information

3. Course Outlines: Specific Objectives Contents Teaching Hours understand the basic concept of java programing. 1. Introduction to Java Language

3. Course Outlines: Specific Objectives Contents Teaching Hours understand the basic concept of java programing. 1. Introduction to Java Language Course Title: Java Programming Course No. : ICT. Ed Level: M.Ed. Semester: First Nature of course: Theoretical + Practical Credit Hour: 3 hours Teaching Hour: 75 hours(45+30) 1. Course Description This

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

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

SCHEME OF COURSE WORK

SCHEME OF COURSE WORK SCHEME OF COURSE WORK Course Details: Course Title Object oriented programming through JAVA Course Code 15CT1109 L T P C : 3 0 0 3 Program: B.Tech. Specialization: Information Technology Semester IV Prerequisites

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

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

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

INSTITUTE OF AERONAUTICAL ENGINEERING (Autonomous) Dundigal, Hyderabad

INSTITUTE OF AERONAUTICAL ENGINEERING (Autonomous) Dundigal, Hyderabad INSTITUTE OF AERONAUTICAL ENGINEERING (Autonomous) Dundigal, Hyderabad - 500 043 Course Title Course Code Regulation COMPUTER SCIENCE AND ENGINEERING COURSE DESCRIPTION FORM JAVA PROGRAMMING A40503 R15-JNTUH

More information

1 PCA151C Data Structures Using C PCA152C Operating Systems PCA153C Introduction to Web Technologies

1 PCA151C Data Structures Using C PCA152C Operating Systems PCA153C Introduction to Web Technologies Sl. No. Subject code Basaveshwar Engineering College(Autonomous), Bagalkote Department of Computer Applications (MCA) Scheme and syllabus for I Semester MCA 2018-19 No. of hours per week Subject Lecture

More information

STATE COUNCIL OF EDUCATIONAL RESEARCH AND TRAINING TNCF DRAFT SYLLABUS. Operating Systems.

STATE COUNCIL OF EDUCATIONAL RESEARCH AND TRAINING TNCF DRAFT SYLLABUS.  Operating Systems. STATE COUNCIL OF EDUCATIONAL RESEARCH AND TRAINING TNCF 2017 - DRAFT SYLLABUS Subject :Computer Technology (Vocational and Science) Class : XI UNIT I TOPIC FUNDAMENTALS OF COMPUTERS CONTENT Introduction

More information

This page intentionally left blank

This page intentionally left blank This page intentionally left blank arting Out with Java: From Control Structures through Objects International Edition - PDF - PDF - PDF Cover Contents Preface Chapter 1 Introduction to Computers and Java

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

R. C. TECHNICAL INSTITUTE, AHMEDABAD COMPUTER ENGG. DEPARTMENT ASSIGNMENT 1

R. C. TECHNICAL INSTITUTE, AHMEDABAD COMPUTER ENGG. DEPARTMENT ASSIGNMENT 1 R. C. TECHNICAL INSTITUTE, AHMEDABAD COMPUTER ENGG. DEPARTMENT Sub:-CMTS Sem-5 th ASSIGNMENT 1 CHAPTER 1 1. Explain Generation of Computer in brief. 2. List out Components available on Motherboard. 3.

More information

P.G.D.C.A. EXAMINATION, 2009

P.G.D.C.A. EXAMINATION, 2009 P.G.D.C.A. EXAMINATION, 2009 ADVANCED DATABASE MANAGEMENT SYSTEM Time allowed: Three Hours Maximum Marks: 100 Attempt any five questions, selecting one question from each unit. All questions carry equal

More information

Avg. Of Test 1 and Test 2. Exam

Avg. Of Test 1 and Test 2. Exam Subject Code ECL303 Subject Code ECL303 Subject Name OOP using JAVA laboratory Subject Name OOP using JAVA laboratory Teaching Scheme Credits Assigned (Hrs.) Theory Practical Tutorial Theory TW/Pracs Tutorial

More information

Mathematics/Science Department Kirkwood Community College. Course Syllabus. Computer Science CSC142 1/10

Mathematics/Science Department Kirkwood Community College. Course Syllabus. Computer Science CSC142 1/10 Mathematics/Science Department Kirkwood Community College Course Syllabus Computer Science CSC142 Bob Driggs Dean Cate Sheller Instructor 1/10 Computer Science (CSC142) Course Description Introduces computer

More information

Teaching and Examination Scheme: PAPER HRS TH TU PR TH PR OR TW TOTAL

Teaching and Examination Scheme: PAPER HRS TH TU PR TH PR OR TW TOTAL Course Name : Computer Engineering Group Course Code : CO/CD/CM/CW/IF Semester : Fifth for CO/CM/CW/IF and Sixth for CD Subject Title : Operating System Subject Code : 17512 Teaching and Examination Scheme:

More information

1) Which of the following is an example of a programming language? 1) A) Microsoft Word B) English C) HTML D) Java

1) Which of the following is an example of a programming language? 1) A) Microsoft Word B) English C) HTML D) Java FALL 07-08 CIS105(CP105)/CE205 MIDTERM-2 EXAM /FACULTY OF ECON. &ADMIN. SCIENCES OF EUL Student Registration No: Instructor: Prof.Dr.Hüseyin Oğuz Student Name-Surname: Dept. of Computer Information Systems

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

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

DIABLO VALLEY COLLEGE CATALOG

DIABLO VALLEY COLLEGE CATALOG COMPUTER SCIENCE COMSC Despina Prapavessi, Dean Math and Computer Science Division Math Building, Room 267 The computer science department offers courses in three general areas, each targeted to serve

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

Designing for Web Using Markup Language and Style Sheets

Designing for Web Using Markup Language and Style Sheets Module Presenter s Manual Designing for Web Using Markup Language and Style Sheets Effective from: July 2014 Ver. 1.0 Amendment Record Version No. Effective Date Change Replaced Pages 1.0 July 2014 New

More information

SECOND YEAR III Paper I Applied Mathematics Paper II Microprocessors & Assembly Language Programming

SECOND YEAR III Paper I Applied Mathematics Paper II Microprocessors & Assembly Language Programming Sem Ins. hrs/ week Dur. CIA Marks Total Marks Credit M.Sc. Software Sys. (Colleges) 2010-11 revised Page 1 of 5 BHARATHIAR UNIVERSITY, COIMBATORE. M. Sc. SOFTWARE SYSTEM (Affiliated Colleges - Effective

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

Kingdom of Saudi Arabia Ministry of Higher Education College of Computer & Information Sciences Majmaah University. Course Profile

Kingdom of Saudi Arabia Ministry of Higher Education College of Computer & Information Sciences Majmaah University. Course Profile Kingdom of Saudi Arabia Ministry of Higher Education College of Computer & Information Sciences Majmaah University Course Profile Course Name:- Design and Web Programming Course Code:- CEN 300/CEN 218

More information

Page 1 of 7 SCAA Dt

Page 1 of 7 SCAA Dt Page 1 of 7 SCAA Dt. 06.02.2014 BHARATHIAR UNIVERSITY, COIMBATORE Br. I. (b). M.Sc. Mathematics (CA) (The curriculum is offered by the University Department under CBCS Pattern) (with effect from 2014-15

More information

Course Title III Allied Practical** IV Environmental Studies #

Course Title III Allied Practical** IV Environmental Studies # Part Ins. hrs / week Dur.Hr s. CIA Marks Total Marks Credit Page 1 of 5 BHARATHIAR UNIVERSITY,COIMBATORE-641 046 B.Sc. PHYSICS DEGREE COURSE SCHEME OF EXAMINATIONS (CBCS PATTERN) (For the students admitted

More information

Department of Computer Science and I.T. THE CURRICULUM SECOND YEAR

Department of Computer Science and I.T. THE CURRICULUM SECOND YEAR THE CURRICULUM The course structure that guides the teaching, practical and associated assessment of BCA programme is described year-wise in the following tables. SECOND YEAR CODE SUBJECT MARKS Internal

More information

POST GRADUATE DIPLOMA IN COMPUTER APPLICATIONS

POST GRADUATE DIPLOMA IN COMPUTER APPLICATIONS POST GRADUATE DIPLOMA IN COMPUTER APPLICATIONS SYLLABUS 2017 Under CHOICE BASED CREDIT SYSTEM Since 1951 PG & RESEARCH DEPARTMENT OF COMPUTER SCIENCE JAMAL MOHAMED COLLEGE (AUTONOMOUS) College with Potential

More information

Undergraduate Course Syllabus

Undergraduate Course Syllabus College of Software Engineering Undergraduate Course Syllabus Course ID 311016040 Course Name Introduction to Computer System Course Attribute Compulsory Selective Course Language English Chinese Credit

More information

Operating System(16MCA24)

Operating System(16MCA24) PESIT- Bangalore South Campus Hosur Road (1km Before Electronic city) Bangalore 560 100 Department of MCA COURSE INFORMATION SHEET Operating System(16MCA24) 1. GENERAL INFORMATION Academic Year: 2017 Semester(s):I

More information

Ministry of Higher Education and Scientific Research

Ministry of Higher Education and Scientific Research Morning Study Department of information technology Institute of Technical - Duhok. University of Polytechnic Duhok. Subject: Web Technology Course book for 2nd year. Lecturer s name: MSc. Ayman Nashwan

More information

Tennessee. Trade & Industrial Course Web Page Design II - Site Designer Standards. A Guide to Web Development Using Adobe Dreamweaver CS3 2009

Tennessee. Trade & Industrial Course Web Page Design II - Site Designer Standards. A Guide to Web Development Using Adobe Dreamweaver CS3 2009 Tennessee Trade & Industrial Course 655745 Web Page Design II - Site Designer Standards A Guide to Web Development Using Adobe Dreamweaver CS3 2009 ation Key SE Student Edition LE Learning Expectation

More information

NEW YORK CITY COLLEGE OF TECHNOLOGY/CUNY Computer Systems Technology Department

NEW YORK CITY COLLEGE OF TECHNOLOGY/CUNY Computer Systems Technology Department NEW YORK CITY COLLEGE OF TECHNOLOGY/CUNY Computer Systems Technology Department COURSE: CST1201 Programming Fundamentals (2 class hours, 2 lab hours, 3 credits) Course Description: This course is an intensive

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

COMPUTER INFORMATION SYSTEMS

COMPUTER INFORMATION SYSTEMS Computer Information Systems 1 COMPUTER INFORMATION SYSTEMS About the Program The department of Computer Information Systems (CIS) offers Associate in Science degrees and certificates in three major areas:

More information

IT6503 WEB PROGRAMMING. Unit-I

IT6503 WEB PROGRAMMING. Unit-I Department of Information Technology Question Bank- Odd Semester 2015-2016 IT6503 WEB PROGRAMMING Unit-I SCRIPTING 1. What is HTML? Write the format of HTML program. 2. Differentiate HTML and XHTML. 3.

More information

Web Site Development with HTML/JavaScrip

Web Site Development with HTML/JavaScrip Hands-On Web Site Development with HTML/JavaScrip Course Description This Hands-On Web programming course provides a thorough introduction to implementing a full-featured Web site on the Internet or corporate

More information

SECOND SEMESTER JAVA PROGRAMMING

SECOND SEMESTER JAVA PROGRAMMING PGDCA-210 SECOND SEMESTER JAVA PROGRAMMING (A) Instructions for the Paper setter: The question paper will consist of five sections: A, B, C, D a E. Sections A, B, C a D will have two questions from the

More information

CORE JAVA TRAINING COURSE CONTENT

CORE JAVA TRAINING COURSE CONTENT CORE JAVA TRAINING COURSE CONTENT SECTION 1 : INTRODUCTION Introduction about Programming Language Paradigms Why Java? Flavors of Java. Java Designing Goal. Role of Java Programmer in Industry Features

More information

MyProgram m i ng Lab. get with the programming. Through the power of practice and immediate personalized

MyProgram m i ng Lab. get with the programming. Through the power of practice and immediate personalized get with the programming Through the power of practice and immediate personalized feedback, MyProgrammingLab improves your performance. MyProgram m i ng Lab Learn more at www.myprogramminglab.com Preface

More information

Object Oriented Programming with Java. Unit-1

Object Oriented Programming with Java. Unit-1 CEB430 Object Oriented Programming with Java Unit-1 PART A 1. Define Object Oriented Programming. 2. Define Objects. 3. What are the features of Object oriented programming. 4. Define Encapsulation and

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

INSTITUTE OF TECHNOLOGY AND ADVANCED LEARNING SCHOOL OF APPLIED TECHNOLOGY COURSE OUTLINE ACADEMIC YEAR 2012/2013

INSTITUTE OF TECHNOLOGY AND ADVANCED LEARNING SCHOOL OF APPLIED TECHNOLOGY COURSE OUTLINE ACADEMIC YEAR 2012/2013 INSTITUTE OF TECHNOLOGY AND ADVANCED LEARNING SCHOOL OF APPLIED TECHNOLOGY COURSE OUTLINE ACADEMIC YEAR 2012/2013 COMPUTER AND NETWORK SUPPORT TECHNICIAN COURSE NUMBER: NEST 401 COURSE NAME: INTERNET SCRIPT

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

Punjab Technical University Bachelor in Mobile Computing & Internet Batch 2014 onwards. Semester Fourth

Punjab Technical University Bachelor in Mobile Computing & Internet Batch 2014 onwards. Semester Fourth Semester Fourth ADVANCE WEB DEVELOPMENT BMCI-401 SECTION-A Introduction to ASP.NET:.NET Framework (CLR, CLI, BCL), ASP.NET Basics, ASP.NET Page Structure, Page Life Cycle. Controls: HTML Server Controls,

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

The Information Technology Program (ITS) Contents What is Information Technology?... 2

The Information Technology Program (ITS) Contents What is Information Technology?... 2 The Information Technology Program (ITS) Contents What is Information Technology?... 2 Program Objectives... 2 ITS Program Major... 3 Web Design & Development Sequence... 3 The Senior Sequence... 3 ITS

More information

E-Shiksha Academy. Certified Website Designer & Developer

E-Shiksha Academy. Certified Website Designer & Developer E-Shiksha Academy Earn While You Learn... Certified Website Designer & Developer Certification At E-Shiksha Academy, our Web Design & Development program covers both the front end and back end development.

More information

3D Graphics Programming Mira Costa High School - Class Syllabus,

3D Graphics Programming Mira Costa High School - Class Syllabus, 3D Graphics Programming Mira Costa High School - Class Syllabus, 2009-2010 INSTRUCTOR: Mr. M. Williams COURSE GOALS and OBJECTIVES: 1 Learn the fundamentals of the Java language including data types and

More information

ощ 'ршорвшэш! цвн-эориэу ощ 'sajbpossv # PIPG DUJ 'ssjmoossv ^ PIPG pipa w н OX ЛЮН VAV

ощ 'ршорвшэш! цвн-эориэу ощ 'sajbpossv # PIPG DUJ 'ssjmoossv ^ PIPG pipa w н OX ЛЮН VAV ощ 'ршорвшэш! цвн-эориэу ощ 'sajbpossv # PIPG DUJ 'ssjmoossv ^ PIPG pipa w н OX ЛЮН VAV Contents Preface Chapter 1 1.1 1.2 1.3 1.4 1.5 1.6 1.7 1.8 1.9 1.10 1.11 1.12 1.13 1.14 1.15 1.16 1.17 1.18 1.19

More information

Oklahoma City Community College

Oklahoma City Community College Computer Science - Web Design and Development (AAS) Associate in Applied Science Minimum of 61 credit hours Creating and maintaining websites has become big business which means big opportunity for you

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

STRUCTURE AND SYLLABUS APPROVED IN THE BOARD OF STUDIES MEETING ON 2001 TO BE EFFECTIVE FROM THE ACADEMIC YEAR

STRUCTURE AND SYLLABUS APPROVED IN THE BOARD OF STUDIES MEETING ON 2001 TO BE EFFECTIVE FROM THE ACADEMIC YEAR STRUCTURE AND SYLLABUS APPROVED IN THE BOARD OF STUDIES MEETING ON 2001 TO BE EFFECTIVE FROM THE ACADEMIC YEAR 2000-2001. MCA II SEMESTER Scheme of Evaluation Max. Marks Min. Marks to pass L P C Int. Ext.

More information

Associate in Science, Computer Information Science

Associate in Science, Computer Information Science The (CIS) department provides training for those persons who plan to work within a technical, computer-centered environment. Because of the widespread use of computers in our society, employment opportunities

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

Course Contents/Syllabus: Weightage (%) Module I: Introduction to operating system: 15

Course Contents/Syllabus: Weightage (%) Module I: Introduction to operating system: 15 U T T A R P R A D E S H Course Title: Operating Systems Credit Units: 04 Course Level: UG Course Code: CSE202 L T P/ S SW/F W TOTAL CREDIT UNITS 2 1 2 0 4 Course Objectives: After successfully completing

More information

EL DORADO UNION HIGH SCHOOL DISTRICT Educational Services

EL DORADO UNION HIGH SCHOOL DISTRICT Educational Services Educational Services Course of Study Information Page Course Title: Web Page Authoring and Creation (Course #468) Rationale: A continuum of courses, including advanced classes in computer technology is

More information

PESIT Bangalore South Campus

PESIT Bangalore South Campus PESIT Bangalore South Campus 15CS45 : OBJECT ORIENTED CONCEPTS Faculty : Prof. Sajeevan K, Prof. Hanumanth Pujar Course Description: No of Sessions: 56 This course introduces computer programming using

More information

Advanced Web Programming (17MCA42)

Advanced Web Programming (17MCA42) PESIT- Bangalore South Campus Hosur Road (1km Before Electronic city) Bangalore 560 100 Department of MCA COURSE INFORMATION SHEET Advanced Web Programming (17MCA42) 1. GENERAL INFORMATION Academic Year:

More information

Introduction to the Internet and World Wide Web p. 1 The Evolution of the Internet p. 2 The Internet, Intranets, and Extranets p. 3 The Evolution of

Introduction to the Internet and World Wide Web p. 1 The Evolution of the Internet p. 2 The Internet, Intranets, and Extranets p. 3 The Evolution of Introduction to the Internet and World Wide Web p. 1 The Evolution of the Internet p. 2 The Internet, Intranets, and Extranets p. 3 The Evolution of the World Wide Web p. 3 Internet Standards and Coordination

More information

HUDSON VALLEY COMMUNITY COLLEGE TROY, NEW YORK COURSE OUTLINE

HUDSON VALLEY COMMUNITY COLLEGE TROY, NEW YORK COURSE OUTLINE ACADEMIC YEAR 2017-2018 HUDSON VALLEY COMMUNITY COLLEGE TROY, NEW YORK COURSE OUTLINE COURSE TITLE: Assembly Language And Computer Architecture COURSE SUBJECT AND NUMBER: CISS 280 DEPARTMENT: Computing

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

Web Foundations Series Internet Business Associate

Web Foundations Series Internet Business Associate Web Foundations Series Internet Business Associate Internet Business Associate prepares students to work effectively in today's business environment. In this course, you will learn about the tasks involved

More information

Credits Details of Sessional Marks ESM 5 (3-1- 2)

Credits Details of Sessional Marks ESM 5 (3-1- 2) OBJECT ORIENTED SYSTEM (ECS-204) Teacher Name: DR. PRABHAT VERMA Course Structure Sr. No. 2 Course Code ECS- 204 Course Name Object Oriented Systems Credits Details of Sessional Marks ESM 5 (3-1- 2) CT

More information

Course Code Course Name Theory Practical Tutorial Theory TW/Practical Tutorial Total. Internal assessment. End Sem. Exam. Avg.

Course Code Course Name Theory Practical Tutorial Theory TW/Practical Tutorial Total. Internal assessment. End Sem. Exam. Avg. Course Code Course Name Theory Practical Tutorial Theory TW/Practical Tutorial Total ITL304 Java Programming Lab -- 2+2* -- -- 2 -- 2 Examination Scheme Theory Marks Course Code Course Name Internal assessment

More information

CONTENTS. Chapter 1 Introduction and Evolution of Computer

CONTENTS. Chapter 1 Introduction and Evolution of Computer CONTENTS Chapter 1 Introduction and Evolution of Computer 1.1 Concept and Characteristics of Computer... 2 1.2 Application of Computers... 6 1.3 History of Computer... 8 Mechanical Calculating Era... 8

More information

This paper is not to be removed from the Examination Halls UNIVERSITY OF LONDON

This paper is not to be removed from the Examination Halls UNIVERSITY OF LONDON ~~IS1168 ZA d0 This paper is not to be removed from the Examination Halls UNIVERSITY OF LONDON IS1168 ZA BSc degrees and Diplomas for Graduates in Economics, Management, Finance and the Social Sciences,

More information

Java for Programmers Course (equivalent to SL 275) 36 Contact Hours

Java for Programmers Course (equivalent to SL 275) 36 Contact Hours Java for Programmers Course (equivalent to SL 275) 36 Contact Hours Course Overview This course teaches programmers the skills necessary to create Java programming system applications and satisfies the

More information

ACHARYA NAGARJUNA UNIVERSITY B.Sc., (ERP, Multimedia and Web Designing) CBCS from st Year 2nd Semester - E R P

ACHARYA NAGARJUNA UNIVERSITY B.Sc., (ERP, Multimedia and Web Designing) CBCS from st Year 2nd Semester - E R P 1 st Year 2nd Semester - E R P Paper 203 Accounting with Tally Unit I: Generating Basic Reports: Financial Statements, Accounting Books and Registers: - Cash Book, Bank Book, Purchase Register, Sales Register,

More information

Web Development IB PRECISION EXAMS

Web Development IB PRECISION EXAMS PRECISION EXAMS Web Development IB EXAM INFORMATION Items 53 Points 73 Prerequisites COMPUTER TECHNOLOGY Grade Level 10-12 Course Length ONE YEAR Career Cluster INFORMATION TECHNOLOGY Performance Standards

More information

COMPUTER AND INFORMATION TECHNOLOGY

COMPUTER AND INFORMATION TECHNOLOGY Computer and Information Technology 1 COMPUTER AND INFORMATION TECHNOLOGY Associate of Applied Science Degree IT Specialist Option Networking Option Programming Option Certificate of Completion - Important

More information

B.C.A Under CBCS with effect from Academic Year SRI VENKATESWARA UNIVERSITY, TIRUPATI B.C.A. SEMESTER II. Mid Sem Exam* Marks

B.C.A Under CBCS with effect from Academic Year SRI VENKATESWARA UNIVERSITY, TIRUPATI B.C.A. SEMESTER II. Mid Sem Exam* Marks SRI VENKATESWARA UNIVERSITY, TIRUPATI B.C.A. SEMESTER II S.no Course 1. First Language English 2. Information and Communication Technology (ICT) 1 3. Communication and Soft Skills (CSS)-1 4. Statistical

More information

Chapter 1 Getting Started with HTML 5 1. Chapter 2 Introduction to New Elements in HTML 5 21

Chapter 1 Getting Started with HTML 5 1. Chapter 2 Introduction to New Elements in HTML 5 21 Table of Contents Chapter 1 Getting Started with HTML 5 1 Introduction to HTML 5... 2 New API... 2 New Structure... 3 New Markup Elements and Attributes... 3 New Form Elements and Attributes... 4 Geolocation...

More information

Academic Programme: B.Sc. I Year. Computer Science (Optional) Hours. Fundamentals of Computer Hours.

Academic Programme: B.Sc. I Year. Computer Science (Optional) Hours. Fundamentals of Computer Hours. Swami Ramanand Teerth Marathwada University, Nanded B.Sc First Year Semester Pattern Computer Science (Optional) With Effect from 2009-10 Aims and Objectives: 1. To provide a professional level of competence

More information

VALLIAMMAI ENGINEERING COLLEGE

VALLIAMMAI ENGINEERING COLLEGE VALLIAMMAI ENGINEERING COLLEGE SRM Nagar, Kattankulathur 60 0 DEPARTMENT OF INFORMATION TECHNOLOGY QUESTION BANK III SEMESTER CS89- Object Oriented Programming Regulation 07 Academic Year 08 9 Prepared

More information

AC59/AT59/AC110/AT110 OPERATING SYSTEMS & SYSTEMS SOFTWARE DEC 2015

AC59/AT59/AC110/AT110 OPERATING SYSTEMS & SYSTEMS SOFTWARE DEC 2015 Q.2 a. Explain the following systems: (9) i. Batch processing systems ii. Time sharing systems iii. Real-time operating systems b. Draw the process state diagram. (3) c. What resources are used when a

More information

Name of subject: JAVA PROGRAMMING Subject code: Semester: V ASSIGNMENT 1

Name of subject: JAVA PROGRAMMING Subject code: Semester: V ASSIGNMENT 1 Name of subject: JAVA PROGRAMMING Subject code: 17515 Semester: V ASSIGNMENT 1 3 Marks Introduction to Java (16 Marks) 1. Write all primitive data types available in java with their storage size in bytes.

More information

INSTITUTE OF AERONAUTICAL ENGINEERING

INSTITUTE OF AERONAUTICAL ENGINEERING INSTITUTE OF AERONAUTICAL ENGINEERING (Autonomous) DUNDIGAL, YDERABAD -500 043 Course Title Course Code Regulation INFORMATION TECNOLOGY COURSE DESCRIPTION FORM JAVA PROGRAMMING A40503 R13 JNTU Course

More information

Programming the World Wide Web by Robert W. Sebesta

Programming the World Wide Web by Robert W. Sebesta Programming the World Wide Web by Robert W. Sebesta Tired Of Rpg/400, Jcl And The Like? Heres A Ticket Out Programming the World Wide Web by Robert Sebesta provides students with a comprehensive introduction

More information

Creating Web Pages with HTML-Level III Tutorials HTML 6.01

Creating Web Pages with HTML-Level III Tutorials HTML 6.01 Creating Web Pages with HTML-Levell Tutorials HTML 1.01 Tutorial 1 Developing a Basic Web Page Create a Web Page for Stephen DuM's Chemistry Classes Tutorial 2 Adding Hypertext Links to a Web Page Developing

More information

OPERATING SYSTEMS. COMS W1001 Introduction to Information Science. Boyi Xie

OPERATING SYSTEMS. COMS W1001 Introduction to Information Science. Boyi Xie 1 OPERATING SYSTEMS COMS W1001 Introduction to Information Science Boyi Xie 2 Announcement Homework 1 is available Grace days A total of 5 days for 5 HWs If all grace days have been used, 50% of the points

More information

INSTITUTE OF AERONAUTICAL ENGINEERING (Autonomous) Dundigal, Hyderabad

INSTITUTE OF AERONAUTICAL ENGINEERING (Autonomous) Dundigal, Hyderabad INSTITUTE OF AERONAUTICAL ENGINEERING (Autonomous) Dundigal, Hyderabad - 500 043 INFORMATION TECHNOLOGY TUTORIAL QUESTION BANK Course Name Course Code Class Branch : Web Technologies : ACS006 : B. Tech

More information

Computer Science. Computer Science 211. Degrees and Certificates Awarded. A.S. Computer Science Degree Requirements. Program Student Outcomes

Computer Science. Computer Science 211. Degrees and Certificates Awarded. A.S. Computer Science Degree Requirements. Program Student Outcomes Computer Science 211 Computer Science (See Computer Information Systems section for additional computer courses.) We are in the Computer Age. Virtually every occupation in the world today has an interface

More information

COWLEY COLLEGE & Area Vocational Technical School

COWLEY COLLEGE & Area Vocational Technical School COWLEY COLLEGE & Area Vocational Technical School COURSE PROCEDURE FOR JAVA PROGRAMMING CIS1868 3 Credit Hours Student Level: This course is open to students on the college level in either freshman or

More information

B.C.A. SECOND YEAR

B.C.A. SECOND YEAR B.C.A. SECOND YEAR CODE No. SUBJECT TITLE TEACHING PERIODS / WEEK Theory Practical MAXIMUM MARKS Theory / Practical (A) Internal Test Marks (B) TOTAL MARKS (A+B) DURATION OF EXAM. Hours SEMESTER 3: BCA.S3.1.

More information

Application Development in JAVA. Data Types, Variable, Comments & Operators. Part I: Core Java (J2SE) Getting Started

Application Development in JAVA. Data Types, Variable, Comments & Operators. Part I: Core Java (J2SE) Getting Started Application Development in JAVA Duration Lecture: Specialization x Hours Core Java (J2SE) & Advance Java (J2EE) Detailed Module Part I: Core Java (J2SE) Getting Started What is Java all about? Features

More information