We found 41 results that contain "906"

Posted on: #iteachmsu
Thursday, Jan 25, 2024
Playlist with added assessments(Activities for your child's brain development)
Playlist with added assessments
Authored by: Super Admin
Loading..
Posted on 1: #iteachmsu
Playlist with added assessments(Activities for your child's brain development)
Playlist with added assessments
Authored by: Super Admin
Thursday, Jan 25, 2024
Loading..
Posted on: #iteachmsu
Monday, Jan 29, 2024
Effective praise statements
Additionally, the use of tablets and computers may engage students more fully in learning activities. Priming Procedure: Prime the student before an assignment or lesson by reviewing a list of student-identified privileges or reinforcements that can be earned following a specified work period. Proximity Control: Teacher proximity is highly effective for helping students with ADHD maintain attention. For example, the teacher may move closer to the student when giving directions and monitoring seatwork. Timers: Set a timer to indicate how much time remains in the lesson or work period. The timer should be clearly visible so students can check the remaining time and monitor their progress. Wristwatch or Smartphone: Teach the student to use a wristwatch or smartphone to manage time when completing assigned work. Many watches and smartphones have built-in timers that can be programmed to beep at set intervals.
Music: Play different levels and tempos of music to help students understand the activity level appropriate for particular lessons. For example, using quiet classical
music for individual learning activities helps block distractions and creates a calm classroom environment (U.S. Department of Education, 2006). Children with ADHD require specific and frequent feedback and/or reinforcement immediately following the demonstration of desired behaviors. When students are learning new behaviors, it is generally important to reinforce close approximations first as a way to shape behavior. Once a behavior is established, the frequency of reinforcement can be gradually decreased. Students with ADHD tend to quickly lose interest with repetition, so a variety of easy-to-implement reinforcers should be considered.
Praise, Praise, Praise: Attentiveness and appropriate classroom behavior are prerequisites for learning; therefore, interventions that promote these behaviors
should be an integral part of the teaching process for all students. When teachers are attentive to positive behavior and specifically praise students for these
behaviors, they can engage students before their attention drifts while highlighting desired behavior (U.S. Department of Education, 2006).
Posted by: Venturit Super Admin
Loading..
Posted on 1: #iteachmsu
Effective praise statements
Additionally, the use of tablets and computers may engage students more fully in learning activities. Priming Procedure: Prime the student before an assignment or lesson by reviewing a list of student-identified privileges or reinforcements that can be earned following a specified work period. Proximity Control: Teacher proximity is highly effective for helping students with ADHD maintain attention. For example, the teacher may move closer to the student when giving directions and monitoring seatwork. Timers: Set a timer to indicate how much time remains in the lesson or work period. The timer should be clearly visible so students can check the remaining time and monitor their progress. Wristwatch or Smartphone: Teach the student to use a wristwatch or smartphone to manage time when completing assigned work. Many watches and smartphones have built-in timers that can be programmed to beep at set intervals.
Music: Play different levels and tempos of music to help students understand the activity level appropriate for particular lessons. For example, using quiet classical
music for individual learning activities helps block distractions and creates a calm classroom environment (U.S. Department of Education, 2006). Children with ADHD require specific and frequent feedback and/or reinforcement immediately following the demonstration of desired behaviors. When students are learning new behaviors, it is generally important to reinforce close approximations first as a way to shape behavior. Once a behavior is established, the frequency of reinforcement can be gradually decreased. Students with ADHD tend to quickly lose interest with repetition, so a variety of easy-to-implement reinforcers should be considered.
Praise, Praise, Praise: Attentiveness and appropriate classroom behavior are prerequisites for learning; therefore, interventions that promote these behaviors
should be an integral part of the teaching process for all students. When teachers are attentive to positive behavior and specifically praise students for these
behaviors, they can engage students before their attention drifts while highlighting desired behavior (U.S. Department of Education, 2006).
Posted by: Venturit Super Admin
Monday, Jan 29, 2024
Loading..
Posted on: #iteachmsu
Monday, Jan 29, 2024
Goal of behavior management strategies
For example, creating a signal and routine for “taking a five minute
break” at a specified classroom location provides an opportunity for the
student to recognize when he is becoming restless or frustrated and prevents
behavior from escalating. This system is most effective if used before the
behavior escalates or intensifies.


Choice as Reward: Choice in and of itself appears to be highly reinforcing.
Provide choices of activities between assignments or embed choices within
assignments (e.g., choice of materials, readings, response modes, peer partners).
Choices also provide students practice in decision making.


Checking With Chimes: In order to teach students to monitor their attention to
task, set reminders at random intervals on an electronic device, such as a
smartphone or kitchen timer. Time intervals should be set based on the student’s
attention span and the pace of the lesson (typically 3 to 5 minutes). When the
tone sounds, the student charts or marks whether she is engaged in learning. A
simple yes or no checklist works well. Students can monitor their own behaviors
by giving themselves points or checkmarks for appropriate behavior. Extra points
may be awarded when student and teacher ratings match. The student could then
chart her score using a computer program, tablet, smartphone, graph paper, or
poster board.


Authored by: William & Mary and Texas A&M
Loading..
Posted on 1: #iteachmsu
Goal of behavior management strategies
For example, creating a signal and routine for “taking a five minute
break” at a specified classroom location provides an opportunity for the
student to recognize when he is becoming restless or frustrated and prevents
behavior from escalating. This system is most effective if used before the
behavior escalates or intensifies.


Choice as Reward: Choice in and of itself appears to be highly reinforcing.
Provide choices of activities between assignments or embed choices within
assignments (e.g., choice of materials, readings, response modes, peer partners).
Choices also provide students practice in decision making.


Checking With Chimes: In order to teach students to monitor their attention to
task, set reminders at random intervals on an electronic device, such as a
smartphone or kitchen timer. Time intervals should be set based on the student’s
attention span and the pace of the lesson (typically 3 to 5 minutes). When the
tone sounds, the student charts or marks whether she is engaged in learning. A
simple yes or no checklist works well. Students can monitor their own behaviors
by giving themselves points or checkmarks for appropriate behavior. Extra points
may be awarded when student and teacher ratings match. The student could then
chart her score using a computer program, tablet, smartphone, graph paper, or
poster board.


Authored by: William & Mary and Texas A&M
Monday, Jan 29, 2024
Loading..
Posted on: #iteachmsu
Disciplinary Content
Tuesday, Feb 27, 2024
Introduction of Object Oriented Programming --> Edited
As the name suggests, Object-Oriented Programming or OOPs refers to languages that use objects in programming. Object-oriented programming aims to implement real-world entities like inheritance, hiding, polymorphism, etc in programming. The main aim of OOP is to bind together the data and the functions that operate on them so that no other part of the code can access this data except that function.

OOPs Concepts:

Class
Objects
Data Abstraction
Encapsulation
Inheritance
Polymorphism
Dynamic Binding
Message Passing
1. Class:

A class is a user-defined data type. It consists of data members and member functions, which can be accessed and used by creating an instance of that class. It represents the set of properties or methods that are common to all objects of one type. A class is like a blueprint for an object.
Posted by: Venturit Super Admin
Loading..
Posted on 1: #iteachmsu
Introduction of Object Oriented Programming --> Edited
As the name suggests, Object-Oriented Programming or OOPs refers to languages that use objects in programming. Object-oriented programming aims to implement real-world entities like inheritance, hiding, polymorphism, etc in programming. The main aim of OOP is to bind together the data and the functions that operate on them so that no other part of the code can access this data except that function.

OOPs Concepts:

Class
Objects
Data Abstraction
Encapsulation
Inheritance
Polymorphism
Dynamic Binding
Message Passing
1. Class:

A class is a user-defined data type. It consists of data members and member functions, which can be accessed and used by creating an instance of that class. It represents the set of properties or methods that are common to all objects of one type. A class is like a blueprint for an object.
DISCIPLINARY CONTENT
Posted by: Venturit Super Admin
Tuesday, Feb 27, 2024
Loading..
Posted on: #iteachmsu
Disciplinary Content
Tuesday, Feb 27, 2024
Thread group elements are the beginning points of any test plan. All controllers and samplers must b
Thread group elements are the beginning points of any test plan. All controllers and samplers must be under a thread group. Other elements, e.g. Listeners, may be placed directly under the test plan, in which case they will apply to all the thread groups. As the name implies, the thread group element controls the number of threads JMeter will use to execute your test. The controls for a thread group allow you to:

Set the number of threads
Set the ramp-up period
Set the number of times to execute the test
Each thread will execute the test plan in its entirety and completely independently of other test threads. Multiple threads are used to simulate concurrent connections to your server application.

The ramp-up period tells JMeter how long to take to "ramp-up" to the full number of threads chosen. If 10 threads are used, and the ramp-up period is 100 seconds, then JMeter will take 100 seconds to get all 10 threads up and running. Each thread will start 10 (100/10) seconds after the previous thread was begun. If there are 30 threads and a ramp-up period of 120 seconds, then each successive thread will be delayed by 4 seconds.

Ramp-up needs to be long enough to avoid too large a work-load at the start of a test, and short enough that the last threads start running before the first ones finish (unless one wants that to happen).

Start with Ramp-up = number of threads and adjust up or down as needed.

By default, the thread group is configured to loop once through its elements.

Thread Group also allows to specify Thread lifetime. Click the checkbox at the bottom of the Thread Group panel to enable/disable extra fields in which you can enter the duration of test and the startup delay You can configure Duration (seconds) and Startup Delay (seconds) to control the duration of each thread group and the after how much seconds it starts. When the test is started, JMeter will wait Startup Delay (seconds) before starting the Threads of the Thread Group and run for the configured Duration (seconds) time.
Authored by: Super Admin
Loading..
Posted on 1: #iteachmsu
Thread group elements are the beginning points of any test plan. All controllers and samplers must b
Thread group elements are the beginning points of any test plan. All controllers and samplers must be under a thread group. Other elements, e.g. Listeners, may be placed directly under the test plan, in which case they will apply to all the thread groups. As the name implies, the thread group element controls the number of threads JMeter will use to execute your test. The controls for a thread group allow you to:

Set the number of threads
Set the ramp-up period
Set the number of times to execute the test
Each thread will execute the test plan in its entirety and completely independently of other test threads. Multiple threads are used to simulate concurrent connections to your server application.

The ramp-up period tells JMeter how long to take to "ramp-up" to the full number of threads chosen. If 10 threads are used, and the ramp-up period is 100 seconds, then JMeter will take 100 seconds to get all 10 threads up and running. Each thread will start 10 (100/10) seconds after the previous thread was begun. If there are 30 threads and a ramp-up period of 120 seconds, then each successive thread will be delayed by 4 seconds.

Ramp-up needs to be long enough to avoid too large a work-load at the start of a test, and short enough that the last threads start running before the first ones finish (unless one wants that to happen).

Start with Ramp-up = number of threads and adjust up or down as needed.

By default, the thread group is configured to loop once through its elements.

Thread Group also allows to specify Thread lifetime. Click the checkbox at the bottom of the Thread Group panel to enable/disable extra fields in which you can enter the duration of test and the startup delay You can configure Duration (seconds) and Startup Delay (seconds) to control the duration of each thread group and the after how much seconds it starts. When the test is started, JMeter will wait Startup Delay (seconds) before starting the Threads of the Thread Group and run for the configured Duration (seconds) time.
DISCIPLINARY CONTENT
Authored by: Super Admin
Tuesday, Feb 27, 2024
Loading..
Posted on: #iteachmsu
Thursday, Apr 11, 2024
Triglycerides Triglycerides are fats and oils Fatty acid and glycerol molecules are the Edited
Triglycerides
Triglycerides are fats and oils
Fatty acid and glycerol molecules are the components that make up triglycerides
Fats and oils have a number of important functions in organisms: energy storage, insulation, buoyancy, and protection
Energy storage
The long hydrocarbon chains in triglycerides contain many carbon-hydrogen bonds with little oxygen (triglycerides are highly reduced)
So when triglycerides are oxidised during cellular respiration this causes these bonds to break releasing energy used to produce ATP
Triglycerides, therefore, store more energy per gram than carbohydrates and proteins (37kJ compared to 17kJ)
As triglycerides are hydrophobic they do not cause osmotic water uptake in cells so more can be stored
Plants store triglycerides, in the form of oils, in their seeds and fruits. If extracted from seeds and fruits these are generally liquid at room temperature due to the presence of double bonds which add kinks to the fatty acid chains altering their properties
Mammals store triglycerides as oil droplets in adipose tissue to help them survive when food is scarce (e.g. hibernating bears)
The oxidation of the carbon-hydrogen bonds releases large numbers of water molecules (metabolic water) during cellular respiration
Desert animals retain this water if there is no liquid water to drink
Bird and reptile embryos in their shells also use this water
Authored by: 1
Loading..
Posted on 1: #iteachmsu
Triglycerides Triglycerides are fats and oils Fatty acid and glycerol molecules are the Edited
Triglycerides
Triglycerides are fats and oils
Fatty acid and glycerol molecules are the components that make up triglycerides
Fats and oils have a number of important functions in organisms: energy storage, insulation, buoyancy, and protection
Energy storage
The long hydrocarbon chains in triglycerides contain many carbon-hydrogen bonds with little oxygen (triglycerides are highly reduced)
So when triglycerides are oxidised during cellular respiration this causes these bonds to break releasing energy used to produce ATP
Triglycerides, therefore, store more energy per gram than carbohydrates and proteins (37kJ compared to 17kJ)
As triglycerides are hydrophobic they do not cause osmotic water uptake in cells so more can be stored
Plants store triglycerides, in the form of oils, in their seeds and fruits. If extracted from seeds and fruits these are generally liquid at room temperature due to the presence of double bonds which add kinks to the fatty acid chains altering their properties
Mammals store triglycerides as oil droplets in adipose tissue to help them survive when food is scarce (e.g. hibernating bears)
The oxidation of the carbon-hydrogen bonds releases large numbers of water molecules (metabolic water) during cellular respiration
Desert animals retain this water if there is no liquid water to drink
Bird and reptile embryos in their shells also use this water
Authored by: 1
Thursday, Apr 11, 2024
Loading..
Posted on: #iteachmsu
Disciplinary Content
Monday, Apr 22, 2024
Natural resources gifted by god -- Edited
Natural resources are the raw materials and sources of energy that we use. Petrol, metals, soil, sand, wind, water, and everything in between are natural resources. Manufactured items such as plastic, sheet metal, fabrics, microchips, electricity and concrete are not natural resources, but are most definitely derived from natural resources.

Natural resources are the raw materials and sources of energy that we use.

Petrol, metals, soil, sand, wind, water and everything in between are natural resources. Manufactured items such as plastic, sheet metal, fabrics, microchips, electricity and concrete are not natural resources, but are most definitely derived from natural resources.

Think about the relationship between natural resources and manufactured products. In essence, we call them “natural” resources because they are things human society uses that are created (or were created in the case of fossil fuels) without human intervention.


Perpetually Renewable Resources
Perpetually renewable resources are the easiest resources to understand; these are natural resources that are constantly replenished by the Sun’s and Earth’s natural processes. For example, every day the sun delivers an average of 198 Watts of energy to every square meter (m

) of the Earth’s surface. For comparison a standard incandescent light bulb in a bedside lamp uses 40 Watts, or a 100kg person climbing a step in 2 seconds uses roughly 200 Watts. Every day without fail for the last 5 billion years (plus or minus a few hundred million years) the Sun has delivered this solar energy.


Together with geothermal energy (heat from the Earth’s interior), the Sun’s perpetual energy powers the winds, ocean currents, precipitation and most of the Earth’s plant life. Solar and geothermal natural resources currently energise a significant and growing percentage of many nations’ electrical grids. It is perpetually renewable in the sense that no matter how much we use in terms of human time-scales (e.g decades to millennia), the Sun and the Earth will always make more.


Intermediate Renewable Resources
Intermediate renewable resources are only renewable resources if we don’t use them too quickly. They are resources such as freshwater, soil, crops and trees for timber. If we didn’t use them, they would be perpetually renewable, but because they require time (on human time-scales) to regenerate or grow, we can overuse them until they are no longer available.


Freshwater is a great example of an intermediate renewable resource. Through the water cycle, the sun evaporates water from the surface of saltwater oceans that travels over land and falls back to earth as freshwater rain. This rain fills the lakes, rivers and aquifers we use for agriculture, industry and drinking water. If we use this freshwater at the same rate as the rain recharging it, then we won’t run out. If we use the freshwater faster than it recharges, then we will. Intermediate renewable resources must be carefully managed to ensure they are not depleted.


Non-renewable Resources
The last category of natural resources are the non-renewables. These are resources that will not regenerate on human time-scales. Once they have been depleted they will no longer be available and no more will be made. The most common examples of non-renewable resources are fossil fuels, so-called because most were created by processes that take millions of years. Fossil fuels include crude oil, natural gas, coal and uranium. Other non-renewable resources include metals, lithium and rare-Earth elements (REE’s), but it’s important to remember that while we may eventually run out of mineable metals and REE’s, with careful waste management, these can be recovered through recycling. However, it is not the same for fossil fuels as using them for energy alters their chemistry so they are no longer useful.
Authored by: Super Admin 1
Loading..
Posted on 1: #iteachmsu
Natural resources gifted by god -- Edited
Natural resources are the raw materials and sources of energy that we use. Petrol, metals, soil, sand, wind, water, and everything in between are natural resources. Manufactured items such as plastic, sheet metal, fabrics, microchips, electricity and concrete are not natural resources, but are most definitely derived from natural resources.

Natural resources are the raw materials and sources of energy that we use.

Petrol, metals, soil, sand, wind, water and everything in between are natural resources. Manufactured items such as plastic, sheet metal, fabrics, microchips, electricity and concrete are not natural resources, but are most definitely derived from natural resources.

Think about the relationship between natural resources and manufactured products. In essence, we call them “natural” resources because they are things human society uses that are created (or were created in the case of fossil fuels) without human intervention.


Perpetually Renewable Resources
Perpetually renewable resources are the easiest resources to understand; these are natural resources that are constantly replenished by the Sun’s and Earth’s natural processes. For example, every day the sun delivers an average of 198 Watts of energy to every square meter (m

) of the Earth’s surface. For comparison a standard incandescent light bulb in a bedside lamp uses 40 Watts, or a 100kg person climbing a step in 2 seconds uses roughly 200 Watts. Every day without fail for the last 5 billion years (plus or minus a few hundred million years) the Sun has delivered this solar energy.


Together with geothermal energy (heat from the Earth’s interior), the Sun’s perpetual energy powers the winds, ocean currents, precipitation and most of the Earth’s plant life. Solar and geothermal natural resources currently energise a significant and growing percentage of many nations’ electrical grids. It is perpetually renewable in the sense that no matter how much we use in terms of human time-scales (e.g decades to millennia), the Sun and the Earth will always make more.


Intermediate Renewable Resources
Intermediate renewable resources are only renewable resources if we don’t use them too quickly. They are resources such as freshwater, soil, crops and trees for timber. If we didn’t use them, they would be perpetually renewable, but because they require time (on human time-scales) to regenerate or grow, we can overuse them until they are no longer available.


Freshwater is a great example of an intermediate renewable resource. Through the water cycle, the sun evaporates water from the surface of saltwater oceans that travels over land and falls back to earth as freshwater rain. This rain fills the lakes, rivers and aquifers we use for agriculture, industry and drinking water. If we use this freshwater at the same rate as the rain recharging it, then we won’t run out. If we use the freshwater faster than it recharges, then we will. Intermediate renewable resources must be carefully managed to ensure they are not depleted.


Non-renewable Resources
The last category of natural resources are the non-renewables. These are resources that will not regenerate on human time-scales. Once they have been depleted they will no longer be available and no more will be made. The most common examples of non-renewable resources are fossil fuels, so-called because most were created by processes that take millions of years. Fossil fuels include crude oil, natural gas, coal and uranium. Other non-renewable resources include metals, lithium and rare-Earth elements (REE’s), but it’s important to remember that while we may eventually run out of mineable metals and REE’s, with careful waste management, these can be recovered through recycling. However, it is not the same for fossil fuels as using them for energy alters their chemistry so they are no longer useful.
DISCIPLINARY CONTENT
Authored by: Super Admin 1
Monday, Apr 22, 2024
Loading..
Posted on: #iteachmsu
Incorporating Technologies
Thursday, May 16, 2024
A heart attack occurs when the flow of blood to the heart is severely reduced or blocked.
A heart attack occurs when the flow of blood to the heart is severely reduced or blocked. The blockage is usually due to a buildup of fat, cholesterol and other substances in the heart (coronary) arteries. The fatty, cholesterol-containing deposits are called plaques. The process of plaque buildup is called atherosclerosis.

Sometimes, a plaque can rupture and form a clot that blocks blood flow. A lack of blood flow can damage or destroy part of the heart muscle.
A heart attack occurs when an artery that sends blood and oxygen to the heart is blocked. Fatty, cholesterol-containing deposits build up over time, forming plaques in the heart's arteries. If a plaque ruptures, a blood clot can form. The clot can block arteries, causing a heart attack. During a heart attack, a lack of blood flow causes the tissue in the heart muscle to die.
Authored by: Super Admin 1
Loading..
Posted on 1: #iteachmsu
A heart attack occurs when the flow of blood to the heart is severely reduced or blocked.
A heart attack occurs when the flow of blood to the heart is severely reduced or blocked. The blockage is usually due to a buildup of fat, cholesterol and other substances in the heart (coronary) arteries. The fatty, cholesterol-containing deposits are called plaques. The process of plaque buildup is called atherosclerosis.

Sometimes, a plaque can rupture and form a clot that blocks blood flow. A lack of blood flow can damage or destroy part of the heart muscle.
A heart attack occurs when an artery that sends blood and oxygen to the heart is blocked. Fatty, cholesterol-containing deposits build up over time, forming plaques in the heart's arteries. If a plaque ruptures, a blood clot can form. The clot can block arteries, causing a heart attack. During a heart attack, a lack of blood flow causes the tissue in the heart muscle to die.
INCORPORATING TECHNOLOGIES
Authored by: Super Admin 1
Thursday, May 16, 2024
Loading..
playlist iconbusy