Ooj Prac 1 - 30

You might also like

Download as pdf or txt
Download as pdf or txt
You are on page 1of 6

Object Oriented Programming with JAVA (4341602)

Install JDK and Setup a Java Programming development environment


by using:
Practical
1) Command Prompt (SET PATH command and using Environment
No:1 Variable).
2) Any open source IDE

A. Objective:
Configure java development environment by installing appropriate version of JDK.

B. Expected Program Outcomes (POs):


1. Basic and Discipline specific knowledge: Apply knowledge of basic mathematics, science and
engineering fundamentals and engineering specialization to solve the Information Technology
(IT) problems.
2. Engineering Tools, Experimentation and Testing: Apply modern Information Technology (IT)
tools and appropriate technique to conduct standard tests and measurements.

C. Expected Skills to be developed based on competency:


This practical is expected to develop the following skills for the industry-identified competency:
‘Develop a program using object-oriented programming concepts with Java to solve the given
problems.’
 Identify, download and installation of appropriate JDK (Java Development Kit) for the
computer or laptop.
 Setup of java environment path (using SET PATH command and environment variable)
 Setup and use IDE (Integrated Development Environment) to develop java programs.

D. Expected Course Outcomes (COs):


CO-1: Understand OOP (Object-Oriented Programming) concepts with java.

E. Practical Outcome
After completion of this practical student will be able to,
1. Identify, download and install appropriate JDK (Java Development Kit) for the development
computer, laptop etc.
2. Setup java environment path (using SET PATH command and environment variable)
3. Setup and use IDE (Integrated Development Environment) to develop java programs.

F. Relevant Affective domain related Outcome (ADOs)


1. Handle computer systems carefully with safety and necessary precaution.
2. Turn off systems after completion of practical lab to save power.

G. Prerequisite Theory:
JDK is an acronym for Java Development Kit. The Java Development Kit (JDK) is a software
development environment which is used to develop java applications and applets. It physically
exists. It contains JRE + development tools.

226120316030 11 | P a g e
Object Oriented Programming with JAVA (4341602)

JDK is an implementation of any one of the below given Java Platforms released by Oracle
corporation:

 Standard Edition Java Platform


 Enterprise Edition Java Platform
 Micro Edition Java Platform

The JDK contains a Java Virtual Machine (JVM) and a few other resources such as an
interpreter/loader (Java), a compiler (javac), an archiver (jar), a documentation generator
(Javadoc) etc. to complete the development of a Java Application.

H. Experimental set up/ Program Logic-Flow chart:


N.A.

I. Resources Required
S. No. Instrument/Components
/ Software Specification Quantity
1. Computer System Operating System: Any Operating System NA
Processor: At least 1GHz processor
Physical Memory: 128 MB or higher
Disk space required: 256 MB for JDK
2. Java Development Kit JDK 8 or higher. NA

J. Safety and necessary Precautions followed


1. Do not force components into computer ports.
2. Use genuine software.
3. Use comments to make the program more readable.
4. Turn off the power and unplug equipment after completion of the laboratory session.

226120316030 12 | P a g e
Object Oriented Programming with JAVA (4341602)

K. Procedure to be followed/Source code:


……………………………………………………………………………………………………………………………………………….

……………………………………………………………………………………………………………………………………………….

……………………………………………………………………………………………………………………………………………….

……………………………………………………………………………………………………………………………………………….

……………………………………………………………………………………………………………………………………………….

……………………………………………………………………………………………………………………………………………….

……………………………………………………………………………………………………………………………………………….

……………………………………………………………………………………………………………………………………………….

……………………………………………………………………………………………………………………………………………….

……………………………………………………………………………………………………………………………………………….

……………………………………………………………………………………………………………………………………………….

……………………………………………………………………………………………………………………………………………….

……………………………………………………………………………………………………………………………………………….

……………………………………………………………………………………………………………………………………………….

……………………………………………………………………………………………………………………………………………….

……………………………………………………………………………………………………………………………………………….

……………………………………………………………………………………………………………………………………………….

……………………………………………………………………………………………………………………………………………….

……………………………………………………………………………………………………………………………………………….

……………………………………………………………………………………………………………………………………………….

……………………………………………………………………………………………………………………………………………….

……………………………………………………………………………………………………………………………………………….

……………………………………………………………………………………………………………………………………………….

……………………………………………………………………………………………………………………………………………….

……………………………………………………………………………………………………………………………………………….

……………………………………………………………………………………………………………………………………………….

……………………………………………………………………………………………………………………………………………….

……………………………………………………………………………………………………………………………………………….

226120316030 13 | P a g e
Object Oriented Programming with JAVA (4341602)
……………………………………………………………………………………………………………………………………………….

……………………………………………………………………………………………………………………………………………….

……………………………………………………………………………………………………………………………………………….

……………………………………………………………………………………………………………………………………………….

……………………………………………………………………………………………………………………………………………….

……………………………………………………………………………………………………………………………………………….

……………………………………………………………………………………………………………………………………………….

……………………………………………………………………………………………………………………………………………….

……………………………………………………………………………………………………………………………………………….

……………………………………………………………………………………………………………………………………………….

……………………………………………………………………………………………………………………………………………….

……………………………………………………………………………………………………………………………………………….

……………………………………………………………………………………………………………………………………………….

……………………………………………………………………………………………………………………………………………….

……………………………………………………………………………………………………………………………………………….

L. Observations and Calculations/Input-Output:

……………………………………………………………………………………………………………………………………………….

……………………………………………………………………………………………………………………………………………….

……………………………………………………………………………………………………………………………………………….

……………………………………………………………………………………………………………………………………………….

……………………………………………………………………………………………………………………………………………….

……………………………………………………………………………………………………………………………………………….

……………………………………………………………………………………………………………………………………………….

……………………………………………………………………………………………………………………………………………….

……………………………………………………………………………………………………………………………………………….

……………………………………………………………………………………………………………………………………………….

……………………………………………………………………………………………………………………………………………….

……………………………………………………………………………………………………………………………………………….

……………………………………………………………………………………………………………………………………………….

226120316030 14 | P a g e
Object Oriented Programming with JAVA (4341602)

M. Practical related Quiz/Questions.


1. Write full-form: 1) JDK 2) JVM 3) JRE
2. Compare JDK with JRE.
3. Write five-names of IDEs used to develop java applications.

……………………………………………………………………………………………………………………………………………….

……………………………………………………………………………………………………………………………………………….

……………………………………………………………………………………………………………………………………………….

……………………………………………………………………………………………………………………………………………….

……………………………………………………………………………………………………………………………………………….

……………………………………………………………………………………………………………………………………………….

……………………………………………………………………………………………………………………………………………….

……………………………………………………………………………………………………………………………………………….

……………………………………………………………………………………………………………………………………………….

……………………………………………………………………………………………………………………………………………….

……………………………………………………………………………………………………………………………………………….

……………………………………………………………………………………………………………………………………………….

……………………………………………………………………………………………………………………………………………….

……………………………………………………………………………………………………………………………………………….

……………………………………………………………………………………………………………………………………………….

……………………………………………………………………………………………………………………………………………….

……………………………………………………………………………………………………………………………………………….

……………………………………………………………………………………………………………………………………………….

……………………………………………………………………………………………………………………………………………….

……………………………………………………………………………………………………………………………………………….

……………………………………………………………………………………………………………………………………………….

……………………………………………………………………………………………………………………………………………….

N. References / Suggestions
1. https://www.youtube.com/watch?v=pqqY9jakmFw
2. https://www.youtube.com/watch?v=hQyTvkndyPQ
3. https://www.geeksforgeeks.org/setting-environment-java/
4. https://www.tutorialspoint.com/java/java_environment_setup.htm
5. https://www.javatpoint.com/javafx-how-to-install-java

226120316030 15 | P a g e
Object Oriented Programming with JAVA (4341602)

O. Assessment-Rubrics

Total Exceptional Satisfactory Developing Limited


Criteria
Marks (5-Marks) (4 to 3 -Marks) (2-Marks) (1-Mark)
Presenting practical
Watched other
session but not
Performed Practical Performed Practical students performing
Engagement 5 Attentively
him/herself with others help practical but not
participated in
tried him/herself
performance

More than 5 Errors


Accurately 1-2 Errors/mistakes 3-5 Errors/mistakes
Accuracy 5 /mistakes
done found identified
committed

No errors, Program Complete write-up Some of the


Poor write-up and
is well Executed and and output tables commands missing
Documentation 5 diagram or missing
Documented but presentation is with missing
content
Properly. poor outputs

Partially understood
Fully understood Understood the Partially understood
Understanding& the performance &
5 the performance & performance but and cannot give
Explanation can give little
can explain perfectly cannot explain explanation
explanation

Work is submitted
Work done after 2nd
Completed the work later than 1st week Work submitted
Time 5 week but before the
within 1 week but by the end of 2nd after 3rd week time
end of 3rd week
week

Sign with Date

226120316030 16 | P a g e

You might also like