Hhhhhhh

Water cycle 
 the most of Earth's water is in the oceans. The sun drives the water cycle by heating water, causing it to evaporate into the air. Ice and snow can also sublimate directly into water vapor. As air rises, it cools and condenses into clouds. Air currents move these clouds globally. Within clouds, tiny water particles collide, grow, and eventually fall as precipitation (rain, snow, etc.). Snow can accumulate as ice caps and glaciers, storing water for thousands of years. In warmer climates,...

See on Student Notes »

Bkt reel ho

Here's a clear and simple comparison between Trade Discount and Cash Discount:

Basis Trade Discount Cash Discount

Meaning A reduction in price given by the seller to the buyer for bulk purchases or to promote sales. A reduction in the invoice amount given to encourage early payment.

Purpose To boost sales volume or reward large quantity purchases. To encourage prompt or early payment.

Timing Given at the time of purchase. Given at the time of payment.

Shown in Invoice Not shown separately in the

...

See on Student Notes »

Gjjggghj

a) Prolog Program for TSP (4 cities)

% Distances

dist(a,b,10). dist(a,c,15). dist(a,d,20).

dist(b,c,35). dist(b,d,25).

dist(c,d,30).

dist(X,Y,D) :- dist(Y,X,D).

% Path cost

path_cost([_],0).

path_cost([A,B|T],Cost) :- dist(A,B,D), path_cost([B|T],C), Cost is D+C.

% All tours starting at Start

tsp(Start,Path,Cost) :-

    Cities = [a,b,c,d],

    select(Start,Cities,Rest),

    permutation(Rest,Perm),

    append([Start|Perm],[Start],Path),

    path_cost(Path,Cost).

% Find shortest

shortest_

...

See on Wikiteka »

ENLGISH

📘 1. BASICS (Grammar & Writing) – With Examples

# Key Term Quick Meaning Example
1 Subject The doer of the action. She runs fast.
2 Verb An action or state word. She runs.
3 Auxiliary Verbs Helping verbs. She is running.
4 Predicate The verb and all info about the subject. The dog barked loudly.
5 Subject-Verb Agreement Verb must match the subject (singular/plural). He walks, they walk.
6 Simple Sentence One complete idea (IC). I love pizza.
7 Capital Letters Start sentences
...

See on Student Notes »

chat chat

#1. Initial Setting Time:It is the time interval between the moment water is added to the cement and the time at which the paste starts losing its plasticity.

#

2. Final Setting Time:It is the time taken from the moment water is added to thecement until the paste has completely lost its plasticity and has attained sufficient firmness to resist certain pressure.

#The water-cement ratio (w/c ratio) is the ratio of the weight of water to the weight of cement used in a concrete mix.

effect of water

...

See on Student Notes »

front end

Here's a concise and clear introduction to Regular Expressions (RegExp) in JavaScript, covering usage, modifiers, patterns, methods, and string integration:


📌 Introduction to Regular Expressions (RegExp)

Regular Expressions are powerful patterns used to match, search, and manipulate strings. In JavaScript, regular expressions are objects used with string methods to perform pattern matching.


🔧 RegExp Syntax

const pattern = /expression/modifiers;

Or using the constructor:

const pattern =
...

See on Wikiteka »

asdasda

1. What is SPM?

Software Project Management (SPM) is the discipline of planning, organizing, and managing software projects, focusing on scope, time, cost, and quality.


2. What are the project plan steps?

  1. Define scope and objectives

  2. Identify tasks (WBS)

  3. Estimate resources and time

  4. Schedule tasks

  5. Assign responsibilities

  6. Plan risk management

  7. Monitor and control progress

  8. Finalize and review


3. Pros and Cons of Plan-Based Management

Pros:

  • Predictable timelines and budgets

  • Clear

...

See on Student Notes »

Computing

Overlapping histograms semi-transparent parameter-alpha Data structure is best for implementing BFS-collections.deque Grid value with obstacle = 1 Markdown jupyter-# Least squares via normal equations-Direct matrix inversion(normal - XTXβ=XTy closed-form-β=(XTX)−1XTy) Integration method for simulating orbits-Runge–Kutta 4th Technique brute-force search-Nested loops(loop in loop) 

Python Basics Dynamic typing: variables have no fixed type; type determined at runtime | Indentation: 4 spaces

...

See on Wikiteka »

Pg sem 4

teractions, forming the foundation for life on Earth. It provides essential resources and regulates vital systems, but human activities have led to significant environmental degradation. Addressing this issue requires understanding the impacts of pollution, deforestation, and resource depletion, along with implementing sustainable practices for protection and restoration. 

The Importance of the Environment 

The environment is crucial for the survival of all living organisms, including humans....

See on Student Notes »