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 »

Som

📘 Strength of Materials (SOM)

- संक्षिप्त उत्तर
1. तनाव (Stress) और विकृति (Strain)
 * तनाव (Stress): जब किसी वस्तु पर बाहरी बल लगाया जाता है, तो वस्तु के अंदर उस बल का विरोध करने वाला एक 'आंतरिक प्रतिरोधी बल' (Internal Resisting Force) पैदा होता है।

...

See on Student Notes »

Hehhrhrhr

Production analysis examines the relationship between the inputs used (labor, capital, land) and the resulting output. It provides the technical framework for how a firm decides to produce.
1. The Production Function
The production function is a mathematical statement showing the maximum output that can be produced from a given set of inputs: Q = f(L, K), where Q is output, L is labor, and K is capital.
 * Short Run: A period where at least one factor of production (usually capital/land) is fixed.

...

See on Wikiteka »