User:Subekshya Poudel/Teaching Lesson Plan 19: Difference between revisions

From ICTED-WIKI
Jump to navigation Jump to search
(Created page with "<div style="column-count: 2; column-gap: 20px;"> '''Subject :''' Computer Graphics '''Period:''' Fourth '''Topic:''' Clipping '''Teaching Item:''' Line clipping '''Level:''' Bachelor 6<sup>th</sup> sem '''Unit:''' Four '''Time:''' 50 min '''No. of Students:''' <br> </div> == Specific Objective == At the end of this lesson students will be able to: * understand the concept of line clipping in computer graphics * familiarize with...")
 
No edit summary
 
(3 intermediate revisions by the same user not shown)
Line 6: Line 6:
'''Topic:''' Clipping
'''Topic:''' Clipping


'''Teaching Item:''' Line clipping
'''Teaching Item:''' Line clipping: Cohen-Sutherland line clipping algorithm


'''Level:''' Bachelor 6<sup>th</sup> sem
'''Level:''' Bachelor 6<sup>th</sup> sem
Line 15: Line 15:


'''No. of Students:'''  
'''No. of Students:'''  
<br>
20<br>
</div>
</div>
== Specific Objective ==
== Specific Objective ==
Line 37: Line 37:
3. Discuss the importance of line clipping in various graphics applications.<br>
3. Discuss the importance of line clipping in various graphics applications.<br>
4. Introduce basic line clipping techniques and their relevance in rendering scenes.<br>
4. Introduce basic line clipping techniques and their relevance in rendering scenes.<br>
5. Present line clipping algorithms; Cohen-Sutherland algorithms.<be>
5. Present line clipping algorithms; Cohen-Sutherland algorithms.<br>
6. Discuss the principles behind Cohen-Sutherland line clipping algorithm with their specific applications.
6. Discuss the principles behind Cohen-Sutherland line clipping algorithm with their specific applications.<br>
7. Illustrate the algorithm with examples and diagrams to demonstrate their effectiveness.
7. Illustrate the algorithm with examples and diagrams to demonstrate their effectiveness.<br>
6. Ask students if there is any confusion on today's topic and provide guidance and assistance if needed.
8. Ask students if there is any confusion on today's topic and provide guidance and assistance if needed.


== Assessment ==
== Assessment ==
Line 46: Line 46:
1. Explain the concept of line clipping and discuss its significance in computer graphics.  
1. Explain the concept of line clipping and discuss its significance in computer graphics.  


2. Write an algorithm of Cohen-Sutherland line clipping.
2. Write an algorithm for Cohen-Sutherland line clipping.

Latest revision as of 03:52, 9 May 2024

Subject : Computer Graphics

Period: Fourth

Topic: Clipping

Teaching Item: Line clipping: Cohen-Sutherland line clipping algorithm

Level: Bachelor 6th sem

Unit: Four

Time: 50 min

No. of Students: 20

Specific Objective

At the end of this lesson students will be able to:

  • understand the concept of line clipping in computer graphics
  • familiarize with the principles of Cohen-Sutherland line clipping algorithm
  • apply line clipping algorithms to remove lines outside a defined region

Teaching Materials

  • Laptop
  • Presentation slide
  • Projector
  • Whiteboard and marker

Teaching Learning Activities

1. At first I will ask students what they know about line clipping.
2. Then define line clipping as the process of determining which parts of a line lie inside or outside a specified region.
3. Discuss the importance of line clipping in various graphics applications.
4. Introduce basic line clipping techniques and their relevance in rendering scenes.
5. Present line clipping algorithms; Cohen-Sutherland algorithms.
6. Discuss the principles behind Cohen-Sutherland line clipping algorithm with their specific applications.
7. Illustrate the algorithm with examples and diagrams to demonstrate their effectiveness.
8. Ask students if there is any confusion on today's topic and provide guidance and assistance if needed.

Assessment

1. Explain the concept of line clipping and discuss its significance in computer graphics.

2. Write an algorithm for Cohen-Sutherland line clipping.