Method of Assessment: Internal: Mid Semester Theory Examination (Pen Paper Test)
Method of Assessment: Internal: Mid Semester Theory Examination (Pen Paper Test)
1/6
else statement switch statement
Iteration Control Statement : for loop , while loop, do-
while loop, break, continue.
2/6
Learning Outcome Illustrate the concept of Data hiding 6 10
1 and Inheritance in Java.
4/6
Learning Outcome Experimenting with multithreading and 12 10
3 exception handling in Java.
Course Outcome - Apply Java I/O concepts for a given Teac Mark
4 problem h s
Hrs
5/6
into a file.
Write programs for buffering and concatenating files.
6/6
REFERENCE BOOKS:
S
Title & Publication Author
No
https://www.javatpoint.com/java-tutorial
5
6 https://docs.oracle.com/javase/tutorial/
7 https://www.javatpoint.com/java-networking
8 https://www.geeksforgeeks.org/java-networking/
7/6
CO LO
SCHEME FOR LEARNING Branch Code Course Code
RGPV (Diploma Wing ) Bhopal Code Code Format No. 4
OUTCOME
C/I 0 4 1 1
COURSE NAME JAVA PROGRAMMING
CO Description Apply basic programming constructs of Java language
LO Description Explain fundamentals and application Programming environment of Java
SCHEME OF STUDY
Teaching –
S. Description of T-L Teach Pract.
Learning Content Learning LRs Required Remarks
No. Process Hrs. /Tut Hrs.
Method
1 Features of Object oriented Interactive Teacher will explain 6 NIL Handouts, chalk
programming, difference between classroom the contents and board, PPT, text
object oriented and procedural oriented teaching, provide handouts to book, charts,
programming language, History, demonstration, students. Teacher video film.
Features, and applications of Java, Java quiz, will conduct
Editions, java environment (jdk, jde), assignments, assignments/
structure of java program (application tutorial quiz/tutorial to make
and applet), JVM (Java Virtual students practice
Machine), Execution process of java their knowledge.
programs (interpreter and compilation),
IDEs for java (netbean, eclipse)
SCHEME OF ASSESSMENT
S. Maximum External /
Method of Assessment Description of Assessment Resources Required
No. Marks Internal
Mid semester theory
1 examination Pen-Paper test/ Quiz/ MCQ 10 Test paper + Rating scale Internal
SCHEME OF ASSESSMENT
Maximum External /
S. No. Method of Assessment Description of Assessment Resources Required
Marks Internal
Students will be asked to install JDK on the
system and start writing simple java
Laboratory observation/ Observation schedule/check-list
1 programs and executing them on console. 10 Internal
Assignment/ viva /rating scales /rubrics
Afterwards students will install IDE like
eclipse and execute java programs through it.
ADDITIONAL INSTRUCTIONS FOR THE HOD/ FACULTY (IF ANY)
NIL
CO LO
SCHEME FOR LEARNING Branch Code Course Code
RGPV (Diploma Wing ) Bhopal Code Code Format No. 4
OUTCOME
C/I 0 4 1 4
COURSE NAME JAVA PROGRAMMING
CO Description Apply basic programming constructs of Java language
LO Description Develop programs using basic programming constructs in Java.
SCHEME OF STUDY
Teaching –
Description of T-L Pract.
S. No. Learning Content Learning Teach Hrs. LRs Required Remarks
Process /Tut Hrs.
Method
1 programming using Interactive lab Teacher will explain NIL 12 Handouts, chalk
branching statements-if, classroom the contents in board, PPT, text
if-else, if-elif, nested if- teaching, lab/class and provide book, charts, video
else statements, ternary demonstration, handouts to students. film.
operators, switch quiz, Teacher will conduct
statement assignments, assignments/
Programs using looping tutorial quiz/tutorial to make
constructs- for, while, students practice their
do-while constructs, knowledge.
break and continue
statements.
SCHEME OF ASSESSMENT
S. Maximum External /
Method of Assessment Description of Assessment Resources Required
No. Marks Internal
Students will be asked to write java code for
Laboratory observation given problem, compile and execute the code, Observation schedule/check-
1 10 External
and viva voce debug if bugs are found and create lab file list /rating scales /rubrics
attaching the code and output.
ADDITIONAL INSTRUCTIONS FOR THE HOD/ FACULTY (IF ANY)
NIL
CO LO
SCHEME FOR LEARNING Branch Code Course Code
RGPV (Diploma Wing ) Bhopal Code Code Format No. 4
OUTCOME
C/I 0 4 2 1
COURSE NAME JAVA PROGRAMMING
CO Description Apply the concept of Object Oriented Programming in Java.
LO Description Illustrate the concept of Data hiding and Inheritance in Java.
SCHEME OF STUDY
Teaching – Pract.
Description of T-L Teach
S. No. Learning Content Learning /Tut LRs Required Remarks
Process Hrs.
Method Hrs.
1 Data hiding concept - public, private Interactive Teacher will explain 06 NIL Handouts, chalk
access. classroom the contents and board, PPT, text
Inheritance: Concept of subclass and teaching, provide handouts to book, charts,
superclass, Types of Inheritance, Defining demonstration, students. Teacher will video film, lab
a subclass, subclass constructor, super quiz, conduct assignments/ manual.
keyword, Overriding Methods, Final assignments, quiz/tutorial to make
Variables & Methods, Final Classes, tutorial students practice their
Finalizer Methods, Protected access. knowledge.
SCHEME OF ASSESSMENT
Maximum External /
S. No. Method of Assessment Description of Assessment Resources Required
Marks Internal
LO Description Demonstrate Arrays, String, Wrapper classes, inbuilt and user defined Packages
SCHEME OF STUDY
Teaching –
S. Description of T-L Teach Pract. /Tut
Learning Content Learning LRs Required Remarks
No. Process Hrs. Hrs.
Method
1 1D, 2D and multidimensional Arrays in Interactive Teacher will explain 8 NIL Handouts, chalk
Java- Declaration, creation, initialization classroom the contents and board, PPT, text
and array length, variable size array, teaching, provide handouts to book, charts,
String class and its methods, StringBuffer demonstration, students. Teacher video film.
class and its methods, Wrapper classes, quiz, will conduct
methods of different wrapper classes and assignments, assignments/
their uses. tutorial quiz/tutorial to make
Introduction to Java API Packages, Using students practice
System Packages, Naming Conventions, their knowledge.
Creating Packages, Accessing a Package,
Using a Package, Adding a Class to a
Package, Hiding Classes, Static Import
SCHEME OF ASSESSMENT
S. Maximum External /
Method of Assessment Description of Assessment Resources Required
No. Marks Internal
Mid semester theory
1 Pen-Paper test/ Quiz/ MCQ 10 Test paper + Rating scale Internal
examination
ADDITIONAL INSTRUCTIONS FOR THE HOD/ FACULTY (IF ANY)
Part of Progressive II
CO LO
SCHEME FOR LEARNING Branch Code Course Code
RGPV (Diploma Wing ) Bhopal Code Code Format No. 4
OUTCOME
C/I 0 4 2 4
COURSE NAME JAVA PROGRAMMING
CO Description Apply the concept of Object Oriented Programming in Java.
LO Description Experimenting with object oriented features of Java, Arrays, String and Wrapper classes.
SCHEME OF STUDY
Teaching –
Teach Pract. /Tut
S. No. Learning Content Learning Description of T-L Process LRs Required Remarks
Hrs. Hrs.
Method
1 Write programs Interactive lab Teacher will explain the NIL 14 Handouts, chalk
demonstrating inheritance, classroom contents in lab/class and board, PPT, text
polymorphism and data teaching, provide handouts to book, charts,
hiding features of java, Write demonstration, students. Teacher will video film.
programs using arrays, strings quiz, conduct assignments/
and wrapper classes. assignments, quiz/tutorial to make
Create package containing tutorial students practice their
classes and interfaces knowledge.
SCHEME OF ASSESSMENT
Maximum External /
S. No. Method of Assessment Description of Assessment Resources Required
Marks Internal
SCHEME OF ASSESSMENT
Maximum External /
S. No. Method of Assessment Description of Assessment Resources Required
Marks Internal
SCHEME OF ASSESSMENT
Maximum External /
S. No. Method of Assessment Description of Assessment Resources Required
Marks Internal
SCHEME OF ASSESSMENT
Maximum External /
S. No. Method of Assessment Description of Assessment Resources Required
Marks Internal