{"id":551,"date":"2026-06-22T11:22:32","date_gmt":"2026-06-22T11:22:32","guid":{"rendered":"https:\/\/paknoteshub.online\/?page_id=551"},"modified":"2026-06-22T11:23:16","modified_gmt":"2026-06-22T11:23:16","slug":"business-administration","status":"publish","type":"page","link":"https:\/\/paknoteshub.online\/?page_id=551","title":{"rendered":"Business Administration"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"551\" class=\"elementor elementor-551\">\n\t\t\t\t<div class=\"elementor-element elementor-element-fb0147c e-flex e-con-boxed e-con e-parent\" data-id=\"fb0147c\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-b9f741c elementor-widget elementor-widget-html\" data-id=\"b9f741c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!DOCTYPE html>\r\n<html lang=\"en\">\r\n<head>\r\n  <meta charset=\"UTF-8\"\/>\r\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\/>\r\n  <title>Business Administration \u2013 University Level \u2013 Pak Notes Hub<\/title>\r\n  <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@400;500;600;700&family=Fira+Code:wght@400;500&display=swap\" rel=\"stylesheet\"\/>\r\n  <style>\r\n    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\r\n    :root {\r\n      --green: #1a7a4a; --green-dark: #145f38; --green-light: #e8f5ee;\r\n      --teal: #17a589; --accent: #f0b127; --dark: #1c2833; --mid: #566573;\r\n      --light: #f4f6f7; --code-bg: #f0f4f8; --code-border: #2e86c1;\r\n      --note-bg: #fef9e7; --note-border: #f0b127; --white: #ffffff;\r\n      --radius: 10px; --shadow: 0 4px 24px rgba(26,122,74,.10);\r\n    }\r\n    html { scroll-behavior: smooth; }\r\n    body { font-family: 'Inter', sans-serif; background: #f2f6f3; color: var(--dark); line-height: 1.7; font-size: 15px; }\r\n\r\n    \/* NAV *\/\r\n    nav { position: sticky; top: 0; z-index: 100; background: var(--green-dark); padding: 0 2rem; display: flex; align-items: center; justify-content: space-between; height: 56px; box-shadow: 0 2px 12px rgba(0,0,0,.25); }\r\n    .nav-brand { color: #fff; font-weight: 700; font-size: 1.05rem; }\r\n    .nav-brand span { color: #a9dfbf; }\r\n    .nav-links { display: flex; gap: 1.2rem; }\r\n    .nav-links a { color: #d5f5e3; font-size: .85rem; font-weight: 500; text-decoration: none; transition: color .2s; }\r\n    .nav-links a:hover { color: #fff; }\r\n\r\n    \/* HERO *\/\r\n    .hero { background: linear-gradient(135deg, var(--green) 0%, #145f38 60%, #0d4527 100%); padding: 5rem 2rem 4rem; text-align: center; position: relative; overflow: hidden; }\r\n    .hero::before { content: '\ud83c\udfe2'; position: absolute; right: 6%; top: 50%; transform: translateY(-50%); font-size: 9rem; color: rgba(255,255,255,.06); font-weight: 700; pointer-events: none; }\r\n    .hero-tag { display: inline-block; background: rgba(255,255,255,.12); color: #a9dfbf; font-size: .78rem; font-weight: 600; letter-spacing: 1.5px; text-transform: uppercase; padding: .35rem 1rem; border-radius: 100px; margin-bottom: 1.2rem; border: 1px solid rgba(169,223,163,.3); }\r\n    .hero h1 { color: #fff; font-size: clamp(1.8rem, 5vw, 3rem); font-weight: 700; line-height: 1.15; margin-bottom: .8rem; }\r\n    .hero h1 span { color: #a9dfbf; }\r\n    .hero p { color: #d5f5e3; font-size: 1.05rem; max-width: 600px; margin: 0 auto 2rem; }\r\n    .hero-pills { display: flex; flex-wrap: wrap; justify-content: center; gap: .7rem; }\r\n    .pill { background: rgba(255,255,255,.13); color: #e8f5ee; padding: .45rem 1.1rem; border-radius: 100px; font-size: .82rem; font-weight: 500; border: 1px solid rgba(255,255,255,.18); }\r\n\r\n    \/* LAYOUT *\/\r\n    .page-wrap { max-width: 940px; margin: 0 auto; padding: 2.5rem 1.5rem 4rem; display: grid; grid-template-columns: 235px 1fr; gap: 2.5rem; align-items: start; }\r\n\r\n    \/* SIDEBAR *\/\r\n    .sidebar { position: sticky; top: 72px; background: var(--white); border-radius: var(--radius); box-shadow: var(--shadow); overflow: hidden; }\r\n    .sidebar-title { background: var(--green); color: #fff; font-size: .75rem; font-weight: 700; letter-spacing: 1.2px; text-transform: uppercase; padding: .85rem 1.1rem; }\r\n    .toc-list { list-style: none; padding: .5rem 0; max-height: calc(100vh - 130px); overflow-y: auto; }\r\n    .toc-list li a { display: flex; align-items: center; gap: .55rem; padding: .4rem 1.1rem; color: var(--mid); font-size: .81rem; font-weight: 500; text-decoration: none; transition: all .18s; border-left: 3px solid transparent; }\r\n    .toc-list li a:hover, .toc-list li a.active { color: var(--green); background: var(--green-light); border-left-color: var(--green); }\r\n    .toc-num { display: inline-flex; align-items: center; justify-content: center; min-width: 20px; height: 20px; border-radius: 4px; background: var(--green-light); color: var(--green); font-size: .7rem; font-weight: 700; flex-shrink: 0; }\r\n    .toc-list li a.active .toc-num { background: var(--green); color: #fff; }\r\n\r\n    \/* UNIT CARD *\/\r\n    .unit { background: var(--white); border-radius: var(--radius); box-shadow: var(--shadow); margin-bottom: 2.5rem; overflow: hidden; scroll-margin-top: 72px; }\r\n    .unit-header { background: linear-gradient(100deg, var(--green) 0%, #1d9560 100%); padding: 1.4rem 1.8rem; }\r\n    .unit-num-badge { background: rgba(255,255,255,.18); color: #a9dfbf; font-size: .72rem; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; padding: .3rem .75rem; border-radius: 100px; }\r\n    .unit-header h2 { color: #fff; font-size: 1.25rem; font-weight: 700; line-height: 1.25; margin-top: .35rem; }\r\n    .unit-header p { color: #c8f0d8; font-size: .85rem; margin-top: .2rem; }\r\n    .unit-body { padding: 1.8rem; }\r\n\r\n    \/* HEADINGS & TEXT *\/\r\n    .unit-body h3 { font-size: 1rem; font-weight: 700; color: var(--green); margin: 1.6rem 0 .7rem; padding-left: .85rem; border-left: 3px solid var(--green); line-height: 1.3; }\r\n    .unit-body h3:first-child { margin-top: 0; }\r\n    .unit-body p { color: var(--dark); margin-bottom: .7rem; }\r\n    .unit-body ul { list-style: none; padding: 0; margin: .5rem 0 1rem; }\r\n    .unit-body ul li { padding: .3rem 0 .3rem 1.5rem; position: relative; color: var(--dark); font-size: .93rem; }\r\n    .unit-body ul li::before { content: '\u27a4'; position: absolute; left: 0; color: var(--teal); font-size: .75rem; top: .45rem; }\r\n\r\n    \/* CODE BLOCK *\/\r\n    .code-block { background: var(--code-bg); border-left: 4px solid var(--code-border); border-radius: 6px; padding: 1.1rem 1.3rem; margin: .9rem 0 1rem; overflow-x: auto; }\r\n    .code-block pre { font-family: 'Fira Code', monospace; font-size: .83rem; color: #1a3a54; line-height: 1.75; white-space: pre; }\r\n    .cm { color: #7f8c8d; } .kw { color: #1a5276; font-weight: 600; } .st { color: #1e8449; }\r\n\r\n    \/* TABLES *\/\r\n    .data-table { width: 100%; border-collapse: collapse; margin: .9rem 0 1.2rem; font-size: .87rem; border-radius: 8px; overflow: hidden; box-shadow: 0 1px 6px rgba(0,0,0,.06); }\r\n    .data-table thead th { background: var(--green); color: #fff; padding: .7rem 1rem; text-align: left; font-weight: 600; font-size: .82rem; }\r\n    .data-table tbody tr:nth-child(even) { background: var(--green-light); }\r\n    .data-table tbody tr:hover { background: #d4efdf; }\r\n    .data-table td { padding: .6rem 1rem; border-bottom: 1px solid #dce8e0; vertical-align: top; }\r\n    .data-table td:first-child { font-weight: 600; color: var(--green-dark); }\r\n\r\n    \/* BOXES *\/\r\n    .info-box { background: var(--note-bg); border: 1px solid var(--note-border); border-radius: 7px; padding: .85rem 1.1rem; margin: .9rem 0; font-size: .88rem; line-height: 1.6; color: #7d6608; display: flex; align-items: flex-start; gap: .7rem; }\r\n    .practice { background: var(--green-light); border: 1.5px dashed var(--green); border-radius: 8px; padding: .85rem 1.1rem; margin-top: 1.4rem; color: var(--green-dark); font-size: .88rem; font-weight: 500; }\r\n\r\n    \/* PROGRESS + BACK TOP *\/\r\n    .progress-bar { position: fixed; top: 0; left: 0; height: 3px; background: var(--accent); z-index: 200; transition: width .1s linear; width: 0%; }\r\n    #back-top { position: fixed; bottom: 2rem; right: 2rem; background: var(--green); color: #fff; width: 42px; height: 42px; border-radius: 50%; border: none; cursor: pointer; font-size: 1.1rem; box-shadow: 0 4px 14px rgba(26,122,74,.35); display: flex; align-items: center; justify-content: center; opacity: 0; transition: opacity .25s, transform .25s; pointer-events: none; }\r\n    #back-top.visible { opacity: 1; pointer-events: auto; }\r\n    #back-top:hover { transform: translateY(-2px); }\r\n\r\n    \/* CONGRATS *\/\r\n    .congrats { background: linear-gradient(135deg, var(--green) 0%, #145f38 100%); border-radius: var(--radius); padding: 2.5rem 2rem; text-align: center; color: #fff; margin-bottom: 2.5rem; box-shadow: var(--shadow); }\r\n    .congrats h2 { font-size: 1.8rem; margin-bottom: .5rem; }\r\n    .congrats p { color: #d5f5e3; font-size: 1rem; }\r\n\r\n    @media (max-width: 720px) { .page-wrap { grid-template-columns: 1fr; } .sidebar { position: static; display: none; } .hero::before { display: none; } nav .nav-links { display: none; } }\r\n  <\/style>\r\n<\/head>\r\n<body>\r\n\r\n<div class=\"progress-bar\" id=\"progress\"><\/div>\r\n\r\n<nav>\r\n  <div class=\"nav-brand\">Pak <span>Notes Hub<\/span><\/div>\r\n  <div class=\"nav-links\">\r\n    <a href=\"#unit-1\">Basics<\/a>\r\n    <a href=\"#unit-5\">Planning<\/a>\r\n    <a href=\"#unit-9\">Leadership<\/a>\r\n  <\/div>\r\n<\/nav>\r\n\r\n<section class=\"hero\">\r\n  <div class=\"hero-tag\">\ud83c\udfe2 University Level \u2014 BS Commerce \/ BBA<\/div>\r\n  <h1>Business Administration<br\/><span>Complete Notes<\/span><\/h1>\r\n  <p>Management \u00b7 Planning \u00b7 Organization \u00b7 Leadership \u00b7 Control \u00b7 Strategic Management \u00b7 All in Easy Urdu\/English<\/p>\r\n  <div class=\"hero-pills\">\r\n    <div class=\"pill\">Management Functions<\/div>\r\n    <div class=\"pill\">Organizational Structure<\/div>\r\n    <div class=\"pill\">Strategic Planning<\/div>\r\n  <\/div>\r\n<\/section>\r\n\r\n<div class=\"page-wrap\">\r\n\r\n  <!-- SIDEBAR -->\r\n  <aside class=\"sidebar\">\r\n    <div class=\"sidebar-title\">\ud83d\udcda Table of Contents<\/div>\r\n    <ul class=\"toc-list\">\r\n      <li><a href=\"#unit-1\"><span class=\"toc-num\">1<\/span> Basics<\/a><\/li>\r\n      <li><a href=\"#unit-2\"><span class=\"toc-num\">2<\/span> Functions<\/a><\/li>\r\n      <li><a href=\"#unit-3\"><span class=\"toc-num\">3<\/span> Planning<\/a><\/li>\r\n      <li><a href=\"#unit-4\"><span class=\"toc-num\">4<\/span> Organization<\/a><\/li>\r\n      <li><a href=\"#unit-5\"><span class=\"toc-num\">5<\/span> HR Management<\/a><\/li>\r\n      <li><a href=\"#unit-6\"><span class=\"toc-num\">6<\/span> Leadership<\/a><\/li>\r\n      <li><a href=\"#unit-7\"><span class=\"toc-num\">7<\/span> Communication<\/a><\/li>\r\n      <li><a href=\"#unit-8\"><span class=\"toc-num\">8<\/span> Control<\/a><\/li>\r\n      <li><a href=\"#unit-9\"><span class=\"toc-num\">9<\/span> Strategy<\/a><\/li>\r\n      <li><a href=\"#unit-10\"><span class=\"toc-num\">10<\/span> Ethics<\/a><\/li>\r\n    <\/ul>\r\n  <\/aside>\r\n\r\n  <main>\r\n\r\n    <!-- UNIT 1 -->\r\n    <div class=\"unit\" id=\"unit-1\">\r\n      <div class=\"unit-header\">\r\n        <div class=\"unit-num-badge\">Unit 1<\/div>\r\n        <h2>Business Administration Basics<\/h2>\r\n        <p>Introduction to Management and Organizations<\/p>\r\n      <\/div>\r\n      <div class=\"unit-body\">\r\n\r\n        <h3>What is Business Administration?<\/h3>\r\n        <p><strong>Business Administration<\/strong> is management of business operations and resource allocation to achieve organizational goals efficiently and effectively.<\/p>\r\n\r\n        <h3>Management Definition<\/h3>\r\n        <p>Process of coordinating human, financial, physical, and information resources to achieve organizational objectives.<\/p>\r\n\r\n        <h3>Organizational Levels<\/h3>\r\n        <table class=\"data-table\">\r\n          <thead>\r\n            <tr><th>Level<\/th><th>Role<\/th><th>Responsibilities<\/th><\/tr>\r\n          <\/thead>\r\n          <tbody>\r\n            <tr><td>Top Management<\/td><td>CEO, President<\/td><td>Strategic decisions, company vision<\/td><\/tr>\r\n            <tr><td>Middle Management<\/td><td>Managers, Directors<\/td><td>Implementation, team coordination<\/td><\/tr>\r\n            <tr><td>Operational<\/td><td>Supervisors, Team leads<\/td><td>Daily operations, performance<\/td><\/tr>\r\n          <\/tbody>\r\n        <\/table>\r\n\r\n        <h3>Management vs Leadership<\/h3>\r\n        <table class=\"data-table\">\r\n          <thead>\r\n            <tr><th>Management<\/th><th>Leadership<\/th><\/tr>\r\n          <\/thead>\r\n          <tbody>\r\n            <tr><td>Planning, organizing, controlling<\/td><td>Inspiring, motivating, guiding<\/td><\/tr>\r\n            <tr><td>Maintains status quo<\/td><td>Creates vision and change<\/td><\/tr>\r\n            <tr><td>Focus on efficiency<\/td><td>Focus on effectiveness<\/td><\/tr>\r\n            <tr><td>Manages resources<\/td><td>Leads people<\/td><\/tr>\r\n          <\/tbody>\r\n        <\/table>\r\n\r\n        <h3>Types of Organizations<\/h3>\r\n        <ul>\r\n          <li><strong>Manufacturing:<\/strong> Produces physical goods<\/li>\r\n          <li><strong>Service:<\/strong> Provides intangible services<\/li>\r\n          <li><strong>Non-profit:<\/strong> Social or charitable missions<\/li>\r\n          <li><strong>Government:<\/strong> Public administration<\/li>\r\n        <\/ul>\r\n\r\n        <div class=\"practice\"><strong>\u270f\ufe0f Practice:<\/strong> Identify management levels in a company structure<\/div>\r\n      <\/div>\r\n    <\/div>\r\n\r\n    <!-- UNIT 2 -->\r\n    <div class=\"unit\" id=\"unit-2\">\r\n      <div class=\"unit-header\">\r\n        <div class=\"unit-num-badge\">Unit 2<\/div>\r\n        <h2>Functions of Management<\/h2>\r\n        <p>The Four Pillars: Planning, Organizing, Leading, Controlling<\/p>\r\n      <\/div>\r\n      <div class=\"unit-body\">\r\n\r\n        <h3>Four Management Functions<\/h3>\r\n        <table class=\"data-table\">\r\n          <thead>\r\n            <tr><th>Function<\/th><th>Definition<\/th><th>Output<\/th><\/tr>\r\n          <\/thead>\r\n          <tbody>\r\n            <tr><td>Planning<\/td><td>Setting goals and strategies<\/td><td>Plans, budgets, objectives<\/td><\/tr>\r\n            <tr><td>Organizing<\/td><td>Structuring and allocating resources<\/td><td>Organization chart, role definition<\/td><\/tr>\r\n            <tr><td>Leading<\/td><td>Motivating and directing people<\/td><td>Team coordination, productivity<\/td><\/tr>\r\n            <tr><td>Controlling<\/td><td>Monitoring and adjusting performance<\/td><td>Reports, corrective actions<\/td><\/tr>\r\n          <\/tbody>\r\n        <\/table>\r\n\r\n        <h3>Planning Process<\/h3>\r\n        <div class=\"code-block\"><pre>Step 1: Define organizational objectives\r\nStep 2: Assess current situation\r\nStep 3: Identify alternatives\r\nStep 4: Evaluate options\r\nStep 5: Choose best strategy\r\nStep 6: Develop action plans\r\nStep 7: Allocate resources\r\nStep 8: Communicate plans<\/pre><\/div>\r\n\r\n        <h3>Types of Plans<\/h3>\r\n        <ul>\r\n          <li><strong>Strategic:<\/strong> 3-5 years, long-term direction<\/li>\r\n          <li><strong>Tactical:<\/strong> 1-3 years, departmental goals<\/li>\r\n          <li><strong>Operational:<\/strong> Daily\/weekly execution<\/li>\r\n          <li><strong>Contingency:<\/strong> Alternative if main plan fails<\/li>\r\n        <\/ul>\r\n\r\n        <h3>Organizing Activities<\/h3>\r\n        <ul>\r\n          <li>Design organizational structure<\/li>\r\n          <li>Define roles and responsibilities<\/li>\r\n          <li>Create reporting relationships<\/li>\r\n          <li>Allocate authority and resources<\/li>\r\n        <\/ul>\r\n\r\n        <div class=\"practice\"><strong>\u270f\ufe0f Practice:<\/strong> Develop strategic plan for hypothetical company<\/div>\r\n      <\/div>\r\n    <\/div>\r\n\r\n    <!-- UNIT 3 -->\r\n    <div class=\"unit\" id=\"unit-3\">\r\n      <div class=\"unit-header\">\r\n        <div class=\"unit-num-badge\">Unit 3<\/div>\r\n        <h2>Strategic Planning<\/h2>\r\n        <p>Long-term Vision and Direction<\/p>\r\n      <\/div>\r\n      <div class=\"unit-body\">\r\n\r\n        <h3>Strategic Planning Definition<\/h3>\r\n        <p>Process of defining organization's direction and making decisions on allocating resources to pursue strategy.<\/p>\r\n\r\n        <h3>Strategic Planning Components<\/h3>\r\n        <ul>\r\n          <li><strong>Mission:<\/strong> Why company exists, fundamental purpose<\/li>\r\n          <li><strong>Vision:<\/strong> Where company wants to be in future<\/li>\r\n          <li><strong>Values:<\/strong> Beliefs and principles guiding decisions<\/li>\r\n          <li><strong>Objectives:<\/strong> Specific measurable goals<\/li>\r\n          <li><strong>Strategies:<\/strong> How to achieve objectives<\/li>\r\n        <\/ul>\r\n\r\n        <h3>SWOT Analysis<\/h3>\r\n        <table class=\"data-table\">\r\n          <thead>\r\n            <tr><th>Factor<\/th><th>Internal<\/th><th>External<\/th><\/tr>\r\n          <\/thead>\r\n          <tbody>\r\n            <tr><td>Positive<\/td><td>Strengths (resources, skills)<\/td><td>Opportunities (market growth)<\/td><\/tr>\r\n            <tr><td>Negative<\/td><td>Weaknesses (limitations)<\/td><td>Threats (competition, economy)<\/td><\/tr>\r\n          <\/tbody>\r\n        <\/table>\r\n\r\n        <h3>Porter's Five Forces<\/h3>\r\n        <table class=\"data-table\">\r\n          <thead>\r\n            <tr><th>Force<\/th><th>Impact<\/th><\/tr>\r\n          <\/thead>\r\n          <tbody>\r\n            <tr><td>Buyer power<\/td><td>Customers' ability to negotiate<\/td><\/tr>\r\n            <tr><td>Supplier power<\/td><td>Suppliers' influence on prices<\/td><\/tr>\r\n            <tr><td>Competitor rivalry<\/td><td>Competition intensity<\/td><\/tr>\r\n            <tr><td>Threat of entry<\/td><td>New competitors entering market<\/td><\/tr>\r\n            <tr><td>Threat of substitutes<\/td><td>Alternative products<\/td><\/tr>\r\n          <\/tbody>\r\n        <\/table>\r\n\r\n        <h3>Competitive Strategies<\/h3>\r\n        <ul>\r\n          <li><strong>Cost Leadership:<\/strong> Lowest price (Walmart)<\/li>\r\n          <li><strong>Differentiation:<\/strong> Unique product (Apple)<\/li>\r\n          <li><strong>Focus:<\/strong> Specific market segment<\/li>\r\n        <\/ul>\r\n\r\n        <div class=\"practice\"><strong>\u270f\ufe0f Practice:<\/strong> Conduct SWOT analysis for real company<\/div>\r\n      <\/div>\r\n    <\/div>\r\n\r\n    <!-- UNIT 4 -->\r\n    <div class=\"unit\" id=\"unit-4\">\r\n      <div class=\"unit-header\">\r\n        <div class=\"unit-num-badge\">Unit 4<\/div>\r\n        <h2>Organizational Structure<\/h2>\r\n        <p>Design and Hierarchy<\/p>\r\n      <\/div>\r\n      <div class=\"unit-body\">\r\n\r\n        <h3>Organizational Structure Definition<\/h3>\r\n        <p>Framework showing hierarchy of authority, responsibilities, and relationships among different organizational units.<\/p>\r\n\r\n        <h3>Types of Structures<\/h3>\r\n        <table class=\"data-table\">\r\n          <thead>\r\n            <tr><th>Type<\/th><th>Structure<\/th><th>Best For<\/th><\/tr>\r\n          <\/thead>\r\n          <tbody>\r\n            <tr><td>Functional<\/td><td>Grouped by function (Sales, HR, Finance)<\/td><td>Small to medium companies<\/td><\/tr>\r\n            <tr><td>Divisional<\/td><td>Grouped by product\/market<\/td><td>Large corporations<\/td><\/tr>\r\n            <tr><td>Matrix<\/td><td>Combination of functional and divisional<\/td><td>Project-based organizations<\/td><\/tr>\r\n            <tr><td>Flat<\/td><td>Minimal hierarchy levels<\/td><td>Startups, tech companies<\/td><\/tr>\r\n          <\/tbody>\r\n        <\/table>\r\n\r\n        <h3>Key Organizational Concepts<\/h3>\r\n        <ul>\r\n          <li><strong>Span of Control:<\/strong> Number of employees one manager supervises<\/li>\r\n          <li><strong>Chain of Command:<\/strong> Line of authority from top to bottom<\/li>\r\n          <li><strong>Authority:<\/strong> Right to make decisions<\/li>\r\n          <li><strong>Responsibility:<\/strong> Obligation to perform duties<\/li>\r\n          <li><strong>Delegation:<\/strong> Assigning tasks to subordinates<\/li>\r\n        <\/ul>\r\n\r\n        <h3>Centralization vs Decentralization<\/h3>\r\n        <table class=\"data-table\">\r\n          <thead>\r\n            <tr><th>Aspect<\/th><th>Centralized<\/th><th>Decentralized<\/th><\/tr>\r\n          <\/thead>\r\n          <tbody>\r\n            <tr><td>Decision-making<\/td><td>Top management<\/td><td>All levels<\/td><\/tr>\r\n            <tr><td>Control<\/td><td>Tight control<\/td><td>Flexible<\/td><\/tr>\r\n            <tr><td>Speed<\/td><td>Slower decisions<\/td><td>Faster decisions<\/td><\/tr>\r\n            <tr><td>Innovation<\/td><td>Limited<\/td><td>Encouraged<\/td><\/tr>\r\n          <\/tbody>\r\n        <\/table>\r\n\r\n        <div class=\"practice\"><strong>\u270f\ufe0f Practice:<\/strong> Design organizational structure for new company<\/div>\r\n      <\/div>\r\n    <\/div>\r\n\r\n    <!-- UNIT 5 -->\r\n    <div class=\"unit\" id=\"unit-5\">\r\n      <div class=\"unit-header\">\r\n        <div class=\"unit-num-badge\">Unit 5<\/div>\r\n        <h2>Human Resource Management<\/h2>\r\n        <p>Managing People as Competitive Advantage<\/p>\r\n      <\/div>\r\n      <div class=\"unit-body\">\r\n\r\n        <h3>HRM Definition<\/h3>\r\n        <p><strong>HRM<\/strong> strategic approach to managing employees to achieve organizational goals and create competitive advantage.<\/p>\r\n\r\n        <h3>HRM Functions<\/h3>\r\n        <table class=\"data-table\">\r\n          <thead>\r\n            <tr><th>Function<\/th><th>Activity<\/th><th>Outcome<\/th><\/tr>\r\n          <\/thead>\r\n          <tbody>\r\n            <tr><td>Recruitment<\/td><td>Find qualified candidates<\/td><td>Talent pool<\/td><\/tr>\r\n            <tr><td>Selection<\/td><td>Hire best fit<\/td><td>New employees<\/td><\/tr>\r\n            <tr><td>Training<\/td><td>Develop skills<\/td><td>Competent workforce<\/td><\/tr>\r\n            <tr><td>Compensation<\/td><td>Fair pay and benefits<\/td><td>Motivated employees<\/td><\/tr>\r\n            <tr><td>Performance<\/td><td>Evaluate contribution<\/td><td>Accountability<\/td><\/tr>\r\n          <\/tbody>\r\n        <\/table>\r\n\r\n        <h3>Recruitment Process<\/h3>\r\n        <div class=\"code-block\"><pre>Step 1: Identify job requirements\r\nStep 2: Source candidates (job boards, referrals)\r\nStep 3: Screen applications\r\nStep 4: Interview candidates\r\nStep 5: Check references\r\nStep 6: Make offer\r\nStep 7: Onboard new employee<\/pre><\/div>\r\n\r\n        <h3>Motivation Theories<\/h3>\r\n        <ul>\r\n          <li><strong>Maslow's Hierarchy:<\/strong> Physiological \u2192 Safety \u2192 Social \u2192 Esteem \u2192 Self-actualization<\/li>\r\n          <li><strong>Herzberg:<\/strong> Hygiene factors vs Motivators<\/li>\r\n          <li><strong>McGregor:<\/strong> Theory X (control) vs Theory Y (empowerment)<\/li>\r\n        <\/ul>\r\n\r\n        <h3>Employee Retention<\/h3>\r\n        <ul>\r\n          <li>Competitive compensation<\/li>\r\n          <li>Career development opportunities<\/li>\r\n          <li>Positive work environment<\/li>\r\n          <li>Recognition and appreciation<\/li>\r\n          <li>Work-life balance<\/li>\r\n        <\/ul>\r\n\r\n        <div class=\"practice\"><strong>\u270f\ufe0f Practice:<\/strong> Design recruitment strategy for position<\/div>\r\n      <\/div>\r\n    <\/div>\r\n\r\n    <!-- UNIT 6 -->\r\n    <div class=\"unit\" id=\"unit-6\">\r\n      <div class=\"unit-header\">\r\n        <div class=\"unit-num-badge\">Unit 6<\/div>\r\n        <h2>Leadership<\/h2>\r\n        <p>Influencing and Inspiring People<\/p>\r\n      <\/div>\r\n      <div class=\"unit-body\">\r\n\r\n        <h3>Leadership Definition<\/h3>\r\n        <p>Process of influencing, motivating, and directing individuals or groups toward organizational goals.<\/p>\r\n\r\n        <h3>Leadership Styles<\/h3>\r\n        <table class=\"data-table\">\r\n          <thead>\r\n            <tr><th>Style<\/th><th>Approach<\/th><th>Best When<\/th><\/tr>\r\n          <\/thead>\r\n          <tbody>\r\n            <tr><td>Autocratic<\/td><td>Leader decides, others follow<\/td><td>Crisis situations<\/td><\/tr>\r\n            <tr><td>Democratic<\/td><td>Leader involves team in decisions<\/td><td>Creative work<\/td><\/tr>\r\n            <tr><td>Laissez-faire<\/td><td>Leader gives freedom to team<\/td><td>Experienced team<\/td><\/tr>\r\n            <tr><td>Servant<\/td><td>Leader serves team interests<\/td><td>Building trust<\/td><\/tr>\r\n          <\/tbody>\r\n        <\/table>\r\n\r\n        <h3>Leadership Theories<\/h3>\r\n        <ul>\r\n          <li><strong>Trait Theory:<\/strong> Leaders born with certain traits<\/li>\r\n          <li><strong>Behavioral:<\/strong> Leaders made through learning<\/li>\r\n          <li><strong>Situational:<\/strong> Adapt style to situation<\/li>\r\n          <li><strong>Transformational:<\/strong> Inspire and transform team<\/li>\r\n        <\/ul>\r\n\r\n        <h3>Emotional Intelligence in Leadership<\/h3>\r\n        <ul>\r\n          <li><strong>Self-awareness:<\/strong> Understand own emotions<\/li>\r\n          <li><strong>Self-regulation:<\/strong> Control emotions<\/li>\r\n          <li><strong>Empathy:<\/strong> Understand others' emotions<\/li>\r\n          <li><strong>Social skills:<\/strong> Build relationships<\/li>\r\n        <\/ul>\r\n\r\n        <h3>Conflict Resolution<\/h3>\r\n        <div class=\"code-block\"><pre>5 Approaches to Conflict:\r\n\r\n1. Competing: Win-lose, power\r\n2. Avoiding: Ignore conflict, lose-lose\r\n3. Accommodating: Give in, lose-win\r\n4. Compromising: Both give up something\r\n5. Collaborating: Win-win solution (BEST)<\/pre><\/div>\r\n\r\n        <div class=\"practice\"><strong>\u270f\ufe0f Practice:<\/strong> Analyze leadership styles in case study<\/div>\r\n      <\/div>\r\n    <\/div>\r\n\r\n    <!-- UNIT 7 -->\r\n    <div class=\"unit\" id=\"unit-7\">\r\n      <div class=\"unit-header\">\r\n        <div class=\"unit-num-badge\">Unit 7<\/div>\r\n        <h2>Organizational Communication<\/h2>\r\n        <p>Information Flow and Understanding<\/p>\r\n      <\/div>\r\n      <div class=\"unit-body\">\r\n\r\n        <h3>Communication Definition<\/h3>\r\n        <p>Exchange of information and understanding between sender and receiver through common symbols.<\/p>\r\n\r\n        <h3>Communication Process<\/h3>\r\n        <div class=\"code-block\"><pre>Sender \u2192 Encoding \u2192 Message \u2192 Channel \u2192 Receiver \u2192 Decoding\r\n                                              \u2193\r\n                                           Feedback<\/pre><\/div>\r\n\r\n        <h3>Organizational Communication Types<\/h3>\r\n        <table class=\"data-table\">\r\n          <thead>\r\n            <tr><th>Type<\/th><th>Direction<\/th><th>Example<\/th><\/tr>\r\n          <\/thead>\r\n          <tbody>\r\n            <tr><td>Downward<\/td><td>Top to bottom<\/td><td>Policies, procedures<\/td><\/tr>\r\n            <tr><td>Upward<\/td><td>Bottom to top<\/td><td>Feedback, suggestions<\/td><\/tr>\r\n            <tr><td>Horizontal<\/td><td>Same level<\/td><td>Peer collaboration<\/td><\/tr>\r\n            <tr><td>Diagonal<\/td><td>Different levels, departments<\/td><td>Cross-functional<\/td><\/tr>\r\n          <\/tbody>\r\n        <\/table>\r\n\r\n        <h3>Communication Barriers<\/h3>\r\n        <ul>\r\n          <li><strong>Technical:<\/strong> Poor equipment, noise<\/li>\r\n          <li><strong>Semantic:<\/strong> Words mean different things<\/li>\r\n          <li><strong>Organizational:<\/strong> Hierarchy, status differences<\/li>\r\n          <li><strong>Personal:<\/strong> Attitudes, prejudices, emotions<\/li>\r\n        <\/ul>\r\n\r\n        <h3>Effective Communication Skills<\/h3>\r\n        <ul>\r\n          <li>Active listening<\/li>\r\n          <li>Clear, concise messaging<\/li>\r\n          <li>Appropriate channel selection<\/li>\r\n          <li>Feedback seeking<\/li>\r\n          <li>Nonverbal awareness<\/li>\r\n        <\/ul>\r\n\r\n        <div class=\"practice\"><strong>\u270f\ufe0f Practice:<\/strong> Develop communication plan for organizational change<\/div>\r\n      <\/div>\r\n    <\/div>\r\n\r\n    <!-- UNIT 8 -->\r\n    <div class=\"unit\" id=\"unit-8\">\r\n      <div class=\"unit-header\">\r\n        <div class=\"unit-num-badge\">Unit 8<\/div>\r\n        <h2>Control and Performance<\/h2>\r\n        <p>Monitoring and Ensuring Results<\/p>\r\n      <\/div>\r\n      <div class=\"unit-body\">\r\n\r\n        <h3>Control Definition<\/h3>\r\n        <p>Process of monitoring activities, comparing results with standards, and taking corrective action when necessary.<\/p>\r\n\r\n        <h3>Control Process<\/h3>\r\n        <div class=\"code-block\"><pre>Step 1: Set performance standards\r\nStep 2: Measure actual performance\r\nStep 3: Compare actual vs standard\r\nStep 4: Analyze deviations\r\nStep 5: Take corrective action\r\nStep 6: Evaluate effectiveness<\/pre><\/div>\r\n\r\n        <h3>Types of Control<\/h3>\r\n        <table class=\"data-table\">\r\n          <thead>\r\n            <tr><th>Type<\/th><th>Timing<\/th><th>Focus<\/th><\/tr>\r\n          <\/thead>\r\n          <tbody>\r\n            <tr><td>Preventive<\/td><td>Before activity<\/td><td>Prevent problems<\/td><\/tr>\r\n            <tr><td>Concurrent<\/td><td>During activity<\/td><td>Real-time adjustment<\/td><\/tr>\r\n            <tr><td>Feedback<\/td><td>After activity<\/td><td>Learn and improve<\/td><\/tr>\r\n          <\/tbody>\r\n        <\/table>\r\n\r\n        <h3>Performance Measurement<\/h3>\r\n        <ul>\r\n          <li><strong>KPIs:<\/strong> Key Performance Indicators track progress<\/li>\r\n          <li><strong>Balanced Scorecard:<\/strong> Multiple perspectives<\/li>\r\n          <li><strong>Benchmarking:<\/strong> Compare with competitors<\/li>\r\n        <\/ul>\r\n\r\n        <h3>Balanced Scorecard Perspectives<\/h3>\r\n        <ul>\r\n          <li><strong>Financial:<\/strong> Revenue, profit, ROI<\/li>\r\n          <li><strong>Customer:<\/strong> Satisfaction, retention<\/li>\r\n          <li><strong>Internal Process:<\/strong> Efficiency, quality<\/li>\r\n          <li><strong>Learning & Growth:<\/strong> Innovation, employee development<\/li>\r\n        <\/ul>\r\n\r\n        <div class=\"practice\"><strong>\u270f\ufe0f Practice:<\/strong> Develop balanced scorecard for department<\/div>\r\n      <\/div>\r\n    <\/div>\r\n\r\n    <!-- UNIT 9 -->\r\n    <div class=\"unit\" id=\"unit-9\">\r\n      <div class=\"unit-header\">\r\n        <div class=\"unit-num-badge\">Unit 9<\/div>\r\n        <h2>Strategic Implementation<\/h2>\r\n        <p>Executing Strategy and Creating Value<\/p>\r\n      <\/div>\r\n      <div class=\"unit-body\">\r\n\r\n        <h3>Strategy Implementation<\/h3>\r\n        <p>Process of translating strategic plans into organizational actions and achieving desired results.<\/p>\r\n\r\n        <h3>Implementation Challenges<\/h3>\r\n        <ul>\r\n          <li>Resistance to change<\/li>\r\n          <li>Unclear communication of strategy<\/li>\r\n          <li>Resource limitations<\/li>\r\n          <li>Poor execution capability<\/li>\r\n          <li>Misalignment across departments<\/li>\r\n        <\/ul>\r\n\r\n        <h3>Change Management Process<\/h3>\r\n        <div class=\"code-block\"><pre>Step 1: Create urgency - Show need for change\r\nStep 2: Build coalition - Get key supporters\r\nStep 3: Form vision - Clear picture of future\r\nStep 4: Communicate - Explain repeatedly\r\nStep 5: Empower action - Remove obstacles\r\nStep 6: Create wins - Quick success\r\nStep 7: Consolidate - Build on momentum\r\nStep 8: Anchor - Make it permanent<\/pre><\/div>\r\n\r\n        <h3>Organizational Culture<\/h3>\r\n        <p><strong>Culture<\/strong> - Shared values, beliefs, and norms that guide behavior and decision-making.<\/p>\r\n\r\n        <h3>Building High-Performance Culture<\/h3>\r\n        <ul>\r\n          <li>Clear mission and values<\/li>\r\n          <li>Empowerment and autonomy<\/li>\r\n          <li>Accountability and recognition<\/li>\r\n          <li>Continuous learning<\/li>\r\n          <li>Collaboration and teamwork<\/li>\r\n        <\/ul>\r\n\r\n        <div class=\"practice\"><strong>\u270f\ufe0f Practice:<\/strong> Design change management plan for organization<\/div>\r\n      <\/div>\r\n    <\/div>\r\n\r\n    <!-- UNIT 10 -->\r\n    <div class=\"unit\" id=\"unit-10\">\r\n      <div class=\"unit-header\">\r\n        <div class=\"unit-num-badge\">Unit 10<\/div>\r\n        <h2>Business Ethics & Social Responsibility<\/h2>\r\n        <p>Doing Business the Right Way<\/p>\r\n      <\/div>\r\n      <div class=\"unit-body\">\r\n\r\n        <h3>Business Ethics Definition<\/h3>\r\n        <p>Principles and values that guide decision-making to distinguish right from wrong in business conduct.<\/p>\r\n\r\n        <h3>Ethical Issues in Business<\/h3>\r\n        <table class=\"data-table\">\r\n          <thead>\r\n            <tr><th>Issue<\/th><th>Example<\/th><th>Impact<\/th><\/tr>\r\n          <\/thead>\r\n          <tbody>\r\n            <tr><td>Fraud<\/td><td>Falsifying records<\/td><td>Legal penalties, loss of trust<\/td><\/tr>\r\n            <tr><td>Conflict of Interest<\/td><td>Personal benefit priority<\/td><td>Bias in decisions<\/td><\/tr>\r\n            <tr><td>Discrimination<\/td><td>Unfair hiring practices<\/td><td>Legal action, reputation<\/td><\/tr>\r\n            <tr><td>Confidentiality<\/td><td>Sharing secrets<\/td><td>Competitive disadvantage<\/td><\/tr>\r\n          <\/tbody>\r\n        <\/table>\r\n\r\n        <h3>Corporate Social Responsibility (CSR)<\/h3>\r\n        <p>Responsibility to contribute positively to society while pursuing business goals.<\/p>\r\n\r\n        <h3>CSR Areas<\/h3>\r\n        <ul>\r\n          <li><strong>Environmental:<\/strong> Sustainability, reduce pollution<\/li>\r\n          <li><strong>Social:<\/strong> Community development, education<\/li>\r\n          <li><strong>Economic:<\/strong> Fair wages, local employment<\/li>\r\n          <li><strong>Governance:<\/strong> Transparency, accountability<\/li>\r\n        <\/ul>\r\n\r\n        <h3>Ethical Decision-Making Framework<\/h3>\r\n        <div class=\"code-block\"><pre>1. Identify the ethical issue\r\n2. Gather relevant facts\r\n3. Identify stakeholders affected\r\n4. Consider alternative actions\r\n5. Evaluate consequences\r\n6. Make decision aligned with values\r\n7. Implement and monitor\r\n8. Reflect and learn<\/pre><\/div>\r\n\r\n        <h3>Stakeholder Approach<\/h3>\r\n        <ul>\r\n          <li>Shareholders (owners, investors)<\/li>\r\n          <li>Employees<\/li>\r\n          <li>Customers<\/li>\r\n          <li>Suppliers<\/li>\r\n          <li>Community<\/li>\r\n          <li>Environment<\/li>\r\n        <\/ul>\r\n\r\n        <div class=\"practice\"><strong>\u270f\ufe0f Practice:<\/strong> Analyze ethical dilemma and propose solution<\/div>\r\n      <\/div>\r\n    <\/div>\r\n\r\n    <!-- CONGRATS -->\r\n    <div class=\"congrats\">\r\n      <h2>\ud83c\udf89 Congratulations!<\/h2>\r\n      <p>You've completed Business Administration! Now become an effective leader and manager!<\/p>\r\n    <\/div>\r\n\r\n    <p style=\"text-align: center; color: var(--mid); font-size: .85rem; padding-bottom: 1rem;\">\r\n      \ud83d\udcda Pak Notes Hub \u2014 Business Administration Complete Notes | University Level | BS Commerce \/ BBA<br>\r\n      For corrections and suggestions: support@paknoteshub.com\r\n    <\/p>\r\n  <\/main>\r\n<\/div>\r\n\r\n<button id=\"back-top\" onclick=\"window.scrollTo({top:0,behavior:'smooth'})\">\u2191<\/button>\r\n\r\n<script>\r\n  const progress = document.getElementById('progress');\r\n  window.addEventListener('scroll', () => {\r\n    const scrollPercent = (window.scrollY \/ (document.documentElement.scrollHeight - window.innerHeight)) * 100;\r\n    progress.style.width = scrollPercent + '%';\r\n    document.getElementById('back-top').classList.toggle('visible', window.scrollY > 400);\r\n  });\r\n  \r\n  document.querySelectorAll('.unit').forEach(unit => {\r\n    const observer = new IntersectionObserver(entries => {\r\n      entries.forEach(entry => {\r\n        if(entry.isIntersecting) {\r\n          const id = entry.target.id;\r\n          document.querySelectorAll('.toc-list a').forEach(a => {\r\n            a.classList.toggle('active', a.href.endsWith(id));\r\n          });\r\n        }\r\n      });\r\n    }, { rootMargin: '-20% 0px -70% 0px' });\r\n    observer.observe(unit);\r\n  });\r\n<\/script>\r\n<\/body>\r\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Business Administration \u2013 University Level \u2013 Pak Notes Hub Pak Notes Hub Basics Planning Leadership \ud83c\udfe2 University Level \u2014 BS Commerce \/ BBA Business AdministrationComplete Notes Management \u00b7 Planning \u00b7 Organization \u00b7 Leadership \u00b7 Control \u00b7 Strategic Management \u00b7 All in Easy Urdu\/English Management Functions Organizational Structure Strategic Planning \ud83d\udcda Table of Contents 1 Basics [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_angie_page":false,"footnotes":""},"class_list":["post-551","page","type-page","status-publish","hentry"],"_hostinger_reach_plugin_has_subscription_block":false,"_hostinger_reach_plugin_is_elementor":false,"_links":{"self":[{"href":"https:\/\/paknoteshub.online\/index.php?rest_route=\/wp\/v2\/pages\/551","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/paknoteshub.online\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/paknoteshub.online\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/paknoteshub.online\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/paknoteshub.online\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=551"}],"version-history":[{"count":4,"href":"https:\/\/paknoteshub.online\/index.php?rest_route=\/wp\/v2\/pages\/551\/revisions"}],"predecessor-version":[{"id":555,"href":"https:\/\/paknoteshub.online\/index.php?rest_route=\/wp\/v2\/pages\/551\/revisions\/555"}],"wp:attachment":[{"href":"https:\/\/paknoteshub.online\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=551"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}