baaaaa

1 MANAGEMENTBASICS EfficiencyvsEffectiveness: Efficiency=doing things right→max output/min inputs/cost/waste. Effectiveness=doing right things→achieve goals/customer needs. High+High=ideal. Goals reached but wasteful→effective/not efficient. Cheap/fast but wrong goal/product→efficient/not effective. POLC: Planning=goals+strategy; Organizing=structure/resources/roles; Leading=motivate/influence; Controlling=measure→compare goals→correct. MintzbergRoles: Interpersonal: Figurehead=ceremonial;...

See on Student Notes »

swastha b

1. Chickenpox (Varicella)- Causative agent: Varicella-Zoster Virus (VZV). Pathology: The virus enters through the respiratory tract, spreads through the bloodstream, and produces characteristic itchy vesicular skin lesions. Transmission: Spread by respiratory droplets and direct contact with fluid from skin blisters. Incubation period: 10–21 days. Clinical features: Fever, malaise, headache, and an itchy vesicular rash appearing in crops. Diagnosis: Clinical examination, PCR, or VZV IgM antibody

...

See on Wikiteka »

safsfsef

1.Food Delivery:

1-2 add this in OrderManager 

OrderStats getOrderStatistics() {
    int total = orders.size();
    int active = 0;
    int closed = 0;

    for (Order order : orders) {
        if (order.status == OrderStatus.PLACED ||
            order.status == OrderStatus.PREPARING ||
            order.status == OrderStatus.OUT_FOR_DELIVERY) {
            active++;
        } else if (order.status == OrderStatus.DELIVERED ||
                  order.status == OrderStatus.

...

See on Student Notes »

Därför använder vi metaforer

Vi använder metaforer nästan varje dag, även om vi inte alltid tänker på det. En metafor är en språklig bild där något beskrivs med hjälp av något annat. När vi säger att “livet är en resa” eller att någon har “ett hjärta av guld” menar vi inte det bokstavligt. I stället använder vi en bild för att göra en tanke eller en känsla lättare att förstå. Metaforer finns i vardagsspråket, i litteraturen, i tidningar och i många andra sammanhang. De olika källtexterna visar

...

See on Wikiteka »

Fu8ggvg

The cosmic abundance of elements refers to the relative distribution and concentration of chemical elements throughout the universe. Determination of cosmic abundance relies primarily on stellar spectroscopy and the geochemical analysis of primitive meteorites (specifically CI carbonaceous chondrites).1. Key Characteristics of Cosmic Abundance Dominance of Light Elements: Hydrogen (\text{H}) and Helium (\text{He}) make up approximately 98% to 99% of all ordinary (baryonic) matter in the universe

...

See on Student Notes »

web puskaaa

Typerscript (opste) - TypeScript je superset JavaScript-a koji uvodi statičke tipove. Ne izvršava se direktno u pregledaču i ne može se navesti direktno u HTML-u, već se prvo mora prevesti (transpilirati) u JavaScript. Tipovi i provera grešaka Osnovni tipovi su boolean, number, string, array, enum i any. Tip se definiše iza dvotačke (npr. let broj: number, funkcija: fn(): string). Provera tipova se vrši samo tokom pisanja koda (compile-time). Greške u TypeScript-u ne sprečavaju prevođenje

...

See on Wikiteka »

webinar

JS Opste- Skriptni, dinamički i slabo tipiziran jezik, univerzalan za klijentsku stranu; case-sensitive je.Dinamički-tipovi se dodeljuju u toku izvršenja, ista promenljiva može menjati tip. Slabo tipiziran-dozvoljene su operacije između različitih tipova (npr. konkatenacija broja i stringa).Prototipski baziran jezik sa funkcijama prve klase; podržava objektno-orijentisano, imperativno i funkcionalno programiranje. Tipovi podataka: Number, String, Boolean, Object (Function, Array, Date, RegExp)

...

See on Wikiteka »

swastha a

स्वस्थवृत्त निरुक्ति-  स्वस्थवृत्त, स्व, स्थ एवं वृत्त, तीन शब्दों से मिलकर बना है। स्व स्वामित्वं, संपत्रत्वं, स्वायत्तिकरणं संयोजनं। अर्थात् स्वतः अपनी दोषादि की प्राकृत अथवा अविकृत अवस्था।

...

See on Wikiteka »

Others course

1 ) Explains Total Quality 

 management (TQM) Ans:- I) Total Quality Management • Total Quality Management is defined 

 as a customer-oriented process and 

 aims for continuous improvement of 

 business operations. • common goals of TQM is - Improve product quality - Improve service quality - Improve production process - Improve manufacturing 

 process - Improve process of rendering 

 of services. II) Advantages of TQM 1) Improves reputation, faults 

 and problems 2) Higher qualified...

See on Student Notes »