tybms

 Discuss importance & operational objectives of logistics.
The importance of effective logistics management includes reducing costs, increasing efficiency, controlling inventory, and improving customer satisfaction. A business with a strong logistics strategy can gain a competitive advantage by delivering products to customers on time and in the right condition.
Operational objectives of logistics are often summarized by the "Seven Rs":

Getting the right product.

In the right quantity.

At

...

See on Student Notes »

jhhhhhhh

* Definition: Biotechnology uses living organisms or their products to solve problems or create useful items.
* Historical Uses: Fermentation, selective breeding, and antibiotics.
* Modern Techniques: Gene cloning, genetic engineering, recombinant DNA, CRISPR-Cas, and synthetic genomes.
* Applications: Disease-resistant crops, golden rice, environmental cleanup, and cultured cells for protein production.
* Disciplines Involved: Biology, chemistry, physics, math, computer science, bioinformatics,
...

See on Student Notes »

Vghbbn

1. Define Fuel. Explain classification and characteristics of fuel.

A fuel is any substance that produces heat energy on combustion.

Classification:

Solid fuels (coal, coke, wood). Liquid fuels (petrol, diesel, kerosene)

Gaseous fuels (LPG, CNG, producer gas)

**Characteristics:**

1. High calorific value 2. Moderate ignition temperature 3. Low moisture content.

4. Low non-combustible matter 5. Moderate combustion velocity 6. Harmless combustion products 7. Low cost and easy availability 8. Easy storage

...

See on Student Notes »

finance end of exam cheat sheet

TOPIC 1:

There R only 2 ways in which a business can raise m1y: 1. Debt (firm makes a promise 2 make fixed payments in the future = principal + interest)

2. Equity (keeps the earnings, is perpetual)

Working capital management decisions: deal with day-2-day financial matters & affect current assets & liabilities e.g. deciding how much stock 2 keep on hand 2 avoid overstocking. 

Investment decisions: determine what long-term productive assets the firm will purchase e.g. deciding whether

...

See on Wikiteka »

jhbjhbhbh

Q18. How is the Cell Search procedure important in UMTS? Explain with a neat diagram.

Importance:

Cell Search allows the mobile (UE) to find and synchronize with a nearby UMTS cell before communication begins.
It ensures correct timing, frequency, and scrambling code detection.


Steps in Cell Search:

  1. Step 1 – Slot Synchronization:

    • UE detects Primary Synchronization Channel (P-SCH) to identify slot boundaries (10 ms slots).

  2. Step 2 – Frame Synchronization:

    • UE detects Secondary Synchronization

...

See on Wikiteka »

data s

binary tree insert
1. ptr = ROOT, flag = FALSE
2. While (ptr != NULL) and (flag = FALSE) do
3. Case: ITEM < ptr→DATA 4. ptr1 = ptr
5. ptr = ptr→LCHILD 6.Case: ITEM > ptr→DATA
7. ptr1 = ptr 8. ptr = ptr→RCHILD
9. Case: ptr→DATA = ITEM
10. flag = TRUE11.Print “ITEM already exists”
12. Exit 13. EndCase14. EndWhile
16. If (ptr = NULL) then
17. new = GetNode(NODE)
18. new→DATA = ITEM
19. new→LCHILD = NULL
20. new→RCHILD = NULL
21. If (ptr1→DATA < ITEM) then
22. ptr1→RCHILD = new
23.
...

See on Student Notes »

English

Difference between S.S & Plot

Story Structure (S.S) refers to the overall framework or organization of a story, including how the narrative is arranged and presented. Plot, on the other hand, is the sequence of events that make up the narrative of a story. Think of plot as the "what happens" and story structure as how those happenings are arranged.

Types of novel

Novels can be categorized into various types based on genre, theme, or style. Some common types include:

- Romance novels focusing

...

See on Wikiteka »

Psicologia

1. Conceito de identidade (pág. 9)
Identidade é o conjunto de características, valores, crenças e experiências que tornam uma pessoa única e permitem que ela se reconheça como um “eu” distinto dos outros.

2. Conceito de autoimagem (pág. 9)
Autoimagem é a forma como uma pessoa se vê, ou seja, a percepção que tem sobre suas próprias características físicas, emocionais e comportamentais.

3. Conceito de autoconceito (pág. 11)
Autoconceito é a soma de todas as ideias, percepções e

...

See on Wikiteka »

my cheat

A Key in DBMS is an attribute or a set of attributes that is used to uniquely identify each record (tuple) in a table and to maintain relationships between tables.1. Super Key:A set of one or more attributes that can uniquely identify a record in a table.Example: Student(Roll_No, Name, Email) → {Roll_No}, {Roll_No, Name} are Super Keys.2. Candidate Key:A minimal Super Key, i.e., no unnecessary attribute is included.Example: {Roll_No} and {Email} both can uniquely identify a student.3. Primary

...

See on Student Notes »