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
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
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
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
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?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.
The powers of the Governor can be classified into the following categories:
Appoints the Chief Minister and other ministers (Article
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...
Properties of Water:
Polarity:Water molecules are polar, meaning they have a slight positive charge on the hydrogen atoms and a slight negative charge on the oxygen atom.
Hydrogen Bonding:The polarity of water molecules allows them to form strong hydrogen bonds with each other.
Cohesion and Adhesion: Water molecules are attracted to each other (cohesion) and to other polar surfaces (adhesion).
High Heat Capacity: Water can absorb a large amount of heat energy without a significant change
4). There were 855 major league baseball players in 2012 and their mean salary was u = 3.44 million dollars with standard deviation o = 4.70 million dollars. If we take random samples of size n = 50 players and calculate the mean salary, in millions of dollars, of each sample, describe the shape, center, and spread of the distribution of sample means.
ChatGPT said:
To describe the shape, center, and spread of the distribution of sample means, we use the Central Limit Theorem (CLT), which applies...