Socioo

Communalism refers to a situation where people develop strong loyalty towards their own religious group and begin to see other religious groups as enemies or threats. It creates division in society based on religion and encourages an “us vs. them” mindset. Communalism arises when religious identity becomes more important than national identity, and when political leaders, organisations or groups use religion to gain power, votes or influence. Historically, factors like colonial policies of “divide

...

See on Student Notes »

Environmental problems

Increasing visibility in digital marketing means improving how easily customers can find a brand online. The major ways are:

1. Search Engine Optimization (SEO)

Helps websites rank higher on Google.

Includes keyword optimization, link building, on-page and off-page SEO.

2. Social Media Marketing

Using platforms like Instagram,Facebook,YouTube,etc.Regular posts, reels, stories, paid ads increase brand reach.

3. Content MarketingCreating useful blogs, videos, articles, infographics.Quality content

...

See on Student Notes »

Tut in gfrt

A Board Meeting is the formal, legal gathering of a company's Board of Directors to discuss, decide upon, and oversee the strategic and operational management of the company.
In Company Law, the Board of Directors is the main decision-making organ of the company, and its powers are exercised through resolutions passed at duly convened and conducted Board Meetings.
🧐 What is a Board Meeting?
A Board Meeting is a fundamental component of corporate governance with the following characteristics:
 *

...

See on Student Notes »

Ghhhhug

This is a comprehensive topic in Company Law. Here is a detailed breakdown of the prospectus, its contents, a statement in lieu of prospectus, its types, and the liabilities for misstatement.
📜 Prospectus: Definition and Purpose
A prospectus is a formal, written document issued by a public company to the general public.
 * Definition: It is an invitation to the public to subscribe for or purchase any securities (shares or debentures) of the company.
 * Purpose: Its primary goal is to provide full,

...

See on Student Notes »

ROBOT

What are the types of automation in production systems?
OR compare the different types of automation used in production systems, including fixed, programmable, and flexible automation. Discuss the advantages and limitations of each type. Automation of production systems can be classified into three basic types: 1. Fixed automation (Hard Automation) 2. Programmable automation (Soft Automation) 3. Flexible automation. 1. Fixed automation (Hard automation): Fixed automation refers to the use of special
...

See on Student Notes »

ROBOTICS

Q: Why are automation systems required?Automation systems are required to increase efficiency, consistency, and precision in processes, reduce human error, improve safety, and lower operational costs. They also enhance productivity by enabling continuous
operation and facilitating complex tasks that are difficult or dangerous for humans. Q: How is automation classified?Automation can be classified into three types: 1. Fixed Automation: Involves high initial investment and high production rates,
...

See on Student Notes »

nigga

MÁCHA – Máj

  • 4 zpěvy + 2 intermezza

  • lyricko-epická báseň, lyrický subjekt = alter ego

  • motivy: vina, trest, smrt, otázky po smrti

  • forma: jamb, zvukomalba, personifikace, kontrasty

  • kritika: málo vlastenecké, temné

  • romantismus: příroda, city, melancholie, individualismus


ERBEN – Kytice

  • 13 balad, zrcadlová kompozice

  • hlavní téma: etika (vina = porušení vztahů, hlavně matka–dítě)

  • balady dopadají špatně kvůli chování, ne osudu

  • Svatební košile, Polednice,

...

See on Wikiteka »

Python

===========================
 PYTHON STRING CHEAT SHEET
===========================

STRINGS ARE:
- Indexed
- Iterable
- Immutable

-----------------------------------
INDEXING & SLICING
-----------------------------------
s = "python"

s[0]       -> 'p'
s[-1]      -> 'n'

Slicing:
s[start:end]        -> s[1:4] = 'yth'
s[:3]               -> 'pyt'
s[3:]               -> 'hon'
s[::2]              -> 'pto'
s[::-1]             -> reversed string

---------

...

See on Student Notes »

Science

  • Unit of energy: Joule (J)
  • Conservation of Energy: Energy cannot be created or destroyed, only transferred or transformed.
  • Kinetic Energy: Energy of motion.
  • Potential Energy: Stored due to position (e.g., at the top of a pendulum).


CONDUCTION

  • Occurs mainly in solids.
  • Particles transfer energy by vibrating and passing it to neighbours.
  • Metals are good conductors.
  • Poor conductors = insulators (e.g., air, clothes layers).


CONVECTION

  • Happens only in fluids = liquids + gases.
  • Heated fluid
...

See on Wikiteka »