Medicinal chemistry

Partition coefficient 

The partition coefficient is the ratio of concentrations of a compound between two immiscible liquids, such as octanol and water, at equilibrium

Bioisosteres

Bioisosteres are molecules or functional groups that have similar shapes and electronic properties, often producing similar biological effects. They can be used to modify the structure of a lead compound to improve its potency, selectivity, or pharmacokinetic properties.

Classification of Bioisosteres

1 Classical Bioisosteres

...

See on Student Notes »

Analytical

Principle of Chromatography - Chromatography is a seperation  is a method where the analyte is combined within a liq  or gaseous mobile phase, which is pumped through a stationary phase.usually one phase  is hydrophilic and one is lipophilic. The components of analyte interact differently with these two phases.Depending on  their polarity, they spend more or less time interacting with the Stationary phase . This led to separation of different components present in the sample. Each sample componente

...

See on Wikiteka »

Lims ki parchi

TIMS (Thermal Ionization Mass Spectrometry) – Detailed Explanation

TIMS stands for Thermal Ionization Mass Spectrometry, a highly precise analytical technique used to determine the isotopic composition and concentration of elements in a sample. It is especially valuable in fields like geochemistry, nuclear science, and environmental science.

---

🔹 Principle of TIMS

TIMS works by thermally ionizing a sample on a hot filament and then analyzing the resulting ions based on their mass-to-charge...

See on Student Notes »

principles and practices of management

Henry Fayol's Principles of

Management

*Introduction:

Henry Fayol (1841-1925), a French mining

engineer and management theorist, is known as

the Father of General Management. He

developed 14 principles of management based on his experience as a successful manager.

These principles guide how managers should organize and interact with employees to ensure efficiency and effectiveness in organizations.

1.Division of Work

· Work should be divided into small tasks and

assigned to specialists.

· Specialization

...

See on Student Notes »

Exploring C Language

1. Methods of Initializing an Array in C

Arrays in C can be initialized in two main ways:

a) Compile-Time Initialization:
Values are assigned at the time of declaration.

int arr[5] = {1, 2, 3, 4, 5};

Unused elements are initialized to 0 if fewer values are provided:

int arr[5] = {1, 2}; // arr = {1, 2, 0, 0, 0}

b) Run-Time Initialization:
Values are entered during execution using input functions like scanf().

int arr[5], i;
for(i = 0; i < 5; i++) {
    scanf("%d", &arr[i]);
}

2. Advantages

...

See on Student Notes »

February demo demo

Cost refers to the amount of resources (in terms of money) sacrificed or spent to produce something or to achieve a specific objective.

In business, cost is the total expense incurred to bring a product or service to market.

Types of Costs:

Fixed Cost – Doesn’t change with production level (e.g., rent).

Variable Cost – Changes with production level (e.g., raw materials).

Direct Cost – Directly traceable to a product (e.g., direct labor, materials)

Indirect Cost – Not directly traceable

...

See on Wikiteka »

test 2

What RAS capability allows an organization to publish applications to be accessible to users outside of the organization, while still maintaining those applications on the organization's servers? Web Application Proxy

In order to utilize SSTP, what is the minimum supported Windows version that must be installed for the client? Windows Vista

What Remote Desktop Services role can be used when multiple RDS servers are on a network, and ensures that a client connects to the right server, as well as

...

See on Student Notes »

wffwa213132

DNS Basics

Zones = Chunks of DNS data (zone files) storing resource records (RRs)
Forward lookup zone: Maps names → IPs (A for IPv4, AAAA for IPv6)

  • Auto-created on DC install (contains server’s A record)

  • Hosts added manually or via DHCP auto-registration)

  • Must have at least one for parent domain
    Reverse lookup zone: Maps IPs → names (PTR records), not auto-created

Dynamic DNS (DDNS)

  • Auto-updates DNS when clients/DHCP get new IPs

  • Verify config via DNS dynamic update protocol (saves

...

See on Student Notes »

AIT KHRA

Cours de Techniques de Tournage Audiovisuel 

1. Communication : Modèle Émetteur-Récepteur

  • Émetteur : celui qui produit le message.

  • Récepteur : celui qui reçoit et interprète le message.

  • Canal : le support par lequel le message est transmis (voix, image, écrit).

  • Code : langage ou signes utilisés (linguistique, culturel, gestuel, visuel...).

  • Contexte : environnement psychologique, social et culturel.

  • Communication verbale et non verbale : gestes, postures, expressions

...

See on Wikiteka »