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 »

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 Student Notes »

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 »

Marketing

Pleasing Product
Definition: “Pleasing” means enjoyable or satisfying. These products provide high short-term satisfaction (enjoyable now) but low long-term benefit (harmful or not beneficial over time). Pleasing Product
Definition: “Pleasing” means enjoyable or satisfying. These products provide high short-term satisfaction (enjoyable now) but low long-term benefit (harmful or not beneficial over time).Pleasing Product
Definition: “Pleasing” means enjoyable or satisfying. These products...

See on Student Notes »

cse3310 final

Software Testing: The dynamic verification that a program provides expected behaviors on a finite set of test cases, selected from the usually infinite execution domain.Dynamic:Testing always means actually running the program on inputs. Static analysis (code reviews, etc.) is a separate, complementary discipline covered under Software Quality.Finite:You can never test everything. Even simple programs have theoretically infinite test cases that could take months or years to run. So testing is always...

See on Student Notes »

cheat sheet

1. FOUNDATIONS OF LAW & JUSTICE ★ VERY HIGH PRIORITY
Law= rules enacted by the state
Justice= fairness; law can be valid but produce unfair outcomes
Social Construction of Crime: Crime is shaped by politics, power, and society — not the behaviour itself. The legal status of an act is a result of social response to it.
  • Moral entrepreneurs:individuals/groups who pressure legislators to criminalize behaviours
Models of Law:
  • Value consensus law reflects shared values and community norms
...

See on Student Notes »

sdddddddddd

Exp-2: To design and implement an Object-Oriented Movie Ticket Booking System using appropriate class relationships (association, aggregation, composition) to manage movies, shows, seats, and bookings.
import java.util.*;

class Seat {

    int seatNumber;

    boolean isAvailable;

    Seat(int num) {

        seatNumber = num;

        isAvailable = true;

    }

}

class Show {

    int showId;

    ArrayList<Seat> seats = new ArrayList<>();

    Show(...

See on Student Notes »

zxcvrft

रुपविचार (Morphology) ही भाषाविज्ञानातील एक महत्त्वाची शाखा आहे, ज्याला 'रुपविन्यास' असेही म्हणतात. भाषेतील शब्दांची रचना कशी होते, त्यातील घटक कोणते आणि त्यांच्यात बदल कसे होतात, याचा अभ्यास म्हणजे

...

See on Student Notes »