HTMLify
BE Shorts
Views: 27 | Author: djdj
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 | <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>BE & LAB — Section A Important Q&A</title> <style> body{font-family:Arial,sans-serif;max-width:880px;margin:0 auto;padding:16px;background:#f4f4f4;color:#222} h1{text-align:center;font-size:1.15em;border-bottom:3px solid #1a3a5c;padding-bottom:8px} h2{background:#1a3a5c;color:#fff;padding:7px 13px;font-size:.95em;margin-top:22px;border-radius:4px} .prev{background:#fff8e1;border:1px solid #f0c040;border-radius:4px;margin:9px 0;padding:12px 14px} .imp{background:#fff;border:1px solid #ccc;border-radius:4px;margin:9px 0;padding:12px 14px} .meta{font-size:.74em;color:#856404;margin-bottom:3px} .meta.new{color:#1a6fa8} .q{font-weight:bold;margin-bottom:5px;color:#111} .a{color:#333;font-size:.94em;line-height:1.65} table{width:100%;border-collapse:collapse;margin:6px 0;font-size:.88em} th{background:#1a3a5c;color:#fff;padding:5px 7px} td{border:1px solid #ccc;padding:5px 7px} tr:nth-child(even){background:#f0f0f0} </style> </head> <body> <h1>📚 Business Environment & Legal Aspects (BMB201)<br>Section A — Important Q&A (Unit-wise)</h1> <p style="text-align:center;color:#666;font-size:.87em">🟡 Yellow = Previous Paper Question | ⚪ White = Important from Syllabus | 2 Marks each</p> <!-- ═══ UNIT I ═══ --> <h2>📘 UNIT I — Business Environment & Micro Environment (CO1)</h2> <div class="prev"> <div class="meta">⭐ 2022 Paper</div> <div class="q">Q1. Define Business Environment.</div> <div class="a">Business Environment refers to all the internal and external forces, factors, and institutions that influence the functioning, decisions, and performance of a business enterprise. It includes both controllable (internal) and uncontrollable (external) factors.<br><b>Example:</b> Economic policies, competitors, technology, customers, and government regulations all form part of the business environment.</div> </div> <div class="prev"> <div class="meta">⭐ 2022 Paper</div> <div class="q">Q2. What are extractive and genetic industries?</div> <div class="a"><b>Extractive Industries:</b> Industries that extract or draw out natural resources from the earth, water, or air. Example: Mining, fishing, oil drilling, agriculture.<br><br><b>Genetic Industries:</b> Industries engaged in reproducing and multiplying living organisms (plants/animals) for sale. Example: Poultry farming, dairy farming, plant nurseries, fish hatcheries.</div> </div> <div class="prev"> <div class="meta">⭐ 2022 Paper</div> <div class="q">Q3. Mention few macroeconomic factors.</div> <div class="a">Major macroeconomic factors affecting business:<br> (1) <b>GDP growth rate</b> — indicates overall economic health<br> (2) <b>Inflation rate</b> — affects costs and purchasing power<br> (3) <b>Interest rates</b> — affects cost of borrowing<br> (4) <b>Unemployment rate</b> — affects consumer demand<br> (5) <b>Fiscal policy</b> — government taxation and spending<br> (6) <b>Exchange rates</b> — affects import/export businesses</div> </div> <div class="prev"> <div class="meta">⭐ 2023 Paper</div> <div class="q">Q4. What is the importance of environmental scanning for any organization?</div> <div class="a">Environmental scanning is the systematic process of monitoring and analyzing the business environment. Its importance:<br> (1) Identifies <b>opportunities</b> in the market<br> (2) Detects <b>threats</b> before they become problems<br> (3) Helps in <b>strategic planning</b> and goal setting<br> (4) Enables <b>proactive decision-making</b><br> (5) Helps understand <b>competitor moves</b> and market trends<br> (6) Reduces <b>uncertainty</b> and business risk</div> </div> <div class="prev"> <div class="meta">⭐ 2023 Paper</div> <div class="q">Q5. Explain the term partnership.</div> <div class="a">Partnership is a form of business organization where two or more persons (partners) agree to carry on a business together, share profits and losses in an agreed ratio, and are jointly and severally liable for the debts of the firm.<br><b>Key features:</b> Minimum 2, maximum 50 partners | Governed by Indian Partnership Act, 1932 | No separate legal entity | Mutual agency among partners.</div> </div> <div class="prev"> <div class="meta">⭐ 2024 Paper</div> <div class="q">Q6. What is SWOT analysis? State its two components.</div> <div class="a">SWOT Analysis is a strategic planning tool used to evaluate the internal and external factors affecting a business.<br><br> <b>SWOT stands for:</b><br> • <b>S</b>trengths — Internal advantages (e.g., strong brand, skilled workforce)<br> • <b>W</b>eaknesses — Internal limitations (e.g., high costs, poor distribution)<br> • <b>O</b>pportunities — External chances to grow (e.g., new markets)<br> • <b>T</b>hreats — External dangers (e.g., competition, regulations)<br><br> <b>Two components:</b> Strengths and Opportunities (internal + external positive factors)</div> </div> <div class="prev"> <div class="meta">⭐ 2024 Paper</div> <div class="q">Q7. Mention any two competitive strategies used by businesses.</div> <div class="a">Based on Michael Porter's Generic Strategies:<br> (1) <b>Cost Leadership:</b> Becoming the lowest-cost producer in the industry. Example: Walmart, Jio offering cheapest prices to capture mass market.<br><br> (2) <b>Differentiation Strategy:</b> Offering unique products/services that customers value highly and are willing to pay premium for. Example: Apple iPhone — premium quality and design differentiation.</div> </div> <div class="imp"> <div class="meta new">🔵 Important — Syllabus</div> <div class="q">Q8. What is Porter's Five Forces Model?</div> <div class="a">Porter's Five Forces is a framework for analyzing the competitive forces in an industry that determine its profitability.<br><br> <b>Five Forces:</b><br> (1) <b>Threat of new entrants</b> — ease of entering the market<br> (2) <b>Bargaining power of suppliers</b> — supplier control over inputs<br> (3) <b>Bargaining power of buyers</b> — customer negotiating power<br> (4) <b>Threat of substitutes</b> — availability of alternative products<br> (5) <b>Rivalry among existing competitors</b> — intensity of competition</div> </div> <div class="imp"> <div class="meta new">🔵 Important — Syllabus</div> <div class="q">Q9. What are the types of Business Organizations?</div> <div class="a">Major types of business organizations:<br> (1) <b>Sole Proprietorship</b> — single owner, unlimited liability<br> (2) <b>Partnership</b> — 2 or more persons sharing profit/loss<br> (3) <b>Joint Hindu Family Business</b> — governed by Hindu law<br> (4) <b>Company</b> — separate legal entity (Private/Public)<br> (5) <b>Cooperative Society</b> — voluntary association for mutual benefit<br> (6) <b>LLP</b> — Limited Liability Partnership</div> </div> <div class="imp"> <div class="meta new">🔵 Important — Syllabus</div> <div class="q">Q10. What is PEST Analysis?</div> <div class="a">PEST Analysis examines the macro-environmental factors affecting a business:<br> <b>P</b> — <b>Political:</b> Government policies, taxation, political stability<br> <b>E</b> — <b>Economic:</b> GDP, inflation, interest rates, income levels<br> <b>S</b> — <b>Social:</b> Demographics, culture, lifestyle, consumer attitudes<br> <b>T</b> — <b>Technological:</b> Innovation, R&D, automation, digitalization<br><br> <b>Use:</b> Helps businesses identify external opportunities and threats in the macro environment.</div> </div> <!-- ═══ UNIT II ═══ --> <h2>📗 UNIT II — Macro Environment & International Business (CO2)</h2> <div class="prev"> <div class="meta">⭐ 2022 Paper</div> <div class="q">Q11. What is global integration?</div> <div class="a">Global Integration refers to the process by which businesses, economies, and cultures across the world become interconnected and interdependent through trade, investment, technology, and movement of people.<br><br> <b>Key elements:</b> Free trade, foreign direct investment (FDI), global supply chains, multinational corporations, and international financial markets.<br> <b>Example:</b> An iPhone designed in USA, manufactured in China with parts from Japan — this is global integration in action.</div> </div> <div class="prev"> <div class="meta">⭐ 2023 Paper</div> <div class="q">Q12. What are the elements of Global Integration?</div> <div class="a">Elements of Global Integration:<br> (1) <b>Trade liberalization</b> — removal of tariffs and trade barriers<br> (2) <b>Foreign Direct Investment (FDI)</b> — cross-border capital flows<br> (3) <b>Global financial markets</b> — integrated stock and currency markets<br> (4) <b>Technology transfer</b> — sharing of innovations across nations<br> (5) <b>Global supply chains</b> — production spread across countries<br> (6) <b>Cultural exchange</b> — convergence of consumer preferences</div> </div> <div class="prev"> <div class="meta">⭐ 2023 Paper</div> <div class="q">Q13. Differentiate between policy and strategy.</div> <div class="a"> <table> <tr><th>Basis</th><th>Policy</th><th>Strategy</th></tr> <tr><td>Meaning</td><td>General guidelines for decision-making</td><td>Specific plan to achieve objectives</td></tr> <tr><td>Nature</td><td>Broad and flexible</td><td>Specific and action-oriented</td></tr> <tr><td>Focus</td><td>What to do</td><td>How to do it</td></tr> <tr><td>Time frame</td><td>Long-term</td><td>Medium to long-term</td></tr> <tr><td>Example</td><td>HR recruitment policy</td><td>Campus hiring strategy</td></tr> </table></div> </div> <div class="prev"> <div class="meta">⭐ 2024 Paper</div> <div class="q">Q14. What is Global Integration in the context of business?</div> <div class="a">In business context, Global Integration means coordinating business activities (production, marketing, finance) across different countries as one unified operation rather than separate national units.<br><br> <b>Benefits:</b> Economies of scale, access to global markets, cost efficiency, technological advantage, and diversification of risk.<br> <b>Example:</b> McDonald's globally integrated supply chain and standardized menu with local adaptations (McAloo Tikki in India).</div> </div> <div class="imp"> <div class="meta new">🔵 Important — Syllabus</div> <div class="q">Q15. What is the LPG Model? State its impact on Indian business.</div> <div class="a">The <b>LPG Model</b> (Liberalization, Privatization, Globalization) was introduced in India in 1991 under economic reforms.<br><br> <b>L — Liberalization:</b> Removal of government restrictions and license raj<br> <b>P — Privatization:</b> Transfer of public sector units to private ownership<br> <b>G — Globalization:</b> Opening Indian economy to foreign trade and investment<br><br> <b>Impact:</b> GDP growth accelerated | FDI increased | IT sector boomed | Competition improved quality | Consumers got more choices</div> </div> <div class="imp"> <div class="meta new">🔵 Important — Syllabus</div> <div class="q">Q16. What is Socio-Cultural environment? Give two examples of its impact on business.</div> <div class="a">Socio-Cultural environment includes social values, beliefs, customs, traditions, demographics, and lifestyle patterns of society that affect business decisions.<br><br> <b>Two impacts:</b><br> (1) <b>Food habits:</b> McDonald's introduced McAloo Tikki in India respecting vegetarian culture<br> (2) <b>Festivals:</b> E-commerce companies like Flipkart run "Big Billion Day" during Diwali season exploiting festive buying behavior</div> </div> <!-- ═══ UNIT III ═══ --> <h2>📙 UNIT III — Law of Contract & Sale of Goods Act (CO3)</h2> <div class="prev"> <div class="meta">⭐ 2022 Paper</div> <div class="q">Q17. Define Contract.</div> <div class="a">A Contract is an agreement enforceable by law. According to Section 2(h) of the Indian Contract Act, 1872: <i>"An agreement enforceable by law is a contract."</i><br><br> <b>Formula:</b> Contract = Agreement + Enforceability by Law<br> <b>Agreement</b> = Offer + Acceptance<br><br> <b>Example:</b> A offers to sell his car to B for ₹5 lakhs, B accepts — this is a valid contract if all essential elements are present.</div> </div> <div class="prev"> <div class="meta">⭐ 2022 Paper</div> <div class="q">Q18. What is Doctrine of Privity of Contract?</div> <div class="a">The Doctrine of Privity of Contract states that only the parties to a contract can sue each other for its enforcement. A third party cannot sue even if the contract is made for his benefit.<br><br> <b>Example:</b> A contracts with B to pay ₹10,000 to C. If A defaults, C cannot sue A because C is not a party to the contract — only B can sue.<br><br> <b>Exceptions:</b> Beneficiary under trust, family settlements, agency contracts.</div> </div> <div class="prev"> <div class="meta">⭐ 2022 Paper</div> <div class="q">Q19. Differentiate between void agreements and voidable contracts.</div> <div class="a"> <table> <tr><th>Basis</th><th>Void Agreement</th><th>Voidable Contract</th></tr> <tr><td>Meaning</td><td>Not enforceable by law from beginning</td><td>Valid until avoided by aggrieved party</td></tr> <tr><td>Legal status</td><td>No legal effect at all</td><td>Has legal effect until set aside</td></tr> <tr><td>Cause</td><td>Illegal object, no consideration</td><td>Coercion, fraud, misrepresentation</td></tr> <tr><td>Option</td><td>Neither party can enforce</td><td>Aggrieved party can avoid or affirm</td></tr> <tr><td>Example</td><td>Agreement to commit crime</td><td>Contract signed under threat</td></tr> </table></div> </div> <div class="prev"> <div class="meta">⭐ 2022 Paper</div> <div class="q">Q20. Differentiate between sale and agreement to sell.</div> <div class="a"> <table> <tr><th>Basis</th><th>Sale</th><th>Agreement to Sell</th></tr> <tr><td>Transfer of property</td><td>Immediate transfer of ownership</td><td>Transfer at future date/condition</td></tr> <tr><td>Risk</td><td>Passes to buyer immediately</td><td>Remains with seller</td></tr> <tr><td>Type of goods</td><td>Existing specific goods</td><td>Future or contingent goods</td></tr> <tr><td>Remedy on breach</td><td>Buyer can sue for goods</td><td>Only damages can be claimed</td></tr> <tr><td>Insolvency</td><td>Buyer can claim goods</td><td>Seller's insolvency: buyer is unsecured creditor</td></tr> </table></div> </div> <div class="prev"> <div class="meta">⭐ 2024 Paper</div> <div class="q">Q21. What is meant by "consideration" in a contract?</div> <div class="a">Consideration is "something in return" — the price paid for a promise. It is what each party gives or promises to give to the other in exchange.<br><br> <b>Section 2(d) ICA:</b> "When at the desire of the promisor, the promisee or any other person has done, abstains from doing, or promises to do something, such act, abstinence or promise is called consideration."<br><br> <b>Rule:</b> "No consideration, No contract" — a contract without consideration is void.<br> <b>Example:</b> A sells car for ₹5 lakhs to B. Money (₹5L) = consideration for A; Car = consideration for B.</div> </div> <div class="imp"> <div class="meta new">🔵 Important — Syllabus</div> <div class="q">Q22. What are the essentials of a valid contract?</div> <div class="a">Essential elements of a valid contract under ICA 1872:<br> (1) <b>Offer and Acceptance</b> — valid proposal and its acceptance<br> (2) <b>Lawful Consideration</b> — something in return<br> (3) <b>Capacity of parties</b> — major, sound mind, not disqualified<br> (4) <b>Free Consent</b> — without coercion, fraud, misrepresentation<br> (5) <b>Lawful Object</b> — purpose not illegal or immoral<br> (6) <b>Not expressly void</b> — not declared void by any law<br> (7) <b>Intention to create legal relations</b></div> </div> <div class="imp"> <div class="meta new">🔵 Important — Syllabus</div> <div class="q">Q23. What is a Quasi Contract? Give one example.</div> <div class="a">A Quasi Contract is not a real contract but an obligation imposed by law to prevent unjust enrichment of one party at the expense of another. It arises without agreement between parties.<br><br> <b>Example:</b> A finds B's wallet and keeps it. Law imposes an obligation on A to return it to B even though there was no contract between them.<br><br> <b>Types:</b> Supply of necessities, payment by interested person, finder of goods, money paid by mistake, non-gratuitous acts.</div> </div> <div class="imp"> <div class="meta new">🔵 Important — Syllabus</div> <div class="q">Q24. What are the rights of an unpaid seller?</div> <div class="a">An unpaid seller (under Sale of Goods Act) has the following rights:<br><br> <b>Against the Goods:</b><br> (1) <b>Right of Lien</b> — retain goods until payment received<br> (2) <b>Right of Stoppage in Transit</b> — stop goods in transit if buyer insolvent<br> (3) <b>Right of Resale</b> — resell goods after notice to buyer<br><br> <b>Against the Buyer Personally:</b><br> (4) <b>Suit for Price</b> — sue for the contract price<br> (5) <b>Suit for Damages</b> — sue for breach of contract<br> (6) <b>Suit for Interest</b> — claim interest on delayed payment</div> </div> <!-- ═══ UNIT IV ═══ --> <h2>📕 UNIT IV — Companies Act (CO4)</h2> <div class="prev"> <div class="meta">⭐ 2022 Paper</div> <div class="q">Q25. What is MOA (Memorandum of Association)?</div> <div class="a">Memorandum of Association (MOA) is the fundamental charter/constitution of a company that defines its relationship with the outside world. It contains the basic conditions upon which the company is incorporated.<br><br> <b>Contents (6 Clauses):</b><br> (1) Name Clause, (2) Registered Office Clause, (3) Objects Clause, (4) Liability Clause, (5) Capital Clause, (6) Association/Subscription Clause<br><br> <b>Key point:</b> A company cannot do anything beyond what is stated in its MOA (doctrine of ultra vires).</div> </div> <div class="prev"> <div class="meta">⭐ 2022 Paper</div> <div class="q">Q26. Mention different types of meetings in a company.</div> <div class="a">Types of company meetings:<br> (1) <b>Annual General Meeting (AGM)</b> — held every year; all shareholders<br> (2) <b>Extraordinary General Meeting (EGM)</b> — held for urgent matters between AGMs<br> (3) <b>Board Meetings</b> — meetings of directors (minimum 4 per year)<br> (4) <b>Class Meetings</b> — meetings of specific class of shareholders (preference/equity)<br> (5) <b>Statutory Meeting</b> — held once after commencement of business (public companies)</div> </div> <div class="prev"> <div class="meta">⭐ 2023 Paper</div> <div class="q">Q27. What is Ordinary Resolution and Special Resolution?</div> <div class="a"><b>Ordinary Resolution:</b> A resolution passed by a simple majority (more than 50%) of members voting in person or by proxy at a general meeting. Used for routine matters like approval of accounts, appointment of auditors.<br><br> <b>Special Resolution:</b> A resolution passed by at least 75% majority of members voting. Used for important matters like alteration of MOA/AOA, reduction of share capital, winding up of company.</div> </div> <div class="prev"> <div class="meta">⭐ 2023 Paper</div> <div class="q">Q28. What is Prospectus of a company and its types?</div> <div class="a">A Prospectus is a formal legal document issued by a public company inviting the public to subscribe to its shares or debentures. It contains detailed information about the company, financials, and purpose of issue.<br><br> <b>Types of Prospectus:</b><br> (1) <b>Abridged Prospectus</b> — summary of the full prospectus<br> (2) <b>Deemed Prospectus</b> — document |