fffff

ACE-LEVEL MANAGING ORGANIZATIONS CHEAT SHEET (Lessons 01–08 + Case 01 + Case 02 + Student Pres 01–12) || MANAGEMENT + OB BASICS: Management = achieving organizational goals through other people/resources; must balance EFFECTIVENESS (reaching the right goals/outcomes) + EFFICIENCY (using time/money/effort well); 4 FUNCTIONS (POLC): Planning = set goals + choose actions; Organizing = design structure + allocate tasks/resources; Leading = motivate/communicate/influence; Controlling = measure results...

See on Student Notes »

nnnnnnnnnn

Chapter 1 – Atomic Structure & Matter

  • Atomic models: Dalton (solid sphere), Thomson (plum pudding, cathode ray), Rutherford (gold foil → nucleus), Bohr (planetary energy levels), Modern (wave mechanical/electron cloud)

  • Subatomic particles:

    • Proton: +1 charge, ~1 amu, nucleus

    • Neutron: 0 charge, ~1 amu, nucleus

    • Electron: −1 charge, ~0 amu, electron cloud

  • Isotopes: same element, different number of neutrons

  • Electron arrangement: ground state (lowest energy), excited state (

...

See on Student Notes »

sdsdds

UNIT 1 – GRAMMAR: have been working (all morning), doesn’t think (sometimes), is working (at the moment), meet (usually), have been (for fifteen years). Wybór: organized (last month), has been thinking (over the last few months), haven’t decided (yet), made (last night), forgot (anniversary). Tekst: met (a few years ago), have become (since then), have been looking (last few months), found (last week), have decided (this year). UNIT 2 – GRAMMAR: was walking (when), had been working (for

...

See on Student Notes »

Programming

1. Newton-Raphson (Non-linear equation)

Algorithm (very simple version)

  1. Read starting guess (x)
  2. Read how small error should be (tolerance)
  3. Repeat many times: a. Calculate function value f(x) b. Calculate slope f'(x) c. If slope almost zero → stop (bad) d. New x = x – f(x) / f'(x) e. If change very small → stop (found answer)
  4. Show the root
C
#include<stdio.h>
#include<math.h>

double f(double x){ return x*x*x - 2*x - 5; }
double df(double x){ return 3*x*x - 2; }

int main(
...

See on Student Notes »

hhhhhhhhhhhhhhh

CHEMISTRY

  1. A physical change is a change in form or state where no new substance is formed, while a chemical change produces a new substance.

  2. Clues of a chemical change include gas production, colour change, temperature change, formation of a precipitate, and light being produced.

  3. Oxygen gas relights a glowing splint, carbon dioxide turns limewater cloudy, and hydrogen gas produces a popping sound with a burning splint.

  4. The chemical families on the periodic table are alkali metals, alkaline

...

See on Wikiteka »

anglais

Media and Information Literacy (MIL)

  • Media and Information Literacy is the ability to understand, analyze, and evaluate media content critically.
  • It encourages audiences to be active and responsible media users.
  • MIL helps fight misinformation and media manipulation.

News Analysis

  • News analysis is the process of explaining information in depth.
  • It goes beyond reporting facts to explain why an event happened and for what purpose.
  • News analysis is based on context, interpretation, and critical thinking.
...

See on Wikiteka »

ECO NOUR

À l’ère de la mondialisation, la logistique s’est imposée comme un déterminant majeur de la compétitivité économique des nations. Les chaînes logistiques mondiales constituent aujourd’hui l’ossature du commerce international et conditionnent la capacité des États à s’insérer durablement dans les flux d’échanges. Situé au détroit de Gibraltar, à la croisée de l’Europe, de l’Afrique et des principales routes maritimes mondiales, le Maroc bénéficie d’une position

...

See on Wikiteka »

ECO AICHA

Introduction

La transition énergétique s’impose aujourd’hui comme une priorité mondiale face à la raréfaction des ressources fossiles, à leur coût élevé et à leurs impacts négatifs sur l’environnement. Les États sont de plus en plus appelés à repenser leurs modèles énergétiques afin de garantir un développement économique durable, compétitif et respectueux de l’environnement. Dans ce contexte, le Maroc s’est engagé depuis plusieurs années dans une politique volontariste

...

See on Wikiteka »

BOURIQUI AICHA

Sujet : L’innovation éditoriale dans les médias numériques

marocains : entre stratégie marketing et contenu journalistique

Problématique :

Dans un contexte où les médias numériques marocains sont confrontés à une concurrence

accrue, à la prolifération de la désinformation, à la baisse de l’attention du public et à des

difficultés de monétisation, les rédactions se voient contraintes de repenser leurs pratiques.

Cette mutation les pousse à introduire des formes variées d’innovation

...

See on Wikiteka »