We found 53 results that contain "category 1"

Posted on: #iteachmsu
Thursday, Jul 31, 2025
Agile methdology
Agile Methodology is a way to manage projects by breaking them into smaller parts. It focuses on working together and making constant improvements. Teams plan, work on the project, and then review how things are going in a repeating cycle.

They prioritize flexibility, collaboration, and customer satisfaction.
Major companies like Facebook, Google, and Amazon use Agile because of its adaptability and customer-focused approach.
Posted by: Chathuri Super admin..
post image
Posted on: #iteachmsu
post image
Agile methdology
Agile Methodology is a way to manage projects by breaking...
Posted by:
Thursday, Jul 31, 2025
Posted on: #iteachmsu
Friday, Jan 15, 2021
Internet of Things (IoT)
Internet of Things (IoT):
The Internet of Things (IoT) is a name for the aggregate collection of network-enabled devices, excluding traditional computers like laptops and servers. Types of network connections can include Wi-Fi connections, Bluetooth connections, and near-field communication (NFC). The IoT includes devices such as "smart" appliances, like refrigerators and thermostats; home security systems; computer peripherals, like webcams and printers; wearable technology, such as Apple Watches and Fitbits; routers; and smart speaker devices, like Amazon Echo and Google Home.
Authored by: Rupali
post image
Posted on: #iteachmsu
Monday, Sep 14, 2020
Dengue and severe dengue
Key facts

Dengue is a mosquito-borne viral infection.
The virus responsible for causing dengue, is called dengue virus (DENV). There are four DENV serotypes, meaning that it is possible to be infected four times.
Severe dengue is a leading cause of serious illness and death in some Asian and Latin American countries. It requires management by medical professionals.
While many DENV infections produce only mild illness, DENV can cause an acute flu-like illness. Occasionally this develops into a potentially lethal complication, called severe dengue.
There is no specific treatment for dengue/severe dengue. Early detection of disease progression associated with severe dengue, and access to proper medical care lowers fatality rates of severe dengue to below 1%.
Dengue is found in tropical and sub-tropical climates worldwide, mostly in urban and semi-urban areas.
Authored by: Chathu
post image
Posted on: #iteachmsu
Monday, Mar 11, 2024
A class is a user-defined blueprint or prototype from which objects are created. -- Edited
A class is a user-defined blueprint or prototype from which objects are created. It represents the set of properties or methods that are common to all objects of one type. Using classes, you can create multiple objects with the same behavior instead of writing their code multiple times. This includes classes for objects occurring more than once in your code. https://www.javatpoint.com/microprocessor-introduction In general, class declarations can include these components in order: 

Modifiers: A class can be public or have default access (Refer to this for details).
Class name: The class name should begin with the initial letter capitalized by convention.
Superclass (if any): The name of the class’s parent (superclass), if any, preceded by the keyword extends. A class can only extend (subclass) one parent.
Interfaces (if any): A comma-separated list of interfaces implemented by the class, if any, preceded by the keyword implements. A class can implement more than one interface.
Body: The class body is surrounded by braces, { }.

An object is a basic unit of Object-Oriented Programming that represents real-life entities. A typical Java program creates many objects, which as you know, interact by invoking methods. The objects are what perform your code, they are the part of your code visible to the viewer/user. An object mainly consists of: 

State: It is represented by the attributes of an object. It also reflects the properties of an object.
Behavior: It is represented by the methods of an object. It also reflects the response of an object to other objects.
Identity: It is a unique name given to an object that enables it to interact with other objects.
Method: A method is a collection of statements that perform some specific task and return the result to the caller. A method can perform some specific task without returning anything. Methods allow us to reuse the code without retyping it, which is why they are considered time savers. In Java, every method must be part of some class, which is different from languages like C, C++, and Python. 
Authored by: Vijayalaxmi Mhetre
post image
Posted on: #iteachmsu
Thursday, Jan 14, 2021
What Is Big Data? and How Big Data Works?
Big data:Big data refers to the large, diverse sets of information that grow at ever-increasing rates. It encompasses the volume of information, the velocity or speed at which it is created and collected, and the variety or scope of the data points being covered (known as the "three v's" of big data).

Big data is a great quantity of diverse information that arrives in increasing volumes and with ever-higher velocity.
Big data can be structured (often numeric, easily formatted and stored) or unstructured (more free-form, less quantifiable).
Nearly every department in a company can utilize findings from big data analysis, but handling its clutter and noise can pose problems.
Big data can be collected from publicly shared comments on social networks and websites, voluntarily gathered from personal electronics and apps, through questionnaires, product purchases, and electronic check-ins.
Big data is most often stored in computer databases and is analyzed using software specifically designed to handle large, complex data sets.
How Big Data Works
Big data can be categorized as unstructured or structured. Structured data consists of information already managed by the organization in databases and spreadsheets; it is frequently numeric in nature. Unstructured data is information that is unorganized and does not fall into a predetermined model or format. It includes data gathered from social media sources, which help institutions gather information on customer needs.






 






Big data can be collected from publicly shared comments on social networks and websites, voluntarily gathered from personal electronics and apps, through questionnaires, product purchases, and electronic check-ins. The presence of sensors and other inputs in smart devices allows for data to be gathered across a broad spectrum of situations and circumstances.
Authored by: Rupali
post image
Posted on: #iteachmsu
Monday, Sep 14, 2020
Global burden of dengue
The incidence of dengue has grown dramatically around the world in recent decades. A vast majority of cases are asymptomatic or mild and self-managed, and hence the actual numbers of dengue cases are under-reported. Many cases are also misdiagnosed as other febrile illnesses [1].
One modelling estimate indicates 390 million dengue virus infections per year (95% credible interval 284–528 million), of which 96 million (67–136 million) manifest clinically (with any severity of disease) [2]. Another study on the prevalence of dengue estimates that 3.9 billion people are at risk of infection with dengue viruses. Despite a risk of infection existing in 129 countries [3], 70% of the actual burden is in Asia [2].
The number of dengue cases reported to WHO increased over 8 fold over the last two decades, from 505,430 cases in 2000, to over 2.4 million in 2010, and 4.2 million in 2019. Reported deaths between the year 2000 and 2015 increased from 960 to 4032.



This alarming increase in case numbers is partly explained by a change in national practices to record and report dengue to the Ministries of Health, and to the WHO. But it also represents government recognition of the burden, and therefore the pertinence to report dengue disease burden. Therefore, although the full global burden of the disease is uncertain, this observed growth only brings us closer to a more accurate estimate of the full extent of the burden.
Authored by: WHO Organization
post image
Posted on: #iteachmsu
post image
Global burden of dengue
The incidence of dengue has grown dramatically around the world in ...
Authored by:
Monday, Sep 14, 2020
Posted on: What are the 12 Agile Principles?
Tuesday, Jul 29, 2025
The Agile Alliance defines 12 lightness principles for those who need to attain agility: Our highes
Edited: The Agile Alliance defines 12 lightness principles for those who need to attain agility:

Our highest priority is to satisfy the client through early and continuous delivery of valuable computer software.
Welcome dynamic necessities, even late in development. Agile Processes harness modification for the customer’s competitive advantage.
Deliver operating computer software often, from a pair of weeks to a couple of months, with a preference to the shorter timescale.
Business individuals and developers should work along daily throughout the project.
The build comes around actuated people. offer them the setting and support they have, and trust them to urge the task done.
the foremost economical and effective methodology of conveyancing info to and among a development team is face-to-face speech.
Working with computer software is the primary life of progress.
Agile processes promote property development. The sponsors, developers, and users will be able to maintain a relentless pace indefinitely.
Continuous attention to technical excellence and smart style enhances nimbleness.
Simplicity—the art of maximizing the number of work not done—is essential.
the most effective architectures, necessities, and styles emerge from self–organizing groups.
At regular intervals, the team reflects on a way to become simpler, then tunes and adjusts its behavior consequently.
Posted by: Chathuri Super admin..
post image
Posted on: #iteachmsu
Monday, Aug 6, 2018
A Case for More Testing: The Benefits of Frequent, Low-Stakes Assessments
What if I told you about this magical teaching practice that, done even once, produces large improvements in student final exam scores[1], helps narrow the grade gap between poorly prepped and highly prepped first year college students[2], and might even result in more positive course reviews[3],[4]? What if I also told you this magical teaching practice is something you already know how to do? What if I told you, the secret to increasing your students’ success and  overall satisfaction is……more TESTS!?
Okay…well to be fair, it’s a little more nuanced than that. While adding just one test to a class does indeed improve final exam scores, it turns out that more frequent, graded exercises in general improve learning outcomes for students [2],[5]. Even better – if these exercises are low stakes, they can improve learning outcomes without increasing student anxiety [4],[6].
We often view testing as an unpleasant but necessary way to assess student performance. It may be time for us to instead view testing as a useful teaching tool and to implement an assessment system that maximizes the potential learning benefits. In this post I will discuss the important known benefits of frequent, low stakes assessments as well as some practical tips for how to maximize these benefits without adding undue stress to your life or the lives of your students.

Benefit #1: “Thinking about thinking”
Testing can improve a student’s metacognition, or their ability to “think about thinking.” A good metacognitive thinker understands how their thought processes work and can pay attention to and change these processes [7]. A student with strong metacognitive skills can therefore more successfully monitor, evaluate, and improve their learning compared to students lacking these skills. Unfortunately, many students struggle with metacognition and must contend with “illusions of mastery” (or thinking they understand a subject better than they actually do).  Self-testing is a good way to prevent illusions of mastery, but many students do not incorporate self-testing into their studying, instead electing more passive modes of exam preparation such as rereading texts[8]. Incorporating more testing into the curriculum forces students into the position of making mistakes and receiving feedback, allowing them to frequently measure their learning in relation to expectations and adjust accordingly. Again, note that providing feedback is an essential part of this process.

Benefit #2: Practice Remembering
Testing can improve a student’s long term memory of information presented in class by forcing students to recall what they’ve learned through a cognitive process called active retrieval. Active retrieval strengthens neural pathways important for retrieving memories, allowing these memories to be more easily accessed in the future.
While any sort of retrieval practice is useful, it is most beneficial when it is effortful, spaced, and interleaved.  An example of effortful retrieval practice includes testing which forces students to provide the answers (i.e. Short answer and fill in the blank questions as opposed to multiple choice). More effortful retrieval also occurs with spaced and interleaved practice.
Spaced practice is testing that occurs after enough time has elapsed for some (but not complete) forgetting to occur (i.e. Present the information and then wait a couple months, days, or even just until the end of class to test students on it). Interleaved practice incorporates different but related topics and problem types, as opposed to having students practice and master one type at a time (e.g. cumulative testing where you mix problems from different units together). Interleaved practice can help students learn to focus on the underlying principles of problems and to discriminate between problem types, leading to more complex mental models and a deeper understanding of the relationships between ideas[6].

How to Implement More Assessments (Without Losing Your Mind)
So, all you have to do now is come up with a ton of quiz and test questions and free up a bunch of class time for assessments! Don’t forget you also need to grade all of these! After all, feedback is an important part of the process, and frequent (even low stakes) grading has the added benefits of enhancing student motivation, attentiveness, and attendance.I know what you busy teachers (ie. all of you) out there are thinking….“Your ”magical” teaching practice is starting to sound like a hugely effective pain in my butt.”
Don’t give up on me now though! There are some fairly simple ways to add more assessments to your curriculum. Furthermore, you should be able to do this sans student rebellion because these assessments are low-stakes. Frequent, low-stake assessments as opposed to infrequent, high-stakes assessments actually decrease student anxiety overall because no single test is a make it or break it event. In fact, several teachers have reported a large increase in positive student evaluations after restructuring their classes in this way[3],[4],[6]!

Below I lay out some tips for getting the most out of shifting your assessment practices while maintaining both your own and your students’ sanity:

1) Know that “effortful” testing is not always necessary
While effortful testing is best for retrieval practice, even basic, easily graded recognition tests such multiple choice questions still offer benefits, such as helping students remember basic (but important!) information[6],[9].

2) Create different assessment questions
You can also make assessments more effortful by creating questions that engage higher cognitive processes. Now you can sit back, relax, and indulge in one of my personal favorite pastimes (watching student brains explode) without the stressful grading!

3) Make use of educational technologies to ease your grading
For instance, clicker tests are a quick way to test students and allow you to provide feedback for the class all at once.

4) Make assessments into games
If your students need a morale boost, make a quiz into a trivia game and give winning groups candy. Some good old competition and Pavlovian conditioning may make students reassess their view of testing.

5) Assess participation
Doing something as simple as a participation grade will still provide students with incentive without overburdening them or yourself. For instance, this type of grading would work in conjunction with #3.

6) Keep graded assessments predictable
Making assessments predictable as opposed to utilizing pop quizzes helps students feel at ease.6 Furthermore, if they students KNOW an assessment is coming, they are more likely to study and pay attention.

7) Find ways to revisit old material in your assessments
Making assessments cumulative is an effective way to space out your review of material and has the added benefit of making problems interleaved and effortful, all of which maximize retrieval practice[6].

8) Have students reflect on mistakes
You can help students develop metacognitive skills by giving them opportunities to reflect upon and correct their mistakes on assessments. For instance, have students take a quiz and then discuss their answers/thinking with their classmates before receiving feedback. You can also give students opportunities to create keys to short answer questions and grade their own and several (anonymous) classmates’ answers. This will allow them to think through what makes an answer complete and effective.

9) Break large assessments into small ones
Instead of creating new assessments, break up large ones into multiple, lower-stakes assessments. For example, consider replacing big tests with several quizzes. Consider scaffolding large projects such as independent research projects and term papers. Ask for outlines, lists of references, graphs, etc. along the course of the semester before the final project is due. This might cause more work for you in the short term but can help prevent complete disasters at the end of the semester, which can be time consuming.

10) Utilize short daily or weekly quizzes
If you don’t want to adjust a big project/test or lose class time by adding time-consuming assessments, consider adding short daily or weekly quizzes. These grades can add up to equal one test grade. One could consider dropping the lowest score(s) but allowing no make ups to reduce logistical issues.
These are only a few of the many strategies one can use to transition to a frequent, low-stakes assessment system. What are your experiences with low stakes assessments? Have you made use of any which seem particularly effective in enhancing student learning?

Related Reading:
Much of the information about the benefits of testing is from:
Brown, P.C., Roediger III, H.L., McDaniel, M.A. (2014). Make it Stick: The Science of Successful Learning. Cambridge, MA: The Belknap Press of Harvard University Press.
Posted by: Chathuri Super admin..
post image