Core Principles of Modern Physics: Relativity and Quantum Theory

Frames of Reference

  • Inertial frame of reference: A frame at rest or moving with constant velocity where Newton’s First Law of Motion holds true and no extra forces are required.
  • Non-inertial frame of reference: A frame that is accelerating or rotating where Newton’s laws require fictitious (pseudo) forces to explain motion.

Laws of Radiation

  • Wien’s displacement law: The wavelength at which a body emits maximum radiation is inversely proportional to its temperature (λmax ∝ 1/T and λmaxT = Constant)
Read More

Game Development Essentials: Pygame and Unity Systems

Pygame Game Loop Fundamentals

Definition: The Game Loop in Pygame is a continuous cycle that keeps the game running by handling input, updating logic, and rendering output.

Core Steps

  • Input: Get user input.
  • Update: Update the game state.
  • Render: Display the results on the screen.

Key Concepts

  • Runs continuously until the game ends.
  • Each cycle is referred to as a frame.

Explanation and Application

The loop keeps the game active and controls the overall flow. It is used in all Pygame projects to help create

Read More

Python String and List Built-in Functions Reference

Python String Built-in Functions

Case Conversion Functions

upper()

👉 Definition: Converts all characters in a string to uppercase. It returns a new string without modifying the original.

👉 Example: "hello".upper() # "HELLO"


lower()

👉 Definition: Converts all characters in a string to lowercase.

👉 Example: "HELLO".lower() # "hello"


title()

👉 Definition: Capitalizes the first letter of every word and converts the remaining letters to lowercase.

👉 Example: "hello world".title() # "Hello World"

Read More

Sociolinguistics Glossary: Key Concepts and Definitions

A–C

  • Assimilation: Migrants are expected to adopt the dominant culture and language completely.
  • Authenticity: The idea that a language has value because it is strongly connected to a specific place, culture, or community.
  • Centralization: The state controls language rules, education, and communication.
  • Citizenship Language Requirement: A rule that migrants must learn the official language to become citizens.
  • Complementary Signs: Signs where different languages give different pieces of information that
Read More

South American Regionalism and the United Nations Structure

Specific Features of South American Regionalism

South America is highly “over-organised,” with countries belonging to multiple overlapping groups (e.g., MERCOSUR, CAN, UNASUR, CELAC, ALBA, ALADI). This creates an “alphabet soup” of acronyms with no clear hierarchy. Unlike the EU, there is no single dominant organisation—only competing projects shaped by shifting political ideologies.

Three Political Waves of South American Regionalism

  • 1990s — Market Wave: Liberal reforms boosted trade blocs
Read More

Game Development Fundamentals: Pygame, Unity, and Graphics

1. Basic Pygame Functions

Pygame is a Python library used to create games.

Common Functions

  • pygame.init(): Initializes all Pygame modules
  • pygame.display.set_mode((width, height)): Creates the game window
  • pygame.display.set_caption(“Title”): Sets window title
  • screen.fill(color): Fills screen with a color
  • pygame.display.update(): Updates the screen
  • pygame.time.Clock(): Controls game speed (FPS)

2. Events (Keyboard & Mouse)

Pygame detects user actions using an event loop.

Key Concepts Summary

  • Game Loop: Runs
Read More

Secularisation and Immigration in the NZ Catholic Church

The Impact of Secularisation on the Catholic Church

Secularisation, the process by which religion loses its social and cultural significance, has significantly influenced the Catholic Church in Aotearoa New Zealand by contributing to a decline in traditional affiliation among certain demographics. The 2013 Census data illustrates this trend, showing that while nationally 55 percent of the population had a religious affiliation, this represents a decline from previous years. Government Statistician

Read More

International Business and Trade Theories: Key Concepts

1. Classical and Modern Trade Theories

International trade theories explain why countries engage in trade and how they derive benefits from it. These theories have evolved from basic cost-based explanations to complex models incorporating technology, scale, and competition.

Classical Trade Theories

  • Mercantilism: Dominated between the 16th and 18th centuries, viewing trade as a zero-sum game. The goal was to accumulate gold and silver by promoting exports and restricting imports.
  • Absolute Advantage (
Read More

Essential Business and Employment Vocabulary Glossary

Financial Statements and Cash Flow

  • Cash flows from operating activities: The net amount of cash a company generates or spends from its core business operations.
  • Revenue (cash received from customers): The total money collected from clients in exchange for goods sold or services provided.
  • Merchandise inventory: The stock of finished goods that a business has on hand and intends to sell to customers.
  • Personnel costs: All expenses related to employees, including salaries, wages, social security, and benefits.
Read More

Essential Academic Writing and Communication Skills

1. Rules and Regulations

(a) Examination Hall Rules

Students must carry their admit card and show it when asked. They must not indulge in side talking or disturb others. Use of mobiles or any electronic devices is strictly prohibited. Students must not leave the hall without permission from the invigilator. Changing seats is not allowed unless instructed. They must follow all instructions carefully and maintain discipline. Any form of cheating will lead to strict action. Students should write their

Read More