besidedegree@gmail.com
+9779709005491
Enquiry
Back to Home
Before NEB

Brief Notes Before NEB

Highlight Save
SEE to Class 11

Complete Entrance Study Guide

All Streams: Science | Management | Humanities | Education

With Formulas • Explanations • Examples • Notes

StreamMain SubjectsCareer Path
SciencePhysics, Chemistry, Biology/Math, English, NepaliEngineering, Medicine, Research, IT
ManagementAccountancy, Economics, Business Math, English, NepaliBusiness, Finance, Banking, CA
HumanitiesSocial Studies, History, Geography, English, NepaliLaw, Journalism, Civil Service, Teaching
EducationEducation, Child Dev., Pedagogy, English, NepaliTeaching, Counseling, School Admin


 

 

PART A: COMMON SUBJECTS — All Streams

 

SECTION 1: MATHEMATICS

Mathematics is the highest-scoring subject in all entrance exams. It requires daily practice. Below is the complete SEE-level syllabus with all formulas.

 

1.1 SETS

A set is a well-defined collection of distinct objects. Sets are represented using curly brackets { }.

  • Types: Empty set { }, Singleton set, Finite set, Infinite set, Universal set (U)
  • Subset: A ⊆ B means every element of A is also in B
  • Equal sets: A = B if they have exactly the same elements

 

OperationSymbolMeaningExample
UnionA ∪ BAll elements in A or B or both{1,2} ∪ {2,3} = {1,2,3}
IntersectionA ∩ BElements common to both A and B{1,2} ∩ {2,3} = {2}
ComplementA'Elements NOT in A (in Universal set)U={1,2,3}, A={1} → A'={2,3}
DifferenceA - BElements in A but NOT in B{1,2,3}-{2,3}={1}

 

n(A ∪ B) = n(A) + n(B) - n(A ∩ B)

n(A ∪ B ∪ C) = n(A)+n(B)+n(C) - n(A∩B) - n(B∩C) - n(A∩C) + n(A∩B∩C)

📌 Always draw a Venn diagram first before solving set problems.

 

1.2 REAL NUMBERS & SURDS

TypeDescriptionExamples
Natural (N)Counting numbers1, 2, 3, 4 ...
Whole (W)Natural + zero0, 1, 2, 3 ...
Integer (Z)Positive + negative + zero...-2,-1, 0, 1, 2...
Rational (Q)Can be written as p/q1/2, 0.75, -3, 5
IrrationalCannot be written as p/q√2, √3, π, e
Real (R)All rational + irrationalAll numbers on number line

 

Surds — Square roots that cannot be simplified to whole numbers:

√a × √b = √(ab)

√a ÷ √b = √(a/b)

(√a + √b)(√a - √b) = a - b     ← Rationalizing the denominator

(a + b)²  = a² + 2ab + b²

(a - b)²  = a² - 2ab + b²

(a + b)(a - b) = a² - b²        ← Difference of squares

 

1.3 INDICES (Laws of Exponents)

LawFormulaExample
Productaᵐ × aⁿ = aᵐ⁺ⁿ2³ × 2⁴ = 2⁷ = 128
Quotientaᵐ ÷ aⁿ = aᵐ⁻ⁿ3⁵ ÷ 3² = 3³ = 27
Power of Power(aᵐ)ⁿ = aᵐⁿ(2²)³ = 2⁶ = 64
Power of Product(ab)ⁿ = aⁿbⁿ(2×3)² = 4×9 = 36
Zero Indexa⁰ = 1100⁰ = 1
Negative Indexa⁻ⁿ = 1/aⁿ2⁻³ = 1/8
Fractional Indexa^(1/n) = ⁿ√a8^(1/3) = ∛8 = 2
Fractional Index 2a^(m/n) = ⁿ√(aᵐ)8^(2/3) = (∛8)² = 4

 

1.4 LOGARITHM

Definition: If aˣ = b, then logₐb = x  (read: log base a of b equals x)

log(mn)  = log m + log n           ← Product Rule

log(m/n) = log m - log n           ← Quotient Rule

log(mⁿ)  = n × log m              ← Power Rule

logₐa   = 1                        ← Log of same base = 1

logₐ1   = 0                        ← Log of 1 is always 0

Change of base: logₐb = log b / log a

log₁₀ = common log   |  logₑ = ln = natural log

📌 log without a base means log₁₀ (base 10).

 

1.5 QUADRATIC EQUATIONS

Standard Form: ax² + bx + c = 0  where a ≠ 0

  • Method 1 — Factorization: Express as (x + p)(x + q) = 0
  • Method 2 — Quadratic Formula (works always):

x = [ -b ± √(b² - 4ac) ] / 2a

 

Discriminant D = b² - 4ac:

  • D > 0  →  Two distinct real roots
  • D = 0  →  Two equal real roots (repeated)
  • D < 0  →  No real roots

 

Sum and Product of roots (α and β):

α + β = -b/a      ← Sum of roots

α × β =  c/a     ← Product of roots

Equation from roots: x² - (α+β)x + αβ = 0

 

1.6 SEQUENCE & SERIES

Arithmetic Progression (AP)

A sequence with a constant difference 'd' between consecutive terms.

General Term:    Tₙ = a + (n-1)d

Sum of n terms:  Sₙ = n/2 × [2a + (n-1)d]

                 Sₙ = n/2 × (a + l)      where l = last term

Common difference: d = T₂ - T₁ = T₃ - T₂

 

Geometric Progression (GP)

A sequence with a constant ratio 'r' between consecutive terms.

General Term:         Tₙ = a × r^(n-1)

Sum of n terms:       Sₙ = a(rⁿ - 1)/(r - 1)   when r ≠ 1

Sum of infinite GP:   S∞ = a/(1-r)             when |r| < 1

Common ratio:         r = T₂/T₁ = T₃/T₂

 

1.7 MATRICES

A matrix is a rectangular array of numbers arranged in rows and columns.

  • Order = m × n (m rows, n columns)
  • Square matrix: rows = columns
  • Identity matrix (I): diagonal = 1, rest = 0

For 2×2 matrix A = [a b]

                   [c d]

Determinant |A| = ad - bc

Transpose Aᵀ: swap rows and columns

Inverse A⁻¹ = (1/|A|) × [ d  -b]

                          [-c   a]

A × A⁻¹ = I  (identity matrix)

📌 Matrix multiplication: (m×n) × (n×p) = (m×p). Columns of 1st must equal rows of 2nd.

 

1.8 GEOMETRY

Triangles

Property/FormulaExpressionNotes
Area(1/2) × base × heightHeight must be perpendicular
Heron's Formula√[s(s-a)(s-b)(s-c)]s = (a+b+c)/2 semi-perimeter
Perimetera + b + cSum of all three sides
Pythagorasc² = a² + b²c = hypotenuse (longest side)
Angle sum∠A + ∠B + ∠C = 180°Always true for any triangle
Exterior angle= sum of two non-adjacent interior angles-

 

Similarity & Congruency

  • Congruent triangles (≅): Same shape AND same size — SSS, SAS, ASA, AAS, RHS
  • Similar triangles (~): Same shape, different size — AA, SAS, SSS

For similar triangles: corresponding sides are proportional

Area ratio = (side ratio)²

 

Circle Theorems

TheoremStatement
Angle at centreAngle at centre = 2 × angle at circumference on same arc
Angle in semicircleAngle in a semicircle = 90°
Angles in same segmentAngles in same segment are equal
Opposite angles (cyclic quad)Opposite angles of cyclic quadrilateral add to 180°
Tangent-radiusTangent is perpendicular to radius at point of contact
Tangent lengthsTwo tangents from external point are equal

 

Circle Formulas

Area = πr²

Circumference = 2πr

Arc length = (θ/360°) × 2πr

Area of sector = (θ/360°) × πr²

Area of segment = Area of sector - Area of triangle

 

1.9 TRIGONOMETRY

In a right-angled triangle with angle θ, hypotenuse H, perpendicular P, base B:

sin θ = P/H    cos θ = B/H    tan θ = P/B

cosec θ = H/P  sec θ = H/B   cot θ = B/P

tan θ = sin θ / cos θ

 

Angle →30°45°60°90°
sin01/21/√2√3/21
cos1√3/21/√21/20
tan01/√31√3

 

Pythagorean Identities:

sin²θ + cos²θ = 1

1 + tan²θ   = sec²θ

1 + cot²θ   = cosec²θ

 

Compound Angle Formulas:

sin(A±B) = sinA cosB ± cosA sinB

cos(A±B) = cosA cosB ∓ sinA sinB

tan(A+B) = (tanA + tanB) / (1 - tanA tanB)

 

Heights & Distances

tan(angle of elevation)  = Height / Horizontal Distance

tan(angle of depression) = Height / Horizontal Distance

📌 Angle of elevation = looking UP from horizontal. Angle of depression = looking DOWN.

 

1.10 MENSURATION

3D ShapeVolumeTotal Surface AreaCurved/Lateral SA
Cube (a)6a²4a²
Cuboid (l,b,h)l×b×h2(lb+bh+hl)2h(l+b)
Cylinder (r,h)πr²h2πr(r+h)2πrh
Cone (r,h)(1/3)πr²hπr(r+l)πrl  where l=√(r²+h²)
Sphere (r)(4/3)πr³4πr²4πr²
Hemisphere (r)(2/3)πr³3πr²2πr²
PrismBase Area × height2×Base + Lateral SAPerimeter of base × height
Pyramid(1/3)×Base Area×hBase + (1/2)×perimeter×slant h-

 

1.11 COORDINATE GEOMETRY

Distance:    d = √[(x₂-x₁)² + (y₂-y₁)²]

Midpoint:    M = ((x₁+x₂)/2 , (y₁+y₂)/2)

Slope:       m = (y₂-y₁)/(x₂-x₁)

Slope-intercept form:  y = mx + c

Point-slope form:      y - y₁ = m(x - x₁)

Two-point form:        (y-y₁)/(y₂-y₁) = (x-x₁)/(x₂-x₁)

Parallel lines:        m₁ = m₂

Perpendicular lines:   m₁ × m₂ = -1

Section formula (internal): P = ((mx₂+nx₁)/(m+n) , (my₂+ny₁)/(m+n))

 

1.12 STATISTICS & PROBABILITY

Central Tendency

Mean  (x̄) = Σx / n          (sum of values ÷ count)

Median = middle value after arranging in order

        = (n+1)/2 th value  (odd n)

        = average of n/2 and (n/2+1) th values (even n)

Mode   = most frequently occurring value

 

Measures of Dispersion

Range = Maximum - Minimum

Q₁ = (n+1)/4 th value    (Lower Quartile)

Q₂ = Median              (Middle Quartile)

Q₃ = 3(n+1)/4 th value   (Upper Quartile)

IQR = Q₃ - Q₁

Quartile Deviation (QD) = (Q₃ - Q₁) / 2

Mean Deviation (MD) = Σ|x - x̄| / n

Standard Deviation (σ) = √[ Σ(x-x̄)² / n ]

Variance = σ²

 

Probability

P(Event) = Favorable outcomes / Total possible outcomes

0 ≤ P(E) ≤ 1

P(A') = 1 - P(A)              ← Complementary

P(A∪B) = P(A) + P(B) - P(A∩B) ← Addition Rule

P(A∩B) = P(A) × P(B)          ← Multiplication (independent events)

📌 Mutually exclusive events: P(A∩B) = 0, so P(A∪B) = P(A) + P(B)
 

SECTION 2: ENGLISH

 

2.1 TENSES — All 12 Forms

TenseStructureSignal WordsExample
Simple PresentS + V1(s/es)always, often, every dayShe reads every day.
Present ContinuousS + is/am/are + V-ingnow, at the momentShe is reading now.
Present PerfectS + has/have + V3just, already, yet, everShe has read the book.
Present Perfect Cont.S + has/have been + V-ingsince, for (up to now)She has been reading.
Simple PastS + V2yesterday, ago, lastShe read yesterday.
Past ContinuousS + was/were + V-ingwhile, when (ongoing past)She was reading.
Past PerfectS + had + V3before, after, by the timeShe had read it before.
Past Perfect Cont.S + had been + V-ingfor/since (before past)She had been reading.
Simple FutureS + will + V1tomorrow, next, soonShe will read tomorrow.
Future ContinuousS + will be + V-ingat this time tomorrowShe will be reading.
Future PerfectS + will have + V3by tomorrow, by thenShe will have read it.
Future Perfect Cont.S + will have been + V-ingfor … by …She will have been reading.

 

2.2 ACTIVE & PASSIVE VOICE

Active: Subject DOES the action.   Passive: Subject RECEIVES the action.

Active:  Subject + Verb + Object

Passive: Object + be-verb + Past Participle (V3) + by + Subject

 

TenseActivePassive
Simple PresentShe eats rice.Rice is eaten by her.
Simple PastShe ate rice.Rice was eaten by her.
Simple FutureShe will eat rice.Rice will be eaten by her.
Present ContinuousShe is eating rice.Rice is being eaten by her.
Past ContinuousShe was eating rice.Rice was being eaten by her.
Present PerfectShe has eaten rice.Rice has been eaten by her.
Past PerfectShe had eaten rice.Rice had been eaten by her.
Modal (can)She can eat rice.Rice can be eaten by her.

 

2.3 DIRECT & INDIRECT SPEECH

Direct: uses exact words in quotes.   Indirect: reports without quotes, with tense change.

TypeDirectIndirect
Statement'I am happy.' he said.He said that he was happy.
Question (Yes/No)'Are you ready?'He asked if I was ready.
Question (Wh-)'Where do you live?'He asked where I lived.
Command'Close the door!'He told me to close the door.
Request'Please help me.'He requested me to help him.
Exclamation'What a great day!'He exclaimed that it was a great day.

 

Tense changes (backshift):

Direct (Present)Indirect (Past)
am/is/arewas/were
has/havehad
willwould
cancould
maymight
shallshould
do/doesdid
Simple PastPast Perfect

 

2.4 CONDITIONALS

TypeConditionStructureExample
ZeroAlways true / factsIf + Present, PresentIf you heat ice, it melts.
FirstPossible/likelyIf + Present, will + V1If it rains, I will stay home.
SecondUnlikely/hypotheticalIf + Past, would + V1If I were rich, I would travel.
ThirdImpossible (past)If + Past Perfect, would have + V3If I had studied, I would have passed.

 

2.5 ARTICLES, PREPOSITIONS & MODALS

Articles

  • 'a' — before consonant sounds: a book, a university
  • 'an' — before vowel sounds: an apple, an hour, an MBA
  • 'the' — specific, unique or already mentioned things: the sun, the book I gave you
  • No article — plural general nouns, uncountable nouns: Books are useful. Water is life.

 

Common Prepositions

PrepositionUsageExamples
ininside, months, years, citiesin the box, in January, in Nepal
onsurfaces, days, dateson the table, on Monday, on 5 July
atspecific time/placeat 6 PM, at school, at the corner
sincefrom a point in timesince 2020, since Monday
forduration of timefor 2 hours, for 3 years
bydeadline, agent in passiveby 5 PM, written by Ram
betweentwo things/peoplebetween me and you
amongmore than twoamong friends

 

Modal Verbs

ModalUseExample
canability (present)She can swim.
couldability (past) / polite requestHe could swim. / Could you help?
maypossibility / permission (formal)It may rain. / May I come in?
mightless likely possibilityHe might come later.
muststrong obligation / certaintyYou must study. / He must be tired.
shouldadvice / moral dutyYou should eat well.
wouldpolite request / past habitWould you help? / He would walk daily.
shallfuture (I/we) / suggestionI shall return. / Shall we go?
neednecessityYou need not come.
darechallenge / courageHow dare you say that?

 

2.6 WRITING SKILLS

Essay Writing — Structure

  • Introduction (1 paragraph): Background, thesis statement, what you will discuss
  • Body (2–3 paragraphs): Main points, each with supporting examples and explanations
  • Conclusion (1 paragraph): Summary, restate thesis, final thought

📌 Use linking words: However, Furthermore, In addition, On the other hand, Therefore, In conclusion

 

Formal Letter — Structure

  • Sender's address (top right)
  • Date
  • Receiver's address (left)
  • Subject line: Re: ...
  • Salutation: Dear Sir/Madam,
  • Body: Introduction → Main content → Request/action
  • Complimentary close: Yours faithfully / Yours sincerely
  • Signature and name

 


 

 

SECTION 3: NEPALI (नेपाली)

 

3.1 व्याकरण (Grammar)

संधि (Sandhi) — Joining of sounds

  • स्वर संधि: When two vowels join — अ + अ = आ (e.g. हिम + आलय = हिमालय)
  • व्यञ्जन संधि: When consonants join
  • विसर्ग संधि: When visarga (ः) joins with next letter

 

समास (Samas) — Compound words

TypeDescriptionExample
तत्पुरुषSecond word is mainराजपुत्र (राजाको पुत्र)
द्वन्द्वBoth words equal importanceमाता-पिता, नदी-नाला
बहुब्रीहिDescribes something elseचतुर्भुज (चार भुजा भएको = विष्णु)
कर्मधारयAdjective + Nounनीलकमल (नीलो कमल)
द्विगुNumber + Nounत्रिभुवन (तीन भुवन)
अव्ययीभावFirst word is indeclinableयथाशक्ति, प्रतिदिन

 

कारक (Karak) — Cases

कारकविभक्तिEnglish
कर्ताले, न, ०Subject/Nominative
कर्मलाई, ०Object/Accusative
करणले, द्वारा, बाटInstrument
सम्प्रदानलाई, को लागिDative/For
अपादानबाट, देखिAblative/From
सम्बन्धको, का, की, राGenitive/Of
अधिकरणमा, भित्र, माथिLocative/In
सम्बोधनहे, ओ, एVocative

 

वाक्यभेद (Types of Sentences)

  • सरल वाक्य (Simple): एउटा subject, एउटा verb — 'राम स्कूल गयो।'
  • संयुक्त वाक्य (Compound): दुई independent clauses joined by र, तर, किनभने
  • मिश्र वाक्य (Complex): One main + one dependent clause

 

निबन्ध लेखन (Essay Writing)

  • भूमिका (Introduction): विषयको परिचय
  • मुख्य भाग (Body): मुख्य विचारहरू, उदाहरण
  • उपसंहार (Conclusion): सारांश र निचोड

 

पत्र लेखन (Letter Writing)

  • औपचारिक पत्र (Formal): मिति, विषय, सम्मानपूर्वक/महोदय, विषयवस्तु, भवदीय
  • अनौपचारिक पत्र (Informal): मिति, प्रिय, विषय, इति/तिम्रो

 


 

 

SECTION 4: SOCIAL STUDIES

 

4.1 GEOGRAPHY OF NEPAL

FeatureDetails
Total Area147,181 sq. km (landlocked country)
LocationBetween India (S, E, W) and China/Tibet (N)
Coordinates26°22'N – 30°27'N latitude, 80°4'E – 88°12'E longitude
Geographical RegionsMountain/Himal, Hill/Pahad, Terai
Highest PeakMt. Everest — 8,848.86 m (world's highest)
Major RiversKoshi, Gandaki, Karnali (three river systems)
Provinces7 Provinces
Districts77 Districts
CapitalKathmandu (political + cultural + economic)
Population~30 million (approx.)
Official LanguageNepali
CurrencyNepali Rupee (NPR)

 

Three Geographical Regions

RegionAltitudeArea %Features
Himal (Mountain)Above 4,877m15%Himalayas, snow, glaciers, sparse population
Pahad (Hill)610–4,877m68%Hills, valleys, terraced farming, most populated
Terai (Plains)Below 610m17%Flat land, fertile soil, hot, rice cultivation

 

4.2 HISTORY OF NEPAL

Year / PeriodEvent
563 BCBirth of Siddhartha Gautama (Buddha) in Lumbini
1200–1768 ADMalla Dynasty rules Kathmandu Valley
1768 ADPrithvi Narayan Shah unifies Nepal, Gorkha Kingdom expands
1814–1816 ADAnglo-Nepal War → Sugauli Treaty signed with British India
1846 ADKot Massacre — Jung Bahadur Rana seizes power, Rana oligarchy begins
1923 ADNepal's independence recognized by Britain
1951 ADEnd of Rana regime, democracy restored — King Tribhuvan
1955 ADNepal joins United Nations
1960 ADKing Mahendra introduces Panchayat system, bans political parties
1990 ADPeople's Movement I — Multi-party democracy restored
1996–2006Maoist insurgency (People's War)
2006 ADPeople's Movement II (Jan Andolan II) — end of monarchy's political role
2008 ADNepal declared Federal Democratic Republic, monarchy abolished
2015 ADNew Constitution of Nepal promulgated (Sept 20, 2015)
2015 ADDevastating earthquake (April 25) — 7.8 magnitude

 

4.3 CIVICS — GOVERNMENT OF NEPAL

  • System: Federal Democratic Republic with 3 levels of government

 

LevelBodyMembers / Structure
FederalParliament (Sansad)House of Representatives (275) + National Assembly (59)
Federal ExecutivePresident + Prime Minister + Council of MinistersPresident = ceremonial head, PM = executive head
Federal JudiciarySupreme CourtChief Justice + other justices
ProvincialProvincial AssemblyEach province has its own assembly and government
LocalMunicipality/Rural MunicipalityWard level governance

 

Fundamental Rights (Constitution 2015)

  • Right to equality — no discrimination based on gender, caste, religion
  • Right to freedom — speech, press, assembly, movement
  • Right to education — free basic education for all
  • Right to health — free basic healthcare
  • Right to property — own and use property
  • Right to constitutional remedy — can approach court if rights violated
  • Right against exploitation — no forced labor or trafficking

 

4.4 GLOBAL ORGANIZATIONS

OrganizationFull NameHQFoundedKey Role
UNUnited NationsNew York, USA1945International peace and security
WHOWorld Health OrganizationGeneva, Switzerland1948Global health standards
UNESCOUN Educational, Scientific and Cultural Org.Paris, France1945Education, science, culture
UNICEFUN Children's FundNew York, USA1946Child welfare worldwide
SAARCSouth Asian Assoc. for Regional CooperationKathmandu, Nepal1985Regional cooperation in South Asia
WTOWorld Trade OrganizationGeneva, Switzerland1995International trade rules
IMFInternational Monetary FundWashington DC, USA1944Financial stability globally
World BankInternational Bank for Reconstruction and Dev.Washington DC, USA1944Development loans
NATONorth Atlantic Treaty OrganizationBrussels, Belgium1949Military alliance
ASEANAssociation of Southeast Asian NationsJakarta, Indonesia1967SE Asian cooperation

 


 

 

PART B: SCIENCE STREAM

Subjects: Physics, Chemistry, Biology OR Mathematics, English, Nepali

 

SECTION 5: PHYSICS

5.1 MEASUREMENT & UNITS

Physical QuantitySI UnitSymbolMeasuring Instrument
LengthMetremRuler, Vernier caliper
MassKilogramkgBalance
TimeSecondsStopwatch, clock
TemperatureKelvinKThermometer
Electric CurrentAmpereAAmmeter
ForceNewtonNSpring balance
Energy / WorkJouleJ-
PowerWattWWattmeter
PressurePascalPaManometer, barometer
FrequencyHertzHz-

1 km = 1000 m   |   1 m = 100 cm = 1000 mm

1 kg = 1000 g   |   1 hour = 3600 seconds

 

5.2 MOTION

Key terms:

  • Distance: total path length (scalar)
  • Displacement: shortest path from start to end (vector)
  • Speed: distance / time (scalar)
  • Velocity: displacement / time (vector)
  • Acceleration: change in velocity / time

 

Three Equations of Motion (uniform acceleration):

v = u + at                          ← velocity after time t

s = ut + (1/2)at²                   ← displacement in time t

v² = u² + 2as                       ← relates velocity and displacement

s = (u+v)/2 × t                     ← average velocity × time

u=initial velocity, v=final velocity, a=acceleration, s=displacement, t=time

 

Average speed = Total distance / Total time

Average velocity = Total displacement / Total time

Acceleration = (v - u) / t

📌 For free fall: a = g = 9.8 m/s² ≈ 10 m/s² (downward)

 

5.3 NEWTON'S LAWS OF MOTION

  • 1st Law (Law of Inertia): An object stays at rest or moves at constant velocity unless acted upon by a net external force.
  • 2nd Law: The net force on an object equals its mass times acceleration.

F = ma    (Force = mass × acceleration)

Weight: W = mg   (g = 9.8 m/s²)

  • 3rd Law: For every action, there is an equal and opposite reaction.

 

Momentum: p = mv

Impulse: J = F×t = Δp = m(v-u)

Law of Conservation of Momentum: m₁u₁ + m₂u₂ = m₁v₁ + m₂v₂

📌 Momentum is always conserved in all collisions (no external force).

 

5.4 WORK, POWER & ENERGY

Work = F × d × cosθ     (θ = angle between force and displacement)

Work = 0 when θ = 90°  (force perpendicular to displacement)

Kinetic Energy (KE) = (1/2)mv²

Potential Energy (PE) = mgh

Elastic PE (spring) = (1/2)kx²

Work-Energy Theorem: Net work = ΔKE = KE_final - KE_initial

Conservation of Energy: KE + PE = constant (no friction)

Power = Work / Time = W/t

Power = Force × velocity = F×v

Efficiency (%) = (Useful output / Total input) × 100

📌 1 Watt = 1 Joule per second. 1 horsepower (HP) = 746 W

 

5.5 PRESSURE

Pressure = Force / Area = F/A    [Unit: Pascal = N/m²]

Liquid Pressure = ρgh    (ρ=density, g=9.8m/s², h=depth)

Atmospheric Pressure = 101325 Pa = 1 atm = 760 mmHg = 76 cm Hg

Archimedes Principle: Buoyant Force = Weight of liquid displaced

Buoyant Force = ρ_liquid × V_submerged × g

  • Object floats if: density of object < density of fluid
  • Object sinks if: density of object > density of fluid

Pascal's Law: Pressure applied to enclosed fluid is transmitted equally in all directions

 

5.6 HEAT & TEMPERATURE

Q = mcΔT     (Q=heat, m=mass, c=specific heat, ΔT=temperature change)

°C to K:   K = °C + 273

°C to °F:  °F = (9/5 × °C) + 32

°F to °C:  °C = 5/9 × (°F - 32)

Latent Heat: Q = mL   (no temperature change during state change)

Linear Expansion: ΔL = L₀αΔT   (α = coefficient of linear expansion)

SubstanceSpecific Heat (J/kg°C)
Water4200
Ice2100
Copper385
Iron460
Air1000

📌 Water has the highest specific heat — it heats and cools very slowly.

 

5.7 LIGHT — REFLECTION & REFRACTION

Reflection

  • Law 1: Angle of incidence = Angle of reflection (∠i = ∠r)
  • Law 2: Incident ray, reflected ray and normal are all in the same plane.

Mirror formula:  1/f = 1/v + 1/u

Magnification:   m = -v/u = h_i / h_o

Focal length of spherical mirror: f = R/2

Mirror TypeFocal LengthImage NatureUses
Concave (converging)Positive (real focus)Real & inverted OR virtual & erectTorch, telescope, shaving mirror
Convex (diverging)Negative (virtual focus)Always virtual, erect, diminishedCar rear-view mirror, security mirror
Plane-Virtual, erect, same size, laterally invertedDressing mirrors

 

Refraction

Snell's Law:  n₁ sinθ₁ = n₂ sinθ₂

Refractive Index (n) = c / v  = sin(i) / sin(r)

n = Speed of light in vacuum / Speed of light in medium

Lens Formula:  1/f = 1/v - 1/u

Magnification (lens): m = v/u

Power of lens: P = 1/f (f in metres)  [Unit: Dioptre D]

📌 Convex lens: converging, positive focal length. Concave lens: diverging, negative focal length.

 

5.8 ELECTRICITY

Ohm's Law:   V = IR     (V=voltage, I=current, R=resistance)

Resistance:  R = ρL/A  (ρ=resistivity, L=length, A=cross-section area)

Series:      R_total = R₁ + R₂ + R₃ ...

             Current same everywhere: I = I₁ = I₂

             Voltage divides: V = V₁ + V₂

Parallel:    1/R_total = 1/R₁ + 1/R₂ + 1/R₃

             Voltage same: V = V₁ = V₂

             Current divides: I = I₁ + I₂

Power:       P = VI = I²R = V²/R   [Unit: Watt W]

Energy:      E = Pt = VIt = I²Rt   [Unit: Joule J]

1 kWh = 1 unit = 3.6 × 10⁶ J

Cost = Energy (kWh) × Rate per unit

 

5.9 MAGNETISM & ELECTROMAGNETISM

  • Like poles repel; unlike poles attract.
  • Magnetic field lines: from North to South outside magnet.
  • Right-hand thumb rule: thumb = current direction, fingers = magnetic field direction

Faraday's Law: EMF = -N × (ΔΦ/Δt)   (N=turns, Φ=flux)

Fleming's Left-Hand Rule: Force on conductor in magnetic field

Fleming's Right-Hand Rule: Direction of induced current

 


 

 

SECTION 6: CHEMISTRY

6.1 ATOMIC STRUCTURE

ParticleSymbolChargeLocationMass (amu)
Protonp⁺+1Nucleus1
Neutronn⁰0Nucleus1
Electrone⁻-1Shells (orbits)1/1836 ≈ 0

 

Atomic Number (Z) = Number of protons = Number of electrons (neutral)

Mass Number (A) = Protons + Neutrons

Neutrons = A - Z

Electron configuration: 2, 8, 8, 18 ... (shell capacity)

Valence electrons = electrons in outermost shell

  • Isotopes: same atomic number, different mass number (e.g. ¹²C and ¹⁴C)
  • Isobars: same mass number, different atomic number
  • Isotones: same number of neutrons, different atomic number

 

6.2 PERIODIC TABLE

GroupNameValencyExamplesProperties
Group 1 (IA)Alkali Metals1Li, Na, K, Rb, CsHighly reactive, soft, low density
Group 2 (IIA)Alkaline Earth Metals2Be, Mg, Ca, Sr, BaLess reactive than Group 1
Groups 3–12Transition MetalsVariableFe, Cu, Zn, Ni, CrHard, high melting point
Group 17 (VIIA)Halogens-1F, Cl, Br, I, AtVery reactive non-metals
Group 18 (0)Noble Gases0He, Ne, Ar, Kr, XeInert, very unreactive

 

Periodic Trends (across a period, left to right):

  • Atomic number increases
  • Atomic size decreases
  • Electronegativity increases
  • Ionization energy increases
  • Metallic character decreases

 

6.3 CHEMICAL BONDING

Bond TypeFormed BetweenMechanismPropertiesExamples
Ionic BondMetal + Non-metalTransfer of electronsHard, high melting point, conducts in solutionNaCl, KCl, MgO
Covalent BondNon-metal + Non-metalSharing of electronsLow melting point, poor conductorH₂O, CO₂, CH₄
Metallic BondMetal + MetalSea of free electronsConducts electricity, malleable, shinyFe, Cu, Al
Hydrogen BondH + (F, O, N)Weak electrostatic attractionResponsible for water's high BPH₂O, HF

 

6.4 ACIDS, BASES & SALTS

PropertyAcidBase / Alkali
TasteSourBitter
pH range0 – 6.97.1 – 14
Litmus testTurns BLUE litmus REDTurns RED litmus BLUE
PhenolphthaleinRemains colourlessTurns pink/magenta
ReactionWith metals → H₂ gas; with bases → salt + waterWith acids → salt + water
ExamplesHCl, H₂SO₄, HNO₃, CH₃COOHNaOH, KOH, Ca(OH)₂, NH₄OH

 

pH = -log[H⁺]

Neutral: pH = 7   |  Acid: pH < 7   |   Base: pH > 7

Neutralization: Acid + Base → Salt + Water

HCl + NaOH → NaCl + H₂O

H₂SO₄ + 2NaOH → Na₂SO₄ + 2H₂O

 

6.5 CHEMICAL REACTIONS

TypeGeneral FormExample
CombinationA + B → AB2H₂ + O₂ → 2H₂O
DecompositionAB → A + B2H₂O → 2H₂ + O₂
Single DisplacementA + BC → AC + BFe + CuSO₄ → FeSO₄ + Cu
Double DisplacementAB + CD → AD + CBNaCl + AgNO₃ → AgCl + NaNO₃
CombustionFuel + O₂ → CO₂ + H₂O + EnergyCH₄ + 2O₂ → CO₂ + 2H₂O
RedoxOxidation + Reduction occur together2Fe + O₂ → 2FeO
PrecipitationTwo solutions → insoluble productBaCl₂ + H₂SO₄ → BaSO₄↓ + 2HCl

📌 Balancing: number of atoms of each element must be equal on BOTH sides.

 

6.6 METALS, NON-METALS & CARBON

PropertyMetalsNon-Metals
State (room temp)Mostly solid (except Mercury)Solid, liquid or gas
LustreShinyDull (except iodine)
ConductivityGood (electricity & heat)Poor (except graphite)
MalleabilityMalleable & ductileBrittle
Reaction with O₂Metal oxides (basic)Non-metal oxides (acidic)
Reaction with acidProduce H₂ gasUsually no reaction

 

Carbon & Its Compounds:

Allotropes of Carbon: Diamond (hardest), Graphite (conducts), Fullerene (C₆₀)

Alkanes (CₙH₂ₙ₊₂):  CH₄ methane, C₂H₆ ethane, C₃H₈ propane  [single bond]

Alkenes (CₙH₂ₙ):    C₂H₄ ethene, C₃H₆ propene              [double bond]

Alkynes (CₙH₂ₙ₋₂):  C₂H₂ ethyne                            [triple bond]

 


 

 

SECTION 7: BIOLOGY

7.1 CELL — BASIC UNIT OF LIFE

OrganellePresent InFunction
Cell MembraneAll cellsControls what enters and exits; selectively permeable
Cell WallPlant cells onlyRigid support; made of cellulose
NucleusEukaryotic cellsControl centre; contains DNA and chromosomes
MitochondriaAll eukaryotic cellsEnergy production (ATP) — 'Powerhouse of cell'
ChloroplastPlant cells onlyPhotosynthesis — contains chlorophyll
RibosomeAll cellsProtein synthesis
Endoplasmic ReticulumEukaryotic cellsTransport network (rough ER has ribosomes)
Golgi ApparatusEukaryotic cellsPackages and secretes proteins
LysosomeAnimal cells mainlyDigestion — contains digestive enzymes
VacuoleAll cellsStorage (large central vacuole in plant cells)
CentrioleAnimal cellsCell division (forms spindle fibres)

 

7.2 CELL DIVISION

Mitosis — For Growth & Repair

  • Result: 1 cell → 2 identical daughter cells (same chromosome number)
  • Human cells: 46 chromosomes → 46 chromosomes each
  • Phases: Interphase → Prophase → Metaphase → Anaphase → Telophase → Cytokinesis

 

Meiosis — For Sexual Reproduction

  • Result: 1 cell → 4 genetically different cells with HALF chromosome number
  • Human cells: 46 chromosomes → 23 chromosomes in each gamete (sperm/egg)
  • Occurs in: testes (sperm) and ovaries (eggs)
  • Phases: Meiosis I (reduces chromosome number) + Meiosis II (like mitosis)

Fertilization: 23 (sperm) + 23 (egg) = 46 chromosomes in zygote

 

7.3 HUMAN BODY SYSTEMS

Digestive System

Pathway: Mouth → Oesophagus → Stomach → Small Intestine → Large Intestine → Rectum → Anus

OrganSecretion / ProcessFunction
MouthSaliva (salivary amylase)Mechanical chewing + starch digestion begins
OesophagusPeristalsisMoves food to stomach by wave-like contractions
StomachHCl + PepsinKills bacteria, protein digestion begins
Small IntestineBile (liver), Pancreatic juiceFinal digestion + absorption of nutrients
Large IntestineAbsorption of waterAbsorbs water, forms feces
LiverBileEmulsifies fats, detoxification
PancreasAmylase, lipase, proteaseDigests carbs, fats, proteins

 

Respiratory System

Pathway: Nose → Pharynx → Larynx → Trachea → Bronchi → Bronchioles → Alveoli

Gas exchange in alveoli: O₂ → blood,  CO₂ ← blood

Inhalation: diaphragm contracts (flattens), chest volume increases, air enters

Exhalation: diaphragm relaxes (domes), chest volume decreases, air leaves

Breathing rate: ~12-20 breaths per minute (normal adult)

 

Circulatory System

  • Heart: 4 chambers — Right Atrium, Right Ventricle, Left Atrium, Left Ventricle
  • Pulmonary circulation: Right side of heart → Lungs → Left side (to get oxygen)
  • Systemic circulation: Left side → Body → Right side (distributes oxygen)

Blood pressure: 120/80 mmHg (systolic/diastolic) — normal

Blood ComponentFunction
Red Blood Cells (RBC)Carry O₂ using haemoglobin; no nucleus; biconcave shape
White Blood Cells (WBC)Immunity — fight bacteria and viruses
Platelets (Thrombocytes)Blood clotting at wound sites
PlasmaLiquid part (90% water); carries nutrients, hormones, CO₂

 

Nervous System

  • Central Nervous System (CNS): Brain + Spinal Cord
  • Peripheral Nervous System (PNS): All nerves outside CNS
  • Neuron parts: Dendrites (receive) → Cell Body → Axon → Synapse (send)

Reflex Arc: Receptor → Sensory neuron → Spinal cord → Motor neuron → Effector

Brain PartFunction
CerebrumThinking, memory, voluntary movement, senses
CerebellumBalance and coordination
Medulla OblongataControls breathing, heartbeat, blood pressure (involuntary)
HypothalamusControls body temperature, hunger, thirst, emotions
ThalamusRelay station for sensory signals

 

7.4 PHOTOSYNTHESIS & RESPIRATION

Photosynthesis:

6CO₂ + 6H₂O + Light Energy  → C₆H₁₂O₆ + 6O₂

  • Occurs in chloroplasts, using chlorophyll
  • Light reactions: in grana (thylakoids) — produce ATP and NADPH
  • Dark reactions (Calvin cycle): in stroma — produce glucose

 

Aerobic Respiration:

C₆H₁₂O₆ + 6O₂  →  6CO₂ + 6H₂O + 38 ATP (Energy)

Anaerobic Respiration (muscles during heavy exercise):

C₆H₁₂O₆  → 2C₃H₆O₃ (Lactic acid) + Energy

Fermentation (yeast):

C₆H₁₂O₆  → 2C₂H₅OH (Ethanol) + 2CO₂ + Energy

 

7.5 GENETICS

  • DNA: Double helix structure; made of nucleotides (A-T, G-C base pairs)
  • Gene: A specific segment of DNA that codes for a protein/trait
  • Chromosome: Condensed DNA; humans have 46 (23 pairs)
  • Allele: Different forms of a gene (dominant A, recessive a)

Dominant allele (A): Expressed even when only one copy is present (AA or Aa)

Recessive allele (a): Only expressed when TWO copies present (aa)

 

Mendel's Laws:

  • Law of Segregation: Each organism has 2 alleles for each trait; they separate during gamete formation
  • Law of Independent Assortment: Genes for different traits are inherited independently

 

CrossGenotype RatioPhenotype Ratio
Aa × Aa1 AA : 2 Aa : 1 aa3 Dominant : 1 Recessive
AA × aaAll AaAll Dominant
Aa × aa1 Aa : 1 aa1 Dominant : 1 Recessive

 


 

 

PART C: MANAGEMENT STREAM

Subjects: Accountancy, Economics, Business Mathematics, English, Nepali

 

SECTION 8: ACCOUNTANCY

8.1 BASIC CONCEPTS

  • Accounting: Recording, classifying, summarizing and interpreting financial transactions.
  • Bookkeeping: Recording day-to-day financial transactions in books.
TermMeaning
AssetsWhat the business OWNS (cash, land, building, equipment)
LiabilitiesWhat the business OWES (loans, creditors, bank overdraft)
CapitalOwner's investment in the business
Revenue / IncomeMoney earned from business activities
ExpensesMoney spent to run the business
ProfitRevenue - Expenses (positive = profit)
LossExpenses > Revenue (negative result)
DebtorSomeone who OWES money to the business
CreditorSomeone to whom the business OWES money

 

Accounting Equation: Assets = Liabilities + Capital

Capital = Assets - Liabilities

Profit = Revenue - Expenses

 

8.2 DOUBLE ENTRY SYSTEM

  • Every transaction has TWO effects — a debit and a credit.
  • Total debits must always equal total credits.
Account TypeDebit (Dr)Credit (Cr)
AssetsIncrease (+)Decrease (-)
LiabilitiesDecrease (-)Increase (+)
CapitalDecrease (-)Increase (+)
Revenue / IncomeDecrease (-)Increase (+)
ExpensesIncrease (+)Decrease (-)

📌 Golden Rule: Debit what comes in / Debit the receiver. Credit what goes out / Credit the giver.

 

8.3 JOURNAL ENTRIES

Journal = Book of original entry. Each transaction is recorded here first.

  • Format: Date | Account Dr/Cr | Debit Amount | Credit Amount | Narration

 

Common Journal Entries:

TransactionDebitCredit
Started business with cashCash A/cCapital A/c
Purchased goods for cashPurchases A/cCash A/c
Purchased goods on creditPurchases A/cCreditor A/c
Sold goods for cashCash A/cSales A/c
Sold goods on creditDebtor A/cSales A/c
Paid rentRent A/cCash A/c
Received cash from debtorCash A/cDebtor A/c
Paid creditorCreditor A/cCash A/c
Withdrew cash for personal useDrawings A/cCash A/c
Depreciation chargedDepreciation A/cAsset A/c

 

8.4 LEDGER & TRIAL BALANCE

  • Ledger: Book where each account is maintained separately (T-account format)
  • Balancing: Difference between total debits and credits of an account
  • Trial Balance: List of all ledger account balances to check arithmetic accuracy

If Trial Balance agrees: Total Debits = Total Credits

📌 Trial balance matching does NOT mean accounts are error-free (errors of principle/omission still exist).

 

8.5 FINAL ACCOUNTS

Trading Account

Gross Profit = Net Sales - Cost of Goods Sold

Cost of Goods Sold = Opening Stock + Purchases - Closing Stock

 

Profit & Loss Account

Net Profit = Gross Profit + Other Income - All Expenses

 

Balance Sheet

  • Balance sheet is a statement of Assets and Liabilities on a particular date.

Total Assets = Total Liabilities + Capital

Liabilities SideAssets Side
CapitalFixed Assets (Land, Building, Machinery)
Long-term LoansCurrent Assets (Cash, Debtors, Stock)
Current Liabilities (Creditors)Prepaid Expenses
Outstanding ExpensesAccrued Income

 

8.6 DEPRECIATION

  • Depreciation: Reduction in value of fixed assets over time due to wear and tear.

Straight Line Method: Depreciation = (Cost - Scrap Value) / Useful Life

Written Down Value Method: Depreciation = Rate% × Book Value (decreasing each year)

Book Value = Cost - Accumulated Depreciation

 


 

 

SECTION 9: ECONOMICS

9.1 BASIC CONCEPTS

ConceptDefinition
EconomicsStudy of how people use scarce resources to satisfy unlimited wants
ScarcityResources are limited but human wants are unlimited
UtilitySatisfaction obtained from consuming a good or service
DemandWillingness AND ability to buy a good at a given price
SupplyWillingness AND ability to sell a good at a given price
MarketAny arrangement where buyers and sellers meet to exchange
PriceAmount of money paid for a good or service
Opportunity CostValue of the next best alternative given up when making a choice
GDPGross Domestic Product — total value of goods and services produced in a country in a year
GNPGDP + income earned abroad - income paid to foreigners

 

9.2 DEMAND & SUPPLY

Law of Demand

  • As price INCREASES, quantity demanded DECREASES (inverse relationship)
  • Demand curve slopes DOWNWARD from left to right

Factors affecting Demand (other than price):

  • Income of consumers
  • Price of related goods (substitutes and complements)
  • Consumer tastes and preferences
  • Population size
  • Future price expectations

 

Law of Supply

  • As price INCREASES, quantity supplied INCREASES (direct relationship)
  • Supply curve slopes UPWARD from left to right

Factors affecting Supply:

  • Cost of production
  • Technology
  • Government taxes and subsidies
  • Number of producers

 

Equilibrium: Demand = Supply → Market clearing price

 

9.3 NATIONAL INCOME

GDP = C + I + G + (X - M)

C=Consumption, I=Investment, G=Government spending, X=Exports, M=Imports

GNP = GDP + Net factor income from abroad

NNP = GNP - Depreciation

National Income (NI) = NNP at factor cost

Per Capita Income = National Income / Total Population

 

9.4 MONEY & BANKING

  • Functions of Money: Medium of exchange, Store of value, Unit of account, Standard of deferred payment
  • Types of money: Commodity money, Paper money (currency notes), Credit money, Digital money

 

  • Central Bank (Nepal Rastra Bank — NRB): Issues currency, controls money supply, banker to government
  • Commercial Banks: Accept deposits, give loans, facilitate payments

Money Multiplier = 1 / Reserve Ratio

Credit Creation = Initial Deposit × Money Multiplier

 

9.5 NEPAL'S ECONOMY

FeatureDetails
Economic systemMixed economy (public + private sector)
Main sectorsAgriculture (largest employer), Tourism, Remittance, Hydropower
CurrencyNepali Rupee (NPR)
Fiscal yearShrawan 1 to Ashadh end (July 16 – July 15)
BudgetAnnual plan presented by government each year
Major challengesPoverty, unemployment, trade deficit, infrastructure gap
RemittanceOne of the largest sources of foreign exchange for Nepal
HydropowerNepal has massive potential — 83,000 MW theoretical capacity

 


 

 

PART D: HUMANITIES STREAM

Subjects: Social Studies / History / Geography, English, Nepali, Optional Subjects

 

SECTION 10: HISTORY

10.1 ANCIENT HISTORY

Period / EventKey Points
Stone AgeHunter-gatherers; used stone tools; no writing system yet
Bronze AgeFirst civilizations emerged; use of bronze tools and weapons
Indus Valley Civilization~2600–1900 BC; advanced urban planning (Harappa, Mohenjo-daro)
Vedic Period~1500–500 BC; Vedas written; caste system established
Gautam Buddha born563 BC in Lumbini, Nepal; founded Buddhism
Ashoka (Maurya Empire)269–232 BC; spread Buddhism across Asia; built pillars
Gupta Empire~320–550 AD; golden age of India — art, math, science

 

10.2 MEDIEVAL HISTORY OF NEPAL

Dynasty/PeriodKey Facts
Licchavi Period (400–880 AD)First historical period of Nepal; records in Sanskrit inscriptions
Malla Period (1200–1768 AD)Three kingdoms: Kathmandu, Lalitpur, Bhaktapur; art flourished
Shah Dynasty begins (1559 AD)Dravya Shah founds Gorkha kingdom
Prithvi Narayan Shah (1744–1775)Unifies Nepal from Gorkha; captures Kathmandu Valley in 1768
Sugauli Treaty (1816)After Anglo-Nepal War; Nepal gives up Sikkim, parts of Terai
Rana Oligarchy (1846–1951)Jung Bahadur Rana takes power; PMs became hereditary; king ceremonial

 

10.3 MODERN HISTORY

YearEvent
1951Democracy Movement — King Tribhuvan restores democracy, ends Rana rule
1955Nepal joins United Nations
1959First general election held; BP Koirala becomes PM
1960King Mahendra dissolves parliament, introduces Panchayat system
1972King Birendra ascends throne
1990People's Movement I — Multi-party democracy restored; new constitution
1996CPN (Maoist) launches People's War — decade-long insurgency
2001Royal massacre — King Birendra and family killed
2006People's Movement II — 12-point agreement; Maoists join peace process
2007Comprehensive Peace Agreement signed; Interim constitution
2008Constituent Assembly elections; monarchy abolished; Federal Republic declared
2015New Constitution promulgated (Sep 20); major earthquake (Apr 25)
2017First elections under new constitution

 


 

 

SECTION 11: GEOGRAPHY

11.1 PHYSICAL GEOGRAPHY

Earth's Structure

LayerDescription
CrustOutermost solid layer (5–70 km thick); where we live
MantleSemi-molten rock; 2900 km thick; convection currents cause tectonic movement
Outer CoreLiquid iron and nickel; generates Earth's magnetic field
Inner CoreSolid iron and nickel; extreme pressure; ~5000°C

 

Plate Tectonics

  • Earth's crust is divided into tectonic plates that move slowly.
  • Convergent boundary: plates collide → mountains formed (e.g. Himalayas from Indian + Eurasian plate)
  • Divergent boundary: plates move apart → rift valleys, mid-ocean ridges
  • Transform boundary: plates slide past each other → earthquakes (e.g. San Andreas Fault)

 

Rocks

Rock TypeFormationExamples
IgneousCooled magma/lavaGranite, Basalt, Obsidian
SedimentaryCompressed sedimentsLimestone, Sandstone, Coal
MetamorphicChanged by heat/pressureMarble, Slate, Quartzite

 

11.2 MAPS & SCALE

  • Map: A flat representation of part of Earth's surface drawn to scale.

Scale = Map distance / Actual distance

Actual distance = Map distance × Scale denominator

  • Types: Physical map, Political map, Topographic map, Thematic map
  • Contour lines: Lines connecting points of equal elevation on a map
  • Closely spaced contours = steep slope. Widely spaced = gentle slope.

 

11.3 CLIMATE & WEATHER

ElementDescription
TemperatureDegree of hotness/coldness. Measured in °C using thermometer.
PrecipitationAny form of water falling from sky (rain, snow, hail, sleet)
HumidityAmount of water vapour in air. High humidity = feels muggy.
WindMoving air from high pressure to low pressure area
ClimateAverage weather conditions over 30+ years for an area

 

  • Factors affecting climate: Latitude, Altitude, Distance from sea, Ocean currents, Vegetation

Temperature decreases by 6.5°C per 1000m rise in altitude (lapse rate)

 


 

 

PART E: EDUCATION STREAM

Subjects: Education Theory, Child Development, Pedagogy, English, Nepali

 

SECTION 12: EDUCATION

12.1 INTRODUCTION TO EDUCATION

ConceptDefinition
EducationLifelong process of acquiring knowledge, skills, values and attitudes
Formal EducationStructured schooling in recognized institutions with curriculum
Informal EducationLearning from family, community, media, daily experiences
Non-formal EducationOrganized education outside formal system (literacy programs, vocational training)
PedagogyThe art and science of teaching — methods and practice of instruction
CurriculumAll planned learning experiences — subjects, activities, content
Aims of EducationPhysical, mental, social, moral, vocational development of individuals

 

12.2 PHILOSOPHERS OF EDUCATION

PhilosopherCountryKey Contribution
SocratesGreece (469–399 BC)Socratic method — learning through questioning and dialogue
PlatoGreece (428–348 BC)Education for justice; philosopher-kings; Republic
AristotleGreece (384–322 BC)Education through practice and virtue; empirical observation
John DeweyUSA (1859–1952)Progressive education — 'Learning by doing'; child-centred approach
Jean PiagetSwitzerland (1896–1980)Cognitive development theory — 4 stages of child development
Lev VygotskyRussia (1896–1934)Social learning theory; Zone of Proximal Development (ZPD)
Paulo FreireBrazil (1921–1997)Critical pedagogy — education as liberation; Pedagogy of the Oppressed
Maria MontessoriItaly (1870–1952)Child-centred method; prepared environment; self-directed learning
RousseauFrance (1712–1778)Naturalistic education; 'Emile'; child learns through nature
PestalozziSwitzerland (1746–1827)Head, Heart, Hands approach; education of the whole child

 

12.3 CHILD DEVELOPMENT

Piaget's Four Stages of Cognitive Development

StageAgeKey Characteristics
Sensorimotor0–2 yearsLearning through senses; object permanence develops
Pre-operational2–7 yearsLanguage development; egocentric thinking; symbolic play
Concrete Operational7–11 yearsLogical thinking about concrete objects; conservation
Formal Operational12+ yearsAbstract thinking; hypothetical reasoning; adult logic

 

Domains of Child Development

  • Physical Development: Growth of body, muscles, motor skills (gross and fine)
  • Cognitive Development: Thinking, memory, problem-solving, language
  • Social Development: Interaction with others, relationships, cooperation
  • Emotional Development: Understanding and managing feelings
  • Moral Development: Sense of right and wrong (Kohlberg's stages)

 

12.4 LEARNING THEORIES

TheoryKey ThinkerMain Idea
BehaviourismPavlov, Skinner, WatsonLearning through stimulus-response; reinforcement and punishment
Classical ConditioningIvan PavlovNeutral stimulus paired with unconditioned stimulus produces conditioned response
Operant ConditioningB.F. SkinnerBehaviour shaped by positive/negative reinforcement and punishment
CognitivismPiaget, BrunerLearning involves internal mental processes; understanding over memorization
ConstructivismVygotsky, DeweyLearners actively construct knowledge through experience
HumanismMaslow, RogersFocus on self-actualization; learner's needs and emotions matter
Multiple IntelligencesHoward Gardner8 types of intelligence: linguistic, logical, spatial, musical, bodily-kinesthetic, interpersonal, intrapersonal, naturalist

 

12.5 TEACHING METHODS

MethodDescriptionBest For
Lecture MethodTeacher explains, students listenIntroducing new topics, large groups
Discussion MethodStudents and teacher discuss a topic togetherCritical thinking, opinion formation
Demonstration MethodTeacher shows, students observe and followScience experiments, practical skills
Project MethodStudents complete real-world projectsProblem-solving, creativity
Play Way MethodLearning through games and activitiesEarly childhood education
Question-Answer MethodTeacher asks questions, students answerChecking understanding, Socratic method
Cooperative LearningStudents learn in groups togetherSocial skills, peer teaching
Discovery/Inquiry MethodStudents discover knowledge themselvesScience, curiosity-based learning

 

12.6 EDUCATION SYSTEM IN NEPAL

LevelGradesAge GroupDetails
Early Childhood Dev. (ECD)Pre-primary3–5 yearsPlay-based learning, school readiness
Basic LevelGrades 1–86–14 yearsCompulsory and free education
Secondary LevelGrades 9–1214–18 yearsSEE at Grade 10; NEB at Grade 12
Higher EducationBachelor onwards18+ yearsTU, Pokhara U, Kathmandu U, Purbanchal U

 

  • Ministry of Education, Science and Technology (MoEST) — governs education policy
  • Curriculum Development Centre (CDC) — develops school curricula
  • National Examination Board (NEB) — conducts Grade 11 and 12 exams
  • Education Review Office (ERO) — monitors quality of education
  • Right to Education: Free and compulsory basic education guaranteed by Constitution of Nepal (2015)

 


 

 

PART F: EXAM STRATEGY & STUDY PLAN

 

SECTION 13: STUDY TIPS & PLAN

13.1 Stream-wise Subject Overview

StreamCompulsory SubjectsOptional / Stream Subjects
ScienceEnglish, Nepali, MathematicsPhysics, Chemistry, Biology OR Computer Science
ManagementEnglish, Nepali, Business MathAccountancy, Economics, Business Studies
HumanitiesEnglish, Nepali, Social StudiesHistory, Geography, Political Science, Sociology
EducationEnglish, Nepali, EducationChild Development, Psychology, Pedagogy

 

13.2 8-Week Study Plan

WeekScience FocusManagement FocusHumanities/Education Focus
Week 1Math: Algebra — Sets, Indices, Log, QuadraticMath: Same + Business Math basicsMath: Same + Geography basics
Week 2Math: Geometry, Trig, Mensuration, Coord.Accountancy: Journal entries, LedgerHistory: Nepal — Ancient to Medieval
Week 3Physics: Motion, Newton's Laws, Work-EnergyEconomics: Demand, Supply, MarketHistory: Modern Nepal + Civics
Week 4Physics: Pressure, Heat, Light, ElectricityAccountancy: Final accounts, DepreciationGeography: Physical, Maps, Climate
Week 5Chemistry: Atomic structure, Bonding, ReactionsEconomics: National income, Money, BankingEducation: Child development, Piaget
Week 6Biology: Cell, Body systems, PhotosynthesisBusiness Studies: Marketing, ManagementEducation: Teaching methods, Theories
Week 7English + Nepali full grammar revisionEnglish + Nepali full grammar revisionEnglish + Nepali full grammar revision
Week 8Mock tests + Past papers + Weak topicsMock tests + Past papers + Weak topicsMock tests + Past papers + Weak topics

 

13.3 Daily Study Schedule

TimeActivity
6:00 – 7:00 AMMathematics practice (10–15 problems)
7:00 – 8:00 AMScience / Stream subject reading
8:00 – 10:00 AMSchool
4:00 – 5:00 PMEnglish grammar rules + exercises
5:00 – 6:00 PMNepali / Social Studies
7:00 – 8:30 PMRevision of the day + weak topics
8:30 – 9:00 PMRead short notes / flashcards

 

13.4 Key Formulas to Memorize

SubjectMust-Know Formulas
MathematicsQuadratic formula, AP/GP terms & sums, all trig identities, distance/midpoint, volume formulas
Physicsv=u+at, F=ma, W=Fd, P=VI, 1/f=1/v+1/u, PV=nRT, Q=mcΔT
ChemistryAtomic structure, pH formula, neutralization reactions, organic compound formulas
BiologyPhotosynthesis equation, respiration equation, fertilization chromosome numbers
AccountancyAccounting equation, Gross Profit, Net Profit, Depreciation formulas
EconomicsGDP = C+I+G+(X-M), Money multiplier, Per capita income

 

All the best for your entrance exam! Work hard, stay consistent, and you will succeed!

Related Videos

NEB ROUTINE AND STUDY PLANS BEFORE NEB BOARD EXAM MUST WATCH VIDEOS