Pharmacology

Parasympathomimetics

Definition:

Parasympathomimetics are substances that mimic the effects of the parasympathetic nervous system, stimulating cholinergic receptors.

Classification:

1. *Direct-acting*: Cholinergic agonists (e.g., acetylcholine, pilocarpine)

2. *Indirect-acting*: Cholinesterase inhibitors (e.g., neostigmine, physostigmine)

Acetylcholine Pharmacology:

Mechanism:

1. *Muscarinic receptors*: Stimulates smooth muscle contraction, glandular secretion

2. *Nicotinic receptors*: Stimulates

...

See on Student Notes »

001 bm

1. Average Formula

Formula: Average = Sum of all values / Number of values Example: Find the average of 10, 15, 20, 25, 30

  • Sum = 10 + 15 + 20 + 25 + 30 = 100
  • Number of values = 5
  • Average = 100/5 = 20

2. Ratio & Proportion Formula

Ratio: a:b = a/b Proportion: If a:b = c:d, then a/b = c/d or ad = bc

Example: If 3:4 = x:12, find x

  • 3/4 = x/12
  • 3 × 12 = 4 × x
  • 36 = 4x
  • x = 9

3. Percentage Formula

Basic Formula: Percentage = (Part/Whole) × 100 Increase/Decrease: ((New Value - Old Value)/Old Value)

...

See on Student Notes »

Bcc-10

[23/06, 2:50 pm] Srishty Ranjan: यहाँ समावेशी शिक्षा और उसके मूल्यांकन में शिक्षक की भूमिका पर एक लंबा उत्तर (Long Question Answer) प्रस्तुत किया गया है, जो परीक्षा या प्रोजेक्ट के लिए उपयुक्त है:

---

प्रश्न:

समावेशी शिक्षा क्या...

See on Student Notes »

Yduryrh

Default Constructor

A constructor with no parameters

If you don’t define any constructor, Java provides one by default

 Example:

public class Student {

    String name;

    int age;

   Student() {

       name = "Unknown";

        age = 0;

    }

    public void display() {

        System.out.println("Name: " + name + ", Age: " + age);

    }

    public static void main(String[] args) {

        Student s1 = new Student(); // Calls default constructor

        s1.

...

See on Student Notes »

indian admn unit 5

Corruption is generally understood as the misuse of public power for private gain. It involves unethical or dishonest behavior by people in positions of authority, especially in public administration. Corruption can take various forms such as bribery, embezzlement, nepotism, fraud, and favoritism, and it affects the efficiency, fairness, and credibility of government institutions.In the context of public administration, corruption occurs when public officials exploit their positions for personal

...

See on Student Notes »

dghtioh

The relationship between the political executive and the civil servants is a crucial component of the Indian administrative system. It reflects the interaction between elected representatives and permanent bureaucracy, ensuring democratic governance and administrative continuity. While the political executive gives direction and makes policies, civil servants implement these policies and provide necessary advice. This partnership is essential for the effective functioning of the government, though

...

See on Wikiteka »

gxfgxbgxbgx

The Ministry of Home Affairs (MHA) is one of the most significant ministries under the Government of India. It plays a key role in maintaining internal peace, unity, and stability of the nation. In a diverse and vast country like India, where challenges such as terrorism, communal tensions, natural disasters, insurgency in border areas, and migration issues often arise, the Home Ministry acts as the central authority to address such matters. It ensures that the internal security of the country is

...

See on Student Notes »

esdseesxe

The British administration in India evolved over a long period, beginning with the East India Company’s trading interests and culminating in a centralized and bureaucratic system under the British Crown. The administration can be broadly divided into two phases: the Company rule (till 1858) and the Crown rule (1858–1947).                          1. East India Company Rule -- The British came to India as traders in 1600 under the East India Company. After the weakening of the Mughal

...

See on Student Notes »

Bcoc

Q1. What are the main features of cost accounting? Explain its role in a manufacturing concern.

Cost accounting is a specialized branch of accounting that focuses on recording, classifying, analyzing, and allocating all costs associated with a business process. Its primary goal is to determine the cost of production and ensure cost control and cost reduction. It plays a crucial role in decision-making within manufacturing concerns by offering precise data regarding costs involved in production,

...

See on Student Notes »