Notes, summaries, assignments, exams, and problems for Other courses

Sort by
Subject
Level

Strategic Business Planning: Models, Metrics, and Sustainability

Classified in Economy

Written on in English with a size of 244.83 KB

Sustainable Development Goals (SDGs)

Purpose of Sustainable Development

  1. Reduce inequalities.
  2. Caring for the environment.
  3. Promote collaboration between social agents (productive agents).

Five Dimensions of the SDGs

The SDGs are "unique and special" in at least five dimensions:

  1. All countries participate.
  2. Target three dimensions: environmental, economic, and social.
  3. All kinds of partners are involved.
  4. Institutionally integrated.
  5. More visible in public discourse.

Key Sustainability Metrics for Profitability

  • Energy Efficiency and Cost Reduction
  • Waste Reduction
  • Water Efficiency
  • Supply Chain Sustainability
  • Brand Reputation
  • Regulatory Compliance
  • Productivity and Employee Engagement
  • Innovation and New Product Development
  • Carbon Footprint Reduction
  • Return on Investment (ROI)
... Continue reading "Strategic Business Planning: Models, Metrics, and Sustainability" »

English Grammar Essentials: Tenses & Prepositions Reference

Classified in Electronics

Written on in English with a size of 5.58 KB

English Verb Tenses: Forms & Time Expressions

Master the essential English verb tenses with their common forms and associated time expressions. This section provides a quick reference for understanding when and how to use each tense effectively.

Present Simple

  • Example Form (to be): I am / He/She/It is
  • Common Time Expressions: always, usually, often, sometimes, never, every day

Present Continuous

  • Example Form (to be): I am being / He/She/It is being
  • Common Time Expressions: now, at the moment, right now, currently

Past Simple

  • Example Form (to be): I was / He/She/It was
  • Common Time Expressions: yesterday, last week, ago, in 2010

Past Continuous

  • Example Form (to be): I was being / He/She/It was being
  • Common Time Expressions: while, when, as, at that moment

Present

... Continue reading "English Grammar Essentials: Tenses & Prepositions Reference" »

Electrotherapy Essentials: Devices, Principles, and Applications

Classified in Biology

Written on in English with a size of 210.4 KB

Electrical Fundamentals in Electrotherapy

Electrotherapy involves the use of electric currents for therapeutic purposes, commonly used in physical therapy and rehabilitation. Understanding the electrical fundamentals is crucial for effectively applying electrotherapy techniques.

Basic Concepts of Electricity

  • Current (I): The flow of electric charge, measured in Amperes (A). It can be direct (DC) or alternating (AC).
  • Voltage (V): The electrical potential difference that drives current flow, measured in Volts (V).
  • Resistance (R): The opposition to current flow, measured in Ohms (Ω). According to Ohm's Law: V=I×R.

Types of Electric Currents in Electrotherapy

  • Direct Current (DC): A unidirectional flow of electric charge, used in applications like iontophoresis.
... Continue reading "Electrotherapy Essentials: Devices, Principles, and Applications" »

19th Century Social, Political, and Artistic Transformations

Classified in Geography

Written on in English with a size of 3.78 KB

Early Workers' Movements and Social Change

First Movements Against Working-Class Exploitation

  • Luddites (1811): Destruction of machines as a form of protest.
  • Workers' Associations (Early 19th Century): Provided aid in cases of unemployment and illness; demanded better working conditions.
  • Trade Associations (1834): Demanded the right to unionize, higher wages, shorter workdays, and child labor legislation.
  • Chartist Movement (1834-1848): Advocated for universal male suffrage, empowering workers to influence laws.
  • Utopian Socialists (First Half of 19th Century): Sought to transform capitalist society through collectively owned communes.

Political Ideologies: Marxism and Anarchism

Marxism

  • Based on historical materialism.
  • Supports political parties as a means
... Continue reading "19th Century Social, Political, and Artistic Transformations" »

Mastering Stacks, Deques, Trees, and Graph Data Structures

Classified in Computers

Written on in English with a size of 21.54 KB

A stack is a fundamental data structure in computer science that follows the Last In, First Out (LIFO) principle. This means that the last element added to the stack is the first one to be removed. You can think of it like a stack of plates: you can only add or remove the top plate.

### Key Concepts of a Stack:

1. Basic Operations:
   - Push: This operation adds an element to the top of the stack.
   - Pop: This operation removes the element from the top of the stack and returns it.
   - Peek (or Top): This operation returns the top element of the stack without removing it.
   - IsEmpty: This operation checks whether the stack is empty.

2. Implementation:
   Stacks can be implemented using arrays or linked lists. Here are the details for... Continue reading "Mastering Stacks, Deques, Trees, and Graph Data Structures" »

Mastering Deterministic Finite Automata: Construction & Core Concepts

Classified in Philosophy and ethics

Written on in English with a size of 1.48 MB

DFA for Strings with Odd 'a's and Even 'b's

44CWt0zipZCAAAAAElFTkSuQmCC

This section details the construction of a Deterministic Finite Automaton (DFA) to accept strings composed of 'a's and 'b's, specifically those with an odd number of 'a's and an even number of 'b's.

Language Characteristics:

  • Odd number of 'a's: At least one 'a', and the total count must be odd.
  • Even number of 'b's: At least zero 'b's, and the total count must be even.

Examples of String Acceptance:

Let L be the language of accepted strings.

  • abbaabbaabbReject (Odd 'a's, Odd 'b's)
  • aabaabaabReject (Even 'a's, Odd 'b's)
  • abababReject (Even 'a's, Odd 'b's)
  • bababaReject (Even 'a's, Odd 'b's)
  • bbaaabbaaabbaaaAccept (Odd 'a's, Even 'b's)
  • aaabbaaabbaaabbAccept (Odd 'a's, Even 'b's)

DFA for Decimal

... Continue reading "Mastering Deterministic Finite Automata: Construction & Core Concepts" »

Essential Linux Commands: A Practical Reference

Classified in Computers

Written on in English with a size of 3.95 KB

Essential Linux Commands

File and Directory Management

  • mkdir: Create a new directory.
  • ls: List contents of a directory.
  • rm: Remove files or directories (-r for recursive).
  • cp: Copy files or directories.
  • mv: Move or rename files or directories.
  • cat: Display file contents or create files.
  • less: View file contents one page at a time.
  • head: Display the first 10 lines of a file.
  • tail: Display the last 10 lines of a file.

System Information

  • uname: Show system information (kernel, version, etc.).
  • top: Display running processes and resource usage.
  • df: Show disk space usage.
  • df -h: Show disk usage in human-readable format.
  • free: Display memory usage (RAM and swap).

File Creation and Editing

  • touch: Create an empty file or update its timestamp.
  • echo: Write text to a file
... Continue reading "Essential Linux Commands: A Practical Reference" »

COVID-19 Diagnosis Methods and Infection Prevention Strategies

Classified in Medicine & Health

Written on in English with a size of 3.88 KB

Laboratory Diagnosis of COVID-19

Accurate and timely diagnosis of COVID-19 is crucial for effective patient management and public health control. Various laboratory methods are employed to detect the presence of SARS-CoV-2 or the body's immune response to it.

Specimen Collection for COVID-19 Testing

  • Preferred Samples: Nasopharyngeal and oropharyngeal swabs are the primary specimens for viral detection.
  • Other Specimens: In severe cases, sputum, lower respiratory tract secretions, and saliva may also be collected.

Molecular Tests: RT-PCR

  • Reverse Transcription Polymerase Chain Reaction (RT-PCR) is considered the gold standard test for detecting SARS-CoV-2 RNA.
  • This method identifies viral RNA by amplifying specific genetic regions of the virus, such
... Continue reading "COVID-19 Diagnosis Methods and Infection Prevention Strategies" »

Business English for Logistics and Customer Relations

Classified in Economy

Written on in English with a size of 52.94 KB

Customer Relations and Service Terminology

Understanding the distinctions between a customer, client, or consumer is essential for professional communication. Below are the common verb, adjective, and noun forms used in this field:

  • To care – caring – care
  • To be loyal – loyal – loyalty
  • To expect – expected – expectations
  • To require – required – requirements
  • To serve – served – service
  • To satisfy – satisfied – satisfaction
  • To produce – productive – production
  • To deliver – delivered – delivery

Core Service and Support Concepts

Key focus areas for business success include: service, care, loyalty, customer, expectations, complaints, and satisfaction.

Organizational Culture and Workplace Attitudes

Corporate environments and professional... Continue reading "Business English for Logistics and Customer Relations" »

Essential Chemistry Definitions and Concepts

Classified in Chemistry

Written on in English with a size of 4.5 KB

Essential Chemistry Definitions

Fundamental Concepts

  • Physical Property: Characteristics observed without changing the substance (color, melting point, density, boiling point).
  • Chemical Property: Characteristics observed when a substance changes into another (reactivity with air, acid, base, water, other chemicals).
  • Law of Conservation of Matter: Matter is neither created nor destroyed.
  • Atomic Theory: Theory of the nature of atoms.
  • Isotope: Atoms of the same element with different numbers of neutrons.
  • Ion: Atom or molecule with a net electric charge.
  • Cation: Positively charged ion.
  • Anion: Negatively charged ion.
  • Atomic Mass Unit (amu): Unit of mass for expressing atomic & molecular weights.
  • Mole: Unit for amount of substance (6.022 x 10^23 particles)
... Continue reading "Essential Chemistry Definitions and Concepts" »