Human anatomy and physiology -II

1.Saliva: Lubricates food for swallowing, moistens the mouth, and contains the enzyme Salivary Amylase (Ptyalin) which begins the digestion of carbohydrates (starches).HCl (Hydrochloric Acid): Maintains an acidic pH (1.5–3.5) in the stomach to activate pepsinogen into pepsin (for protein digestion) and kills ingested bacteria/microbes.

2.BMR : is the minimum amount of energy (calories) required by the body to maintain vital life functions (breathing, circulation, cell production) while at complete

...

See on Student Notes »

Python hello

🐍 Python Loop and Branching Statements
Python provides powerful structures for iteration (loops) and flow control (branching statements) that allow you to execute blocks of code repeatedly or conditionally.
Python Loop Statements
Loops are used to execute a block of code multiple times. The main loop types in Python are while and for.
1. The while Loop
The while loop repeatedly executes a block of statements as long as a given condition is True.
 * Syntax:
   while condition:
    # statement(s)

...

See on Student Notes »

ਹੈਲੋ ਵਰਡ

Keywords and identifiers are fundamental elements in programming languages used to define variables, functions, and other constructs, with keywords being reserved words that have special meanings, and identifiers being names given to user-defined entities.

Comments in programming serve the essential purpose of making the source code more understandable and maintainable by providing textual annotations that explain the logic, purpose, or any additional information about the code. They help programmers

...

See on Wikiteka »

CM1417

# **FGI**

## **Alkyl Halides**

- Alkyl halide or haloalkanes
- Compounds with a halogen atom bonded to a saturated sp3-hybridized carbon atom
- Halogens increases in size down the periodic table
- Lengths of corresponding carbon-halogen bonds increase accordingly, where the C-X carbon bond strengths decrease going down the periodic table.
- The carbon-halogen bond of alkyl halides is polarised with the carbon atom bearing a slight positive charge (d+) and the halogen a slight negative charge
...

See on Student Notes »

afdasfd

## Hybrid Hash-Join — Step-by-Step Conceptual Explanation (Exam-Friendly)

Hybrid Hash-Join is an **improved version of Hash-Join** that reduces disk I/O by using memory more efficiently during the join operation.
It is particularly useful when:

* The **build relation is larger than memory**
* But memory is **still large enough** to hold **one or more partitions** fully

## Why Hybrid Hash-Join?

In a normal Hash-Join:

* All partitions of build relation are written to disk first
* Then read again for...

See on Student Notes »

earth123

Water Balance:

I − O = ΔS

(IE+IR)−(OO+OS)=ΔS

ΔS = Inputs - Outputs
 = (P + Qin + Gin) – (Qout + Evt + Gout)

 Atmospheric Water
▪ Precipitation (e.g. Rain, Snow, Hail) 
 Surface Water
▪ Lakes, Rivers, Streams, Ponds, and Oceans 
▪ Visible to us in storage on the surface in 
liquid form
Groundwater
▪ Aquifers, (Un)Saturated Zones
▪ Below our feet hidden within the ground 
▪ Huge quantities!
Cryosphere
▪ Mountain glaciers, or Polar Ice Caps 
▪ Water stored as ice in solid form

Drainage

...

See on Student Notes »

mkkkkk

⭐ 2. सूर्यकांत त्रिपाठी ‘निराला’ का साहित्यिक परिचय (8 अंक – लगभग 400 शब्द)

सूर्यकांत त्रिपाठी ‘निराला’ छायावाद के चार स्तंभों में से एक प्रमुख नाम हैं। वे आधुनिक हिन्दी कविता के ऐसे कवि हैं जिन्होंने...

See on Wikiteka »

spagnolo

Cuando un cliente llega al hotel, el recepcionista debe comprobar su reserva o la disponibilidad de habitaciones (si no ha reservado), preguntando los datos necesarios (fecha de salida, tipo de habitación y servicios solicitados).
Antes de asignarle una habitación, se debe pedir un documento. Los viajeros españoles suelen entregar el DNI (Documento Nacional de Identidad), pero se pueden aceptar también el pasaporte o el carné de conducir. Además, cada establecimiento turístico tiene la obligación

...

See on Apuntes & Cursos »

Historia

1.Formy oporu Polaków wobec okupantów.
Sabataż gospodarczy ,
Zbrojna dywersja,
Walka partyznacka,
Dezinformacja
Sianie defytyzmu.
2.trzy założenia planu ,,Burza":
• Wywoływanie zbrojnych wystąpień przeciw Niemcom w momencie, gdy na dany obszar zbliżał się front sowiecki.
• Samodzielne wyzwalanie miast i terenów przez Armię Krajową, aby pokazać, że Polacy są gospodarzami na własnej ziemi.
• Występowanie wobec Armii Czerwonej jako legalna władza polska – ujawnianie struktur państwa

...

See on Wikiteka »