(Answer any 10; Each question carries 5 marks)

Similar documents
Specialized Programme on Web Application Development using Open Source Tools

Specialized Programme on Web Application Development using Open Source Tools

ISI ACADEMY Web applications Programming Diploma using PHP& MySQL

IT6503 WEB PROGRAMMING. Unit-I

Java Application Developer Certificate Program Competencies

Databases What the Specification Says

DATABASE MANAGEMENT SYSTEMS. Question Bank:

COURSE SYLLABUS EDG 6931: Designing Integrated Media Environments 2 Educational Technology Program University of Florida

Web Design Specialist

Course Number: IAC-SOFT-WDAD Web Design and Application Development

Equipment Room Database and Web-Based Inventory Management

DIPLOMA IN WEBDEVELOPMENT

Customer Bank Account Management System Technical Specification Document

Outline. CIW Web Design Specialist. Course Content

TEACHING AND EXAMINATION SCHEME FOR

Java (12 Weeks) Introduction to Java Programming Language

WEB DEVELOPMENT IA & IB (893 & 894)

KITES TECHNOLOGY COURSE MODULE (C, C++, DS)

Web Development in Java

PG DAC. Syllabus. Content. Eligibility Criteria

Skills for Employment Investment Project (SEIP)

Database Programming with PL/SQL: Learning Objectives

LAMP [Linux. Apache. MySQL. PHP] Industrial Implementations Module Description

COMMUNITY COLLEGE OF CITY UNIVERSITY CITY UNIVERSITY OF HONG KONG

Nintex Forms 2013 Help

10CS73:Web Programming

INTERNET PROGRAMMING AND DEVELOPMENT AEC LEA.BN Course Descriptions & Outcome Competency

Web Application diploma using.net Technology

B.Sc. (Computer Science) First Year

Java SE 8 Programming

Certified PHP/MySQL Web Developer Course

Software Development Interactief Centrum voor gerichte Training en Studie Edisonweg 14c, 1821 BN Alkmaar T:

Oracle Forms Developer 10g: Build Internet Applications

LAMBDA CONSULTING GROUP Legendary Academy of Management & Business Development Advisories

Class XII (Theory) C++

Computer Information Systems (CIS)

Business Application Services Testing

Java SE 7 Programming

Teacher Assessment Blueprint. Web Design. Test Code: 5934 / Version: 01. Copyright 2013 NOCTI. All Rights Reserved.

Oracle Database 10g: Introduction to SQL

Scheme G. Sample Test Paper-I

Enduring Understandings: Web Page Design is a skill that grows and develops throughout the careful planning and study of software and design.

Job Ready Assessment Blueprint. Web Design. Test Code: 2750 / Version: 01. Copyright All Rights Reserved.

DBMS Questions. 3.) For which two constraints are indexes created when the constraint is added?

IT2305 Database Systems I (Compulsory)

Advanced Higher Computing. Computer Networks. Homework Sheets

Chapter 1 Programming Languages for Web Applications

Fundamentals of Web Design (One Semester)

Core Syllabus. Version 2.6 B BUILD KNOWLEDGE AREA: DEVELOPMENT AND IMPLEMENTATION OF INFORMATION SYSTEMS. June 2006

Programming in HTML5 with JavaScript and CSS3

Course Name: Course in JSP Course Code: P5

SUBJECT CODE : 4074 PERIODS/WEEK : 4 PERIODS/ SEMESTER : 72 CREDIT : 4 TIME SCHEDULE UNIT TOPIC PERIODS 1. INTERNET FUNDAMENTALS & HTML Test 1

Example. Represent this as XML

MBARI Deep Sea Guide: Designing a web interface that represents information about the Monterey Bay deep-sea world.

Interactive Data Visualization for the Web Scott Murray

Course Information Course Number: IWT 1229 Course Name: Web Development and Design Foundation

1. Obligatory Courses: (15) Credit Hours as follows: Course No.

Java EE Web Development Course Program

Web-Based Information Systems

BCA 421- Java. Tilak Maharashtra University. Bachelor of Computer Applications (BCA) 1. The Genesis of Java

PHP Code Design. The data structure of a relational database can be represented with a Data Model diagram, also called an Entity-Relation diagram.

Programming and Software Development (PSD)

High Level Design Distributed Network Traffic Controller

BCS2B02: OOP Concepts and Data Structures Using C++

Course Structure of Three Year Degree B.A Programme in Computer Application under Semester System of Dibrugarh University (General Programme)

Japan Communication India Skill Development Center

CSCI110: Examination information.

alternative solutions, including: STRONG SECURITY for managing these security concerns. PLATFORM CHOICE LOW TOTAL COST OF OWNERSHIP

Financial Management System

Obtain Professional Master of Computing From EIC in London

IT3503 Web Development Techniques (Optional)

601/8498/X IAO Level 3 Certificate in Web Design and Development (RQF)

MSc Information Technology - E521

THE BCS PROFESSIONAL EXAMINATIONS Diploma. April 2006 EXAMINERS REPORT. Systems Design

VALLIAMMAI ENGNIEERING COLLEGE SRM Nagar, Kattankulathur

Oct 15, Internet : the vast collection of interconnected networks that all use the TCP/IP protocols

ANDROID TRAINING COURSE MODULES. Module-I: Introduction to Android. Introducing Android. Installing Development Tools. Using the Emulator.

12 File and Database Concepts 13 File and Database Concepts A many-to-many relationship means that one record in a particular record type can be relat

ABB solar inverters. User s manual ABB Remote monitoring portal

Facebook Twitter YouTube Google Plus Website

TIME SCHEDULE OBJECTIVES

IT2304: Database Systems 1 (DBS 1)

Annex E - Capability Building Policy

WEB DESIGN COURSE CONTENT

WEB DEVELOPMENT COURSE (PHP/ MYSQL)

Oracle Database: SQL and PL/SQL Fundamentals

Japan Communication India Skill Development Center

Taleo Enterprise. Career Section Branding Definition. Version 7.5

GUJARAT TECHNOLOGICAL UNIVERSITY, AHMEDABAD, GUJARAT. COURSE CURRICULUM COURSE TITLE: DATABASE MANAGEMENT (Code: ) Information Technology

Short notes on webpage programming languages

SAULT COLLEGE OF APPLIED ARTS AND TECHNOLOGY SAULT STE. MARIE, ONTARIO COURSE OUTLINE

CS506 Web Design and Development Solved Online Quiz No. 01

Web Pages. Static Web Pages SHTML

Cyber Security Certificate

Java SE 7 Programming

Java SE 7 Programming

WEB& WEBSITE DESIGN TRAINING

CACHÉ: FLEXIBLE, HIGH-PERFORMANCE PERSISTENCE FOR JAVA APPLICATIONS

Transcription:

Name:.... Register No:.. UNIVERSITY OF CALICUT Information Technology Mission Model Question Paper Second Semester Diploma in Information Technology Examination 2013 DIT2C05 Object Oriented Programming with Java (With effect from 2012 Admission) Time: 3 Hours Total Marks: 100 Part A (Answer any 10; Each question carries 3 marks) 1. State any four features of Java. 2. Define object. 3. What is abstraction? 4. What do you understand by Byte code? 5. What is state and behavior of an object? 6. What is the difference between a constructor and a method? 7. What is an abstract class? 8. What is modularity? 9. Differentiate between applet and application. 10. Define Interface. Give the general structure of Interface 11. What is the difference between final, finally and finalize? 12. Why java is called a true object oriented language? 13. What is a thread in Java? 14. What is JVM? 15. Explain AWT? Part B (Answer any 10; Each question carries 5 marks) 16. Explain polymorphism using examples. 17. Explain, why Java is called as true object oriented language? 18. Illustrate with example the use of switch case statement. 19. What is constructor? Demonstrate the use of parameterized constructor with a suitable example. 20. What are different types of operators? Explain. 1

21. Explain different types of message passing mechanism? 22. What is difference between array and vector? 23. What is package? How to create it? Explain with suitable example. 24. Explain applet life cycle. 25. What is difference between overloading and overriding methods? 26. What is multi threading? Explain with suitable example. 27. What is Exception? Give different types of exceptions that could occur during runtime. 28. Describe any four methods from graphics class. 29. How multiple inheritance is implemented in java? Explain. 30. Write a simple applet program which displays message Welcome to Java. Part C (Answer any 2; Each question carries 10 marks) 31. Briefly explain Object Oriented Programming Concepts. 32. What are different types of inheritance supported by Java? Explain using examples. 33. What are decision making statements in java? Explain. 34. Explain JDBC. ************* 2

Name:.... Register No:.. UNIVERSITY OF CALICUT Information Technology Mission Model Question Paper Second Semester Diploma in Information Technology Examination 2013 DIT2C06 Principles of DBMS (With effect from 2012 Admission) Time: 3 Hours Total Marks: 100 Part A (Answer any 10; Each question carries 3 marks) 15. Define database system? 16. What are the advantages of DBMS over file processing system? 17. What are different components of DBMS? 18. What is Relational data model? 19. What are tuples? 20. What are keys? 21. Define - (i) Primary key (ii) Candidate key 22. What does a null represent? 23. Explain entity and entity set? 24. What are the three levels of data abstraction? 25. What is data independence? 26. Write a note on DDL. 27. What are different data types in SQL? 28. What is fully functional dependency? 29. Describe date and time functions? 3

Part B (Answer any 10; Each question carries 5 marks) 30. What is relational model? Explain attributes and domains. 31. Compare network and hierarchical model. 32. Explain ER diagram using an example. 33. Explain DML. 34. Describe what attributes represent in an ER model? Provide examples of simple, composite, single-value, multi-value, and derived attributes. 35. Write a note on SQL? 36. What are different data types of SQL? Explain with example 37. What are Views? How can we define a View? 38. What is functional dependency? explain. 39. Explain renaming and dropping of tables. 40. What are SQL operators? explain. 41. Explain Select commands in SQL. 42. Explain about SQL functions? 43. Explain Group by in SQL with example. 44. Describe different clauses in SQL. 45. Explain Reports in SQL. Part C (Answer any 2; Each question carries 10 marks) 46. Explain Entity Relationship model using an example. 47. What is Normalization? Explain first, second and third normal forms using examples. 35. Explain SQL SELECT, INSERT and DELETE queries with examples. 36. Describe Join operations in SQL using examples. ************* 4

Name:.... Register No:.. UNIVERSITY OF CALICUT Information Technology Mission Model Question Paper Second Semester Diploma in Information Technology Examination 2013 DIT2C07 Web Programming (With effect from 2012 Admission) Time: 3 Hours Total Marks: 100 Part A (Answer any 10; Each question carries 3 marks) 30. Define Web servers and Web browsers. 31. What is Domain Name System? 32. How can we add an image to a HTML document? 33. Explain different types of lists in HTML. 34. What is Hyper Text Transfer Protocol? 35. What is Front Page? 36. What are styles? 37. What is CSS? 38. How can we change back ground color using style tag? 39. What is meant by padding in a box or table? 40. Which are the operators used in Javascript? 41. What are the arrays? 42. What are the objects in Javascript? 43. What is Search Engine? 48. Discuss the Dream Weaver. 5

Part B (Answer any 10; Each question carries 5 marks) 49. What is Internet? Explain different services provided by the Internet. 50. Explain Client Server Model. 51. What are attributes? Explain with example. 52. How can we link different pages in HTML? Explain. 53. What are internal and external links? 54. Explain the Table tags. 55. Explain Frames and Frameset. 56. Explain the features of HTML. 57. Explain the selectors with suitable example. 58. Explain the client side programming languages. 59. Discuss the uses of Javascript. 60. Explain the control structures in Javascript. 61. Discuss the Event handlers in Javascript. 62. What are SMTP, POP and IMAP? 33. Explain Document Object Model in Javascript. Part C (Answer any 2; Each question carries 10 marks) 34. Explain basic formatting tags with suitable example. 35. Explain different form controls in HTML with example. 36. Discuss the form validation in Javascript with suitable example. 37. Write short notes on tags, attributes, navigation link and frameset in HTML. ************* 6