diritto

1. La costituzione per pubblica sottoscrizione (artt. 2333–2336 c.c.), scarsamente diffusa nella pratica, si articola in fasi progressive. I promotori redigono un programma che indica oggetto sociale, capitale, principali disposizioni dell'atto costitutivo e statuto, ed eventuali quote di utili riservate. Il programma, con firme autenticate, viene depositato presso un notaio e reso pubblico. Segue la raccolta delle adesioni: ogni sottoscrittore aderisce tramite atto pubblico o scrittura privata

...

See on Wikiteka »

Python

print("Select Conversion:")

print("1. Rupees to Dollar")

print("2. Celsius to Fahrenheit")

print("3. Inches to Feet")

choice = int(input("Enter your choice: "))

if choice == 1:

    rupees = float(input("Enter amount in Rupees: "))

    dollars = rupees / 83 # approx rate

    print("Amount in Dollars =", dollars)

elif choice == 2:

    c = float(input("Enter temperature in Celsius: "))

    f = (c * 9/5) + 32

    print("Temperature in Fahrenheit =", f)

elif choice == 3:

    inches

...

See on Student Notes »

Atharva

Q. List and explain the characteristics of Big Data

Big Data refers to extremely large and complex datasets that cannot be processed using traditional data processing tools. It requires advanced technologies for storage, processing, and analysis.

1) Volume
It refers to the huge amount of data generated from various sources like social media, business transactions, and mobile devices.
Example: Facebook and YouTube generate massive data daily.

2) Velocity:
It refers to the speed at which data is generated...

See on Wikiteka »

decol

Algeria (North Africa) — French colony 1830–1962, originally part of the Ottoman Empire, 99% Islamic population, France used Napoleon's 1808 plans to justify colonization, gained independence after a long and violent war. Libya (North Africa) — part of Ottoman Empire 1551–1911, then Italy colonized under Mussolini, 4th largest country in Africa, along the Mediterranean, independence 1953 after WWII weakened Italy. Morocco (North Africa) — colonized by both France and Spain, close proximity

...

See on Student Notes »

decolonization cheat sheet

Algeria (N. Africa) — French colony 1830–1962, was part of Ottoman Empire, 99% Islamic, Napoleon's plans used. Libya (N. Africa) — Ottoman 1551–1911, then Italy under Mussolini, independence 1953. Morocco (N. Africa) — France & Spain, gained independence 1956 through nationalist movements led by the king. Somalia (E. Africa) — colonized by Italy, UK, Spain for coastal trade value, independence via military coups. Senegal (W. Africa) — France, westernmost point of Africa, strategic

...

See on Wikiteka »

OOP JAVA

1. The Fundamentals & Professional Responsibility

Software Engineering is not just about writing code; it is an engineering discipline focused on cost-effective and reliable production.

  • Software Engineering vs. Computer Science: Computer science focuses on theory and fundamentals; software engineering is concerned with the practicalities of developing and delivering useful software.

  • The Four Essential Attributes:

    • Maintainability: Software should be written so that it can evolve to meet

...

See on Student Notes »

History 12

1. A lot of anti-colonial movements grew from smaller, local things that mattered to people living through them, even if colonizers brushed them off. These weren't big organized rebellions at first, they were reactions to everyday problems that hit close to home. A good example is the Hut Tax War in Sierra Leone in 1898, where the British placed a tax on people's homes and forced communities into a cash economy they had no control over. To the British it was a minor rebellion that needed to be dealt

...

See on Student Notes »

c9udihih

AP 8-15              
               
               
Accounting Income Before Income Tax          
Additions:              
Ammortization            
Chartiable Donations          
Political Contributions          
Meals and entertainment 27600 50%      
               
Deductions:            
Landscaping            
Warranty     22000 17500      
CCA              
Class 1  
...

See on Wikiteka »

Comm221

Time Value of Money: money received sooner, ↑ valuable than money received later because of the returns you can earn by investing the money. Compound Interest Formula  FV = PV(1+k)n(use if asked compound any period>1 day) FV = PV x eAPR x t use if continuous compound (<1day) (t=years) k = APR/m n=t x m (Future Value Interest Factor = (1+k)n Present is inverse) Annual Percentage Rate is also Quoted Rate or Nominal Interest Rate (don't use for TVM, should be converted to effective rate -&

...

See on Wikiteka »