Nitin business

## 1. Strategy and Strategic Management
### **Definitions**
 * **Strategy:** A comprehensive and integrated plan that relates the strategic advantages of the firm to the challenges of the environment. It is the roadmap for achieving the organization's long-term goals.
 * **Strategic Management:** The process of formulating, implementing, and evaluating cross-functional decisions that enable an organization to achieve its objectives. It involves the systematic analysis of the factors associated with

...

See on Student Notes »

Nitin 2

## Environmental Appraisal
Environmental appraisal is the process by which an organization monitors its relevant environment to identify **opportunities** and **threats** affecting its business. It helps managers decide the future course of action and align the organization’s internal capabilities with external realities.
## Components of Environment
The business environment is often categorized into several key dimensions that influence how a company operates:
### 1. Economic Environment
This includes

...

See on Student Notes »

dfsgbr

  1. Legal Regime to Control Banking Frauds

    The legal regime to control banking frauds means the laws, rules, regulations, and institutions created to prevent, detect, investigate, and punish frauds in the banking sector. Banking fraud includes cheating, forgery, misappropriation of funds, fake documents, cyber fraud, identity theft, and dishonest practices causing loss to banks or customers.

    Meaning of Banking Fraud

    Banking fraud occurs when any person dishonestly uses deception to obtain money, property,

...

See on Student Notes »

BA 305 Exam 3

Ch 10

[MACRS Deduction Calculation]
Y2- Year 2 행의요율을사용할것

Asset

Purchase Date

Quarter

Recovery Period

(1) Original Basis

(2) Rate

(1) × (2) Depreciation

Computer equipment

23-March

1st

5 years

$ 6,200

20.00%

$ 1,240

[MACRS Depreciation Summary Table]

Asset

Original Basis

Quarter If mid quarter

Rate

Portion of Year

Depreciation Deduction

Furniture

$ 110,000

n/a

8.93%

50.00%

$ 4,912

Machinery

$ 127,000

 
...

See on Student Notes »

pharm exam 5

                                                                                              Sedative-hypnotic drugs

1. Barbiturates (phenobarbital): historically sleep; now used                     3. Nonbenzodiazepines: specifically targeted for sleep therapy 

     for anticonvulsants or anesthesia                                                                - Risks: ↓ abuse risk, target action mechanisms 

...

See on Student Notes »

programming in java

import java.util.Scanner;

class Emp {
    private int id;
    private String name;
    private double sal, pf, hra;

    void set(int i, String n, double s, double p, double h) {
        id = i; name = n; sal = s; pf = p; hra = h;
    }

    void display() {
        double total = sal + hra - pf;
        System.out.println(id + " " + name + " Total: " + total);
    }
}

public class Main {
    public static void main(String[] args) {
        Scanner sc = new Scanner(System.in);

...

See on Wikiteka »

MFT bits

Methods of Protection of an Economy

Protectionism involves government policies that restrict international trade to help domestic industries.  

1.Tariff Barriers: These are taxes or duties imposed on imported goods to make them more expensive and less competitive against local products.  

2.Quotas: A direct restriction on the quantity of a specific good that can be imported during a given period.  

3.Subsidies: Financial assistance provided by the government to domestic producers, allowing

...

See on Student Notes »

iiiiiiiiiiiiiiiiiiiiiii

Q1. Explain MQTT protocol and its architecture.

MQTT Protocol • Lightweight messaging protocol for M2M IoT communication • Works on publish–subscribe model (no direct device communication) • Features → low power, low bandwidth, scalable, reliable (QoS 0/1/2), secure (TLS)Architecture • Client → publisher/subscriber device • Broker → central server, manages messages, filtering, routing • Connection → TCP/IP (CONNECT–CONNACK)

Q2. Explain 6LoWPAN working and its importance

...

See on Wikiteka »

MGMT223

Grameen Bank is a microfinance institution that provides small loans to low-income individuals who lack access to traditional banking. It addresses a key constraint at the Base of the Pyramid by enabling income generation and expanding economic capability. The Base of the Pyramid (BoP) 1.0 framework treats the poor as a large untapped market that firms can profitably serve. It has been criticized for ignoring development conditions and overemphasizing profit-oriented solutions that may not address...

See on Student Notes »