pdf321

Return -1 if the weight is less than 0 or greater than 100. • Return 10.00 if the weight is between 0 and 10 kg. • Return 20.00 if the weight is between 10.01 and 20 kg. • Return 50.00 if the weight is between 20.01 and 50 kg. • Return 100.00 if the weight is between 50.01 and 100 kg.

Java Method

public static double calculateShippingCost(double weight) {
    if (weight < 0 || weight > 100) return -1;
    if (weight <= 10) return 10.00;
    if (weight <= 20) return 20.00;
 

...

See on Student Notes »

Electromagnetic field theory

Gauss divergence theroem The total outward flux of a vector field through a closed surface is equal to the volume integral of the divergence of the vector field over the region enclosed by the surface.”

Where: 𝐴= vector field 𝑆 S = closed surface 𝑉 V = volume enclosed by surface 𝑑𝑆 = differential surface element ∇ ⋅ 𝐴= divergence of vector field Limitations Applicable only for closed surfaces. -Vector field must be continuous and differentiable. Applications: Gauss Law in

...

See on Student Notes »

Aaaaaaa

1(a) What is wealth maximisation objective?

Wealth maximisation means maximizing the market value of shareholders’ wealth. It focuses on increasing the value of the firm through efficient financial decisions regarding investment, financing, and dividend policies. It considers risk and time value of money.


1(b) Describe functions of finance manager.

Main functions of a finance manager are:

  1. Financial planning and forecasting
  2. Capital budgeting/investment decisions
  3. Financing decisions
  4. Dividend decisions
...

See on Student Notes »

Chonghu

Q1. Discuss the main characteristics of the UK Constitution.

  • Unwritten Nature: Unlike most modern states, the UK does not have a single codified document. It consists of statutes, common law, conventions, and historical documents like the Magna Carta.

  • Sovereignty of Parliament: Parliament is the supreme legal authority, which can create or end any law.

  • Unitary State: Power is concentrated in the central government, though some powers are devolved to Scotland, Wales, and Northern Ireland.

...

See on Student Notes »

Chits

Residual Head of Income (Income from Other Sources)

The residual head of income refers to “Income from Other Sources” under the Income Tax Act, 1961. It includes incomes that are not taxable under the other four heads of income such as salary, house property, business/profession, or capital gains.

It is governed by Section 56 of the Income Tax Act.

Examples of Income from Other Sources

* Dividend income
* Interest on bank deposits and securities
* Family pension
* Lottery and crossword winnings
*

...

See on Student Notes »

Jai mata di

The two-compartment intravenous (IV) bolus model describes the kinetics of drugs that do not distribute instantaneously throughout the body. Following rapid IV injection, drugs distribute quickly into a central compartment (blood/well-perfused tissues) and slowly into a peripheral compartment (tissues), displaying a biexponential plasma concentration decline over time.

Central Compartment (V): Blood and highly perfused tissues (liver, kidneys, heart). Elimination mainly occurs here.

Peripheral Compartment

...

See on Wikiteka »

Cognosy

Herbal drug standardization ensures the quality, safety, efficacy, and consistency of herbal formulations through authentication, botanical evaluation, and chemical profiling●1. Introduction and Need for Standardization

Definition: The process of prescribing a set of standards or inherent characteristics, constant parameters, and definitive qualitative/quantitative values to ensure the quality of herbal medicine.

Need: Ensures identity, purity, safety, efficacy, and consistency in batch-to-batch

...

See on Student Notes »

mcbgood

Bacteria: default genes ON; sigma factor recognizes promoter; termination = rho-dependent or rho-independent. Eukaryotes: default genes OFF because DNA wrapped in nucleosomes/chromatin. Pol II transcribes protein genes + many regulatory ncRNAs. TFIID recognizes TATA/Inr and helps assemble PIC. PIC = Pol II + TFIIA/B/D/E/F/H. TFIIH opens DNA using ATP + phosphorylates Pol II CTD. CTD phosphorylation coordinates initiation, elongation, RNA processing, termination. Gene regulation determines cell identity...

See on Student Notes »

Psy 150

Chapter 1: Intro

Psychology = The Scientific study of behavior and mental process 

Behavior = Observable actions 

Mental processes = thoughts, feelings, memories, perceptions 

Types of Research 

Basic Research = Research done to gain knowledge or support/refute theories

Applied Research = Research used to solve real-world problems 

Psychology 4 Goals

Describe = what is happening? 

Explain = why is it happening?

Predict = what will happen? 

Change = how can behavior be improved? 

Historical

...

See on Student Notes »