quiz film

Week 1: Story 

DesigningPrinciple = story process + original execution. Good stories both hide and reveal information. StoryMovement: basic patterns. 

Premise: story stated in one sentence = character+plot+action event logline; Main character + protagonist’s goal + situation or obstacle. Logline: irony=hook+mental picture + audience+cost.The whole story in one sentence. The Logline is a lot more than the premise Includes:1.Central Character 2.Goal/Motivation 3.Obstacle 4.World/Genre 

Story:

...

See on Student Notes »

Dgvbbjkk

Image Compression Techniques
Introduction
Image compression is a process used to reduce the size of image files by eliminating redundant or unnecessary information, making storage and transmission more efficient. There are two primary types of compression: Lossy and Lossless.
1. Lossy Compression
Lossy compression reduces image size by permanently eliminating certain information, especially redundant pixel data. This type is irreversible, meaning once compressed, the original quality cannot be fully...

See on Student Notes »

unit 4 inidan admn

The 73rd Constitutional Amendment Act of 1992 is a historic and transformative legislation that gave constitutional status to Panchayati Raj Institutions (PRIs) in India. It marked a major step towards decentralisation and grassroots democracy by making village-level governance more structured, democratic, and accountable.

The Act gave effect to Article 40 of the Directive Principles of State Policy, which directed the State to organise village panchayats and endow them with necessary powers. By

...

See on Student Notes »

001 bm

1. Average Formula

Formula: Average = Sum of all values / Number of values Example: Find the average of 10, 15, 20, 25, 30

  • Sum = 10 + 15 + 20 + 25 + 30 = 100
  • Number of values = 5
  • Average = 100/5 = 20

2. Ratio & Proportion Formula

Ratio: a:b = a/b Proportion: If a:b = c:d, then a/b = c/d or ad = bc

Example: If 3:4 = x:12, find x

  • 3/4 = x/12
  • 3 × 12 = 4 × x
  • 36 = 4x
  • x = 9

3. Percentage Formula

Basic Formula: Percentage = (Part/Whole) × 100 Increase/Decrease: ((New Value - Old Value)/Old Value)

...

See on Student Notes »

Bcc-10

[23/06, 2:50 pm] Srishty Ranjan: यहाँ समावेशी शिक्षा और उसके मूल्यांकन में शिक्षक की भूमिका पर एक लंबा उत्तर (Long Question Answer) प्रस्तुत किया गया है, जो परीक्षा या प्रोजेक्ट के लिए उपयुक्त है:

---

प्रश्न:

समावेशी शिक्षा क्या...

See on Student Notes »

Yduryrh

Default Constructor

A constructor with no parameters

If you don’t define any constructor, Java provides one by default

 Example:

public class Student {

    String name;

    int age;

   Student() {

       name = "Unknown";

        age = 0;

    }

    public void display() {

        System.out.println("Name: " + name + ", Age: " + age);

    }

    public static void main(String[] args) {

        Student s1 = new Student(); // Calls default constructor

        s1.

...

See on Student Notes »

indian admn unit 5

Corruption is generally understood as the misuse of public power for private gain. It involves unethical or dishonest behavior by people in positions of authority, especially in public administration. Corruption can take various forms such as bribery, embezzlement, nepotism, fraud, and favoritism, and it affects the efficiency, fairness, and credibility of government institutions.In the context of public administration, corruption occurs when public officials exploit their positions for personal

...

See on Student Notes »

dghtioh

The relationship between the political executive and the civil servants is a crucial component of the Indian administrative system. It reflects the interaction between elected representatives and permanent bureaucracy, ensuring democratic governance and administrative continuity. While the political executive gives direction and makes policies, civil servants implement these policies and provide necessary advice. This partnership is essential for the effective functioning of the government, though

...

See on Wikiteka »

gxfgxbgxbgx

The Ministry of Home Affairs (MHA) is one of the most significant ministries under the Government of India. It plays a key role in maintaining internal peace, unity, and stability of the nation. In a diverse and vast country like India, where challenges such as terrorism, communal tensions, natural disasters, insurgency in border areas, and migration issues often arise, the Home Ministry acts as the central authority to address such matters. It ensures that the internal security of the country is

...

See on Student Notes »