ANTI-ARRHYTHMIC DRUGS It is the improper beating of the heart, whether irregular, too fast, or too slow.
Normal range of heart beat: 60--100 bpm (normally about 72 bpm).
It occurs when electric impulses in the heart do not work properly.
Also occurs due to other heart diseases such as myocardial ischemic disease, etc.
Causes of Arrhythmia
Bradycardia (Reduced Automaticity)
↑ Parasympathetic system Sleeping Disease (Heart disease) Other drugs such as Beta blockers, antiarrhythmic drugs, etc. Conduction
1. Simple Program (Hello World)
#include <stdio.h>
int main() {
printf("Hello World");
return 0;
}
2. Celsius to Fahrenheit
#include <stdio.h>
int main() {
float c, f;
printf("Enter C: ");
scanf("%f", &c);
f = (1.8 * c) + 32;
printf("F = %f", f);
return 0;
}
3. Largest of Three Numbers (Nested if-else)
#include <stdio.h>
int main() {
int a, b, c;
printf("Enter 3 numbers: ");
scanf("%d%d%d", &a, &...
CATEGORIES OF SYSTEM TESTING:- System Testing is a level of software testing in which the complete integrated system is tested as a whole. It checks whether the software works correctly according to user requirements. System Testing includes different categories that test various features of the software such as performance, security, reliability, and recovery. These categories help in improving the quality and efficiency of the software system.
Categories of System Testing:- 1. Reliability Testing
Antihistaminic agents: Histamine, receptors and their distribution in the human body.●H-Antagonists ●H₂-Antagonists● Gastric proton pump inhibitors
Antihistaminic Agents These are those agents or drugs which inhibit the action of histamine in the human body.
●Autacoids
These are the local hormones, which release from the tissue and act at the site of synthesis and release.
Autacoids → Auto (Self) + Coids (Remedy / Healing)
Histamine Hist (Histos = Tissue+ amine (NH, group)
It is a chemical
Principle of Transmissibility: A force acting on a rigid body can be moved to any other point along its line of action without changing its external effect on the body; the magnitude and direction of the force remain the same during this shift, and this principle is applicable only to rigid bodies and not when internal stresses or deformations are considered.
Varignon’s Theorem: The moment of a force about any point is equal to the sum of the moments of its components about the same point; in other
History of the profession of Pharmacy in India
Pharmacy education in India at the certificate level, was started in 18/42 in Goa by the Portuguese. Formal training of the compounds was started in 1881 in Bengal and as a university level program in 1937 at the Banaras Hindu University (Varanasi). In Baghdad the first pharmacies or drug store, were established in 754.
The revolution in the development of science and technology in post-world war-2 starter the change in pharmacy profession.
Pharmacy being...
“La guerra è mai una soluzione accettabile nel 2026?”
Inizio — 4 righe
Oggi nel mondo ci sono tante guerre. In Ucraina, a Gaza, in altri paesi. La gente muore ogni giorno. Anche l’Italia ha avuto la guerra 80 anni fa. Ma la guerra serve davvero a risolvere i problemi? Io penso di no.
Perché alcuni dicono che la guerra serve — 8 righe
Alcune persone dicono che la guerra è necessaria. Primo, per difendere un paese. Se un altro paese ti attacca, devi difenderti. L’Ucraina per esempio...
Natural Language Processing (NLP) is a branch of Artificial Intelligence and Computational Linguistics that enables computers to understand, interpret, generate, and interact with human languages.
Machine Translation (e.g., translating English to Hindi)
Chatbots and Virtual Assistants
Speech Recognition
Sentiment Analysis
Information Retrieval (Search Engines)
Text Summarization
Question Answering