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 »

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 »

Minigiftokfitriie

Demand and supply are the fundamental forces that drive a market economy. They determine what is produced, in what quantity, and at what price.
1. Understanding Demand
Demand is the quantity of a good that consumers are willing and able to purchase at various prices.
 * Individual Demand: The quantity of a commodity that a single consumer is willing to buy at a specific price during a given period.
 * Market Demand: The total sum of all individual demands for a particular good in the market. It is

...

See on Student Notes »

Giguufiftiffiof

Economics is often called the "Queen of Social Sciences" because it touches almost every aspect of human life. At its core, it is the study of how people manage scarcity—the fact that we have unlimited wants but limited resources.
1. Meaning of Economics -Economics is derived from the Greek word Oikonomia, which means "household management." * Modern Definition: It is a social science that studies the production, distribution, and consumption of goods and services. * The Problem of Choice: Because

...

See on Student Notes »