Notes, summaries, assignments, exams, and problems

Sort by
Subject
Level

Things Fall Apart: Colonialism's Impact on Igbo Society

Classified in History

Written on in English with a size of 3.54 KB

Things Fall Apart: Key Conflicts & Character Insights

Clashes in Values: British Courts vs. Igbo Society

The functioning of the British courts created significant clashes with the traditional values of family, unity, and tradition held by the Igbo people. The imposition of foreign laws and customs disrupted the established social order, leading to a breakdown of indigenous customs and threatening to tear the entire society apart.

Why Villagers Welcomed the British

Some villagers, even those not converted to Christianity, welcomed the British primarily because they introduced new opportunities for trade and market access. This economic incentive offered an alternative to traditional systems, appealing to those seeking new avenues for prosperity... Continue reading "Things Fall Apart: Colonialism's Impact on Igbo Society" »

Casa de lucas

Classified in Other subjects

Written on in English with a size of 217.82 KB

-"Conditioned" air is air that has: BEEN CONTROLLED IN RESPECT OF TEMPERATURE AND PRESSURE.

-"Frequency wild" in relation to a AC generation system means the generator: OUTPUT FREQUENCY VARIES WITH ENGINE SPEED.

-"Nose wheel shimmy" may be described as: A POSSIBLY DAMAGING VIBRATION OF THE NOSE WHEEL WHEN MOVING ON THE GROUND.

-"Vapour lock" is the phenomenon by which: HEAT PRODUCES VAPOUR BUBBLES IN THE FUEL LINE.

-"Vapour lock" is the phenomenon by which: HEAT PRODUCES VAPOUR BUBBLES IN THE FUEL LINE.

-A "fan" stage of a ducted-fan turbine engine is driven by: THE LOW PRESSURE TURBINE.

-A "trip-free" type circuit breaker is a circuit protection device which : WILL NOT ALLOW THE CONTACTS TO BE HELD CLOSED WHILE A CURRENT FAULT EXISTS IN THE CIRCUIT.

... Continue reading "Casa de lucas" »

Casa de juan

Classified in Other subjects

Written on in English with a size of 194.32 KB

  • "Heading hold" is normally: REGARDED AS A BASIC OF AUTOMATIC STABILISATION EQUIPMENT
  • 1 - Route modifications2 - Crossing constraints3 - Transfer of ATC center 4 - Speed changes. The combination which regroups all of the correct statements is:   1, 2, 3, 4
  • 1 - TAS2 - IAS 3 - Mach NUmber. The combination that regroups all of the correct statements is: 2, 3
  • A "Bourdon Tube" is used in: PRESSURE SENSORS
  • A blocked pitot head with a clear static source causes the airspeed indicator to:   REACT LIKE AN ALTIMETER
  • A closed loop control system in which a small power input controls a much larger power output in a strictly proportionate manner is known as: A SERVOMECHANISM
  • A control system consisting of four pendulous vanes is used in: AN AIR DRIVEN ARTIFICIAL
... Continue reading "Casa de juan" »

IATA / ICAO Airports

Classified in Other subjects

Written on in English with a size of 172.33 KB

CODIGOS IATA/ICAO Aeropuertos

IATA-ICAO-CIUDAD PAIS AEROPUERTO

AAA-NTGA-ANAA FRENCH POLYNESIA TUAMOTU ISLANDS
AAE-DABB-ANNABA ALGERIA EL MELLAH
AAL-EKYT-AALBORG DENMARK
AAO-SVAN-ANACO VENEZUELA ANZUALEGUI
AAQ-???? -ANAPA RUSSIA
AAR-EKAH-AARHUS DENMARK TIRSTRUP
AAY-ODAG-AL GHAIDA YEMEN
ABA-UNAA-ABAKAN RUSSIA
ABE-KABE-ALLENTOWN USA (PENNSYLVANIA) BETHLEHEM-EASTON
ABF-NGAB-ABAIANG KIRIBATI
ABI-KABI-ABILENE USA (TEXAS) MUNICIPAL
ABJ-DIAP-ABIDJAN IVORY COAST PORT BOUET
ABK-HADK-KABRE DARE ETHIOPIA MIL.
ABL-PAFM-AMBLER USA (ARKANSAS)
ABM-????-BAMAGA AUSTRALIA (QUEENSLAND)
ABQ-KABQ-ALBUQUERQUE USA (NEW MEXICO) INTERNATIONAL
ABR-KAPG-ABERDEEN USA (SOUTH DAKOTA)
ABS-HEBL-ABU SIMBEL EGYPT
ABU-WRKA-ATAMBUA INDONESIA HALIWEN
ABX-AMAY-ALBURY AUSTRALIA
ABY-

... Continue reading "IATA / ICAO Airports" »

Strategic Management of Information Systems

Posted by Anonymous and classified in Language

Written on in English with a size of 2.56 MB

Why MIS is the Most Important Business Class

Why is the introduction to Management Information Systems (MIS) the most important class in business school? Consider these fundamental laws of technology:

  • Nielsen's Law: Internet connectivity increases over the years.
  • Bell's Law: Electronic devices become smaller over the years.
  • Moore's Law: The price per 100,000 transistors becomes lower over the years (Pic2).

MIS Job Demand and Security

Why are MIS-related jobs in high demand? They have been the fastest-growing jobs over the past 20 years, as product and service innovation is made easier through technology. MIS affects everyone because technological change is accelerating. For example, Bell's Law impacts businesses; a company could go bankrupt quickly... Continue reading "Strategic Management of Information Systems" »

Essential Networking Concepts: Routers, SSH, and IPv4

Posted by Anonymous and classified in Computers

Written on in English with a size of 566.19 KB

Understanding Network Fundamentals

What Is a Router?

A router is a networking device that connects two or more networks and forwards data packets between them based on their IP addresses. It determines the best path for data to travel across networks.

Understanding SSH (Secure Shell)

SSH (Secure Shell) is a network protocol used to securely access and manage remote computers over an unsecured network. It encrypts the communication between client and server to ensure security.

What Are IEEE Standards?

IEEE Standards are technical standards developed by the Institute of Electrical and Electronics Engineers for designing and developing hardware, software, and networking technologies to ensure compatibility and interoperability (e.g., IEEE 802 standards... Continue reading "Essential Networking Concepts: Routers, SSH, and IPv4" »

Accounting Information Systems and Business Cycles

Posted by Anonymous and classified in Other subjects

Written on in English with a size of 9.37 KB

What Is a System?

A system is two or more interacting parts (subsystems) working together to achieve one or more goals.

Example:
A company is a system. It includes the Sales department, Accounting department, and HR department, all working together to earn profit.

Goal Conflict

Goal conflict occurs when one subsystem’s goal hurts the overall organization.

Example:
Sales offers heavy discounts to increase sales numbers, but profits fall.

Goal Congruence

Goal congruence occurs when subsystem goals align with company goals.

Example:
Sales increases revenue while maintaining profit margins.

Integration

Integration eliminates duplicate recording, storage, and reporting.

Example:
Customer data is entered once and shared across departments instead of being entered... Continue reading "Accounting Information Systems and Business Cycles" »

Operations Management Concepts: Forecasting, Quality, and Inventory

Posted by Anonymous and classified in Other subjects

Written on in English with a size of 6.08 KB

Q1. Time Series Forecasting Methods Comparison

Time Series Components

  • Trend (T)
  • Seasonality (S)
  • Cyclical (C)
  • Random (R)

Forecasting Methods

Naïve Method

Formula: Ft+1 = At

  • Assumes next demand equals last demand.
  • Used as a benchmark.

Simple Moving Average (n)

Formula: Ft+1 = (At + At-1 + … + At-n+1) / n

  • Smooths random variation.
  • A higher 'n' increases lag.

Weighted Moving Average

Formula: Ft+1 = w1At + w2At-1 + … + wnAt-n+1

  • Sum of weights (Σw) equals 1.
  • Recent data is given a higher weight.

Exponential Smoothing

Formula: Ft+1 = αAt + (1−α)Ft

  • Where 0 < α < 1.
  • A higher α increases responsiveness.
  • Most widely used method.

Comparison Summary

The Naïve method is the simplest. The Moving Average (MA) smooths noise. The Weighted Moving Average (WMA) is more... Continue reading "Operations Management Concepts: Forecasting, Quality, and Inventory" »

Essential Neuroscience Concepts and Neural Mechanisms

Posted by Anonymous and classified in Biology

Written on in English with a size of 211.09 KB

Fundamental Concepts in Neural Representation

  • 1. Population Code: The combined pattern of activity across a large group of neurons to represent information.
  • 2. Aggregate Field Theory: Pierre Flourens suggested that the entire forebrain participates as a whole in mental functions.
  • 3. Localization of Function: The work of Broca and Wernicke provided evidence that damage to specific areas leads to discrete language impairments.
  • 4. Brodmann’s Map: Primarily based on cytoarchitectonics, or variation in cellular organization across the cortex.
  • 5. Chomsky vs. Behaviorism: Noam Chomsky argued that children learn language in ways that cannot be explained by behavior reinforcement alone.

Cellular Neuroscience and Signaling

  • 6. Nissl Stain: Most useful for
... Continue reading "Essential Neuroscience Concepts and Neural Mechanisms" »

Master Essential Git Commands for Efficient Development

Posted by Anonymous and classified in Design and Engineering

Written on in English with a size of 12.56 KB

Essential Git Commands and Code Examples

Package/MethodDescriptionCode Example
git addUsed to move changes from the working directory to the staging area.git add sample.md
git add .Allows moving all changed files into the staging area for GitHub repositories.git add .
git amUsed to apply patches emailed to the repository.git am < patchfile.patch
git branchAllows creating an isolated environment within the repository to make changes.git branch <new-branch>
git checkoutAllows viewing and switching between existing branches.git checkout <existing-branch>
git checkout mainAllows switching to the main branch.git checkout main
git cloneAllows creating a copy of a remote repository.git clone <repository-url>
git commitAllows taking staged
... Continue reading "Master Essential Git Commands for Efficient Development" »