hstoria

A finales del siglo XIX, en una sociedad cada vez más masificada, los medios de comunicación comenzaron a jugar un papel crucial no solo como transmisores de información, sino también como instrumentos de control ideológico. Esta nueva sociedad necesitaba estar informada, pero también cohesionada. Los medios, por tanto, empezaron a reflejar las tensiones entre tradición y modernidad, al mismo tiempo que servían para reforzar el orden social existente.

Con la llegada de la Primera Guerra

...

See on Wiki Historia »

frome

Page 1: CONTRACT OF AGENCY – DEFINITIONS & FUNDAMENTALS

1.1 Definition of Agency and the Role of the Agent

A contract of agency establishes a legal relationship where one person (the principal) authorizes another (the agent) to perform work or transact on their behalf with third parties. In this arrangement, the agent’s role is not merely to conduct errands but to represent the principal by binding them through acts performed within the granted authority. As defined under many legal frameworks—including

...

See on Wikiteka »

prime

                                           //prime

    int num, i, isPrime = 1;//after this print and scan num

    if (num <= 1) {
        isPrime = 0;
    } else {
        for (i = 2; i <= num / 2; i++) {
            if (num % i == 0) {
                isPrime = 0;
                break; }}}

    if (isPrime)
        printf("%d is a prime number.\n", num);
    else{print no prime}

                                   

...

See on Student Notes »

turbo

Ramjet engine, also known as a Ram engine, is a type of air-breathing jet engine that operates by using the engine’s forward motion to compress incoming air without the need for rotating compressor blades. It has no moving parts and works efficiently at supersonic speeds (above Mach 1).

Working Principle:  •Air enters the inlet at high speed due to the aircraft's motion. •The air is compressed and slowed down in the inlet. •Fuel is injected and ignited in the combustion chamber. •The

...

See on Student Notes »

laboratorio

PÁNCREAS
 • Funciones:
 • Exocrina: amilasa (carbos), lipasa (grasas), tripsina (proteínas).
 • Endocrina: insulina ↓ glucosa, glucagón ↑ glucosa.
 • Pruebas diagnósticas:
 • TLI (Trypsin-Like Immunoreactivity): mide tripsina/tripsinógeno → útil en IPE (Insuficiencia Pancreática Exocrina).
 • SNAP cPL/fPL (Canine/Feline Pancreatic Lipase): test rápido para pancreatitis.
 • Elastasa fecal: se detecta en heces → también para IPE.
HÍGADO
 • Enzimas de daño hepatocelular:

...

See on Apuntes.eu »

PPP Drug Tables

a. anti-motility drug (P*): Loperamide+Co-phenotrope (dhamotil) > relax smooth muscles in the intestinal wall. Loperamide: symptomatic relief of acute or chronic diarrhoea. Dose: Max 16mg daily, limit use to < 48hrs. Side: constipation, nausea, vomiting, bloating. SPC: stop taking once no more diarrhoea (constipation may happen) + take with food. Co-phneotrope: (ADULTS) acute diarrhoea. Dose: max 8 tabs daily. Side:^^ Contradictions (C):X children <12yo. SPC: may cause dizziness, drowsiness

...

See on Wikiteka »

BUS 312

Product, Services, Brands (Chapter 8) – 12 & 14

  1. Provide examples of the three levels of a product for an Apple Smartwatch.

    1. Core customer value (Psychological need of fundamental benefit): Communication, make life easier (i.e., photos, Safari)
    2. Actual product (Brand name, features, design, quality level, packaging): Apple watch, Iphone
    3. Augmented product (Post-sale service, product support, warranty, delivery and credit) : ?

  1. Fill in the blanks for the types of consumer products.

...

See on Wikiteka »

softtt

🧠 1. What is System Modeling?

  • Process of creating abstract graphical models of a system.

  • Goal: Understand and communicate different views (perspectives).

  • Common Language: UML (Unified Modeling Language)


👁️ 2. Four System Perspectives

Perspective Description
External Models system environment/context
Interaction Shows how system components/users interact
Structural Shows how the system or data is organized
Behavioral Shows how the system behaves/reacts to events
...

See on Student Notes »

ssdwadwa

1. Choque de culturas

Uno de los temas centrales de la película es el enfrentamiento entre el mundo indígena y el occidental. Este choque no se presenta solo como un conflicto violento, sino como un malentendido profundo entre dos formas de ver el mundo. Por ejemplo, cuando Theo intenta ofrecerle una brújula a Karamakate como pago por su ayuda, el chamán se niega rotundamente, argumentando que introducir objetos así entre su gente destruiría sus conocimientos tradicionales de navegación por

...

See on Xuletas »