Entrance Announcement
MICTE 2080
2080 Magh 07
All public logs
Jump to navigation
Jump to search
Combined display of all available logs of ICTED-WIKI. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 10:37, 5 February 2024 Elina talk contribs created page File:Diff of flow chart and pseudocode.png
- 10:37, 5 February 2024 Elina talk contribs uploaded File:Diff of flow chart and pseudocode.png
- 10:18, 5 February 2024 Elina talk contribs created page User:Elina Real Teaching Lesson Plan 20 (Created page with "Specific Objective: Students will understand the basic concept of pseudocode. Students will be able to write clear and effective pseudocode to represent algorithms. Students will practice translating pseudocode into actual code in a programming language. Teaching Material: Daily uses material Teaching Learning Activity: Begin by discussing the basic concept of pseudocode. Disscuss how to use varaible, input/output ,process and basic operation in pseudocode. Discuss the s...")
- 09:35, 5 February 2024 Elina talk contribs created page Videoclip (Created page with "https://www.youtube.com/watch?v=XVGggCc-d4k") Tag: Visual edit
- 09:31, 5 February 2024 Elina talk contribs created page User:Elina Real Teaching Lesson Plan 19 (Created page with "Specific Objective: studnet will be able to understand the concept of algorithm with its properties. Studnet will be able to write an algorithm for solving problem. Teaching Material: Daily Uses material Teaching Learning Activity Start by asking studnet, what they know about algorithm and its properties. Discuss the importance of algorithms in daily life and their significance in computer science. Discuss the process of designing an algorithm: problem definition, ident...")
- 10:37, 4 February 2024 Elina talk contribs created page Eg2: (Created page with " <h2>Example of unordered list in circle</h2> <ul style="list-style-type:circle;"> <li>sachin</li> <li>manoj</li> </ul> <h2>Example of unordered list in disk</h2> <ul style="list-style-type:disk;"> <li>Priya</li> <li>Mohit</li> </ul> <h2>Example of unordered list in square</h2> <ul style="list-style-type:square;"> <li>Pinky</li> <li>Punam</li> </ul> <h2>Example of unordered list in none<...")
- 10:36, 4 February 2024 Elina talk contribs created page Eg1: (Created page with "<code><nowiki><h1>Example of unordered list</h1></nowiki></code> <code> <nowiki><ul></nowiki></code> <code> <nowiki><li>Home</li></nowiki></code> <code> <nowiki><li>About US</li></nowiki></code> <code> <nowiki><li>Contact Us</li></nowiki></code> <code> <nowiki><li>Gallery</li></nowiki></code> <code> <nowiki></ul></nowiki></code>") Tag: Visual edit
- 10:34, 4 February 2024 Elina talk contribs created page Eg1:eg2 (Created page with "<code><nowiki><h1>Example of unordered list</h1></nowiki></code> <code> <nowiki><ul></nowiki></code> <code> <nowiki><li>Home </li></nowiki></code> <code> <nowiki><li>About Us</li></nowiki></code> <code> <nowiki><li>Contact Us</li></nowiki></code> <code> <nowiki><li>Gallery</li></nowiki></code> <code> <nowiki></ul></nowiki></code>") Tag: Visual edit
- 10:20, 4 February 2024 Elina talk contribs created page User:Elina Real Teaching Lesson Plan 18 (Created page with "Specific Objective: Student will understand the concept of unordered list. student will be able to create different type of bulleted list. Teaching Material: Marker,Duster, Whiteboard Laptop with text editor Browser for testing(chrome and msedge) Teaching Learning Activity: Start by asking a question, what they know about unordered list. Brifely introduce the concept of unordered list and its tag. Introduction to common attributes such as "type" for changing bullet styl...")
- 06:52, 4 February 2024 Elina talk contribs created page File:Symbol of flow chart.png
- 06:52, 4 February 2024 Elina talk contribs uploaded File:Symbol of flow chart.png
- 02:27, 4 February 2024 Elina talk contribs created page User:Elina Real Teaching lesson Plan 17 (Created page with " Specific Objectives * Students will able to understand the components of a flowchart and be able to create a simple flowchart with emphasis on using different shapes for various operations. Teaching Aids * Whiteboard and markers or a blackboard and chalk. * Chart paper and markers. * Individual sheets of paper and pencils for each student. Introduction * Start by asking students if they have heard of flowcharts and if they know their purpose. * Briefly explain...")
- 00:12, 4 February 2024 Elina talk contribs created page Example:orderedlist2 (Created page with "<nowiki><ol Type="A"> </nowiki> <nowiki><li>HTML</li></nowiki> <nowiki><li>CSS</li></nowiki> <nowiki><li>PHP</li></nowiki> <nowiki><li>JavaScript</li></nowiki> <nowiki></ol></nowiki>") Tag: Visual edit
- 00:10, 4 February 2024 Elina talk contribs created page Example:orderedlist1 (Created page with "<nowiki><ol> </nowiki> <nowiki><li>HTML</li></nowiki> <nowiki><li>CSS</li></nowiki> <nowiki><li>PHP</li></nowiki> <nowiki><li>JavaScript</li></nowiki> <nowiki></ol></nowiki>") Tag: Visual edit
- 23:16, 3 February 2024 Elina talk contribs created page User:Elina Real Teaching Lesson Plan 16 (Created page with "Specific Objective: At the end of this class, student will be able to: Understand the concept of ordered list in HTMl. Create the different type of ordered list. Teaching Material: Marker ,Duster Computer with text editor(notepad,vscode) Browser for testing (chrome and msedge) Teaching Learning Activty: Begin by discussing the importance of ordered list in web page. Explain the ordered list are used when the order of item matter. Introduc the<ol> and <li> tag and explai...")
- 23:03, 2 February 2024 Elina talk contribs created page Table: (Created page with "<table border="1"> <tr><th>First_Name</th><th>Last_Name</th><th>District</th></tr> <tr><td>Elina</td><td>Bastola</td><td>Solukhumbu</td></tr> <tr><td>Ansha </td><td>kandel</td><td>Dhading</td></tr> <tr><td>Aasha</td><td>Parajuli</td><td>Kavrepalanchok</td></tr> <tr><td>Ashmita</td><td>Shrestha</td><td>Tanahu</td></tr> </table>")
- 22:37, 2 February 2024 Elina talk contribs created page User:Elina Real Teaching Lesson Plan 15 (Created page with "Specific Objective: At the end of this class, student will be able to: Understand the concept of the HTML table, create a table and assign data in tabular form. Teaching Material: Whiteboard, marker, computer with text editor(noteppad,vs code). Browser for testing(chrome and ms edge). Introduction: Start by asking a questions about HTML tags, Encourage them to share their thought, HTML table tag is used to display data in tabular form (row * column). There can be many co...")
- 11:20, 2 February 2024 Elina talk contribs created page Formatting tag (Created page with "<p> <b>Write Your First Paragraph in bold text.</b></p> <p><strong>This is an important content</strong>, and this is normal content</p> <p> <i>Write Your Paragraph in italic text.</i></p> <p><em>This is an important content</em>, which displayed in italic font.</p> <h2> I want to put a <mark> Mark</mark> on your face</h2> <p> <u>Write Your Paragraph in underlined text.</u></p> <p> <strike>Write Your Paragraph with strikethrough</strike>.</p> <p>Hello <big>Wr...")
- 11:11, 2 February 2024 Elina talk contribs created page Video clips (Created page with "https://www.youtube.com/watch?v=915xX2eh-yg https://www.youtube.com/watch?v=BRZdeiWSRHU https://www.javatpoint.com/html-formatting") Tag: Visual edit
- 11:09, 2 February 2024 Elina talk contribs created page File:Formatting tag.png
- 11:09, 2 February 2024 Elina talk contribs uploaded File:Formatting tag.png
- 11:00, 2 February 2024 Elina talk contribs created page User:Elina Real Teaching Lesson plan 14 (Created page with "Specific Objective: At the end of this class, studnet will be able: to change the any text, paragraph and page in the web page. Teaching Material: daily uses material video clips Teaching Learning Activity: Ask students to discuss what they know about the importance of formatting in web design. Write their responses on the whiteboard. Introduce the concept of formating tag in HTML and their role in styling content. Discuss the various text formating tag such as: Demonst...")
- 10:03, 2 February 2024 Elina talk contribs created page Video clip (Created page with "https://www.youtube.com/watch?v=YgdfDZ1ADjU")
- 09:59, 2 February 2024 Elina talk contribs created page Example 3 (Created page with "<nowiki><h2>The style Attribute</h2></nowiki> <nowiki><p>The style attribute is used to add styles to an element, such as color:</p></nowiki> <nowiki><p style="color:red;">This is a red paragraph.</p></nowiki>") Tag: Visual edit
- 08:17, 1 February 2024 Elina talk contribs created page User:Elina Real Teaching Lesson Plan 13 (Created blank page)
- 10:39, 31 January 2024 Elina talk contribs created page Practice Activity 2: (Created page with "<font face = "Times New Roman" size = "5">Times New Roman</font><br /> <font face = "Verdana" size = "5">Verdana</font><br /> <font face = "Comic sans MS" size =" 5">Comic Sans MS</font><br /> <font face = "WildWest" size = "5">WildWest</font><br /> <font face = "Bedrock" size = "5">Bedrock</font><br />")
- 10:38, 31 January 2024 Elina talk contribs created page Practice Activity 1: (Created page with "<font size = "1">Font size = "1"</font><br /> <font size = "2">Font size = "2"</font><br /> <font size = "3">Font size = "3"</font><br /> <font size = "4">Font size = "4"</font><br /> <font size = "5">Font size = "5"</font><br /> <font size = "6">Font size = "6"</font><br /> <font size = "7">Font size = "7"</font>")
- 10:24, 31 January 2024 Elina talk contribs created page User:Elina Real Teaching Lesson Plan 12 (Created page with "Specific Objectives: At the end of this lesson, student will be able to: Understanding the concepts of HTML font tag change the font-size, font-face and color in web page Teaching Material: Whiteboard and marker laptop with text editor projector or screen Introduction: Start by asking a questions about previous knowledge of HTML font, Font tag defines the font size, color and face or the text in an HTML document, It is used to define the font style for the text contain...")
- 10:40, 29 January 2024 Elina talk contribs created page Example: (Created page with "<nowiki><h1>Heading h1</h1></nowiki> <nowiki><h2>Heading h2</h2></nowiki> <nowiki><h3>Heading h3</h3></nowiki> <nowiki><h4>Heading h4</h4></nowiki> <nowiki><h5>Heading h5</h5></nowiki> <nowiki><h6>Heading h6</h6></nowiki> <nowiki><p>Paragraph of the webpage</p></nowiki>") Tag: Visual edit
- 10:16, 29 January 2024 Elina talk contribs created page User:Elina Real Teaching Lesson Plan 11 (Created page with "Subject:Computer Science Class:8 Section:"B" Unit:17 Topic:Introduction to HTML with its types Time:45min School:Adarsha Secondary School Specific Objectives: At the end of this lesson, student will be able to: understanding the concept of HTML heading, create heading and sub-heading in HTML document. create paragraph in web page. Teaching Material: Whiteboard & marker Laptop and projector Introduction: HTML heading tag is used to define the headings of a page. There are...")
- 09:23, 29 January 2024 Elina talk contribs created page Video: (Created page with "https://www.youtube.com/watch?v=XoJoq-Eog-0") Tag: Visual edit
- 02:01, 29 January 2024 Elina talk contribs created page User:Elina Real Teaching Lesson Plan 10 (Created page with "Specific Objectives: At the end of this class, students will be able to: Understand the basics concept of antivirus software, its importance in protecting computers. Teaching Material: Marker,duster,whiteboards. Laptop with internet access. Teaching Learning Activity: Begin with a brief discussion on what students know about computer viruses. Introduce the term "antivirus software" and ask for initial thoughts. Discuss key features of antivirus software, such as real-ti...")
- 00:43, 29 January 2024 Elina talk contribs created page User:Elina Real Teaching Lesson Plan 9 (Created page with "Specific Objectives: At the end of this class, student will be able to: write about the computer virus. Define and identify different types of computer viruses. Teaching material: Marker,duster. Laptop and projector with internet access. Teachng Learning Activity: Begin with a brief discussion about computer virus. Discuss the different types of computer virus.")
- 09:04, 26 January 2024 Elina talk contribs created page Video and content (Created page with "https://www.youtube.com/watch?v=pcRyArL_bYg https://www.geeksforgeeks.org/what-is-a-computer-virus/")
- 08:55, 26 January 2024 Elina talk contribs created page User:Elina Real Teaching Lesson Plan 8 (Created page with "Specific Objectives: At the end of this class, studnet will be able to; understanding the basic concepts of computer virus. write about the history of computer virus. Teaching materal: Daily uses material Video and content Teaching Learning Activity: Begin a brief discussion about computer and their role in our daily lives. define the term "computer virus" and discuss about its. Discuss the what does a computer virus do? Discuss the how a computer gets a virus? Summarize...")
- 12:21, 25 January 2024 Elina talk contribs created page User:Elina Real Teaching Lesson Plan 7 (Created page with "Specific Objectives: At the end of this class, studnet will be able; to create an email account, to send message/mail form one computer to another through the internet, to delete spam mail/unnessary mail, Teaching Material: Marker,dustor,Whiteboard. laptop with internet access. Projector or screen for demonstartion. Teaching Learning Activity: Begin the class by discussing the basic concepts of email. Share the objective of the lesson:to learn how to create an email acc...")
- 10:50, 24 January 2024 Elina talk contribs created page User:Elina Real Teaching Lesson plan 6 (Created page with "Subject:Computer Science Class:7 Time:45min Unit:14 Topic:Basic terminology of internet School:Adarsha secondary school Specific Objectives: Students will able to understand the essential terminology related to the internet. Teaching Material: marker,dustor,whiteboard. laptop with internet access. powerpoint presentation: pictures Teaching Activity: Begin with a asking questions about pre-discussion class. if they understand clearly about prediscussion topics, start...")
- 01:08, 24 January 2024 Elina talk contribs created page Powerpoint presentation: (Created page with "https://docs.google.com/presentation/d/1DDfaW5YqmSN8Mjj3yc8cc7mgPdgXigla/edit?usp=drive_link&ouid=102271474647445774400&rtpof=true&sd=true") Tag: Visual edit
- 08:01, 23 January 2024 Elina talk contribs created page File:Protocol.png
- 08:01, 23 January 2024 Elina talk contribs uploaded File:Protocol.png
- 08:00, 23 January 2024 Elina talk contribs created page File:Server.png
- 08:00, 23 January 2024 Elina talk contribs uploaded File:Server.png
- 07:59, 23 January 2024 Elina talk contribs created page File:Client.png
- 07:59, 23 January 2024 Elina talk contribs uploaded File:Client.png
- 00:39, 23 January 2024 Elina talk contribs created page User:Elina Real Teaching Lesson Plan 5 (Created page with "Subject:Computer Science Class:7 Unit:14 Topic:Internet and its services Time:45min School:Adarsha Secondary School")
- 09:57, 21 January 2024 Elina talk contribs created page Multimedia (Created page with "https://docs.google.com/presentation/d/1eTqLebf8Yor1OTOd2gpzoo3zZPs1Db9S/edit?usp=sharing&ouid=110497886599630026938&rtpof=true&sd=true")
- 09:28, 21 January 2024 Elina talk contribs created page User:Elina Real Teaching Lesson Plan 4 (Created page with "Specific Objectives: At the end of this class, student will be able to: Understand the basic terminology of multimedia with its advantages and disadvantages. Teaching Material: Laptop, marker, duster and projector powerpoint presentation: Teaching Learning Activity: Begin by starting a question what they know about the concept of multimedia and its basic terminologies. If they know about multimedia, allow to share their knowledge. Discuss the different terminology of m...")
- 06:10, 20 January 2024 Elina talk contribs created page Werpoint Presentation slides (Created page with "https://docs.google.com/presentation/d/1eTqLebf8Yor1OTOd2gpzoo3zZPs1Db9S/edit?usp=drive_link&ouid=110497886599630026938&rtpof=true&sd=true") Tag: Visual edit
- 05:26, 20 January 2024 Elina talk contribs created page User:Elina Real Teaching Lesson Plan 3 (Created page with "Specific Objective: At the end of this class: Students will understand the concept of multimedia; students will be able to uses of multimedia in our daily life; students will be able to understanding the basic element of multimedia. Teaching Material: Daily Uses Material Teaching Learning Activities: Begin with a brief discussion on the definition of multimedia and its uses in our daily life. Ask student to share their understanding concept of multimedia. Discuss the dif...")
- 08:34, 28 December 2023 Elina talk contribs created page File:Table.png