Ignou

QUESTION 1: Discuss the rationale and evolution of Public Enterprises in India since independence.

Answer:

Public Enterprises (PEs) in India, also known as Public Sector Undertakings (PSUs), were established with specific rationales that evolved over different phases since independence.

RATIONALE FOR PUBLIC ENTERPRISES:

Socialistic Pattern of Society: Inspired by the Nehru-Mahalanobis model, PEs were seen as instruments for achieving a socialist society with equitable distribution.

Capital Intensive...

See on Student Notes »

gesch woorden 2

Rivaliteit Rivaliteit betekent dat landen met elkaar wedijveren om sterker en invloedrijker te worden. Voor de Eerste Wereldoorlog leidde dit tot spanningen omdat grootmachten elkaar als concurrenten zagen. Duitse vlootbouw De Duitse vlootbouw was het uitbouwen van een grote oorlogsvloot door Duitsland. Dit werd gedaan om de Britse zeemacht te evenaren en zorgde voor wantrouwen tussen beide landen. Von Schlieffenplan Het Von Schlieffenplan was een Duits oorlogsplan om Frankrijk snel te verslaan.

...

See on Wikiteka »

finance

CAPITAL STRUCTURE (CH 16)                                                PROJECT CASH FLOWS (CH 10)
Capital structure = mix of debt + equity.                                Incremental cash flows = created ONLY by accepting project.
Unlevered = no debt.                                                     Include: opportunity costs, erosion, synergy, NWC changes.
Levered = some debt.                                  

...

See on Student Notes »

gesch woorden

Rivaliteit Rivaliteit betekent dat landen met elkaar in machtsstrijd leven. In de periode vóór de Eerste Wereldoorlog zorgde dit ervoor dat Europese grootmachten met elkaar wedijverden om invloed, kolonies en controle over belangrijke gebieden zoals de Middellandse Zee. Duitse vlootbouw De Duitse vlootbouw was het uitbouwen van een grote Duitse oorlogsvloot vóór 1914. Dit gebeurde om te kunnen concurreren met Engeland op zee en werd door de Britten gezien als een directe bedreiging. Von Schlieffenplan

...

See on Wikiteka »

Finance Final

1. COST OF EQUITY (Dividend Growth Model)

Use when you are given: last dividend, growth rate, and stock price.

Steps

Find next year’s dividend:
Next dividend = Last dividend × (1 plus growth rate)

Cost of equity = Next dividend ÷ Stock price + Growth rate

Excel

=(D0*(1+g)/Price) + g

2. COST OF DEBT (YTM)

Your system almost always uses ANNUAL coupons, even if the bond says semiannual.

Steps

Coupon payment = Coupon rate × Par value

Discount each payment back using a trial interest rate until

...

See on Student Notes »

XCVCXV

# Practical 1: Car Class
# Purpose: Demonstrate basic OOP — creating a Car class with accelerate and brake methods.

class Car:
 def __init__(self, year, mpg, speed):
 self.year = year
 self.mpg = mpg
 self.speed = speed
 def accelerate(self):
 self.speed += 10
 print(f"The car speeds up. Current speed is {self.speed}")
 
 def brake(self):
 if self.speed >= 10:
 self.speed -= 10
 else:
 self.speed = 0
 print(f"The car slows down. Current speed is {self.speed}")
car1 = Car(2024, 24, 50)
car1.accelerate(

...

See on Student Notes »

Math exam

P(x) = -4x^2+632x-4000, x>10,X is number produced, total prodcution for 800 dollars, WORK: 0 =-4x^2+632x-4800** Plug into quad formula** ANS: X=150    

relative maximum F(x) = ln (2x-8.4)-.25(x+4)^2+ 9.83 ANS: 10.2 at x = 5.5 

 real zeros  3-2 log base 5 Square root x^2 +2x+3 , three decimal place ANS: x=-12.091, x-10.091

2500 yr old estimate carbon 14 decrease from 20 grams to 12 so 60%remains, P(t)=2=eA^-0.00012t ANS: t =4256.8 yrs

72 feet per sec, h(t) = -16t^2 +72t , WRK: x=-b/...

See on Student Notes »

BPCC-105: FINAL 20-POINT REVIEW CHECKLIST I. FOUNDATIONS AND ETHICS Goals of Research: The four goals are to Describe (what), Explain (why/cause), Predict (when/relationship), and Control (influence behavior). Scientific research must achieve these s

​BPCC-105: FINAL 20-POINT REVIEW CHECKLIST

​I. FOUNDATIONS AND ETHICS

  1. Goals of Research: The four goals are to Describe (what), Explain (why/cause), Predict (when/relationship), and Control (influence behavior). Scientific research must achieve these systematically.
  2. Characteristics of Science: Research must be Empirical (based on observation), Objective (unbiased), Verifiable (replicable), and Systematic (planned steps) to maintain scientific rigor and credibility.
  3. Ethical Issues (
...

See on Student Notes »

Ehtics

SECTION 1: THE THREE APPROACHES TO JUSTICE

Welfare (Utilitarianism)
Freedom (Libertarianism, Kant, Rawls)

Virtue (Aristotle, MacIntyre, Communitarianism)

Justice is about distributing income, wealth, rights, duties, powers, opportunities, offices, and honors.

SECTION 2: HOW TO IDENTIFY EACH THEORY QUICKLY (HIGH-YIELD MCQ CLUES)

Utilitarianism:

Looks at consequences

Maximize total welfare or happiness

“Greatest good for the greatest number”

Cost-benefit analysis; efficiency; overall outcomes

Libertarianism:...

See on Student Notes »