Browse

Incorporating Technologies

Posted on: #iteachmsu
Incorporating Technologies
Friday, May 6, 2022
Parallel Computer
Parallel Computer Architecture is the method of organizing all the resources to maximize the performance and the programmability within the limits given by technology and the cost at any instance of time. It adds a new dimension in the development of computer system by using more and more number of processors. This tutorial covers the basics related to Parallel Computer Architecture, discussing the various concepts and terminologies associated with the topic
Authored by: Rohit Shinde
Loading..
Posted on 1: #iteachmsu
Parallel Computer
Parallel Computer Architecture is the method of organizing all the resources to maximize the performance and the programmability within the limits given by technology and the cost at any instance of time. It adds a new dimension in the development of computer system by using more and more number of processors. This tutorial covers the basics related to Parallel Computer Architecture, discussing the various concepts and terminologies associated with the topic
INCORPORATING TECHNOLOGIES
Authored by: Rohit Shinde
Friday, May 6, 2022
Loading..
Posted on: #iteachmsu
Incorporating Technologies
Friday, May 6, 2022
Clear rules
The following organizational supports are particularly useful. Students should be taught to use these tools through teacher modeling and guided practice with feedback before being expected to use them more independently.
Authored by: Scarlet Ethan
Loading..
Posted on 1: #iteachmsu
Clear rules
The following organizational supports are particularly useful. Students should be taught to use these tools through teacher modeling and guided practice with feedback before being expected to use them more independently.
INCORPORATING TECHNOLOGIES
Authored by: Scarlet Ethan
Friday, May 6, 2022
Loading..
Posted on: #iteachmsu
Incorporating Technologies
Friday, May 6, 2022
Clear rules
The following organizational supports are particularly useful. Students should be taught to use these tools through teacher modeling and guided practice with feedback before being expected to use them more independently.
Authored by: Scarlet Ethan
Loading..
Posted on 1: #iteachmsu
Clear rules
The following organizational supports are particularly useful. Students should be taught to use these tools through teacher modeling and guided practice with feedback before being expected to use them more independently.
INCORPORATING TECHNOLOGIES
Authored by: Scarlet Ethan
Friday, May 6, 2022
Loading..
Posted on: #iteachmsu
Incorporating Technologies
Friday, May 6, 2022
Organizational Supports for ADHD Students
Primer text from the College of William & Mary.
https://education.wm.edu/centers/ttac/documents/packets/adhd.pdf


Many students with ADHD have significant difficulties with organization.

They are more likely to respond positively when teachers establish class routines and set procedures and maintain a well-organized learning environment.
Authored by: Scarlet Ethan
Loading..
Posted on 1: #iteachmsu
Organizational Supports for ADHD Students
Primer text from the College of William & Mary.
https://education.wm.edu/centers/ttac/documents/packets/adhd.pdf


Many students with ADHD have significant difficulties with organization.

They are more likely to respond positively when teachers establish class routines and set procedures and maintain a well-organized learning environment.
INCORPORATING TECHNOLOGIES
Authored by: Scarlet Ethan
Friday, May 6, 2022
Loading..
Posted on: #iteachmsu
Incorporating Technologies
Friday, May 6, 2022
Organizational Supports for ADHD Students
Primer text from the College of William & Mary.
https://education.wm.edu/centers/ttac/documents/packets/adhd.pdf


Many students with ADHD have significant difficulties with organization.

They are more likely to respond positively when teachers establish class routines and set procedures and maintain a well-organized learning environment.
Authored by: Scarlet Ethan
Loading..
Posted on 1: #iteachmsu
Organizational Supports for ADHD Students
Primer text from the College of William & Mary.
https://education.wm.edu/centers/ttac/documents/packets/adhd.pdf


Many students with ADHD have significant difficulties with organization.

They are more likely to respond positively when teachers establish class routines and set procedures and maintain a well-organized learning environment.
INCORPORATING TECHNOLOGIES
Authored by: Scarlet Ethan
Friday, May 6, 2022
Loading..
Posted on: Help and Support Group
Incorporating Technologies
Friday, Apr 1, 2022
Images Tutorial
Images must have text alternatives that describe the information or function represented by them. This ensures that images can be used by people with various disabilities. This tutorial demonstrates how to provide appropriate text alternatives based on the purpose of the image:

Informative images: Images that graphically represent concepts and information, typically pictures, photos, and illustrations. The text alternative should be at least a short description conveying the essential information presented by the image.

Decorative images: Provide a null text alternative (alt="") when the only purpose of an image is to add visual decoration to the page, rather than to convey information that is important to understanding the page.

Functional images: The text alternative of an image used as a link or as a button should describe the functionality of the link or button rather than the visual image. Examples of such images are a printer icon to represent the print function or a button to submit a form.

Images of text: Readable text is sometimes presented within an image. If the image is not a logo, avoid text in images. However, if images of text are used, the text alternative should contain the same words as in the image.
Posted by: Scarlet Ethan Edien
Loading..
Posted on 1: Help and Support Group
Images Tutorial
Images must have text alternatives that describe the information or function represented by them. This ensures that images can be used by people with various disabilities. This tutorial demonstrates how to provide appropriate text alternatives based on the purpose of the image:

Informative images: Images that graphically represent concepts and information, typically pictures, photos, and illustrations. The text alternative should be at least a short description conveying the essential information presented by the image.

Decorative images: Provide a null text alternative (alt="") when the only purpose of an image is to add visual decoration to the page, rather than to convey information that is important to understanding the page.

Functional images: The text alternative of an image used as a link or as a button should describe the functionality of the link or button rather than the visual image. Examples of such images are a printer icon to represent the print function or a button to submit a form.

Images of text: Readable text is sometimes presented within an image. If the image is not a logo, avoid text in images. However, if images of text are used, the text alternative should contain the same words as in the image.
INCORPORATING TECHNOLOGIES
Posted by: Scarlet Ethan Edien
Friday, Apr 1, 2022
Loading..
Posted on: Online Education
user pic
Posted by over 3 years ago
The culture of the classroom can either support or create barriers to student success (Piffner,
2011).

Factors that foster attention, positive behavior, and academic and social success include
establishing positive relationships with students, adopting classroom management techniques,
and creating a physical arrangement that facilitates learning.
Posted on: #iteachmsu
Monday, Jan 17, 2022
Artificial Intelligence Modelling Language. AIML is an XML based markup language
AIML stands for Artificial Intelligence Markup Language. AIML was developed by the Alicebot free software community and Dr. Richard S. Wallace during 1995-2000. AIML is used to create or customize Alicebot which is a chat-box application based on A.L.I.C.E. (Artificial Linguistic Internet Computer Entity) free software.
AIML Tags
Following are the important tags which are commonly used in AIML documents.



S.No.
AIML Tag / Description


1

<aiml>
Defines the beginning and end of a AIML document.



2

<category>
Defines the unit of knowledge in Alicebot's knowledge base.



3

<pattern>
Defines the pattern to match what a user may input to an Alicebot.



4

<template>
Defines the response of an Alicebot to user's input.




We'll discuss each of these tags in AIML Basic tags chapter.
Following are some of the other widely used aiml tags. We'll be discussing each tag in details in coming chapters.



S.No.
AIML Tag / Description


1

<star>
Used to match wild card * character(s) in the <pattern> Tag.



2

<srai>
Multipurpose tag, used to call/match the other categories.



3

<random>
Used <random> to get random responses.



4

<li>
Used to represent multiple responses.



5

<set>
Used to set value in an AIML variable.



6

<get>
Used to get value stored in an AIML variable.



7

<that>
Used in AIML to respond based on the context.



8

<topic>
Used in AIML to store a context so that later conversation can be done based on that context.



9

<think>
Used in AIML to store a variable without notifying the user.



10

<condition>
Similar to switch statements in programming language. It helps ALICE to respond to matching input.




AIML Vocabulary
AIML vocabulary uses words, space and two special characters * and _ as wild cards. AIML interpreter gives preference to pattern having _ than pattern having *. AIML tags are XML compliant and patterns are case-insensitive.
Example
<aiml version = "1.0.1" encoding = "UTF-8"?>
<category>
<pattern> HELLO ALICE </pattern>

<template>
Hello User!
</template>

</category>
</aiml>
Following are the important points to be considered −


<aiml> tag signifies start of the AIML document.


<category> tag defines the knowledge unit.


<pattern> tag defines the pattern user is going to type.


<template> tag defines the response to the user if user types Hello Alice.


Result
User: Hello Alice
Bot: Hello User
Authored by: AIML stands for Artificial Intelligence Modelling Languag...
post image
Posted on: #iteachmsu
post image
Artificial Intelligence Modelling Language. AIML is an XML based markup language
AIML stands for Artificial Intelligence Markup Language. AIML ...
Authored by:
Monday, Jan 17, 2022
icon busy for category details