Hddudufdu ujtfifi

1. Constructional Features of Aircraft an aircraft is made up of several major structural components which provide strength, stability and control.

1. Fuselage: Main body of the aircraft that carries passengers, crew, cargo and equipment.

2. Wings: Produce lift and support the aircraft during flight. They may also contain fuel tanks.

3. Empennage: Tail assembly consisting of vertical and horizontal stabilizers. It provides stability and control. 4. Landing Gear: Supports the aircraft during parking,...

See on Student Notes »

Business law

1. Explain any five features of a Company

Meaning:

A company is an association of persons formed and registered under the Companies Act, 2013, having a separate legal identity.

Five Features:

Separate Legal Entity – Company has a separate identity from its members.

Limited Liability – Liability of members is generally limited to the amount unpaid on their shares.

Perpetual Succession – Company continues to exist even if a member dies, retires or becomes insolvent.

Separate Property – Company...

See on Student Notes »

stats

Prefixes (Position, Number, Negation)
a-, an- - not, without (e.g, amoral, anonymous)
ab- - away from (e.g., absent, abduct)
ad- to, toward (e.g., advance, advocate) ante- - before (e.g., antecedent, antebellum)
anti- - against (eg., antidote, antifreeze)
auto- - self (e.g., autobiography, autonomous) bene- - good, well (eg. benevolent, benefactor)
bi- - two (e.g, bilingual, biped)
circum- - around (e.g., circumnavigate, circumstance) com-, con- - with, together (e.g., compassion, connect) contra- - against
...

See on Student Notes »

macro

1. What is GDP? GDP is the total monetary value of all final goods and services produced within the domestic territory of a country during a given period, usually one year. It is an important macroeconomic indicator used to measure the size, performance, and economic growth of an economy.Formula:GDP= C + I + G + (X − M).

2.What is NDP? NDP is the net value of all final goods and services produced within the domestic territory of a country during a given period, usually one year, after deducting

...

See on Wikiteka »

ACC 330

Tax Burden/Revenue = Tax Base × Tax Rate     Tax Base = value subject to tax     Tax types/base = identify what triggers tax: event = something occurs | transaction = buy/sell | value = worth of property     Sufficiency = raises enough revenue to cover government expenditures      Simplicity = easy for government to collect + taxpayer to compute/pay      Social/Economic Goals = tax encourages or discourages behavior     Fairness/Equity = relative distribution of tax burden based

...

See on Student Notes »

Business etics

  1. Egoism focuses on: Personal self-interest
  2. "Fat Cat salaries" criticism relates to: Excessive executive pay
  3. FAIRNESS and justice are the 2 types of: Managing diversity
  4. Mitchell, Agle and Wood (1997) suggest three key relationship attributes likely to determine the perceived importance or salience of stakeholders. Power, Legitimacy and Urgency
  5. According to Mitchell et al., stakeholder salience depends upon: Power, Legitimacy and Urgency
  6. Transparency improves stakeholder: Trust
  7. In order to enhance
...

See on Wikiteka »

eltoni prg

A.Create a structure Transaction with the following attributes: id (integer number), account_number (array of characters), amount (float) and typology (character).

typedef struct {
    char plate_number[PLATELENGHT + 1];
    char brand[NAMELENGTH];
    char model[NAMELENGTH];
    int  production_year;
} Vehicle;



A.Define the max length for the attribute "account" to 20, and two constants to determine the typology of the transaction such as CREDIT or DEBIT (respectively 'c' and 'd').

#define

...

See on Wikiteka »

Power plant engineering

Q.1. Explain the classification of Hydro Electric Power Plant.

Ans:- 1)Based on water availability: Hydro plants are classified as run-of-river, storage, and pumped-storage plants.2)Run-of-river plant: It uses the natural flow of a river with little or no water storage.3)Storage plant: A dam is constructed to store a large quantity of water in a reservoir for continuous power generation.4)Pumped-storage plant: Water is pumped to an upper reservoir during low-load periods and released to generate

...

See on Student Notes »

Sadhavi

Q1. Differentiate between DDL and DML Languages with example. [5 Marks]

Answer:

DDL (Data Definition Language) is used to define, create and modify the structure of database objects such as tables,

databases and schemas. It mainly deals with the structure of the database.

Commands: CREATE, ALTER, DROP, TRUNCATE.

Example:

CREATE TABLE Student(Roll_No INT, Name VARCHAR(20), Age INT);

DML (Data Manipulation Language) is used to insert, modify, delete and retrieve data stored in database tables. It

...

See on Student Notes »