Vhrgrggr

Apiculture, commonly known as beekeeping, is the scientific practice of rearing and managing honeybee colonies. It is a vital branch of agriculture that serves both economic and ecological purposes.
1. Meaning & Etymology
The word Apiculture is derived from two Latin words:
 * "Apis": Meaning "bee."
 * "Cultura": Meaning "cultivation" or "tending."
It refers to the maintenance of bee colonies, usually in man-made hives, by humans (apiculturists or beekeepers) to harvest honey and other hive products.

...

See on Student Notes »

hgl,nl

DUTIES TO CLIENT // INTRODUCTION • Lawyers are expected to perform their duties with integrity and professionalism. Hence, the duty must be performed accordingly. • The client-solicitor relationship is basically based on the retainer agreement/warrant to act/letter of appointment or in some cases, it may arise by implied action or conduct of the lawyers concerned. • This solicitor-client relationship provides legal rights to both parties. // DUTIES OF COUNSEL • Duties to client • Duties...

See on Wikiteka »

Ghsujddj

Key Issues in Bioreactor Design and Operation
Designing and operating a bioreactor involves addressing several important biological, physical, and engineering factors to ensure optimal performance and productivity. The key issues are outlined below:
1. Sterility and Contamination Control
Issue: Microbial contamination can destroy the culture or alter the desired product.
Requirement: Bioreactor

Issue: Biological reactions are temperature-sensitive; excessive heat can denature enzymes or kill cells.

...

See on Student Notes »

Ccodes

#include <stdio.h>
#include <string.h>
int main() {
    char str[100], original[100];
    char *start, *end, temp;
    int length = 0;
    printf("Enter a string: ");
    scanf("%s", str); // accepts string without spaces
    strcpy(original, str); // keep a copy of original string
    char *ptr = str;
    while (*ptr != '\0') {
        length++;
        ptr++;
    }
    start = str;
    end = str + length - 1;
    while (start < end) {
   
...

See on Student Notes »

bvdvv

What is DBMS

  • DBMS = software to store, manage, and retrieve data

  • Acts as a bridge between user and database

Advantages of DBMS

  • Reduces data redundancy

  • Improves data consistency

  • Provides data security

  • Backup and recovery

  • Data sharing

File System vs DBMS

  • File system → less security, more redundancy

  • DBMS → high security, less redundancy

Three-Schema Architecture

  1. External Level – user view

  2. Conceptual Level – logical structure

  3. Internal Level – physical storage

...

See on Wikiteka »

PRODUCTION MGMT.

1. Total Quality Management (TQM) Tools

TQM is a management approach focused on long-term success through customer satisfaction. The "tools" refer to the statistical techniques used to identify and fix quality issues. The 7 Basic Quality Tools are:

  • Fishbone Diagram (Ishikawa): Used to identify root causes of a problem (Cause and Effect).
  • Pareto Chart: Based on the 80/20 rule (80% of problems come from 20% of causes). It helps prioritize what to fix first.
  • Check Sheet: A simple form used to collect
...

See on Student Notes »

1. Specification of CNC Machines The specification of a CNC machine gives detailed information about the capacity, size, accuracy, and performance of the machine. Important CNC Machine Specifications Machine type – CNC lathe, CNC milling machine,

1. Specification of CNC Machines

The specification of a CNC machine gives detailed information about the capacity, size, accuracy, and performance of the machine.

Important CNC Machine Specifications

  1. Machine type – CNC lathe, CNC milling machine, CNC machining center

  2. Table size – Length × width of worktable

  3. Maximum workpiece size

  4. Spindle speed range – Minimum and maximum RPM

  5. Feed rate – Rapid and cutting feed

  6. Number of axes – 2-axis, 3-axis, 4-axis, 5-axis

  7. Tool capacity

...

See on Student Notes »

english

1. Sonnet 18 – William Shakespeare

(Approx. 350 words)

Shakespeare’s Sonnet 18 is one of the most famous love sonnets in English literature and beautifully celebrates the themes of love, beauty, and immortality. The poet addresses his beloved and begins by asking whether he should compare him to a summer’s day. However, he soon concludes that the beloved is far superior to summer, which is short-lived and imperfect.

The poem’s central theme is the eternity of beauty through poetry. Shakespeare...

See on Student Notes »

Fhhhjjjj

(i) Differentiate between unit process and unit operation.

Unit Operation: A physical step in a process that involves a physical change (e.g., distillation, filtration, drying, crushing). It deals with the principles of momentum, heat, and mass transfer.

Unit Process: A chemical step in a process that involves a chemical change or reaction (e.g., nitration, hydrogenation, polymerization). It deals with the chemical transformation of materials.

(ii) Define Orsat analysis.

Orsat analysis is a wet

...

See on Student Notes »