literature

11. Who brought christianity back to Britain? In 597, Pope Gregory I the Great sent a monk, Augustine, to bring the Christianity back to England. Augustine's mission of Christianisation was succesful.

12. What was the Magna Carta? The Magna Carta was a charter that demanded specific liberties, asked to sign by the barons, knights, clergy and townspeople. Edward I, the son of Henry III, respected the terms of the Magna Carta, and in 1295 he summoned a council made up of barons, clergy, knights and

...

See on Student Notes »

английский

ART
Topic: Famous Paintings of the World

Example 1: Mona Lisa by Leonardo da Vinci

Value: This painting is a symbol of the Renaissance [rəˈneɪsəns] and
reflects the genius of da Vinci and the mystery of the female portrait.

Example 2: The Starry Night by Vincent van Gogh

Value: It shows emotional perception of nature and is important 

for understanding Post-Impressionism.

Example 3: Guernica [ˈgɜːnɪkə] by Pablo Picasso

Value: This painting symbolizes anti-war protest and reflects

...

See on Wikiteka »

Unit2

The Open Web Application Security Project (OWASP) is a non-profit foundation providing guidance on developing, purchasing, and maintaining trustworthy and secure software applications. It's an online community that produces free articles, methodologies, documentation, tools, and technologies in IoT, system software, and web application security.
Key Aspects of OWASP:
 * Origin: Started by Mark Curphey on September 9, 2001.
 * Leadership: Jeff Williams was the volunteer Chair from late 2003 to September

...

See on Wikiteka »

Ajjssjjss

Unit  2

1. Check if number is Even or Odd

n = int(input("Enter a number: ")) -----print("Even" if n % 2 == 0 else "Odd")

2. Check if number is Positive, Negative or Zero

n = float(input("Enter a number: ")) -----if n > 0:----    print("Positive")----- elif n < 0: ---print("Negative")---- else: print("Zero")----

• 3. Fibonacci series of length `n`

n = int(input("Enter the length: ")) ---a, b = 0, 1 ----for _ in range(n):----    print(a, end=" ") ----a, b = b, a + b

• 4. Multiplication

...

See on Student Notes »

english

1) why did the romans go to great britain and what did they do there?
The Romans went to Great Britain for several reasons: Expansion of the Roman Empire, Resources: the romans were attracted by the rich agriculture of the south, tin and lead in the west, the availability of slaves and britain's strategic importance as an offshore base. The Romans built paved roads, they also connected the towns that developed as military, administrative and trading centres.

2) where did the anglo-Saxon come from?
...

See on Student Notes »

english words

  1. Scullery: room for washing dishes

  2. Whelped: given birth to

  3. Paddock: enclosed field

  4. Lurched: staggered 

  5. Propulsion: motion; driving forward 

  6. Faculty: mental ability 

  7. Tyranny: rule by absoulute power 

  8. Windfalls: fruit blown onto the groud 

  9. Cockerels: young roosters 

  10. Expelled: forced out of power 

  11. Indefatigable: tireless; persistent 

  12. Resolutions: formal statments of decisions  

  13. Rations: daily food allowance

  14. Lowing: mooing 

  15. Mincing: walking primarily with little

...

See on Wikiteka »

POLOGGG

Q. Explain the role of religion and caste in India. (10 Marks)


Introduction:

India is a multi-religious and multi-caste society with deep-rooted historical and social diversity. Religion and caste both play significant roles in shaping social structure, politics, and public life. While the Constitution promotes secularism and equality, these factors still influence identity, opportunities, and representation in modern India.


I. Role of Religion in India:

  1. Cultural Identity:

    • Religion forms an

...

See on Wikiteka »

POLTICAL

The Governor is the nominal head (constitutional head) of a state in India, appointed by the President of India under Article 155 of the Constitution. Though modeled on the President at the Union level, the Governor functions mainly on the aid and advice of the State Council of Ministers, headed by the Chief Minister.


I. Powers of the Governor:

The powers of the Governor can be classified into the following categories:

1. Executive Powers:

  • Appoints the Chief Minister and other ministers (Article

...

See on Wikiteka »

professional practice

Scenario 1:Question 1. What are the dangers of using personal devices in sensitive projects? 1. Personal devices often lack enterprise-grade security tools, meaning they are more likely to be unpatched, outdated, or unmonitored. They provide no centralized control for security teams and increase the attack surface, especially when accessing critical infrastructure. Question2. How could this malware have been detected before spreading? 2. Endpoint Detection and Response (EDR) tools would have flagged...

See on Student Notes »