dsaghjjk

SINGLY LINKED LIST

// Insert at beginning 0

Algorithm InsertAtBeginning(data):1. newNode = (Node*)malloc(sizeof(Node))2. newNode->data = data3. newNode->next = head4. head = newNode

// Insert at endAlgorithm InsertAtEnd(data):1. newNode = (Node*)malloc(sizeof(Node))2. newNode->data = data3. newNode->next = NULL4. If head == NULL:

head = newNodeElse:temp = headWhile temp->next != NULL:temp = temp->nexttemp->next = newNode;

// Insert at position Algorithm InsertAtPos(data, pos)

...

See on Student Notes »

DSBDA

Data Analytics Life Cycle in Big Data

1. Discovery : Goal: Understand the problem and define objectives. Identify business challenges. Determine project scope and potential value. Assess available resources (data, tools, skills). Understand data sources and feasibility. Example: A retail company wants to improve sales forecasting using big data analytics.2. Data Preparation: Goal: Collect, clean, and organize the data. Gather data from various sources (structured, semi-structured, unstructured).

...

See on Student Notes »

piping Final

ASME 31.1

Scope: Applies to power piping systems handling steam, water, oil, gas, air, and other fluids for industrial power applications.

Conservative Design: Uses higher safety factors and more conservative stress limits than B31.3.

Material Requirements: Focuses on robust materials suitable for high-pressure and high-temperature service.

Fabrication & Welding: Strict welding procedures and qualifications to ensure high integrity under continuous operation.

Stress Analysis: Includes requirements

...

See on Wikiteka »

Botany 1

Ans. The following steps are involved in the construction of recombinant DNA(i) Preparation of gene. Gene cloning in bacteria is achieved by cleaving DNA with the enzyme restriction endonucleases. It makes small fragments. Each fragment has a sticky end. Eukaryotic genes contain introns that are not processed. In bacteria, DNA for cloning is usually obtained from relevant mRNA by the process of reverse transcription. In cases where nucleotide or amino acid sequences are known, synthetic DNA may

...

See on Wikiteka »

Botany

Regulation of enzyme activity Ans.Any substance that reduces the velocity of an enzyme catalysed reaction can be called an inhibitor. The inhibition of enzyme activity is one of the major regulatory mechanisms of the cell. It is of the following types (a)Competitive inhibition. Here, organic molecules compete with the substrate for binding at the active site of the enzyme. Such inhibitors show a close resemblance to the substrate of the enzyme. Instead of the enzyme-substrate complex, enzyme-inhibitor

...

See on Student Notes »

Arbeitsrecht

Arbeitsrecht

1. Arbeitnehmer

Definition Arbeitnehmer: Person, die aufgrund privatrechtlichem Vertrag für einen anderen gegen Entgelt weisungsgebunden und fremdbestimmt Dienste leistet, § 611a BGB

Abgrenzung: §§ 631, 662 BGB

Formen: Arbeiter, Angestellter,

Leitender Angestellter (Abgrenzung: Gesamtbild, Parteiwille, Verkehrsauffassung; Sonderregeln: § 5 III BetrVG, § 14 II KSchG)

Definition: Arbeitgeber: Wer Dienstleistungen aufgrund ArbV fordern kann

2. Rechtsquellen im Arbeitsrecht

Rangfolge:...

See on Wikiteka »

penal

A contraposiçao entre as concepçoes ontologica e funcional da culpa penal reflete diferentes formas de compreender o juizo de censura e a sua relaçao c/ os fins da pena. A concepçao ontologica funda-se n1a ideia de culpa da vontade, baseada na autonomia etica da pessoa e no livre-arbitrio, 2º a kal a culpabilidade exprime a censura pelo uso da liberdade no sentido contrario ao Direito. Em contrapartida, a concepçao funcional encara a culpa n1a logica instr1ental (meio-fim), orientada por

...

See on Wikiteka »

444444


(a) Define Data Dictionary:

A data dictionary is a centralized repository that contains definitions, descriptions, and attributes of data elements within a database, such as table names, column types, and constraints.


(b) Define Schema:

A schema is the logical structure or blueprint of a database that defines how data is organized, including tables, fields, relationships, and constraints.


(c) Explain Database Security:

Database security refers to the measures taken to protect a database from

...

See on Student Notes »

life test

Licensing

  • • Producer license required to sell, solicit, or negotiate insurance.
  • • Temporary licenses valid for 180 days under special circumstances.
  • • Must notify Dept. of Insurance for contact info changes and CE completion.
  • • 24 hours CE required biennially; 3 hours must be ethics.
  • • License renewal every 2 years; can be revoked/suspended for violations.

Life Insurance Policies

  • • Must comply with Standard Nonforfeiture Law for cash value policies.
  • • Includes policy forms, required
...

See on Wikiteka »