software

ROLE OF SOFTWARE ENGINEER A software engineer is a professional who applies engineering principles, systematic methods, and tools to design, develop, test, deploy, and maintain software systems efficiently and reliably. The role of a software engineer covers the entire software development life cycle and focuses on producing high-quality software that satisfies user and business requirements. A software engineer is not only a programmer but also a planner, designer, tester, and maintainer of software...

See on Student Notes »

useEffect()

🧠 useEffect Cheat Sheet (Beginner → Confident)

1️⃣ What is useEffect? (Plain English)

useEffect lets you run side effects in a React component.

👉 Side effects = things that are not UI rendering

  • Fetching data

  • Calling APIs

  • Using localStorage

  • Timers (setTimeout, setInterval)

  • Event listeners

  • Updating document title

Rule of thumb:
If it touches the outside world, it goes in useEffect.


2️⃣ Basic Syntax (Memorize This)

useEffect(() => { // side effect code }, [dependencies]
...

See on Student Notes »

ghgjkgkghgkgkj

1. What is DBMS? Describe the advantages and disadvantages of using DBMS.

==ADatabase Management System (DBMS) is a software system that allows users to create, store, retrieve, update, and manage data in an organized way.
Examples: MySQL, Oracle, SQL Server, PostgreSQL.

Advantages of DBMS : *//Data Redundancy Control
DBMS reduces duplicate data by storing data centrally. *//Data Consistency
Since data is stored in one place, changes are reflected everywhere. *//Data Security
DBMS provides authentication,

...

See on Student Notes »

1st paper

Q.2. Pure Theory of Law and the Concept of Grundnorm / ‘Law is a normative Science’.

Introduction

Hans Kelsen (1881–1973), one of the most influential jurists of the 20th century, developed the Pure Theory of Law as a rigorous attempt to separate law from politics, sociology, and morality. His project was to establish jurisprudence as a “science of norms,” free from ideological or metaphysical contamination. Central to this theory is the concept of the Grundnorm (basic norm), which provides

...

See on Student Notes »

data engineering

A) Role of Data Engineering in Managing Data Resources (30 Lines)

Data engineering plays a critical role in managing and organizing data resources in modern organizations. With the growth of digital platforms, organizations generate massive volumes of data from various sources such as transactional systems, mobile applications, websites, sensors, and social media platforms. Data engineering focuses on designing, building, and maintaining data pipelines that efficiently collect this data from multiple

...

See on Student Notes »

Title

The religious history of modern Germany can be characterized as a complex process influenced by external factors and repeated attempts at institutional control over faith. This historical legacy largely explains the contemporary perception of religion in Germany as a private sphere and has direct relevance for the analysis of intercultural competence.

Before Christianity was spread, the religious of the Germanic lands was diverse. Germanic paganism prevailed in the northern and central regions,

...

See on Wikiteka »

FEVER / PYREXIA (Cheat Note)

Definition:

  • Body temperature rise above 99°F (37° Celsius) is called fever.

Causes:

  • Infections: Bacterial, viral, fungal, etc.
  • Tissue damage: Trauma, surgery, myocardial infarction.
  • Dehydration or heat exposure: Heatstroke, hyperthermia.
  • Malignancy: Leukemia, lymphoma.
  • Allergic reactions: Drug or serum reactions.
  • Hormonal cause: Ovulation, hyperthyroidism.
  • Drug/medication: Antibiotics, vaccines, etc.

STAGES

1. First Stage or Cold Stage

  • Symptoms: Client shivers uncontrollably. Skin is cold,
...

See on Student Notes »

managment

Management = achieving organizational goals through other people and resources; managers must balance EFFECTIVENESS (doing the right things, achieving correct goals/outcomes) and EFFICIENCY (doing things right, using time/money/effort well); 4 management functions POLC: Planning = setting goals and choosing actions/strategies; Organizing = designing structure, allocating tasks/resources, defining roles; Leading = motivating, communicating, influencing people; Controlling = measuring results vs goals...

See on Student Notes »

ttttttttttt

Khondalite – Petrographic Notes with Indian Occurrence (8 Marks)
Khondalite is a high-grade metamorphic rock belonging to the gneiss–schist group, composed mainly of quartzo-feldspathic–garnet–sillimanite assemblage with graphite. The term was coined by T. L. Walker (1902) after the Khond tribe of Odisha.
Megascopic Characters
Colour: Brown to greyish brown
Grain size: Medium to coarse grained
Texture: Porphyroblastic (garnet as porphyroblast)
Structure: Schistose to gneissose, well-developed

...

See on Wikiteka »