ENGG1810

NUMS - 17 / 3 # 5.6* 17 // 3 #  5 17 % 3 # returns remainder 2 ** 7 # exp a += 2 # shorthand for a = a + 2 (also -= *= //=) abs(-3.5) # absolute value round (3.56, 1) # round 1 d.p max(3.56, 4.57) # largest number STRINGS - 'spam eggs' # single quotes 'doesn\'t' or "doesn't"  print(\n) # newline character F STR -  f'Price {cost:.2f}' f'{ratio:.2%}'  TYPES  int # whole float # decimal str # seq of characters e.g. "hello" bool # T or F input() # prompts viewer, records answer as a string int(

...

See on Student Notes »

Deep lEaring

1. Definition A Pooling Layer is a down-sampling layer in a Convolutional Neural Network (CNN) usually placed after a Convolutional Layer.It reduces the spatial dimensions (Width $\times$ Height) of the input feature maps while retaining the most critical structural information.2. Types of Pooling LayersMax Pooling:Extracts the maximum value from the region covered by the sliding filter. Purpose: Captures the most dominant/prominent features like sharp edges and bright pixels.Average Pooling: Computes

...

See on Student Notes »

505 Finance

STOCKS: A stock is worth what you expect to receive from it in the future, brought back to today’s dollars. With the dividend growth model, that future income is mainly the future dividends. Stock value = present value of future dividends/income. A stock gives you return in two ways: Dividend yield - Money the company pays you while you own the stock. Capital gains yielD - Money you make if the stock price goes up. So: Total Return=Dividend Yield+Capital Gains. Beginning stock price = $50. Ending...

See on Student Notes »

франц

 **1. Convertissez les équivalents russes en ces expressions**

1.  Il est maigre comme un clou. → **худой как щепка**
2.  Elle est blonde comme les blés. → **светловолосая как колосья пшеницы** (или просто «золотистая блондинка»)
3.  Perdre le nord. → **потерять голову / растеряться**
4.  Ce n’est pas la mer à boire → **это не бог весть что / это не так уж трудно*

...

See on Wikiteka »

igli pytje teorike

What is Software Engineering?

Software Engineering is the application of engineering principles, methods, and tools to the design, development, testing, deployment, operation, and maintenance of software systems in a systematic, disciplined, and measurable way.

What is a software process / explain the types of process flow.

Linear/sequential-Activities are performed one after another in a fixed order. Each phase must be completed before the next begins.

Iterative-the development process is repeated

...

See on Wikiteka »

Jhrjrjrjjfjf

# Part 1: Resettlement & Rehabilitation (R&R)
When major infrastructure projects (like dams, highways, or industries) displace communities, they become **Project Affected Persons (PAPs)**. R&R is the framework used to rebuild their lives.
 * **Resettlement:** The physical relocation of displaced individuals to a new geographic location, providing housing and basic civic infrastructure (roads, water, electricity).
 * **Rehabilitation:** The holistic process of rebuilding a person's socioeconomic

...

See on Wikiteka »

Hehhrhrhr

India has a comprehensive framework of environmental laws established to protect natural resources and control pollution. These pieces of legislation give legal authority to regulatory bodies like the **Central Pollution Control Board (CPCB)** and **State Pollution Control Boards (SPCBs)** to enforce environmental standards.
 ## 1. The Water (Prevention and Control of Pollution) Act, 1974 :::This was India's first major environmental law enacted to deal with a specific pollution crisis. It was prompted

...

See on Student Notes »

Behhrhrhrhhd

### Effects & Control Methods
 * **Effects:** Outbreaks of waterborne diseases (cholera, typhoid); destruction of aquatic ecosystems; and **eutrophication**—a process where nutrient-rich fertilizer runoff causes massive algal blooms that suffocate marine life by stripping oxygen from the water.
Fertilizer Runoff ──> Algae Bloom ──> Algae Dies & Decomposes ──> Oxygen Depletion ──> Fish Die`

 * **Control Strategies:** Setting up **Sewage Treatment Plants (STPs)

...

See on Wikiteka »

Jrjjrjrjtjtjjrti

Biodiversity—short for biological diversity—is the variety of all living organisms on Earth, including their genetic differences and the complex communities (ecosystems) they form. It is the biological safety net that keeps our planet functional.
## 1. Levels (Types) of Biodiversity ::Biodiversity is studied at three distinct, interconnected levels:
 * **Genetic Diversity:** The variation in genes within a single species. This variation allows a population to adapt to changing environments, diseases,

...

See on Wikiteka »