OOP with Java Lab COMPUTER SCIENCE 3RD SEMESTER SYLLABUS AND QUESTION PAPER
OOP with Java Lab COMPUTER SCIENCE 3RD SEMESTER SYLLABUS AND QUESTION PAPER
C |
Course Title: OOP with Java Lab |
||
Scheme (L:T:P) : 0:2:4 |
Total Contact Hours: 78 |
Course Code: 15CS46P |
|
Type
of Course: Tutorial and Practical’s |
Credit :03 |
Core/
Elective: Core |
|
CIE- 25 Marks SEE-
50 Marks |
Course
Outcome |
Experiment linked |
CL |
Linked PO |
Teaching Hrs |
|
CO1 |
Create and use classes and
Objects. |
1 to 7 |
U, A |
2,3,4,8,10 |
30 |
CO2 |
Demonstrate the methods of String, String Buffer,
Vector and Wrapper Classes. |
8 to 10 |
U, A |
2,3,4,8,10 |
15 |
CO3 |
Implement
interfaces and inheritance. |
11 to 13 |
U, A |
2,3,4,8,10 |
15 |
CO4 |
Demonstrate the use of
packages. |
14 |
U, A |
2,3,4,8,10 |
6 |
CO5 |
Implement Multithreading concepts |
15 |
U, A |
2,3,4,8,10 |
6 |
CO6 |
Demonstrate programming techniques with
exception handling. |
16 |
U, A |
2,3,4,8,10 |
6 |
|
Total sessions |
78 |
Sl.No |
Practical/Exercise |
1 |
Write a Java Program to sort a list of names selection sort
technique. |
2 |
Write a Java Program to define a class, describe its constructor,
overload the Constructors and instantiate its object. |
3 |
Write a Java Program to define a class, define instance methods for
setting and Retrieving values of instance variables and instantiate its object. |
4 |
Write a Java Program to define a class, define instance methods and
overload them and use them for dynamic method invocation. |
5 |
Write a Java Program to demonstrate use of sub class. |
6 |
Write a Java Program to demonstrate use of nested class. |
7 |
Write a Java Program to implement array of objects. |
8 |
Write a Java program to practice - using String class and its methods. - using String Buffer class
and its methods. |
9 |
Write a Java Program to implement Vector class and its methods. |
10 |
Write a Java Program to implement Wrapper classes and their methods. |
11 |
Write a Java Program to implement inheritance and demonstrate use of
method overriding. |
12 |
Write a Java Program to implement multilevel inheritance by applying
various access controls to its data members and methods. |
13 |
Write a program to demonstrate - use of implementing
interfaces. - use of extending
interfaces. |
14 |
Write a Java program to implement the concept of importing classes
from user defined
package and creating packages. |
15 |
Write a program to implement the concept of threading. -by extending Thread Class -by implementing Runnable Interface |
16 |
Write a program to implement the concept of Exception Handling - using predefined
exception. - by creating user defined
exceptions. |
Method |
What |
To whom |
When/Where (Frequency in the course) |
Max Marks |
Evidence collected |
Course outcomes |
|
Direct Assessment |
|
|
|
Two tests |
|
|
|
|
|
|
(average of |
10 |
Blue books |
1 to 6 |
|
|
|
|
two tests) |
|
|
|
|
CIE |
|
|
Record |
10 |
Record |
|
|
(Continuous Internal
Evaluation) |
IA |
Students |
|
1 to 6 |
|||
Student
activity |
05 |
Report |
|||||
|
|
|
Total |
25 |
|
|
|
SEE |
|
|
|
|
|
||
(Semester End |
End Exam |
|
End of the course |
50 |
Answer scripts at BTE |
1 to 6 |
|
Examination) |
|
|
|
|
|
|
|
Indirect Assessment |
Student Feedback on course |
|
Middle of the course |
|
Feedback forms |
1,2,3 Delivery of course |
|
|
|
|
|
|
1 to 6 |
||
|
|
|
|
Effectiveness |
|||
|
Students |
|
|
of Delivery |
|||
End of Course Survey |
|
End of the course |
Questionnaires |
of instructions |
|||
|
|
|
|
& |
|||
|
|
|
|
Assessment |
|||
|
|
|
|
Methods |
*CIE – Continuous Internal Evaluation *SEE
– Semester End Examination
Note:
1.
I.A. test shall be conducted as per SEE scheme of valuation. However
obtained marks shall be reduced to 10 marks. Average marks of two tests
shall be rounded off to the next higher digit.
2.
Rubrics to be devised appropriately by the
concerned faculty to assess Student activities.
Questions for CIE and SEE will
be designed to evaluate the various educational components (Bloom’s taxonomy)
such as:
Sl. No |
Bloom’s Category |
% |
1 |
Remembrance |
10 |
2 |
Understanding |
30 |
3 |
Application |
60 |
Note to IA verifier: The
following documents to be verified by CIE verifier at the end of semester
1. Blue Book(10 marks)
2.
Record (10 marks)
3.
Student suggested activities report for 5 marks
4.
Student feedback on course regarding Effectiveness of Delivery of instructions
& Assessment Methods.
1 |
Writing two programs |
10+10=20 |
2 |
Executing any one program |
20 |
3 |
Viva Voice |
10 |
Total |
50 |
Sl. No. |
Equipment |
Quantity |
1 |
PC systems (latest configurations with speakers) |
20 |
2 |
Laser Printers |
01 |
3 |
Networking (Structured) with CAT 6e / wireless 24
Port switches / Wireless Router I/O Boxes for networking(as required) |
03 |
4 |
Broad Band Connection |
01 |
1 |
Write a Java Program to sort a list of names selection sort
technique. |
2 |
Write a Java Program to define a class, describe its constructor,
overload the Constructors and instantiate its object. |
3 |
Write a Java Program to define a class, define instance methods for
setting and Retrieving values of instance variables and instantiate its object. |
4 |
Write a Java Program to define a class, define instance methods and
overload them and use them for dynamic method invocation. |
5 |
Write a Java Program to demonstrate use of sub class. |
6 |
Write a Java Program to demonstrate use of nested class. |
7 |
Write a Java Program to implement array of objects. |
8 |
Write a Java program to practice - using String class and its methods. - using String Buffer class
and its methods. |
9 |
Write a Java Program to implement Vector class and its methods. |
10 |
Write a Java Program to implement Wrapper classes and their methods. |
11 |
Write a Java Program to implement inheritance and demonstrate use of
method overriding. |
12 |
Write a Java Program to implement multilevel inheritance by applying
various access controls to its data members and methods. |
13 |
Write a program to demonstrate - use of implementing
interfaces. - use of extending
interfaces. |
14 |
Write a Java program to implement the concept of importing classes
from user defined package and creating packages. |
15 |
Write a program to implement the concept of threading. -by extending Thread Class -by implementing Runnable Interface |
16 |
Write a program to implement the concept of Exception Handling - using predefined
exception. - by creating user defined
exceptions. |
Comments