You are on page 1of 5

INDEX

Advanced Database Techniques


SR.N
O
1.
2.

Program

3.
4.
5.
6.
7.

Introduction to Weka
a) ReplaceMissingValues
b) Discritize
c) PKIDiscritize
d) ADD attribute
e) ADD expression
Creation of .arff file
Association Rules
Study of Classification Technique
Saving and Loading Model
Creating Object Types

8.
9.
10.
11.
12.
13.
14.

Table of Objects
Manipulating Objects
Creating Object Views
Objects with Methods
VArray
Nested Tables
Referencing & DeReferencing Objects

15.
16.

Methods Overloading
OLAP
i. Ranking Functions
ii. Rank
iii. Dense_Rank
OLAP
a) Roll up
b) Cube
Partitioning
a) By Range
b) By Hash
c) By List

17.
18.

Page
No

Signatur
e

INDEX
PROGRAMMING WITH JAVA
SR.N
O
1.

2.
3.
4.
5.

6.

Program
Programs using Constructor and
Destructor
a) Program for Simple Constructor calling
b) Passing Objects as Arguments through
constructor calling
c) Demonstration of super constructor
d) Program on Data Abstraction
Creation of classes and use of
different types of
functions
Count the number of objects
created for a class
using static member function
Program on Interfaces
a) Ball Bounce Interface
Packages
a) Scope: Variable having Public Modifier
can be
accessed in the same package as well as
different package .
b) Scope: Variable having Default
modifier can be
accessed by subclass in the same
package only.
c) Scope: Variable having Protected
Modifier can be accessed in the subclass
of same package as well as different
package but only through inheritance.
d) Scope: Variable having Private
Modifier cannot be accessed outside the
scope of the class.
Method Overloading

Page
No

Signatur
e

7.
8.

9.

10.

11.

12.

13.
14.

a) Maximum of Two Numbers


Inheritance
a) Find area of Cylinder
Program Using IO Streams
a) Program using PipeStream classes
b) Object Serialization and Object
Deserialization
Program using files
a) Write onto the file and read from the
file
using Character Stream classes
Program using Exception Handling
Mechanism
a) TryCatchFinally Block
b) Program using Exception Handling
Mechanism
using throws clause
c) Program using Exception Handling
Mechanism
using throw clause
MultiThreading Programs
a) Threaded version of Bounce
b) Creating Threads By Implementing
Runnable
Interface
c) Program on Thread Interaction
Program using AWT
a) Demonstration of Event Delegation
Model
b) Anonymous class Applet
Program on Swings
a) Program on Swing : table
Program using JDBC
a) Demo Insert
b) Demo Result Set
c) Demo Select

INDEX
Object Oriented Design & Analysis with UML
SR.N
O
1.

2.

3.

4.

5.

Program
Draw a use case diagram for
a)Courseware Management System
b)ATM System
c)Order Processing System
Draw the activity diagram for
a)Courseware Management System
b)ATM System
c)Order Processing System
Draw the class diagram for
a)Courseware Management System
b)ATM System
c)Order Processing System
Draw the use Sequence diagram for
a)Courseware Management System
b)ATM System
c)Order Processing System
Draw the Collaboration diagram for
a)Courseware Management System

Page
No

Signatur
e

6.

7.

8.

9.

b)ATM System
c)Order Processing System
Draw the State Transition diagram for
a)Courseware Management System
b)ATM System
c)Order Processing System
Draw the Development diagram for
a)Courseware Management System
b)ATM System
c)Order Processing System
Draw the Package diagram for
a)Courseware Management System
b)ATM System
c)Order Processing System
Draw the Component diagram for
a)Courseware Management System
b)ATM System
c)Order Processing System

You might also like