Notes, summaries, assignments, exams, and problems

Sort by
Subject
Level

Essential Psychology Vocabulary and Concepts

Posted by Anonymous and classified in Psychology and Sociology

Written on in English with a size of 9.49 KB

Part 1: Foundations of Psychology

  • A to try to cure a medical condition: TREAT
  • B the study of the mind: PSYCHOLOGY
  • C an observable action: BEHAVIOR
  • D relating to the mind: MENTAL
  • E to evaluate something: ASSESS
  • F a physical setting: ENVIRONMENT
  • G the status of the body's systems: PHYSICAL STATE
  • H a set of events that take place in a certain order: PROCESS
  1. 1B Many different factors affect people's minds.
  2. 2A The brain directs many processes, so it has many different functions.

Part 2: The Nervous System

  • A information that comes from the sense organs: SENSORY INFORMATION
  • B the organ in the body responsible for thinking: BRAIN
  • C to take in and understand something: PROCESS
  • D a part of the CNS that does not contain nerve cell bodies: WHITE MATTER
  • E a nerve cell:
... Continue reading "Essential Psychology Vocabulary and Concepts" »

Strategic Marketing Communication and Advertising Management

Posted by Anonymous and classified in Other subjects

Written on in English with a size of 11.92 KB

Part A: Compulsory Short Notes

1 (a) Understanding Content Marketing

Content marketing is a strategic marketing approach focused on creating and distributing valuable, relevant, and consistent content to attract and retain a clearly defined audience. Instead of pitching products directly, it provides useful information to solve consumer problems.

  • Key Elements: Blog posts, videos, podcasts, infographics, and social media updates.
  • Primary Objective: To build trust with the audience, drive brand loyalty, and ultimately stimulate profitable customer action.

1 (b) Market Analysis and Target Audience Influence

Market analysis and target audience identification form the foundation of any Marketing Communication (MarCom) plan:

  • Message Customization: Understanding
... Continue reading "Strategic Marketing Communication and Advertising Management" »

French Influence on Middle English: Sociolinguistic Diglossia

Classified in Social sciences

Written on in English with a size of 3.31 KB

The Norman Conquest in 1066 was a geopolitical shift that drastically altered the linguistic landscape of medieval England. The centuries of Anglo-Norman coexistence that followed created a significant structural and lexical combination rather than replacing the vernacular. As the opening quotation perceptively highlights, linguistic change is rarely an isolated internal phenomenon; rather, it reflects the sociopolitical hierarchies of those who wield power. This essay analyzes how the French influence on Middle English was marked by a particular sociolinguistic diglossia, producing a highly stratified, complex, and multifaceted lexicon that transformed English into a hybrid, expressive language.

Socio-Historical Context of 1066–1400

To comprehend... Continue reading "French Influence on Middle English: Sociolinguistic Diglossia" »

Modern IT Project Management: Trends and Frameworks

Posted by Anonymous and classified in Other subjects

Written on in English with a size of 10.21 KB

IT Project Management and 2026 Trends

IT project management is the planning, organizing, and controlling of technology projects so they are delivered on time, within budget, and at the required quality. In 2026, the main trends shaping the industry include:

  • AI-assisted planning and risk prediction.
  • Hybrid methods (combining Waterfall and Agile).
  • Distributed and remote teams.
  • Security and data privacy integrated from the start.
  • Sustainability (Green IT).

These trends matter because AI saves time and improves forecasting, while hybrid models provide both structure and flexibility.

Preventing Scope Creep in IT Projects

Scope creep is the uncontrolled growth of the project scope, where new features or changes are added without properly reviewing their impact... Continue reading "Modern IT Project Management: Trends and Frameworks" »

Grade 9 Math Final Exam Review: Rational Numbers and Exponents

Posted by Anonymous and classified in Mathematics

Written on in English with a size of 1.99 KB

Grade 9 Math Final Review

Rational Numbers

A rational number is any positive or negative number that can be written as a fraction. Terminating and repeating decimals are always rational because they can be expressed as fractions.

  • Adding and Subtracting: Find a common denominator. (e.g., 2/4 + 3/8 = 4/8 + 3/8 = 7/8)
  • Multiplying: Reduce before multiplying if possible. (e.g., 11/8 * 6/22 = 1/4 * 3/2 = 3/8)
  • Dividing: Use the Keep, Change, Flip method. Keep the first fraction, change division to multiplication, and flip the second fraction.

Converting Between Forms

  • Decimal to Fraction: Write the decimal over 1. Count the digits after the decimal and multiply the numerator and denominator by the corresponding power of 10 (e.g., 100 for two digits). Simplify
... Continue reading "Grade 9 Math Final Exam Review: Rational Numbers and Exponents" »

Key Themes and Techniques in American Literature

Posted by Anonymous and classified in Arts and Humanities

Written on in English with a size of 6.22 KB

Realism in American Drama

American drama shifted away from romanticism to focus on the authentic struggles, dialogues, and social realities of everyday, middle-class people.

Henrik Ibsen’s Influence

Ibsen pioneered the "problem play," which heavily influenced American playwrights like Arthur Miller to write realistic dramas that tackle moral dilemmas and societal flaws.

Growth of American Drama (17th–19th Century)

Early American theater was heavily restricted by Puritan beliefs. It slowly grew in the 18th and 19th centuries through melodramas and traveling shows before maturing into serious literary art in the 20th century.

Post-World War II Drama

Post-war drama focused heavily on psychological realism, disillusionment, existentialism, and the... Continue reading "Key Themes and Techniques in American Literature" »

How to Create a Professional Software Test Plan

Posted by Anonymous and classified in Computers

Written on in English with a size of 11 KB

How to Prepare a Professional Test Plan

To prepare a solid, professional Test Plan, you need to gather specific project inputs and organize them into a structured document. Below is the step-by-step process of how a Test Plan is prepared, followed by a standard template you can use.

The Step-by-Step Preparation Process

  • Analyze the Product/Requirements: Review the software requirement specifications (SRS), design documents, or user stories. You cannot plan testing until you fully understand what the software is supposed to do.
  • Design the Test Strategy: Determine the types of testing required (Functional, UI, Performance, Security, etc.) and whether you will use manual testing, automation, or a mix of both.
  • Define Test Objectives & Scope: Clearly
... Continue reading "How to Create a Professional Software Test Plan" »

V-Model and Black Box Testing in Software Engineering

Posted by Anonymous and classified in Computers

Written on in English with a size of 9.26 KB

The V-Model (also known as the Verification and Validation Model) is a highly structured Software Development Life Cycle (SDLC) framework. It is an extension of the traditional Waterfall model, where instead of moving down in a linear fashion, the process steps bend upward after the coding phase to form a V shape. The core philosophy of the V-Model is that testing activities are planned and paired directly with their corresponding development phases right from the beginning.

The Two Arms of the V-Model

The V-Model is divided into two main tracks, separated by the execution of the actual code:

1. The Left Arm: Verification Phase

Verification happens before code execution. It involves static testing techniques like reviews, walkthroughs, and inspections... Continue reading "V-Model and Black Box Testing in Software Engineering" »

White Box Testing Techniques and Unit Testing Principles

Posted by Anonymous and classified in Computers

Written on in English with a size of 8.98 KB

What is White Box Testing?

White Box Testing (also known as Clear Box, Glass Box, Structural, or Open Box Testing) is a software testing method where the internal structure, design, and implementation of the code are fully visible and known to the tester. Unlike Black Box testing, where you only focus on inputs and outputs, White Box testing requires you to look "under the hood." The tester inspects the actual source code, control flows, data structures, and logic paths to ensure everything operates correctly, securely, and efficiently.

The Need for White Box Testing

While Black Box testing ensures that the software satisfies the user's requirements, White Box testing is essential to guarantee internal code quality and stability. Here is why it... Continue reading "White Box Testing Techniques and Unit Testing Principles" »

Essential Software Testing Levels and Methodologies

Posted by Anonymous and classified in Language

Written on in English with a size of 10.37 KB

To bring everything together, let's look at a comprehensive Overview of the Software Testing Process. Testing is not just a single action performed right before a product launches; it is a continuous, highly structured workflow integrated directly into the development cycle. The entire journey follows a logical loop designed to catch mistakes, build stable environments, execute test cases, and verify fixes.

The Core Testing Ecosystem at a Glance

When summarizing software testing as a whole, it helps to view it through three main lenses: Levels, Approaches, and Types.

Levels of Testing: The Software Hierarchy

Testing happens incrementally as the software gets built piece by piece:

  • Unit Testing: Focuses on individual isolated functions or code modules
... Continue reading "Essential Software Testing Levels and Methodologies" »