Notes, abstracts, papers, exams and problems of Other courses

Sort by
Subject
Level

Gozada de fuerte

Classified in Language

Written at on English with a size of 119.18 KB.

Question 1

Marks: 1

OP0001
If a pilot has connected the automatic pilot to the gyro compass

(which is assumed to be operating correctly) and the latter is

fitted with a rate correction device which is properly corrected by astronomical precession,

the course followed by the aircraft (in still air conditions) is a:

Choose one answer.

a. Spherical Flight Segment Incorrect

b. Curve of some type of other Incorrect

c. Rhumb Line Incorrect

d. Great Circle Correct

Correct

Marks for this submission: 1/1.

Question 2

Marks: 1

OP0009
If airworthiness documents do not shown any additionnal correction factor for landing performance determination on a wet runway, the landing distance shall be increased by:

Choose one answer.

a. 20%. Incorrect

b. 15%. Correct

c. 10%. Incorrect

d. 5%. Incorrect

Incorrect

Marks for this submission: 0/1.

Question 3

Marks:... Continue reading "Gozada de fuerte" »

C++ Code Examples: Arithmetic Mean, Sum, Product, Square

Classified in Computers

Written at on English with a size of 1.55 KB.

Arithmetic Mean

The following C++ code calculates the arithmetic mean of numbers from 1 to n:

int main() {
    int n;
    double suma = 0;
    cout << "Vnesi broj: ";
    cin >> n;
    if (n <= 0) {
        cout << "Brojot na elementi mora da bide pogolem od 0!" << endl;
        return 1;  
    }
    for (int i = 1; i <= n; i++) {
        suma += i;  
    }
    double sredina = suma / n;
    cout << "Aritmetichkata sredina na broevite od 1 do " << n << " e: " << sredina << endl;
    return 0;
}

Sum

The following C++ code calculates the sum of numbers from 1 to n:

int main() {
    int n, sum = 0;
    cout << "Vnesi broj n: ";
    cin >> n;
    for (int i = 1; i <= n; i++)
... Continue reading "C++ Code Examples: Arithmetic Mean, Sum, Product, Square" »

Canada Trip & Family Vacation: Travel Stories & Johnny Depp Bio

Classified in English

Written at on English with a size of 2.77 KB.

Letter to a Friend About a Trip

From: [Your Name]

To: [Friend’s Name]

Subject: My Trip to Canada

Hi [Friend’s Name],

How are you? I have amazing news! I’m going to Canada for three weeks to study English!

I’ll be arriving on January 15th and staying at a student residence close to the school. My course has 20 lessons a week, and I’ll take morning classes. In the afternoons, I plan to join some activities, like city tours and maybe trying fun things like ice skating. I also want to explore and enjoy Canadian food. It’s going to be so exciting!

I hope you’re doing well. Do you think I should pack anything special for the trip? Let me know!

Take care,

[Your Name]

Family Vacation in La Serena, Chile

I went on vacation in February with my family... Continue reading "Canada Trip & Family Vacation: Travel Stories & Johnny Depp Bio" »

Essential Algorithms and Data Structures: A Quick Reference

Classified in Computers

Written at on English with a size of 580.94 KB.

fUlQAAAABJRU5ErkJggg==

AOUNZyjQwEJMAAAAAElFTkSuQmCC


Essential Algorithms and Data Structures

Longest Increasing Subsequence (LIS):

  • Subproblem: dp[i] = length of LIS ending at index i
  • Recursion: dp[i] = max(dp[j] + 1 for j < i and arr[j] < arr[i])
  • Base case: dp[i] = 1 (every element is a subsequence of length 1)
  • Time Complexity: O(n^2), O(n log n) with binary search optimization.

Longest Alternating Subsequence (LAS):

  • Subproblem: dp[i][0] (increasing), dp[i][1] (decreasing)
  • Recursion: dp[i][0] = max(dp[j][1] + 1 for j < i and arr[j] < arr[i]), dp[i][1] = max(dp[j][0] + 1 for j < i and arr[j] > arr[i])
  • Base case: dp[0][0] = 1, dp[0][1] = 1
  • Time Complexity: O(n^2)

0/1 Knapsack Problem:

  • Subproblem: dp[i][w] = maximum value for the first i items and weight limit w
  • Recursion: dp[i][w] = max(
... Continue reading "Essential Algorithms and Data Structures: A Quick Reference" »

Language Acquisition & Child Development

Classified in Electronics

Written at on English with a size of 4.88 KB.

Key Concepts in Language Acquisition and Child Development

Questions & Answers

  1. According to Chomsky, language is... A (We possess an innate capacity for language.)
  2. Which of the following statements is true? C (Learners need a supportive environment.)
  3. Behaviorism relies on... A (Skinner's theory of operant conditioning.)
  4. According to Krashen... C (Comprehensible input is important.)
  5. According to constructivism... A (Children of a similar age think similarly.)
  6. The term "concentration span" refers to... A (The time and capacity for focused attention.)
  7. Comprehensible input means... B (The teacher uses facial expressions and gestures.)
  8. Language acquisition does not require... D (All of the above.)
  9. What is the zone of proximal development? A (The zone
... Continue reading "Language Acquisition & Child Development" »

Mastering English Grammar: Passive Voice, Clauses & Conditionals

Classified in English

Written at on English with a size of 4.53 KB.

Passive Voice & Quantifiers

Passive Voice

  • do → is done
  • is doing → is being done
  • did → was done
  • was doing → was being done
  • have done → has been done
  • had done → had been done
  • will do → will be done
  • is going to do → is going to be done

Quantifiers

  • Large: a lot of, much (uncountable), many (countable), plenty of
  • Small: a few (countable), little (uncountable)
  • More or less: too big, too many, enough
  • Zero: any, no

Relative Clauses

  • that → who/which (ese/que)
  • who → people (quien)
  • which → things/animal (cual)
  • where → places (dónde)
  • whose → mean possession (cuyo)

Modals

must have → el conductor se debería haber perdido

might/may have → se debe haber comprado una casa nueva

could have → podrías haber evitado el accidente

should have → debería... Continue reading "Mastering English Grammar: Passive Voice, Clauses & Conditionals" »

Decoding Business Concepts: From CCP to Nudge Theory

Classified in Economy

Written at on English with a size of 5.14 KB.

Key Business Acronyms

  • CCP: Chinese Communist Party
  • OCA: Online Choice Architecture
  • EBIT: Earnings Before Interest and Taxes
  • CRS: Corporate Social Responsibility
  • GPS: Global Positioning System
  • COGS: Cost of Goods Sold

Scott Galloway on the Modern Business Landscape

Professor Scott Galloway highlights oil as the most important commodity. However, in the current era, he argues that social media platforms like TikTok are the real deal, although he believes TikTok should be banned due to its links with the CCP, which he considers a tool of espionage.

Innovation Strategies of Supermajors

Supermajors, or large oil and gas companies, are employing innovative strategies such as:

  • Emotional Resonance: Engaging users through comments and attractive content.
  • Offloading
... Continue reading "Decoding Business Concepts: From CCP to Nudge Theory" »

Shia Islam: History, Beliefs, and Practices

Classified in Religion

Written at on English with a size of 2.97 KB.

We must remember that when the division happened, most of the Muslims did not follow Ali; they followed Abu Bakr. During Ali's imamate in 656, the third Caliph Rashidun, the first Fitna war (656-661) occurred. It ended because Ali agreed to negotiate with his enemy to avoid the brutal civil war. However, this was seen as treason by some Shia extremists because they argued that power given by God could not be negotiated. Therefore, Ali was assassinated.

The Rise of Muawiya and Imam Hasan's Role

After the end of the first Fitna, Muawiya ruled as caliph from 661 to 680. Hasan, the second Imam (661-670), accepted Muawiya as caliph because he did not want to continue the war that opposed Sunni vs. Shia. However, Shia thought Hasan practiced Taqiyya... Continue reading "Shia Islam: History, Beliefs, and Practices" »

Human Prehistory: From Stone Tools to the Holocene

Classified in Geography

Written at on English with a size of 3.83 KB.

Prehistory: The Dawn of Humanity

Prehistory is a term used to refer to the first and longest phase or age into which human history has been divided by Eurocentric/Western academic tradition. It covers most of the human past, around 2.8 million years, since the appearance of the first member of the hominid family: *Homo habilis*, the first to make and devise tools made of stone. At the beginning of the 19th century, a Danish archaeologist, Christian Jürgensen Thomsen, concluded that objects and tools made of stone tended to be older than those made of metal. He divided this remote human past into two main phases: the Stone Age and the Metal Age.

Subdivisions of the Stone Age

A few decades later, another archaeologist, John Lubbock, after studying... Continue reading "Human Prehistory: From Stone Tools to the Holocene" »

Network Troubleshooting Q&A: Common Issues and Resolutions

Classified in Language

Written at on English with a size of 3.6 KB.

Network Troubleshooting Q&A

Common Issues and Resolutions

  1. Q: Refer to the exhibit. Based on the output shown, which IP network should the workstations in the Support department belong?
    A: 172.16.3.0

  2. Q: Refer to the exhibit. A network administrator is doing proactive network maintenance. The administrator pings 192.168.1.100 and compares the results with reference data. Based on the comparison of the two pings, what is a possibility?
    A: There are problems with network congestion.

  3. Q: See exhibit. Given the output generated by the debug ppp negotiation, is the statement true?
    A: The line protocol of the local router is up.

  4. Q: What is important to consider when configuring the subinterfaces of a router in implementing inter-VLAN routing?
    A: The

... Continue reading "Network Troubleshooting Q&A: Common Issues and Resolutions" »