We found 58 results that contain "test tag"
Posted on: #iteachmsu
NAVIGATING CONTEXT
India vs England, LIVE Cricket Score Updates, 2nd Test Match Day 1 at Lord’s: Rain delays toss, pitches still under cover
Live Cricket Score Updates, India vs England: Rain has delayed the toss as Virat Kohli-led India eye redemption against England in the second Test of their five-match series at Lord’s on Thursday.
Live Updates: The toss was delayed due to rain as India face England in the second Test at Lord’s. The visitors trail 1-0 after they were beaten in the first encounter at Edgbaston and Virat Kohli & Co will look to produce a better show on a ground where they have won just 2 out of their last 17 Test matches. Kohli will be banking on his top-order batsmen to fire after a disappointing show in the first Test and the visitors can opt for a second spin option in Kuldeep Yadav. For England, Ollie Pope will be making his debut with Moeen Ali possibly playing alongside Adil Rashid in the spin department.
Live Updates: The toss was delayed due to rain as India face England in the second Test at Lord’s. The visitors trail 1-0 after they were beaten in the first encounter at Edgbaston and Virat Kohli & Co will look to produce a better show on a ground where they have won just 2 out of their last 17 Test matches. Kohli will be banking on his top-order batsmen to fire after a disappointing show in the first Test and the visitors can opt for a second spin option in Kuldeep Yadav. For England, Ollie Pope will be making his debut with Moeen Ali possibly playing alongside Adil Rashid in the spin department.
Posted by:
Chathuri Super admin..
Posted on: #iteachmsu
robot pet that can interact with humans.
In the intersection of space travel and robotics, Jihee Kim introduces Laika — a concept design for a life-like, AI robot pet that can interact with humans. Laika has been designed for upcoming space projects such as NASA’s Artemis and Moon to Mars missions set for 2025-2030, envisioned as the ultimate companion for space explorers as it caters to both their physical and emotional well-being while they are away from home. Unlike the aggressive robotic dogs currently available on the market, Jihee Kim has designed Laika with a friendly and organic finish that enables it to connect to its human counterpart on an emotional level when in use while monitoring their health conditions and assisting them in emergencies. Beyond space missions, this approachable design allows Laika to integrate into domestic contexts.
Image :
video link : Embedded URL test :
Table :
Sr NO
Assignee
Task
Cat 1
Rohit
Test 1
Cat 2
Shweta
Test 2
Numbering :
Number 1
Number 2
Bullets :
Bullets 1
Bullets 2
Bullets 3
URL : https://www.designboom.com/technology/life-like-ai-robot-dog-laika-space-travelers-jihee-kim-11-19-2023/
Image :
video link : Embedded URL test :
Table :
Sr NO
Assignee
Task
Cat 1
Rohit
Test 1
Cat 2
Shweta
Test 2
Numbering :
Number 1
Number 2
Bullets :
Bullets 1
Bullets 2
Bullets 3
URL : https://www.designboom.com/technology/life-like-ai-robot-dog-laika-space-travelers-jihee-kim-11-19-2023/
Authored by:
Vijayalaxmi vishwanath mali

Posted on: #iteachmsu

robot pet that can interact with humans.
In the intersection of space travel and robotics, Jihee Kim in...
Authored by:
Wednesday, Nov 22, 2023
Posted on: #iteachmsu
Beyond space missions, this approachable design allows Laika to integrate into domestic contexts.
In the intersection of space travel and robotics, Jihee Kim introduces Laika — a concept design for a life-like, AI robot pet that can interact with humans. Laika has been designed for upcoming space projects such as NASA’s Artemis and Moon to Mars missions set for 2025-2030, envisioned as the ultimate companion for space explorers as it caters to both their physical and emotional well-being while they are away from home. Unlike the aggressive robotic dogs currently available on the market, Jihee Kim has designed Laika with a friendly and organic finish that enables it to connect to its human counterpart on an emotional level when in use while monitoring their health conditions and assisting them in emergencies. Beyond space missions, this approachable design allows Laika to integrate into domestic contexts.
Image :
video link : Embedded URL test :
Table :
Sr NO
Assignee
Task
Cat 1
Rohit
Test 1
Cat 2
Shweta
Test 2
Numbering :
Number 1
Number 2
Bullets :
Bullets 1
Bullets 2
Bullets 3
URL : https://www.designboom.com/technology/life-like-ai-robot-dog-laika-space-travelers-jihee-kim-11-19-2023/
Image :
video link : Embedded URL test :
Table :
Sr NO
Assignee
Task
Cat 1
Rohit
Test 1
Cat 2
Shweta
Test 2
Numbering :
Number 1
Number 2
Bullets :
Bullets 1
Bullets 2
Bullets 3
URL : https://www.designboom.com/technology/life-like-ai-robot-dog-laika-space-travelers-jihee-kim-11-19-2023/
Authored by:
vijayalaxmi vishwanath mali

Posted on: #iteachmsu
NAVIGATING CONTEXT
Article For Software development life cycle
What is SDLC?
SDLC is a process followed for a software project, within a software organization. It consists of a detailed plan describing how to develop, maintain, replace and alter or enhance specific software. The life cycle defines a methodology for improving the quality of software and the overall development process.
The following figure is a graphical representation of the various stages of a typical SDLC.
A typical Software Development Life Cycle consists of the following stages −
Stage 1: Planning and Requirement Analysis
Requirement analysis is the most important and fundamental stage in SDLC. It is performed by the senior members of the team with inputs from the customer, the sales department, market surveys and domain experts in the industry. This information is then used to plan the basic project approach and to conduct product feasibility study in the economical, operational and technical areas.
Planning for the quality assurance requirements and identification of the risks associated with the project is also done in the planning stage. The outcome of the technical feasibility study is to define the various technical approaches that can be followed to implement the project successfully with minimum risks.
Stage 2: Defining Requirements
Once the requirement analysis is done the next step is to clearly define and document the product requirements and get them approved from the customer or the market analysts. This is done through an SRS (Software Requirement Specification) document which consists of all the product requirements to be designed and developed during the project life cycle.
Stage 3: Designing the Product Architecture
SRS is the reference for product architects to come out with the best architecture for the product to be developed. Based on the requirements specified in SRS, usually more than one design approach for the product architecture is proposed and documented in a DDS - Design Document Specification.
This DDS is reviewed by all the important stakeholders and based on various parameters as risk assessment, product robustness, design modularity, budget and time constraints, the best design approach is selected for the product.
A design approach clearly defines all the architectural modules of the product along with its communication and data flow representation with the external and third party modules (if any). The internal design of all the modules of the proposed architecture should be clearly defined with the minutest of the details in DDS.
Stage 4: Building or Developing the Product
In this stage of SDLC the actual development starts and the product is built. The programming code is generated as per DDS during this stage. If the design is performed in a detailed and organized manner, code generation can be accomplished without much hassle.
Developers must follow the coding guidelines defined by their organization and programming tools like compilers, interpreters, debuggers, etc. are used to generate the code. Different high level programming languages such as C, C++, Pascal, Java and PHP are used for coding. The programming language is chosen with respect to the type of software being developed.
Stage 5: Testing the Product
This stage is usually a subset of all the stages as in the modern SDLC models, the testing activities are mostly involved in all the stages of SDLC. However, this stage refers to the testing only stage of the product where product defects are reported, tracked, fixed and retested, until the product reaches the quality standards defined in the SRS.
Stage 6: Deployment in the Market and Maintenance
Once the product is tested and ready to be deployed it is released formally in the appropriate market. Sometimes product deployment happens in stages as per the business strategy of that organization. The product may first be released in a limited segment and tested in the real business environment (UAT- User acceptance testing).
Then based on the feedback, the product may be released as it is or with suggested enhancements in the targeting market segment. After the product is released in the market, its maintenance is done for the existing customer base.Video link:Embedded video link:Link: https://projects.invisionapp.com/d/main#/console/20294675/458743820/preview
SDLC is a process followed for a software project, within a software organization. It consists of a detailed plan describing how to develop, maintain, replace and alter or enhance specific software. The life cycle defines a methodology for improving the quality of software and the overall development process.
The following figure is a graphical representation of the various stages of a typical SDLC.
A typical Software Development Life Cycle consists of the following stages −
Stage 1: Planning and Requirement Analysis
Requirement analysis is the most important and fundamental stage in SDLC. It is performed by the senior members of the team with inputs from the customer, the sales department, market surveys and domain experts in the industry. This information is then used to plan the basic project approach and to conduct product feasibility study in the economical, operational and technical areas.
Planning for the quality assurance requirements and identification of the risks associated with the project is also done in the planning stage. The outcome of the technical feasibility study is to define the various technical approaches that can be followed to implement the project successfully with minimum risks.
Stage 2: Defining Requirements
Once the requirement analysis is done the next step is to clearly define and document the product requirements and get them approved from the customer or the market analysts. This is done through an SRS (Software Requirement Specification) document which consists of all the product requirements to be designed and developed during the project life cycle.
Stage 3: Designing the Product Architecture
SRS is the reference for product architects to come out with the best architecture for the product to be developed. Based on the requirements specified in SRS, usually more than one design approach for the product architecture is proposed and documented in a DDS - Design Document Specification.
This DDS is reviewed by all the important stakeholders and based on various parameters as risk assessment, product robustness, design modularity, budget and time constraints, the best design approach is selected for the product.
A design approach clearly defines all the architectural modules of the product along with its communication and data flow representation with the external and third party modules (if any). The internal design of all the modules of the proposed architecture should be clearly defined with the minutest of the details in DDS.
Stage 4: Building or Developing the Product
In this stage of SDLC the actual development starts and the product is built. The programming code is generated as per DDS during this stage. If the design is performed in a detailed and organized manner, code generation can be accomplished without much hassle.
Developers must follow the coding guidelines defined by their organization and programming tools like compilers, interpreters, debuggers, etc. are used to generate the code. Different high level programming languages such as C, C++, Pascal, Java and PHP are used for coding. The programming language is chosen with respect to the type of software being developed.
Stage 5: Testing the Product
This stage is usually a subset of all the stages as in the modern SDLC models, the testing activities are mostly involved in all the stages of SDLC. However, this stage refers to the testing only stage of the product where product defects are reported, tracked, fixed and retested, until the product reaches the quality standards defined in the SRS.
Stage 6: Deployment in the Market and Maintenance
Once the product is tested and ready to be deployed it is released formally in the appropriate market. Sometimes product deployment happens in stages as per the business strategy of that organization. The product may first be released in a limited segment and tested in the real business environment (UAT- User acceptance testing).
Then based on the feedback, the product may be released as it is or with suggested enhancements in the targeting market segment. After the product is released in the market, its maintenance is done for the existing customer base.Video link:Embedded video link:Link: https://projects.invisionapp.com/d/main#/console/20294675/458743820/preview
Authored by:
Vijayalaxmi vishvanath mali

Posted on: #iteachmsu

Article For Software development life cycle
What is SDLC?
SDLC is a process followed for a software project, wi...
SDLC is a process followed for a software project, wi...
Authored by:
NAVIGATING CONTEXT
Wednesday, Nov 22, 2023
Posted on: #iteachmsu
DISCIPLINARY CONTENT
Poor Listening Skills
Do you zone out during long business meetings? Did your husband forget to pick up your child at baseball practice, even though you called to remind him on his way home? Problems with attention result in poor listening skills in many adults with ADHD, leading to a lot of missed appointments and misunderstandings.
Link test :https://www.bigcommerce.com/ecommerce-answers/what-is-an-alt-tag-and-how-does-it-impact-seo/
Link test :https://www.bigcommerce.com/ecommerce-answers/what-is-an-alt-tag-and-how-does-it-impact-seo/
Posted by:
Chathuri Super admin..
Posted on: #iteachmsu
Poor Listening Skills
Do you zone out during long business meetings? Did your husband for...
Posted by:
DISCIPLINARY CONTENT
Tuesday, Sep 15, 2020
Posted on: #iteachmsu
DISCIPLINARY CONTENT
Erythrocyte Sedimentation Rate
Does this test have other names?
ESR, sed rate
What is this test?
Erythrocyte sedimentation rate (ESR) is a blood test. It measures how quickly erythrocytes, or red blood cells, separate from a blood sample that has been treated so the blood will not clot. During this test, a small amount of your blood will be put in an upright tube. A lab specialist will measure the rate that your red blood cells settle toward the bottom of the tube after 1 hour.
If you have a condition that causes inflammation or cell damage, your red blood cells tend to clump together. This makes them heavier, so they settle faster. The faster your red blood cells settle and fall, the higher your ESR. A high ESR tells your healthcare provider that you may have an active disease process in your body.
Why do I need this test?
You may need this test if you have symptoms of one of the diseases that may cause ESR to go up.
You may also need this test if you have already been diagnosed with a disease that causes a high ESR. The test can allow your healthcare provider to see how well you are responding to treatment.
The ESR blood test is most useful for diagnosing or monitoring diseases that cause pain and swelling from inflammation. Other symptoms may include fever and weight loss. These diseases include:
Temporal arteritis
Rheumatoid arthritis
Polymyalgia rheumatica
ESR is not used as a screening test in people who do not have symptoms or to diagnose disease because many conditions can cause it to increase. It might also go up in many normal cases. ESR doesn't tell your healthcare provider whether you have a specific disease. It only suggests that you may have an active disease process in your body.
What other tests might I have along with this test?
You may have other tests if your healthcare provider is doing this test to diagnose a disease. One of these tests is called a C-reactive protein test, or CRP. This test also measures active inflammation in the body.
Your healthcare provider may do an ESR alone if they are monitoring a disease you already have.
Because ESR tells your healthcare provider only what is happening right now, you may need to have the test repeated over time.
What do my test results mean?
Test results may vary depending on your age, gender, health history, and other things. Your test results may be different depending on the lab used. They may not mean you have a problem. Ask your healthcare provider what your test results mean for you.
ESR is measured in millimeters per hour (mm/hr). The normal values are:
0 to 15 mm/hr in men
0 to 20 mm/hr in women
ESR above 100 mm/h is most likely caused by an active disease. For instance, you may have:
A disease that causes inflammation in your body
An active infection
Cancer
Heart disease
Kidney disease
Blood disease
Diabetes
Collagen vascular disease
How is this test done?
The test is done with a blood sample. A needle is used to draw blood from a vein in your arm or hand.
Does this test pose any risks?
Having a blood test with a needle carries some risks. These include bleeding, infection, bruising, and feeling lightheaded. When the needle pricks your arm or hand, you may feel a slight sting or pain. Afterward, the site may be sore.
What might affect my test results?
Many things that are not active diseases can increase your ESR. These include:
Pregnancy
Old age
Being female
Having a menstrual period
Having recently eaten a fatty meal
Being obese
Taking certain medicines
How do I get ready for this test?
You don't need to prepare for this test. Be sure your healthcare provider knows about all medicines, herbs, vitamins, and supplements you are taking. This includes medicines that don't need a prescription and any illegal drugs you may use. Tell your healthcare provider if you ate a fatty meal recently, if you are having your period, or if you may be pregnant.
Medical Reviewers:
Chad Haldeman-Englert MD
Raymond Turley Jr PA-C
Tara Novick BSN MSN
ESR, sed rate
What is this test?
Erythrocyte sedimentation rate (ESR) is a blood test. It measures how quickly erythrocytes, or red blood cells, separate from a blood sample that has been treated so the blood will not clot. During this test, a small amount of your blood will be put in an upright tube. A lab specialist will measure the rate that your red blood cells settle toward the bottom of the tube after 1 hour.
If you have a condition that causes inflammation or cell damage, your red blood cells tend to clump together. This makes them heavier, so they settle faster. The faster your red blood cells settle and fall, the higher your ESR. A high ESR tells your healthcare provider that you may have an active disease process in your body.
Why do I need this test?
You may need this test if you have symptoms of one of the diseases that may cause ESR to go up.
You may also need this test if you have already been diagnosed with a disease that causes a high ESR. The test can allow your healthcare provider to see how well you are responding to treatment.
The ESR blood test is most useful for diagnosing or monitoring diseases that cause pain and swelling from inflammation. Other symptoms may include fever and weight loss. These diseases include:
Temporal arteritis
Rheumatoid arthritis
Polymyalgia rheumatica
ESR is not used as a screening test in people who do not have symptoms or to diagnose disease because many conditions can cause it to increase. It might also go up in many normal cases. ESR doesn't tell your healthcare provider whether you have a specific disease. It only suggests that you may have an active disease process in your body.
What other tests might I have along with this test?
You may have other tests if your healthcare provider is doing this test to diagnose a disease. One of these tests is called a C-reactive protein test, or CRP. This test also measures active inflammation in the body.
Your healthcare provider may do an ESR alone if they are monitoring a disease you already have.
Because ESR tells your healthcare provider only what is happening right now, you may need to have the test repeated over time.
What do my test results mean?
Test results may vary depending on your age, gender, health history, and other things. Your test results may be different depending on the lab used. They may not mean you have a problem. Ask your healthcare provider what your test results mean for you.
ESR is measured in millimeters per hour (mm/hr). The normal values are:
0 to 15 mm/hr in men
0 to 20 mm/hr in women
ESR above 100 mm/h is most likely caused by an active disease. For instance, you may have:
A disease that causes inflammation in your body
An active infection
Cancer
Heart disease
Kidney disease
Blood disease
Diabetes
Collagen vascular disease
How is this test done?
The test is done with a blood sample. A needle is used to draw blood from a vein in your arm or hand.
Does this test pose any risks?
Having a blood test with a needle carries some risks. These include bleeding, infection, bruising, and feeling lightheaded. When the needle pricks your arm or hand, you may feel a slight sting or pain. Afterward, the site may be sore.
What might affect my test results?
Many things that are not active diseases can increase your ESR. These include:
Pregnancy
Old age
Being female
Having a menstrual period
Having recently eaten a fatty meal
Being obese
Taking certain medicines
How do I get ready for this test?
You don't need to prepare for this test. Be sure your healthcare provider knows about all medicines, herbs, vitamins, and supplements you are taking. This includes medicines that don't need a prescription and any illegal drugs you may use. Tell your healthcare provider if you ate a fatty meal recently, if you are having your period, or if you may be pregnant.
Medical Reviewers:
Chad Haldeman-Englert MD
Raymond Turley Jr PA-C
Tara Novick BSN MSN
Posted by:
Chathuri Super admin..

Posted on: #iteachmsu

Erythrocyte Sedimentation Rate
Does this test have other names?
ESR, sed rate
What is this test?
E...
ESR, sed rate
What is this test?
E...
Posted by:
DISCIPLINARY CONTENT
Thursday, Sep 7, 2023
Posted on: #iteachmsu
What is waterfall model
Waterfall model embedded Video URL:Table Format:
Name
Author
Category
Description
Article 1
Vijaya
Navigating context
This is a test table
Name
Author
Category
Description
Article 1
Vijaya
Navigating context
This is a test table
Posted by:
Super Admin
Posted on: #iteachmsu
What is waterfall model
Waterfall model embedded Video URL:Table Format:
Name
Author
Cat...
Name
Author
Cat...
Posted by:
Thursday, Nov 16, 2023
Posted on: #iteachmsu
NAVIGATING CONTEXT
Eating a wide variety of nutritious foods, including fruit, vegetables, nuts, seeds, and lean protei
Eating a wide variety of nutritious foods, including fruit, vegetables, nuts, seeds, and lean protein can help support your overall health.
Many foods are both healthy and tasty. By filling your plate with fruits, vegetables, quality protein sources, and other whole foods, you’ll have meals that are colorful, versatile, and good for you.
Here are 50 healthy and delicious to include in your diet.YT video URL: YT video embedded video URL:Testing...
Many foods are both healthy and tasty. By filling your plate with fruits, vegetables, quality protein sources, and other whole foods, you’ll have meals that are colorful, versatile, and good for you.
Here are 50 healthy and delicious to include in your diet.YT video URL: YT video embedded video URL:Testing...
Authored by:
Vijayalaxmi Santosh mhetre

Posted on: #iteachmsu

Eating a wide variety of nutritious foods, including fruit, vegetables, nuts, seeds, and lean protei
Eating a wide variety of nutritious foods, including fruit, vegetab...
Authored by:
NAVIGATING CONTEXT
Friday, Nov 24, 2023