User:Shridhar Paudel: Difference between revisions

From ICTED-WIKI
Jump to navigation Jump to search
mNo edit summary
No edit summary
 
(43 intermediate revisions by 2 users not shown)
Line 1: Line 1:
'''Lesson Plan 1'''
{| class="wikitable"
 
|+
Subject: Programming in C                                                              Date: 2080/10/23
!S.No.
 
!Lesson Plan
Class: BICTE                                                                                        Period: 2nd
!Topic
 
!Sub-topic
Semester: 1<sup>st</sup>                                                                                      Time: 10 min.
!Submission Date
 
!Reference
Topic: Basic Program in C
|-
 
|1
= Specific Objectives: =
|[[Teaching Practice/Lesson Plan 1|User:Shridhar Paudel/Teaching Practice/Lesson Plan 1]]
At the end of this topic the students will be able to:
|Multimedia
 
|Meaning, Definition, Advantages and Disadvantages of Multimedia
a)     Understand some data types in C
|2080/12/21
 
|Taught
b)     Follow the proper format/structure using simple program.
|-
 
|2
= Teaching Materials: =
|[[User:Shridhar Paudel/Teaching Practice/Lesson Plan 2]]
Whiteboard, Marker, Computer
|Multimedia
 
|Types of Multimedia, Hardware/Software requirements for Multimedia
= Teaching Learning Activities: =
|2080/12/22
a)     At first, I will revise the topic which was taught last day within one minute.
|Taught
 
|-
b)     Then I will teach data types used in C like:
|3
 
|[[User:Shridhar Paudel/Teaching Practice/Lesson Plan 3]]
char – single character/string
|Multimedia
 
|Components / Elements of Multimedia
int – integer value
|2080/12/23
 
|Taught
float – decimal / integer value
|-
 
|4
c)     I will also teach simple program to make it clear.
|[[User:Shridhar Paudel/Teaching Practice/Lesson Plan 4]]
 
|Multimedia
Example: Write program in C that ask two numbers and display sum.
|Applications of Multimedia and Virtual Reality (VR)
 
|2080/12/25
                             #include<stdio.h>
|Taught
 
|-
                             #include<conio.h>
|5
 
|[[User:Shridhar Paudel/Teaching Practice/Lesson Plan 5]]
                             void main()
|Computer Software and Operating System
 
|Meaning and Definition of Computer Software
                             {
|2080/12/26
 
|Taught
                             int a,b,sum;
|-
 
|6
                             printf(“Enter any two numbers:”);
|[[User:Shridhar Paudel/Teaching Practice/Lesson Plan 6]]
 
|Computer Software and Operating System
                             scanf(“%d %d”,&a,&b);
|Types of Software
 
|2080/12/27
                             sum=a+b;
|Taught
 
|-
                             printf(“Sum = %d”,sum);
|7
 
|[[User:Shridhar Paudel/Teaching Practice/Lesson Plan 7]]
                             getch();
|Computer Software and Operating System
 
|System Software and its types
                             }
|2080/12/28
 
|Taught
d)     I will also clear the doubt of the students if any.
|-
 
|8
= Evaluation: =
|[[User:Shridhar Paudel/Teaching Practice/Lesson Plan 8]]
In the above discussed program, can we use the variables x,y in place of a,b to calculate sum?
|Computer Software and Operating System
 
|Application Software and their types
|2080/12/30
|Taught
|-
|9
|[[User:Shridhar Paudel/Teaching Practice/Lesson Plan 9]]
|Computer Software and Operating System
|Mobile Apps and Web Based Software
|2081/01/02
|Taught
|-
|10
|[[User:Shridhar Paudel/Teaching Practice/Lesson Plan 10]]
|Computer Software and Operating System
|Concept & Definition of Operating System, and its functions
|2081/01/03
|Taught
|-
|11
|[[User:Shridhar Paudel/Teaching Practice/Lesson Plan 11]]
|Computer Software and Operating System
|Types of Operating Systems on the basis of User's Interface
|2081/01/04
|Taught
|-
|12
|[[User:Shridhar Paudel/Teaching Practice/Lesson Plan 12]]
|Computer Software and Operating System
|Types of Operating Systems on the basis of User Mode
|2081/01/06
|Taught
|-
|13
|[[User:Shridhar Paudel/Teaching Practice/Lesson Plan 13]]
|Computer Software and Operating System
|Types of Operating Systems based on Batch Processing
|2081/01/07
|Taught
|-
|14
|[[User:Shridhar Paudel/Teaching Practice/Lesson Plan 14]]
|Computer Software and Operating System
|Spooling, Buffering, Virtual memory and Booting
|2081/0109
|Taught
|-
|15
|[[User:Shridhar Paudel/Teaching Practice/Lesson Plan 15]]
|Computer Software and Operating System
|Introduction to MS-DOS and its types
|2081/01/10
|Taught
|-
|16
|[[User:Shridhar Paudel/Teaching Practice/Lesson Plan 16]]
|Computer Software and Operating System
|Introduction to MS-Windows and its components
|2081/01/12
|Taught
|-
|17
|[[User:Shridhar Paudel/Teaching Practice/Lesson Plan 17]]
|Computer Software and Operating System
|Open Source Software and Mobile Operating System
|2081/01/13
|Taught
|-
|18
|[[User:Shridhar Paudel/Teaching Practice/Lesson Plan 18]]
|Information Security and Cyber Law
|Digital Society, Digital Citizen and Digital Divide
|2081/01/14
|Taught
|-
|19
|[[User:Shridhar Paudel/Teaching Practice/Lesson Plan 19]]
|Information Security and Cyber Law
|Computer Ethics and Information Security
|2081/01/16
|Taught
|-
|20
|[[User:Shridhar Paudel/Teaching Practice/Lesson Plan 20]]
|Information Security and Cyber Law
|Cyber Crime and its examples
|2081/01/17
|Taught
|-
|21
|[[User:Shridhar Paudel/Teaching Practice/Lesson Plan 21]]
|Information Security and Cyber Law
|Malicious Software / Malware
|2081/01/18
|Taught
|-
|22
|[[User:Shridhar Paudel/Teaching Practice/Lesson Plan 22]]
|Information Security and Cyber Law
|Spam, Phishing, and Protection from cybercrime
|2081/01/20
|Taught
|-
|23
|[[User:Shridhar Paudel/Teaching Practice/Lesson Plan 23]]
|Information Security and Cyber Law
|Digital Signature, Cyber Law and its areas
|2081/01/21
|Taught
|-
|24
|[[User:Shridhar Paudel/Teaching Practice/Lesson Plan 24]]
|Information Security and Cyber Law
|IT / ICT Policy in Nepal, its objectives and strategies
|2081/01/23
|Taught
|-
|25
|[[User:Shridhar Paudel/Teaching Practice/Lesson Plan 25]]
|Introduction to Computer
|Definition of Computer, Data, Hardware, Software, Information
|2081/01/27
|Taught
|-
|26
|[[User:Shridhar Paudel/Teaching Practice/Lesson Plan 26]]
|Introduction to Computer
|Characteristics, Advantages and Disadvantages of Computer
|2081/01/28
|Taught
|-
|27
|[[User:Shridhar Paudel/Teaching Practice/Lesson Plan 27]]
|Introduction to Computer
|Limitations and Applications of Computer
|2081/01/30
|Taught
|-
|28
|[[User:Shridhar Paudel/Teaching Practice/Lesson Plan 28]]
|Introduction to Computer
|History of Computer (Mechanical Era)
|2081/01/31
|Taught
|-
|29
|[[User:Shridhar Paudel/Teaching Practice/Lesson Plan 29]]
|Introduction to Computer
|History of Computer (Electro-Mechanical and Electronic Era)
|2081/02/01
|Taught
|-
|30
|[[User:Shridhar Paudel/Teaching Practice/Lesson Plan 30]]
|Introduction to Computer
|Different Generations of Computer
|2081/02/02
|Taught
|}
[[Category: MICTE]]
[[Category: MICTE]]
{| class="wikitable"
|+
!SN
!Lesson Plan
!Topic
!Submittion date
!reference
|-
|1
|[[User:Shridhar Paudel/Lesson Plan 1]]
|Basic Program in C
|2080/10/23
|taught
|-
|2
|[[User:Shridhar Paudel/Lesson Plan 2|Lesson Plan 2]]
|Conditional Statement in C
|2080/10/24
|taught
|-
|3
|[[User:Shridhar Paudel/Lesson Plan 3]]
|Looping in C using for statement
|2080/10/25
|taught
|-
|4
|[[User:Shridhar Paudel/Lesson Plan 4]]
|Looping in C using while statement
|2080/10/26
|taught
|-
|5
|[[User:Shridhar Paudel/Lesson Plan 5]]
|Looping in C using do statement
|2080/10/28
|taught
|}

Latest revision as of 22:01, 21 May 2024

S.No. Lesson Plan Topic Sub-topic Submission Date Reference
1 User:Shridhar Paudel/Teaching Practice/Lesson Plan 1 Multimedia Meaning, Definition, Advantages and Disadvantages of Multimedia 2080/12/21 Taught
2 User:Shridhar Paudel/Teaching Practice/Lesson Plan 2 Multimedia Types of Multimedia, Hardware/Software requirements for Multimedia 2080/12/22 Taught
3 User:Shridhar Paudel/Teaching Practice/Lesson Plan 3 Multimedia Components / Elements of Multimedia 2080/12/23 Taught
4 User:Shridhar Paudel/Teaching Practice/Lesson Plan 4 Multimedia Applications of Multimedia and Virtual Reality (VR) 2080/12/25 Taught
5 User:Shridhar Paudel/Teaching Practice/Lesson Plan 5 Computer Software and Operating System Meaning and Definition of Computer Software 2080/12/26 Taught
6 User:Shridhar Paudel/Teaching Practice/Lesson Plan 6 Computer Software and Operating System Types of Software 2080/12/27 Taught
7 User:Shridhar Paudel/Teaching Practice/Lesson Plan 7 Computer Software and Operating System System Software and its types 2080/12/28 Taught
8 User:Shridhar Paudel/Teaching Practice/Lesson Plan 8 Computer Software and Operating System Application Software and their types 2080/12/30 Taught
9 User:Shridhar Paudel/Teaching Practice/Lesson Plan 9 Computer Software and Operating System Mobile Apps and Web Based Software 2081/01/02 Taught
10 User:Shridhar Paudel/Teaching Practice/Lesson Plan 10 Computer Software and Operating System Concept & Definition of Operating System, and its functions 2081/01/03 Taught
11 User:Shridhar Paudel/Teaching Practice/Lesson Plan 11 Computer Software and Operating System Types of Operating Systems on the basis of User's Interface 2081/01/04 Taught
12 User:Shridhar Paudel/Teaching Practice/Lesson Plan 12 Computer Software and Operating System Types of Operating Systems on the basis of User Mode 2081/01/06 Taught
13 User:Shridhar Paudel/Teaching Practice/Lesson Plan 13 Computer Software and Operating System Types of Operating Systems based on Batch Processing 2081/01/07 Taught
14 User:Shridhar Paudel/Teaching Practice/Lesson Plan 14 Computer Software and Operating System Spooling, Buffering, Virtual memory and Booting 2081/0109 Taught
15 User:Shridhar Paudel/Teaching Practice/Lesson Plan 15 Computer Software and Operating System Introduction to MS-DOS and its types 2081/01/10 Taught
16 User:Shridhar Paudel/Teaching Practice/Lesson Plan 16 Computer Software and Operating System Introduction to MS-Windows and its components 2081/01/12 Taught
17 User:Shridhar Paudel/Teaching Practice/Lesson Plan 17 Computer Software and Operating System Open Source Software and Mobile Operating System 2081/01/13 Taught
18 User:Shridhar Paudel/Teaching Practice/Lesson Plan 18 Information Security and Cyber Law Digital Society, Digital Citizen and Digital Divide 2081/01/14 Taught
19 User:Shridhar Paudel/Teaching Practice/Lesson Plan 19 Information Security and Cyber Law Computer Ethics and Information Security 2081/01/16 Taught
20 User:Shridhar Paudel/Teaching Practice/Lesson Plan 20 Information Security and Cyber Law Cyber Crime and its examples 2081/01/17 Taught
21 User:Shridhar Paudel/Teaching Practice/Lesson Plan 21 Information Security and Cyber Law Malicious Software / Malware 2081/01/18 Taught
22 User:Shridhar Paudel/Teaching Practice/Lesson Plan 22 Information Security and Cyber Law Spam, Phishing, and Protection from cybercrime 2081/01/20 Taught
23 User:Shridhar Paudel/Teaching Practice/Lesson Plan 23 Information Security and Cyber Law Digital Signature, Cyber Law and its areas 2081/01/21 Taught
24 User:Shridhar Paudel/Teaching Practice/Lesson Plan 24 Information Security and Cyber Law IT / ICT Policy in Nepal, its objectives and strategies 2081/01/23 Taught
25 User:Shridhar Paudel/Teaching Practice/Lesson Plan 25 Introduction to Computer Definition of Computer, Data, Hardware, Software, Information 2081/01/27 Taught
26 User:Shridhar Paudel/Teaching Practice/Lesson Plan 26 Introduction to Computer Characteristics, Advantages and Disadvantages of Computer 2081/01/28 Taught
27 User:Shridhar Paudel/Teaching Practice/Lesson Plan 27 Introduction to Computer Limitations and Applications of Computer 2081/01/30 Taught
28 User:Shridhar Paudel/Teaching Practice/Lesson Plan 28 Introduction to Computer History of Computer (Mechanical Era) 2081/01/31 Taught
29 User:Shridhar Paudel/Teaching Practice/Lesson Plan 29 Introduction to Computer History of Computer (Electro-Mechanical and Electronic Era) 2081/02/01 Taught
30 User:Shridhar Paudel/Teaching Practice/Lesson Plan 30 Introduction to Computer Different Generations of Computer 2081/02/02 Taught
SN Lesson Plan Topic Submittion date reference
1 User:Shridhar Paudel/Lesson Plan 1 Basic Program in C 2080/10/23 taught
2 Lesson Plan 2 Conditional Statement in C 2080/10/24 taught
3 User:Shridhar Paudel/Lesson Plan 3 Looping in C using for statement 2080/10/25 taught
4 User:Shridhar Paudel/Lesson Plan 4 Looping in C using while statement 2080/10/26 taught
5 User:Shridhar Paudel/Lesson Plan 5 Looping in C using do statement 2080/10/28 taught