Entrance Announcement
MICTE 2080
2080 Magh 07
User:Niraj Prasad Bhatt/Micro-Teaching Lesson Plan 3: Difference between revisions
Jump to navigation
Jump to search
Created page with " <div style="column-count: 2; column-gap: 20px;"> '''Subject:''' Web Technology '''Period:''' first '''Topic:''' Frontend vs Backend Development '''Teaching Item:''' Types of development '''Class:''' BICT 3rd Semester '''Unit:''' One '''Time:''' 15 min '''No. of Students:''' 10 </div> == Objectives == At the end of this lesson, students will be able to # Understand the working of frontend and backend development. == Teaching..." |
Niraj bhatt (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
= User:Niraj Bhatt/Micro-Teaching Lesson Plan 1 = | |||
<div style="column-count: 2; column-gap: 20px;"> | <div style="column-count: 2; column-gap: 20px;"> | ||
'''Subject:''' Web Technology | '''Subject :''' Web Technology. | ||
'''Period:''' first | '''Period:''' first | ||
'''Topic:''' | '''Topic:''' Asynchronous Programming in JavaScript | ||
'''Teaching Item:''' | '''Teaching Item:''' Asynchronous Programming | ||
'''Class:''' BICT 3rd Semester | '''Class:''' BICT 3rd Semester | ||
Line 21: | Line 22: | ||
At the end of this lesson, students will be able to | At the end of this lesson, students will be able to | ||
# Understand the | # Understand the concept of asynchronous programming in JavaScript | ||
# Need of asynchronous programming | |||
== Teaching Materials == | == Teaching Materials == | ||
Line 30: | Line 32: | ||
# Introduce todays topic with students. | # Introduce todays topic with students. | ||
#Revise | #Revise necessary topics required to learn asynchronous programming. | ||
# | #Engage students with real life example of asynchronous programming. | ||
# | #Make differences between synchronous vs asynchronous programming. | ||
#Show example of synchronous and asynchronous code and let students to differentiate. | |||
# | #Sum up the topic and ask students if they have any doubt | ||
== Classroom Assessment == | |||
#Sum up the topic and ask students if they have any doubt. | |||
# Explain the purpose and use cases of asynchronous programming. |
Revision as of 07:22, 8 April 2024
User:Niraj Bhatt/Micro-Teaching Lesson Plan 1
Subject : Web Technology.
Period: first
Topic: Asynchronous Programming in JavaScript
Teaching Item: Asynchronous Programming
Class: BICT 3rd Semester
Unit: One
Time: 15 min
No. of Students: 10
Objectives
At the end of this lesson, students will be able to
- Understand the concept of asynchronous programming in JavaScript
- Need of asynchronous programming
Teaching Materials
- Daily materials
Teaching Learning Activities
- Introduce todays topic with students.
- Revise necessary topics required to learn asynchronous programming.
- Engage students with real life example of asynchronous programming.
- Make differences between synchronous vs asynchronous programming.
- Show example of synchronous and asynchronous code and let students to differentiate.
- Sum up the topic and ask students if they have any doubt
Classroom Assessment
- Explain the purpose and use cases of asynchronous programming.