College of Industrial Education
Student Teaching Department
Ayala Boulevard Ermita, Manila
Teacher: Buladaco, Jemaima M. Time: 7:00 – 10:00 AM
Course: BSIE-ComEd Date: March 13, 2013
Cooperating Teacher: Mr. Alvin Quileste Supervisor: Prof. Valentino Angeles
I. OBJECTIVES
At the end of the lesson, the students are expected to:
1. Extend the nested if-then-else conditional statement in making simple animation using Visual Basic 6.0
2. Perform simple animation using the nested if-then-else conditional statement in Visual Basic 6.0
3. Appreciate the essence of nested if-then-else conditional statement in making animation in Visual Basic 6.0 II. SUBJECT MATTER
Topic: The Nested If-Then-Else Statement in VB 6.0
Sub-topic: Making Simple Animation Using VB 6.0
Materials Needed: Whiteboard Marker Whiteboard LCD Projector Laptop (Computer) Visual Aids Pointer
Reference(s):
Understanding Structured Programming by Penaflorida, Vizcarra and Fernandez www.google.com www.youtube.com III. PREPARATION A. Preparation 1. Daily Routine 2.1 Prayer 2.2 Greetings 2.3 Checking of Attendance 2.4 Checking of Assignments 2. Recall of past lesson
-Teacher will call at least two to three students to recall the past lesson.
B. Presentation
B.1. Motivation
“HangAroo” Game
* The students gives a letter corresponds to the answers
B.2. Definition of Terms
Animation - is the rapid display of a sequence of images to create an illusion of movement.
Boolean Expression - A Boolean expression is an expression that evaluates to a value of the Boolean Data Type: True or False. B.3. Lesson Proper
HOW TO MAKE A SIMPLE ANIMATION USING NESTED IF-THEN-ELSE STATEMENT IN VISUAL BASIC 6.0
First, let us review what nested if-then-else statement in Visual Basic is.
Nested