Biopharmaceutics

Q.5) Biotransformation (Drug Metabolism) 

Biotransformation is the process by which a drug is chemically altered in the body. It changes active drugs into less active or inactive compounds (to be excreted) or transforms inactive "prodrugs" into active forms.

Phase I Reactions (Non-Synthetic) This phase alters the drug's chemical structure by adding or exposing a functional group 

• Reactions: Oxidation (adding oxygen or removing hydrogen, often via Cytochrome P450 enzymes), Reduction, and Hydrolysis.

...

See on Student Notes »

Biopharmaceutics

GIT

Gastrointestinal tract (GIT) drug absorption relies on several physiological mechanisms. Key factors like molecular size, lipid solubility, gastrointestinal pH, and gastric emptying time heavily influence how quickly and completely a medication enters the systemic circulation.

1) Mechanisms of Drug Transport Through the GIT 

Drugs traverse the gastrointestinal membrane primarily through the following pathways: 

• Passive Diffusion: The most common mechanism. Drugs move naturally from a region

...

See on Student Notes »

exammmm

[B]elextric feild intensity for point, line charge dist[/B]
k = 9 * 10**9
print("1. Point Charge")
print("2. Line Charge")
ch = int(input("Enter choice: "))
if ch == 1:
    q = float(input("Enter charge (C): "))
    x = float(input("Enter x coordinate: "))
    y = float(input("Enter y coordinate: "))
    z = float(input("Enter z coordinate: "))
    r = (x**2 + y**2 + z**2)**0.5
    if r == 0:
        print("Distance cannot be zero")
    else:
        E = k * q / (r**2)
   
...

See on Student Notes »

Other course

Define Drug Disposition.

Disposition is defined as the processes that tend to lower the plasma concentration of drug; sum of metabolism and excretion.

Define Multi dose.

Multiple dose administration refers to the administration of successive dosage of drug in which the drug is administered frequently with constant dose interval.

What are the testing of kidney function?

The kidney function tests include approximately 11 tests to assess the complete functioning of the kidney. Tests include blood urea,

...

See on Student Notes »

Computer Forensics

Raw Image File: A RAW file is an unprocessed image format typically produced by higher-end digital cameras. It is proprietary, meaning not all image viewers can open it, but it preserves the most complete data captured by the camera sensor. demosaicing: the process of converting raw picture data captured by a camera sensor into a standard, viewable image format. Additional Data EXIF file: stores metadata about a photo (camera make, model, and serial #) through modifying beginning and of GPEF or

...

See on Student Notes »

외우기``

    R L M
아메H 샷 2 3  
  온수 270 350  
  열량 15 20  
  단백질 1g↓/1.6 1/2  
  나트륨 8/0.4 10/0.5  
  카페인 186 279  
         
아메I 정수 145 190 215
  샷 2 3 4
  얼음 180 210 250
  열량 15 20 25
  단백질 1/1.8 1/1.8 1/1.8
  나트륨 9/0.5 10/0.5 13/0.7
  카페인 186 279 372
         
마키H

바시럽

2 3  
  스팀 235 3cm 300 4cm  
  폼 15 15  
  샷 2 3  
  캬라멜소스
...

See on Wikiteka »

DFiance

CVP

CM per unit = Selling Price − Variable Cost per unit

CM Ratio = (Selling Price − Variable Cost) ÷ Selling Price × 100

BEU = Fixed Expenses ÷ CM per unit

BES = Fixed Expenses ÷ CM Ratio

AU = Target Profit ÷ CM per unit

TU = BEU + AU

Total Sales = TU × Selling Price

Margin of Safety = Actual Sales − BES

NPV

NPV = Σ (Cn × PV Factor) − Initial Investment

Full form: NPV = [C1/(1+r)¹ + C2/(1+r)² + ... + Cn/(1+r)ⁿ] − Initial Investment

NPV > 0 → ACCEPT | NPV < 0 → REJECT

...

See on Student Notes »

Herbal Drug Technology

Herb and Herbal Medicine Product 

• Herb: Any whole or part of a plant (such as leaves, roots, or flowers) used for therapeutic, flavoring, or fragrant purposes. 

• Herbal Medicinal Product: Finished, labeled products that contain one or more herbs or their extracts as active ingredients, formulated to prevent, relieve, or treat diseases.

Define IPR and Patent 

• IPR (Intellectual Property Rights): Legal rights granted to creators and inventors to protect their original creations, preventing

...

See on Student Notes »

Askwonww

Artificial Intelligence (AI) is a branch of computer science that enables machines to simulate human intelligence. It allows computer systems to perform tasks like learning, reasoning, problem-solving, and understanding language.How AI WorksAI works by combining large datasets with advanced algorithms and iterative processing. The core mechanics of an AI system generally follow these steps:Data Collection: The system ingests vast amounts of data. This can be text, images, audio, or sensor information....

See on Wikiteka »