Vous êtes sur la page 1sur 2

Republic of the Philippines

Department of Education
Division of City of Bogo
City of Bogo Science and Arts Academy

DETAILED LESSON PLAN

Learning Area:
DLP No.: Grade Level: Quarter: Duration:
Computer
Lec1 11 1st 2 HOURS
Programming(Java)
Learning Code:
Competencies: Demonstrate knowledge of Java technology and Java programming TLE_ICTJAVA11-
12POAD-IIf-i-29
Key Concepts/ Principles and concepts in demonstrating knowledge of Java technology and Java programming
language, and performing object-oriented analysis and design
Understanding to Skills:
Develop:  Using
 Presenting

OBJECTIVES
Knowledge Identify errors from a simple syntactically-erroneous java Program.
Skills Write a simple Java Program following Java syntax
Evaluate the correctness of a Java Program based on its syntax.
Attitudes Collaborate with peers.
Values Practice attention to details and carefulness.
CONTENT
JAVA Syntax
LEARNING RESOURCES
LCD Projector, Programming Notebook, Board and chalk
PROCEDURES
Introductory Activity
Ask about the importance of Syntax to a language (e.g. English, Filipino). Connect the importance ofa syntax to Java
language.
Activity
Introduce the Syntax of Java Programming Language.
Give example of a syntactically correct Java Program. Create a program that displays “Hello World” screen
public class HelloWorld{
public static void main(String args[]){
System.out.print("Hello World.");
}
}
Explain each part of the program above. Show the output/tendency if some part would be missing/discarded/misspelled.
Give more examples. Let the students copy each example to their Programming Notebook.
Analysis
Give the students a sample of correct and erroneous program. Let them evaluate if the program presented is syntactically
correct or erroneous. If the program is erroneous, let them identify which part holds the error.
Abstraction
After the practice, common errors committed by the students will be shared. Let the students guess/think how to correct
such errors. Give some tips on Good Programming Practices.

Name: Jane F. Moraca School: City of Bogo Science and Arts Academy
Position / Designation: Teacher I Division: City of Bogo Page 1 of 2
Contact Nos.: 09362670250 Email Address: janemoraca@gmail.com
Application
Let them write their own simple Java Program. Ex: Write a java Program that would output your name. Roam around and
check their work. Instruct them to show their answers to the teacher once done. The teacher will approve their work if there
are no errors found but correct the erroneous one. This should be done in one-on-one basis so the student will know which
part he/she missed.
Assessment
On their, Programming Notebook, let them write a simple Java Program that would display their Personal Information(e.g.
Name, Address, Age, School.). This activity is good for 20 minutes. Once done, let them exchange with their seatmate for
checking. They have to evaluate each other’s work.
Assignment
Reinforcing /
strengthening the
day’s lesson
Enhancing / Let them write a program that will print Information found in Resume. They will test/run this program
improving the day’s in the Computer Laboratory during Laboratory Sessions.
lesson
Preparing for the
new lesson
Concluding Activity
In writing programs, the programmer should act as if he/she is the compiler, always checking for errors.
REMARKS

REFLECTIONS
A. No. of learners who earned 80% in the
evaluation.
B. No. of learners who require additional
activities for remediation.
C. Did the remedial lessons work? No. of
learners who have caught up with the lesson.
D. No. of learners who continue to require
remediation.
E. Which of my learning strategies worked
well? Why did this work?
F. What difficulties did I encounter which my
principal or supervisor can help me solve?
G. What innovation or localized materials did
I use/discover which I wish to share with
other teachers?
H. No. of learners who earned 80% in the
evaluation.
I. No. of learners who require additional
activities for remediation
J. Did the remedial lessons work? No. of
learners who have caught up with the lesson.

Name: Jane F. Moraca School: City of Bogo Science and Arts Academy
Position / Designation: Teacher I Division: City of Bogo Page 2 of 2
Contact Nos.: 09362670250 Email Address: janemoraca@gmail.com

Vous aimerez peut-être aussi