Jjjjhhhhhhhhhh

The Indian banking system has undergone a massive transformation from a fragmented, private-dominated sector to a robust, technology-driven landscape. This evolution was fundamentally reshaped by two waves of nationalization in 1969 and 1980.
Key Features of the Indian Banking System (2025)
The modern Indian banking system is characterized by its diversity, stringent regulation, and rapid digital adoption.
 * Multilayered Structure: The system is supervised by the Reserve Bank of India (RBI) and is

...

See on Student Notes »

Hehhrhrhr

The National Bank for Agriculture and Rural Development (NABARD) is India’s apex development financial institution, established to provide and regulate credit for the promotion and development of agriculture, small-scale industries, cottage and village industries, handicrafts, and other rural crafts.
Established on July 12, 1982, under the NABARD Act 1981, it was created based on the recommendations of the B. Sivaraman Committee (CRAFICARD) to take over the agricultural credit functions of the

...

See on Student Notes »

Dbdbbebrbr

The Insurance Regulatory and Development Authority (IRDA) Act, 1999 was a landmark piece of legislation that transformed the Indian insurance industry. It ended the era of government monopoly (LIC for life and GIC for general insurance) and opened the doors for private players and foreign investment.
Here is a detailed breakdown of the Act and the Authority it created.
1. What is the IRDA Act, 1999?
The Act was passed following the recommendations of the Malhotra Committee (1994). Its primary goal

...

See on Student Notes »

Hogiggifiififi

In the world of insurance and finance, "risk" is the raw material. While everyday language often treats risk and uncertainty as the same thing, they are scientifically very different.
1. Concept of Risk
In insurance, risk is defined as the possibility of an adverse outcome or financial loss. It is not just the "chance" of something happening, but the potential for a negative deviation from what we expect.
Key components of the concept:
 * Peril: The cause of the loss (e.g., fire, flood, theft).
 *

...

See on Student Notes »

CP_all programs

SECTION 1: STRING PROGRAMS

1. Reverse individual characters of a string

C
#include <stdio.h>
#include <string.h>
int main(){
    char str[100];
    int length, i;
    printf("Enter a string: ");
    fgets(str, sizeof(str), stdin);
    length = strlen(str);
    if (str[length - 1] == '\n') {
        str[length - 1] = '\0';
    }
    printf("The string in reverse order is: ");
    for (i = length - 2; i >= 0; i--) {
        printf("%c", str[i]);
    }
    printf("\n");
    return
...

See on Student Notes »

Gend faad di re

Types of Vices (6 Marks)
A vice is a work-holding device used to hold a workpiece firmly during various workshop operations such as filing, sawing, drilling, and fitting.
The different types of vices are:
 1. Bench Vice
Fixed to a workbench and commonly used in fitting shops for general work-holding operations.
 2. Hand Vice
Small and portable vice used to hold thin or small workpieces.
 3. Machine Vice
Used on drilling and milling machines to hold the workpiece accurately during machining.
 4. Pipe

...

See on Student Notes »

Kbkifiueeyst

Insurance is essentially a collective safeguard against the financial impact of life's "what-ifs." It is a contract that acts as a buffer between an individual and potential financial ruin.
Here is a breakdown of the concept, nature, functions, and importance of insurance.
1. Concept of Insurance
Insurance is a legal agreement between two parties: the Insurer (the company) and the Insured (the individual or business).
 * The Agreement: The insured pays a small, fixed amount called a premium. In exchange,

...

See on Student Notes »

рппгмка

Active Audience – the idea that audiences actively interpret media texts.
Agency – the capacity of individuals to act within discursive constraints.
Anti-essentialism – the view that identities have no fixed or natural essence.
Arbitrariness of the Sign – the idea that the link between signifier and signified is historically constructed.
Archaeology – analysis of historical conditions that shape knowledge.
Articulation – a temporary linkage between different social or identity elements.

Base

...

See on Student Notes »

Constitutional law 1

*Judicial Review

Judicial review is the power of courts to examine and invalidate laws, policies, and government actions that violate the Constitution or are otherwise unlawful.

*Key Features:*

- *Constitutional Basis*: Judicial review is rooted in the Constitution, which establishes the supremacy of the Constitution and the judiciary's role in enforcing it.

- *Independence of Judiciary*: Judicial review relies on the independence of the judiciary to ensure impartial decision-making.

- *Checks and

...

See on Student Notes »