Week 2

Download as doc, pdf, or txt
Download as doc, pdf, or txt
You are on page 1of 7

Children of Fatima School of Sto.Tomas, Inc.

Sto.Tomas Pampanga
School Year 2023-2024

DAILY LESSON PLAN IN ICT 11


QUARTER: 2nd Semester
Week: 1
Subject: Computer
Grade Level: GRADE 11
Programming
Date: January 8-12, 2024 | 2:00 AM – 4:00 PM | Week 1
Content Standard: The learners demonstrate an understanding of the principles and concepts in
demonstrating knowledge of Java technology and Java programming language,
and perforing object-oriented analysis and design.
Performance The learners independently and effectively use object-oriented technologies and
Standard: the use of software modeling as applied to a software development process, and
present one practical and complete object-orientes analysis and design (OOAD)
roadmap based on TESDA Training Regualations.
Competency: Apply basic of Java Language
a. Knows the syntax in creating a do while loop
b. Appreciate the usefulness of loops in do a do while loop
c. In code the do while loop
II. OBJECTIVES
Knowledge In code the do while loop

Skills Produce procedural and object-oriented programs using structured coding and
clarit of expression
Attitude Independence of thought and flexibility of mind.

III. CONTENT Computer Programming I & II


IV. LEARNING
RESOURCES
A. References
1. Teacher’s TLE ICTJAVA11-12POAD-Iif-i-29
Guide Pages
2.Learner’s
Materials
Pages
3. Textbook
Pages
4. Additional Youtube Video, StackOverFLOW.com,w3school.com
Materials
5. Learning
Resource (LR)
portal
B. Other Learning Notepad ++, Command Prompt
Resources
V. PROCEDURES
A. Reviewing or Last time, we were able to run a java program taht calculate. Now let us try to use
presenting the other type of operation like subtraction, multiplication and division.
new lesson
B. Establishing a Program usually have different part that is looping depending on a certain
purpose for the mechanism or algorithm and arrange in a manner that is wasily be debug using
lesson
Method to simplify the codes.

SCHOOL YEAR 2023-2024 DAILY LESSON PLAN IN COMPUTER 12


Children of Fatima School of Sto.Tomas, Inc.
Sto.Tomas Pampanga
School Year 2023-2024

Let’s watch a video from Youtube on how a method is created andwhat are the
C. Presenting key featues of method that must be used.
examples of the
new lesson

D. Discussing new 1. Look for repeating code in our program.


concepts and 2. Copy it them, paste to a new method that ypu will create at the bottom.
practicing new Private static void input(){
skills #1 System.out printIn(“Enter first number:”):
fnum = input.nextInt():
System.outprintIn(“enter secod number:”):
snum=input.nextInt():
}
3. Then call the method on each and every time the user will be ask the
number that will be use in the calculation.
4. Discussing new Now let us identify will where we put the code for do while. The do while code
concepts and is use to go back up the line of codes if a certain condition is meet on a certain
practicing new parts of the codes.
skills #2
Syntax:
Do{
//task to do
}while (condition);

Task to do is the one taht will be repeated if the condition on the while line is
meet.
Try to ask the use if they want to try other operation or do another calculation
which will be condition in the while line of code.

do{
// code that will identify and execute the calculator
System.outprintIn(“Do you like to do another?”);
System.outprintIn(“Y for Yes N for No.”);
Operation=input.next();
}while(operation.equals(“y”));
5. Developing Ask the students what is the purpose of while loop.
Mastery

6. Finding Identifying when we repeat a task if we failed and to identify if it is time to move
practical on with our life.
applications of
concepts and
skills in daily
living
7. Making Do while let us repeat an alogorithm in our program if a certain condition is meet.
Generalizations
and
abstractions
about the lesson

8. Evaluating Each student will upload their java file in this link : www.bit.ly//calculator
learning

SCHOOL YEAR 2023-2024 DAILY LESSON PLAN IN COMPUTER 12


Children of Fatima School of Sto.Tomas, Inc.
Sto.Tomas Pampanga
School Year 2023-2024

9. Additional Watch some helpful website in dealing java code.


Activities for
application or
remediation
VI. REMARKS

VII. REFLECTION

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 the lesson

D. No. of learners
who continue to
require
remediation
E. Which of my
teaching
strategies
worked well?
Why did these
work?
F. What difficulties
did I encounter
which my
principal and
supervisor help
me solve?

G. What innovation
or localized I
used/discover
which I wish to
share with other
teacher?

SCHOOL YEAR 2023-2024 DAILY LESSON PLAN IN COMPUTER 12


Children of Fatima School of Sto.Tomas, Inc.
Sto.Tomas Pampanga
School Year 2023-2024

DAILY LESSON PLAN IN ICT 11


QUARTER: 2nd Semester
Week: 5
Subject: Computer
Grade Level: GRADE 12
Programming
Date: Jan. 29- Feb.2 2024 | 2:00 PM – 4:00 PM | Week 5
Content Standard: The learners demonstrate an understanding of principles and concepts in
developing ASP.NET MVC 5 Web applications
Performance The learners independently develop ASP.NET MVC 5 Web applications
Standard:
Competency: LO 1. Employ basic project management tasks

a. TLE_ICTP.NET 11-12DAMWAIc-h-35
VIII. OBJECTIVES
Knowledge (K) a. Discuss the knowledge needed in basic project management tasks.

Skills (S) b. Present visual presentation and supporting documents during the client
meeting
Attitude (A) c. Understand the value of an end to-end view of Application Lifecycle
Management (ALM) tools and practices
IX. CONTENT Java Script Functions
X. LEARNING
RESOURCES
C. References
6. Teacher’s
Guide Pages
7.Learner’s
Materials
Pages
8. Textbook
Pages
9. Additional Youtube Video, StackOverFLOW.com,w3school.com
Materials
10.Learning
Resource (LR)
portal
D. Other Learning Microsoft’s Programming in HTML5 with JavaScript and CSS3 Training Guide by
Resources
Glenn Johnson pages 261-310 and Solo Learn App (JavaScript)

XI. PROCEDURES
E. Reviewing or Short Quiz: Answer the following by analyzing the given code.

SCHOOL YEAR 2023-2024 DAILY LESSON PLAN IN COMPUTER 12


Children of Fatima School of Sto.Tomas, Inc.
Sto.Tomas Pampanga
School Year 2023-2024

presenting the
new lesson

F. Establishing a Introduce the new topic to check the prior knowledge of the students. Present a
purpose for the sample of a text file to modify the structure of an existing HTML document with
lesson JavaScript functions.
Analyze the code:
Example No.1

1. Based on the two examples given, what do you observe?


2. Can you describe the process of the code?
3. Have you notice some similarities between the two codes?

G. Presenting
examples of the
new lesson

H. Discussing new Group Activity:


concepts and
practicing new 10. Divide the class into 6, each group will be provided a sample program.
skills #1 11. They will analyze, debug the code and will present the needed output.
12. The first group to finish the activity will be the first to explain their work.

13. Discussing new Interactive Discussion:


concepts and
practicing new Present the following topics:
skills #2
1. Defining Functions
2. Function Parameters
3. Using Multiple Parameters with Functions
4. The return statement
The Alert box
14. Developing  What is a Function?
Mastery  How many times can the function be executed inside the webpage?
 What do you need to create a parameter?
 When is the return statement most frequently needed?
 How many parameters can be accepted by the alert function?

SCHOOL YEAR 2023-2024 DAILY LESSON PLAN IN COMPUTER 12


Children of Fatima School of Sto.Tomas, Inc.
Sto.Tomas Pampanga
School Year 2023-2024

15. Finding Hands on Activity:


practical Create a simple calculator using the following functions:
applications of Addition = function addNum
concepts and Subtraction = function subNum
skills in daily Multiplication = function multiNum
living Division = function divNum
Given numbers are = 20 and 5
Use variables a for the 1st number, b for the 2nd number
For the answer or result you may use your own variable name.
16. Making Ask the three students to give their observation and realization regarding the use
Generalizations of JavaScrit functions in programming.
and
abstractions
about the lesson
17. Evaluating Short Quiz
learning
18. Additional There is a lot to learn about JavaScript functions, but today’s lesson covered the
Activities for most important concepts. Students will have to read additional concepts
application or regarding JavaScript Nested Functions, Constructor and Function Literals
remediation
XII. REMARKS

XIII. REFLECTION

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 the lesson
K. No. of learners
who continue to
require
remediation
L. Which of my
teaching
strategies
worked well?
Why did these
work?

SCHOOL YEAR 2023-2024 DAILY LESSON PLAN IN COMPUTER 12


Children of Fatima School of Sto.Tomas, Inc.
Sto.Tomas Pampanga
School Year 2023-2024

M. What difficulties
did I encounter
which my
principal and
supervisor help
me solve?

N. What innovation
or localized I
used/discover
which I wish to
share with other
teacher?

SCHOOL YEAR 2023-2024 DAILY LESSON PLAN IN COMPUTER 12

You might also like