school

Sure! Here’s a detailed answer in simple words with easy-2-remember pointers 4 all the questions from the image U uploaded (October 2022 paper):

Q.1 – Option 1:

Write the different acts 4 Inclusive Education in India. Explain RTE 2009 & PWD Act with reference 2 inclusive education.

Answer:
 1. Right 2 Education (RTE) Act, 2009:
 • Every child aged 6–14 hs the right 2 free & compulsory education.
 • Children with disabilities must be included in regular schools.
 • Schools...

See on Wikiteka »

Ruuwbbhh

1. Value creation:
Entrepreneurs create value by identifying customer needs and delivering products or services that satisfy those needs, thereby improving consumer welfare.
2. Resource allocation:
Entrepreneur organize and manage resources such as capital, labor and materials in the most efficient way possible. They bring together these resources to create value and maximize productivity.
3. catalyst for changes:
Catalyst is a person who does not just think about making things better, they actually

...

See on Student Notes »

Test_1

Mole and Equivalent Concept Cheat-Sheet

1. Basic Measurements

  • Density (( \rho )): ( \rho = \frac{\text{mass}}{\text{volume}} )
    • Mass: ( \text{mass} = \rho \times \text{volume} )
    • Volume: ( \text{volume} = \frac{\text{mass}}{\rho} )
    • SI Unit: ( \text{kg/m}^3 )

2. Mole Concept and Avogadro’s Number

  • Number of Moles (( n )): ( n = \frac{\text{mass}}{\text{molar mass}} )
    • Molar Mass: ( \text{molar mass} = \frac{\text{mass}}{n} )
    • Mass from Number of Particles: ( \text{mass} = \left( \frac{\text{Number
...

See on Student Notes »

psyprac

Job Satisfaction scale

Name of the test :Job Satisfaction scale/Name of the tester: Palash/Name of the testee: Rohan/Eduation qualification of the festee: B.Com/Age of the testee : 25/Gender of the tested: Male/Mental Status :Normal/
Purpose:To assess the job satisfaction of individual.
Introduction Job Satisfaction is a Pleasureable or Positive Emotional State resulting from the appraisal of one's job or job experience. It cabe refore to the general attitude of the employee toward there fob. When

...

See on Wikiteka »

Pato

Trombosis

Formación de coágulo (Trombo) dentro de un vaso sanguíneo o del corazón.

Causas principales: 

Lesión en el endotelio (por trauma o parásitos como Dirofilaria immitis, Spirocerca lupi, Strongylus vulgaris).

Lesiones traumáticas vasculares: por inyecciones mal aplicadas (ej. en la vena yugular).

trastornos metabólicos intracelulares: Hipoxia y acumulación de CO₂ (por congestión).

Cambios en la sangre: exceso de tromboplastina → hipercoagulabilidad.

¿Cómo logra el organismo

...

See on Estudiapuntes »

Political theory 2

 J S Mill

*Life and Works*

- *Born*: May 20, 1806, in London, England

- *Philosopher and Economist*: Mill was a prominent philosopher and economist who contributed to the fields of ethics, politics, and economics

- *Major Works*: "On Liberty", "Utilitarianism", "The Subjection of Women"

*Philosophical Contributions*

- *Utilitarianism*: Mill was a key figure in the development of utilitarianism, which aims to maximize overall happiness and well-being

- *Liberty and Individuality*: Mill advocated

...

See on Student Notes »

MMM AND

Optical System in a Mechanical-Optical Comparator:

In a mechanical-optical comparator, the optical system is used to magnify small displacements of a plunger or measuring contact and project the result onto a screen for easy and precise reading. The system generally includes a light source, a mirror, a pivoted lever system, a lens, and a graduated scale or screen.

When the plunger makes contact with the workpiece, any small displacement due to dimensional variation is transferred through a mechanical

...

See on Wikiteka »

Exam english

# Unit I: Introducing Business Communication
Business communication is a vital aspect of any organization, enabling the exchange of information, ideas, and messages between individuals and groups. Effective communication is crucial for building strong relationships, avoiding misunderstandings, and achieving business goals. In this response, we will explore the key concepts related to business communication, including communication, verbal and non-verbal communication, interpersonal and intrapersonal...

See on Student Notes »

Java 1

Here is the answer to any 3 questions from the list:


a. Java Program to Demonstrate Parameterized Constructor

A parameterized constructor is used to initialize an object with user-defined values.

class Employee {
    String name;
    int id;

    // Parameterized constructor
    Employee(String empName, 
int empId) { name = empName; id = empId; } void display() { System.out.println
("Employee Name: " + name); System.out.println
("Employee ID: " + id); }
...

See on Student Notes »