Notes, summaries, assignments, exams, and problems for Secondary education

Sort by
Subject
Level

Global Migration Patterns and Demographic Growth Formulas

Classified in Geography

Written on in English with a size of 3.19 KB

Key Concepts of Human Migration

Migration: Migration refers to the movement of people from one place to another, usually across a political or geographical boundary. It can be internal or international.

Immigration: This is the process of entering a country to live there permanently or for a long period of time.

Net Migration Rate: This measures the difference between the number of people entering and the number of people leaving (emigrants).

  • Formula: Net Migration Rate = (Immigrants - Emigrants) per 1,000 people.
  • If the number is positive, the population increases; if it is negative, people are leaving.

Natural Growth: This refers only to the change caused by births and deaths.

  • Formula: Natural Growth = Births - Deaths.
  • If births exceed deaths = Positive
... Continue reading "Global Migration Patterns and Demographic Growth Formulas" »

Essential Biology and Physics Concepts Summary

Posted by Anonymous and classified in Physics

Written on in English with a size of 5.36 KB

Biology Fundamentals

Genetics: DNA and RNA

  • DNA: Double helix structure; carries genetic information. Bases pair A–T and C–G.
  • RNA: Single strand; uses Uracil (U) instead of Thymine (T); assists in protein synthesis.

Cell Division

  • Mitosis: Results in two identical daughter cells; essential for growth and repair.
  • Meiosis: Results in four genetically different cells; produces gametes (sperm and egg).

Chromosomes

  • Humans possess 23 pairs, totaling 46 chromosomes:
    • 22 pairs are autosomes.
    • 1 pair consists of sex chromosomes (X/Y).
  • Sex determination: Males are XY; Females are XX.

Inheritance Principles

  • Dominant Allele: Expressed even if only one copy is present.
  • Recessive Allele: Expressed only when two copies are present.
  • Use Punnett squares to predict trait outcomes
... Continue reading "Essential Biology and Physics Concepts Summary" »

Synchronization and CPU Scheduling in Operating Systems

Posted by Anonymous and classified in Computers

Written on in English with a size of 3.87 KB

Chapter 5: Synchronization

Critical Section Conditions

  • Mutual Exclusion: Only one process may be in the critical section at a time.
  • Progress: If the critical section is empty, some waiting process can enter.
  • Bounded Waiting: No starvation; each process waits a bounded number of turns.

Atomic Instructions

  • Test-and-Set: old = *b; *b = TRUE; return old
  • Swap: temp = *a; *a = *b; *b = temp

Spinlocks

  • TAS:
    bool m = false;
    lock() { while (TestAndSet(&m)); }
    unlock() { m = false; }
    
  • Swap:
    bool m = false;
    lock() { bool key = true; while (key) Swap(&m, &key); }
    unlock() { m = false; }
    

Semaphores

  • wait(S): S.val--; if S.val < 0 block
  • signal(S): S.val++; if S.val <= 0 wake one
  • Binary semaphore as mutex: init = 1; lock = wait; unlock = signal

Peterson's

... Continue reading "Synchronization and CPU Scheduling in Operating Systems" »

Essential Algebra and Geometry Formulas Reference Sheet

Posted by Anonymous and classified in Mathematics

Written on in English with a size of 4.43 KB

📄 Maths Cheat Sheet – Page 1 (Equations & Linear Relationships)

🟦 Equations

  • 1-step:

    X+to=b⇒x=b-to,tox=b⇒x=b/tox + a = b \Rightarrow x = ba, \quad ax = b \Rightarrow x = b/ax+to=b⇒x=b-to ,to x=b⇒x=b / a
  • 2-step:

    Tox+b=c⇒x=(c-b)/toax + b = c \Rightarrow x = (cb)/ato x+b=c⇒x=( c-b ) / a
  • Brackets:

    • Expand:to(b+c)=tob+toca(b+c) = ab + aca ( b+c )=ab+a c

    • Factorise:tob+toc=to(b+c)ab + ac = a(b+c)ab+a c=a ( b+c )

  • Fractions: Clear denominators first

  • Check: Substitute back

Worked Example (Rectangle):

  • l=w+3, P=14l = w+3, \, P=14l=w+3 ,P=14

2((w+3)+w)=14⇒4w+6=14⇒w=2⇒l=52((w+3)+w)=14 \Rightarrow 4w+6=14 \Rightarrow w=2 \Rightarrow l=52 (( w+3 )+w )=14⇒4 w+6=14⇒w=2⇒l=5

🟩 Linear Relationships

  • Equation of a line: and=mx+cy=mx+cand=

... Continue reading "Essential Algebra and Geometry Formulas Reference Sheet" »

Core Science Concepts: Chemistry, Optics, Biology, and Climate

Posted by Anonymous and classified in Biology

Written on in English with a size of 6.96 KB

Chemistry Fundamentals and Reactions

Chemical Bonding Types

  • Ionic Bonding: Metal + Non-metal → Electrons are transferred.
  • Covalent Bonding: Non-metal + Non-metal → Electrons are shared.

Chemical Naming Conventions

  • Ionic Naming: Metal + Non-metal (ending in “-ide”). Use Roman numerals for multivalent metals. Includes polyatomic ions.
  • Molecular Compounds: Use prefixes (mono-, di-, tri-, etc.).
  • Diatomic Elements: H₂, O₂, F₂, Br₂, I₂, N₂, Cl₂.

Properties of Compounds

  • Ionic Compounds: Solid state, high melting/boiling points, conducts electricity when dissolved (aqueous).
  • Molecular Compounds: Low melting/boiling points, poor electrical conductors.

Balancing Chemical Equations

The process follows the Law of Conservation of Mass:

  1. Word Equation
  2. Skeleton
... Continue reading "Core Science Concepts: Chemistry, Optics, Biology, and Climate" »

Full Stack Software Developer Portfolio: John Smith

Classified in Computers

Written on in English with a size of 2.77 KB

John Smith

Software Developer

[email protected] | (555) 123-4567 | linkedin.com/in/johnsmith | github.com/johnsmith

Professional Summary

Results-driven Full Stack Developer with experience in both front-end and back-end technologies. Skilled in working with relational and non-relational databases. Strong team player with excellent collaboration skills and a commitment to delivering high-quality code. Passionate about solving complex problems and implementing efficient software solutions.

Education

Bachelor of Science in Computer Science
University of Technology | 2016-2020

Professional Experience

Full Stack Developer | Tech Solutions Inc.

Jan 2022 - Present

  • Developed and maintained web applications using React.js for front-end and Node.js for back-
... Continue reading "Full Stack Software Developer Portfolio: John Smith" »

For and Against Arguments, Email Samples & Opinion Essay Examples

Classified in English

Written on in English with a size of 2.88 KB

FOR AND AGAINST

For and Against: Introduction

It is widely known… Are you one of those people who thinks that…? There are many people who believe the following.

For

On the one hand, those who believe… A further advantage of... is …

Against

On the other hand, those who are against… One major disadvantage of… An additional drawback of ...

Conclusión

To sum up, there are strong arguments both for and against… Although… I believe


FORMAL EMAIL

Formal Email: Complaint Example

I am writing to you to formally complain about… I strongly believe… My name is…

Structure:

  • Firstly, ….
  • Moreover, …
  • In addition, …

Polite closing: I would appreciate it if you could resolve this matter promptly. I look forward to your response. Please do not hesitate... Continue reading "For and Against Arguments, Email Samples & Opinion Essay Examples" »

Al-Andalus: Islamic Rule and Medieval Iberian Kingdoms

Classified in Geography

Written on in English with a size of 3.92 KB

The History of Al-Andalus (711–1492)

Al-Andalus was the Muslim state established in the Iberian Peninsula in the 8th century. Its borders and government changed significantly over the centuries, primarily due to internal disputes between different groups.

The Conquest of the Iberian Peninsula (711–718)

In 711, a small Muslim group led by Tariq crossed the Strait of Gibraltar and defeated the Visigoths at the Battle of Guadalete. The Visigothic Kingdom was suffering an economic crisis, which facilitated the advance of subsequent Muslim armies. By 722, they controlled almost all the peninsula except a narrow strip in the north where the Hispano-Visigoths took refuge.

After conquering Hispania, the Umayyad Caliph of Damascus established the Emirate... Continue reading "Al-Andalus: Islamic Rule and Medieval Iberian Kingdoms" »

Mastering English Grammar: Quantifiers, Modals, Conditionals

Classified in English

Written on in English with a size of 3.14 KB

English Grammar Practice: Sentence Construction & Verb Usage

Choose the Correct Option: Quantifiers & General Usage

  • I had many interesting experiences during that year.
  • My dad has a lot of work.
  • There isn’t enough space in this.
  • I’ve been to this train station many times.
  • There is a lot of competition between big supermarkets.

Complete the Sentences: Quantifiers & Context

  • There is a flea market every Sunday.
  • All my friends enjoy it.
  • Many people drive, but few cycle.
  • I’d rather travel on the train; there’s little choice and it's efficient.
  • This is a pedestrian zone; no motor vehicles are allowed.
  • I’ve been to Paris several times.
  • There wasn’t much traffic.
  • There is plenty to see.

Modal Verbs: Choose the Correct Option

  • The lecturer must
... Continue reading "Mastering English Grammar: Quantifiers, Modals, Conditionals" »

Literary & Historical Insights: Key Questions & Interpretations

Classified in History

Written on in English with a size of 3.77 KB

Character & Conflict Analysis

Robinchon's Defeat by Marquis de Theremin

Question: How was Robinchon defeated by Marquis de Theremin? (4 marks)

Answer: Robinchon was defeated by the Marquis through a clever trick. The Marquis used his intelligence and experience to outwit Robinchon, exposing his lack of real knowledge and making him appear foolish in front of others. This resulted in Robinchon losing both credibility and respect.

Robinchon's Lecture at Apperville sous Bois

Question: What was the effect of Robinchon’s lecture at Apperville sous Bois? (2 marks)

Answer: Robinchon’s lecture left the audience unimpressed, leading to his humiliation.

Themes of Love & Sacrifice

Jim and Della: A Comparison to the Magi

Question: Why were Jim and Della... Continue reading "Literary & Historical Insights: Key Questions & Interpretations" »