Browse

Disciplinary Content

Posted on: #iteachmsu
user pic
Posted by over 1 year ago
Phospholipids
Phospholipids are a type of lipid, therefore they are formed from the monomer glycerol and fatty acids
Unlike triglycerides, there are only two fatty acids bonded to a glycerol molecule in a phospholipid as one has been replaced by a phosphate ion (PO43-)
https://www.savemyexams.com/a-level/biology/ocr/17/revision-notes/2-foundations-in-biology/2-2-biological-molecules/2-2-8-lipids-structure--function/
As the phosphate is polar it is soluble in water (hydrophilic)
The fatty acid ‘tails’ are non-polar and therefore insoluble in water (hydrophobic)

Posted on: #iteachmsu
user pic
Posted by over 1 year ago
Cooperative Learning
Carefully structured cooperative learning groups in which each student is assigned a role and has clear expectations for desired outcomes are very helpful for students with ADHD. The more structured the cooperative activity, the more likely it is that these students will succeed.

Sharing Strategies
Think, Pair, Share/Square Share/Group Share: Using this
approach, students work with peer partners to discuss the lesson, check each other’s
work, and share strategies.

Posted on: #iteachmsu
user pic
Posted by over 1 year ago
post image
As a result of the behaviors listed above, students with ADHD are at greater risk of academic
difficulties, social/emotional issues, and limited educational outcomes.


The degree to which attention impacts a student’s academic and social performance is related to the interactions between the student’s academic and behavioral needs and the environmental
demands.

Therefore, it is not unusual for the student to perform differently across settings.

For example, a student with ADHD may experience academic success in elementary school;
however, when he enters middle school, the increased academic and organizational demands
may increase his need for additional academic and behavioral supports.

Posted on: #iteachmsu
user pic
Posted by over 1 year ago
post image
Bus - Set of conductors intended to transmit data, address or control information to different elements in a microprocessor. A microprocessor will have three types of buses, i.e., data bus, address bus, and control bus.

Edited -- IPC (Instructions Per Cycle) - It is a measure of how many instructions a CPU is capable of executing in a single clock.

Clock Speed - It is the number of operations per second the processor can perform. It can be expressed in megahertz (MHz) or gigahertz (GHz). It is also called the Clock Rate.

Posted on: #iteachmsu
user pic
Posted by over 1 year ago
post image
Edited-- What should your glucose levels be?
There’s no magic number for your blood sugar. However, many people with diabetes strive to keep their glucose levels under 140 mg/dL on average.

Many authorities — including the Centers for Disease Control and Prevention (CDC)Trusted Source and World Health Organization (WHO)Trusted Source — explain glucose levels and what people with diabetes should work toward achieving, at a high level. The 2022 standards from the American Diabetes Association (ADA) are a set of guidelines followed by many professionals in the diabetes field. This chart details goals for specific groups of people with diabetes.

Before meals (fasting) After meals (post-prandial) Other
Adults with type 1 diabetes (see guidance) 80–130 mg/dL
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: edit abstraction is one of the most essential and important features of OOP
user pic
Posted by over 1 year ago
Data abstraction is one of the most essential and important features of object-oriented programming. Data abstraction refers to providing only essential information about the data to the outside world, hiding the background details or implementation. Consider a real-life example of a man driving a car. The man only knows that pressing the accelerators will increase the speed of the car or applying brakes will stop the car, but he does not know about how on pressing the accelerator the speed is increasing, he does not know about the inner mechanism of the car or the implementation of the accelerator, brakes, etc in the car. This is what abstraction is.

icon busy for category details