Compare commits

...

43 Commits

Author SHA1 Message Date
hyzen
360d7faf0a Update: QNA BO 2026-06-30 22:13:20 +05:30
hyzen
6c7ecaeb37 Update: QNA BO 2026-06-30 21:45:47 +05:30
hyzen
bdc255a4cb Update: QNA PBM 2026-06-30 00:37:11 +05:30
hyzen
ff4137194e Update: QNA PBM 2026-06-29 21:15:07 +05:30
hyzen
af6f52cdcf Update: QNA ET 2026-06-28 17:10:37 +05:30
hyzen
b4b4e119a8 Update: QNA ET 2026-06-28 16:28:27 +05:30
hyzen
b1a95d63db Update: QNA ET 2026-06-27 23:55:44 +05:30
hyzen
88a851d2f8 Update: QNA ET 2026-06-27 21:42:29 +05:30
hyzen
e7de2ff474 Update: QNA BO 2026-06-27 15:06:10 +05:30
hyzen
f4ec54671a Update: QNA BO 2026-06-27 13:40:30 +05:30
hyzen
3c3c2c64b9 Update: QNA ET 2026-06-27 13:03:27 +05:30
hyzen
8a4ad4ed77 Update: comment styling 2026-06-27 00:06:10 +05:30
hyzen
0d90c97123 Update: character escape 2026-06-26 16:55:23 +05:30
hyzen
ee2f4c4114 Fix: comment post_id fix 2026-06-26 16:42:43 +05:30
hyzen
b396a8e2b0 Update: comment styling 2026-06-26 16:06:02 +05:30
hyzen
144322a93c Update: QNA BO and PBM 2026-06-24 23:57:11 +05:30
hyzen
0c54e425b0 Update: email, xmpp services urls 2026-06-24 13:39:32 +05:30
hyzen
28429ac45b Update: comment styling 2026-06-24 13:22:03 +05:30
hyzen
d058e475bc Update: QNA BO 2026-06-22 23:58:09 +05:30
hyzen
73403df886 Update: QNA PBM 2026-06-22 22:47:02 +05:30
hyzen
0076fb76f3 Update: comment section styling 2026-06-22 17:14:23 +05:30
hyzen
a372c2856a Fix: services summaries 2026-06-21 13:30:07 +05:30
hyzen
24b55a9188 Fix: services having summary for feed readers 2026-06-21 03:56:33 +05:30
hyzen
83dda6e904 Fix: remove hash anchor html level 2026-06-21 03:43:54 +05:30
hyzen
7f3d8405fe Fix: hide hash anchor 2026-06-21 03:27:43 +05:30
hyzen
922c89e504 Fix: rss feed 2026-06-21 03:13:24 +05:30
hyzen
88b1fef9f8 Update: changelog 2026-06-21 02:38:06 +05:30
hyzen
7096930f4d Fix: email and xmpp page 2026-06-21 02:32:06 +05:30
hyzen
31911849f7 Update: email and xmpp page 2026-06-21 01:50:07 +05:30
hyzen
33dc2e8001 Fix: QNA BO 2026-06-21 01:31:58 +05:30
hyzen
35f1ce2a6a Fix: rss feed 2026-06-21 01:29:09 +05:30
hyzen
fd88efaeee Update: QNA BO 2026-06-21 01:25:37 +05:30
hyzen
74cf7505ef Fix: table colors 2026-06-20 19:36:35 +05:30
hyzen
d4efc8e853 Fix: QNA PBM 2026-06-20 19:30:29 +05:30
hyzen
ab40e7ac89 Fix: rss feed not to track admin/uninotes 2026-06-20 19:29:05 +05:30
hyzen
b46e1aaa1c Update: QNA PBM 2026-06-20 19:21:55 +05:30
hyzen
0eba1fdf7a Update: QNA PBM 2026-06-20 19:18:43 +05:30
hyzen
11859fb687 Add: QNA PBM 2026-06-20 19:10:32 +05:30
hyzen
8489df8c73 Fix: QNA 2026-06-20 12:10:27 +05:30
hyzen
a29cb0e570 Add: QNA 2026-06-20 11:56:16 +05:30
hyzen
cf781ee56b Fix: admin panel joined date 2026-06-19 19:01:48 +05:30
hyzen
60ab02dce2 Fix: show lowercase xmpp id 2026-06-19 17:44:08 +05:30
hyzen
c3410c742b Fix: admin warning messages 2026-06-14 15:49:41 +05:30
84 changed files with 9917 additions and 2292 deletions

View File

@@ -2,6 +2,9 @@
title: "Changelog" title: "Changelog"
--- ---
[21-06-2026]
- ***Update: Email and XMPP pages.***
[13-06-2026] [13-06-2026]
- ***Add: Terms and Conditions, Privacy Policy.*** - ***Add: Terms and Conditions, Privacy Policy.***
- ***Add: Backend repository link.*** - ***Add: Backend repository link.***

View File

@@ -3,17 +3,18 @@ draft = false
title = 'Email' title = 'Email'
weight = 1 weight = 1
registration-needed = true registration-needed = true
summary = 'Get a private email account.'
+++ +++
<div id="email-loggedin" style="display:none"> <div id="email-loggedin" style="display:none">
<p><strong>Email ID:</strong> <span id="email-address"></span></p> <p><strong>Email ID:</strong> <span id="email-address"></span></p>
<p><strong>Password:</strong> Use the same password that you used during registration.</p> <p><strong>Password:</strong> Use the same password that you used during registration.</p>
</div> </div>
<div id="email-loggedout" style="display:none"> <div id="email-loggedout" style="display:none">
<p>Please <a href="/signup/">sign up</a> to create an email account.</p> <p>Big corporate email providers read and scan every message that passes through their servers. Your emails become training data and ad-targeting fuel.</p>
<p>We provide this service because email privacy shouldn't be a premium feature, it should be the default! Your emails here aren't mined or sold. They aren't anyone's business but yours.</p>
<p>Please <a href="/signup/">sign up</a> to have an email account.</p>
</div> </div>
<script> <script>
(function () { (function () {
var username = localStorage.getItem('f4_username'); var username = localStorage.getItem('f4_username');

View File

@@ -1,27 +0,0 @@
+++
draft = false
title = 'XMPP'
weight = 2
registration-needed = true
+++
<div id="xmpp-loggedin" style="display:none">
<p><strong>JID:</strong> <span id="xmpp-jid"></span></p>
<p><strong>Password:</strong> Use the same password that you used during registration.</p>
</div>
<div id="xmpp-loggedout" style="display:none">
<p>Please <a href="/signup/">sign up</a> to create an XMPP account.</p>
</div>
<script>
(function () {
var username = localStorage.getItem('f4_username');
if (username) {
document.getElementById('xmpp-jid').textContent = username + '@freedoms4.org';
document.getElementById('xmpp-loggedin').style.display = '';
} else {
document.getElementById('xmpp-loggedout').style.display = '';
}
})();
</script>

28
content/services/xmpp.md Normal file
View File

@@ -0,0 +1,28 @@
+++
draft = false
title = 'XMPP'
weight = 2
registration-needed = true
summary = 'Get an XMPP account.'
+++
<div id="xmpp-loggedin" style="display:none">
<p><strong>JID:</strong> <span id="xmpp-jid"></span></p>
<p><strong>Password:</strong> Use the same password that you used during registration.</p>
</div>
<div id="xmpp-loggedout" style="display:none">
<p>XMPP has been around since 1999, originally called Jabber. It was built as an open and decentralized protocol so that anyone could run their own server and still talk to people on other servers. It works in the same way email works across providers.</p>
<p>No ads reading your conversations, no algorithm deciding who sees what, no single corporation owning the network or able to shut it off. Just an open standard that's outlasted most of the modern chat apps that came after it.</p>
<p>Please <a href="/signup/">sign up</a> to have an XMPP account.</p>
</div>
<script>
(function () {
var username = localStorage.getItem('f4_username');
if (username) {
document.getElementById('xmpp-jid').textContent = username.toLowerCase() + '@freedoms4.org';
document.getElementById('xmpp-loggedin').style.display = '';
} else {
document.getElementById('xmpp-loggedout').style.display = '';
}
})();
</script>

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,23 @@
+++
draft = false
semester = ['S1']
subjectcode = ['GE DCM1106']
unit = 'QNA'
title = 'GE DCM1106 QNA'
toc = true
url = '/uninotes/s1/ge-dcm1106/qna/'
+++
### ***June 24, 2026***
### Model Question Paper 5 Marks (200-250 words)
**1. Discuss the difference between entrepreneurship and intrapreneurship.**
**Ans.**
### Questions from Previous Year Question Papers 10 Marks
### Unit 1 Long Answer (400-500 words)
### Unit 1 Short Answer

File diff suppressed because it is too large Load Diff

View File

@@ -9,6 +9,6 @@ All updates
</button> </button>
<button class=rss-subscribe__item data-rss-url=https://freedoms4.org/blog/index.xml> <button class=rss-subscribe__item data-rss-url=https://freedoms4.org/blog/index.xml>
Blog posts</button></div></div></div></div><nav class="menu language"><ul class="menu__list language__list"><li class=menu__item><a class=menu__link href=/>Home</a></li><li class=menu__item><a class=menu__link href=/blog/>Blog</a></li><li class=menu__item><a class=menu__link href=/services/>Services</a></li><li class=menu__item><a class=menu__link href=/uninotes/>UniNotes</a></li><li class=menu__item><a class=menu__link href=/contact/>Contact</a></li></ul></nav></header><main class=main><div id=admin-gate style=display:none><p>You do not have permission to access this page.</p></div><div id=admin-panel style=display:none><h1>User Management</h1><label class=admin-search for=admin-user-search><span class=admin-search__label>Search users</span> Blog posts</button></div></div></div></div><nav class="menu language"><ul class="menu__list language__list"><li class=menu__item><a class=menu__link href=/>Home</a></li><li class=menu__item><a class=menu__link href=/blog/>Blog</a></li><li class=menu__item><a class=menu__link href=/services/>Services</a></li><li class=menu__item><a class=menu__link href=/uninotes/>UniNotes</a></li><li class=menu__item><a class=menu__link href=/contact/>Contact</a></li></ul></nav></header><main class=main><div id=admin-gate style=display:none><p>You do not have permission to access this page.</p></div><div id=admin-panel style=display:none><h1>User Management</h1><label class=admin-search for=admin-user-search><span class=admin-search__label>Search users</span>
<input id=admin-user-search class=admin-search__input type=search placeholder="Search by username or email" autocomplete=off></label><div id=admin-msg class=auth-message style=display:none aria-live=polite></div><div id=admin-table-wrap></div></div><script>(function(){var r="https://backend.freedoms4.org/admin.php",l=localStorage.getItem("f4_username"),u=document.getElementById("admin-gate"),d=document.getElementById("admin-panel"),s=document.getElementById("admin-msg"),e=document.getElementById("admin-table-wrap"),a=document.getElementById("admin-user-search"),t=[];if(l!=="hyzen"){u.style.display="";return}d.style.display="";function i(e,t){s.textContent=e,s.className="auth-message auth-message--"+t,s.style.display="block",setTimeout(function(){s.style.display="none"},3e3)}function n(e){return String(e).replace(/&/g,"&amp;").replace(/</g,"&lt;").replace(/>/g,"&gt;")}function h(s){if(!s.length){e.innerHTML="<p>No matching users found.</p>";return}var a='<table class="admin-table"><tbody><tr class="admin-table__header"><th>#</th><th>Username</th><th>Email</th><th>Joined</th><th>Status</th><th>Actions</th></tr>';function l(e){var s=new Date(e.created_at).toLocaleDateString(),t=e.blocked===!0||e.blocked==="t"||e.blocked==="1",o=t?'<span class="admin-badge admin-badge--blocked">Blocked</span>':'<span class="admin-badge admin-badge--active">Active</span>',i=t?'<button class="admin-btn admin-btn--unblock" data-id="'+e.id+'" data-action="unblock_user">Unblock</button>':'<button class="admin-btn admin-btn--block" data-id="'+e.id+'" data-action="block_user">Block</button>',a='<button class="admin-btn admin-btn--delete" data-id="'+e.id+'" data-username="'+n(e.username)+'" data-action="delete_user">Delete Records</button>';return'<tr id="user-row-'+e.id+'"><td>'+e.id+"</td><td>"+n(e.username)+"</td><td>"+n(e.email)+"</td><td>"+s+"</td><td>"+o+'</td><td class="admin-actions">'+i+" "+a+"</td></tr>"}s.forEach(function(e){a+=l(e)}),a+="</tbody></table>",e.innerHTML=a,e.querySelectorAll("[data-action]").forEach(function(e){e.addEventListener("click",function(){var n=e.dataset.action,s=parseInt(e.dataset.id,10),a=e.dataset.username||"";if(n==="delete_user"){if(!confirm('Permanently delete user "'+a+'"? This cannot be undone.'))return}else if(n==="block_user"&&!confirm("This will permanently delete the user's email history and cannot be undone"))return;e.disabled=!0,fetch(r,{method:"POST",headers:{"Content-Type":"application/json"},credentials:"include",body:JSON.stringify({action:n,user_id:s})}).then(function(e){return e.json()}).then(function(a){a.success?n==="delete_user"?(t=t.filter(function(e){return Number(e.id)!==s}),o(),i("User deleted.","success")):c():(i(a.message||"Action failed.","error"),e.disabled=!1)}).catch(function(){i("Network error.","error"),e.disabled=!1})})})}function c(){e.innerHTML="<p>Loading&hellip;</p>",fetch(r+"?action=list_users",{credentials:"include"}).then(function(e){return e.json()}).then(function(s){s.success?(t=s.users,o()):e.innerHTML='<p class="admin-error">'+n(s.message||"Failed to load users.")+"</p>"}).catch(function(){e.innerHTML='<p class="admin-error">Network error.</p>'})}function o(){var e=a.value.trim().toLowerCase(),n=t.filter(function(t){return t.username!==l&&(!e||String(t.username).toLowerCase().includes(e)||String(t.email).toLowerCase().includes(e))});h(n)}a.addEventListener("input",o),c()})()</script></main><footer class=footer><p class=footer__copyright-notice>&copy; <a href=https://freedoms4.org>freedoms4.org</a> <input id=admin-user-search class=admin-search__input type=search placeholder="Search by username or email" autocomplete=off></label><div id=admin-msg class=auth-message style=display:none aria-live=polite></div><div id=admin-table-wrap></div></div><script>(function(){var r="https://backend.freedoms4.org/admin.php",l=localStorage.getItem("f4_username"),u=document.getElementById("admin-gate"),d=document.getElementById("admin-panel"),s=document.getElementById("admin-msg"),e=document.getElementById("admin-table-wrap"),a=document.getElementById("admin-user-search"),t=[];if(l!=="hyzen"){u.style.display="";return}d.style.display="";function i(e,t){s.textContent=e,s.className="auth-message auth-message--"+t,s.style.display="block",setTimeout(function(){s.style.display="none"},3e3)}function n(e){return String(e).replace(/&/g,"&amp;").replace(/</g,"&lt;").replace(/>/g,"&gt;")}function h(s){if(!s.length){e.innerHTML="<p>No matching users found.</p>";return}var a='<table class="admin-table"><tbody><tr class="admin-table__header"><th>#</th><th>Username</th><th>Email</th><th>Joined</th><th>Status</th><th>Actions</th></tr>';function l(e){var s=new Date(e.created_at).toLocaleDateString("en-GB"),t=e.blocked===!0||e.blocked==="t"||e.blocked==="1",o=t?'<span class="admin-badge admin-badge--blocked">Blocked</span>':'<span class="admin-badge admin-badge--active">Active</span>',i=t?'<button class="admin-btn admin-btn--unblock" data-id="'+e.id+'" data-action="unblock_user">Unblock</button>':'<button class="admin-btn admin-btn--block" data-id="'+e.id+'" data-action="block_user">Block</button>',a='<button class="admin-btn admin-btn--delete" data-id="'+e.id+'" data-username="'+n(e.username)+'" data-action="delete_user">Delete Records</button>';return'<tr id="user-row-'+e.id+'"><td>'+e.id+"</td><td>"+n(e.username)+"</td><td>"+n(e.email)+"</td><td>"+s+"</td><td>"+o+'</td><td class="admin-actions">'+i+" "+a+"</td></tr>"}s.forEach(function(e){a+=l(e)}),a+="</tbody></table>",e.innerHTML=a,e.querySelectorAll("[data-action]").forEach(function(e){e.addEventListener("click",function(){var n=e.dataset.action,s=parseInt(e.dataset.id,10),a=e.dataset.username||"";if(n==="delete_user"){if(!confirm("Permanently delete user "+a+"? This cannot be undone."))return}else if(n==="block_user"&&!confirm("This will permanently delete the user's email history and cannot be undone."))return;e.disabled=!0,fetch(r,{method:"POST",headers:{"Content-Type":"application/json"},credentials:"include",body:JSON.stringify({action:n,user_id:s})}).then(function(e){return e.json()}).then(function(a){a.success?n==="delete_user"?(t=t.filter(function(e){return Number(e.id)!==s}),o(),i("User deleted.","success")):c():(i(a.message||"Action failed.","error"),e.disabled=!1)}).catch(function(){i("Network error.","error"),e.disabled=!1})})})}function c(){e.innerHTML="<p>Loading&hellip;</p>",fetch(r+"?action=list_users",{credentials:"include"}).then(function(e){return e.json()}).then(function(s){s.success?(t=s.users,o()):e.innerHTML='<p class="admin-error">'+n(s.message||"Failed to load users.")+"</p>"}).catch(function(){e.innerHTML='<p class="admin-error">Network error.</p>'})}function o(){var e=a.value.trim().toLowerCase(),n=t.filter(function(t){return t.username!==l&&(!e||String(t.username).toLowerCase().includes(e)||String(t.email).toLowerCase().includes(e))});h(n)}a.addEventListener("input",o),c()})()</script></main><footer class=footer><p class=footer__copyright-notice>&copy; <a href=https://freedoms4.org>freedoms4.org</a>
<a href=/terms/>Terms and Conditions</a> <a href=/privacy/>Privacy Policy</a> <a href=/terms/>Terms and Conditions</a> <a href=/privacy/>Privacy Policy</a>
<a href=/changelog/>Changelog</a></p><p class=footer__theme-info>Built with <a href=https://gohugo.io>Hugo</a> and based on <a href=https://github.com/CyrusYip/hugo-theme-yue>Yue</a> theme</p></footer><script>(function(){document.querySelectorAll(".menu__item").forEach(function(e){var t=e.querySelector("a");t&&t.getAttribute("href")==="/uninotes/"&&e.classList.add("menu__item--uninotes")})})()</script><script>(function(){var e=document.getElementById("theme-toggle");if(!e)return;function t(){var e=localStorage.getItem("theme");return e?e:window.matchMedia("(prefers-color-scheme: light)").matches?"light":"dark"}function n(e){document.documentElement.setAttribute("data-theme",e),localStorage.setItem("theme",e)}n(t()),e.addEventListener("click",function(){var e=document.documentElement.getAttribute("data-theme")||t();n(e==="dark"?"light":"dark")})})()</script><script>(function(){var t="https://backend.freedoms4.org/auth.php",e=localStorage.getItem("f4_username");if(!e)return;function n(e){var t,n,o,i,a,c,r=document.querySelector(".brand__auth");r&&!r.querySelector(".brand__auth-user")&&(r.classList.add("brand__auth--loggedin"),t=document.createElement("div"),t.className="brand__auth-user",n=document.createElement("button"),n.className="brand__auth-user-btn",n.setAttribute("aria-label","Account menu"),c=document.createElement("span"),c.innerHTML='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="12" height="12" fill="currentColor"><path d="M12 12c2.7 0 4.8-2.1 4.8-4.8S14.7 2.4 12 2.4 7.2 4.5 7.2 7.2 9.3 12 12 12zm0 2.4c-3.2 0-9.6 1.6-9.6 4.8v2.4h19.2v-2.4c0-3.2-6.4-4.8-9.6-4.8z"/></svg>',n.appendChild(c.firstChild),n.appendChild(document.createTextNode(" "+e)),o=document.createElement("div"),o.className="brand__auth-user-dropdown",i=document.createElement("button"),i.className="brand__auth-user-logout",i.textContent="Log Out",i.addEventListener("click",s),e==="hyzen"&&(a=document.createElement("a"),a.className="brand__auth-user-admin",a.href="/admin/",a.textContent="User Management",o.appendChild(a)),o.appendChild(i),o.appendChild(i),t.appendChild(n),t.appendChild(o),r.appendChild(t),n.addEventListener("click",function(e){e.stopPropagation(),t.classList.toggle("is-open")}),document.addEventListener("click",function(){t.classList.remove("is-open")}))}function s(){fetch(t,{method:"POST",headers:{"Content-Type":"application/json"},credentials:"include",body:JSON.stringify({action:"logout"})}).finally(function(){localStorage.removeItem("f4_username"),localStorage.removeItem("f4_login_time"),localStorage.removeItem("f4_session_fails"),window.location.reload()})}n(e)})()</script><script>(function(){var t,e=document.querySelector(".rss-subscribe");if(!e)return;t=e.querySelector(".rss-subscribe__btn"),t.addEventListener("click",function(t){t.stopPropagation(),e.classList.toggle("is-open")}),document.addEventListener("click",function(t){e.contains(t.target)||e.classList.remove("is-open")}),e.querySelectorAll(".rss-subscribe__item").forEach(function(t){t.addEventListener("click",function(n){n.stopPropagation();var s,o=t.getAttribute("data-rss-url"),a=t.textContent;function i(){t.textContent="Copied!",setTimeout(function(){t.textContent=a,e.classList.remove("is-open")},1200)}try{s=document.createElement("textarea"),s.value=o,s.style.cssText="position:fixed;top:0;left:0;opacity:0;pointer-events:none;",document.body.appendChild(s),s.focus(),s.select(),document.execCommand("copy"),document.body.removeChild(s),i()}catch{navigator.clipboard&&navigator.clipboard.writeText(o).then(i).catch(function(){t.textContent=o})}})})})()</script><script src=/js/session-check.js></script></body></html> <a href=/changelog/>Changelog</a></p><p class=footer__theme-info>Built with <a href=https://gohugo.io>Hugo</a> and based on <a href=https://github.com/CyrusYip/hugo-theme-yue>Yue</a> theme</p></footer><script>(function(){document.querySelectorAll(".menu__item").forEach(function(e){var t=e.querySelector("a");t&&t.getAttribute("href")==="/uninotes/"&&e.classList.add("menu__item--uninotes")})})()</script><script>(function(){var e=document.getElementById("theme-toggle");if(!e)return;function t(){var e=localStorage.getItem("theme");return e?e:window.matchMedia("(prefers-color-scheme: light)").matches?"light":"dark"}function n(e){document.documentElement.setAttribute("data-theme",e),localStorage.setItem("theme",e)}n(t()),e.addEventListener("click",function(){var e=document.documentElement.getAttribute("data-theme")||t();n(e==="dark"?"light":"dark")})})()</script><script>(function(){var t="https://backend.freedoms4.org/auth.php",e=localStorage.getItem("f4_username");if(!e)return;function n(e){var t,n,o,i,a,c,r=document.querySelector(".brand__auth");r&&!r.querySelector(".brand__auth-user")&&(r.classList.add("brand__auth--loggedin"),t=document.createElement("div"),t.className="brand__auth-user",n=document.createElement("button"),n.className="brand__auth-user-btn",n.setAttribute("aria-label","Account menu"),c=document.createElement("span"),c.innerHTML='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="12" height="12" fill="currentColor"><path d="M12 12c2.7 0 4.8-2.1 4.8-4.8S14.7 2.4 12 2.4 7.2 4.5 7.2 7.2 9.3 12 12 12zm0 2.4c-3.2 0-9.6 1.6-9.6 4.8v2.4h19.2v-2.4c0-3.2-6.4-4.8-9.6-4.8z"/></svg>',n.appendChild(c.firstChild),n.appendChild(document.createTextNode(" "+e)),o=document.createElement("div"),o.className="brand__auth-user-dropdown",i=document.createElement("button"),i.className="brand__auth-user-logout",i.textContent="Log Out",i.addEventListener("click",s),e==="hyzen"&&(a=document.createElement("a"),a.className="brand__auth-user-admin",a.href="/admin/",a.textContent="User Management",o.appendChild(a)),o.appendChild(i),o.appendChild(i),t.appendChild(n),t.appendChild(o),r.appendChild(t),n.addEventListener("click",function(e){e.stopPropagation(),t.classList.toggle("is-open")}),document.addEventListener("click",function(){t.classList.remove("is-open")}))}function s(){fetch(t,{method:"POST",headers:{"Content-Type":"application/json"},credentials:"include",body:JSON.stringify({action:"logout"})}).finally(function(){localStorage.removeItem("f4_username"),localStorage.removeItem("f4_login_time"),localStorage.removeItem("f4_session_fails"),window.location.reload()})}n(e)})()</script><script>(function(){var t,e=document.querySelector(".rss-subscribe");if(!e)return;t=e.querySelector(".rss-subscribe__btn"),t.addEventListener("click",function(t){t.stopPropagation(),e.classList.toggle("is-open")}),document.addEventListener("click",function(t){e.contains(t.target)||e.classList.remove("is-open")}),e.querySelectorAll(".rss-subscribe__item").forEach(function(t){t.addEventListener("click",function(n){n.stopPropagation();var s,o=t.getAttribute("data-rss-url"),a=t.textContent;function i(){t.textContent="Copied!",setTimeout(function(){t.textContent=a,e.classList.remove("is-open")},1200)}try{s=document.createElement("textarea"),s.value=o,s.style.cssText="position:fixed;top:0;left:0;opacity:0;pointer-events:none;",document.body.appendChild(s),s.focus(),s.select(),document.execCommand("copy"),document.body.removeChild(s),i()}catch{navigator.clipboard&&navigator.clipboard.writeText(o).then(i).catch(function(){t.textContent=o})}})})})()</script><script src=/js/session-check.js></script></body></html>

View File

@@ -8,7 +8,7 @@
All updates All updates
</button> </button>
<button class=rss-subscribe__item data-rss-url=https://freedoms4.org/blog/index.xml> <button class=rss-subscribe__item data-rss-url=https://freedoms4.org/blog/index.xml>
Blog posts</button></div></div></div></div><nav class="menu language"><ul class="menu__list language__list"><li class=menu__item><a class=menu__link href=/>Home</a></li><li class=menu__item><a class=menu__link href=/blog/>Blog</a></li><li class=menu__item><a class=menu__link href=/services/>Services</a></li><li class=menu__item><a class=menu__link href=/uninotes/>UniNotes</a></li><li class=menu__item><a class=menu__link href=/contact/>Contact</a></li></ul></nav></header><main class=main><nav class="uninotes-breadcrumbs breadcrumbs"><a href=/blog/>Blog</a></nav><h1>All Posts | <a href=/categories/ style=text-decoration:none;color:var(--accent-color)>Categories</a></h1><h2 class=home-post-title><a href=/blog/what-is-education/>What is Education?</a></h2><time class=published-date datetime=2026-03-01T18:11:14+00:00>Posted on: March 1, 2026</time><p class=summary>What is Education? # Education simply means “learning”. Its a natural process. Blog posts</button></div></div></div></div><nav class="menu language"><ul class="menu__list language__list"><li class=menu__item><a class=menu__link href=/>Home</a></li><li class=menu__item><a class=menu__link href=/blog/>Blog</a></li><li class=menu__item><a class=menu__link href=/services/>Services</a></li><li class=menu__item><a class=menu__link href=/uninotes/>UniNotes</a></li><li class=menu__item><a class=menu__link href=/contact/>Contact</a></li></ul></nav></header><main class=main><nav class="uninotes-breadcrumbs breadcrumbs"><a href=/blog/>Blog</a></nav><h1>All Posts | <a href=/categories/ style=text-decoration:none;color:var(--accent-color)>Categories</a></h1><h2 class=home-post-title><a href=/blog/what-is-education/>What is Education?</a></h2><time class=published-date datetime=2026-03-01T18:11:14+00:00>Posted on: March 1, 2026</time><p class=summary>What is Education? Education simply means “learning”. Its a natural process.
Ratio of components in Education: # 50% Knowledge/Understanding, 30% …</p><nav class=paginator></nav></main><footer class=footer><p class=footer__copyright-notice>&copy; <a href=https://freedoms4.org>freedoms4.org</a> Ratio of components in Education: 50% Knowledge/Understanding, 30% …</p><nav class=paginator></nav></main><footer class=footer><p class=footer__copyright-notice>&copy; <a href=https://freedoms4.org>freedoms4.org</a>
<a href=/terms/>Terms and Conditions</a> <a href=/privacy/>Privacy Policy</a> <a href=/terms/>Terms and Conditions</a> <a href=/privacy/>Privacy Policy</a>
<a href=/changelog/>Changelog</a></p><p class=footer__theme-info>Built with <a href=https://gohugo.io>Hugo</a> and based on <a href=https://github.com/CyrusYip/hugo-theme-yue>Yue</a> theme</p></footer><script>(function(){document.querySelectorAll(".menu__item").forEach(function(e){var t=e.querySelector("a");t&&t.getAttribute("href")==="/uninotes/"&&e.classList.add("menu__item--uninotes")})})()</script><script>(function(){var e=document.getElementById("theme-toggle");if(!e)return;function t(){var e=localStorage.getItem("theme");return e?e:window.matchMedia("(prefers-color-scheme: light)").matches?"light":"dark"}function n(e){document.documentElement.setAttribute("data-theme",e),localStorage.setItem("theme",e)}n(t()),e.addEventListener("click",function(){var e=document.documentElement.getAttribute("data-theme")||t();n(e==="dark"?"light":"dark")})})()</script><script>(function(){var t="https://backend.freedoms4.org/auth.php",e=localStorage.getItem("f4_username");if(!e)return;function n(e){var t,n,o,i,a,c,r=document.querySelector(".brand__auth");r&&!r.querySelector(".brand__auth-user")&&(r.classList.add("brand__auth--loggedin"),t=document.createElement("div"),t.className="brand__auth-user",n=document.createElement("button"),n.className="brand__auth-user-btn",n.setAttribute("aria-label","Account menu"),c=document.createElement("span"),c.innerHTML='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="12" height="12" fill="currentColor"><path d="M12 12c2.7 0 4.8-2.1 4.8-4.8S14.7 2.4 12 2.4 7.2 4.5 7.2 7.2 9.3 12 12 12zm0 2.4c-3.2 0-9.6 1.6-9.6 4.8v2.4h19.2v-2.4c0-3.2-6.4-4.8-9.6-4.8z"/></svg>',n.appendChild(c.firstChild),n.appendChild(document.createTextNode(" "+e)),o=document.createElement("div"),o.className="brand__auth-user-dropdown",i=document.createElement("button"),i.className="brand__auth-user-logout",i.textContent="Log Out",i.addEventListener("click",s),e==="hyzen"&&(a=document.createElement("a"),a.className="brand__auth-user-admin",a.href="/admin/",a.textContent="User Management",o.appendChild(a)),o.appendChild(i),o.appendChild(i),t.appendChild(n),t.appendChild(o),r.appendChild(t),n.addEventListener("click",function(e){e.stopPropagation(),t.classList.toggle("is-open")}),document.addEventListener("click",function(){t.classList.remove("is-open")}))}function s(){fetch(t,{method:"POST",headers:{"Content-Type":"application/json"},credentials:"include",body:JSON.stringify({action:"logout"})}).finally(function(){localStorage.removeItem("f4_username"),localStorage.removeItem("f4_login_time"),localStorage.removeItem("f4_session_fails"),window.location.reload()})}n(e)})()</script><script>(function(){var t,e=document.querySelector(".rss-subscribe");if(!e)return;t=e.querySelector(".rss-subscribe__btn"),t.addEventListener("click",function(t){t.stopPropagation(),e.classList.toggle("is-open")}),document.addEventListener("click",function(t){e.contains(t.target)||e.classList.remove("is-open")}),e.querySelectorAll(".rss-subscribe__item").forEach(function(t){t.addEventListener("click",function(n){n.stopPropagation();var s,o=t.getAttribute("data-rss-url"),a=t.textContent;function i(){t.textContent="Copied!",setTimeout(function(){t.textContent=a,e.classList.remove("is-open")},1200)}try{s=document.createElement("textarea"),s.value=o,s.style.cssText="position:fixed;top:0;left:0;opacity:0;pointer-events:none;",document.body.appendChild(s),s.focus(),s.select(),document.execCommand("copy"),document.body.removeChild(s),i()}catch{navigator.clipboard&&navigator.clipboard.writeText(o).then(i).catch(function(){t.textContent=o})}})})})()</script><script src=/js/session-check.js></script></body></html> <a href=/changelog/>Changelog</a></p><p class=footer__theme-info>Built with <a href=https://gohugo.io>Hugo</a> and based on <a href=https://github.com/CyrusYip/hugo-theme-yue>Yue</a> theme</p></footer><script>(function(){document.querySelectorAll(".menu__item").forEach(function(e){var t=e.querySelector("a");t&&t.getAttribute("href")==="/uninotes/"&&e.classList.add("menu__item--uninotes")})})()</script><script>(function(){var e=document.getElementById("theme-toggle");if(!e)return;function t(){var e=localStorage.getItem("theme");return e?e:window.matchMedia("(prefers-color-scheme: light)").matches?"light":"dark"}function n(e){document.documentElement.setAttribute("data-theme",e),localStorage.setItem("theme",e)}n(t()),e.addEventListener("click",function(){var e=document.documentElement.getAttribute("data-theme")||t();n(e==="dark"?"light":"dark")})})()</script><script>(function(){var t="https://backend.freedoms4.org/auth.php",e=localStorage.getItem("f4_username");if(!e)return;function n(e){var t,n,o,i,a,c,r=document.querySelector(".brand__auth");r&&!r.querySelector(".brand__auth-user")&&(r.classList.add("brand__auth--loggedin"),t=document.createElement("div"),t.className="brand__auth-user",n=document.createElement("button"),n.className="brand__auth-user-btn",n.setAttribute("aria-label","Account menu"),c=document.createElement("span"),c.innerHTML='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="12" height="12" fill="currentColor"><path d="M12 12c2.7 0 4.8-2.1 4.8-4.8S14.7 2.4 12 2.4 7.2 4.5 7.2 7.2 9.3 12 12 12zm0 2.4c-3.2 0-9.6 1.6-9.6 4.8v2.4h19.2v-2.4c0-3.2-6.4-4.8-9.6-4.8z"/></svg>',n.appendChild(c.firstChild),n.appendChild(document.createTextNode(" "+e)),o=document.createElement("div"),o.className="brand__auth-user-dropdown",i=document.createElement("button"),i.className="brand__auth-user-logout",i.textContent="Log Out",i.addEventListener("click",s),e==="hyzen"&&(a=document.createElement("a"),a.className="brand__auth-user-admin",a.href="/admin/",a.textContent="User Management",o.appendChild(a)),o.appendChild(i),o.appendChild(i),t.appendChild(n),t.appendChild(o),r.appendChild(t),n.addEventListener("click",function(e){e.stopPropagation(),t.classList.toggle("is-open")}),document.addEventListener("click",function(){t.classList.remove("is-open")}))}function s(){fetch(t,{method:"POST",headers:{"Content-Type":"application/json"},credentials:"include",body:JSON.stringify({action:"logout"})}).finally(function(){localStorage.removeItem("f4_username"),localStorage.removeItem("f4_login_time"),localStorage.removeItem("f4_session_fails"),window.location.reload()})}n(e)})()</script><script>(function(){var t,e=document.querySelector(".rss-subscribe");if(!e)return;t=e.querySelector(".rss-subscribe__btn"),t.addEventListener("click",function(t){t.stopPropagation(),e.classList.toggle("is-open")}),document.addEventListener("click",function(t){e.contains(t.target)||e.classList.remove("is-open")}),e.querySelectorAll(".rss-subscribe__item").forEach(function(t){t.addEventListener("click",function(n){n.stopPropagation();var s,o=t.getAttribute("data-rss-url"),a=t.textContent;function i(){t.textContent="Copied!",setTimeout(function(){t.textContent=a,e.classList.remove("is-open")},1200)}try{s=document.createElement("textarea"),s.value=o,s.style.cssText="position:fixed;top:0;left:0;opacity:0;pointer-events:none;",document.body.appendChild(s),s.focus(),s.select(),document.execCommand("copy"),document.body.removeChild(s),i()}catch{navigator.clipboard&&navigator.clipboard.writeText(o).then(i).catch(function(){t.textContent=o})}})})})()</script><script src=/js/session-check.js></script></body></html>

View File

@@ -1,21 +1,16 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Blog on Freedoms4</title><link>https://freedoms4.org/blog/</link><description>Recent blog posts on Freedoms4</description><generator>Hugo</generator><language>en-us</language><managingEditor>your-email@example.com (Freedoms4)</managingEditor><webMaster>your-email@example.com (Freedoms4)</webMaster><lastBuildDate>Sun, 01 Mar 2026 18:11:14 +0000</lastBuildDate><atom:link href="https://freedoms4.org/blog/index.xml" rel="self" type="application/rss+xml"/><item><title>What is Education?</title><link>https://freedoms4.org/blog/what-is-education/</link><pubDate>Sun, 01 Mar 2026 18:11:14 +0000</pubDate><author>your-email@example.com (Freedoms4)</author><guid>https://freedoms4.org/blog/what-is-education/</guid><description>&lt;h1 class="heading" id="what-is-education"&gt; <?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Blog on Freedoms4</title><link>https://freedoms4.org/blog/</link><description>Recent blog posts on Freedoms4</description><generator>Hugo</generator><language>en-us</language><managingEditor>your-email@example.com (Freedoms4)</managingEditor><webMaster>your-email@example.com (Freedoms4)</webMaster><lastBuildDate>Sun, 01 Mar 2026 18:11:14 +0000</lastBuildDate><atom:link href="https://freedoms4.org/blog/index.xml" rel="self" type="application/rss+xml"/><item><title>What is Education?</title><link>https://freedoms4.org/blog/what-is-education/</link><pubDate>Sun, 01 Mar 2026 18:11:14 +0000</pubDate><author>your-email@example.com (Freedoms4)</author><guid>https://freedoms4.org/blog/what-is-education/</guid><description>&lt;h1 class="heading" id="what-is-education"&gt;What is Education?&lt;/h1&gt;
What is Education?&lt;span class="heading__anchor"&gt; &lt;a href="#what-is-education"&gt;#&lt;/a&gt;&lt;/span&gt; &lt;p&gt;Education simply means &amp;ldquo;learning&amp;rdquo;. It&amp;rsquo;s a natural process.&lt;/p&gt;
&lt;/h1&gt;&lt;p&gt;Education simply means &amp;ldquo;learning&amp;rdquo;. It&amp;rsquo;s a natural process.&lt;/p&gt; &lt;h3 class="heading" id="ratio-of-components-in-education"&gt;Ratio of components in Education:&lt;/h3&gt;
&lt;h3 class="heading" id="ratio-of-components-in-education"&gt; &lt;p&gt;50% Knowledge/Understanding, 30% Skills, 20% Experience.&lt;/p&gt;
Ratio of components in Education:&lt;span class="heading__anchor"&gt; &lt;a href="#ratio-of-components-in-education"&gt;#&lt;/a&gt;&lt;/span&gt; &lt;h3 class="heading" id="education-vs-academics"&gt;Education vs Academics:&lt;/h3&gt;
&lt;/h3&gt;&lt;p&gt;50% Knowledge/Understanding, 30% Skills, 20% Experience.&lt;/p&gt; &lt;p&gt;Education and Academics are not the same thing. Academics is Education based of a curriculum and an institution. Plato discovered the word while describing his school of philosophy.&lt;/p&gt;
&lt;h3 class="heading" id="education-vs-academics"&gt; &lt;h4 class="heading" id="academics-system-has-evolved-with-time-and-got-worst-lets-see-what-the-system-has-become-nowadays"&gt;Academics system has evolved with time and got worst. Let&amp;rsquo;s see what the system has become nowadays:&lt;/h4&gt;
Education vs Academics:&lt;span class="heading__anchor"&gt; &lt;a href="#education-vs-academics"&gt;#&lt;/a&gt;&lt;/span&gt; &lt;ul&gt;
&lt;/h3&gt;&lt;p&gt;Education and Academics are not the same thing. Academics is Education based of a curriculum and an institution. Plato discovered the word while describing his school of philosophy.&lt;/p&gt;
&lt;h4 class="heading" id="academics-system-has-evolved-with-time-and-got-worst-lets-see-what-the-system-has-become-nowadays"&gt;
Academics system has evolved with time and got worst. Let&amp;rsquo;s see what the system has become nowadays:&lt;span class="heading__anchor"&gt; &lt;a href="#academics-system-has-evolved-with-time-and-got-worst-lets-see-what-the-system-has-become-nowadays"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h4&gt;&lt;ul&gt;
&lt;li&gt;Wrong ratio of knowledge, skill, experience (knowledge takes about 90%).&lt;/li&gt; &lt;li&gt;Wrong ratio of knowledge, skill, experience (knowledge takes about 90%).&lt;/li&gt;
&lt;li&gt;Generalised curriculum for all students.&lt;/li&gt; &lt;li&gt;Generalised curriculum for all students.&lt;/li&gt;
&lt;/ul&gt; &lt;/ul&gt;
&lt;h4 class="heading" id="extra-bad"&gt; &lt;h4 class="heading" id="extra-bad"&gt;Extra bad:&lt;/h4&gt;
Extra bad:&lt;span class="heading__anchor"&gt; &lt;a href="#extra-bad"&gt;#&lt;/a&gt;&lt;/span&gt; &lt;ul&gt;
&lt;/h4&gt;&lt;ul&gt;
&lt;li&gt;Goals are only bound to exams/grades, degree or certifications (year 1088), then getting jobs.&lt;/li&gt; &lt;li&gt;Goals are only bound to exams/grades, degree or certifications (year 1088), then getting jobs.&lt;/li&gt;
&lt;li&gt;Unhealthy pressure and competition for students.&lt;/li&gt; &lt;li&gt;Unhealthy pressure and competition for students.&lt;/li&gt;
&lt;li&gt;Money game.&lt;/li&gt; &lt;li&gt;Money game.&lt;/li&gt;

File diff suppressed because one or more lines are too long

View File

@@ -1,21 +1,16 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Philosophy on Freedoms4</title><link>https://freedoms4.org/categories/philosophy/</link><description>Recent content in Philosophy on Freedoms4</description><generator>Hugo</generator><language>en-us</language><managingEditor>your-email@example.com (Freedoms4)</managingEditor><webMaster>your-email@example.com (Freedoms4)</webMaster><lastBuildDate>Sun, 01 Mar 2026 18:11:14 +0000</lastBuildDate><atom:link href="https://freedoms4.org/categories/philosophy/index.xml" rel="self" type="application/rss+xml"/><item><title>What is Education?</title><link>https://freedoms4.org/blog/what-is-education/</link><pubDate>Sun, 01 Mar 2026 18:11:14 +0000</pubDate><author>your-email@example.com (Freedoms4)</author><guid>https://freedoms4.org/blog/what-is-education/</guid><description>&lt;h1 class="heading" id="what-is-education"&gt; <?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Philosophy on Freedoms4</title><link>https://freedoms4.org/categories/philosophy/</link><description>Recent content in Philosophy on Freedoms4</description><generator>Hugo</generator><language>en-us</language><managingEditor>your-email@example.com (Freedoms4)</managingEditor><webMaster>your-email@example.com (Freedoms4)</webMaster><lastBuildDate>Sun, 01 Mar 2026 18:11:14 +0000</lastBuildDate><atom:link href="https://freedoms4.org/categories/philosophy/index.xml" rel="self" type="application/rss+xml"/><item><title>What is Education?</title><link>https://freedoms4.org/blog/what-is-education/</link><pubDate>Sun, 01 Mar 2026 18:11:14 +0000</pubDate><author>your-email@example.com (Freedoms4)</author><guid>https://freedoms4.org/blog/what-is-education/</guid><description>&lt;h1 class="heading" id="what-is-education"&gt;What is Education?&lt;/h1&gt;
What is Education?&lt;span class="heading__anchor"&gt; &lt;a href="#what-is-education"&gt;#&lt;/a&gt;&lt;/span&gt; &lt;p&gt;Education simply means &amp;ldquo;learning&amp;rdquo;. It&amp;rsquo;s a natural process.&lt;/p&gt;
&lt;/h1&gt;&lt;p&gt;Education simply means &amp;ldquo;learning&amp;rdquo;. It&amp;rsquo;s a natural process.&lt;/p&gt; &lt;h3 class="heading" id="ratio-of-components-in-education"&gt;Ratio of components in Education:&lt;/h3&gt;
&lt;h3 class="heading" id="ratio-of-components-in-education"&gt; &lt;p&gt;50% Knowledge/Understanding, 30% Skills, 20% Experience.&lt;/p&gt;
Ratio of components in Education:&lt;span class="heading__anchor"&gt; &lt;a href="#ratio-of-components-in-education"&gt;#&lt;/a&gt;&lt;/span&gt; &lt;h3 class="heading" id="education-vs-academics"&gt;Education vs Academics:&lt;/h3&gt;
&lt;/h3&gt;&lt;p&gt;50% Knowledge/Understanding, 30% Skills, 20% Experience.&lt;/p&gt; &lt;p&gt;Education and Academics are not the same thing. Academics is Education based of a curriculum and an institution. Plato discovered the word while describing his school of philosophy.&lt;/p&gt;
&lt;h3 class="heading" id="education-vs-academics"&gt; &lt;h4 class="heading" id="academics-system-has-evolved-with-time-and-got-worst-lets-see-what-the-system-has-become-nowadays"&gt;Academics system has evolved with time and got worst. Let&amp;rsquo;s see what the system has become nowadays:&lt;/h4&gt;
Education vs Academics:&lt;span class="heading__anchor"&gt; &lt;a href="#education-vs-academics"&gt;#&lt;/a&gt;&lt;/span&gt; &lt;ul&gt;
&lt;/h3&gt;&lt;p&gt;Education and Academics are not the same thing. Academics is Education based of a curriculum and an institution. Plato discovered the word while describing his school of philosophy.&lt;/p&gt;
&lt;h4 class="heading" id="academics-system-has-evolved-with-time-and-got-worst-lets-see-what-the-system-has-become-nowadays"&gt;
Academics system has evolved with time and got worst. Let&amp;rsquo;s see what the system has become nowadays:&lt;span class="heading__anchor"&gt; &lt;a href="#academics-system-has-evolved-with-time-and-got-worst-lets-see-what-the-system-has-become-nowadays"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h4&gt;&lt;ul&gt;
&lt;li&gt;Wrong ratio of knowledge, skill, experience (knowledge takes about 90%).&lt;/li&gt; &lt;li&gt;Wrong ratio of knowledge, skill, experience (knowledge takes about 90%).&lt;/li&gt;
&lt;li&gt;Generalised curriculum for all students.&lt;/li&gt; &lt;li&gt;Generalised curriculum for all students.&lt;/li&gt;
&lt;/ul&gt; &lt;/ul&gt;
&lt;h4 class="heading" id="extra-bad"&gt; &lt;h4 class="heading" id="extra-bad"&gt;Extra bad:&lt;/h4&gt;
Extra bad:&lt;span class="heading__anchor"&gt; &lt;a href="#extra-bad"&gt;#&lt;/a&gt;&lt;/span&gt; &lt;ul&gt;
&lt;/h4&gt;&lt;ul&gt;
&lt;li&gt;Goals are only bound to exams/grades, degree or certifications (year 1088), then getting jobs.&lt;/li&gt; &lt;li&gt;Goals are only bound to exams/grades, degree or certifications (year 1088), then getting jobs.&lt;/li&gt;
&lt;li&gt;Unhealthy pressure and competition for students.&lt;/li&gt; &lt;li&gt;Unhealthy pressure and competition for students.&lt;/li&gt;
&lt;li&gt;Money game.&lt;/li&gt; &lt;li&gt;Money game.&lt;/li&gt;

View File

@@ -1,4 +1,5 @@
<!doctype html><html class=html lang=en-us dir=ltr><head><meta charset=utf-8><meta name=viewport content="width=device-width"><title>Changelog | Freedoms4</title><link rel=stylesheet href=/css/style.min.34d0accb85f8ec23ceee8c29eef5907823b531d8acb9e6bdf45a3b37ad028d30.css integrity="sha256-NNCsy4X47CPO7owp7vWQeCO1Mdisuea99Fo7N60CjTA=" crossorigin=anonymous><link rel=icon href=/favicon.ico><meta name=description content="[13-06-2026] <!doctype html><html class=html lang=en-us dir=ltr><head><meta charset=utf-8><meta name=viewport content="width=device-width"><title>Changelog | Freedoms4</title><link rel=stylesheet href=/css/style.min.34d0accb85f8ec23ceee8c29eef5907823b531d8acb9e6bdf45a3b37ad028d30.css integrity="sha256-NNCsy4X47CPO7owp7vWQeCO1Mdisuea99Fo7N60CjTA=" crossorigin=anonymous><link rel=icon href=/favicon.ico><meta name=description content="[21-06-2026]
Update: Email and XMPP pages. [13-06-2026]
Add: Terms and Conditions, Privacy Policy. Add: Backend repository link. [10-06-2026] Add: Terms and Conditions, Privacy Policy. Add: Backend repository link. [10-06-2026]
Add: Comments on blogposts. [08-06-2026] Add: Comments on blogposts. [08-06-2026]
Add: Email registration on the website. [07-06-2026] Add: Email registration on the website. [07-06-2026]
@@ -6,7 +7,8 @@ Add: XMPP registration on the website. [06-06-2026]
Add: OTP verification during sign up. [05-06-2026] Add: OTP verification during sign up. [05-06-2026]
Update: Buttons restructure. [04-06-2026] Update: Buttons restructure. [04-06-2026]
Add: Login/Log Out. [14-04-2026] Add: Login/Log Out. [14-04-2026]
Add: Changelog page. Remove: Year from footer copyright. "><meta property="og:url" content="https://freedoms4.org/changelog/"><meta property="og:site_name" content="Freedoms4"><meta property="og:title" content="Changelog"><meta property="og:description" content="[13-06-2026] Add: Changelog page. Remove: Year from footer copyright. "><meta property="og:url" content="https://freedoms4.org/changelog/"><meta property="og:site_name" content="Freedoms4"><meta property="og:title" content="Changelog"><meta property="og:description" content="[21-06-2026]
Update: Email and XMPP pages. [13-06-2026]
Add: Terms and Conditions, Privacy Policy. Add: Backend repository link. [10-06-2026] Add: Terms and Conditions, Privacy Policy. Add: Backend repository link. [10-06-2026]
Add: Comments on blogposts. [08-06-2026] Add: Comments on blogposts. [08-06-2026]
Add: Email registration on the website. [07-06-2026] Add: Email registration on the website. [07-06-2026]
@@ -14,7 +16,8 @@ Add: XMPP registration on the website. [06-06-2026]
Add: OTP verification during sign up. [05-06-2026] Add: OTP verification during sign up. [05-06-2026]
Update: Buttons restructure. [04-06-2026] Update: Buttons restructure. [04-06-2026]
Add: Login/Log Out. [14-04-2026] Add: Login/Log Out. [14-04-2026]
Add: Changelog page. Remove: Year from footer copyright."><meta property="og:locale" content="en_us"><meta property="og:type" content="website"><meta itemprop=name content="Changelog"><meta itemprop=description content="[13-06-2026] Add: Changelog page. Remove: Year from footer copyright."><meta property="og:locale" content="en_us"><meta property="og:type" content="website"><meta itemprop=name content="Changelog"><meta itemprop=description content="[21-06-2026]
Update: Email and XMPP pages. [13-06-2026]
Add: Terms and Conditions, Privacy Policy. Add: Backend repository link. [10-06-2026] Add: Terms and Conditions, Privacy Policy. Add: Backend repository link. [10-06-2026]
Add: Comments on blogposts. [08-06-2026] Add: Comments on blogposts. [08-06-2026]
Add: Email registration on the website. [07-06-2026] Add: Email registration on the website. [07-06-2026]
@@ -22,7 +25,7 @@ Add: XMPP registration on the website. [06-06-2026]
Add: OTP verification during sign up. [05-06-2026] Add: OTP verification during sign up. [05-06-2026]
Update: Buttons restructure. [04-06-2026] Update: Buttons restructure. [04-06-2026]
Add: Login/Log Out. [14-04-2026] Add: Login/Log Out. [14-04-2026]
Add: Changelog page. Remove: Year from footer copyright."><meta itemprop=wordCount content="54"><link rel=alternate type=application/rss+xml href=/changelog/index.xml title=Freedoms4><link rel=stylesheet href=/css/custom.css><script>(function(){var e=localStorage.getItem("theme");e&&document.documentElement.setAttribute("data-theme",e),localStorage.getItem("f4_username")==="hyzen"&&document.documentElement.classList.add("hyzen-user")})()</script><script async src=https://plausible.freedoms4.org/js/pa-5BKl0z0RLzwrclKq4y-qk.js></script><script>(window.plausible=window.plausible||function(){(plausible.q=plausible.q||[]).push(arguments)},plausible.init=plausible.init||function(e){plausible.o=e||{}}),plausible.init()</script></head><body class=body><header class=header><div class=brand><img src=/logo.png alt="Freedoms4 logo"><h1>Freedoms4</h1><div class=brand__actions><button class=theme-toggle id=theme-toggle aria-label="Toggle theme" title="Toggle dark/light mode"> Add: Changelog page. Remove: Year from footer copyright."><meta itemprop=wordCount content="60"><link rel=alternate type=application/rss+xml href=/changelog/index.xml title=Freedoms4><link rel=stylesheet href=/css/custom.css><script>(function(){var e=localStorage.getItem("theme");e&&document.documentElement.setAttribute("data-theme",e),localStorage.getItem("f4_username")==="hyzen"&&document.documentElement.classList.add("hyzen-user")})()</script><script async src=https://plausible.freedoms4.org/js/pa-5BKl0z0RLzwrclKq4y-qk.js></script><script>(window.plausible=window.plausible||function(){(plausible.q=plausible.q||[]).push(arguments)},plausible.init=plausible.init||function(e){plausible.o=e||{}}),plausible.init()</script></head><body class=body><header class=header><div class=brand><img src=/logo.png alt="Freedoms4 logo"><h1>Freedoms4</h1><div class=brand__actions><button class=theme-toggle id=theme-toggle aria-label="Toggle theme" title="Toggle dark/light mode">
<svg class="theme-toggle__sun" viewBox="0 0 24 24" width="16" height="16" fill="currentColor"><path d="M12 7c-2.76.0-5 2.24-5 5s2.24 5 5 5 5-2.24 5-5-2.24-5-5-5zM2 13h2c.55.0 1-.45 1-1s-.45-1-1-1H2c-.55.0-1 .45-1 1s.45 1 1 1zm18 0h2c.55.0 1-.45 1-1s-.45-1-1-1h-2c-.55.0-1 .45-1 1s.45 1 1 1zM11 2v2c0 .55.45 1 1 1s1-.45 1-1V2c0-.55-.45-1-1-1s-1 .45-1 1zm0 18v2c0 .55.45 1 1 1s1-.45 1-1v-2c0-.55-.45-1-1-1s-1 .45-1 1zM5.99 4.58c-.39-.39-1.03-.39-1.41.0-.39.39-.39 1.03.0 1.41l1.06 1.06c.39.39 1.03.39 1.41.0s.39-1.03.0-1.41L5.99 4.58zm12.37 12.37c-.39-.39-1.03-.39-1.41.0-.39.39-.39 1.03.0 1.41l1.06 1.06c.39.39 1.03.39 1.41.0.39-.39.39-1.03.0-1.41l-1.06-1.06zm1.06-12.37-1.06 1.06c-.39.39-.39 1.03.0 1.41s1.03.39 1.41.0l1.06-1.06c.39-.39.39-1.03.0-1.41s-1.03-.39-1.41.0zM7.05 18.36l-1.06 1.06c-.39.39-.39 1.03.0 1.41s1.03.39 1.41.0l1.06-1.06c.39-.39.39-1.03.0-1.41s-1.03-.39-1.41.0z"/></svg> <svg class="theme-toggle__sun" viewBox="0 0 24 24" width="16" height="16" fill="currentColor"><path d="M12 7c-2.76.0-5 2.24-5 5s2.24 5 5 5 5-2.24 5-5-2.24-5-5-5zM2 13h2c.55.0 1-.45 1-1s-.45-1-1-1H2c-.55.0-1 .45-1 1s.45 1 1 1zm18 0h2c.55.0 1-.45 1-1s-.45-1-1-1h-2c-.55.0-1 .45-1 1s.45 1 1 1zM11 2v2c0 .55.45 1 1 1s1-.45 1-1V2c0-.55-.45-1-1-1s-1 .45-1 1zm0 18v2c0 .55.45 1 1 1s1-.45 1-1v-2c0-.55-.45-1-1-1s-1 .45-1 1zM5.99 4.58c-.39-.39-1.03-.39-1.41.0-.39.39-.39 1.03.0 1.41l1.06 1.06c.39.39 1.03.39 1.41.0s.39-1.03.0-1.41L5.99 4.58zm12.37 12.37c-.39-.39-1.03-.39-1.41.0-.39.39-.39 1.03.0 1.41l1.06 1.06c.39.39 1.03.39 1.41.0.39-.39.39-1.03.0-1.41l-1.06-1.06zm1.06-12.37-1.06 1.06c-.39.39-.39 1.03.0 1.41s1.03.39 1.41.0l1.06-1.06c.39-.39.39-1.03.0-1.41s-1.03-.39-1.41.0zM7.05 18.36l-1.06 1.06c-.39.39-.39 1.03.0 1.41s1.03.39 1.41.0l1.06-1.06c.39-.39.39-1.03.0-1.41s-1.03-.39-1.41.0z"/></svg>
<svg class="theme-toggle__moon" viewBox="0 0 24 24" width="16" height="16" fill="currentColor"><path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"/></svg></button><div class=brand__auth><input type=checkbox id=auth-dropdown class=brand__auth-check> <svg class="theme-toggle__moon" viewBox="0 0 24 24" width="16" height="16" fill="currentColor"><path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"/></svg></button><div class=brand__auth><input type=checkbox id=auth-dropdown class=brand__auth-check>
<label class=brand__auth-toggle for=auth-dropdown tabindex=0 aria-label="Account options"><svg viewBox="0 0 24 24" width="12" height="12" fill="currentColor"><path d="M12 12c2.7.0 4.8-2.1 4.8-4.8S14.7 2.4 12 2.4 7.2 4.5 7.2 7.2 9.3 12 12 12zm0 2.4c-3.2.0-9.6 1.6-9.6 4.8v2.4h19.2v-2.4c0-3.2-6.4-4.8-9.6-4.8z"/></svg></label><div class=brand__auth-links><a href=/login/ class="auth-link auth-link--login">Login</a> <label class=brand__auth-toggle for=auth-dropdown tabindex=0 aria-label="Account options"><svg viewBox="0 0 24 24" width="12" height="12" fill="currentColor"><path d="M12 12c2.7.0 4.8-2.1 4.8-4.8S14.7 2.4 12 2.4 7.2 4.5 7.2 7.2 9.3 12 12 12zm0 2.4c-3.2.0-9.6 1.6-9.6 4.8v2.4h19.2v-2.4c0-3.2-6.4-4.8-9.6-4.8z"/></svg></label><div class=brand__auth-links><a href=/login/ class="auth-link auth-link--login">Login</a>
@@ -32,6 +35,6 @@ Add: Changelog page. Remove: Year from footer copyright."><meta itemprop=wordCou
All updates All updates
</button> </button>
<button class=rss-subscribe__item data-rss-url=https://freedoms4.org/blog/index.xml> <button class=rss-subscribe__item data-rss-url=https://freedoms4.org/blog/index.xml>
Blog posts</button></div></div></div></div><nav class="menu language"><ul class="menu__list language__list"><li class=menu__item><a class=menu__link href=/>Home</a></li><li class=menu__item><a class=menu__link href=/blog/>Blog</a></li><li class=menu__item><a class=menu__link href=/services/>Services</a></li><li class=menu__item><a class=menu__link href=/uninotes/>UniNotes</a></li><li class=menu__item><a class=menu__link href=/contact/>Contact</a></li></ul></nav></header><main class=main><h1>Changelog</h1><p>[13-06-2026]</p><ul><li><em><strong>Add: Terms and Conditions, Privacy Policy.</strong></em></li><li><em><strong>Add: Backend repository link.</strong></em></li></ul><p>[10-06-2026]</p><ul><li><em><strong>Add: Comments on blogposts.</strong></em></li></ul><p>[08-06-2026]</p><ul><li><em><strong>Add: Email registration on the website.</strong></em></li></ul><p>[07-06-2026]</p><ul><li><em><strong>Add: XMPP registration on the website.</strong></em></li></ul><p>[06-06-2026]</p><ul><li><em><strong>Add: OTP verification during sign up.</strong></em></li></ul><p>[05-06-2026]</p><ul><li><em><strong>Update: Buttons restructure.</strong></em></li></ul><p>[04-06-2026]</p><ul><li><em><strong>Add: Login/Log Out.</strong></em></li></ul><p>[14-04-2026]</p><ul><li><em><strong>Add: Changelog page.</strong></em></li><li><em><strong>Remove: Year from footer copyright.</strong></em></li></ul></main><footer class=footer><p class=footer__copyright-notice>&copy; <a href=https://freedoms4.org>freedoms4.org</a> Blog posts</button></div></div></div></div><nav class="menu language"><ul class="menu__list language__list"><li class=menu__item><a class=menu__link href=/>Home</a></li><li class=menu__item><a class=menu__link href=/blog/>Blog</a></li><li class=menu__item><a class=menu__link href=/services/>Services</a></li><li class=menu__item><a class=menu__link href=/uninotes/>UniNotes</a></li><li class=menu__item><a class=menu__link href=/contact/>Contact</a></li></ul></nav></header><main class=main><h1>Changelog</h1><p>[21-06-2026]</p><ul><li><em><strong>Update: Email and XMPP pages.</strong></em></li></ul><p>[13-06-2026]</p><ul><li><em><strong>Add: Terms and Conditions, Privacy Policy.</strong></em></li><li><em><strong>Add: Backend repository link.</strong></em></li></ul><p>[10-06-2026]</p><ul><li><em><strong>Add: Comments on blogposts.</strong></em></li></ul><p>[08-06-2026]</p><ul><li><em><strong>Add: Email registration on the website.</strong></em></li></ul><p>[07-06-2026]</p><ul><li><em><strong>Add: XMPP registration on the website.</strong></em></li></ul><p>[06-06-2026]</p><ul><li><em><strong>Add: OTP verification during sign up.</strong></em></li></ul><p>[05-06-2026]</p><ul><li><em><strong>Update: Buttons restructure.</strong></em></li></ul><p>[04-06-2026]</p><ul><li><em><strong>Add: Login/Log Out.</strong></em></li></ul><p>[14-04-2026]</p><ul><li><em><strong>Add: Changelog page.</strong></em></li><li><em><strong>Remove: Year from footer copyright.</strong></em></li></ul></main><footer class=footer><p class=footer__copyright-notice>&copy; <a href=https://freedoms4.org>freedoms4.org</a>
<a href=/terms/>Terms and Conditions</a> <a href=/privacy/>Privacy Policy</a> <a href=/terms/>Terms and Conditions</a> <a href=/privacy/>Privacy Policy</a>
<a href=/changelog/>Changelog</a></p><p class=footer__theme-info>Built with <a href=https://gohugo.io>Hugo</a> and based on <a href=https://github.com/CyrusYip/hugo-theme-yue>Yue</a> theme</p></footer><script>(function(){document.querySelectorAll(".menu__item").forEach(function(e){var t=e.querySelector("a");t&&t.getAttribute("href")==="/uninotes/"&&e.classList.add("menu__item--uninotes")})})()</script><script>(function(){var e=document.getElementById("theme-toggle");if(!e)return;function t(){var e=localStorage.getItem("theme");return e?e:window.matchMedia("(prefers-color-scheme: light)").matches?"light":"dark"}function n(e){document.documentElement.setAttribute("data-theme",e),localStorage.setItem("theme",e)}n(t()),e.addEventListener("click",function(){var e=document.documentElement.getAttribute("data-theme")||t();n(e==="dark"?"light":"dark")})})()</script><script>(function(){var t="https://backend.freedoms4.org/auth.php",e=localStorage.getItem("f4_username");if(!e)return;function n(e){var t,n,o,i,a,c,r=document.querySelector(".brand__auth");r&&!r.querySelector(".brand__auth-user")&&(r.classList.add("brand__auth--loggedin"),t=document.createElement("div"),t.className="brand__auth-user",n=document.createElement("button"),n.className="brand__auth-user-btn",n.setAttribute("aria-label","Account menu"),c=document.createElement("span"),c.innerHTML='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="12" height="12" fill="currentColor"><path d="M12 12c2.7 0 4.8-2.1 4.8-4.8S14.7 2.4 12 2.4 7.2 4.5 7.2 7.2 9.3 12 12 12zm0 2.4c-3.2 0-9.6 1.6-9.6 4.8v2.4h19.2v-2.4c0-3.2-6.4-4.8-9.6-4.8z"/></svg>',n.appendChild(c.firstChild),n.appendChild(document.createTextNode(" "+e)),o=document.createElement("div"),o.className="brand__auth-user-dropdown",i=document.createElement("button"),i.className="brand__auth-user-logout",i.textContent="Log Out",i.addEventListener("click",s),e==="hyzen"&&(a=document.createElement("a"),a.className="brand__auth-user-admin",a.href="/admin/",a.textContent="User Management",o.appendChild(a)),o.appendChild(i),o.appendChild(i),t.appendChild(n),t.appendChild(o),r.appendChild(t),n.addEventListener("click",function(e){e.stopPropagation(),t.classList.toggle("is-open")}),document.addEventListener("click",function(){t.classList.remove("is-open")}))}function s(){fetch(t,{method:"POST",headers:{"Content-Type":"application/json"},credentials:"include",body:JSON.stringify({action:"logout"})}).finally(function(){localStorage.removeItem("f4_username"),localStorage.removeItem("f4_login_time"),localStorage.removeItem("f4_session_fails"),window.location.reload()})}n(e)})()</script><script>(function(){var t,e=document.querySelector(".rss-subscribe");if(!e)return;t=e.querySelector(".rss-subscribe__btn"),t.addEventListener("click",function(t){t.stopPropagation(),e.classList.toggle("is-open")}),document.addEventListener("click",function(t){e.contains(t.target)||e.classList.remove("is-open")}),e.querySelectorAll(".rss-subscribe__item").forEach(function(t){t.addEventListener("click",function(n){n.stopPropagation();var s,o=t.getAttribute("data-rss-url"),a=t.textContent;function i(){t.textContent="Copied!",setTimeout(function(){t.textContent=a,e.classList.remove("is-open")},1200)}try{s=document.createElement("textarea"),s.value=o,s.style.cssText="position:fixed;top:0;left:0;opacity:0;pointer-events:none;",document.body.appendChild(s),s.focus(),s.select(),document.execCommand("copy"),document.body.removeChild(s),i()}catch{navigator.clipboard&&navigator.clipboard.writeText(o).then(i).catch(function(){t.textContent=o})}})})})()</script><script src=/js/session-check.js></script></body></html> <a href=/changelog/>Changelog</a></p><p class=footer__theme-info>Built with <a href=https://gohugo.io>Hugo</a> and based on <a href=https://github.com/CyrusYip/hugo-theme-yue>Yue</a> theme</p></footer><script>(function(){document.querySelectorAll(".menu__item").forEach(function(e){var t=e.querySelector("a");t&&t.getAttribute("href")==="/uninotes/"&&e.classList.add("menu__item--uninotes")})})()</script><script>(function(){var e=document.getElementById("theme-toggle");if(!e)return;function t(){var e=localStorage.getItem("theme");return e?e:window.matchMedia("(prefers-color-scheme: light)").matches?"light":"dark"}function n(e){document.documentElement.setAttribute("data-theme",e),localStorage.setItem("theme",e)}n(t()),e.addEventListener("click",function(){var e=document.documentElement.getAttribute("data-theme")||t();n(e==="dark"?"light":"dark")})})()</script><script>(function(){var t="https://backend.freedoms4.org/auth.php",e=localStorage.getItem("f4_username");if(!e)return;function n(e){var t,n,o,i,a,c,r=document.querySelector(".brand__auth");r&&!r.querySelector(".brand__auth-user")&&(r.classList.add("brand__auth--loggedin"),t=document.createElement("div"),t.className="brand__auth-user",n=document.createElement("button"),n.className="brand__auth-user-btn",n.setAttribute("aria-label","Account menu"),c=document.createElement("span"),c.innerHTML='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="12" height="12" fill="currentColor"><path d="M12 12c2.7 0 4.8-2.1 4.8-4.8S14.7 2.4 12 2.4 7.2 4.5 7.2 7.2 9.3 12 12 12zm0 2.4c-3.2 0-9.6 1.6-9.6 4.8v2.4h19.2v-2.4c0-3.2-6.4-4.8-9.6-4.8z"/></svg>',n.appendChild(c.firstChild),n.appendChild(document.createTextNode(" "+e)),o=document.createElement("div"),o.className="brand__auth-user-dropdown",i=document.createElement("button"),i.className="brand__auth-user-logout",i.textContent="Log Out",i.addEventListener("click",s),e==="hyzen"&&(a=document.createElement("a"),a.className="brand__auth-user-admin",a.href="/admin/",a.textContent="User Management",o.appendChild(a)),o.appendChild(i),o.appendChild(i),t.appendChild(n),t.appendChild(o),r.appendChild(t),n.addEventListener("click",function(e){e.stopPropagation(),t.classList.toggle("is-open")}),document.addEventListener("click",function(){t.classList.remove("is-open")}))}function s(){fetch(t,{method:"POST",headers:{"Content-Type":"application/json"},credentials:"include",body:JSON.stringify({action:"logout"})}).finally(function(){localStorage.removeItem("f4_username"),localStorage.removeItem("f4_login_time"),localStorage.removeItem("f4_session_fails"),window.location.reload()})}n(e)})()</script><script>(function(){var t,e=document.querySelector(".rss-subscribe");if(!e)return;t=e.querySelector(".rss-subscribe__btn"),t.addEventListener("click",function(t){t.stopPropagation(),e.classList.toggle("is-open")}),document.addEventListener("click",function(t){e.contains(t.target)||e.classList.remove("is-open")}),e.querySelectorAll(".rss-subscribe__item").forEach(function(t){t.addEventListener("click",function(n){n.stopPropagation();var s,o=t.getAttribute("data-rss-url"),a=t.textContent;function i(){t.textContent="Copied!",setTimeout(function(){t.textContent=a,e.classList.remove("is-open")},1200)}try{s=document.createElement("textarea"),s.value=o,s.style.cssText="position:fixed;top:0;left:0;opacity:0;pointer-events:none;",document.body.appendChild(s),s.focus(),s.select(),document.execCommand("copy"),document.body.removeChild(s),i()}catch{navigator.clipboard&&navigator.clipboard.writeText(o).then(i).catch(function(){t.textContent=o})}})})})()</script><script src=/js/session-check.js></script></body></html>

View File

@@ -1,16 +1,16 @@
<!doctype html><html class=html lang=en-us dir=ltr><head><meta charset=utf-8><meta name=viewport content="width=device-width"><title>Contact | Freedoms4</title><link rel=stylesheet href=/css/style.min.34d0accb85f8ec23ceee8c29eef5907823b531d8acb9e6bdf45a3b37ad028d30.css integrity="sha256-NNCsy4X47CPO7owp7vWQeCO1Mdisuea99Fo7N60CjTA=" crossorigin=anonymous><link rel=icon href=/favicon.ico><meta name=description content="Admin: hyzen <!doctype html><html class=html lang=en-us dir=ltr><head><meta charset=utf-8><meta name=viewport content="width=device-width"><title>Contact | Freedoms4</title><link rel=stylesheet href=/css/style.min.34d0accb85f8ec23ceee8c29eef5907823b531d8acb9e6bdf45a3b37ad028d30.css integrity="sha256-NNCsy4X47CPO7owp7vWQeCO1Mdisuea99Fo7N60CjTA=" crossorigin=anonymous><link rel=icon href=/favicon.ico><meta name=description content="Admin: hyzen
Contacts # Email and XMPP: hyzen@freedoms4.org Contacts Email and XMPP: hyzen@freedoms4.org
IRC/Liberachat: hyzen, #freedoms4 IRC/Liberachat: hyzen, #freedoms4
Follow on # Mastodon: hyzen@mastodon.social Follow on Mastodon: hyzen@mastodon.social
Lemmy: hyzen@lemmy.today"><meta property="og:url" content="https://freedoms4.org/contact/"><meta property="og:site_name" content="Freedoms4"><meta property="og:title" content="Contact"><meta property="og:description" content="Admin: hyzen Lemmy: hyzen@lemmy.today"><meta property="og:url" content="https://freedoms4.org/contact/"><meta property="og:site_name" content="Freedoms4"><meta property="og:title" content="Contact"><meta property="og:description" content="Admin: hyzen
Contacts # Email and XMPP: hyzen@freedoms4.org Contacts Email and XMPP: hyzen@freedoms4.org
IRC/Liberachat: hyzen, #freedoms4 IRC/Liberachat: hyzen, #freedoms4
Follow on # Mastodon: hyzen@mastodon.social Follow on Mastodon: hyzen@mastodon.social
Lemmy: hyzen@lemmy.today"><meta property="og:locale" content="en_us"><meta property="og:type" content="article"><meta itemprop=name content="Contact"><meta itemprop=description content="Admin: hyzen Lemmy: hyzen@lemmy.today"><meta property="og:locale" content="en_us"><meta property="og:type" content="article"><meta itemprop=name content="Contact"><meta itemprop=description content="Admin: hyzen
Contacts # Email and XMPP: hyzen@freedoms4.org Contacts Email and XMPP: hyzen@freedoms4.org
IRC/Liberachat: hyzen, #freedoms4 IRC/Liberachat: hyzen, #freedoms4
Follow on # Mastodon: hyzen@mastodon.social Follow on Mastodon: hyzen@mastodon.social
Lemmy: hyzen@lemmy.today"><meta itemprop=wordCount content="18"><link rel=stylesheet href=/css/custom.css><script>(function(){var e=localStorage.getItem("theme");e&&document.documentElement.setAttribute("data-theme",e),localStorage.getItem("f4_username")==="hyzen"&&document.documentElement.classList.add("hyzen-user")})()</script><script async src=https://plausible.freedoms4.org/js/pa-5BKl0z0RLzwrclKq4y-qk.js></script><script>(window.plausible=window.plausible||function(){(plausible.q=plausible.q||[]).push(arguments)},plausible.init=plausible.init||function(e){plausible.o=e||{}}),plausible.init()</script></head><body class=body><header class=header><div class=brand><img src=/logo.png alt="Freedoms4 logo"><h1>Freedoms4</h1><div class=brand__actions><button class=theme-toggle id=theme-toggle aria-label="Toggle theme" title="Toggle dark/light mode"> Lemmy: hyzen@lemmy.today"><meta itemprop=wordCount content="16"><link rel=stylesheet href=/css/custom.css><script>(function(){var e=localStorage.getItem("theme");e&&document.documentElement.setAttribute("data-theme",e),localStorage.getItem("f4_username")==="hyzen"&&document.documentElement.classList.add("hyzen-user")})()</script><script async src=https://plausible.freedoms4.org/js/pa-5BKl0z0RLzwrclKq4y-qk.js></script><script>(window.plausible=window.plausible||function(){(plausible.q=plausible.q||[]).push(arguments)},plausible.init=plausible.init||function(e){plausible.o=e||{}}),plausible.init()</script></head><body class=body><header class=header><div class=brand><img src=/logo.png alt="Freedoms4 logo"><h1>Freedoms4</h1><div class=brand__actions><button class=theme-toggle id=theme-toggle aria-label="Toggle theme" title="Toggle dark/light mode">
<svg class="theme-toggle__sun" viewBox="0 0 24 24" width="16" height="16" fill="currentColor"><path d="M12 7c-2.76.0-5 2.24-5 5s2.24 5 5 5 5-2.24 5-5-2.24-5-5-5zM2 13h2c.55.0 1-.45 1-1s-.45-1-1-1H2c-.55.0-1 .45-1 1s.45 1 1 1zm18 0h2c.55.0 1-.45 1-1s-.45-1-1-1h-2c-.55.0-1 .45-1 1s.45 1 1 1zM11 2v2c0 .55.45 1 1 1s1-.45 1-1V2c0-.55-.45-1-1-1s-1 .45-1 1zm0 18v2c0 .55.45 1 1 1s1-.45 1-1v-2c0-.55-.45-1-1-1s-1 .45-1 1zM5.99 4.58c-.39-.39-1.03-.39-1.41.0-.39.39-.39 1.03.0 1.41l1.06 1.06c.39.39 1.03.39 1.41.0s.39-1.03.0-1.41L5.99 4.58zm12.37 12.37c-.39-.39-1.03-.39-1.41.0-.39.39-.39 1.03.0 1.41l1.06 1.06c.39.39 1.03.39 1.41.0.39-.39.39-1.03.0-1.41l-1.06-1.06zm1.06-12.37-1.06 1.06c-.39.39-.39 1.03.0 1.41s1.03.39 1.41.0l1.06-1.06c.39-.39.39-1.03.0-1.41s-1.03-.39-1.41.0zM7.05 18.36l-1.06 1.06c-.39.39-.39 1.03.0 1.41s1.03.39 1.41.0l1.06-1.06c.39-.39.39-1.03.0-1.41s-1.03-.39-1.41.0z"/></svg> <svg class="theme-toggle__sun" viewBox="0 0 24 24" width="16" height="16" fill="currentColor"><path d="M12 7c-2.76.0-5 2.24-5 5s2.24 5 5 5 5-2.24 5-5-2.24-5-5-5zM2 13h2c.55.0 1-.45 1-1s-.45-1-1-1H2c-.55.0-1 .45-1 1s.45 1 1 1zm18 0h2c.55.0 1-.45 1-1s-.45-1-1-1h-2c-.55.0-1 .45-1 1s.45 1 1 1zM11 2v2c0 .55.45 1 1 1s1-.45 1-1V2c0-.55-.45-1-1-1s-1 .45-1 1zm0 18v2c0 .55.45 1 1 1s1-.45 1-1v-2c0-.55-.45-1-1-1s-1 .45-1 1zM5.99 4.58c-.39-.39-1.03-.39-1.41.0-.39.39-.39 1.03.0 1.41l1.06 1.06c.39.39 1.03.39 1.41.0s.39-1.03.0-1.41L5.99 4.58zm12.37 12.37c-.39-.39-1.03-.39-1.41.0-.39.39-.39 1.03.0 1.41l1.06 1.06c.39.39 1.03.39 1.41.0.39-.39.39-1.03.0-1.41l-1.06-1.06zm1.06-12.37-1.06 1.06c-.39.39-.39 1.03.0 1.41s1.03.39 1.41.0l1.06-1.06c.39-.39.39-1.03.0-1.41s-1.03-.39-1.41.0zM7.05 18.36l-1.06 1.06c-.39.39-.39 1.03.0 1.41s1.03.39 1.41.0l1.06-1.06c.39-.39.39-1.03.0-1.41s-1.03-.39-1.41.0z"/></svg>
<svg class="theme-toggle__moon" viewBox="0 0 24 24" width="16" height="16" fill="currentColor"><path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"/></svg></button><div class=brand__auth><input type=checkbox id=auth-dropdown class=brand__auth-check> <svg class="theme-toggle__moon" viewBox="0 0 24 24" width="16" height="16" fill="currentColor"><path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"/></svg></button><div class=brand__auth><input type=checkbox id=auth-dropdown class=brand__auth-check>
<label class=brand__auth-toggle for=auth-dropdown tabindex=0 aria-label="Account options"><svg viewBox="0 0 24 24" width="12" height="12" fill="currentColor"><path d="M12 12c2.7.0 4.8-2.1 4.8-4.8S14.7 2.4 12 2.4 7.2 4.5 7.2 7.2 9.3 12 12 12zm0 2.4c-3.2.0-9.6 1.6-9.6 4.8v2.4h19.2v-2.4c0-3.2-6.4-4.8-9.6-4.8z"/></svg></label><div class=brand__auth-links><a href=/login/ class="auth-link auth-link--login">Login</a> <label class=brand__auth-toggle for=auth-dropdown tabindex=0 aria-label="Account options"><svg viewBox="0 0 24 24" width="12" height="12" fill="currentColor"><path d="M12 12c2.7.0 4.8-2.1 4.8-4.8S14.7 2.4 12 2.4 7.2 4.5 7.2 7.2 9.3 12 12 12zm0 2.4c-3.2.0-9.6 1.6-9.6 4.8v2.4h19.2v-2.4c0-3.2-6.4-4.8-9.6-4.8z"/></svg></label><div class=brand__auth-links><a href=/login/ class="auth-link auth-link--login">Login</a>
@@ -20,6 +20,6 @@ Lemmy: hyzen@lemmy.today"><meta itemprop=wordCount content="18"><link rel=styles
All updates All updates
</button> </button>
<button class=rss-subscribe__item data-rss-url=https://freedoms4.org/blog/index.xml> <button class=rss-subscribe__item data-rss-url=https://freedoms4.org/blog/index.xml>
Blog posts</button></div></div></div></div><nav class="menu language"><ul class="menu__list language__list"><li class=menu__item><a class=menu__link href=/>Home</a></li><li class=menu__item><a class=menu__link href=/blog/>Blog</a></li><li class=menu__item><a class=menu__link href=/services/>Services</a></li><li class=menu__item><a class=menu__link href=/uninotes/>UniNotes</a></li><li class=menu__item><a class=menu__link href=/contact/>Contact</a></li></ul></nav></header><main class=main><p><strong>Admin:</strong> hyzen</p><h2 class=heading id=contacts>Contacts<span class=heading__anchor> <a href=#contacts>#</a></span></h2><p><strong><a href=mailto:hyzen@freedoms4.org>Email</a> and <a href=xmpp:hyzen@freedoms4.org>XMPP</a>:</strong> <a href=mailto:hyzen@freedoms4.org>hyzen@freedoms4.org</a></p><p><strong>IRC/Liberachat:</strong> hyzen, #freedoms4</p><h2 class=heading id=follow-on>Follow on<span class=heading__anchor> <a href=#follow-on>#</a></span></h2><p><strong><a href=https://mastodon.social/@hyzen>Mastodon</a>:</strong> <a href=mailto:hyzen@mastodon.social>hyzen@mastodon.social</a></p><p><strong>Lemmy:</strong> <a href=mailto:hyzen@lemmy.today>hyzen@lemmy.today</a></p></main><footer class=footer><p class=footer__copyright-notice>&copy; <a href=https://freedoms4.org>freedoms4.org</a> Blog posts</button></div></div></div></div><nav class="menu language"><ul class="menu__list language__list"><li class=menu__item><a class=menu__link href=/>Home</a></li><li class=menu__item><a class=menu__link href=/blog/>Blog</a></li><li class=menu__item><a class=menu__link href=/services/>Services</a></li><li class=menu__item><a class=menu__link href=/uninotes/>UniNotes</a></li><li class=menu__item><a class=menu__link href=/contact/>Contact</a></li></ul></nav></header><main class=main><p><strong>Admin:</strong> hyzen</p><h2 class=heading id=contacts>Contacts</h2><p><strong><a href=mailto:hyzen@freedoms4.org>Email</a> and <a href=xmpp:hyzen@freedoms4.org>XMPP</a>:</strong> <a href=mailto:hyzen@freedoms4.org>hyzen@freedoms4.org</a></p><p><strong>IRC/Liberachat:</strong> hyzen, #freedoms4</p><h2 class=heading id=follow-on>Follow on</h2><p><strong><a href=https://mastodon.social/@hyzen>Mastodon</a>:</strong> <a href=mailto:hyzen@mastodon.social>hyzen@mastodon.social</a></p><p><strong>Lemmy:</strong> <a href=mailto:hyzen@lemmy.today>hyzen@lemmy.today</a></p></main><footer class=footer><p class=footer__copyright-notice>&copy; <a href=https://freedoms4.org>freedoms4.org</a>
<a href=/terms/>Terms and Conditions</a> <a href=/privacy/>Privacy Policy</a> <a href=/terms/>Terms and Conditions</a> <a href=/privacy/>Privacy Policy</a>
<a href=/changelog/>Changelog</a></p><p class=footer__theme-info>Built with <a href=https://gohugo.io>Hugo</a> and based on <a href=https://github.com/CyrusYip/hugo-theme-yue>Yue</a> theme</p></footer><script>(function(){document.querySelectorAll(".menu__item").forEach(function(e){var t=e.querySelector("a");t&&t.getAttribute("href")==="/uninotes/"&&e.classList.add("menu__item--uninotes")})})()</script><script>(function(){var e=document.getElementById("theme-toggle");if(!e)return;function t(){var e=localStorage.getItem("theme");return e?e:window.matchMedia("(prefers-color-scheme: light)").matches?"light":"dark"}function n(e){document.documentElement.setAttribute("data-theme",e),localStorage.setItem("theme",e)}n(t()),e.addEventListener("click",function(){var e=document.documentElement.getAttribute("data-theme")||t();n(e==="dark"?"light":"dark")})})()</script><script>(function(){var t="https://backend.freedoms4.org/auth.php",e=localStorage.getItem("f4_username");if(!e)return;function n(e){var t,n,o,i,a,c,r=document.querySelector(".brand__auth");r&&!r.querySelector(".brand__auth-user")&&(r.classList.add("brand__auth--loggedin"),t=document.createElement("div"),t.className="brand__auth-user",n=document.createElement("button"),n.className="brand__auth-user-btn",n.setAttribute("aria-label","Account menu"),c=document.createElement("span"),c.innerHTML='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="12" height="12" fill="currentColor"><path d="M12 12c2.7 0 4.8-2.1 4.8-4.8S14.7 2.4 12 2.4 7.2 4.5 7.2 7.2 9.3 12 12 12zm0 2.4c-3.2 0-9.6 1.6-9.6 4.8v2.4h19.2v-2.4c0-3.2-6.4-4.8-9.6-4.8z"/></svg>',n.appendChild(c.firstChild),n.appendChild(document.createTextNode(" "+e)),o=document.createElement("div"),o.className="brand__auth-user-dropdown",i=document.createElement("button"),i.className="brand__auth-user-logout",i.textContent="Log Out",i.addEventListener("click",s),e==="hyzen"&&(a=document.createElement("a"),a.className="brand__auth-user-admin",a.href="/admin/",a.textContent="User Management",o.appendChild(a)),o.appendChild(i),o.appendChild(i),t.appendChild(n),t.appendChild(o),r.appendChild(t),n.addEventListener("click",function(e){e.stopPropagation(),t.classList.toggle("is-open")}),document.addEventListener("click",function(){t.classList.remove("is-open")}))}function s(){fetch(t,{method:"POST",headers:{"Content-Type":"application/json"},credentials:"include",body:JSON.stringify({action:"logout"})}).finally(function(){localStorage.removeItem("f4_username"),localStorage.removeItem("f4_login_time"),localStorage.removeItem("f4_session_fails"),window.location.reload()})}n(e)})()</script><script>(function(){var t,e=document.querySelector(".rss-subscribe");if(!e)return;t=e.querySelector(".rss-subscribe__btn"),t.addEventListener("click",function(t){t.stopPropagation(),e.classList.toggle("is-open")}),document.addEventListener("click",function(t){e.contains(t.target)||e.classList.remove("is-open")}),e.querySelectorAll(".rss-subscribe__item").forEach(function(t){t.addEventListener("click",function(n){n.stopPropagation();var s,o=t.getAttribute("data-rss-url"),a=t.textContent;function i(){t.textContent="Copied!",setTimeout(function(){t.textContent=a,e.classList.remove("is-open")},1200)}try{s=document.createElement("textarea"),s.value=o,s.style.cssText="position:fixed;top:0;left:0;opacity:0;pointer-events:none;",document.body.appendChild(s),s.focus(),s.select(),document.execCommand("copy"),document.body.removeChild(s),i()}catch{navigator.clipboard&&navigator.clipboard.writeText(o).then(i).catch(function(){t.textContent=o})}})})})()</script><script src=/js/session-check.js></script></body></html> <a href=/changelog/>Changelog</a></p><p class=footer__theme-info>Built with <a href=https://gohugo.io>Hugo</a> and based on <a href=https://github.com/CyrusYip/hugo-theme-yue>Yue</a> theme</p></footer><script>(function(){document.querySelectorAll(".menu__item").forEach(function(e){var t=e.querySelector("a");t&&t.getAttribute("href")==="/uninotes/"&&e.classList.add("menu__item--uninotes")})})()</script><script>(function(){var e=document.getElementById("theme-toggle");if(!e)return;function t(){var e=localStorage.getItem("theme");return e?e:window.matchMedia("(prefers-color-scheme: light)").matches?"light":"dark"}function n(e){document.documentElement.setAttribute("data-theme",e),localStorage.setItem("theme",e)}n(t()),e.addEventListener("click",function(){var e=document.documentElement.getAttribute("data-theme")||t();n(e==="dark"?"light":"dark")})})()</script><script>(function(){var t="https://backend.freedoms4.org/auth.php",e=localStorage.getItem("f4_username");if(!e)return;function n(e){var t,n,o,i,a,c,r=document.querySelector(".brand__auth");r&&!r.querySelector(".brand__auth-user")&&(r.classList.add("brand__auth--loggedin"),t=document.createElement("div"),t.className="brand__auth-user",n=document.createElement("button"),n.className="brand__auth-user-btn",n.setAttribute("aria-label","Account menu"),c=document.createElement("span"),c.innerHTML='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="12" height="12" fill="currentColor"><path d="M12 12c2.7 0 4.8-2.1 4.8-4.8S14.7 2.4 12 2.4 7.2 4.5 7.2 7.2 9.3 12 12 12zm0 2.4c-3.2 0-9.6 1.6-9.6 4.8v2.4h19.2v-2.4c0-3.2-6.4-4.8-9.6-4.8z"/></svg>',n.appendChild(c.firstChild),n.appendChild(document.createTextNode(" "+e)),o=document.createElement("div"),o.className="brand__auth-user-dropdown",i=document.createElement("button"),i.className="brand__auth-user-logout",i.textContent="Log Out",i.addEventListener("click",s),e==="hyzen"&&(a=document.createElement("a"),a.className="brand__auth-user-admin",a.href="/admin/",a.textContent="User Management",o.appendChild(a)),o.appendChild(i),o.appendChild(i),t.appendChild(n),t.appendChild(o),r.appendChild(t),n.addEventListener("click",function(e){e.stopPropagation(),t.classList.toggle("is-open")}),document.addEventListener("click",function(){t.classList.remove("is-open")}))}function s(){fetch(t,{method:"POST",headers:{"Content-Type":"application/json"},credentials:"include",body:JSON.stringify({action:"logout"})}).finally(function(){localStorage.removeItem("f4_username"),localStorage.removeItem("f4_login_time"),localStorage.removeItem("f4_session_fails"),window.location.reload()})}n(e)})()</script><script>(function(){var t,e=document.querySelector(".rss-subscribe");if(!e)return;t=e.querySelector(".rss-subscribe__btn"),t.addEventListener("click",function(t){t.stopPropagation(),e.classList.toggle("is-open")}),document.addEventListener("click",function(t){e.contains(t.target)||e.classList.remove("is-open")}),e.querySelectorAll(".rss-subscribe__item").forEach(function(t){t.addEventListener("click",function(n){n.stopPropagation();var s,o=t.getAttribute("data-rss-url"),a=t.textContent;function i(){t.textContent="Copied!",setTimeout(function(){t.textContent=a,e.classList.remove("is-open")},1200)}try{s=document.createElement("textarea"),s.value=o,s.style.cssText="position:fixed;top:0;left:0;opacity:0;pointer-events:none;",document.body.appendChild(s),s.focus(),s.select(),document.execCommand("copy"),document.body.removeChild(s),i()}catch{navigator.clipboard&&navigator.clipboard.writeText(o).then(i).catch(function(){t.textContent=o})}})})})()</script><script src=/js/session-check.js></script></body></html>

View File

@@ -879,14 +879,13 @@
.comments__title { .comments__title {
font-size: 1.15rem; font-size: 1.15rem;
font-weight: 700; font-weight: 700;
margin-bottom: 1.2rem; margin-bottom: 2rem;
} }
.comments__login-msg { .comments__login-msg {
font-size: 0.9rem; font-size: 0.9rem;
margin-bottom: 1.2rem; margin-bottom: 2.55rem;
color: var(--foreground-color3, #888); color: var(--foreground-color3, #888);
padding-top: 0.06rem;
} }
.comments__empty { .comments__empty {
@@ -1005,17 +1004,15 @@
.comment { .comment {
margin-bottom: 0.85rem; margin-bottom: 0.85rem;
padding: 0.75rem 0.9rem 0 0.9rem; padding: 0.75rem 0.75rem 0.1rem 0.75rem;
border: 1px solid var(--background-color1, #e0e0e0);
border-radius: 6px;
background: var(--background-color); background: var(--background-color);
border-left: 1.4px solid var(--foreground-color3);
} }
.comment--reply { .comment--reply {
margin-top: 0.7rem; margin-top: 0.7rem;
margin-left: 1.5rem; margin-left: 1.5rem;
border-left: 3px solid var(--accent-color); padding-bottom: 0.3rem;
border-radius: 0 6px 6px 0;
} }
.comment__meta { .comment__meta {
@@ -1528,3 +1525,16 @@
font-size: 0.72rem; font-size: 0.72rem;
} }
} }
/* Markdown tables (uninotes, blog posts, etc.): match page background
and use the normal text color for borders, instead of the theme's
grey/white box styling meant for blockquotes/code blocks. */
table {
background-color: var(--background-color);
}
td,
th {
border: 1px solid var(--foreground-color);
color: var(--foreground-color);
}

View File

@@ -1,4 +1,4 @@
<!doctype html><html class=html lang=en-us dir=ltr><head><meta name=generator content="Hugo 0.163.0"><meta charset=utf-8><meta name=viewport content="width=device-width"><title>Freedoms4</title><link rel=stylesheet href=/css/style.min.34d0accb85f8ec23ceee8c29eef5907823b531d8acb9e6bdf45a3b37ad028d30.css integrity="sha256-NNCsy4X47CPO7owp7vWQeCO1Mdisuea99Fo7N60CjTA=" crossorigin=anonymous><link rel=icon href=/favicon.ico><meta name=description content="Freedoms4"><meta property="og:url" content="https://freedoms4.org/"><meta property="og:site_name" content="Freedoms4"><meta property="og:title" content="Home"><meta property="og:description" content="Freedoms4"><meta property="og:locale" content="en_us"><meta property="og:type" content="website"><meta itemprop=name content="Home"><meta itemprop=description content="Freedoms4"><meta itemprop=datePublished content="2026-03-01T18:11:14+00:00"><meta itemprop=dateModified content="2026-03-01T18:11:14+00:00"><meta itemprop=wordCount content="201"><link rel=alternate type=application/rss+xml href=/index.xml title=Freedoms4><link rel=stylesheet href=/css/custom.css><script>(function(){var e=localStorage.getItem("theme");e&&document.documentElement.setAttribute("data-theme",e),localStorage.getItem("f4_username")==="hyzen"&&document.documentElement.classList.add("hyzen-user")})()</script><script async src=https://plausible.freedoms4.org/js/pa-5BKl0z0RLzwrclKq4y-qk.js></script><script>(window.plausible=window.plausible||function(){(plausible.q=plausible.q||[]).push(arguments)},plausible.init=plausible.init||function(e){plausible.o=e||{}}),plausible.init()</script></head><body class=body><header class=header><div class=brand><img src=/logo.png alt="Freedoms4 logo"><h1>Freedoms4</h1><div class=brand__actions><button class=theme-toggle id=theme-toggle aria-label="Toggle theme" title="Toggle dark/light mode"> <!doctype html><html class=html lang=en-us dir=ltr><head><meta name=generator content="Hugo 0.163.3"><meta charset=utf-8><meta name=viewport content="width=device-width"><title>Freedoms4</title><link rel=stylesheet href=/css/style.min.34d0accb85f8ec23ceee8c29eef5907823b531d8acb9e6bdf45a3b37ad028d30.css integrity="sha256-NNCsy4X47CPO7owp7vWQeCO1Mdisuea99Fo7N60CjTA=" crossorigin=anonymous><link rel=icon href=/favicon.ico><meta name=description content="Freedoms4"><meta property="og:url" content="https://freedoms4.org/"><meta property="og:site_name" content="Freedoms4"><meta property="og:title" content="Home"><meta property="og:description" content="Freedoms4"><meta property="og:locale" content="en_us"><meta property="og:type" content="website"><meta itemprop=name content="Home"><meta itemprop=description content="Freedoms4"><meta itemprop=datePublished content="2026-03-01T18:11:14+00:00"><meta itemprop=dateModified content="2026-03-01T18:11:14+00:00"><meta itemprop=wordCount content="197"><link rel=alternate type=application/rss+xml href=/index.xml title=Freedoms4><link rel=stylesheet href=/css/custom.css><script>(function(){var e=localStorage.getItem("theme");e&&document.documentElement.setAttribute("data-theme",e),localStorage.getItem("f4_username")==="hyzen"&&document.documentElement.classList.add("hyzen-user")})()</script><script async src=https://plausible.freedoms4.org/js/pa-5BKl0z0RLzwrclKq4y-qk.js></script><script>(window.plausible=window.plausible||function(){(plausible.q=plausible.q||[]).push(arguments)},plausible.init=plausible.init||function(e){plausible.o=e||{}}),plausible.init()</script></head><body class=body><header class=header><div class=brand><img src=/logo.png alt="Freedoms4 logo"><h1>Freedoms4</h1><div class=brand__actions><button class=theme-toggle id=theme-toggle aria-label="Toggle theme" title="Toggle dark/light mode">
<svg class="theme-toggle__sun" viewBox="0 0 24 24" width="16" height="16" fill="currentColor"><path d="M12 7c-2.76.0-5 2.24-5 5s2.24 5 5 5 5-2.24 5-5-2.24-5-5-5zM2 13h2c.55.0 1-.45 1-1s-.45-1-1-1H2c-.55.0-1 .45-1 1s.45 1 1 1zm18 0h2c.55.0 1-.45 1-1s-.45-1-1-1h-2c-.55.0-1 .45-1 1s.45 1 1 1zM11 2v2c0 .55.45 1 1 1s1-.45 1-1V2c0-.55-.45-1-1-1s-1 .45-1 1zm0 18v2c0 .55.45 1 1 1s1-.45 1-1v-2c0-.55-.45-1-1-1s-1 .45-1 1zM5.99 4.58c-.39-.39-1.03-.39-1.41.0-.39.39-.39 1.03.0 1.41l1.06 1.06c.39.39 1.03.39 1.41.0s.39-1.03.0-1.41L5.99 4.58zm12.37 12.37c-.39-.39-1.03-.39-1.41.0-.39.39-.39 1.03.0 1.41l1.06 1.06c.39.39 1.03.39 1.41.0.39-.39.39-1.03.0-1.41l-1.06-1.06zm1.06-12.37-1.06 1.06c-.39.39-.39 1.03.0 1.41s1.03.39 1.41.0l1.06-1.06c.39-.39.39-1.03.0-1.41s-1.03-.39-1.41.0zM7.05 18.36l-1.06 1.06c-.39.39-.39 1.03.0 1.41s1.03.39 1.41.0l1.06-1.06c.39-.39.39-1.03.0-1.41s-1.03-.39-1.41.0z"/></svg> <svg class="theme-toggle__sun" viewBox="0 0 24 24" width="16" height="16" fill="currentColor"><path d="M12 7c-2.76.0-5 2.24-5 5s2.24 5 5 5 5-2.24 5-5-2.24-5-5-5zM2 13h2c.55.0 1-.45 1-1s-.45-1-1-1H2c-.55.0-1 .45-1 1s.45 1 1 1zm18 0h2c.55.0 1-.45 1-1s-.45-1-1-1h-2c-.55.0-1 .45-1 1s.45 1 1 1zM11 2v2c0 .55.45 1 1 1s1-.45 1-1V2c0-.55-.45-1-1-1s-1 .45-1 1zm0 18v2c0 .55.45 1 1 1s1-.45 1-1v-2c0-.55-.45-1-1-1s-1 .45-1 1zM5.99 4.58c-.39-.39-1.03-.39-1.41.0-.39.39-.39 1.03.0 1.41l1.06 1.06c.39.39 1.03.39 1.41.0s.39-1.03.0-1.41L5.99 4.58zm12.37 12.37c-.39-.39-1.03-.39-1.41.0-.39.39-.39 1.03.0 1.41l1.06 1.06c.39.39 1.03.39 1.41.0.39-.39.39-1.03.0-1.41l-1.06-1.06zm1.06-12.37-1.06 1.06c-.39.39-.39 1.03.0 1.41s1.03.39 1.41.0l1.06-1.06c.39-.39.39-1.03.0-1.41s-1.03-.39-1.41.0zM7.05 18.36l-1.06 1.06c-.39.39-.39 1.03.0 1.41s1.03.39 1.41.0l1.06-1.06c.39-.39.39-1.03.0-1.41s-1.03-.39-1.41.0z"/></svg>
<svg class="theme-toggle__moon" viewBox="0 0 24 24" width="16" height="16" fill="currentColor"><path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"/></svg></button><div class=brand__auth><input type=checkbox id=auth-dropdown class=brand__auth-check> <svg class="theme-toggle__moon" viewBox="0 0 24 24" width="16" height="16" fill="currentColor"><path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"/></svg></button><div class=brand__auth><input type=checkbox id=auth-dropdown class=brand__auth-check>
<label class=brand__auth-toggle for=auth-dropdown tabindex=0 aria-label="Account options"><svg viewBox="0 0 24 24" width="12" height="12" fill="currentColor"><path d="M12 12c2.7.0 4.8-2.1 4.8-4.8S14.7 2.4 12 2.4 7.2 4.5 7.2 7.2 9.3 12 12 12zm0 2.4c-3.2.0-9.6 1.6-9.6 4.8v2.4h19.2v-2.4c0-3.2-6.4-4.8-9.6-4.8z"/></svg></label><div class=brand__auth-links><a href=/login/ class="auth-link auth-link--login">Login</a> <label class=brand__auth-toggle for=auth-dropdown tabindex=0 aria-label="Account options"><svg viewBox="0 0 24 24" width="12" height="12" fill="currentColor"><path d="M12 12c2.7.0 4.8-2.1 4.8-4.8S14.7 2.4 12 2.4 7.2 4.5 7.2 7.2 9.3 12 12 12zm0 2.4c-3.2.0-9.6 1.6-9.6 4.8v2.4h19.2v-2.4c0-3.2-6.4-4.8-9.6-4.8z"/></svg></label><div class=brand__auth-links><a href=/login/ class="auth-link auth-link--login">Login</a>
@@ -8,6 +8,6 @@
All updates All updates
</button> </button>
<button class=rss-subscribe__item data-rss-url=https://freedoms4.org/blog/index.xml> <button class=rss-subscribe__item data-rss-url=https://freedoms4.org/blog/index.xml>
Blog posts</button></div></div></div></div><nav class="menu language"><ul class="menu__list language__list"><li class=menu__item><a class=menu__link href=/>Home</a></li><li class=menu__item><a class=menu__link href=/blog/>Blog</a></li><li class=menu__item><a class=menu__link href=/services/>Services</a></li><li class=menu__item><a class=menu__link href=/uninotes/>UniNotes</a></li><li class=menu__item><a class=menu__link href=/contact/>Contact</a></li></ul></nav></header><main class=main><h1 class=heading id=namaste->Namaste 🙏<span class=heading__anchor> <a href=#namaste->#</a></span></h1><p style=text-indent:1.185em>My name is <b>hyzen</b>, I'm the founder of this site. This site is my space to write about my views on various subjects and explore ideas that matter to me. I also provide free <a href=/services/>services</a> to the public that may matter to them.</p><h3 class=heading id=on-the-blog-im-writing-about>On the <a href=/blog/>blog</a> I&rsquo;m writing about:<span class=heading__anchor> <a href=#on-the-blog-im-writing-about>#</a></span></h3><ul><li><strong>Tech</strong> - Free and Open-Source Software, digital freedom.</li><li><strong>Philosophy</strong> - Reflections on ideas, ethics, meaning, and ways of thinking.</li><li><strong>Communism</strong> - I believe in Marxism. I am committed to the principle of providing internet services in a <b>socialist way</b>. This means creating tools and spaces that prioritize community benefit over profit, and believing in the collective good.</li><li><strong>Politics as a whole</strong> - Commentary on political systems, economics, and social issues.</li></ul><p style=text-indent:1.185em>Beyond theoretical discussions, I may also write about my day-to-day experiences, thoughts, and feelings - the personal reflections that shape my worldview and understanding of the world around me.</p><h3 class=heading id=motive>Motive:<span class=heading__anchor> <a href=#motive>#</a></span></h3><p style=text-indent:1.185em>My goal is for everyone who visits this site to leave with something valuable.</p><h3 class=heading id=sites-code>Site&rsquo;s Code:<span class=heading__anchor> <a href=#sites-code>#</a></span></h3><p style=text-indent:1.185em>This site is also built with open source tools like Hugo and served freely. If you're interested in the code , you can find its frontend <a href=https://git.freedoms4.org/hyzen/hyzendust.github.io target=_blank rel="noopener noreferrer">here↗</a> and backend <a href=https://git.freedoms4.org/hyzen/freedoms4-backend-public.git target=_blank rel="noopener noreferrer">here↗.</a></p></main><footer class=footer><p class=footer__copyright-notice>&copy; <a href=https://freedoms4.org>freedoms4.org</a> Blog posts</button></div></div></div></div><nav class="menu language"><ul class="menu__list language__list"><li class=menu__item><a class=menu__link href=/>Home</a></li><li class=menu__item><a class=menu__link href=/blog/>Blog</a></li><li class=menu__item><a class=menu__link href=/services/>Services</a></li><li class=menu__item><a class=menu__link href=/uninotes/>UniNotes</a></li><li class=menu__item><a class=menu__link href=/contact/>Contact</a></li></ul></nav></header><main class=main><h1 class=heading id=namaste->Namaste 🙏</h1><p style=text-indent:1.185em>My name is <b>hyzen</b>, I'm the founder of this site. This site is my space to write about my views on various subjects and explore ideas that matter to me. I also provide free <a href=/services/>services</a> to the public that may matter to them.</p><h3 class=heading id=on-the-blog-im-writing-about>On the <a href=/blog/>blog</a> I&rsquo;m writing about:</h3><ul><li><strong>Tech</strong> - Free and Open-Source Software, digital freedom.</li><li><strong>Philosophy</strong> - Reflections on ideas, ethics, meaning, and ways of thinking.</li><li><strong>Communism</strong> - I believe in Marxism. I am committed to the principle of providing internet services in a <b>socialist way</b>. This means creating tools and spaces that prioritize community benefit over profit, and believing in the collective good.</li><li><strong>Politics as a whole</strong> - Commentary on political systems, economics, and social issues.</li></ul><p style=text-indent:1.185em>Beyond theoretical discussions, I may also write about my day-to-day experiences, thoughts, and feelings - the personal reflections that shape my worldview and understanding of the world around me.</p><h3 class=heading id=motive>Motive:</h3><p style=text-indent:1.185em>My goal is for everyone who visits this site to leave with something valuable.</p><h3 class=heading id=sites-code>Site&rsquo;s Code:</h3><p style=text-indent:1.185em>This site is also built with open source tools like Hugo and served freely. If you're interested in the code , you can find its frontend <a href=https://git.freedoms4.org/hyzen/hyzendust.github.io target=_blank rel="noopener noreferrer">here↗</a> and backend <a href=https://git.freedoms4.org/hyzen/freedoms4-backend-public.git target=_blank rel="noopener noreferrer">here↗.</a></p></main><footer class=footer><p class=footer__copyright-notice>&copy; <a href=https://freedoms4.org>freedoms4.org</a>
<a href=/terms/>Terms and Conditions</a> <a href=/privacy/>Privacy Policy</a> <a href=/terms/>Terms and Conditions</a> <a href=/privacy/>Privacy Policy</a>
<a href=/changelog/>Changelog</a></p><p class=footer__theme-info>Built with <a href=https://gohugo.io>Hugo</a> and based on <a href=https://github.com/CyrusYip/hugo-theme-yue>Yue</a> theme</p></footer><script>(function(){document.querySelectorAll(".menu__item").forEach(function(e){var t=e.querySelector("a");t&&t.getAttribute("href")==="/uninotes/"&&e.classList.add("menu__item--uninotes")})})()</script><script>(function(){var e=document.getElementById("theme-toggle");if(!e)return;function t(){var e=localStorage.getItem("theme");return e?e:window.matchMedia("(prefers-color-scheme: light)").matches?"light":"dark"}function n(e){document.documentElement.setAttribute("data-theme",e),localStorage.setItem("theme",e)}n(t()),e.addEventListener("click",function(){var e=document.documentElement.getAttribute("data-theme")||t();n(e==="dark"?"light":"dark")})})()</script><script>(function(){var t="https://backend.freedoms4.org/auth.php",e=localStorage.getItem("f4_username");if(!e)return;function n(e){var t,n,o,i,a,c,r=document.querySelector(".brand__auth");r&&!r.querySelector(".brand__auth-user")&&(r.classList.add("brand__auth--loggedin"),t=document.createElement("div"),t.className="brand__auth-user",n=document.createElement("button"),n.className="brand__auth-user-btn",n.setAttribute("aria-label","Account menu"),c=document.createElement("span"),c.innerHTML='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="12" height="12" fill="currentColor"><path d="M12 12c2.7 0 4.8-2.1 4.8-4.8S14.7 2.4 12 2.4 7.2 4.5 7.2 7.2 9.3 12 12 12zm0 2.4c-3.2 0-9.6 1.6-9.6 4.8v2.4h19.2v-2.4c0-3.2-6.4-4.8-9.6-4.8z"/></svg>',n.appendChild(c.firstChild),n.appendChild(document.createTextNode(" "+e)),o=document.createElement("div"),o.className="brand__auth-user-dropdown",i=document.createElement("button"),i.className="brand__auth-user-logout",i.textContent="Log Out",i.addEventListener("click",s),e==="hyzen"&&(a=document.createElement("a"),a.className="brand__auth-user-admin",a.href="/admin/",a.textContent="User Management",o.appendChild(a)),o.appendChild(i),o.appendChild(i),t.appendChild(n),t.appendChild(o),r.appendChild(t),n.addEventListener("click",function(e){e.stopPropagation(),t.classList.toggle("is-open")}),document.addEventListener("click",function(){t.classList.remove("is-open")}))}function s(){fetch(t,{method:"POST",headers:{"Content-Type":"application/json"},credentials:"include",body:JSON.stringify({action:"logout"})}).finally(function(){localStorage.removeItem("f4_username"),localStorage.removeItem("f4_login_time"),localStorage.removeItem("f4_session_fails"),window.location.reload()})}n(e)})()</script><script>(function(){var t,e=document.querySelector(".rss-subscribe");if(!e)return;t=e.querySelector(".rss-subscribe__btn"),t.addEventListener("click",function(t){t.stopPropagation(),e.classList.toggle("is-open")}),document.addEventListener("click",function(t){e.contains(t.target)||e.classList.remove("is-open")}),e.querySelectorAll(".rss-subscribe__item").forEach(function(t){t.addEventListener("click",function(n){n.stopPropagation();var s,o=t.getAttribute("data-rss-url"),a=t.textContent;function i(){t.textContent="Copied!",setTimeout(function(){t.textContent=a,e.classList.remove("is-open")},1200)}try{s=document.createElement("textarea"),s.value=o,s.style.cssText="position:fixed;top:0;left:0;opacity:0;pointer-events:none;",document.body.appendChild(s),s.focus(),s.select(),document.execCommand("copy"),document.body.removeChild(s),i()}catch{navigator.clipboard&&navigator.clipboard.writeText(o).then(i).catch(function(){t.textContent=o})}})})})()</script><script src=/js/session-check.js></script></body></html> <a href=/changelog/>Changelog</a></p><p class=footer__theme-info>Built with <a href=https://gohugo.io>Hugo</a> and based on <a href=https://github.com/CyrusYip/hugo-theme-yue>Yue</a> theme</p></footer><script>(function(){document.querySelectorAll(".menu__item").forEach(function(e){var t=e.querySelector("a");t&&t.getAttribute("href")==="/uninotes/"&&e.classList.add("menu__item--uninotes")})})()</script><script>(function(){var e=document.getElementById("theme-toggle");if(!e)return;function t(){var e=localStorage.getItem("theme");return e?e:window.matchMedia("(prefers-color-scheme: light)").matches?"light":"dark"}function n(e){document.documentElement.setAttribute("data-theme",e),localStorage.setItem("theme",e)}n(t()),e.addEventListener("click",function(){var e=document.documentElement.getAttribute("data-theme")||t();n(e==="dark"?"light":"dark")})})()</script><script>(function(){var t="https://backend.freedoms4.org/auth.php",e=localStorage.getItem("f4_username");if(!e)return;function n(e){var t,n,o,i,a,c,r=document.querySelector(".brand__auth");r&&!r.querySelector(".brand__auth-user")&&(r.classList.add("brand__auth--loggedin"),t=document.createElement("div"),t.className="brand__auth-user",n=document.createElement("button"),n.className="brand__auth-user-btn",n.setAttribute("aria-label","Account menu"),c=document.createElement("span"),c.innerHTML='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="12" height="12" fill="currentColor"><path d="M12 12c2.7 0 4.8-2.1 4.8-4.8S14.7 2.4 12 2.4 7.2 4.5 7.2 7.2 9.3 12 12 12zm0 2.4c-3.2 0-9.6 1.6-9.6 4.8v2.4h19.2v-2.4c0-3.2-6.4-4.8-9.6-4.8z"/></svg>',n.appendChild(c.firstChild),n.appendChild(document.createTextNode(" "+e)),o=document.createElement("div"),o.className="brand__auth-user-dropdown",i=document.createElement("button"),i.className="brand__auth-user-logout",i.textContent="Log Out",i.addEventListener("click",s),e==="hyzen"&&(a=document.createElement("a"),a.className="brand__auth-user-admin",a.href="/admin/",a.textContent="User Management",o.appendChild(a)),o.appendChild(i),o.appendChild(i),t.appendChild(n),t.appendChild(o),r.appendChild(t),n.addEventListener("click",function(e){e.stopPropagation(),t.classList.toggle("is-open")}),document.addEventListener("click",function(){t.classList.remove("is-open")}))}function s(){fetch(t,{method:"POST",headers:{"Content-Type":"application/json"},credentials:"include",body:JSON.stringify({action:"logout"})}).finally(function(){localStorage.removeItem("f4_username"),localStorage.removeItem("f4_login_time"),localStorage.removeItem("f4_session_fails"),window.location.reload()})}n(e)})()</script><script>(function(){var t,e=document.querySelector(".rss-subscribe");if(!e)return;t=e.querySelector(".rss-subscribe__btn"),t.addEventListener("click",function(t){t.stopPropagation(),e.classList.toggle("is-open")}),document.addEventListener("click",function(t){e.contains(t.target)||e.classList.remove("is-open")}),e.querySelectorAll(".rss-subscribe__item").forEach(function(t){t.addEventListener("click",function(n){n.stopPropagation();var s,o=t.getAttribute("data-rss-url"),a=t.textContent;function i(){t.textContent="Copied!",setTimeout(function(){t.textContent=a,e.classList.remove("is-open")},1200)}try{s=document.createElement("textarea"),s.value=o,s.style.cssText="position:fixed;top:0;left:0;opacity:0;pointer-events:none;",document.body.appendChild(s),s.focus(),s.select(),document.execCommand("copy"),document.body.removeChild(s),i()}catch{navigator.clipboard&&navigator.clipboard.writeText(o).then(i).catch(function(){t.textContent=o})}})})})()</script><script src=/js/session-check.js></script></body></html>

View File

@@ -1,473 +1,22 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Freedoms4</title><link>https://freedoms4.org/</link><description>Recent updates on Freedoms4</description><generator>Hugo</generator><language>en-us</language><managingEditor>your-email@example.com (Freedoms4)</managingEditor><webMaster>your-email@example.com (Freedoms4)</webMaster><lastBuildDate>Sun, 01 Mar 2026 18:11:14 +0000</lastBuildDate><atom:link href="https://freedoms4.org/index.xml" rel="self" type="application/rss+xml"/><item><title>Email</title><link>https://freedoms4.org/services/email-account/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><author>your-email@example.com (Freedoms4)</author><guid>https://freedoms4.org/services/email-account/</guid><description>&lt;div id="email-loggedin" style="display:none"&gt; <?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Freedoms4</title><link>https://freedoms4.org/</link><description>Recent updates on Freedoms4</description><generator>Hugo</generator><language>en-us</language><managingEditor>your-email@example.com (Freedoms4)</managingEditor><webMaster>your-email@example.com (Freedoms4)</webMaster><lastBuildDate>Sun, 01 Mar 2026 18:11:14 +0000</lastBuildDate><atom:link href="https://freedoms4.org/index.xml" rel="self" type="application/rss+xml"/><item><title>Email</title><link>https://freedoms4.org/services/email/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><author>your-email@example.com (Freedoms4)</author><guid>https://freedoms4.org/services/email/</guid><description>Get a private email account.</description></item><item><title>XMPP</title><link>https://freedoms4.org/services/xmpp/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><author>your-email@example.com (Freedoms4)</author><guid>https://freedoms4.org/services/xmpp/</guid><description>Get an XMPP account.</description></item><item><title>File Share</title><link>https://freedoms4.org/services/file-share/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><author>your-email@example.com (Freedoms4)</author><guid>https://freedoms4.org/services/file-share/</guid><description>&lt;p&gt;Visit &lt;a href="https://share.freedoms4.org" target="_blank" rel="noopener noreferrer"&gt;
&lt;p&gt;&lt;strong&gt;Email ID:&lt;/strong&gt; &lt;span id="email-address"&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Password:&lt;/strong&gt; Use the same password that you used during registration.&lt;/p&gt;
&lt;/div&gt;
&lt;div id="email-loggedout" style="display:none"&gt;
&lt;p&gt;Please &lt;a href="https://freedoms4.org/signup/"&gt;sign up&lt;/a&gt; to create an email account.&lt;/p&gt;
&lt;/div&gt;
&lt;script&gt;
(function () {
var username = localStorage.getItem('f4_username');
if (username) {
document.getElementById('email-address').textContent = username + '@freedoms4.org';
document.getElementById('email-loggedin').style.display = '';
} else {
document.getElementById('email-loggedout').style.display = '';
}
})();
&lt;/script&gt;</description></item><item><title>XMPP</title><link>https://freedoms4.org/services/xmpp-account/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><author>your-email@example.com (Freedoms4)</author><guid>https://freedoms4.org/services/xmpp-account/</guid><description>&lt;div id="xmpp-loggedin" style="display:none"&gt;
&lt;p&gt;&lt;strong&gt;JID:&lt;/strong&gt; &lt;span id="xmpp-jid"&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Password:&lt;/strong&gt; Use the same password that you used during registration.&lt;/p&gt;
&lt;/div&gt;
&lt;div id="xmpp-loggedout" style="display:none"&gt;
&lt;p&gt;Please &lt;a href="https://freedoms4.org/signup/"&gt;sign up&lt;/a&gt; to create an XMPP account.&lt;/p&gt;
&lt;/div&gt;
&lt;script&gt;
(function () {
var username = localStorage.getItem('f4_username');
if (username) {
document.getElementById('xmpp-jid').textContent = username + '@freedoms4.org';
document.getElementById('xmpp-loggedin').style.display = '';
} else {
document.getElementById('xmpp-loggedout').style.display = '';
}
})();
&lt;/script&gt;</description></item><item><title>File Share</title><link>https://freedoms4.org/services/file-share/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><author>your-email@example.com (Freedoms4)</author><guid>https://freedoms4.org/services/file-share/</guid><description>&lt;p&gt;Visit &lt;a href="https://share.freedoms4.org" target="_blank" rel="noopener noreferrer"&gt;
share.freedoms4.org↗ share.freedoms4.org↗
&lt;/a&gt; to quickly upload files and get sharable links.&lt;/p&gt;</description></item><item><title>What is Education?</title><link>https://freedoms4.org/blog/what-is-education/</link><pubDate>Sun, 01 Mar 2026 18:11:14 +0000</pubDate><author>your-email@example.com (Freedoms4)</author><guid>https://freedoms4.org/blog/what-is-education/</guid><description>&lt;h1 class="heading" id="what-is-education"&gt; &lt;/a&gt; to quickly upload files and get sharable links.&lt;/p&gt;</description></item><item><title>What is Education?</title><link>https://freedoms4.org/blog/what-is-education/</link><pubDate>Sun, 01 Mar 2026 18:11:14 +0000</pubDate><author>your-email@example.com (Freedoms4)</author><guid>https://freedoms4.org/blog/what-is-education/</guid><description>&lt;h1 class="heading" id="what-is-education"&gt;What is Education?&lt;/h1&gt;
What is Education?&lt;span class="heading__anchor"&gt; &lt;a href="#what-is-education"&gt;#&lt;/a&gt;&lt;/span&gt; &lt;p&gt;Education simply means &amp;ldquo;learning&amp;rdquo;. It&amp;rsquo;s a natural process.&lt;/p&gt;
&lt;/h1&gt;&lt;p&gt;Education simply means &amp;ldquo;learning&amp;rdquo;. It&amp;rsquo;s a natural process.&lt;/p&gt; &lt;h3 class="heading" id="ratio-of-components-in-education"&gt;Ratio of components in Education:&lt;/h3&gt;
&lt;h3 class="heading" id="ratio-of-components-in-education"&gt; &lt;p&gt;50% Knowledge/Understanding, 30% Skills, 20% Experience.&lt;/p&gt;
Ratio of components in Education:&lt;span class="heading__anchor"&gt; &lt;a href="#ratio-of-components-in-education"&gt;#&lt;/a&gt;&lt;/span&gt; &lt;h3 class="heading" id="education-vs-academics"&gt;Education vs Academics:&lt;/h3&gt;
&lt;/h3&gt;&lt;p&gt;50% Knowledge/Understanding, 30% Skills, 20% Experience.&lt;/p&gt; &lt;p&gt;Education and Academics are not the same thing. Academics is Education based of a curriculum and an institution. Plato discovered the word while describing his school of philosophy.&lt;/p&gt;
&lt;h3 class="heading" id="education-vs-academics"&gt; &lt;h4 class="heading" id="academics-system-has-evolved-with-time-and-got-worst-lets-see-what-the-system-has-become-nowadays"&gt;Academics system has evolved with time and got worst. Let&amp;rsquo;s see what the system has become nowadays:&lt;/h4&gt;
Education vs Academics:&lt;span class="heading__anchor"&gt; &lt;a href="#education-vs-academics"&gt;#&lt;/a&gt;&lt;/span&gt; &lt;ul&gt;
&lt;/h3&gt;&lt;p&gt;Education and Academics are not the same thing. Academics is Education based of a curriculum and an institution. Plato discovered the word while describing his school of philosophy.&lt;/p&gt;
&lt;h4 class="heading" id="academics-system-has-evolved-with-time-and-got-worst-lets-see-what-the-system-has-become-nowadays"&gt;
Academics system has evolved with time and got worst. Let&amp;rsquo;s see what the system has become nowadays:&lt;span class="heading__anchor"&gt; &lt;a href="#academics-system-has-evolved-with-time-and-got-worst-lets-see-what-the-system-has-become-nowadays"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h4&gt;&lt;ul&gt;
&lt;li&gt;Wrong ratio of knowledge, skill, experience (knowledge takes about 90%).&lt;/li&gt; &lt;li&gt;Wrong ratio of knowledge, skill, experience (knowledge takes about 90%).&lt;/li&gt;
&lt;li&gt;Generalised curriculum for all students.&lt;/li&gt; &lt;li&gt;Generalised curriculum for all students.&lt;/li&gt;
&lt;/ul&gt; &lt;/ul&gt;
&lt;h4 class="heading" id="extra-bad"&gt; &lt;h4 class="heading" id="extra-bad"&gt;Extra bad:&lt;/h4&gt;
Extra bad:&lt;span class="heading__anchor"&gt; &lt;a href="#extra-bad"&gt;#&lt;/a&gt;&lt;/span&gt; &lt;ul&gt;
&lt;/h4&gt;&lt;ul&gt;
&lt;li&gt;Goals are only bound to exams/grades, degree or certifications (year 1088), then getting jobs.&lt;/li&gt; &lt;li&gt;Goals are only bound to exams/grades, degree or certifications (year 1088), then getting jobs.&lt;/li&gt;
&lt;li&gt;Unhealthy pressure and competition for students.&lt;/li&gt; &lt;li&gt;Unhealthy pressure and competition for students.&lt;/li&gt;
&lt;li&gt;Money game.&lt;/li&gt; &lt;li&gt;Money game.&lt;/li&gt;
&lt;li&gt;Politics.&lt;/li&gt; &lt;li&gt;Politics.&lt;/li&gt;
&lt;/ul&gt; &lt;/ul&gt;
&lt;p&gt;Education as a concept/implementation/system is good. &lt;p&gt;Education as a concept/implementation/system is good.
Academics is good only as a concept. It&amp;rsquo;s implementation and system is always the worst and corrupted.&lt;/p&gt;</description></item><item><title>Coming Soon</title><link>https://freedoms4.org/coming-soon/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><author>your-email@example.com (Freedoms4)</author><guid>https://freedoms4.org/coming-soon/</guid><description>&lt;p&gt;This feature is not yet available. Check back later!&lt;/p&gt;</description></item><item><title>Contact</title><link>https://freedoms4.org/contact/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><author>your-email@example.com (Freedoms4)</author><guid>https://freedoms4.org/contact/</guid><description>&lt;p&gt;&lt;strong&gt;Admin:&lt;/strong&gt; hyzen&lt;/p&gt; Academics is good only as a concept. It&amp;rsquo;s implementation and system is always the worst and corrupted.&lt;/p&gt;</description></item></channel></rss>
&lt;h2 class="heading" id="contacts"&gt;
Contacts&lt;span class="heading__anchor"&gt; &lt;a href="#contacts"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h2&gt;&lt;p&gt;&lt;strong&gt;&lt;a href="mailto:hyzen@freedoms4.org"&gt;Email&lt;/a&gt; and &lt;a href="xmpp:hyzen@freedoms4.org"&gt;XMPP&lt;/a&gt;:&lt;/strong&gt; &lt;a href="mailto:hyzen@freedoms4.org"&gt;hyzen@freedoms4.org&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;IRC/Liberachat:&lt;/strong&gt; hyzen, #freedoms4&lt;/p&gt;
&lt;h2 class="heading" id="follow-on"&gt;
Follow on&lt;span class="heading__anchor"&gt; &lt;a href="#follow-on"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h2&gt;&lt;p&gt;&lt;strong&gt;&lt;a href="https://mastodon.social/@hyzen"&gt;Mastodon&lt;/a&gt;:&lt;/strong&gt; &lt;a href="mailto:hyzen@mastodon.social"&gt;hyzen@mastodon.social&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Lemmy:&lt;/strong&gt; &lt;a href="mailto:hyzen@lemmy.today"&gt;hyzen@lemmy.today&lt;/a&gt;&lt;/p&gt;</description></item><item><title>Login</title><link>https://freedoms4.org/login/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><author>your-email@example.com (Freedoms4)</author><guid>https://freedoms4.org/login/</guid><description/></item><item><title>Sign Up</title><link>https://freedoms4.org/signup/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><author>your-email@example.com (Freedoms4)</author><guid>https://freedoms4.org/signup/</guid><description/></item><item><title>Unit 1</title><link>https://freedoms4.org/uninotes/s1/bo-dcm1109/unit1/self/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><author>your-email@example.com (Freedoms4)</author><guid>https://freedoms4.org/uninotes/s1/bo-dcm1109/unit1/self/</guid><description>&lt;h3 class="heading" id="april-6-2026"&gt;
&lt;em&gt;&lt;strong&gt;April 6, 2026&lt;/strong&gt;&lt;/em&gt;&lt;span class="heading__anchor"&gt; &lt;a href="#april-6-2026"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h3&gt;&lt;h2 class="heading" id="features-and-nature-of-business"&gt;
Features and Nature of Business&lt;span class="heading__anchor"&gt; &lt;a href="#features-and-nature-of-business"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h2&gt;&lt;p&gt;A) Economic Activity.&lt;br&gt;
B) Continuous Activity.&lt;br&gt;
C) Profit Motive.&lt;br&gt;
D) Exchange of goods and services.&lt;br&gt;
E) Customer Orientation.&lt;br&gt;
F) Risk and Uncertainty.&lt;br&gt;
G) Legal and Ethical Compliance.&lt;br&gt;
H) Global.&lt;/p&gt;
&lt;h2 class="heading" id="concept"&gt;
Concept&lt;span class="heading__anchor"&gt; &lt;a href="#concept"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h2&gt;&lt;p&gt;A) Value Creation.&lt;br&gt;
B) Profit.&lt;br&gt;
C) Social.&lt;br&gt;
D) Organised.&lt;br&gt;
E) Dynanic.&lt;/p&gt;
&lt;h2 class="heading" id="scope"&gt;
Scope&lt;span class="heading__anchor"&gt; &lt;a href="#scope"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h2&gt;&lt;h3 class="heading" id="a-industry"&gt;
A) Industry&lt;span class="heading__anchor"&gt; &lt;a href="#a-industry"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h3&gt;&lt;ol&gt;
&lt;li&gt;Primary Industry: Extraction of raw material (agriculture, mining).&lt;/li&gt;
&lt;li&gt;Secondary Industry: Manufacturing.&lt;/li&gt;
&lt;li&gt;Tertiary Industry: Service (banking, insurance, transport, delivery)&lt;/li&gt;
&lt;li&gt;Quaternary Sector: Knowledge based services (IT, education/training)&lt;/li&gt;
&lt;li&gt;Quinary Sector: Services of leading roles (Government services, NGOs)&lt;/li&gt;
&lt;/ol&gt;
&lt;h3 class="heading" id="b-commerce"&gt;
B) Commerce&lt;span class="heading__anchor"&gt; &lt;a href="#b-commerce"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h3&gt;&lt;ol&gt;
&lt;li&gt;Trade.&lt;/li&gt;
&lt;li&gt;Auxiliaries to Trade.&lt;/li&gt;
&lt;/ol&gt;
&lt;h3 class="heading" id="c-modern-dimensions-of-business"&gt;
C) Modern Dimensions of Business&lt;span class="heading__anchor"&gt; &lt;a href="#c-modern-dimensions-of-business"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h3&gt;&lt;ol&gt;
&lt;li&gt;E-Business.&lt;/li&gt;
&lt;li&gt;Green Business.&lt;/li&gt;
&lt;li&gt;Social Business.&lt;/li&gt;
&lt;li&gt;Global Business.&lt;/li&gt;
&lt;/ol&gt;
&lt;h2 class="heading" id="business-as-a-system"&gt;
Business as a System&lt;span class="heading__anchor"&gt; &lt;a href="#business-as-a-system"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h2&gt;&lt;p&gt;A) Interdependance.&lt;br&gt;
B) Input-Process-Output Model.&lt;br&gt;
C) Open System.&lt;br&gt;
D) Dynamic Nature.&lt;/p&gt;</description></item><item><title>Unit 1</title><link>https://freedoms4.org/uninotes/s1/et-dcm1107/unit1/live/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><author>your-email@example.com (Freedoms4)</author><guid>https://freedoms4.org/uninotes/s1/et-dcm1107/unit1/live/</guid><description>&lt;h3 class="heading" id="april-5-2026"&gt;
&lt;em&gt;&lt;strong&gt;April 5, 2026&lt;/strong&gt;&lt;/em&gt;&lt;span class="heading__anchor"&gt; &lt;a href="#april-5-2026"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h3&gt;&lt;h2 class="heading" id="course-objectives"&gt;
Course Objectives&lt;span class="heading__anchor"&gt; &lt;a href="#course-objectives"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h2&gt;&lt;p&gt;A) Develop analytical skills for interpreting consumer decision-making and market behaviour using economic tools.&lt;br&gt;
B) Examine cost and revenue structures of firms.&lt;/p&gt;
&lt;h2 class="heading" id="definition-of-economics-by-various-individuals"&gt;
Definition of Economics by various individuals&lt;span class="heading__anchor"&gt; &lt;a href="#definition-of-economics-by-various-individuals"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h2&gt;&lt;p&gt;A) Wealth Definition by Adam Smith.&lt;br&gt;
B) Welfare Definition by Alfred Marshall.&lt;br&gt;
C) Scarcity Definition by Robbins.&lt;br&gt;
D) Growth Defintion by Samuelson.&lt;/p&gt;
&lt;h2 class="heading" id="nature"&gt;
Nature&lt;span class="heading__anchor"&gt; &lt;a href="#nature"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h2&gt;&lt;h3 class="heading" id="a-economics-as-a-science"&gt;
A) Economics as a Science&lt;span class="heading__anchor"&gt; &lt;a href="#a-economics-as-a-science"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h3&gt;&lt;ol&gt;
&lt;li&gt;Positive (what is, based on data and logic)&lt;/li&gt;
&lt;li&gt;Normative (what ought to be, opinions, judgements)&lt;/li&gt;
&lt;/ol&gt;
&lt;h3 class="heading" id="b-economics-as-an-art"&gt;
B) Economics as an Art&lt;span class="heading__anchor"&gt; &lt;a href="#b-economics-as-an-art"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h3&gt;&lt;ol&gt;
&lt;li&gt;Pure (what ought to be, ideals and goals)&lt;/li&gt;
&lt;li&gt;Applied (real world, how to implement)&lt;/li&gt;
&lt;/ol&gt;
&lt;h3 class="heading" id="a-described-economics-as-a-science"&gt;
A) Described Economics as a Science&lt;span class="heading__anchor"&gt; &lt;a href="#a-described-economics-as-a-science"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h3&gt;&lt;ol&gt;
&lt;li&gt;Focuses on laws and cause-and-effect relationships (e.g Law of Demand).&lt;/li&gt;
&lt;li&gt;Models to predict economic outcomes.&lt;/li&gt;
&lt;li&gt;Data analysis, observation, hypothesis.&lt;/li&gt;
&lt;li&gt;Real-world evidence.&lt;/li&gt;
&lt;li&gt;Deductive and Inductive reasoning.&lt;/li&gt;
&lt;/ol&gt;
&lt;ul&gt;
&lt;li&gt;Limitaion: Human behaviour involved.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 class="heading" id="methods"&gt;
Methods&lt;span class="heading__anchor"&gt; &lt;a href="#methods"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h2&gt;&lt;p&gt;A) Inductive (specific -&amp;gt; general).&lt;br&gt;
B) Deductive (general -&amp;gt; specific).&lt;/p&gt;</description></item><item><title>Unit 1</title><link>https://freedoms4.org/uninotes/s1/ge-dcm1106/unit1/live/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><author>your-email@example.com (Freedoms4)</author><guid>https://freedoms4.org/uninotes/s1/ge-dcm1106/unit1/live/</guid><description>&lt;h3 class="heading" id="april-12-2026"&gt;
&lt;em&gt;&lt;strong&gt;April 12, 2026&lt;/strong&gt;&lt;/em&gt;&lt;span class="heading__anchor"&gt; &lt;a href="#april-12-2026"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h3&gt;&lt;h2 class="heading" id="theories-on-the-origin-of-language"&gt;
Theories on the Origin of Language&lt;span class="heading__anchor"&gt; &lt;a href="#theories-on-the-origin-of-language"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h2&gt;&lt;h3 class="heading" id="types-of-theories"&gt;
Types of Theories&lt;span class="heading__anchor"&gt; &lt;a href="#types-of-theories"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h3&gt;&lt;p&gt;A) Divine.&lt;br&gt;
B) Bow-Bow.&lt;br&gt;
C) Pooh-Pooh.&lt;br&gt;
D) Ding-Dong.&lt;br&gt;
E) Gesture.&lt;br&gt;
F) Yo-He-Ho.&lt;br&gt;
G) Musical.&lt;br&gt;
H) Tool-Making.&lt;br&gt;
I) Evolutionary.&lt;br&gt;
J) Symbolic.&lt;br&gt;
K) Contemporary Perspective.&lt;/p&gt;</description></item><item><title>Unit 1</title><link>https://freedoms4.org/uninotes/s1/pbm-dcm1110/unit1/live/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><author>your-email@example.com (Freedoms4)</author><guid>https://freedoms4.org/uninotes/s1/pbm-dcm1110/unit1/live/</guid><description>&lt;h3 class="heading" id="april-12-2026"&gt;
&lt;em&gt;&lt;strong&gt;April 12, 2026&lt;/strong&gt;&lt;/em&gt;&lt;span class="heading__anchor"&gt; &lt;a href="#april-12-2026"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h3&gt;&lt;h2 class="heading" id="introduction"&gt;
Introduction&lt;span class="heading__anchor"&gt; &lt;a href="#introduction"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h2&gt;&lt;p&gt;Management is a process where is an environment is developed to achieve the predefined goals and objectives through planning, organising, directing and controlling.&lt;/p&gt;</description></item><item><title>Unit 1</title><link>https://freedoms4.org/uninotes/s1/pbm-dcm1110/unit1/self/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><author>your-email@example.com (Freedoms4)</author><guid>https://freedoms4.org/uninotes/s1/pbm-dcm1110/unit1/self/</guid><description>&lt;h3 class="heading" id="april-5-2026"&gt;
&lt;em&gt;&lt;strong&gt;April 5, 2026&lt;/strong&gt;&lt;/em&gt;&lt;span class="heading__anchor"&gt; &lt;a href="#april-5-2026"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h3&gt;&lt;h2 class="heading" id="characteristics-of-management"&gt;
Characteristics of Management&lt;span class="heading__anchor"&gt; &lt;a href="#characteristics-of-management"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h2&gt;&lt;p&gt;A) Goal Oriented.&lt;br&gt;
B) Pervasive.&lt;br&gt;
C) Multidimentional:&lt;br&gt;
         (i) Management of People.&lt;br&gt;
         (ii) Management of Operations.&lt;br&gt;
D) Continuous.&lt;br&gt;
E) Dynamic.&lt;br&gt;
F) Group Activity.&lt;br&gt;
G) Intangible.&lt;/p&gt;
&lt;h2 class="heading" id="functions-of-management"&gt;
Functions of Management&lt;span class="heading__anchor"&gt; &lt;a href="#functions-of-management"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h2&gt;&lt;p&gt;A) Planning.&lt;br&gt;
B) Organising.&lt;br&gt;
C) Staffing.&lt;br&gt;
D) Directing.&lt;br&gt;
E) Controlling.&lt;/p&gt;
&lt;h3 class="heading" id="a-planning"&gt;
A) Planning&lt;span class="heading__anchor"&gt; &lt;a href="#a-planning"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h3&gt;&lt;ol&gt;
&lt;li&gt;Determine the goals or mission of the organisation.&lt;/li&gt;
&lt;li&gt;Forecast future conditions.&lt;/li&gt;
&lt;li&gt;Select the best course of action.&lt;/li&gt;
&lt;li&gt;Formulate policies, procedures, budgets.&lt;/li&gt;
&lt;/ol&gt;
&lt;h3 class="heading" id="b-organising"&gt;
B) Organising&lt;span class="heading__anchor"&gt; &lt;a href="#b-organising"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h3&gt;&lt;ol&gt;
&lt;li&gt;Identify and analyse activities required to be operated on.&lt;/li&gt;
&lt;li&gt;Group similar activities.&lt;/li&gt;
&lt;li&gt;Assign duties to individuals.&lt;/li&gt;
&lt;li&gt;Delegate authority and responsibility to the individuals in managerial roles.&lt;/li&gt;
&lt;li&gt;Establish and announce clear authority relationships to ensure coordination and control.&lt;/li&gt;
&lt;/ol&gt;
&lt;h3 class="heading" id="c-staffing"&gt;
C) Staffing&lt;span class="heading__anchor"&gt; &lt;a href="#c-staffing"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h3&gt;&lt;ol&gt;
&lt;li&gt;Recruitment and selection.&lt;/li&gt;
&lt;li&gt;Training.&lt;/li&gt;
&lt;li&gt;Performance appraisal.&lt;/li&gt;
&lt;/ol&gt;
&lt;h3 class="heading" id="d-directing"&gt;
D) Directing&lt;span class="heading__anchor"&gt; &lt;a href="#d-directing"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h3&gt;&lt;ol&gt;
&lt;li&gt;Leadership and supervision.&lt;/li&gt;
&lt;li&gt;Motivation.&lt;/li&gt;
&lt;li&gt;Communication.&lt;/li&gt;
&lt;/ol&gt;
&lt;h3 class="heading" id="e-controlling"&gt;
E) Controlling&lt;span class="heading__anchor"&gt; &lt;a href="#e-controlling"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h3&gt;&lt;ol&gt;
&lt;li&gt;Establish performance standards.&lt;/li&gt;
&lt;li&gt;Measure performance.&lt;/li&gt;
&lt;li&gt;Compare performance with the standards.&lt;/li&gt;
&lt;li&gt;Identify reasons for deviations.&lt;/li&gt;
&lt;li&gt;Implement corrective actions.&lt;/li&gt;
&lt;li&gt;Use feedback to evaluate performance improvement.&lt;/li&gt;
&lt;/ol&gt;
&lt;h2 class="heading" id="significance-of-management"&gt;
Significance of Management&lt;span class="heading__anchor"&gt; &lt;a href="#significance-of-management"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h2&gt;&lt;p&gt;A) Optimum unilization of resources.&lt;br&gt;
B) Minimisation of costs.&lt;br&gt;
C) Achievement of group goals.&lt;br&gt;
D) Organisational stability.&lt;/p&gt;</description></item><item><title>Unit 11</title><link>https://freedoms4.org/uninotes/s1/bo-dcm1109/unit11/self/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><author>your-email@example.com (Freedoms4)</author><guid>https://freedoms4.org/uninotes/s1/bo-dcm1109/unit11/self/</guid><description>&lt;h3 class="heading" id="may-17-2026"&gt;
&lt;em&gt;&lt;strong&gt;May 17, 2026&lt;/strong&gt;&lt;/em&gt;&lt;span class="heading__anchor"&gt; &lt;a href="#may-17-2026"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h3&gt;&lt;h2 class="heading" id="modes-of-business-combination"&gt;
Modes of Business Combination&lt;span class="heading__anchor"&gt; &lt;a href="#modes-of-business-combination"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h2&gt;&lt;h3 class="heading" id="a-associations"&gt;
A) Associations&lt;span class="heading__anchor"&gt; &lt;a href="#a-associations"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h3&gt;&lt;ol&gt;
&lt;li&gt;Trade Association&lt;/li&gt;
&lt;li&gt;Chamber of Commerce&lt;/li&gt;
&lt;li&gt;Informal agreements&lt;/li&gt;
&lt;/ol&gt;
&lt;h3 class="heading" id="b-federations"&gt;
B) Federations&lt;span class="heading__anchor"&gt; &lt;a href="#b-federations"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h3&gt;&lt;ol&gt;
&lt;li&gt;Formal agreements&lt;/li&gt;
&lt;li&gt;Pools&lt;/li&gt;
&lt;li&gt;Cartels&lt;/li&gt;
&lt;/ol&gt;
&lt;h3 class="heading" id="c-consolidations"&gt;
C) Consolidations&lt;span class="heading__anchor"&gt; &lt;a href="#c-consolidations"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h3&gt;&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;Partials Consolidations&lt;br&gt;
a. Trust&lt;br&gt;
b. Holding Companies&lt;br&gt;
c. Community of Interest&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Complete Consolidations&lt;br&gt;
a. Mergers&lt;br&gt;
b. Acquisition&lt;br&gt;
c. Amalgamation&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;h2 class="heading" id="types-of-business-combination"&gt;
Types of Business Combination&lt;span class="heading__anchor"&gt; &lt;a href="#types-of-business-combination"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h2&gt;&lt;h3 class="heading" id="a-horizontal"&gt;
A) Horizontal&lt;span class="heading__anchor"&gt; &lt;a href="#a-horizontal"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h3&gt;&lt;p&gt;These companies operate at the same level of production, distribution or supply chain.&lt;/p&gt;</description></item><item><title>Unit 12</title><link>https://freedoms4.org/uninotes/s1/et-dcm1107/unit12/self/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><author>your-email@example.com (Freedoms4)</author><guid>https://freedoms4.org/uninotes/s1/et-dcm1107/unit12/self/</guid><description>&lt;h3 class="heading" id="may-25-2026"&gt;
&lt;em&gt;&lt;strong&gt;May 25, 2026&lt;/strong&gt;&lt;/em&gt;&lt;span class="heading__anchor"&gt; &lt;a href="#may-25-2026"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h3&gt;&lt;h2 class="heading" id="definitions"&gt;
Definitions&lt;span class="heading__anchor"&gt; &lt;a href="#definitions"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h2&gt;&lt;h3 class="heading" id="interest"&gt;
Interest&lt;span class="heading__anchor"&gt; &lt;a href="#interest"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h3&gt;&lt;p&gt;The payment or reward given for borrowing money or using capital for a specific period of time.&lt;/p&gt;
&lt;h3 class="heading" id="gross-interest"&gt;
Gross Interest&lt;span class="heading__anchor"&gt; &lt;a href="#gross-interest"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h3&gt;&lt;p&gt;The total amount paid by the borrower to the lender for using borrowed money before deducting taxes, service charges, or other expenses.&lt;/p&gt;
&lt;h3 class="heading" id="net-interest"&gt;
Net Interest&lt;span class="heading__anchor"&gt; &lt;a href="#net-interest"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h3&gt;&lt;p&gt;The actual or pure interest earned or paid after excluding additional charges such as risk, management costs, and inconvenience.&lt;/p&gt;</description></item><item><title>Unit 2</title><link>https://freedoms4.org/uninotes/s1/bo-dcm1109/unit2/self/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><author>your-email@example.com (Freedoms4)</author><guid>https://freedoms4.org/uninotes/s1/bo-dcm1109/unit2/self/</guid><description>&lt;h3 class="heading" id="april-12-2026"&gt;
&lt;em&gt;&lt;strong&gt;April 12, 2026&lt;/strong&gt;&lt;/em&gt;&lt;span class="heading__anchor"&gt; &lt;a href="#april-12-2026"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h3&gt;&lt;h2 class="heading" id="primary-sector"&gt;
Primary Sector&lt;span class="heading__anchor"&gt; &lt;a href="#primary-sector"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h2&gt;&lt;p&gt;The Primary Sector comprises the delivery of raw materials up to the finished product. Industries in this sector include mining for oil, coal, iron, and other minerals; Forestry, agriculture, fish farming and land reclamation, etc.&lt;/p&gt;
&lt;h2 class="heading" id="secondary-sector"&gt;
Secondary Sector&lt;span class="heading__anchor"&gt; &lt;a href="#secondary-sector"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h2&gt;&lt;p&gt;The Secondary Sector refines, processes and manufactures. This includes industries like petrochemical refineries, steel-making mills, factories for making equipment and machinery for industry and goods for consumer purchase.&lt;/p&gt;</description></item><item><title>Unit 2</title><link>https://freedoms4.org/uninotes/s1/et-dcm1107/unit2/live/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><author>your-email@example.com (Freedoms4)</author><guid>https://freedoms4.org/uninotes/s1/et-dcm1107/unit2/live/</guid><description>&lt;h3 class="heading" id="april-12-2026"&gt;
&lt;em&gt;&lt;strong&gt;April 12, 2026&lt;/strong&gt;&lt;/em&gt;&lt;span class="heading__anchor"&gt; &lt;a href="#april-12-2026"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h3&gt;&lt;h2 class="heading" id="types-of-utility"&gt;
Types of Utility&lt;span class="heading__anchor"&gt; &lt;a href="#types-of-utility"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h2&gt;&lt;p&gt;A) Form Utility&lt;br&gt;
B) Place&lt;br&gt;
C) Time&lt;br&gt;
D) Possession&lt;/p&gt;
&lt;h2 class="heading" id="law-of-deminishing-marginal-utility"&gt;
Law of Deminishing Marginal Utility&lt;span class="heading__anchor"&gt; &lt;a href="#law-of-deminishing-marginal-utility"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h2&gt;&lt;h2 class="heading" id="law-of-equi-marginal-utility"&gt;
Law of Equi-Marginal Utility&lt;span class="heading__anchor"&gt; &lt;a href="#law-of-equi-marginal-utility"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h2&gt;&lt;h2 class="heading" id="law-of-demand"&gt;
Law of Demand&lt;span class="heading__anchor"&gt; &lt;a href="#law-of-demand"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h2&gt;&lt;p&gt;Price and Quantity demanded for a product is inversely related.&lt;/p&gt;
&lt;h2 class="heading" id="exceptions-of-law-of-demand"&gt;
Exceptions of Law of Demand&lt;span class="heading__anchor"&gt; &lt;a href="#exceptions-of-law-of-demand"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h2&gt;&lt;p&gt;A) Assumption of increase in price.&lt;br&gt;
B) Status goods or Veblen goods.&lt;br&gt;
C) Giffen goods.&lt;br&gt;
D) War.&lt;br&gt;
E) Economic depression.
F) Essential goods.&lt;/p&gt;</description></item><item><title>Unit 2</title><link>https://freedoms4.org/uninotes/s1/pbm-dcm1110/unit2/self/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><author>your-email@example.com (Freedoms4)</author><guid>https://freedoms4.org/uninotes/s1/pbm-dcm1110/unit2/self/</guid><description>&lt;h3 class="heading" id="april-12-2026"&gt;
&lt;em&gt;&lt;strong&gt;April 12, 2026&lt;/strong&gt;&lt;/em&gt;&lt;span class="heading__anchor"&gt; &lt;a href="#april-12-2026"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h3&gt;&lt;h2 class="heading" id="behaviors-of-managers"&gt;
Behaviors of Managers&lt;span class="heading__anchor"&gt; &lt;a href="#behaviors-of-managers"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h2&gt;&lt;h3 class="heading" id="a-coaching-managers"&gt;
A) Coaching managers&lt;span class="heading__anchor"&gt; &lt;a href="#a-coaching-managers"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h3&gt;&lt;p&gt;Coaching managers usually take on a teacher-like role, and they have an excellent understanding of
the different stages of professional development. They love to motivate their employees to improve.
They do this by helping them build strong personal relationships. Some of the most common
qualities of a coaching manager include:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Educating every employee of the organisation.&lt;/li&gt;
&lt;li&gt;Looking after the long-term professional development of their employees.&lt;/li&gt;
&lt;li&gt;Bringing the team together whilst also evaluating each individual&amp;rsquo;s progress.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 class="heading" id="b-authoritative-managers"&gt;
B) Authoritative managers&lt;span class="heading__anchor"&gt; &lt;a href="#b-authoritative-managers"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h3&gt;&lt;p&gt;Authoritative managers make sure that they are handling most of the decision-making and task
delegation by themselves, whilst also making sure that they are maintaining a strict protocol in their
office. They most often focus on adhering to rules and making sure that employees complete tasks
as per the companys standard of quality. Some of the common qualities of an authoritative manager
include:&lt;/p&gt;</description></item><item><title>Unit 3</title><link>https://freedoms4.org/uninotes/s1/bo-dcm1109/unit3/self/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><author>your-email@example.com (Freedoms4)</author><guid>https://freedoms4.org/uninotes/s1/bo-dcm1109/unit3/self/</guid><description>&lt;h3 class="heading" id="april-15-2026"&gt;
&lt;em&gt;&lt;strong&gt;April 15, 2026&lt;/strong&gt;&lt;/em&gt;&lt;span class="heading__anchor"&gt; &lt;a href="#april-15-2026"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h3&gt;&lt;h2 class="heading" id="types-of-co-operatives-formed"&gt;
Types of co-operatives formed&lt;span class="heading__anchor"&gt; &lt;a href="#types-of-co-operatives-formed"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h2&gt;&lt;p&gt;A) Consumer co-operatives.&lt;br&gt;
B) Producer co-operatives.&lt;br&gt;
C) Marketing co-operatives.&lt;br&gt;
D) Housing co-operatives.&lt;br&gt;
E) Credit co-operatives.&lt;br&gt;
F) Cooperative Farming Societies.&lt;/p&gt;
&lt;h2 class="heading" id="types-of-companies"&gt;
Types of Companies&lt;span class="heading__anchor"&gt; &lt;a href="#types-of-companies"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h2&gt;&lt;h3 class="heading" id="a-on-the-basis-of-incorporation"&gt;
A) On the Basis of Incorporation&lt;span class="heading__anchor"&gt; &lt;a href="#a-on-the-basis-of-incorporation"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h3&gt;&lt;ol&gt;
&lt;li&gt;Chartered Companies: Formed under a Royal Charter or special charter issued by the
monarch (no longer applicable in India).&lt;/li&gt;
&lt;li&gt;Statutory Companies: Created by a special Act of Parliament or State Legislature. Example:
Reserve Bank of India (RBI), Life Insurance Corporation (LIC).&lt;/li&gt;
&lt;li&gt;Registered Companies: Incorporated under the Companies Act, 2013. This includes almost
all modern business entities in India.&lt;/li&gt;
&lt;/ol&gt;
&lt;h3 class="heading" id="b-on-the-basis-of-liability"&gt;
B) On the Basis of Liability&lt;span class="heading__anchor"&gt; &lt;a href="#b-on-the-basis-of-liability"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h3&gt;&lt;ol&gt;
&lt;li&gt;Company Limited by Shares [Section 2(22)].&lt;/li&gt;
&lt;li&gt;Company Limited by Guarantee [Section 2(21)].&lt;/li&gt;
&lt;li&gt;Unlimited Liability Company [Section 2(92)].&lt;/li&gt;
&lt;li&gt;Company Limited by Both Guarantee and Shares.&lt;/li&gt;
&lt;/ol&gt;
&lt;h3 class="heading" id="c-on-the-basis-of-ownership"&gt;
C) On the Basis of Ownership&lt;span class="heading__anchor"&gt; &lt;a href="#c-on-the-basis-of-ownership"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h3&gt;&lt;ol&gt;
&lt;li&gt;Private Company (Section 2(68)).&lt;/li&gt;
&lt;li&gt;Public Company (Section 2(71)).&lt;/li&gt;
&lt;li&gt;One Person Company (Section 2(62)).&lt;/li&gt;
&lt;/ol&gt;
&lt;h3 class="heading" id="d-on-the-basis-of-control"&gt;
D) On the Basis of Control&lt;span class="heading__anchor"&gt; &lt;a href="#d-on-the-basis-of-control"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h3&gt;&lt;ol&gt;
&lt;li&gt;Holding Company: Controls one or more subsidiaries by owning over 50% voting rights or board control.&lt;/li&gt;
&lt;li&gt;Subsidiary Company: Controlled by another company. Example: Jaguar Land Rover
(subsidiary of Tata Motors).&lt;/li&gt;
&lt;/ol&gt;
&lt;h3 class="heading" id="e-on-the-basis-of-nationality"&gt;
E) On the Basis of Nationality&lt;span class="heading__anchor"&gt; &lt;a href="#e-on-the-basis-of-nationality"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h3&gt;&lt;ol&gt;
&lt;li&gt;Indian Company: Incorporated under the Companies Act, 2013 and managed in India.&lt;/li&gt;
&lt;li&gt;Foreign Company (Section 2(42)): Incorporated outside India but has a place of business in India. Example: Google India Pvt. Ltd.&lt;/li&gt;
&lt;/ol&gt;
&lt;h3 class="heading" id="f-on-the-basis-of-purpose"&gt;
F) On the Basis of Purpose&lt;span class="heading__anchor"&gt; &lt;a href="#f-on-the-basis-of-purpose"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h3&gt;&lt;ol&gt;
&lt;li&gt;For-Profit Companies.&lt;/li&gt;
&lt;li&gt;Non-Profit Companies (Section 8): Established for charitable, educational, or social
purposes. Profits are reinvested to promote their objectives. Example: CRY Foundation.&lt;/li&gt;
&lt;/ol&gt;</description></item><item><title>Unit 3</title><link>https://freedoms4.org/uninotes/s1/pbm-dcm1110/unit3/self/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><author>your-email@example.com (Freedoms4)</author><guid>https://freedoms4.org/uninotes/s1/pbm-dcm1110/unit3/self/</guid><description>&lt;h3 class="heading" id="april-15-2026"&gt;
&lt;em&gt;&lt;strong&gt;April 15, 2026&lt;/strong&gt;&lt;/em&gt;&lt;span class="heading__anchor"&gt; &lt;a href="#april-15-2026"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h3&gt;&lt;h2 class="heading" id="classical-approach-comprised-the-following-three-approaches"&gt;
Classical approach comprised the following three approaches:&lt;span class="heading__anchor"&gt; &lt;a href="#classical-approach-comprised-the-following-three-approaches"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h2&gt;&lt;h3 class="heading" id="a-scientific-management"&gt;
A) Scientific Management&lt;span class="heading__anchor"&gt; &lt;a href="#a-scientific-management"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h3&gt;&lt;p&gt;In scientific management, scientific methods are used to study and analyse the problems in factories and businesses. It involves the use of rational methods, understanding issues, and finding relevant &amp;amp; practical solutions. The main contribution in scientific management is of Frederick Winslow Taylor, who is well renowned as The father of scientific management.&lt;/p&gt;
&lt;h3 class="heading" id="b-administration-management"&gt;
B) Administration Management&lt;span class="heading__anchor"&gt; &lt;a href="#b-administration-management"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h3&gt;&lt;p&gt;It is mainly related to the performance of managers and has defined various functions of administration. In administration management, the emphasis is laid on evaluating the existing processes, identifying the underlying principles, and developing the management theories. These functions are interlinked and help managers perform effectively. The major contribution towards administration management is from Henry Fayol.&lt;/p&gt;</description></item><item><title>Unit 4</title><link>https://freedoms4.org/uninotes/s1/pbm-dcm1110/unit4/self/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><author>your-email@example.com (Freedoms4)</author><guid>https://freedoms4.org/uninotes/s1/pbm-dcm1110/unit4/self/</guid><description>&lt;h3 class="heading" id="april-20-2026"&gt;
&lt;em&gt;&lt;strong&gt;April 20, 2026&lt;/strong&gt;&lt;/em&gt;&lt;span class="heading__anchor"&gt; &lt;a href="#april-20-2026"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h3&gt;&lt;h2 class="heading" id="neoclassical-approaches"&gt;
Neoclassical Approaches&lt;span class="heading__anchor"&gt; &lt;a href="#neoclassical-approaches"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h2&gt;&lt;h3 class="heading" id="a-human-relations-movement"&gt;
A) Human Relations Movement&lt;span class="heading__anchor"&gt; &lt;a href="#a-human-relations-movement"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h3&gt;&lt;p&gt;Factors affecting the Human Relations Movement:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Economic Depression - 1929.&lt;/li&gt;
&lt;li&gt;Progress in Technology.&lt;/li&gt;
&lt;li&gt;Response to Taylorism.&lt;/li&gt;
&lt;li&gt;Enmity between classes.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 class="heading" id="1-contribution-of-elton-mayo"&gt;
1. Contribution of Elton Mayo&lt;span class="heading__anchor"&gt; &lt;a href="#1-contribution-of-elton-mayo"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h3&gt;&lt;p&gt;The Hawthorne Experiments: A Landmark in Human Relations&lt;/p&gt;
&lt;p&gt;Four Experiments:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;&lt;strong&gt;Illumination Experiments (19241927):&lt;/strong&gt; Examined how changes in lighting affected worker productivity.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Relay Assembly Test Room Experiments (19271928):&lt;/strong&gt; Studied the impact of altered work conditions, such as hours and rest breaks, on output.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Mass Interviewing Programme (19281930):&lt;/strong&gt; Investigated employees attitudes, feelings, and perceptions toward their work.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Bank Wiring Observation Room Experiments (19311932):&lt;/strong&gt; Explored the effects of informal social groups on individual behaviour and productivity.&lt;/li&gt;
&lt;/ol&gt;
&lt;h3 class="heading" id="b-behavioral-approach"&gt;
B) Behavioral Approach&lt;span class="heading__anchor"&gt; &lt;a href="#b-behavioral-approach"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h3&gt;&lt;p&gt;This approach focuses on understanding how individuals think, feel, and behave within organisational settings. Drawing insights from disciplines such as psychology, sociology, anthropology, and economics, it emphasises the importance of studying human behaviour scientifically to develop effective management practices.&lt;/p&gt;</description></item><item><title>Unit 5</title><link>https://freedoms4.org/uninotes/s1/et-dcm1107/unit5/self/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><author>your-email@example.com (Freedoms4)</author><guid>https://freedoms4.org/uninotes/s1/et-dcm1107/unit5/self/</guid><description>&lt;h3 class="heading" id="may-01-2026"&gt;
&lt;em&gt;&lt;strong&gt;May 01, 2026&lt;/strong&gt;&lt;/em&gt;&lt;span class="heading__anchor"&gt; &lt;a href="#may-01-2026"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h3&gt;&lt;h2 class="heading" id="explicit-cost"&gt;
Explicit Cost&lt;span class="heading__anchor"&gt; &lt;a href="#explicit-cost"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h2&gt;&lt;p&gt;Explicit costs are direct, out-of-pocket payments that a business or individual makes for the use of resources or services. These costs are tangible, measurable, and recorded in accounting books, including expenses like rent, utility bills, wages, raw materials, and interest on borrowed capital.&lt;/p&gt;
&lt;h2 class="heading" id="implicit-cost"&gt;
Implicit Cost&lt;span class="heading__anchor"&gt; &lt;a href="#implicit-cost"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h2&gt;&lt;p&gt;Implicit costs are not directly paid out or recorded in financial statements, but represent the opportunity costs of using resources owned by the firm or individual. Examples include the forgone salary if an entrepreneur works in their own business instead of being employed elsewhere, or the interest income sacrificed by investing personal funds in the business rather than elsewhere.&lt;/p&gt;</description></item><item><title>Unit 6</title><link>https://freedoms4.org/uninotes/s1/et-dcm1107/unit6/self/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><author>your-email@example.com (Freedoms4)</author><guid>https://freedoms4.org/uninotes/s1/et-dcm1107/unit6/self/</guid><description>&lt;h3 class="heading" id="may-02-2026"&gt;
&lt;em&gt;&lt;strong&gt;May 02, 2026&lt;/strong&gt;&lt;/em&gt;&lt;span class="heading__anchor"&gt; &lt;a href="#may-02-2026"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h3&gt;&lt;h2 class="heading" id="production-function"&gt;
Production Function&lt;span class="heading__anchor"&gt; &lt;a href="#production-function"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h2&gt;&lt;p&gt;The production function states the functional relationship between the factors of production and the number of products.&lt;/p&gt;
&lt;p&gt;Q = f (L, C, N)&lt;br&gt;
Here, Q = Quantity of output, L = labour, C = capital, N = land.&lt;/p&gt;
&lt;h2 class="heading" id="time-elements-in-production-function"&gt;
Time Elements in Production Function&lt;span class="heading__anchor"&gt; &lt;a href="#time-elements-in-production-function"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h2&gt;&lt;h3 class="heading" id="a-short-run"&gt;
A) Short run&lt;span class="heading__anchor"&gt; &lt;a href="#a-short-run"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h3&gt;&lt;p&gt;In the short run, only some of the inputs can be varied, but not all. Some factors will remain fixed, and some will be variable.&lt;/p&gt;</description></item><item><title>Unit 7</title><link>https://freedoms4.org/uninotes/s1/et-dcm1107/unit7/self/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><author>your-email@example.com (Freedoms4)</author><guid>https://freedoms4.org/uninotes/s1/et-dcm1107/unit7/self/</guid><description>&lt;h3 class="heading" id="may-08-2026"&gt;
&lt;em&gt;&lt;strong&gt;May 08, 2026&lt;/strong&gt;&lt;/em&gt;&lt;span class="heading__anchor"&gt; &lt;a href="#may-08-2026"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h3&gt;&lt;h2 class="heading" id="types-of-capital"&gt;
Types of Capital&lt;span class="heading__anchor"&gt; &lt;a href="#types-of-capital"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h2&gt;&lt;p&gt;A) Owned/Borrowed Capital.&lt;br&gt;
B) Fixed/Floating Capital.&lt;br&gt;
C) Working Capital.&lt;br&gt;
D) Gross Working Capital.&lt;br&gt;
E) Net Working Capital.&lt;br&gt;
F) Net Operating Working Capital.&lt;/p&gt;
&lt;h2 class="heading" id="types-of-revenue"&gt;
Types of Revenue&lt;span class="heading__anchor"&gt; &lt;a href="#types-of-revenue"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h2&gt;&lt;h3 class="heading" id="a-operating-revenue"&gt;
A) Operating Revenue&lt;span class="heading__anchor"&gt; &lt;a href="#a-operating-revenue"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h3&gt;&lt;ol&gt;
&lt;li&gt;Sales Revenue.&lt;/li&gt;
&lt;li&gt;Service Revenue.&lt;/li&gt;
&lt;/ol&gt;
&lt;h3 class="heading" id="b-gross-revenue"&gt;
B) Gross Revenue&lt;span class="heading__anchor"&gt; &lt;a href="#b-gross-revenue"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h3&gt;&lt;p&gt;Gross revenue, often known as gross sales, is the entire amount of money your firm makes in a given accounting period before any deductions.&lt;/p&gt;</description></item><item><title>User Management</title><link>https://freedoms4.org/admin/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><author>your-email@example.com (Freedoms4)</author><guid>https://freedoms4.org/admin/</guid><description/></item></channel></rss>

File diff suppressed because one or more lines are too long

View File

@@ -9,6 +9,6 @@ All updates
</button> </button>
<button class=rss-subscribe__item data-rss-url=https://freedoms4.org/blog/index.xml> <button class=rss-subscribe__item data-rss-url=https://freedoms4.org/blog/index.xml>
Blog posts</button></div></div></div></div><nav class="menu language"><ul class="menu__list language__list"><li class=menu__item><a class=menu__link href=/>Home</a></li><li class=menu__item><a class=menu__link href=/blog/>Blog</a></li><li class=menu__item><a class=menu__link href=/services/>Services</a></li><li class=menu__item><a class=menu__link href=/uninotes/>UniNotes</a></li><li class=menu__item><a class=menu__link href=/contact/>Contact</a></li></ul></nav></header><main class=main><nav class="uninotes-breadcrumbs breadcrumbs"><a href=/blog/>Blog</a> Blog posts</button></div></div></div></div><nav class="menu language"><ul class="menu__list language__list"><li class=menu__item><a class=menu__link href=/>Home</a></li><li class=menu__item><a class=menu__link href=/blog/>Blog</a></li><li class=menu__item><a class=menu__link href=/services/>Services</a></li><li class=menu__item><a class=menu__link href=/uninotes/>UniNotes</a></li><li class=menu__item><a class=menu__link href=/contact/>Contact</a></li></ul></nav></header><main class=main><nav class="uninotes-breadcrumbs breadcrumbs"><a href=/blog/>Blog</a>
<span>Categories</span></nav><h1><a href=/blog/ style=text-decoration:none;color:var(--accent-color)>All Posts</a> | Categories</h1><section class=term-list><h2 class=term-list__item><a class=term-list__link href=/uninotes/s1/>S1 (16)</a></h2></section></main><footer class=footer><p class=footer__copyright-notice>&copy; <a href=https://freedoms4.org>freedoms4.org</a> <span>Categories</span></nav><h1><a href=/blog/ style=text-decoration:none;color:var(--accent-color)>All Posts</a> | Categories</h1><section class=term-list><h2 class=term-list__item><a class=term-list__link href=/uninotes/s1/>S1 (20)</a></h2></section></main><footer class=footer><p class=footer__copyright-notice>&copy; <a href=https://freedoms4.org>freedoms4.org</a>
<a href=/terms/>Terms and Conditions</a> <a href=/privacy/>Privacy Policy</a> <a href=/terms/>Terms and Conditions</a> <a href=/privacy/>Privacy Policy</a>
<a href=/changelog/>Changelog</a></p><p class=footer__theme-info>Built with <a href=https://gohugo.io>Hugo</a> and based on <a href=https://github.com/CyrusYip/hugo-theme-yue>Yue</a> theme</p></footer><script>(function(){document.querySelectorAll(".menu__item").forEach(function(e){var t=e.querySelector("a");t&&t.getAttribute("href")==="/uninotes/"&&e.classList.add("menu__item--uninotes")})})()</script><script>(function(){var e=document.getElementById("theme-toggle");if(!e)return;function t(){var e=localStorage.getItem("theme");return e?e:window.matchMedia("(prefers-color-scheme: light)").matches?"light":"dark"}function n(e){document.documentElement.setAttribute("data-theme",e),localStorage.setItem("theme",e)}n(t()),e.addEventListener("click",function(){var e=document.documentElement.getAttribute("data-theme")||t();n(e==="dark"?"light":"dark")})})()</script><script>(function(){var t="https://backend.freedoms4.org/auth.php",e=localStorage.getItem("f4_username");if(!e)return;function n(e){var t,n,o,i,a,c,r=document.querySelector(".brand__auth");r&&!r.querySelector(".brand__auth-user")&&(r.classList.add("brand__auth--loggedin"),t=document.createElement("div"),t.className="brand__auth-user",n=document.createElement("button"),n.className="brand__auth-user-btn",n.setAttribute("aria-label","Account menu"),c=document.createElement("span"),c.innerHTML='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="12" height="12" fill="currentColor"><path d="M12 12c2.7 0 4.8-2.1 4.8-4.8S14.7 2.4 12 2.4 7.2 4.5 7.2 7.2 9.3 12 12 12zm0 2.4c-3.2 0-9.6 1.6-9.6 4.8v2.4h19.2v-2.4c0-3.2-6.4-4.8-9.6-4.8z"/></svg>',n.appendChild(c.firstChild),n.appendChild(document.createTextNode(" "+e)),o=document.createElement("div"),o.className="brand__auth-user-dropdown",i=document.createElement("button"),i.className="brand__auth-user-logout",i.textContent="Log Out",i.addEventListener("click",s),e==="hyzen"&&(a=document.createElement("a"),a.className="brand__auth-user-admin",a.href="/admin/",a.textContent="User Management",o.appendChild(a)),o.appendChild(i),o.appendChild(i),t.appendChild(n),t.appendChild(o),r.appendChild(t),n.addEventListener("click",function(e){e.stopPropagation(),t.classList.toggle("is-open")}),document.addEventListener("click",function(){t.classList.remove("is-open")}))}function s(){fetch(t,{method:"POST",headers:{"Content-Type":"application/json"},credentials:"include",body:JSON.stringify({action:"logout"})}).finally(function(){localStorage.removeItem("f4_username"),localStorage.removeItem("f4_login_time"),localStorage.removeItem("f4_session_fails"),window.location.reload()})}n(e)})()</script><script>(function(){var t,e=document.querySelector(".rss-subscribe");if(!e)return;t=e.querySelector(".rss-subscribe__btn"),t.addEventListener("click",function(t){t.stopPropagation(),e.classList.toggle("is-open")}),document.addEventListener("click",function(t){e.contains(t.target)||e.classList.remove("is-open")}),e.querySelectorAll(".rss-subscribe__item").forEach(function(t){t.addEventListener("click",function(n){n.stopPropagation();var s,o=t.getAttribute("data-rss-url"),a=t.textContent;function i(){t.textContent="Copied!",setTimeout(function(){t.textContent=a,e.classList.remove("is-open")},1200)}try{s=document.createElement("textarea"),s.value=o,s.style.cssText="position:fixed;top:0;left:0;opacity:0;pointer-events:none;",document.body.appendChild(s),s.focus(),s.select(),document.execCommand("copy"),document.body.removeChild(s),i()}catch{navigator.clipboard&&navigator.clipboard.writeText(o).then(i).catch(function(){t.textContent=o})}})})})()</script><script src=/js/session-check.js></script></body></html> <a href=/changelog/>Changelog</a></p><p class=footer__theme-info>Built with <a href=https://gohugo.io>Hugo</a> and based on <a href=https://github.com/CyrusYip/hugo-theme-yue>Yue</a> theme</p></footer><script>(function(){document.querySelectorAll(".menu__item").forEach(function(e){var t=e.querySelector("a");t&&t.getAttribute("href")==="/uninotes/"&&e.classList.add("menu__item--uninotes")})})()</script><script>(function(){var e=document.getElementById("theme-toggle");if(!e)return;function t(){var e=localStorage.getItem("theme");return e?e:window.matchMedia("(prefers-color-scheme: light)").matches?"light":"dark"}function n(e){document.documentElement.setAttribute("data-theme",e),localStorage.setItem("theme",e)}n(t()),e.addEventListener("click",function(){var e=document.documentElement.getAttribute("data-theme")||t();n(e==="dark"?"light":"dark")})})()</script><script>(function(){var t="https://backend.freedoms4.org/auth.php",e=localStorage.getItem("f4_username");if(!e)return;function n(e){var t,n,o,i,a,c,r=document.querySelector(".brand__auth");r&&!r.querySelector(".brand__auth-user")&&(r.classList.add("brand__auth--loggedin"),t=document.createElement("div"),t.className="brand__auth-user",n=document.createElement("button"),n.className="brand__auth-user-btn",n.setAttribute("aria-label","Account menu"),c=document.createElement("span"),c.innerHTML='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="12" height="12" fill="currentColor"><path d="M12 12c2.7 0 4.8-2.1 4.8-4.8S14.7 2.4 12 2.4 7.2 4.5 7.2 7.2 9.3 12 12 12zm0 2.4c-3.2 0-9.6 1.6-9.6 4.8v2.4h19.2v-2.4c0-3.2-6.4-4.8-9.6-4.8z"/></svg>',n.appendChild(c.firstChild),n.appendChild(document.createTextNode(" "+e)),o=document.createElement("div"),o.className="brand__auth-user-dropdown",i=document.createElement("button"),i.className="brand__auth-user-logout",i.textContent="Log Out",i.addEventListener("click",s),e==="hyzen"&&(a=document.createElement("a"),a.className="brand__auth-user-admin",a.href="/admin/",a.textContent="User Management",o.appendChild(a)),o.appendChild(i),o.appendChild(i),t.appendChild(n),t.appendChild(o),r.appendChild(t),n.addEventListener("click",function(e){e.stopPropagation(),t.classList.toggle("is-open")}),document.addEventListener("click",function(){t.classList.remove("is-open")}))}function s(){fetch(t,{method:"POST",headers:{"Content-Type":"application/json"},credentials:"include",body:JSON.stringify({action:"logout"})}).finally(function(){localStorage.removeItem("f4_username"),localStorage.removeItem("f4_login_time"),localStorage.removeItem("f4_session_fails"),window.location.reload()})}n(e)})()</script><script>(function(){var t,e=document.querySelector(".rss-subscribe");if(!e)return;t=e.querySelector(".rss-subscribe__btn"),t.addEventListener("click",function(t){t.stopPropagation(),e.classList.toggle("is-open")}),document.addEventListener("click",function(t){e.contains(t.target)||e.classList.remove("is-open")}),e.querySelectorAll(".rss-subscribe__item").forEach(function(t){t.addEventListener("click",function(n){n.stopPropagation();var s,o=t.getAttribute("data-rss-url"),a=t.textContent;function i(){t.textContent="Copied!",setTimeout(function(){t.textContent=a,e.classList.remove("is-open")},1200)}try{s=document.createElement("textarea"),s.value=o,s.style.cssText="position:fixed;top:0;left:0;opacity:0;pointer-events:none;",document.body.appendChild(s),s.focus(),s.select(),document.execCommand("copy"),document.body.removeChild(s),i()}catch{navigator.clipboard&&navigator.clipboard.writeText(o).then(i).catch(function(){t.textContent=o})}})})})()</script><script src=/js/session-check.js></script></body></html>

View File

@@ -1,7 +1,4 @@
<!doctype html><html class=html lang=en-us dir=ltr><head><meta charset=utf-8><meta name=viewport content="width=device-width"><title>Email | Freedoms4</title><link rel=stylesheet href=/css/style.min.34d0accb85f8ec23ceee8c29eef5907823b531d8acb9e6bdf45a3b37ad028d30.css integrity="sha256-NNCsy4X47CPO7owp7vWQeCO1Mdisuea99Fo7N60CjTA=" crossorigin=anonymous><link rel=icon href=/favicon.ico><meta name=description content=" Email ID: Password: Use the same password that you used during registration. <!doctype html><html class=html lang=en-us dir=ltr><head><meta charset=utf-8><meta name=viewport content="width=device-width"><title>Email | Freedoms4</title><link rel=stylesheet href=/css/style.min.34d0accb85f8ec23ceee8c29eef5907823b531d8acb9e6bdf45a3b37ad028d30.css integrity="sha256-NNCsy4X47CPO7owp7vWQeCO1Mdisuea99Fo7N60CjTA=" crossorigin=anonymous><link rel=icon href=/favicon.ico><meta name=description content="Get a private email account."><meta property="og:url" content="https://freedoms4.org/services/email/"><meta property="og:site_name" content="Freedoms4"><meta property="og:title" content="Email"><meta property="og:description" content="Get a private email account."><meta property="og:locale" content="en_us"><meta property="og:type" content="article"><meta property="article:section" content="services"><meta itemprop=name content="Email"><meta itemprop=description content="Get a private email account."><meta itemprop=wordCount content="72"><link rel=stylesheet href=/css/custom.css><script>(function(){var e=localStorage.getItem("theme");e&&document.documentElement.setAttribute("data-theme",e),localStorage.getItem("f4_username")==="hyzen"&&document.documentElement.classList.add("hyzen-user")})()</script><script async src=https://plausible.freedoms4.org/js/pa-5BKl0z0RLzwrclKq4y-qk.js></script><script>(window.plausible=window.plausible||function(){(plausible.q=plausible.q||[]).push(arguments)},plausible.init=plausible.init||function(e){plausible.o=e||{}}),plausible.init()</script></head><body class=body><header class=header><div class=brand><img src=/logo.png alt="Freedoms4 logo"><h1>Freedoms4</h1><div class=brand__actions><button class=theme-toggle id=theme-toggle aria-label="Toggle theme" title="Toggle dark/light mode">
Please sign up to create an email account."><meta property="og:url" content="https://freedoms4.org/services/email-account/"><meta property="og:site_name" content="Freedoms4"><meta property="og:title" content="Email"><meta property="og:description" content="Email ID: Password: Use the same password that you used during registration.
Please sign up to create an email account."><meta property="og:locale" content="en_us"><meta property="og:type" content="article"><meta property="article:section" content="services"><meta itemprop=name content="Email"><meta itemprop=description content="Email ID: Password: Use the same password that you used during registration.
Please sign up to create an email account."><meta itemprop=wordCount content="20"><link rel=stylesheet href=/css/custom.css><script>(function(){var e=localStorage.getItem("theme");e&&document.documentElement.setAttribute("data-theme",e),localStorage.getItem("f4_username")==="hyzen"&&document.documentElement.classList.add("hyzen-user")})()</script><script async src=https://plausible.freedoms4.org/js/pa-5BKl0z0RLzwrclKq4y-qk.js></script><script>(window.plausible=window.plausible||function(){(plausible.q=plausible.q||[]).push(arguments)},plausible.init=plausible.init||function(e){plausible.o=e||{}}),plausible.init()</script></head><body class=body><header class=header><div class=brand><img src=/logo.png alt="Freedoms4 logo"><h1>Freedoms4</h1><div class=brand__actions><button class=theme-toggle id=theme-toggle aria-label="Toggle theme" title="Toggle dark/light mode">
<svg class="theme-toggle__sun" viewBox="0 0 24 24" width="16" height="16" fill="currentColor"><path d="M12 7c-2.76.0-5 2.24-5 5s2.24 5 5 5 5-2.24 5-5-2.24-5-5-5zM2 13h2c.55.0 1-.45 1-1s-.45-1-1-1H2c-.55.0-1 .45-1 1s.45 1 1 1zm18 0h2c.55.0 1-.45 1-1s-.45-1-1-1h-2c-.55.0-1 .45-1 1s.45 1 1 1zM11 2v2c0 .55.45 1 1 1s1-.45 1-1V2c0-.55-.45-1-1-1s-1 .45-1 1zm0 18v2c0 .55.45 1 1 1s1-.45 1-1v-2c0-.55-.45-1-1-1s-1 .45-1 1zM5.99 4.58c-.39-.39-1.03-.39-1.41.0-.39.39-.39 1.03.0 1.41l1.06 1.06c.39.39 1.03.39 1.41.0s.39-1.03.0-1.41L5.99 4.58zm12.37 12.37c-.39-.39-1.03-.39-1.41.0-.39.39-.39 1.03.0 1.41l1.06 1.06c.39.39 1.03.39 1.41.0.39-.39.39-1.03.0-1.41l-1.06-1.06zm1.06-12.37-1.06 1.06c-.39.39-.39 1.03.0 1.41s1.03.39 1.41.0l1.06-1.06c.39-.39.39-1.03.0-1.41s-1.03-.39-1.41.0zM7.05 18.36l-1.06 1.06c-.39.39-.39 1.03.0 1.41s1.03.39 1.41.0l1.06-1.06c.39-.39.39-1.03.0-1.41s-1.03-.39-1.41.0z"/></svg> <svg class="theme-toggle__sun" viewBox="0 0 24 24" width="16" height="16" fill="currentColor"><path d="M12 7c-2.76.0-5 2.24-5 5s2.24 5 5 5 5-2.24 5-5-2.24-5-5-5zM2 13h2c.55.0 1-.45 1-1s-.45-1-1-1H2c-.55.0-1 .45-1 1s.45 1 1 1zm18 0h2c.55.0 1-.45 1-1s-.45-1-1-1h-2c-.55.0-1 .45-1 1s.45 1 1 1zM11 2v2c0 .55.45 1 1 1s1-.45 1-1V2c0-.55-.45-1-1-1s-1 .45-1 1zm0 18v2c0 .55.45 1 1 1s1-.45 1-1v-2c0-.55-.45-1-1-1s-1 .45-1 1zM5.99 4.58c-.39-.39-1.03-.39-1.41.0-.39.39-.39 1.03.0 1.41l1.06 1.06c.39.39 1.03.39 1.41.0s.39-1.03.0-1.41L5.99 4.58zm12.37 12.37c-.39-.39-1.03-.39-1.41.0-.39.39-.39 1.03.0 1.41l1.06 1.06c.39.39 1.03.39 1.41.0.39-.39.39-1.03.0-1.41l-1.06-1.06zm1.06-12.37-1.06 1.06c-.39.39-.39 1.03.0 1.41s1.03.39 1.41.0l1.06-1.06c.39-.39.39-1.03.0-1.41s-1.03-.39-1.41.0zM7.05 18.36l-1.06 1.06c-.39.39-.39 1.03.0 1.41s1.03.39 1.41.0l1.06-1.06c.39-.39.39-1.03.0-1.41s-1.03-.39-1.41.0z"/></svg>
<svg class="theme-toggle__moon" viewBox="0 0 24 24" width="16" height="16" fill="currentColor"><path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"/></svg></button><div class=brand__auth><input type=checkbox id=auth-dropdown class=brand__auth-check> <svg class="theme-toggle__moon" viewBox="0 0 24 24" width="16" height="16" fill="currentColor"><path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"/></svg></button><div class=brand__auth><input type=checkbox id=auth-dropdown class=brand__auth-check>
<label class=brand__auth-toggle for=auth-dropdown tabindex=0 aria-label="Account options"><svg viewBox="0 0 24 24" width="12" height="12" fill="currentColor"><path d="M12 12c2.7.0 4.8-2.1 4.8-4.8S14.7 2.4 12 2.4 7.2 4.5 7.2 7.2 9.3 12 12 12zm0 2.4c-3.2.0-9.6 1.6-9.6 4.8v2.4h19.2v-2.4c0-3.2-6.4-4.8-9.6-4.8z"/></svg></label><div class=brand__auth-links><a href=/login/ class="auth-link auth-link--login">Login</a> <label class=brand__auth-toggle for=auth-dropdown tabindex=0 aria-label="Account options"><svg viewBox="0 0 24 24" width="12" height="12" fill="currentColor"><path d="M12 12c2.7.0 4.8-2.1 4.8-4.8S14.7 2.4 12 2.4 7.2 4.5 7.2 7.2 9.3 12 12 12zm0 2.4c-3.2.0-9.6 1.6-9.6 4.8v2.4h19.2v-2.4c0-3.2-6.4-4.8-9.6-4.8z"/></svg></label><div class=brand__auth-links><a href=/login/ class="auth-link auth-link--login">Login</a>
@@ -9,6 +6,6 @@ Please sign up to create an email account."><meta itemprop=wordCount content="20
<svg viewBox="0 0 24 24" width="10" height="10" fill="currentColor" aria-hidden="true"><path d="M6.18 15.64a2.18 2.18.0 012.18 2.18c0 1.19-.98 2.18-2.18 2.18C4.98 20 4 19.01 4 17.82a2.18 2.18.0 012.18-2.18M4 4.44A15.56 15.56.0 0119.56 20h-2.83A12.73 12.73.0 004 7.27V4.44m0 5.66a9.9 9.9.0 019.9 9.9h-2.83A7.07 7.07.0 004 12.93V10.1z"/></svg> <svg viewBox="0 0 24 24" width="10" height="10" fill="currentColor" aria-hidden="true"><path d="M6.18 15.64a2.18 2.18.0 012.18 2.18c0 1.19-.98 2.18-2.18 2.18C4.98 20 4 19.01 4 17.82a2.18 2.18.0 012.18-2.18M4 4.44A15.56 15.56.0 0119.56 20h-2.83A12.73 12.73.0 004 7.27V4.44m0 5.66a9.9 9.9.0 019.9 9.9h-2.83A7.07 7.07.0 004 12.93V10.1z"/></svg>
<span>Subscribe</span></button><div class=rss-subscribe__dropdown><button class=rss-subscribe__item data-rss-url=https://freedoms4.org/index.xml>All updates</button> <span>Subscribe</span></button><div class=rss-subscribe__dropdown><button class=rss-subscribe__item data-rss-url=https://freedoms4.org/index.xml>All updates</button>
<button class=rss-subscribe__item data-rss-url=https://freedoms4.org/blog/index.xml>Blog posts</button></div></div></div></div><nav class="menu language"><ul class="menu__list language__list"><li class=menu__item><a class=menu__link href=/>Home</a></li><li class=menu__item><a class=menu__link href=/blog/>Blog</a></li><li class=menu__item><a class=menu__link href=/services/>Services</a></li><li class=menu__item><a class=menu__link href=/uninotes/>UniNotes</a></li><li class=menu__item><a class=menu__link href=/contact/>Contact</a></li></ul></nav></header><main class=main><nav class="uninotes-breadcrumbs breadcrumbs"><a href=/services/>Services</a> <button class=rss-subscribe__item data-rss-url=https://freedoms4.org/blog/index.xml>Blog posts</button></div></div></div></div><nav class="menu language"><ul class="menu__list language__list"><li class=menu__item><a class=menu__link href=/>Home</a></li><li class=menu__item><a class=menu__link href=/blog/>Blog</a></li><li class=menu__item><a class=menu__link href=/services/>Services</a></li><li class=menu__item><a class=menu__link href=/uninotes/>UniNotes</a></li><li class=menu__item><a class=menu__link href=/contact/>Contact</a></li></ul></nav></header><main class=main><nav class="uninotes-breadcrumbs breadcrumbs"><a href=/services/>Services</a>
<span>Email</span></nav><h1>Email</h1><div id=email-loggedin style=display:none><p><strong>Email ID:</strong> <span id=email-address></span></p><p><strong>Password:</strong> Use the same password that you used during registration.</p></div><div id=email-loggedout style=display:none><p>Please <a href=/signup/>sign up</a> to create an email account.</p></div><script>(function(){var e=localStorage.getItem("f4_username");e?(document.getElementById("email-address").textContent=e+"@freedoms4.org",document.getElementById("email-loggedin").style.display=""):document.getElementById("email-loggedout").style.display=""})()</script><nav class=page-nav><a class=page-nav__next-link href=/services/xmpp-account/>XMPP →</a></nav></main><footer class=footer><p class=footer__copyright-notice>&copy; <a href=https://freedoms4.org>freedoms4.org</a> <span>Email</span></nav><h1>Email</h1><div id=email-loggedin style=display:none><p><strong>Email ID:</strong> <span id=email-address></span></p><p><strong>Password:</strong> Use the same password that you used during registration.</p></div><div id=email-loggedout style=display:none><p>Big corporate email providers read and scan every message that passes through their servers. Your emails become training data and ad-targeting fuel.</p><p>We provide this service because email privacy shouldn't be a premium feature, it should be the default! Your emails here aren't mined or sold. They aren't anyone's business but yours.</p><p>Please <a href=/signup/>sign up</a> to have an email account.</p></div><script>(function(){var e=localStorage.getItem("f4_username");e?(document.getElementById("email-address").textContent=e+"@freedoms4.org",document.getElementById("email-loggedin").style.display=""):document.getElementById("email-loggedout").style.display=""})()</script><nav class=page-nav><a class=page-nav__next-link href=/services/xmpp/>XMPP →</a></nav></main><footer class=footer><p class=footer__copyright-notice>&copy; <a href=https://freedoms4.org>freedoms4.org</a>
<a href=/terms/>Terms and Conditions</a> <a href=/privacy/>Privacy Policy</a> <a href=/terms/>Terms and Conditions</a> <a href=/privacy/>Privacy Policy</a>
<a href=/changelog/>Changelog</a></p><p class=footer__theme-info>Built with <a href=https://gohugo.io>Hugo</a> and based on <a href=https://github.com/CyrusYip/hugo-theme-yue>Yue</a> theme</p></footer><script>(function(){document.querySelectorAll(".menu__item").forEach(function(e){var t=e.querySelector("a");t&&t.getAttribute("href")==="/uninotes/"&&e.classList.add("menu__item--uninotes")})})()</script><script>(function(){var e=document.getElementById("theme-toggle");if(!e)return;function t(){var e=localStorage.getItem("theme");return e?e:window.matchMedia("(prefers-color-scheme: light)").matches?"light":"dark"}function n(e){document.documentElement.setAttribute("data-theme",e),localStorage.setItem("theme",e)}n(t()),e.addEventListener("click",function(){var e=document.documentElement.getAttribute("data-theme")||t();n(e==="dark"?"light":"dark")})})()</script><script>(function(){var t="https://backend.freedoms4.org/auth.php",e=localStorage.getItem("f4_username");if(!e)return;function n(e){var t,n,o,i,a,c,r=document.querySelector(".brand__auth");r&&!r.querySelector(".brand__auth-user")&&(r.classList.add("brand__auth--loggedin"),t=document.createElement("div"),t.className="brand__auth-user",n=document.createElement("button"),n.className="brand__auth-user-btn",n.setAttribute("aria-label","Account menu"),c=document.createElement("span"),c.innerHTML='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="12" height="12" fill="currentColor"><path d="M12 12c2.7 0 4.8-2.1 4.8-4.8S14.7 2.4 12 2.4 7.2 4.5 7.2 7.2 9.3 12 12 12zm0 2.4c-3.2 0-9.6 1.6-9.6 4.8v2.4h19.2v-2.4c0-3.2-6.4-4.8-9.6-4.8z"/></svg>',n.appendChild(c.firstChild),n.appendChild(document.createTextNode(" "+e)),o=document.createElement("div"),o.className="brand__auth-user-dropdown",i=document.createElement("button"),i.className="brand__auth-user-logout",i.textContent="Log Out",i.addEventListener("click",s),e==="hyzen"&&(a=document.createElement("a"),a.className="brand__auth-user-admin",a.href="/admin/",a.textContent="User Management",o.appendChild(a)),o.appendChild(i),o.appendChild(i),t.appendChild(n),t.appendChild(o),r.appendChild(t),n.addEventListener("click",function(e){e.stopPropagation(),t.classList.toggle("is-open")}),document.addEventListener("click",function(){t.classList.remove("is-open")}))}function s(){fetch(t,{method:"POST",headers:{"Content-Type":"application/json"},credentials:"include",body:JSON.stringify({action:"logout"})}).finally(function(){localStorage.removeItem("f4_username"),localStorage.removeItem("f4_login_time"),localStorage.removeItem("f4_session_fails"),window.location.reload()})}n(e)})()</script><script>(function(){var t,e=document.querySelector(".rss-subscribe");if(!e)return;t=e.querySelector(".rss-subscribe__btn"),t.addEventListener("click",function(t){t.stopPropagation(),e.classList.toggle("is-open")}),document.addEventListener("click",function(t){e.contains(t.target)||e.classList.remove("is-open")}),e.querySelectorAll(".rss-subscribe__item").forEach(function(t){t.addEventListener("click",function(n){n.stopPropagation();var s,o=t.getAttribute("data-rss-url"),a=t.textContent;function i(){t.textContent="Copied!",setTimeout(function(){t.textContent=a,e.classList.remove("is-open")},1200)}try{s=document.createElement("textarea"),s.value=o,s.style.cssText="position:fixed;top:0;left:0;opacity:0;pointer-events:none;",document.body.appendChild(s),s.focus(),s.select(),document.execCommand("copy"),document.body.removeChild(s),i()}catch{navigator.clipboard&&navigator.clipboard.writeText(o).then(i).catch(function(){t.textContent=o})}})})})()</script></body></html> <a href=/changelog/>Changelog</a></p><p class=footer__theme-info>Built with <a href=https://gohugo.io>Hugo</a> and based on <a href=https://github.com/CyrusYip/hugo-theme-yue>Yue</a> theme</p></footer><script>(function(){document.querySelectorAll(".menu__item").forEach(function(e){var t=e.querySelector("a");t&&t.getAttribute("href")==="/uninotes/"&&e.classList.add("menu__item--uninotes")})})()</script><script>(function(){var e=document.getElementById("theme-toggle");if(!e)return;function t(){var e=localStorage.getItem("theme");return e?e:window.matchMedia("(prefers-color-scheme: light)").matches?"light":"dark"}function n(e){document.documentElement.setAttribute("data-theme",e),localStorage.setItem("theme",e)}n(t()),e.addEventListener("click",function(){var e=document.documentElement.getAttribute("data-theme")||t();n(e==="dark"?"light":"dark")})})()</script><script>(function(){var t="https://backend.freedoms4.org/auth.php",e=localStorage.getItem("f4_username");if(!e)return;function n(e){var t,n,o,i,a,c,r=document.querySelector(".brand__auth");r&&!r.querySelector(".brand__auth-user")&&(r.classList.add("brand__auth--loggedin"),t=document.createElement("div"),t.className="brand__auth-user",n=document.createElement("button"),n.className="brand__auth-user-btn",n.setAttribute("aria-label","Account menu"),c=document.createElement("span"),c.innerHTML='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="12" height="12" fill="currentColor"><path d="M12 12c2.7 0 4.8-2.1 4.8-4.8S14.7 2.4 12 2.4 7.2 4.5 7.2 7.2 9.3 12 12 12zm0 2.4c-3.2 0-9.6 1.6-9.6 4.8v2.4h19.2v-2.4c0-3.2-6.4-4.8-9.6-4.8z"/></svg>',n.appendChild(c.firstChild),n.appendChild(document.createTextNode(" "+e)),o=document.createElement("div"),o.className="brand__auth-user-dropdown",i=document.createElement("button"),i.className="brand__auth-user-logout",i.textContent="Log Out",i.addEventListener("click",s),e==="hyzen"&&(a=document.createElement("a"),a.className="brand__auth-user-admin",a.href="/admin/",a.textContent="User Management",o.appendChild(a)),o.appendChild(i),o.appendChild(i),t.appendChild(n),t.appendChild(o),r.appendChild(t),n.addEventListener("click",function(e){e.stopPropagation(),t.classList.toggle("is-open")}),document.addEventListener("click",function(){t.classList.remove("is-open")}))}function s(){fetch(t,{method:"POST",headers:{"Content-Type":"application/json"},credentials:"include",body:JSON.stringify({action:"logout"})}).finally(function(){localStorage.removeItem("f4_username"),localStorage.removeItem("f4_login_time"),localStorage.removeItem("f4_session_fails"),window.location.reload()})}n(e)})()</script><script>(function(){var t,e=document.querySelector(".rss-subscribe");if(!e)return;t=e.querySelector(".rss-subscribe__btn"),t.addEventListener("click",function(t){t.stopPropagation(),e.classList.toggle("is-open")}),document.addEventListener("click",function(t){e.contains(t.target)||e.classList.remove("is-open")}),e.querySelectorAll(".rss-subscribe__item").forEach(function(t){t.addEventListener("click",function(n){n.stopPropagation();var s,o=t.getAttribute("data-rss-url"),a=t.textContent;function i(){t.textContent="Copied!",setTimeout(function(){t.textContent=a,e.classList.remove("is-open")},1200)}try{s=document.createElement("textarea"),s.value=o,s.style.cssText="position:fixed;top:0;left:0;opacity:0;pointer-events:none;",document.body.appendChild(s),s.focus(),s.select(),document.execCommand("copy"),document.body.removeChild(s),i()}catch{navigator.clipboard&&navigator.clipboard.writeText(o).then(i).catch(function(){t.textContent=o})}})})})()</script></body></html>

View File

@@ -7,6 +7,6 @@
<span>Subscribe</span></button><div class=rss-subscribe__dropdown><button class=rss-subscribe__item data-rss-url=https://freedoms4.org/index.xml>All updates</button> <span>Subscribe</span></button><div class=rss-subscribe__dropdown><button class=rss-subscribe__item data-rss-url=https://freedoms4.org/index.xml>All updates</button>
<button class=rss-subscribe__item data-rss-url=https://freedoms4.org/blog/index.xml>Blog posts</button></div></div></div></div><nav class="menu language"><ul class="menu__list language__list"><li class=menu__item><a class=menu__link href=/>Home</a></li><li class=menu__item><a class=menu__link href=/blog/>Blog</a></li><li class=menu__item><a class=menu__link href=/services/>Services</a></li><li class=menu__item><a class=menu__link href=/uninotes/>UniNotes</a></li><li class=menu__item><a class=menu__link href=/contact/>Contact</a></li></ul></nav></header><main class=main><nav class="uninotes-breadcrumbs breadcrumbs"><a href=/services/>Services</a> <button class=rss-subscribe__item data-rss-url=https://freedoms4.org/blog/index.xml>Blog posts</button></div></div></div></div><nav class="menu language"><ul class="menu__list language__list"><li class=menu__item><a class=menu__link href=/>Home</a></li><li class=menu__item><a class=menu__link href=/blog/>Blog</a></li><li class=menu__item><a class=menu__link href=/services/>Services</a></li><li class=menu__item><a class=menu__link href=/uninotes/>UniNotes</a></li><li class=menu__item><a class=menu__link href=/contact/>Contact</a></li></ul></nav></header><main class=main><nav class="uninotes-breadcrumbs breadcrumbs"><a href=/services/>Services</a>
<span>File Share</span></nav><h1>File Share</h1><p>Visit <a href=https://share.freedoms4.org target=_blank rel="noopener noreferrer">share.freedoms4.org↗ <span>File Share</span></nav><h1>File Share</h1><p>Visit <a href=https://share.freedoms4.org target=_blank rel="noopener noreferrer">share.freedoms4.org↗
</a>to quickly upload files and get sharable links.</p><nav class=page-nav><a class=page-nav__previous-link href=/services/xmpp-account/>← XMPP</a></nav></main><footer class=footer><p class=footer__copyright-notice>&copy; <a href=https://freedoms4.org>freedoms4.org</a> </a>to quickly upload files and get sharable links.</p><nav class=page-nav><a class=page-nav__previous-link href=/services/xmpp/>← XMPP</a></nav></main><footer class=footer><p class=footer__copyright-notice>&copy; <a href=https://freedoms4.org>freedoms4.org</a>
<a href=/terms/>Terms and Conditions</a> <a href=/privacy/>Privacy Policy</a> <a href=/terms/>Terms and Conditions</a> <a href=/privacy/>Privacy Policy</a>
<a href=/changelog/>Changelog</a></p><p class=footer__theme-info>Built with <a href=https://gohugo.io>Hugo</a> and based on <a href=https://github.com/CyrusYip/hugo-theme-yue>Yue</a> theme</p></footer><script>(function(){document.querySelectorAll(".menu__item").forEach(function(e){var t=e.querySelector("a");t&&t.getAttribute("href")==="/uninotes/"&&e.classList.add("menu__item--uninotes")})})()</script><script>(function(){var e=document.getElementById("theme-toggle");if(!e)return;function t(){var e=localStorage.getItem("theme");return e?e:window.matchMedia("(prefers-color-scheme: light)").matches?"light":"dark"}function n(e){document.documentElement.setAttribute("data-theme",e),localStorage.setItem("theme",e)}n(t()),e.addEventListener("click",function(){var e=document.documentElement.getAttribute("data-theme")||t();n(e==="dark"?"light":"dark")})})()</script><script>(function(){var t="https://backend.freedoms4.org/auth.php",e=localStorage.getItem("f4_username");if(!e)return;function n(e){var t,n,o,i,a,c,r=document.querySelector(".brand__auth");r&&!r.querySelector(".brand__auth-user")&&(r.classList.add("brand__auth--loggedin"),t=document.createElement("div"),t.className="brand__auth-user",n=document.createElement("button"),n.className="brand__auth-user-btn",n.setAttribute("aria-label","Account menu"),c=document.createElement("span"),c.innerHTML='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="12" height="12" fill="currentColor"><path d="M12 12c2.7 0 4.8-2.1 4.8-4.8S14.7 2.4 12 2.4 7.2 4.5 7.2 7.2 9.3 12 12 12zm0 2.4c-3.2 0-9.6 1.6-9.6 4.8v2.4h19.2v-2.4c0-3.2-6.4-4.8-9.6-4.8z"/></svg>',n.appendChild(c.firstChild),n.appendChild(document.createTextNode(" "+e)),o=document.createElement("div"),o.className="brand__auth-user-dropdown",i=document.createElement("button"),i.className="brand__auth-user-logout",i.textContent="Log Out",i.addEventListener("click",s),e==="hyzen"&&(a=document.createElement("a"),a.className="brand__auth-user-admin",a.href="/admin/",a.textContent="User Management",o.appendChild(a)),o.appendChild(i),o.appendChild(i),t.appendChild(n),t.appendChild(o),r.appendChild(t),n.addEventListener("click",function(e){e.stopPropagation(),t.classList.toggle("is-open")}),document.addEventListener("click",function(){t.classList.remove("is-open")}))}function s(){fetch(t,{method:"POST",headers:{"Content-Type":"application/json"},credentials:"include",body:JSON.stringify({action:"logout"})}).finally(function(){localStorage.removeItem("f4_username"),localStorage.removeItem("f4_login_time"),localStorage.removeItem("f4_session_fails"),window.location.reload()})}n(e)})()</script><script>(function(){var t,e=document.querySelector(".rss-subscribe");if(!e)return;t=e.querySelector(".rss-subscribe__btn"),t.addEventListener("click",function(t){t.stopPropagation(),e.classList.toggle("is-open")}),document.addEventListener("click",function(t){e.contains(t.target)||e.classList.remove("is-open")}),e.querySelectorAll(".rss-subscribe__item").forEach(function(t){t.addEventListener("click",function(n){n.stopPropagation();var s,o=t.getAttribute("data-rss-url"),a=t.textContent;function i(){t.textContent="Copied!",setTimeout(function(){t.textContent=a,e.classList.remove("is-open")},1200)}try{s=document.createElement("textarea"),s.value=o,s.style.cssText="position:fixed;top:0;left:0;opacity:0;pointer-events:none;",document.body.appendChild(s),s.focus(),s.select(),document.execCommand("copy"),document.body.removeChild(s),i()}catch{navigator.clipboard&&navigator.clipboard.writeText(o).then(i).catch(function(){t.textContent=o})}})})})()</script></body></html> <a href=/changelog/>Changelog</a></p><p class=footer__theme-info>Built with <a href=https://gohugo.io>Hugo</a> and based on <a href=https://github.com/CyrusYip/hugo-theme-yue>Yue</a> theme</p></footer><script>(function(){document.querySelectorAll(".menu__item").forEach(function(e){var t=e.querySelector("a");t&&t.getAttribute("href")==="/uninotes/"&&e.classList.add("menu__item--uninotes")})})()</script><script>(function(){var e=document.getElementById("theme-toggle");if(!e)return;function t(){var e=localStorage.getItem("theme");return e?e:window.matchMedia("(prefers-color-scheme: light)").matches?"light":"dark"}function n(e){document.documentElement.setAttribute("data-theme",e),localStorage.setItem("theme",e)}n(t()),e.addEventListener("click",function(){var e=document.documentElement.getAttribute("data-theme")||t();n(e==="dark"?"light":"dark")})})()</script><script>(function(){var t="https://backend.freedoms4.org/auth.php",e=localStorage.getItem("f4_username");if(!e)return;function n(e){var t,n,o,i,a,c,r=document.querySelector(".brand__auth");r&&!r.querySelector(".brand__auth-user")&&(r.classList.add("brand__auth--loggedin"),t=document.createElement("div"),t.className="brand__auth-user",n=document.createElement("button"),n.className="brand__auth-user-btn",n.setAttribute("aria-label","Account menu"),c=document.createElement("span"),c.innerHTML='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="12" height="12" fill="currentColor"><path d="M12 12c2.7 0 4.8-2.1 4.8-4.8S14.7 2.4 12 2.4 7.2 4.5 7.2 7.2 9.3 12 12 12zm0 2.4c-3.2 0-9.6 1.6-9.6 4.8v2.4h19.2v-2.4c0-3.2-6.4-4.8-9.6-4.8z"/></svg>',n.appendChild(c.firstChild),n.appendChild(document.createTextNode(" "+e)),o=document.createElement("div"),o.className="brand__auth-user-dropdown",i=document.createElement("button"),i.className="brand__auth-user-logout",i.textContent="Log Out",i.addEventListener("click",s),e==="hyzen"&&(a=document.createElement("a"),a.className="brand__auth-user-admin",a.href="/admin/",a.textContent="User Management",o.appendChild(a)),o.appendChild(i),o.appendChild(i),t.appendChild(n),t.appendChild(o),r.appendChild(t),n.addEventListener("click",function(e){e.stopPropagation(),t.classList.toggle("is-open")}),document.addEventListener("click",function(){t.classList.remove("is-open")}))}function s(){fetch(t,{method:"POST",headers:{"Content-Type":"application/json"},credentials:"include",body:JSON.stringify({action:"logout"})}).finally(function(){localStorage.removeItem("f4_username"),localStorage.removeItem("f4_login_time"),localStorage.removeItem("f4_session_fails"),window.location.reload()})}n(e)})()</script><script>(function(){var t,e=document.querySelector(".rss-subscribe");if(!e)return;t=e.querySelector(".rss-subscribe__btn"),t.addEventListener("click",function(t){t.stopPropagation(),e.classList.toggle("is-open")}),document.addEventListener("click",function(t){e.contains(t.target)||e.classList.remove("is-open")}),e.querySelectorAll(".rss-subscribe__item").forEach(function(t){t.addEventListener("click",function(n){n.stopPropagation();var s,o=t.getAttribute("data-rss-url"),a=t.textContent;function i(){t.textContent="Copied!",setTimeout(function(){t.textContent=a,e.classList.remove("is-open")},1200)}try{s=document.createElement("textarea"),s.value=o,s.style.cssText="position:fixed;top:0;left:0;opacity:0;pointer-events:none;",document.body.appendChild(s),s.focus(),s.select(),document.execCommand("copy"),document.body.removeChild(s),i()}catch{navigator.clipboard&&navigator.clipboard.writeText(o).then(i).catch(function(){t.textContent=o})}})})})()</script></body></html>

View File

@@ -5,6 +5,6 @@
<a href=/signup/ class="auth-link auth-link--signup">Sign Up</a></div></div><div class=rss-subscribe><button class=rss-subscribe__btn aria-label="Subscribe via RSS" title="Subscribe via RSS"> <a href=/signup/ class="auth-link auth-link--signup">Sign Up</a></div></div><div class=rss-subscribe><button class=rss-subscribe__btn aria-label="Subscribe via RSS" title="Subscribe via RSS">
<svg viewBox="0 0 24 24" width="10" height="10" fill="currentColor" aria-hidden="true"><path d="M6.18 15.64a2.18 2.18.0 012.18 2.18c0 1.19-.98 2.18-2.18 2.18C4.98 20 4 19.01 4 17.82a2.18 2.18.0 012.18-2.18M4 4.44A15.56 15.56.0 0119.56 20h-2.83A12.73 12.73.0 004 7.27V4.44m0 5.66a9.9 9.9.0 019.9 9.9h-2.83A7.07 7.07.0 004 12.93V10.1z"/></svg> <svg viewBox="0 0 24 24" width="10" height="10" fill="currentColor" aria-hidden="true"><path d="M6.18 15.64a2.18 2.18.0 012.18 2.18c0 1.19-.98 2.18-2.18 2.18C4.98 20 4 19.01 4 17.82a2.18 2.18.0 012.18-2.18M4 4.44A15.56 15.56.0 0119.56 20h-2.83A12.73 12.73.0 004 7.27V4.44m0 5.66a9.9 9.9.0 019.9 9.9h-2.83A7.07 7.07.0 004 12.93V10.1z"/></svg>
<span>Subscribe</span></button><div class=rss-subscribe__dropdown><button class=rss-subscribe__item data-rss-url=https://freedoms4.org/index.xml>All updates</button> <span>Subscribe</span></button><div class=rss-subscribe__dropdown><button class=rss-subscribe__item data-rss-url=https://freedoms4.org/index.xml>All updates</button>
<button class=rss-subscribe__item data-rss-url=https://freedoms4.org/blog/index.xml>Blog posts</button></div></div></div></div><nav class="menu language"><ul class="menu__list language__list"><li class=menu__item><a class=menu__link href=/>Home</a></li><li class=menu__item><a class=menu__link href=/blog/>Blog</a></li><li class=menu__item><a class=menu__link href=/services/>Services</a></li><li class=menu__item><a class=menu__link href=/uninotes/>UniNotes</a></li><li class=menu__item><a class=menu__link href=/contact/>Contact</a></li></ul></nav></header><main class=main><nav class="uninotes-breadcrumbs breadcrumbs"><a href=/services/>Services</a></nav><h1>Services</h1><h2 class=services-group__title>Need Registration</h2><ol class="uninotes-list uninotes-list--subjects"><li class=uninotes-list__item><a class=uninotes-list__link href=/services/email-account/>Email</a></li><li class=uninotes-list__item><a class=uninotes-list__link href=/services/xmpp-account/>XMPP</a></li></ol><h2 class=services-group__title>Without Registration</h2><ol class="uninotes-list uninotes-list--subjects"><li class=uninotes-list__item><a class=uninotes-list__link href=/services/file-share/>File Share</a></li></ol></main><footer class=footer><p class=footer__copyright-notice>&copy; <a href=https://freedoms4.org>freedoms4.org</a> <button class=rss-subscribe__item data-rss-url=https://freedoms4.org/blog/index.xml>Blog posts</button></div></div></div></div><nav class="menu language"><ul class="menu__list language__list"><li class=menu__item><a class=menu__link href=/>Home</a></li><li class=menu__item><a class=menu__link href=/blog/>Blog</a></li><li class=menu__item><a class=menu__link href=/services/>Services</a></li><li class=menu__item><a class=menu__link href=/uninotes/>UniNotes</a></li><li class=menu__item><a class=menu__link href=/contact/>Contact</a></li></ul></nav></header><main class=main><nav class="uninotes-breadcrumbs breadcrumbs"><a href=/services/>Services</a></nav><h1>Services</h1><h2 class=services-group__title>Need Registration</h2><ol class="uninotes-list uninotes-list--subjects"><li class=uninotes-list__item><a class=uninotes-list__link href=/services/email/>Email</a></li><li class=uninotes-list__item><a class=uninotes-list__link href=/services/xmpp/>XMPP</a></li></ol><h2 class=services-group__title>Without Registration</h2><ol class="uninotes-list uninotes-list--subjects"><li class=uninotes-list__item><a class=uninotes-list__link href=/services/file-share/>File Share</a></li></ol></main><footer class=footer><p class=footer__copyright-notice>&copy; <a href=https://freedoms4.org>freedoms4.org</a>
<a href=/terms/>Terms and Conditions</a> <a href=/privacy/>Privacy Policy</a> <a href=/terms/>Terms and Conditions</a> <a href=/privacy/>Privacy Policy</a>
<a href=/changelog/>Changelog</a></p><p class=footer__theme-info>Built with <a href=https://gohugo.io>Hugo</a> and based on <a href=https://github.com/CyrusYip/hugo-theme-yue>Yue</a> theme</p></footer><script>(function(){document.querySelectorAll(".menu__item").forEach(function(e){var t=e.querySelector("a");t&&t.getAttribute("href")==="/uninotes/"&&e.classList.add("menu__item--uninotes")})})()</script><script>(function(){var e=document.getElementById("theme-toggle");if(!e)return;function t(){var e=localStorage.getItem("theme");return e?e:window.matchMedia("(prefers-color-scheme: light)").matches?"light":"dark"}function n(e){document.documentElement.setAttribute("data-theme",e),localStorage.setItem("theme",e)}n(t()),e.addEventListener("click",function(){var e=document.documentElement.getAttribute("data-theme")||t();n(e==="dark"?"light":"dark")})})()</script><script>(function(){var t="https://backend.freedoms4.org/auth.php",e=localStorage.getItem("f4_username");if(!e)return;function n(e){var t,n,o,i,a,c,r=document.querySelector(".brand__auth");r&&!r.querySelector(".brand__auth-user")&&(r.classList.add("brand__auth--loggedin"),t=document.createElement("div"),t.className="brand__auth-user",n=document.createElement("button"),n.className="brand__auth-user-btn",n.setAttribute("aria-label","Account menu"),c=document.createElement("span"),c.innerHTML='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="12" height="12" fill="currentColor"><path d="M12 12c2.7 0 4.8-2.1 4.8-4.8S14.7 2.4 12 2.4 7.2 4.5 7.2 7.2 9.3 12 12 12zm0 2.4c-3.2 0-9.6 1.6-9.6 4.8v2.4h19.2v-2.4c0-3.2-6.4-4.8-9.6-4.8z"/></svg>',n.appendChild(c.firstChild),n.appendChild(document.createTextNode(" "+e)),o=document.createElement("div"),o.className="brand__auth-user-dropdown",i=document.createElement("button"),i.className="brand__auth-user-logout",i.textContent="Log Out",i.addEventListener("click",s),e==="hyzen"&&(a=document.createElement("a"),a.className="brand__auth-user-admin",a.href="/admin/",a.textContent="User Management",o.appendChild(a)),o.appendChild(i),o.appendChild(i),t.appendChild(n),t.appendChild(o),r.appendChild(t),n.addEventListener("click",function(e){e.stopPropagation(),t.classList.toggle("is-open")}),document.addEventListener("click",function(){t.classList.remove("is-open")}))}function s(){fetch(t,{method:"POST",headers:{"Content-Type":"application/json"},credentials:"include",body:JSON.stringify({action:"logout"})}).finally(function(){localStorage.removeItem("f4_username"),localStorage.removeItem("f4_login_time"),localStorage.removeItem("f4_session_fails"),window.location.reload()})}n(e)})()</script><script>(function(){var t,e=document.querySelector(".rss-subscribe");if(!e)return;t=e.querySelector(".rss-subscribe__btn"),t.addEventListener("click",function(t){t.stopPropagation(),e.classList.toggle("is-open")}),document.addEventListener("click",function(t){e.contains(t.target)||e.classList.remove("is-open")}),e.querySelectorAll(".rss-subscribe__item").forEach(function(t){t.addEventListener("click",function(n){n.stopPropagation();var s,o=t.getAttribute("data-rss-url"),a=t.textContent;function i(){t.textContent="Copied!",setTimeout(function(){t.textContent=a,e.classList.remove("is-open")},1200)}try{s=document.createElement("textarea"),s.value=o,s.style.cssText="position:fixed;top:0;left:0;opacity:0;pointer-events:none;",document.body.appendChild(s),s.focus(),s.select(),document.execCommand("copy"),document.body.removeChild(s),i()}catch{navigator.clipboard&&navigator.clipboard.writeText(o).then(i).catch(function(){t.textContent=o})}})})})()</script></body></html> <a href=/changelog/>Changelog</a></p><p class=footer__theme-info>Built with <a href=https://gohugo.io>Hugo</a> and based on <a href=https://github.com/CyrusYip/hugo-theme-yue>Yue</a> theme</p></footer><script>(function(){document.querySelectorAll(".menu__item").forEach(function(e){var t=e.querySelector("a");t&&t.getAttribute("href")==="/uninotes/"&&e.classList.add("menu__item--uninotes")})})()</script><script>(function(){var e=document.getElementById("theme-toggle");if(!e)return;function t(){var e=localStorage.getItem("theme");return e?e:window.matchMedia("(prefers-color-scheme: light)").matches?"light":"dark"}function n(e){document.documentElement.setAttribute("data-theme",e),localStorage.setItem("theme",e)}n(t()),e.addEventListener("click",function(){var e=document.documentElement.getAttribute("data-theme")||t();n(e==="dark"?"light":"dark")})})()</script><script>(function(){var t="https://backend.freedoms4.org/auth.php",e=localStorage.getItem("f4_username");if(!e)return;function n(e){var t,n,o,i,a,c,r=document.querySelector(".brand__auth");r&&!r.querySelector(".brand__auth-user")&&(r.classList.add("brand__auth--loggedin"),t=document.createElement("div"),t.className="brand__auth-user",n=document.createElement("button"),n.className="brand__auth-user-btn",n.setAttribute("aria-label","Account menu"),c=document.createElement("span"),c.innerHTML='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="12" height="12" fill="currentColor"><path d="M12 12c2.7 0 4.8-2.1 4.8-4.8S14.7 2.4 12 2.4 7.2 4.5 7.2 7.2 9.3 12 12 12zm0 2.4c-3.2 0-9.6 1.6-9.6 4.8v2.4h19.2v-2.4c0-3.2-6.4-4.8-9.6-4.8z"/></svg>',n.appendChild(c.firstChild),n.appendChild(document.createTextNode(" "+e)),o=document.createElement("div"),o.className="brand__auth-user-dropdown",i=document.createElement("button"),i.className="brand__auth-user-logout",i.textContent="Log Out",i.addEventListener("click",s),e==="hyzen"&&(a=document.createElement("a"),a.className="brand__auth-user-admin",a.href="/admin/",a.textContent="User Management",o.appendChild(a)),o.appendChild(i),o.appendChild(i),t.appendChild(n),t.appendChild(o),r.appendChild(t),n.addEventListener("click",function(e){e.stopPropagation(),t.classList.toggle("is-open")}),document.addEventListener("click",function(){t.classList.remove("is-open")}))}function s(){fetch(t,{method:"POST",headers:{"Content-Type":"application/json"},credentials:"include",body:JSON.stringify({action:"logout"})}).finally(function(){localStorage.removeItem("f4_username"),localStorage.removeItem("f4_login_time"),localStorage.removeItem("f4_session_fails"),window.location.reload()})}n(e)})()</script><script>(function(){var t,e=document.querySelector(".rss-subscribe");if(!e)return;t=e.querySelector(".rss-subscribe__btn"),t.addEventListener("click",function(t){t.stopPropagation(),e.classList.toggle("is-open")}),document.addEventListener("click",function(t){e.contains(t.target)||e.classList.remove("is-open")}),e.querySelectorAll(".rss-subscribe__item").forEach(function(t){t.addEventListener("click",function(n){n.stopPropagation();var s,o=t.getAttribute("data-rss-url"),a=t.textContent;function i(){t.textContent="Copied!",setTimeout(function(){t.textContent=a,e.classList.remove("is-open")},1200)}try{s=document.createElement("textarea"),s.value=o,s.style.cssText="position:fixed;top:0;left:0;opacity:0;pointer-events:none;",document.body.appendChild(s),s.focus(),s.select(),document.execCommand("copy"),document.body.removeChild(s),i()}catch{navigator.clipboard&&navigator.clipboard.writeText(o).then(i).catch(function(){t.textContent=o})}})})})()</script></body></html>

View File

@@ -1,7 +1,4 @@
<!doctype html><html class=html lang=en-us dir=ltr><head><meta charset=utf-8><meta name=viewport content="width=device-width"><title>XMPP | Freedoms4</title><link rel=stylesheet href=/css/style.min.34d0accb85f8ec23ceee8c29eef5907823b531d8acb9e6bdf45a3b37ad028d30.css integrity="sha256-NNCsy4X47CPO7owp7vWQeCO1Mdisuea99Fo7N60CjTA=" crossorigin=anonymous><link rel=icon href=/favicon.ico><meta name=description content=" JID: Password: Use the same password that you used during registration. <!doctype html><html class=html lang=en-us dir=ltr><head><meta charset=utf-8><meta name=viewport content="width=device-width"><title>XMPP | Freedoms4</title><link rel=stylesheet href=/css/style.min.34d0accb85f8ec23ceee8c29eef5907823b531d8acb9e6bdf45a3b37ad028d30.css integrity="sha256-NNCsy4X47CPO7owp7vWQeCO1Mdisuea99Fo7N60CjTA=" crossorigin=anonymous><link rel=icon href=/favicon.ico><meta name=description content="Get an XMPP account."><meta property="og:url" content="https://freedoms4.org/services/xmpp/"><meta property="og:site_name" content="Freedoms4"><meta property="og:title" content="XMPP"><meta property="og:description" content="Get an XMPP account."><meta property="og:locale" content="en_us"><meta property="og:type" content="article"><meta property="article:section" content="services"><meta itemprop=name content="XMPP"><meta itemprop=description content="Get an XMPP account."><meta itemprop=wordCount content="102"><link rel=stylesheet href=/css/custom.css><script>(function(){var e=localStorage.getItem("theme");e&&document.documentElement.setAttribute("data-theme",e),localStorage.getItem("f4_username")==="hyzen"&&document.documentElement.classList.add("hyzen-user")})()</script><script async src=https://plausible.freedoms4.org/js/pa-5BKl0z0RLzwrclKq4y-qk.js></script><script>(window.plausible=window.plausible||function(){(plausible.q=plausible.q||[]).push(arguments)},plausible.init=plausible.init||function(e){plausible.o=e||{}}),plausible.init()</script></head><body class=body><header class=header><div class=brand><img src=/logo.png alt="Freedoms4 logo"><h1>Freedoms4</h1><div class=brand__actions><button class=theme-toggle id=theme-toggle aria-label="Toggle theme" title="Toggle dark/light mode">
Please sign up to create an XMPP account."><meta property="og:url" content="https://freedoms4.org/services/xmpp-account/"><meta property="og:site_name" content="Freedoms4"><meta property="og:title" content="XMPP"><meta property="og:description" content="JID: Password: Use the same password that you used during registration.
Please sign up to create an XMPP account."><meta property="og:locale" content="en_us"><meta property="og:type" content="article"><meta property="article:section" content="services"><meta itemprop=name content="XMPP"><meta itemprop=description content="JID: Password: Use the same password that you used during registration.
Please sign up to create an XMPP account."><meta itemprop=wordCount content="19"><link rel=stylesheet href=/css/custom.css><script>(function(){var e=localStorage.getItem("theme");e&&document.documentElement.setAttribute("data-theme",e),localStorage.getItem("f4_username")==="hyzen"&&document.documentElement.classList.add("hyzen-user")})()</script><script async src=https://plausible.freedoms4.org/js/pa-5BKl0z0RLzwrclKq4y-qk.js></script><script>(window.plausible=window.plausible||function(){(plausible.q=plausible.q||[]).push(arguments)},plausible.init=plausible.init||function(e){plausible.o=e||{}}),plausible.init()</script></head><body class=body><header class=header><div class=brand><img src=/logo.png alt="Freedoms4 logo"><h1>Freedoms4</h1><div class=brand__actions><button class=theme-toggle id=theme-toggle aria-label="Toggle theme" title="Toggle dark/light mode">
<svg class="theme-toggle__sun" viewBox="0 0 24 24" width="16" height="16" fill="currentColor"><path d="M12 7c-2.76.0-5 2.24-5 5s2.24 5 5 5 5-2.24 5-5-2.24-5-5-5zM2 13h2c.55.0 1-.45 1-1s-.45-1-1-1H2c-.55.0-1 .45-1 1s.45 1 1 1zm18 0h2c.55.0 1-.45 1-1s-.45-1-1-1h-2c-.55.0-1 .45-1 1s.45 1 1 1zM11 2v2c0 .55.45 1 1 1s1-.45 1-1V2c0-.55-.45-1-1-1s-1 .45-1 1zm0 18v2c0 .55.45 1 1 1s1-.45 1-1v-2c0-.55-.45-1-1-1s-1 .45-1 1zM5.99 4.58c-.39-.39-1.03-.39-1.41.0-.39.39-.39 1.03.0 1.41l1.06 1.06c.39.39 1.03.39 1.41.0s.39-1.03.0-1.41L5.99 4.58zm12.37 12.37c-.39-.39-1.03-.39-1.41.0-.39.39-.39 1.03.0 1.41l1.06 1.06c.39.39 1.03.39 1.41.0.39-.39.39-1.03.0-1.41l-1.06-1.06zm1.06-12.37-1.06 1.06c-.39.39-.39 1.03.0 1.41s1.03.39 1.41.0l1.06-1.06c.39-.39.39-1.03.0-1.41s-1.03-.39-1.41.0zM7.05 18.36l-1.06 1.06c-.39.39-.39 1.03.0 1.41s1.03.39 1.41.0l1.06-1.06c.39-.39.39-1.03.0-1.41s-1.03-.39-1.41.0z"/></svg> <svg class="theme-toggle__sun" viewBox="0 0 24 24" width="16" height="16" fill="currentColor"><path d="M12 7c-2.76.0-5 2.24-5 5s2.24 5 5 5 5-2.24 5-5-2.24-5-5-5zM2 13h2c.55.0 1-.45 1-1s-.45-1-1-1H2c-.55.0-1 .45-1 1s.45 1 1 1zm18 0h2c.55.0 1-.45 1-1s-.45-1-1-1h-2c-.55.0-1 .45-1 1s.45 1 1 1zM11 2v2c0 .55.45 1 1 1s1-.45 1-1V2c0-.55-.45-1-1-1s-1 .45-1 1zm0 18v2c0 .55.45 1 1 1s1-.45 1-1v-2c0-.55-.45-1-1-1s-1 .45-1 1zM5.99 4.58c-.39-.39-1.03-.39-1.41.0-.39.39-.39 1.03.0 1.41l1.06 1.06c.39.39 1.03.39 1.41.0s.39-1.03.0-1.41L5.99 4.58zm12.37 12.37c-.39-.39-1.03-.39-1.41.0-.39.39-.39 1.03.0 1.41l1.06 1.06c.39.39 1.03.39 1.41.0.39-.39.39-1.03.0-1.41l-1.06-1.06zm1.06-12.37-1.06 1.06c-.39.39-.39 1.03.0 1.41s1.03.39 1.41.0l1.06-1.06c.39-.39.39-1.03.0-1.41s-1.03-.39-1.41.0zM7.05 18.36l-1.06 1.06c-.39.39-.39 1.03.0 1.41s1.03.39 1.41.0l1.06-1.06c.39-.39.39-1.03.0-1.41s-1.03-.39-1.41.0z"/></svg>
<svg class="theme-toggle__moon" viewBox="0 0 24 24" width="16" height="16" fill="currentColor"><path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"/></svg></button><div class=brand__auth><input type=checkbox id=auth-dropdown class=brand__auth-check> <svg class="theme-toggle__moon" viewBox="0 0 24 24" width="16" height="16" fill="currentColor"><path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"/></svg></button><div class=brand__auth><input type=checkbox id=auth-dropdown class=brand__auth-check>
<label class=brand__auth-toggle for=auth-dropdown tabindex=0 aria-label="Account options"><svg viewBox="0 0 24 24" width="12" height="12" fill="currentColor"><path d="M12 12c2.7.0 4.8-2.1 4.8-4.8S14.7 2.4 12 2.4 7.2 4.5 7.2 7.2 9.3 12 12 12zm0 2.4c-3.2.0-9.6 1.6-9.6 4.8v2.4h19.2v-2.4c0-3.2-6.4-4.8-9.6-4.8z"/></svg></label><div class=brand__auth-links><a href=/login/ class="auth-link auth-link--login">Login</a> <label class=brand__auth-toggle for=auth-dropdown tabindex=0 aria-label="Account options"><svg viewBox="0 0 24 24" width="12" height="12" fill="currentColor"><path d="M12 12c2.7.0 4.8-2.1 4.8-4.8S14.7 2.4 12 2.4 7.2 4.5 7.2 7.2 9.3 12 12 12zm0 2.4c-3.2.0-9.6 1.6-9.6 4.8v2.4h19.2v-2.4c0-3.2-6.4-4.8-9.6-4.8z"/></svg></label><div class=brand__auth-links><a href=/login/ class="auth-link auth-link--login">Login</a>
@@ -9,7 +6,7 @@ Please sign up to create an XMPP account."><meta itemprop=wordCount content="19"
<svg viewBox="0 0 24 24" width="10" height="10" fill="currentColor" aria-hidden="true"><path d="M6.18 15.64a2.18 2.18.0 012.18 2.18c0 1.19-.98 2.18-2.18 2.18C4.98 20 4 19.01 4 17.82a2.18 2.18.0 012.18-2.18M4 4.44A15.56 15.56.0 0119.56 20h-2.83A12.73 12.73.0 004 7.27V4.44m0 5.66a9.9 9.9.0 019.9 9.9h-2.83A7.07 7.07.0 004 12.93V10.1z"/></svg> <svg viewBox="0 0 24 24" width="10" height="10" fill="currentColor" aria-hidden="true"><path d="M6.18 15.64a2.18 2.18.0 012.18 2.18c0 1.19-.98 2.18-2.18 2.18C4.98 20 4 19.01 4 17.82a2.18 2.18.0 012.18-2.18M4 4.44A15.56 15.56.0 0119.56 20h-2.83A12.73 12.73.0 004 7.27V4.44m0 5.66a9.9 9.9.0 019.9 9.9h-2.83A7.07 7.07.0 004 12.93V10.1z"/></svg>
<span>Subscribe</span></button><div class=rss-subscribe__dropdown><button class=rss-subscribe__item data-rss-url=https://freedoms4.org/index.xml>All updates</button> <span>Subscribe</span></button><div class=rss-subscribe__dropdown><button class=rss-subscribe__item data-rss-url=https://freedoms4.org/index.xml>All updates</button>
<button class=rss-subscribe__item data-rss-url=https://freedoms4.org/blog/index.xml>Blog posts</button></div></div></div></div><nav class="menu language"><ul class="menu__list language__list"><li class=menu__item><a class=menu__link href=/>Home</a></li><li class=menu__item><a class=menu__link href=/blog/>Blog</a></li><li class=menu__item><a class=menu__link href=/services/>Services</a></li><li class=menu__item><a class=menu__link href=/uninotes/>UniNotes</a></li><li class=menu__item><a class=menu__link href=/contact/>Contact</a></li></ul></nav></header><main class=main><nav class="uninotes-breadcrumbs breadcrumbs"><a href=/services/>Services</a> <button class=rss-subscribe__item data-rss-url=https://freedoms4.org/blog/index.xml>Blog posts</button></div></div></div></div><nav class="menu language"><ul class="menu__list language__list"><li class=menu__item><a class=menu__link href=/>Home</a></li><li class=menu__item><a class=menu__link href=/blog/>Blog</a></li><li class=menu__item><a class=menu__link href=/services/>Services</a></li><li class=menu__item><a class=menu__link href=/uninotes/>UniNotes</a></li><li class=menu__item><a class=menu__link href=/contact/>Contact</a></li></ul></nav></header><main class=main><nav class="uninotes-breadcrumbs breadcrumbs"><a href=/services/>Services</a>
<span>XMPP</span></nav><h1>XMPP</h1><div id=xmpp-loggedin style=display:none><p><strong>JID:</strong> <span id=xmpp-jid></span></p><p><strong>Password:</strong> Use the same password that you used during registration.</p></div><div id=xmpp-loggedout style=display:none><p>Please <a href=/signup/>sign up</a> to create an XMPP account.</p></div><script>(function(){var e=localStorage.getItem("f4_username");e?(document.getElementById("xmpp-jid").textContent=e+"@freedoms4.org",document.getElementById("xmpp-loggedin").style.display=""):document.getElementById("xmpp-loggedout").style.display=""})()</script><nav class=page-nav><a class=page-nav__previous-link href=/services/email-account/>← Email</a> <span>XMPP</span></nav><h1>XMPP</h1><div id=xmpp-loggedin style=display:none><p><strong>JID:</strong> <span id=xmpp-jid></span></p><p><strong>Password:</strong> Use the same password that you used during registration.</p></div><div id=xmpp-loggedout style=display:none><p>XMPP has been around since 1999, originally called Jabber. It was built as an open and decentralized protocol so that anyone could run their own server and still talk to people on other servers. It works in the same way email works across providers.</p><p>No ads reading your conversations, no algorithm deciding who sees what, no single corporation owning the network or able to shut it off. Just an open standard that's outlasted most of the modern chat apps that came after it.</p><p>Please <a href=/signup/>sign up</a> to have an XMPP account.</p></div><script>(function(){var e=localStorage.getItem("f4_username");e?(document.getElementById("xmpp-jid").textContent=e.toLowerCase()+"@freedoms4.org",document.getElementById("xmpp-loggedin").style.display=""):document.getElementById("xmpp-loggedout").style.display=""})()</script><nav class=page-nav><a class=page-nav__previous-link href=/services/email/>← Email</a>
<a class=page-nav__next-link href=/services/file-share/>File Share →</a></nav></main><footer class=footer><p class=footer__copyright-notice>&copy; <a href=https://freedoms4.org>freedoms4.org</a> <a class=page-nav__next-link href=/services/file-share/>File Share →</a></nav></main><footer class=footer><p class=footer__copyright-notice>&copy; <a href=https://freedoms4.org>freedoms4.org</a>
<a href=/terms/>Terms and Conditions</a> <a href=/privacy/>Privacy Policy</a> <a href=/terms/>Terms and Conditions</a> <a href=/privacy/>Privacy Policy</a>
<a href=/changelog/>Changelog</a></p><p class=footer__theme-info>Built with <a href=https://gohugo.io>Hugo</a> and based on <a href=https://github.com/CyrusYip/hugo-theme-yue>Yue</a> theme</p></footer><script>(function(){document.querySelectorAll(".menu__item").forEach(function(e){var t=e.querySelector("a");t&&t.getAttribute("href")==="/uninotes/"&&e.classList.add("menu__item--uninotes")})})()</script><script>(function(){var e=document.getElementById("theme-toggle");if(!e)return;function t(){var e=localStorage.getItem("theme");return e?e:window.matchMedia("(prefers-color-scheme: light)").matches?"light":"dark"}function n(e){document.documentElement.setAttribute("data-theme",e),localStorage.setItem("theme",e)}n(t()),e.addEventListener("click",function(){var e=document.documentElement.getAttribute("data-theme")||t();n(e==="dark"?"light":"dark")})})()</script><script>(function(){var t="https://backend.freedoms4.org/auth.php",e=localStorage.getItem("f4_username");if(!e)return;function n(e){var t,n,o,i,a,c,r=document.querySelector(".brand__auth");r&&!r.querySelector(".brand__auth-user")&&(r.classList.add("brand__auth--loggedin"),t=document.createElement("div"),t.className="brand__auth-user",n=document.createElement("button"),n.className="brand__auth-user-btn",n.setAttribute("aria-label","Account menu"),c=document.createElement("span"),c.innerHTML='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="12" height="12" fill="currentColor"><path d="M12 12c2.7 0 4.8-2.1 4.8-4.8S14.7 2.4 12 2.4 7.2 4.5 7.2 7.2 9.3 12 12 12zm0 2.4c-3.2 0-9.6 1.6-9.6 4.8v2.4h19.2v-2.4c0-3.2-6.4-4.8-9.6-4.8z"/></svg>',n.appendChild(c.firstChild),n.appendChild(document.createTextNode(" "+e)),o=document.createElement("div"),o.className="brand__auth-user-dropdown",i=document.createElement("button"),i.className="brand__auth-user-logout",i.textContent="Log Out",i.addEventListener("click",s),e==="hyzen"&&(a=document.createElement("a"),a.className="brand__auth-user-admin",a.href="/admin/",a.textContent="User Management",o.appendChild(a)),o.appendChild(i),o.appendChild(i),t.appendChild(n),t.appendChild(o),r.appendChild(t),n.addEventListener("click",function(e){e.stopPropagation(),t.classList.toggle("is-open")}),document.addEventListener("click",function(){t.classList.remove("is-open")}))}function s(){fetch(t,{method:"POST",headers:{"Content-Type":"application/json"},credentials:"include",body:JSON.stringify({action:"logout"})}).finally(function(){localStorage.removeItem("f4_username"),localStorage.removeItem("f4_login_time"),localStorage.removeItem("f4_session_fails"),window.location.reload()})}n(e)})()</script><script>(function(){var t,e=document.querySelector(".rss-subscribe");if(!e)return;t=e.querySelector(".rss-subscribe__btn"),t.addEventListener("click",function(t){t.stopPropagation(),e.classList.toggle("is-open")}),document.addEventListener("click",function(t){e.contains(t.target)||e.classList.remove("is-open")}),e.querySelectorAll(".rss-subscribe__item").forEach(function(t){t.addEventListener("click",function(n){n.stopPropagation();var s,o=t.getAttribute("data-rss-url"),a=t.textContent;function i(){t.textContent="Copied!",setTimeout(function(){t.textContent=a,e.classList.remove("is-open")},1200)}try{s=document.createElement("textarea"),s.value=o,s.style.cssText="position:fixed;top:0;left:0;opacity:0;pointer-events:none;",document.body.appendChild(s),s.focus(),s.select(),document.execCommand("copy"),document.body.removeChild(s),i()}catch{navigator.clipboard&&navigator.clipboard.writeText(o).then(i).catch(function(){t.textContent=o})}})})})()</script></body></html> <a href=/changelog/>Changelog</a></p><p class=footer__theme-info>Built with <a href=https://gohugo.io>Hugo</a> and based on <a href=https://github.com/CyrusYip/hugo-theme-yue>Yue</a> theme</p></footer><script>(function(){document.querySelectorAll(".menu__item").forEach(function(e){var t=e.querySelector("a");t&&t.getAttribute("href")==="/uninotes/"&&e.classList.add("menu__item--uninotes")})})()</script><script>(function(){var e=document.getElementById("theme-toggle");if(!e)return;function t(){var e=localStorage.getItem("theme");return e?e:window.matchMedia("(prefers-color-scheme: light)").matches?"light":"dark"}function n(e){document.documentElement.setAttribute("data-theme",e),localStorage.setItem("theme",e)}n(t()),e.addEventListener("click",function(){var e=document.documentElement.getAttribute("data-theme")||t();n(e==="dark"?"light":"dark")})})()</script><script>(function(){var t="https://backend.freedoms4.org/auth.php",e=localStorage.getItem("f4_username");if(!e)return;function n(e){var t,n,o,i,a,c,r=document.querySelector(".brand__auth");r&&!r.querySelector(".brand__auth-user")&&(r.classList.add("brand__auth--loggedin"),t=document.createElement("div"),t.className="brand__auth-user",n=document.createElement("button"),n.className="brand__auth-user-btn",n.setAttribute("aria-label","Account menu"),c=document.createElement("span"),c.innerHTML='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="12" height="12" fill="currentColor"><path d="M12 12c2.7 0 4.8-2.1 4.8-4.8S14.7 2.4 12 2.4 7.2 4.5 7.2 7.2 9.3 12 12 12zm0 2.4c-3.2 0-9.6 1.6-9.6 4.8v2.4h19.2v-2.4c0-3.2-6.4-4.8-9.6-4.8z"/></svg>',n.appendChild(c.firstChild),n.appendChild(document.createTextNode(" "+e)),o=document.createElement("div"),o.className="brand__auth-user-dropdown",i=document.createElement("button"),i.className="brand__auth-user-logout",i.textContent="Log Out",i.addEventListener("click",s),e==="hyzen"&&(a=document.createElement("a"),a.className="brand__auth-user-admin",a.href="/admin/",a.textContent="User Management",o.appendChild(a)),o.appendChild(i),o.appendChild(i),t.appendChild(n),t.appendChild(o),r.appendChild(t),n.addEventListener("click",function(e){e.stopPropagation(),t.classList.toggle("is-open")}),document.addEventListener("click",function(){t.classList.remove("is-open")}))}function s(){fetch(t,{method:"POST",headers:{"Content-Type":"application/json"},credentials:"include",body:JSON.stringify({action:"logout"})}).finally(function(){localStorage.removeItem("f4_username"),localStorage.removeItem("f4_login_time"),localStorage.removeItem("f4_session_fails"),window.location.reload()})}n(e)})()</script><script>(function(){var t,e=document.querySelector(".rss-subscribe");if(!e)return;t=e.querySelector(".rss-subscribe__btn"),t.addEventListener("click",function(t){t.stopPropagation(),e.classList.toggle("is-open")}),document.addEventListener("click",function(t){e.contains(t.target)||e.classList.remove("is-open")}),e.querySelectorAll(".rss-subscribe__item").forEach(function(t){t.addEventListener("click",function(n){n.stopPropagation();var s,o=t.getAttribute("data-rss-url"),a=t.textContent;function i(){t.textContent="Copied!",setTimeout(function(){t.textContent=a,e.classList.remove("is-open")},1200)}try{s=document.createElement("textarea"),s.value=o,s.style.cssText="position:fixed;top:0;left:0;opacity:0;pointer-events:none;",document.body.appendChild(s),s.focus(),s.select(),document.execCommand("copy"),document.body.removeChild(s),i()}catch{navigator.clipboard&&navigator.clipboard.writeText(o).then(i).catch(function(){t.textContent=o})}})})})()</script></body></html>

View File

@@ -5,7 +5,7 @@
<a href=/signup/ class="auth-link auth-link--signup">Sign Up</a></div></div><div class=rss-subscribe><button class=rss-subscribe__btn aria-label="Subscribe via RSS" title="Subscribe via RSS"> <a href=/signup/ class="auth-link auth-link--signup">Sign Up</a></div></div><div class=rss-subscribe><button class=rss-subscribe__btn aria-label="Subscribe via RSS" title="Subscribe via RSS">
<svg viewBox="0 0 24 24" width="10" height="10" fill="currentColor" aria-hidden="true"><path d="M6.18 15.64a2.18 2.18.0 012.18 2.18c0 1.19-.98 2.18-2.18 2.18C4.98 20 4 19.01 4 17.82a2.18 2.18.0 012.18-2.18M4 4.44A15.56 15.56.0 0119.56 20h-2.83A12.73 12.73.0 004 7.27V4.44m0 5.66a9.9 9.9.0 019.9 9.9h-2.83A7.07 7.07.0 004 12.93V10.1z"/></svg> <svg viewBox="0 0 24 24" width="10" height="10" fill="currentColor" aria-hidden="true"><path d="M6.18 15.64a2.18 2.18.0 012.18 2.18c0 1.19-.98 2.18-2.18 2.18C4.98 20 4 19.01 4 17.82a2.18 2.18.0 012.18-2.18M4 4.44A15.56 15.56.0 0119.56 20h-2.83A12.73 12.73.0 004 7.27V4.44m0 5.66a9.9 9.9.0 019.9 9.9h-2.83A7.07 7.07.0 004 12.93V10.1z"/></svg>
<span>Subscribe</span></button><div class=rss-subscribe__dropdown><button class=rss-subscribe__item data-rss-url=https://freedoms4.org/index.xml>All updates</button> <span>Subscribe</span></button><div class=rss-subscribe__dropdown><button class=rss-subscribe__item data-rss-url=https://freedoms4.org/index.xml>All updates</button>
<button class=rss-subscribe__item data-rss-url=https://freedoms4.org/blog/index.xml>Blog posts</button></div></div></div></div><nav class="menu language"><ul class="menu__list language__list"><li class=menu__item><a class=menu__link href=/>Home</a></li><li class=menu__item><a class=menu__link href=/blog/>Blog</a></li><li class=menu__item><a class=menu__link href=/services/>Services</a></li><li class=menu__item><a class=menu__link href=/uninotes/>UniNotes</a></li><li class=menu__item><a class=menu__link href=/contact/>Contact</a></li></ul></nav></header><main class=main><div class=auth-page><div class=auth-card><h1 class=auth-page__title>Sign Up</h1><div id=auth-message class="auth-message auth-message--info is-visible" aria-live=polite>Signing up is giving you access to the following services: <a href=/services/email-account/>Email</a>, <a href=/services/xmpp-account/>XMPP</a></div><form id=signup-form class=auth-form novalidate><div class=auth-form__input-wrap><div class=auth-form__group><label class=auth-form__label for=signup-username>Username</label> <button class=rss-subscribe__item data-rss-url=https://freedoms4.org/blog/index.xml>Blog posts</button></div></div></div></div><nav class="menu language"><ul class="menu__list language__list"><li class=menu__item><a class=menu__link href=/>Home</a></li><li class=menu__item><a class=menu__link href=/blog/>Blog</a></li><li class=menu__item><a class=menu__link href=/services/>Services</a></li><li class=menu__item><a class=menu__link href=/uninotes/>UniNotes</a></li><li class=menu__item><a class=menu__link href=/contact/>Contact</a></li></ul></nav></header><main class=main><div class=auth-page><div class=auth-card><h1 class=auth-page__title>Sign Up</h1><div id=auth-message class="auth-message auth-message--info is-visible" aria-live=polite>Signing up is giving you access to the following services: <a href=/services/email/>Email</a>, <a href=/services/xmpp/>XMPP</a></div><form id=signup-form class=auth-form novalidate><div class=auth-form__input-wrap><div class=auth-form__group><label class=auth-form__label for=signup-username>Username</label>
<input class=auth-form__input type=text id=signup-username name=username autocomplete=username required minlength=3 maxlength=32 pattern=[a-zA-Z0-9_\-]+> <input class=auth-form__input type=text id=signup-username name=username autocomplete=username required minlength=3 maxlength=32 pattern=[a-zA-Z0-9_\-]+>
<span class=auth-form__hint>(3-32 characters; letters, numbers, _ and - only)</span></div><div class=auth-form__group><label class=auth-form__label for=signup-email>Email</label> <span class=auth-form__hint>(3-32 characters; letters, numbers, _ and - only)</span></div><div class=auth-form__group><label class=auth-form__label for=signup-email>Email</label>
<input class=auth-form__input type=email id=signup-email name=email autocomplete=email required></div><div class=auth-form__group><label class=auth-form__label for=signup-password>Password</label> <input class=auth-form__input type=email id=signup-email name=email autocomplete=email required></div><div class=auth-form__group><label class=auth-form__label for=signup-password>Password</label>

File diff suppressed because one or more lines are too long

View File

@@ -9,6 +9,6 @@ All updates
</button> </button>
<button class=rss-subscribe__item data-rss-url=https://freedoms4.org/blog/index.xml> <button class=rss-subscribe__item data-rss-url=https://freedoms4.org/blog/index.xml>
Blog posts</button></div></div></div></div><nav class="menu language"><ul class="menu__list language__list"><li class=menu__item><a class=menu__link href=/>Home</a></li><li class=menu__item><a class=menu__link href=/blog/>Blog</a></li><li class=menu__item><a class=menu__link href=/services/>Services</a></li><li class=menu__item><a class=menu__link href=/uninotes/>UniNotes</a></li><li class=menu__item><a class=menu__link href=/contact/>Contact</a></li></ul></nav></header><main class=main><nav class="uninotes-breadcrumbs breadcrumbs"><a href=/blog/>Blog</a> Blog posts</button></div></div></div></div><nav class="menu language"><ul class="menu__list language__list"><li class=menu__item><a class=menu__link href=/>Home</a></li><li class=menu__item><a class=menu__link href=/blog/>Blog</a></li><li class=menu__item><a class=menu__link href=/services/>Services</a></li><li class=menu__item><a class=menu__link href=/uninotes/>UniNotes</a></li><li class=menu__item><a class=menu__link href=/contact/>Contact</a></li></ul></nav></header><main class=main><nav class="uninotes-breadcrumbs breadcrumbs"><a href=/blog/>Blog</a>
<span>Categories</span></nav><h1><a href=/blog/ style=text-decoration:none;color:var(--accent-color)>All Posts</a> | Categories</h1><section class=term-list><h2 class=term-list__item><a class=term-list__link href=/uninotes/s1/bo-dcm1109/>BO DCM1109 (4)</a></h2><h2 class=term-list__item><a class=term-list__link href=/uninotes/s1/et-dcm1107/>ET DCM1107 (6)</a></h2><h2 class=term-list__item><a class=term-list__link href=/uninotes/s1/ge-dcm1106/>GE DCM1106 (1)</a></h2><h2 class=term-list__item><a class=term-list__link href=/uninotes/s1/pbm-dcm1110/>PBM DCM1110 (5)</a></h2></section></main><footer class=footer><p class=footer__copyright-notice>&copy; <a href=https://freedoms4.org>freedoms4.org</a> <span>Categories</span></nav><h1><a href=/blog/ style=text-decoration:none;color:var(--accent-color)>All Posts</a> | Categories</h1><section class=term-list><h2 class=term-list__item><a class=term-list__link href=/uninotes/s1/bo-dcm1109/>BO DCM1109 (5)</a></h2><h2 class=term-list__item><a class=term-list__link href=/uninotes/s1/et-dcm1107/>ET DCM1107 (7)</a></h2><h2 class=term-list__item><a class=term-list__link href=/uninotes/s1/ge-dcm1106/>GE DCM1106 (2)</a></h2><h2 class=term-list__item><a class=term-list__link href=/uninotes/s1/pbm-dcm1110/>PBM DCM1110 (6)</a></h2></section></main><footer class=footer><p class=footer__copyright-notice>&copy; <a href=https://freedoms4.org>freedoms4.org</a>
<a href=/terms/>Terms and Conditions</a> <a href=/privacy/>Privacy Policy</a> <a href=/terms/>Terms and Conditions</a> <a href=/privacy/>Privacy Policy</a>
<a href=/changelog/>Changelog</a></p><p class=footer__theme-info>Built with <a href=https://gohugo.io>Hugo</a> and based on <a href=https://github.com/CyrusYip/hugo-theme-yue>Yue</a> theme</p></footer><script>(function(){document.querySelectorAll(".menu__item").forEach(function(e){var t=e.querySelector("a");t&&t.getAttribute("href")==="/uninotes/"&&e.classList.add("menu__item--uninotes")})})()</script><script>(function(){var e=document.getElementById("theme-toggle");if(!e)return;function t(){var e=localStorage.getItem("theme");return e?e:window.matchMedia("(prefers-color-scheme: light)").matches?"light":"dark"}function n(e){document.documentElement.setAttribute("data-theme",e),localStorage.setItem("theme",e)}n(t()),e.addEventListener("click",function(){var e=document.documentElement.getAttribute("data-theme")||t();n(e==="dark"?"light":"dark")})})()</script><script>(function(){var t="https://backend.freedoms4.org/auth.php",e=localStorage.getItem("f4_username");if(!e)return;function n(e){var t,n,o,i,a,c,r=document.querySelector(".brand__auth");r&&!r.querySelector(".brand__auth-user")&&(r.classList.add("brand__auth--loggedin"),t=document.createElement("div"),t.className="brand__auth-user",n=document.createElement("button"),n.className="brand__auth-user-btn",n.setAttribute("aria-label","Account menu"),c=document.createElement("span"),c.innerHTML='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="12" height="12" fill="currentColor"><path d="M12 12c2.7 0 4.8-2.1 4.8-4.8S14.7 2.4 12 2.4 7.2 4.5 7.2 7.2 9.3 12 12 12zm0 2.4c-3.2 0-9.6 1.6-9.6 4.8v2.4h19.2v-2.4c0-3.2-6.4-4.8-9.6-4.8z"/></svg>',n.appendChild(c.firstChild),n.appendChild(document.createTextNode(" "+e)),o=document.createElement("div"),o.className="brand__auth-user-dropdown",i=document.createElement("button"),i.className="brand__auth-user-logout",i.textContent="Log Out",i.addEventListener("click",s),e==="hyzen"&&(a=document.createElement("a"),a.className="brand__auth-user-admin",a.href="/admin/",a.textContent="User Management",o.appendChild(a)),o.appendChild(i),o.appendChild(i),t.appendChild(n),t.appendChild(o),r.appendChild(t),n.addEventListener("click",function(e){e.stopPropagation(),t.classList.toggle("is-open")}),document.addEventListener("click",function(){t.classList.remove("is-open")}))}function s(){fetch(t,{method:"POST",headers:{"Content-Type":"application/json"},credentials:"include",body:JSON.stringify({action:"logout"})}).finally(function(){localStorage.removeItem("f4_username"),localStorage.removeItem("f4_login_time"),localStorage.removeItem("f4_session_fails"),window.location.reload()})}n(e)})()</script><script>(function(){var t,e=document.querySelector(".rss-subscribe");if(!e)return;t=e.querySelector(".rss-subscribe__btn"),t.addEventListener("click",function(t){t.stopPropagation(),e.classList.toggle("is-open")}),document.addEventListener("click",function(t){e.contains(t.target)||e.classList.remove("is-open")}),e.querySelectorAll(".rss-subscribe__item").forEach(function(t){t.addEventListener("click",function(n){n.stopPropagation();var s,o=t.getAttribute("data-rss-url"),a=t.textContent;function i(){t.textContent="Copied!",setTimeout(function(){t.textContent=a,e.classList.remove("is-open")},1200)}try{s=document.createElement("textarea"),s.value=o,s.style.cssText="position:fixed;top:0;left:0;opacity:0;pointer-events:none;",document.body.appendChild(s),s.focus(),s.select(),document.execCommand("copy"),document.body.removeChild(s),i()}catch{navigator.clipboard&&navigator.clipboard.writeText(o).then(i).catch(function(){t.textContent=o})}})})})()</script><script src=/js/session-check.js></script></body></html> <a href=/changelog/>Changelog</a></p><p class=footer__theme-info>Built with <a href=https://gohugo.io>Hugo</a> and based on <a href=https://github.com/CyrusYip/hugo-theme-yue>Yue</a> theme</p></footer><script>(function(){document.querySelectorAll(".menu__item").forEach(function(e){var t=e.querySelector("a");t&&t.getAttribute("href")==="/uninotes/"&&e.classList.add("menu__item--uninotes")})})()</script><script>(function(){var e=document.getElementById("theme-toggle");if(!e)return;function t(){var e=localStorage.getItem("theme");return e?e:window.matchMedia("(prefers-color-scheme: light)").matches?"light":"dark"}function n(e){document.documentElement.setAttribute("data-theme",e),localStorage.setItem("theme",e)}n(t()),e.addEventListener("click",function(){var e=document.documentElement.getAttribute("data-theme")||t();n(e==="dark"?"light":"dark")})})()</script><script>(function(){var t="https://backend.freedoms4.org/auth.php",e=localStorage.getItem("f4_username");if(!e)return;function n(e){var t,n,o,i,a,c,r=document.querySelector(".brand__auth");r&&!r.querySelector(".brand__auth-user")&&(r.classList.add("brand__auth--loggedin"),t=document.createElement("div"),t.className="brand__auth-user",n=document.createElement("button"),n.className="brand__auth-user-btn",n.setAttribute("aria-label","Account menu"),c=document.createElement("span"),c.innerHTML='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="12" height="12" fill="currentColor"><path d="M12 12c2.7 0 4.8-2.1 4.8-4.8S14.7 2.4 12 2.4 7.2 4.5 7.2 7.2 9.3 12 12 12zm0 2.4c-3.2 0-9.6 1.6-9.6 4.8v2.4h19.2v-2.4c0-3.2-6.4-4.8-9.6-4.8z"/></svg>',n.appendChild(c.firstChild),n.appendChild(document.createTextNode(" "+e)),o=document.createElement("div"),o.className="brand__auth-user-dropdown",i=document.createElement("button"),i.className="brand__auth-user-logout",i.textContent="Log Out",i.addEventListener("click",s),e==="hyzen"&&(a=document.createElement("a"),a.className="brand__auth-user-admin",a.href="/admin/",a.textContent="User Management",o.appendChild(a)),o.appendChild(i),o.appendChild(i),t.appendChild(n),t.appendChild(o),r.appendChild(t),n.addEventListener("click",function(e){e.stopPropagation(),t.classList.toggle("is-open")}),document.addEventListener("click",function(){t.classList.remove("is-open")}))}function s(){fetch(t,{method:"POST",headers:{"Content-Type":"application/json"},credentials:"include",body:JSON.stringify({action:"logout"})}).finally(function(){localStorage.removeItem("f4_username"),localStorage.removeItem("f4_login_time"),localStorage.removeItem("f4_session_fails"),window.location.reload()})}n(e)})()</script><script>(function(){var t,e=document.querySelector(".rss-subscribe");if(!e)return;t=e.querySelector(".rss-subscribe__btn"),t.addEventListener("click",function(t){t.stopPropagation(),e.classList.toggle("is-open")}),document.addEventListener("click",function(t){e.contains(t.target)||e.classList.remove("is-open")}),e.querySelectorAll(".rss-subscribe__item").forEach(function(t){t.addEventListener("click",function(n){n.stopPropagation();var s,o=t.getAttribute("data-rss-url"),a=t.textContent;function i(){t.textContent="Copied!",setTimeout(function(){t.textContent=a,e.classList.remove("is-open")},1200)}try{s=document.createElement("textarea"),s.value=o,s.style.cssText="position:fixed;top:0;left:0;opacity:0;pointer-events:none;",document.body.appendChild(s),s.focus(),s.select(),document.execCommand("copy"),document.body.removeChild(s),i()}catch{navigator.clipboard&&navigator.clipboard.writeText(o).then(i).catch(function(){t.textContent=o})}})})})()</script><script src=/js/session-check.js></script></body></html>

View File

@@ -1,21 +1,16 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Academics on Freedoms4</title><link>https://freedoms4.org/tags/academics/</link><description>Recent content in Academics on Freedoms4</description><generator>Hugo</generator><language>en-us</language><managingEditor>your-email@example.com (Freedoms4)</managingEditor><webMaster>your-email@example.com (Freedoms4)</webMaster><lastBuildDate>Sun, 01 Mar 2026 18:11:14 +0000</lastBuildDate><atom:link href="https://freedoms4.org/tags/academics/index.xml" rel="self" type="application/rss+xml"/><item><title>What is Education?</title><link>https://freedoms4.org/blog/what-is-education/</link><pubDate>Sun, 01 Mar 2026 18:11:14 +0000</pubDate><author>your-email@example.com (Freedoms4)</author><guid>https://freedoms4.org/blog/what-is-education/</guid><description>&lt;h1 class="heading" id="what-is-education"&gt; <?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Academics on Freedoms4</title><link>https://freedoms4.org/tags/academics/</link><description>Recent content in Academics on Freedoms4</description><generator>Hugo</generator><language>en-us</language><managingEditor>your-email@example.com (Freedoms4)</managingEditor><webMaster>your-email@example.com (Freedoms4)</webMaster><lastBuildDate>Sun, 01 Mar 2026 18:11:14 +0000</lastBuildDate><atom:link href="https://freedoms4.org/tags/academics/index.xml" rel="self" type="application/rss+xml"/><item><title>What is Education?</title><link>https://freedoms4.org/blog/what-is-education/</link><pubDate>Sun, 01 Mar 2026 18:11:14 +0000</pubDate><author>your-email@example.com (Freedoms4)</author><guid>https://freedoms4.org/blog/what-is-education/</guid><description>&lt;h1 class="heading" id="what-is-education"&gt;What is Education?&lt;/h1&gt;
What is Education?&lt;span class="heading__anchor"&gt; &lt;a href="#what-is-education"&gt;#&lt;/a&gt;&lt;/span&gt; &lt;p&gt;Education simply means &amp;ldquo;learning&amp;rdquo;. It&amp;rsquo;s a natural process.&lt;/p&gt;
&lt;/h1&gt;&lt;p&gt;Education simply means &amp;ldquo;learning&amp;rdquo;. It&amp;rsquo;s a natural process.&lt;/p&gt; &lt;h3 class="heading" id="ratio-of-components-in-education"&gt;Ratio of components in Education:&lt;/h3&gt;
&lt;h3 class="heading" id="ratio-of-components-in-education"&gt; &lt;p&gt;50% Knowledge/Understanding, 30% Skills, 20% Experience.&lt;/p&gt;
Ratio of components in Education:&lt;span class="heading__anchor"&gt; &lt;a href="#ratio-of-components-in-education"&gt;#&lt;/a&gt;&lt;/span&gt; &lt;h3 class="heading" id="education-vs-academics"&gt;Education vs Academics:&lt;/h3&gt;
&lt;/h3&gt;&lt;p&gt;50% Knowledge/Understanding, 30% Skills, 20% Experience.&lt;/p&gt; &lt;p&gt;Education and Academics are not the same thing. Academics is Education based of a curriculum and an institution. Plato discovered the word while describing his school of philosophy.&lt;/p&gt;
&lt;h3 class="heading" id="education-vs-academics"&gt; &lt;h4 class="heading" id="academics-system-has-evolved-with-time-and-got-worst-lets-see-what-the-system-has-become-nowadays"&gt;Academics system has evolved with time and got worst. Let&amp;rsquo;s see what the system has become nowadays:&lt;/h4&gt;
Education vs Academics:&lt;span class="heading__anchor"&gt; &lt;a href="#education-vs-academics"&gt;#&lt;/a&gt;&lt;/span&gt; &lt;ul&gt;
&lt;/h3&gt;&lt;p&gt;Education and Academics are not the same thing. Academics is Education based of a curriculum and an institution. Plato discovered the word while describing his school of philosophy.&lt;/p&gt;
&lt;h4 class="heading" id="academics-system-has-evolved-with-time-and-got-worst-lets-see-what-the-system-has-become-nowadays"&gt;
Academics system has evolved with time and got worst. Let&amp;rsquo;s see what the system has become nowadays:&lt;span class="heading__anchor"&gt; &lt;a href="#academics-system-has-evolved-with-time-and-got-worst-lets-see-what-the-system-has-become-nowadays"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h4&gt;&lt;ul&gt;
&lt;li&gt;Wrong ratio of knowledge, skill, experience (knowledge takes about 90%).&lt;/li&gt; &lt;li&gt;Wrong ratio of knowledge, skill, experience (knowledge takes about 90%).&lt;/li&gt;
&lt;li&gt;Generalised curriculum for all students.&lt;/li&gt; &lt;li&gt;Generalised curriculum for all students.&lt;/li&gt;
&lt;/ul&gt; &lt;/ul&gt;
&lt;h4 class="heading" id="extra-bad"&gt; &lt;h4 class="heading" id="extra-bad"&gt;Extra bad:&lt;/h4&gt;
Extra bad:&lt;span class="heading__anchor"&gt; &lt;a href="#extra-bad"&gt;#&lt;/a&gt;&lt;/span&gt; &lt;ul&gt;
&lt;/h4&gt;&lt;ul&gt;
&lt;li&gt;Goals are only bound to exams/grades, degree or certifications (year 1088), then getting jobs.&lt;/li&gt; &lt;li&gt;Goals are only bound to exams/grades, degree or certifications (year 1088), then getting jobs.&lt;/li&gt;
&lt;li&gt;Unhealthy pressure and competition for students.&lt;/li&gt; &lt;li&gt;Unhealthy pressure and competition for students.&lt;/li&gt;
&lt;li&gt;Money game.&lt;/li&gt; &lt;li&gt;Money game.&lt;/li&gt;

View File

@@ -1,21 +1,16 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Education on Freedoms4</title><link>https://freedoms4.org/tags/education/</link><description>Recent content in Education on Freedoms4</description><generator>Hugo</generator><language>en-us</language><managingEditor>your-email@example.com (Freedoms4)</managingEditor><webMaster>your-email@example.com (Freedoms4)</webMaster><lastBuildDate>Sun, 01 Mar 2026 18:11:14 +0000</lastBuildDate><atom:link href="https://freedoms4.org/tags/education/index.xml" rel="self" type="application/rss+xml"/><item><title>What is Education?</title><link>https://freedoms4.org/blog/what-is-education/</link><pubDate>Sun, 01 Mar 2026 18:11:14 +0000</pubDate><author>your-email@example.com (Freedoms4)</author><guid>https://freedoms4.org/blog/what-is-education/</guid><description>&lt;h1 class="heading" id="what-is-education"&gt; <?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Education on Freedoms4</title><link>https://freedoms4.org/tags/education/</link><description>Recent content in Education on Freedoms4</description><generator>Hugo</generator><language>en-us</language><managingEditor>your-email@example.com (Freedoms4)</managingEditor><webMaster>your-email@example.com (Freedoms4)</webMaster><lastBuildDate>Sun, 01 Mar 2026 18:11:14 +0000</lastBuildDate><atom:link href="https://freedoms4.org/tags/education/index.xml" rel="self" type="application/rss+xml"/><item><title>What is Education?</title><link>https://freedoms4.org/blog/what-is-education/</link><pubDate>Sun, 01 Mar 2026 18:11:14 +0000</pubDate><author>your-email@example.com (Freedoms4)</author><guid>https://freedoms4.org/blog/what-is-education/</guid><description>&lt;h1 class="heading" id="what-is-education"&gt;What is Education?&lt;/h1&gt;
What is Education?&lt;span class="heading__anchor"&gt; &lt;a href="#what-is-education"&gt;#&lt;/a&gt;&lt;/span&gt; &lt;p&gt;Education simply means &amp;ldquo;learning&amp;rdquo;. It&amp;rsquo;s a natural process.&lt;/p&gt;
&lt;/h1&gt;&lt;p&gt;Education simply means &amp;ldquo;learning&amp;rdquo;. It&amp;rsquo;s a natural process.&lt;/p&gt; &lt;h3 class="heading" id="ratio-of-components-in-education"&gt;Ratio of components in Education:&lt;/h3&gt;
&lt;h3 class="heading" id="ratio-of-components-in-education"&gt; &lt;p&gt;50% Knowledge/Understanding, 30% Skills, 20% Experience.&lt;/p&gt;
Ratio of components in Education:&lt;span class="heading__anchor"&gt; &lt;a href="#ratio-of-components-in-education"&gt;#&lt;/a&gt;&lt;/span&gt; &lt;h3 class="heading" id="education-vs-academics"&gt;Education vs Academics:&lt;/h3&gt;
&lt;/h3&gt;&lt;p&gt;50% Knowledge/Understanding, 30% Skills, 20% Experience.&lt;/p&gt; &lt;p&gt;Education and Academics are not the same thing. Academics is Education based of a curriculum and an institution. Plato discovered the word while describing his school of philosophy.&lt;/p&gt;
&lt;h3 class="heading" id="education-vs-academics"&gt; &lt;h4 class="heading" id="academics-system-has-evolved-with-time-and-got-worst-lets-see-what-the-system-has-become-nowadays"&gt;Academics system has evolved with time and got worst. Let&amp;rsquo;s see what the system has become nowadays:&lt;/h4&gt;
Education vs Academics:&lt;span class="heading__anchor"&gt; &lt;a href="#education-vs-academics"&gt;#&lt;/a&gt;&lt;/span&gt; &lt;ul&gt;
&lt;/h3&gt;&lt;p&gt;Education and Academics are not the same thing. Academics is Education based of a curriculum and an institution. Plato discovered the word while describing his school of philosophy.&lt;/p&gt;
&lt;h4 class="heading" id="academics-system-has-evolved-with-time-and-got-worst-lets-see-what-the-system-has-become-nowadays"&gt;
Academics system has evolved with time and got worst. Let&amp;rsquo;s see what the system has become nowadays:&lt;span class="heading__anchor"&gt; &lt;a href="#academics-system-has-evolved-with-time-and-got-worst-lets-see-what-the-system-has-become-nowadays"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h4&gt;&lt;ul&gt;
&lt;li&gt;Wrong ratio of knowledge, skill, experience (knowledge takes about 90%).&lt;/li&gt; &lt;li&gt;Wrong ratio of knowledge, skill, experience (knowledge takes about 90%).&lt;/li&gt;
&lt;li&gt;Generalised curriculum for all students.&lt;/li&gt; &lt;li&gt;Generalised curriculum for all students.&lt;/li&gt;
&lt;/ul&gt; &lt;/ul&gt;
&lt;h4 class="heading" id="extra-bad"&gt; &lt;h4 class="heading" id="extra-bad"&gt;Extra bad:&lt;/h4&gt;
Extra bad:&lt;span class="heading__anchor"&gt; &lt;a href="#extra-bad"&gt;#&lt;/a&gt;&lt;/span&gt; &lt;ul&gt;
&lt;/h4&gt;&lt;ul&gt;
&lt;li&gt;Goals are only bound to exams/grades, degree or certifications (year 1088), then getting jobs.&lt;/li&gt; &lt;li&gt;Goals are only bound to exams/grades, degree or certifications (year 1088), then getting jobs.&lt;/li&gt;
&lt;li&gt;Unhealthy pressure and competition for students.&lt;/li&gt; &lt;li&gt;Unhealthy pressure and competition for students.&lt;/li&gt;
&lt;li&gt;Money game.&lt;/li&gt; &lt;li&gt;Money game.&lt;/li&gt;

View File

@@ -1,21 +1,16 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>System on Freedoms4</title><link>https://freedoms4.org/tags/system/</link><description>Recent content in System on Freedoms4</description><generator>Hugo</generator><language>en-us</language><managingEditor>your-email@example.com (Freedoms4)</managingEditor><webMaster>your-email@example.com (Freedoms4)</webMaster><lastBuildDate>Sun, 01 Mar 2026 18:11:14 +0000</lastBuildDate><atom:link href="https://freedoms4.org/tags/system/index.xml" rel="self" type="application/rss+xml"/><item><title>What is Education?</title><link>https://freedoms4.org/blog/what-is-education/</link><pubDate>Sun, 01 Mar 2026 18:11:14 +0000</pubDate><author>your-email@example.com (Freedoms4)</author><guid>https://freedoms4.org/blog/what-is-education/</guid><description>&lt;h1 class="heading" id="what-is-education"&gt; <?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>System on Freedoms4</title><link>https://freedoms4.org/tags/system/</link><description>Recent content in System on Freedoms4</description><generator>Hugo</generator><language>en-us</language><managingEditor>your-email@example.com (Freedoms4)</managingEditor><webMaster>your-email@example.com (Freedoms4)</webMaster><lastBuildDate>Sun, 01 Mar 2026 18:11:14 +0000</lastBuildDate><atom:link href="https://freedoms4.org/tags/system/index.xml" rel="self" type="application/rss+xml"/><item><title>What is Education?</title><link>https://freedoms4.org/blog/what-is-education/</link><pubDate>Sun, 01 Mar 2026 18:11:14 +0000</pubDate><author>your-email@example.com (Freedoms4)</author><guid>https://freedoms4.org/blog/what-is-education/</guid><description>&lt;h1 class="heading" id="what-is-education"&gt;What is Education?&lt;/h1&gt;
What is Education?&lt;span class="heading__anchor"&gt; &lt;a href="#what-is-education"&gt;#&lt;/a&gt;&lt;/span&gt; &lt;p&gt;Education simply means &amp;ldquo;learning&amp;rdquo;. It&amp;rsquo;s a natural process.&lt;/p&gt;
&lt;/h1&gt;&lt;p&gt;Education simply means &amp;ldquo;learning&amp;rdquo;. It&amp;rsquo;s a natural process.&lt;/p&gt; &lt;h3 class="heading" id="ratio-of-components-in-education"&gt;Ratio of components in Education:&lt;/h3&gt;
&lt;h3 class="heading" id="ratio-of-components-in-education"&gt; &lt;p&gt;50% Knowledge/Understanding, 30% Skills, 20% Experience.&lt;/p&gt;
Ratio of components in Education:&lt;span class="heading__anchor"&gt; &lt;a href="#ratio-of-components-in-education"&gt;#&lt;/a&gt;&lt;/span&gt; &lt;h3 class="heading" id="education-vs-academics"&gt;Education vs Academics:&lt;/h3&gt;
&lt;/h3&gt;&lt;p&gt;50% Knowledge/Understanding, 30% Skills, 20% Experience.&lt;/p&gt; &lt;p&gt;Education and Academics are not the same thing. Academics is Education based of a curriculum and an institution. Plato discovered the word while describing his school of philosophy.&lt;/p&gt;
&lt;h3 class="heading" id="education-vs-academics"&gt; &lt;h4 class="heading" id="academics-system-has-evolved-with-time-and-got-worst-lets-see-what-the-system-has-become-nowadays"&gt;Academics system has evolved with time and got worst. Let&amp;rsquo;s see what the system has become nowadays:&lt;/h4&gt;
Education vs Academics:&lt;span class="heading__anchor"&gt; &lt;a href="#education-vs-academics"&gt;#&lt;/a&gt;&lt;/span&gt; &lt;ul&gt;
&lt;/h3&gt;&lt;p&gt;Education and Academics are not the same thing. Academics is Education based of a curriculum and an institution. Plato discovered the word while describing his school of philosophy.&lt;/p&gt;
&lt;h4 class="heading" id="academics-system-has-evolved-with-time-and-got-worst-lets-see-what-the-system-has-become-nowadays"&gt;
Academics system has evolved with time and got worst. Let&amp;rsquo;s see what the system has become nowadays:&lt;span class="heading__anchor"&gt; &lt;a href="#academics-system-has-evolved-with-time-and-got-worst-lets-see-what-the-system-has-become-nowadays"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h4&gt;&lt;ul&gt;
&lt;li&gt;Wrong ratio of knowledge, skill, experience (knowledge takes about 90%).&lt;/li&gt; &lt;li&gt;Wrong ratio of knowledge, skill, experience (knowledge takes about 90%).&lt;/li&gt;
&lt;li&gt;Generalised curriculum for all students.&lt;/li&gt; &lt;li&gt;Generalised curriculum for all students.&lt;/li&gt;
&lt;/ul&gt; &lt;/ul&gt;
&lt;h4 class="heading" id="extra-bad"&gt; &lt;h4 class="heading" id="extra-bad"&gt;Extra bad:&lt;/h4&gt;
Extra bad:&lt;span class="heading__anchor"&gt; &lt;a href="#extra-bad"&gt;#&lt;/a&gt;&lt;/span&gt; &lt;ul&gt;
&lt;/h4&gt;&lt;ul&gt;
&lt;li&gt;Goals are only bound to exams/grades, degree or certifications (year 1088), then getting jobs.&lt;/li&gt; &lt;li&gt;Goals are only bound to exams/grades, degree or certifications (year 1088), then getting jobs.&lt;/li&gt;
&lt;li&gt;Unhealthy pressure and competition for students.&lt;/li&gt; &lt;li&gt;Unhealthy pressure and competition for students.&lt;/li&gt;
&lt;li&gt;Money game.&lt;/li&gt; &lt;li&gt;Money game.&lt;/li&gt;

File diff suppressed because one or more lines are too long

View File

@@ -10,7 +10,7 @@ All updates
<button class=rss-subscribe__item data-rss-url=https://freedoms4.org/blog/index.xml> <button class=rss-subscribe__item data-rss-url=https://freedoms4.org/blog/index.xml>
Blog posts</button></div></div></div></div><nav class="menu language"><ul class="menu__list language__list"><li class=menu__item><a class=menu__link href=/>Home</a></li><li class=menu__item><a class=menu__link href=/blog/>Blog</a></li><li class=menu__item><a class=menu__link href=/services/>Services</a></li><li class=menu__item><a class=menu__link href=/uninotes/>UniNotes</a></li><li class=menu__item><a class=menu__link href=/contact/>Contact</a></li></ul></nav></header><main class=main><nav class="uninotes-breadcrumbs breadcrumbs"><a href=/uninotes/>UniNotes</a></nav><h1>UniNotes</h1><h3 class=uninotes-contents-heading>Contents</h3><div class=uninotes-contents><div class=uninotes-contents__semester><a class=uninotes-contents__sem-link href=/uninotes/s1/>S1</a><div class=uninotes-contents__subject><a class=uninotes-contents__subject-link href=/uninotes/s1/ge-dcm1106/>GE DCM1106</a><ul class=uninotes-contents__units><li class=uninotes-contents__unit><a class=uninotes-contents__unit-link href=/uninotes/s1/ge-dcm1106/unit1/>Unit 1</a> Blog posts</button></div></div></div></div><nav class="menu language"><ul class="menu__list language__list"><li class=menu__item><a class=menu__link href=/>Home</a></li><li class=menu__item><a class=menu__link href=/blog/>Blog</a></li><li class=menu__item><a class=menu__link href=/services/>Services</a></li><li class=menu__item><a class=menu__link href=/uninotes/>UniNotes</a></li><li class=menu__item><a class=menu__link href=/contact/>Contact</a></li></ul></nav></header><main class=main><nav class="uninotes-breadcrumbs breadcrumbs"><a href=/uninotes/>UniNotes</a></nav><h1>UniNotes</h1><h3 class=uninotes-contents-heading>Contents</h3><div class=uninotes-contents><div class=uninotes-contents__semester><a class=uninotes-contents__sem-link href=/uninotes/s1/>S1</a><div class=uninotes-contents__subject><a class=uninotes-contents__subject-link href=/uninotes/s1/ge-dcm1106/>GE DCM1106</a><ul class=uninotes-contents__units><li class=uninotes-contents__unit><a class=uninotes-contents__unit-link href=/uninotes/s1/ge-dcm1106/unit1/>Unit 1</a>
<span class=uninotes-contents__unit-cats><span class="uninotes-contents__cat uninotes-contents__cat--na">Self</span> <span class=uninotes-contents__unit-cats><span class="uninotes-contents__cat uninotes-contents__cat--na">Self</span>
<a class="uninotes-contents__cat uninotes-contents__cat--live" href=/uninotes/s1/ge-dcm1106/unit1/live/>Live</a></span></li></ul></div><div class=uninotes-contents__subject><a class=uninotes-contents__subject-link href=/uninotes/s1/et-dcm1107/>ET DCM1107</a><ul class=uninotes-contents__units><li class=uninotes-contents__unit><a class=uninotes-contents__unit-link href=/uninotes/s1/et-dcm1107/unit1/>Unit 1</a> <a class="uninotes-contents__cat uninotes-contents__cat--live" href=/uninotes/s1/ge-dcm1106/unit1/live/>Live</a></span></li><li class=uninotes-contents__unit><a class=uninotes-contents__unit-link href=/uninotes/s1/ge-dcm1106/qna/>QNA</a></li></ul></div><div class=uninotes-contents__subject><a class=uninotes-contents__subject-link href=/uninotes/s1/et-dcm1107/>ET DCM1107</a><ul class=uninotes-contents__units><li class=uninotes-contents__unit><a class=uninotes-contents__unit-link href=/uninotes/s1/et-dcm1107/unit1/>Unit 1</a>
<span class=uninotes-contents__unit-cats><span class="uninotes-contents__cat uninotes-contents__cat--na">Self</span> <span class=uninotes-contents__unit-cats><span class="uninotes-contents__cat uninotes-contents__cat--na">Self</span>
<a class="uninotes-contents__cat uninotes-contents__cat--live" href=/uninotes/s1/et-dcm1107/unit1/live/>Live</a></span></li><li class=uninotes-contents__unit><a class=uninotes-contents__unit-link href=/uninotes/s1/et-dcm1107/unit2/>Unit 2</a> <a class="uninotes-contents__cat uninotes-contents__cat--live" href=/uninotes/s1/et-dcm1107/unit1/live/>Live</a></span></li><li class=uninotes-contents__unit><a class=uninotes-contents__unit-link href=/uninotes/s1/et-dcm1107/unit2/>Unit 2</a>
<span class=uninotes-contents__unit-cats><span class="uninotes-contents__cat uninotes-contents__cat--na">Self</span> <span class=uninotes-contents__unit-cats><span class="uninotes-contents__cat uninotes-contents__cat--na">Self</span>
@@ -22,7 +22,7 @@ Blog posts</button></div></div></div></div><nav class="menu language"><ul class=
<span class=uninotes-contents__unit-cats><a class="uninotes-contents__cat uninotes-contents__cat--self" href=/uninotes/s1/et-dcm1107/unit7/self/>Self</a> <span class=uninotes-contents__unit-cats><a class="uninotes-contents__cat uninotes-contents__cat--self" href=/uninotes/s1/et-dcm1107/unit7/self/>Self</a>
<span class="uninotes-contents__cat uninotes-contents__cat--na">Live</span></span></li><li class=uninotes-contents__unit><a class=uninotes-contents__unit-link href=/uninotes/s1/et-dcm1107/unit12/>Unit 12</a> <span class="uninotes-contents__cat uninotes-contents__cat--na">Live</span></span></li><li class=uninotes-contents__unit><a class=uninotes-contents__unit-link href=/uninotes/s1/et-dcm1107/unit12/>Unit 12</a>
<span class=uninotes-contents__unit-cats><a class="uninotes-contents__cat uninotes-contents__cat--self" href=/uninotes/s1/et-dcm1107/unit12/self/>Self</a> <span class=uninotes-contents__unit-cats><a class="uninotes-contents__cat uninotes-contents__cat--self" href=/uninotes/s1/et-dcm1107/unit12/self/>Self</a>
<span class="uninotes-contents__cat uninotes-contents__cat--na">Live</span></span></li></ul></div><div class=uninotes-contents__subject><a class=uninotes-contents__subject-link href=/uninotes/s1/bo-dcm1109/>BO DCM1109</a><ul class=uninotes-contents__units><li class=uninotes-contents__unit><a class=uninotes-contents__unit-link href=/uninotes/s1/bo-dcm1109/unit1/>Unit 1</a> <span class="uninotes-contents__cat uninotes-contents__cat--na">Live</span></span></li><li class=uninotes-contents__unit><a class=uninotes-contents__unit-link href=/uninotes/s1/et-dcm1107/qna/>QNA</a></li></ul></div><div class=uninotes-contents__subject><a class=uninotes-contents__subject-link href=/uninotes/s1/bo-dcm1109/>BO DCM1109</a><ul class=uninotes-contents__units><li class=uninotes-contents__unit><a class=uninotes-contents__unit-link href=/uninotes/s1/bo-dcm1109/unit1/>Unit 1</a>
<span class=uninotes-contents__unit-cats><a class="uninotes-contents__cat uninotes-contents__cat--self" href=/uninotes/s1/bo-dcm1109/unit1/self/>Self</a> <span class=uninotes-contents__unit-cats><a class="uninotes-contents__cat uninotes-contents__cat--self" href=/uninotes/s1/bo-dcm1109/unit1/self/>Self</a>
<span class="uninotes-contents__cat uninotes-contents__cat--na">Live</span></span></li><li class=uninotes-contents__unit><a class=uninotes-contents__unit-link href=/uninotes/s1/bo-dcm1109/unit2/>Unit 2</a> <span class="uninotes-contents__cat uninotes-contents__cat--na">Live</span></span></li><li class=uninotes-contents__unit><a class=uninotes-contents__unit-link href=/uninotes/s1/bo-dcm1109/unit2/>Unit 2</a>
<span class=uninotes-contents__unit-cats><a class="uninotes-contents__cat uninotes-contents__cat--self" href=/uninotes/s1/bo-dcm1109/unit2/self/>Self</a> <span class=uninotes-contents__unit-cats><a class="uninotes-contents__cat uninotes-contents__cat--self" href=/uninotes/s1/bo-dcm1109/unit2/self/>Self</a>
@@ -30,7 +30,7 @@ Blog posts</button></div></div></div></div><nav class="menu language"><ul class=
<span class=uninotes-contents__unit-cats><a class="uninotes-contents__cat uninotes-contents__cat--self" href=/uninotes/s1/bo-dcm1109/unit3/self/>Self</a> <span class=uninotes-contents__unit-cats><a class="uninotes-contents__cat uninotes-contents__cat--self" href=/uninotes/s1/bo-dcm1109/unit3/self/>Self</a>
<span class="uninotes-contents__cat uninotes-contents__cat--na">Live</span></span></li><li class=uninotes-contents__unit><a class=uninotes-contents__unit-link href=/uninotes/s1/bo-dcm1109/unit11/>Unit 11</a> <span class="uninotes-contents__cat uninotes-contents__cat--na">Live</span></span></li><li class=uninotes-contents__unit><a class=uninotes-contents__unit-link href=/uninotes/s1/bo-dcm1109/unit11/>Unit 11</a>
<span class=uninotes-contents__unit-cats><a class="uninotes-contents__cat uninotes-contents__cat--self" href=/uninotes/s1/bo-dcm1109/unit11/self/>Self</a> <span class=uninotes-contents__unit-cats><a class="uninotes-contents__cat uninotes-contents__cat--self" href=/uninotes/s1/bo-dcm1109/unit11/self/>Self</a>
<span class="uninotes-contents__cat uninotes-contents__cat--na">Live</span></span></li></ul></div><div class=uninotes-contents__subject><a class=uninotes-contents__subject-link href=/uninotes/s1/pbm-dcm1110/>PBM DCM1110</a><ul class=uninotes-contents__units><li class=uninotes-contents__unit><a class=uninotes-contents__unit-link href=/uninotes/s1/pbm-dcm1110/unit1/>Unit 1</a> <span class="uninotes-contents__cat uninotes-contents__cat--na">Live</span></span></li><li class=uninotes-contents__unit><a class=uninotes-contents__unit-link href=/uninotes/s1/bo-dcm1109/qna/>QNA</a></li></ul></div><div class=uninotes-contents__subject><a class=uninotes-contents__subject-link href=/uninotes/s1/pbm-dcm1110/>PBM DCM1110</a><ul class=uninotes-contents__units><li class=uninotes-contents__unit><a class=uninotes-contents__unit-link href=/uninotes/s1/pbm-dcm1110/unit1/>Unit 1</a>
<span class=uninotes-contents__unit-cats><a class="uninotes-contents__cat uninotes-contents__cat--self" href=/uninotes/s1/pbm-dcm1110/unit1/self/>Self</a> <span class=uninotes-contents__unit-cats><a class="uninotes-contents__cat uninotes-contents__cat--self" href=/uninotes/s1/pbm-dcm1110/unit1/self/>Self</a>
<a class="uninotes-contents__cat uninotes-contents__cat--live" href=/uninotes/s1/pbm-dcm1110/unit1/live/>Live</a></span></li><li class=uninotes-contents__unit><a class=uninotes-contents__unit-link href=/uninotes/s1/pbm-dcm1110/unit2/>Unit 2</a> <a class="uninotes-contents__cat uninotes-contents__cat--live" href=/uninotes/s1/pbm-dcm1110/unit1/live/>Live</a></span></li><li class=uninotes-contents__unit><a class=uninotes-contents__unit-link href=/uninotes/s1/pbm-dcm1110/unit2/>Unit 2</a>
<span class=uninotes-contents__unit-cats><a class="uninotes-contents__cat uninotes-contents__cat--self" href=/uninotes/s1/pbm-dcm1110/unit2/self/>Self</a> <span class=uninotes-contents__unit-cats><a class="uninotes-contents__cat uninotes-contents__cat--self" href=/uninotes/s1/pbm-dcm1110/unit2/self/>Self</a>
@@ -38,6 +38,6 @@ Blog posts</button></div></div></div></div><nav class="menu language"><ul class=
<span class=uninotes-contents__unit-cats><a class="uninotes-contents__cat uninotes-contents__cat--self" href=/uninotes/s1/pbm-dcm1110/unit3/self/>Self</a> <span class=uninotes-contents__unit-cats><a class="uninotes-contents__cat uninotes-contents__cat--self" href=/uninotes/s1/pbm-dcm1110/unit3/self/>Self</a>
<span class="uninotes-contents__cat uninotes-contents__cat--na">Live</span></span></li><li class=uninotes-contents__unit><a class=uninotes-contents__unit-link href=/uninotes/s1/pbm-dcm1110/unit4/>Unit 4</a> <span class="uninotes-contents__cat uninotes-contents__cat--na">Live</span></span></li><li class=uninotes-contents__unit><a class=uninotes-contents__unit-link href=/uninotes/s1/pbm-dcm1110/unit4/>Unit 4</a>
<span class=uninotes-contents__unit-cats><a class="uninotes-contents__cat uninotes-contents__cat--self" href=/uninotes/s1/pbm-dcm1110/unit4/self/>Self</a> <span class=uninotes-contents__unit-cats><a class="uninotes-contents__cat uninotes-contents__cat--self" href=/uninotes/s1/pbm-dcm1110/unit4/self/>Self</a>
<span class="uninotes-contents__cat uninotes-contents__cat--na">Live</span></span></li></ul></div></div></div></main><footer class=footer><p class=footer__copyright-notice>&copy; <a href=https://freedoms4.org>freedoms4.org</a> <span class="uninotes-contents__cat uninotes-contents__cat--na">Live</span></span></li><li class=uninotes-contents__unit><a class=uninotes-contents__unit-link href=/uninotes/s1/pbm-dcm1110/qna/>QNA</a></li></ul></div></div></div></main><footer class=footer><p class=footer__copyright-notice>&copy; <a href=https://freedoms4.org>freedoms4.org</a>
<a href=/terms/>Terms and Conditions</a> <a href=/privacy/>Privacy Policy</a> <a href=/terms/>Terms and Conditions</a> <a href=/privacy/>Privacy Policy</a>
<a href=/changelog/>Changelog</a></p><p class=footer__theme-info>Built with <a href=https://gohugo.io>Hugo</a> and based on <a href=https://github.com/CyrusYip/hugo-theme-yue>Yue</a> theme</p></footer><script>(function(){document.querySelectorAll(".menu__item").forEach(function(e){var t=e.querySelector("a");t&&t.getAttribute("href")==="/uninotes/"&&e.classList.add("menu__item--uninotes")})})()</script><script>(function(){var e=document.getElementById("theme-toggle");if(!e)return;function t(){var e=localStorage.getItem("theme");return e?e:window.matchMedia("(prefers-color-scheme: light)").matches?"light":"dark"}function n(e){document.documentElement.setAttribute("data-theme",e),localStorage.setItem("theme",e)}n(t()),e.addEventListener("click",function(){var e=document.documentElement.getAttribute("data-theme")||t();n(e==="dark"?"light":"dark")})})()</script><script>(function(){var t="https://backend.freedoms4.org/auth.php",e=localStorage.getItem("f4_username");if(!e)return;function n(e){var t,n,o,i,a,c,r=document.querySelector(".brand__auth");r&&!r.querySelector(".brand__auth-user")&&(r.classList.add("brand__auth--loggedin"),t=document.createElement("div"),t.className="brand__auth-user",n=document.createElement("button"),n.className="brand__auth-user-btn",n.setAttribute("aria-label","Account menu"),c=document.createElement("span"),c.innerHTML='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="12" height="12" fill="currentColor"><path d="M12 12c2.7 0 4.8-2.1 4.8-4.8S14.7 2.4 12 2.4 7.2 4.5 7.2 7.2 9.3 12 12 12zm0 2.4c-3.2 0-9.6 1.6-9.6 4.8v2.4h19.2v-2.4c0-3.2-6.4-4.8-9.6-4.8z"/></svg>',n.appendChild(c.firstChild),n.appendChild(document.createTextNode(" "+e)),o=document.createElement("div"),o.className="brand__auth-user-dropdown",i=document.createElement("button"),i.className="brand__auth-user-logout",i.textContent="Log Out",i.addEventListener("click",s),e==="hyzen"&&(a=document.createElement("a"),a.className="brand__auth-user-admin",a.href="/admin/",a.textContent="User Management",o.appendChild(a)),o.appendChild(i),o.appendChild(i),t.appendChild(n),t.appendChild(o),r.appendChild(t),n.addEventListener("click",function(e){e.stopPropagation(),t.classList.toggle("is-open")}),document.addEventListener("click",function(){t.classList.remove("is-open")}))}function s(){fetch(t,{method:"POST",headers:{"Content-Type":"application/json"},credentials:"include",body:JSON.stringify({action:"logout"})}).finally(function(){localStorage.removeItem("f4_username"),localStorage.removeItem("f4_login_time"),localStorage.removeItem("f4_session_fails"),window.location.reload()})}n(e)})()</script><script>(function(){var t,e=document.querySelector(".rss-subscribe");if(!e)return;t=e.querySelector(".rss-subscribe__btn"),t.addEventListener("click",function(t){t.stopPropagation(),e.classList.toggle("is-open")}),document.addEventListener("click",function(t){e.contains(t.target)||e.classList.remove("is-open")}),e.querySelectorAll(".rss-subscribe__item").forEach(function(t){t.addEventListener("click",function(n){n.stopPropagation();var s,o=t.getAttribute("data-rss-url"),a=t.textContent;function i(){t.textContent="Copied!",setTimeout(function(){t.textContent=a,e.classList.remove("is-open")},1200)}try{s=document.createElement("textarea"),s.value=o,s.style.cssText="position:fixed;top:0;left:0;opacity:0;pointer-events:none;",document.body.appendChild(s),s.focus(),s.select(),document.execCommand("copy"),document.body.removeChild(s),i()}catch{navigator.clipboard&&navigator.clipboard.writeText(o).then(i).catch(function(){t.textContent=o})}})})})()</script><script src=/js/session-check.js></script></body></html> <a href=/changelog/>Changelog</a></p><p class=footer__theme-info>Built with <a href=https://gohugo.io>Hugo</a> and based on <a href=https://github.com/CyrusYip/hugo-theme-yue>Yue</a> theme</p></footer><script>(function(){document.querySelectorAll(".menu__item").forEach(function(e){var t=e.querySelector("a");t&&t.getAttribute("href")==="/uninotes/"&&e.classList.add("menu__item--uninotes")})})()</script><script>(function(){var e=document.getElementById("theme-toggle");if(!e)return;function t(){var e=localStorage.getItem("theme");return e?e:window.matchMedia("(prefers-color-scheme: light)").matches?"light":"dark"}function n(e){document.documentElement.setAttribute("data-theme",e),localStorage.setItem("theme",e)}n(t()),e.addEventListener("click",function(){var e=document.documentElement.getAttribute("data-theme")||t();n(e==="dark"?"light":"dark")})})()</script><script>(function(){var t="https://backend.freedoms4.org/auth.php",e=localStorage.getItem("f4_username");if(!e)return;function n(e){var t,n,o,i,a,c,r=document.querySelector(".brand__auth");r&&!r.querySelector(".brand__auth-user")&&(r.classList.add("brand__auth--loggedin"),t=document.createElement("div"),t.className="brand__auth-user",n=document.createElement("button"),n.className="brand__auth-user-btn",n.setAttribute("aria-label","Account menu"),c=document.createElement("span"),c.innerHTML='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="12" height="12" fill="currentColor"><path d="M12 12c2.7 0 4.8-2.1 4.8-4.8S14.7 2.4 12 2.4 7.2 4.5 7.2 7.2 9.3 12 12 12zm0 2.4c-3.2 0-9.6 1.6-9.6 4.8v2.4h19.2v-2.4c0-3.2-6.4-4.8-9.6-4.8z"/></svg>',n.appendChild(c.firstChild),n.appendChild(document.createTextNode(" "+e)),o=document.createElement("div"),o.className="brand__auth-user-dropdown",i=document.createElement("button"),i.className="brand__auth-user-logout",i.textContent="Log Out",i.addEventListener("click",s),e==="hyzen"&&(a=document.createElement("a"),a.className="brand__auth-user-admin",a.href="/admin/",a.textContent="User Management",o.appendChild(a)),o.appendChild(i),o.appendChild(i),t.appendChild(n),t.appendChild(o),r.appendChild(t),n.addEventListener("click",function(e){e.stopPropagation(),t.classList.toggle("is-open")}),document.addEventListener("click",function(){t.classList.remove("is-open")}))}function s(){fetch(t,{method:"POST",headers:{"Content-Type":"application/json"},credentials:"include",body:JSON.stringify({action:"logout"})}).finally(function(){localStorage.removeItem("f4_username"),localStorage.removeItem("f4_login_time"),localStorage.removeItem("f4_session_fails"),window.location.reload()})}n(e)})()</script><script>(function(){var t,e=document.querySelector(".rss-subscribe");if(!e)return;t=e.querySelector(".rss-subscribe__btn"),t.addEventListener("click",function(t){t.stopPropagation(),e.classList.toggle("is-open")}),document.addEventListener("click",function(t){e.contains(t.target)||e.classList.remove("is-open")}),e.querySelectorAll(".rss-subscribe__item").forEach(function(t){t.addEventListener("click",function(n){n.stopPropagation();var s,o=t.getAttribute("data-rss-url"),a=t.textContent;function i(){t.textContent="Copied!",setTimeout(function(){t.textContent=a,e.classList.remove("is-open")},1200)}try{s=document.createElement("textarea"),s.value=o,s.style.cssText="position:fixed;top:0;left:0;opacity:0;pointer-events:none;",document.body.appendChild(s),s.focus(),s.select(),document.execCommand("copy"),document.body.removeChild(s),i()}catch{navigator.clipboard&&navigator.clipboard.writeText(o).then(i).catch(function(){t.textContent=o})}})})})()</script><script src=/js/session-check.js></script></body></html>

View File

@@ -9,8 +9,7 @@ All updates
</button> </button>
<button class=rss-subscribe__item data-rss-url=https://freedoms4.org/blog/index.xml> <button class=rss-subscribe__item data-rss-url=https://freedoms4.org/blog/index.xml>
Blog posts</button></div></div></div></div><nav class="menu language"><ul class="menu__list language__list"><li class=menu__item><a class=menu__link href=/>Home</a></li><li class=menu__item><a class=menu__link href=/blog/>Blog</a></li><li class=menu__item><a class=menu__link href=/services/>Services</a></li><li class=menu__item><a class=menu__link href=/uninotes/>UniNotes</a></li><li class=menu__item><a class=menu__link href=/contact/>Contact</a></li></ul></nav></header><main class=main><nav class="uninotes-breadcrumbs breadcrumbs"><a href=/uninotes/>UniNotes</a> Blog posts</button></div></div></div></div><nav class="menu language"><ul class="menu__list language__list"><li class=menu__item><a class=menu__link href=/>Home</a></li><li class=menu__item><a class=menu__link href=/blog/>Blog</a></li><li class=menu__item><a class=menu__link href=/services/>Services</a></li><li class=menu__item><a class=menu__link href=/uninotes/>UniNotes</a></li><li class=menu__item><a class=menu__link href=/contact/>Contact</a></li></ul></nav></header><main class=main><nav class="uninotes-breadcrumbs breadcrumbs"><a href=/uninotes/>UniNotes</a>
<a href=/uninotes/s1/>S1</a> <a href=/uninotes/s1/>S1</a> <span>BO DCM1109</span></nav><h1>BO DCM1109</h1><ul class="uninotes-list uninotes-list--units"><li class=uninotes-list__item><a class=uninotes-list__link href=/uninotes/s1/bo-dcm1109/unit1/>Unit 1</a></li><li class=uninotes-list__item><a class=uninotes-list__link href=/uninotes/s1/bo-dcm1109/unit2/>Unit 2</a></li><li class=uninotes-list__item><a class=uninotes-list__link href=/uninotes/s1/bo-dcm1109/unit3/>Unit 3</a></li><li class=uninotes-list__item><a class=uninotes-list__link href=/uninotes/s1/bo-dcm1109/unit11/>Unit 11</a></li><li class=uninotes-list__item><a class=uninotes-list__link href=/uninotes/s1/bo-dcm1109/qna/>QNA</a></li></ul><nav class=page-nav><a class=page-nav__previous-link href=/uninotes/s1/et-dcm1107/>← ET DCM1107</a>
<span>BO DCM1109</span></nav><h1>BO DCM1109</h1><ul class="uninotes-list uninotes-list--units"><li class=uninotes-list__item><a class=uninotes-list__link href=/uninotes/s1/bo-dcm1109/unit1/>Unit 1</a></li><li class=uninotes-list__item><a class=uninotes-list__link href=/uninotes/s1/bo-dcm1109/unit2/>Unit 2</a></li><li class=uninotes-list__item><a class=uninotes-list__link href=/uninotes/s1/bo-dcm1109/unit3/>Unit 3</a></li><li class=uninotes-list__item><a class=uninotes-list__link href=/uninotes/s1/bo-dcm1109/unit11/>Unit 11</a></li></ul><nav class=page-nav><a class=page-nav__previous-link href=/uninotes/s1/et-dcm1107/>← ET DCM1107</a>
<a class=page-nav__next-link href=/uninotes/s1/pbm-dcm1110/>PBM DCM1110 →</a></nav></main><footer class=footer><p class=footer__copyright-notice>&copy; <a href=https://freedoms4.org>freedoms4.org</a> <a class=page-nav__next-link href=/uninotes/s1/pbm-dcm1110/>PBM DCM1110 →</a></nav></main><footer class=footer><p class=footer__copyright-notice>&copy; <a href=https://freedoms4.org>freedoms4.org</a>
<a href=/terms/>Terms and Conditions</a> <a href=/privacy/>Privacy Policy</a> <a href=/terms/>Terms and Conditions</a> <a href=/privacy/>Privacy Policy</a>
<a href=/changelog/>Changelog</a></p><p class=footer__theme-info>Built with <a href=https://gohugo.io>Hugo</a> and based on <a href=https://github.com/CyrusYip/hugo-theme-yue>Yue</a> theme</p></footer><script>(function(){document.querySelectorAll(".menu__item").forEach(function(e){var t=e.querySelector("a");t&&t.getAttribute("href")==="/uninotes/"&&e.classList.add("menu__item--uninotes")})})()</script><script>(function(){var e=document.getElementById("theme-toggle");if(!e)return;function t(){var e=localStorage.getItem("theme");return e?e:window.matchMedia("(prefers-color-scheme: light)").matches?"light":"dark"}function n(e){document.documentElement.setAttribute("data-theme",e),localStorage.setItem("theme",e)}n(t()),e.addEventListener("click",function(){var e=document.documentElement.getAttribute("data-theme")||t();n(e==="dark"?"light":"dark")})})()</script><script>(function(){var t="https://backend.freedoms4.org/auth.php",e=localStorage.getItem("f4_username");if(!e)return;function n(e){var t,n,o,i,a,c,r=document.querySelector(".brand__auth");r&&!r.querySelector(".brand__auth-user")&&(r.classList.add("brand__auth--loggedin"),t=document.createElement("div"),t.className="brand__auth-user",n=document.createElement("button"),n.className="brand__auth-user-btn",n.setAttribute("aria-label","Account menu"),c=document.createElement("span"),c.innerHTML='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="12" height="12" fill="currentColor"><path d="M12 12c2.7 0 4.8-2.1 4.8-4.8S14.7 2.4 12 2.4 7.2 4.5 7.2 7.2 9.3 12 12 12zm0 2.4c-3.2 0-9.6 1.6-9.6 4.8v2.4h19.2v-2.4c0-3.2-6.4-4.8-9.6-4.8z"/></svg>',n.appendChild(c.firstChild),n.appendChild(document.createTextNode(" "+e)),o=document.createElement("div"),o.className="brand__auth-user-dropdown",i=document.createElement("button"),i.className="brand__auth-user-logout",i.textContent="Log Out",i.addEventListener("click",s),e==="hyzen"&&(a=document.createElement("a"),a.className="brand__auth-user-admin",a.href="/admin/",a.textContent="User Management",o.appendChild(a)),o.appendChild(i),o.appendChild(i),t.appendChild(n),t.appendChild(o),r.appendChild(t),n.addEventListener("click",function(e){e.stopPropagation(),t.classList.toggle("is-open")}),document.addEventListener("click",function(){t.classList.remove("is-open")}))}function s(){fetch(t,{method:"POST",headers:{"Content-Type":"application/json"},credentials:"include",body:JSON.stringify({action:"logout"})}).finally(function(){localStorage.removeItem("f4_username"),localStorage.removeItem("f4_login_time"),localStorage.removeItem("f4_session_fails"),window.location.reload()})}n(e)})()</script><script>(function(){var t,e=document.querySelector(".rss-subscribe");if(!e)return;t=e.querySelector(".rss-subscribe__btn"),t.addEventListener("click",function(t){t.stopPropagation(),e.classList.toggle("is-open")}),document.addEventListener("click",function(t){e.contains(t.target)||e.classList.remove("is-open")}),e.querySelectorAll(".rss-subscribe__item").forEach(function(t){t.addEventListener("click",function(n){n.stopPropagation();var s,o=t.getAttribute("data-rss-url"),a=t.textContent;function i(){t.textContent="Copied!",setTimeout(function(){t.textContent=a,e.classList.remove("is-open")},1200)}try{s=document.createElement("textarea"),s.value=o,s.style.cssText="position:fixed;top:0;left:0;opacity:0;pointer-events:none;",document.body.appendChild(s),s.focus(),s.select(),document.execCommand("copy"),document.body.removeChild(s),i()}catch{navigator.clipboard&&navigator.clipboard.writeText(o).then(i).catch(function(){t.textContent=o})}})})})()</script><script src=/js/session-check.js></script></body></html> <a href=/changelog/>Changelog</a></p><p class=footer__theme-info>Built with <a href=https://gohugo.io>Hugo</a> and based on <a href=https://github.com/CyrusYip/hugo-theme-yue>Yue</a> theme</p></footer><script>(function(){document.querySelectorAll(".menu__item").forEach(function(e){var t=e.querySelector("a");t&&t.getAttribute("href")==="/uninotes/"&&e.classList.add("menu__item--uninotes")})})()</script><script>(function(){var e=document.getElementById("theme-toggle");if(!e)return;function t(){var e=localStorage.getItem("theme");return e?e:window.matchMedia("(prefers-color-scheme: light)").matches?"light":"dark"}function n(e){document.documentElement.setAttribute("data-theme",e),localStorage.setItem("theme",e)}n(t()),e.addEventListener("click",function(){var e=document.documentElement.getAttribute("data-theme")||t();n(e==="dark"?"light":"dark")})})()</script><script>(function(){var t="https://backend.freedoms4.org/auth.php",e=localStorage.getItem("f4_username");if(!e)return;function n(e){var t,n,o,i,a,c,r=document.querySelector(".brand__auth");r&&!r.querySelector(".brand__auth-user")&&(r.classList.add("brand__auth--loggedin"),t=document.createElement("div"),t.className="brand__auth-user",n=document.createElement("button"),n.className="brand__auth-user-btn",n.setAttribute("aria-label","Account menu"),c=document.createElement("span"),c.innerHTML='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="12" height="12" fill="currentColor"><path d="M12 12c2.7 0 4.8-2.1 4.8-4.8S14.7 2.4 12 2.4 7.2 4.5 7.2 7.2 9.3 12 12 12zm0 2.4c-3.2 0-9.6 1.6-9.6 4.8v2.4h19.2v-2.4c0-3.2-6.4-4.8-9.6-4.8z"/></svg>',n.appendChild(c.firstChild),n.appendChild(document.createTextNode(" "+e)),o=document.createElement("div"),o.className="brand__auth-user-dropdown",i=document.createElement("button"),i.className="brand__auth-user-logout",i.textContent="Log Out",i.addEventListener("click",s),e==="hyzen"&&(a=document.createElement("a"),a.className="brand__auth-user-admin",a.href="/admin/",a.textContent="User Management",o.appendChild(a)),o.appendChild(i),o.appendChild(i),t.appendChild(n),t.appendChild(o),r.appendChild(t),n.addEventListener("click",function(e){e.stopPropagation(),t.classList.toggle("is-open")}),document.addEventListener("click",function(){t.classList.remove("is-open")}))}function s(){fetch(t,{method:"POST",headers:{"Content-Type":"application/json"},credentials:"include",body:JSON.stringify({action:"logout"})}).finally(function(){localStorage.removeItem("f4_username"),localStorage.removeItem("f4_login_time"),localStorage.removeItem("f4_session_fails"),window.location.reload()})}n(e)})()</script><script>(function(){var t,e=document.querySelector(".rss-subscribe");if(!e)return;t=e.querySelector(".rss-subscribe__btn"),t.addEventListener("click",function(t){t.stopPropagation(),e.classList.toggle("is-open")}),document.addEventListener("click",function(t){e.contains(t.target)||e.classList.remove("is-open")}),e.querySelectorAll(".rss-subscribe__item").forEach(function(t){t.addEventListener("click",function(n){n.stopPropagation();var s,o=t.getAttribute("data-rss-url"),a=t.textContent;function i(){t.textContent="Copied!",setTimeout(function(){t.textContent=a,e.classList.remove("is-open")},1200)}try{s=document.createElement("textarea"),s.value=o,s.style.cssText="position:fixed;top:0;left:0;opacity:0;pointer-events:none;",document.body.appendChild(s),s.focus(),s.select(),document.execCommand("copy"),document.body.removeChild(s),i()}catch{navigator.clipboard&&navigator.clipboard.writeText(o).then(i).catch(function(){t.textContent=o})}})})})()</script><script src=/js/session-check.js></script></body></html>

View File

@@ -1,151 +1 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>BO DCM1109 on Freedoms4</title><link>https://freedoms4.org/uninotes/s1/bo-dcm1109/</link><description>Recent content in BO DCM1109 on Freedoms4</description><generator>Hugo</generator><language>en-us</language><managingEditor>your-email@example.com (Freedoms4)</managingEditor><webMaster>your-email@example.com (Freedoms4)</webMaster><atom:link href="https://freedoms4.org/uninotes/s1/bo-dcm1109/index.xml" rel="self" type="application/rss+xml"/><item><title>Unit 1</title><link>https://freedoms4.org/uninotes/s1/bo-dcm1109/unit1/self/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><author>your-email@example.com (Freedoms4)</author><guid>https://freedoms4.org/uninotes/s1/bo-dcm1109/unit1/self/</guid><description>&lt;h3 class="heading" id="april-6-2026"&gt; <?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>BO DCM1109 on Freedoms4</title><link>https://freedoms4.org/uninotes/s1/bo-dcm1109/</link><description>Recent content in BO DCM1109 on Freedoms4</description><generator>Hugo</generator><language>en-us</language><managingEditor>your-email@example.com (Freedoms4)</managingEditor><webMaster>your-email@example.com (Freedoms4)</webMaster><atom:link href="https://freedoms4.org/uninotes/s1/bo-dcm1109/index.xml" rel="self" type="application/rss+xml"/></channel></rss>
&lt;em&gt;&lt;strong&gt;April 6, 2026&lt;/strong&gt;&lt;/em&gt;&lt;span class="heading__anchor"&gt; &lt;a href="#april-6-2026"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h3&gt;&lt;h2 class="heading" id="features-and-nature-of-business"&gt;
Features and Nature of Business&lt;span class="heading__anchor"&gt; &lt;a href="#features-and-nature-of-business"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h2&gt;&lt;p&gt;A) Economic Activity.&lt;br&gt;
B) Continuous Activity.&lt;br&gt;
C) Profit Motive.&lt;br&gt;
D) Exchange of goods and services.&lt;br&gt;
E) Customer Orientation.&lt;br&gt;
F) Risk and Uncertainty.&lt;br&gt;
G) Legal and Ethical Compliance.&lt;br&gt;
H) Global.&lt;/p&gt;
&lt;h2 class="heading" id="concept"&gt;
Concept&lt;span class="heading__anchor"&gt; &lt;a href="#concept"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h2&gt;&lt;p&gt;A) Value Creation.&lt;br&gt;
B) Profit.&lt;br&gt;
C) Social.&lt;br&gt;
D) Organised.&lt;br&gt;
E) Dynanic.&lt;/p&gt;
&lt;h2 class="heading" id="scope"&gt;
Scope&lt;span class="heading__anchor"&gt; &lt;a href="#scope"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h2&gt;&lt;h3 class="heading" id="a-industry"&gt;
A) Industry&lt;span class="heading__anchor"&gt; &lt;a href="#a-industry"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h3&gt;&lt;ol&gt;
&lt;li&gt;Primary Industry: Extraction of raw material (agriculture, mining).&lt;/li&gt;
&lt;li&gt;Secondary Industry: Manufacturing.&lt;/li&gt;
&lt;li&gt;Tertiary Industry: Service (banking, insurance, transport, delivery)&lt;/li&gt;
&lt;li&gt;Quaternary Sector: Knowledge based services (IT, education/training)&lt;/li&gt;
&lt;li&gt;Quinary Sector: Services of leading roles (Government services, NGOs)&lt;/li&gt;
&lt;/ol&gt;
&lt;h3 class="heading" id="b-commerce"&gt;
B) Commerce&lt;span class="heading__anchor"&gt; &lt;a href="#b-commerce"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h3&gt;&lt;ol&gt;
&lt;li&gt;Trade.&lt;/li&gt;
&lt;li&gt;Auxiliaries to Trade.&lt;/li&gt;
&lt;/ol&gt;
&lt;h3 class="heading" id="c-modern-dimensions-of-business"&gt;
C) Modern Dimensions of Business&lt;span class="heading__anchor"&gt; &lt;a href="#c-modern-dimensions-of-business"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h3&gt;&lt;ol&gt;
&lt;li&gt;E-Business.&lt;/li&gt;
&lt;li&gt;Green Business.&lt;/li&gt;
&lt;li&gt;Social Business.&lt;/li&gt;
&lt;li&gt;Global Business.&lt;/li&gt;
&lt;/ol&gt;
&lt;h2 class="heading" id="business-as-a-system"&gt;
Business as a System&lt;span class="heading__anchor"&gt; &lt;a href="#business-as-a-system"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h2&gt;&lt;p&gt;A) Interdependance.&lt;br&gt;
B) Input-Process-Output Model.&lt;br&gt;
C) Open System.&lt;br&gt;
D) Dynamic Nature.&lt;/p&gt;</description></item><item><title>Unit 11</title><link>https://freedoms4.org/uninotes/s1/bo-dcm1109/unit11/self/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><author>your-email@example.com (Freedoms4)</author><guid>https://freedoms4.org/uninotes/s1/bo-dcm1109/unit11/self/</guid><description>&lt;h3 class="heading" id="may-17-2026"&gt;
&lt;em&gt;&lt;strong&gt;May 17, 2026&lt;/strong&gt;&lt;/em&gt;&lt;span class="heading__anchor"&gt; &lt;a href="#may-17-2026"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h3&gt;&lt;h2 class="heading" id="modes-of-business-combination"&gt;
Modes of Business Combination&lt;span class="heading__anchor"&gt; &lt;a href="#modes-of-business-combination"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h2&gt;&lt;h3 class="heading" id="a-associations"&gt;
A) Associations&lt;span class="heading__anchor"&gt; &lt;a href="#a-associations"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h3&gt;&lt;ol&gt;
&lt;li&gt;Trade Association&lt;/li&gt;
&lt;li&gt;Chamber of Commerce&lt;/li&gt;
&lt;li&gt;Informal agreements&lt;/li&gt;
&lt;/ol&gt;
&lt;h3 class="heading" id="b-federations"&gt;
B) Federations&lt;span class="heading__anchor"&gt; &lt;a href="#b-federations"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h3&gt;&lt;ol&gt;
&lt;li&gt;Formal agreements&lt;/li&gt;
&lt;li&gt;Pools&lt;/li&gt;
&lt;li&gt;Cartels&lt;/li&gt;
&lt;/ol&gt;
&lt;h3 class="heading" id="c-consolidations"&gt;
C) Consolidations&lt;span class="heading__anchor"&gt; &lt;a href="#c-consolidations"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h3&gt;&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;Partials Consolidations&lt;br&gt;
a. Trust&lt;br&gt;
b. Holding Companies&lt;br&gt;
c. Community of Interest&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Complete Consolidations&lt;br&gt;
a. Mergers&lt;br&gt;
b. Acquisition&lt;br&gt;
c. Amalgamation&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;h2 class="heading" id="types-of-business-combination"&gt;
Types of Business Combination&lt;span class="heading__anchor"&gt; &lt;a href="#types-of-business-combination"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h2&gt;&lt;h3 class="heading" id="a-horizontal"&gt;
A) Horizontal&lt;span class="heading__anchor"&gt; &lt;a href="#a-horizontal"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h3&gt;&lt;p&gt;These companies operate at the same level of production, distribution or supply chain.&lt;/p&gt;</description></item><item><title>Unit 2</title><link>https://freedoms4.org/uninotes/s1/bo-dcm1109/unit2/self/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><author>your-email@example.com (Freedoms4)</author><guid>https://freedoms4.org/uninotes/s1/bo-dcm1109/unit2/self/</guid><description>&lt;h3 class="heading" id="april-12-2026"&gt;
&lt;em&gt;&lt;strong&gt;April 12, 2026&lt;/strong&gt;&lt;/em&gt;&lt;span class="heading__anchor"&gt; &lt;a href="#april-12-2026"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h3&gt;&lt;h2 class="heading" id="primary-sector"&gt;
Primary Sector&lt;span class="heading__anchor"&gt; &lt;a href="#primary-sector"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h2&gt;&lt;p&gt;The Primary Sector comprises the delivery of raw materials up to the finished product. Industries in this sector include mining for oil, coal, iron, and other minerals; Forestry, agriculture, fish farming and land reclamation, etc.&lt;/p&gt;
&lt;h2 class="heading" id="secondary-sector"&gt;
Secondary Sector&lt;span class="heading__anchor"&gt; &lt;a href="#secondary-sector"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h2&gt;&lt;p&gt;The Secondary Sector refines, processes and manufactures. This includes industries like petrochemical refineries, steel-making mills, factories for making equipment and machinery for industry and goods for consumer purchase.&lt;/p&gt;</description></item><item><title>Unit 3</title><link>https://freedoms4.org/uninotes/s1/bo-dcm1109/unit3/self/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><author>your-email@example.com (Freedoms4)</author><guid>https://freedoms4.org/uninotes/s1/bo-dcm1109/unit3/self/</guid><description>&lt;h3 class="heading" id="april-15-2026"&gt;
&lt;em&gt;&lt;strong&gt;April 15, 2026&lt;/strong&gt;&lt;/em&gt;&lt;span class="heading__anchor"&gt; &lt;a href="#april-15-2026"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h3&gt;&lt;h2 class="heading" id="types-of-co-operatives-formed"&gt;
Types of co-operatives formed&lt;span class="heading__anchor"&gt; &lt;a href="#types-of-co-operatives-formed"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h2&gt;&lt;p&gt;A) Consumer co-operatives.&lt;br&gt;
B) Producer co-operatives.&lt;br&gt;
C) Marketing co-operatives.&lt;br&gt;
D) Housing co-operatives.&lt;br&gt;
E) Credit co-operatives.&lt;br&gt;
F) Cooperative Farming Societies.&lt;/p&gt;
&lt;h2 class="heading" id="types-of-companies"&gt;
Types of Companies&lt;span class="heading__anchor"&gt; &lt;a href="#types-of-companies"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h2&gt;&lt;h3 class="heading" id="a-on-the-basis-of-incorporation"&gt;
A) On the Basis of Incorporation&lt;span class="heading__anchor"&gt; &lt;a href="#a-on-the-basis-of-incorporation"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h3&gt;&lt;ol&gt;
&lt;li&gt;Chartered Companies: Formed under a Royal Charter or special charter issued by the
monarch (no longer applicable in India).&lt;/li&gt;
&lt;li&gt;Statutory Companies: Created by a special Act of Parliament or State Legislature. Example:
Reserve Bank of India (RBI), Life Insurance Corporation (LIC).&lt;/li&gt;
&lt;li&gt;Registered Companies: Incorporated under the Companies Act, 2013. This includes almost
all modern business entities in India.&lt;/li&gt;
&lt;/ol&gt;
&lt;h3 class="heading" id="b-on-the-basis-of-liability"&gt;
B) On the Basis of Liability&lt;span class="heading__anchor"&gt; &lt;a href="#b-on-the-basis-of-liability"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h3&gt;&lt;ol&gt;
&lt;li&gt;Company Limited by Shares [Section 2(22)].&lt;/li&gt;
&lt;li&gt;Company Limited by Guarantee [Section 2(21)].&lt;/li&gt;
&lt;li&gt;Unlimited Liability Company [Section 2(92)].&lt;/li&gt;
&lt;li&gt;Company Limited by Both Guarantee and Shares.&lt;/li&gt;
&lt;/ol&gt;
&lt;h3 class="heading" id="c-on-the-basis-of-ownership"&gt;
C) On the Basis of Ownership&lt;span class="heading__anchor"&gt; &lt;a href="#c-on-the-basis-of-ownership"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h3&gt;&lt;ol&gt;
&lt;li&gt;Private Company (Section 2(68)).&lt;/li&gt;
&lt;li&gt;Public Company (Section 2(71)).&lt;/li&gt;
&lt;li&gt;One Person Company (Section 2(62)).&lt;/li&gt;
&lt;/ol&gt;
&lt;h3 class="heading" id="d-on-the-basis-of-control"&gt;
D) On the Basis of Control&lt;span class="heading__anchor"&gt; &lt;a href="#d-on-the-basis-of-control"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h3&gt;&lt;ol&gt;
&lt;li&gt;Holding Company: Controls one or more subsidiaries by owning over 50% voting rights or board control.&lt;/li&gt;
&lt;li&gt;Subsidiary Company: Controlled by another company. Example: Jaguar Land Rover
(subsidiary of Tata Motors).&lt;/li&gt;
&lt;/ol&gt;
&lt;h3 class="heading" id="e-on-the-basis-of-nationality"&gt;
E) On the Basis of Nationality&lt;span class="heading__anchor"&gt; &lt;a href="#e-on-the-basis-of-nationality"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h3&gt;&lt;ol&gt;
&lt;li&gt;Indian Company: Incorporated under the Companies Act, 2013 and managed in India.&lt;/li&gt;
&lt;li&gt;Foreign Company (Section 2(42)): Incorporated outside India but has a place of business in India. Example: Google India Pvt. Ltd.&lt;/li&gt;
&lt;/ol&gt;
&lt;h3 class="heading" id="f-on-the-basis-of-purpose"&gt;
F) On the Basis of Purpose&lt;span class="heading__anchor"&gt; &lt;a href="#f-on-the-basis-of-purpose"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h3&gt;&lt;ol&gt;
&lt;li&gt;For-Profit Companies.&lt;/li&gt;
&lt;li&gt;Non-Profit Companies (Section 8): Established for charitable, educational, or social
purposes. Profits are reinvested to promote their objectives. Example: CRY Foundation.&lt;/li&gt;
&lt;/ol&gt;</description></item></channel></rss>

File diff suppressed because one or more lines are too long

View File

@@ -1,50 +1 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Unit 1 on Freedoms4</title><link>https://freedoms4.org/uninotes/s1/bo-dcm1109/unit1/</link><description>Recent content in Unit 1 on Freedoms4</description><generator>Hugo</generator><language>en-us</language><managingEditor>your-email@example.com (Freedoms4)</managingEditor><webMaster>your-email@example.com (Freedoms4)</webMaster><atom:link href="https://freedoms4.org/uninotes/s1/bo-dcm1109/unit1/index.xml" rel="self" type="application/rss+xml"/><item><title>Unit 1</title><link>https://freedoms4.org/uninotes/s1/bo-dcm1109/unit1/self/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><author>your-email@example.com (Freedoms4)</author><guid>https://freedoms4.org/uninotes/s1/bo-dcm1109/unit1/self/</guid><description>&lt;h3 class="heading" id="april-6-2026"&gt; <?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Unit 1 on Freedoms4</title><link>https://freedoms4.org/uninotes/s1/bo-dcm1109/unit1/</link><description>Recent content in Unit 1 on Freedoms4</description><generator>Hugo</generator><language>en-us</language><managingEditor>your-email@example.com (Freedoms4)</managingEditor><webMaster>your-email@example.com (Freedoms4)</webMaster><atom:link href="https://freedoms4.org/uninotes/s1/bo-dcm1109/unit1/index.xml" rel="self" type="application/rss+xml"/></channel></rss>
&lt;em&gt;&lt;strong&gt;April 6, 2026&lt;/strong&gt;&lt;/em&gt;&lt;span class="heading__anchor"&gt; &lt;a href="#april-6-2026"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h3&gt;&lt;h2 class="heading" id="features-and-nature-of-business"&gt;
Features and Nature of Business&lt;span class="heading__anchor"&gt; &lt;a href="#features-and-nature-of-business"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h2&gt;&lt;p&gt;A) Economic Activity.&lt;br&gt;
B) Continuous Activity.&lt;br&gt;
C) Profit Motive.&lt;br&gt;
D) Exchange of goods and services.&lt;br&gt;
E) Customer Orientation.&lt;br&gt;
F) Risk and Uncertainty.&lt;br&gt;
G) Legal and Ethical Compliance.&lt;br&gt;
H) Global.&lt;/p&gt;
&lt;h2 class="heading" id="concept"&gt;
Concept&lt;span class="heading__anchor"&gt; &lt;a href="#concept"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h2&gt;&lt;p&gt;A) Value Creation.&lt;br&gt;
B) Profit.&lt;br&gt;
C) Social.&lt;br&gt;
D) Organised.&lt;br&gt;
E) Dynanic.&lt;/p&gt;
&lt;h2 class="heading" id="scope"&gt;
Scope&lt;span class="heading__anchor"&gt; &lt;a href="#scope"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h2&gt;&lt;h3 class="heading" id="a-industry"&gt;
A) Industry&lt;span class="heading__anchor"&gt; &lt;a href="#a-industry"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h3&gt;&lt;ol&gt;
&lt;li&gt;Primary Industry: Extraction of raw material (agriculture, mining).&lt;/li&gt;
&lt;li&gt;Secondary Industry: Manufacturing.&lt;/li&gt;
&lt;li&gt;Tertiary Industry: Service (banking, insurance, transport, delivery)&lt;/li&gt;
&lt;li&gt;Quaternary Sector: Knowledge based services (IT, education/training)&lt;/li&gt;
&lt;li&gt;Quinary Sector: Services of leading roles (Government services, NGOs)&lt;/li&gt;
&lt;/ol&gt;
&lt;h3 class="heading" id="b-commerce"&gt;
B) Commerce&lt;span class="heading__anchor"&gt; &lt;a href="#b-commerce"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h3&gt;&lt;ol&gt;
&lt;li&gt;Trade.&lt;/li&gt;
&lt;li&gt;Auxiliaries to Trade.&lt;/li&gt;
&lt;/ol&gt;
&lt;h3 class="heading" id="c-modern-dimensions-of-business"&gt;
C) Modern Dimensions of Business&lt;span class="heading__anchor"&gt; &lt;a href="#c-modern-dimensions-of-business"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h3&gt;&lt;ol&gt;
&lt;li&gt;E-Business.&lt;/li&gt;
&lt;li&gt;Green Business.&lt;/li&gt;
&lt;li&gt;Social Business.&lt;/li&gt;
&lt;li&gt;Global Business.&lt;/li&gt;
&lt;/ol&gt;
&lt;h2 class="heading" id="business-as-a-system"&gt;
Business as a System&lt;span class="heading__anchor"&gt; &lt;a href="#business-as-a-system"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h2&gt;&lt;p&gt;A) Interdependance.&lt;br&gt;
B) Input-Process-Output Model.&lt;br&gt;
C) Open System.&lt;br&gt;
D) Dynamic Nature.&lt;/p&gt;</description></item></channel></rss>

View File

@@ -1,4 +1,4 @@
<!doctype html><html class=html lang=en-us dir=ltr><head><meta charset=utf-8><meta name=viewport content="width=device-width"><title>Unit 1 | Freedoms4</title><link rel=stylesheet href=/css/style.min.34d0accb85f8ec23ceee8c29eef5907823b531d8acb9e6bdf45a3b37ad028d30.css integrity="sha256-NNCsy4X47CPO7owp7vWQeCO1Mdisuea99Fo7N60CjTA=" crossorigin=anonymous><link rel=icon href=/favicon.ico><meta name=description content=" April 6, 2026 # Features and Nature of Business # A) Economic Activity. <!doctype html><html class=html lang=en-us dir=ltr><head><meta charset=utf-8><meta name=viewport content="width=device-width"><title>Unit 1 | Freedoms4</title><link rel=stylesheet href=/css/style.min.34d0accb85f8ec23ceee8c29eef5907823b531d8acb9e6bdf45a3b37ad028d30.css integrity="sha256-NNCsy4X47CPO7owp7vWQeCO1Mdisuea99Fo7N60CjTA=" crossorigin=anonymous><link rel=icon href=/favicon.ico><meta name=description content="April 6, 2026 Features and Nature of Business A) Economic Activity.
B) Continuous Activity. B) Continuous Activity.
C) Profit Motive. C) Profit Motive.
D) Exchange of goods and services. D) Exchange of goods and services.
@@ -6,15 +6,15 @@ E) Customer Orientation.
F) Risk and Uncertainty. F) Risk and Uncertainty.
G) Legal and Ethical Compliance. G) Legal and Ethical Compliance.
H) Global. H) Global.
Concept # A) Value Creation. Concept A) Value Creation.
B) Profit. B) Profit.
C) Social. C) Social.
D) Organised. D) Organised.
E) Dynanic. E) Dynanic.
Scope # A) Industry # Primary Industry: Extraction of raw material (agriculture, mining). Secondary Industry: Manufacturing. Tertiary Industry: Service (banking, insurance, transport, delivery) Quaternary Sector: Knowledge based services (IT, education/training) Quinary Sector: Services of leading roles (Government services, NGOs) B) Commerce # Trade. Auxiliaries to Trade. C) Modern Dimensions of Business # E-Business. Green Business. Social Business. Global Business. Business as a System # A) Interdependance. Scope A) Industry Primary Industry: Extraction of raw material (agriculture, mining). Secondary Industry: Manufacturing. Tertiary Industry: Service (banking, insurance, transport, delivery) Quaternary Sector: Knowledge based services (IT, education/training) Quinary Sector: Services of leading roles (Government services, NGOs) B) Commerce Trade. Auxiliaries to Trade. C) Modern Dimensions of Business E-Business. Green Business. Social Business. Global Business. Business as a System A) Interdependance.
B) Input-Process-Output Model. B) Input-Process-Output Model.
C) Open System. C) Open System.
D) Dynamic Nature."><meta property="og:url" content="https://freedoms4.org/uninotes/s1/bo-dcm1109/unit1/self/"><meta property="og:site_name" content="Freedoms4"><meta property="og:title" content="Unit 1"><meta property="og:description" content="April 6, 2026 # Features and Nature of Business # A) Economic Activity. D) Dynamic Nature."><meta property="og:url" content="https://freedoms4.org/uninotes/s1/bo-dcm1109/unit1/self/"><meta property="og:site_name" content="Freedoms4"><meta property="og:title" content="Unit 1"><meta property="og:description" content="April 6, 2026 Features and Nature of Business A) Economic Activity.
B) Continuous Activity. B) Continuous Activity.
C) Profit Motive. C) Profit Motive.
D) Exchange of goods and services. D) Exchange of goods and services.
@@ -22,15 +22,15 @@ E) Customer Orientation.
F) Risk and Uncertainty. F) Risk and Uncertainty.
G) Legal and Ethical Compliance. G) Legal and Ethical Compliance.
H) Global. H) Global.
Concept # A) Value Creation. Concept A) Value Creation.
B) Profit. B) Profit.
C) Social. C) Social.
D) Organised. D) Organised.
E) Dynanic. E) Dynanic.
Scope # A) Industry # Primary Industry: Extraction of raw material (agriculture, mining). Secondary Industry: Manufacturing. Tertiary Industry: Service (banking, insurance, transport, delivery) Quaternary Sector: Knowledge based services (IT, education/training) Quinary Sector: Services of leading roles (Government services, NGOs) B) Commerce # Trade. Auxiliaries to Trade. C) Modern Dimensions of Business # E-Business. Green Business. Social Business. Global Business. Business as a System # A) Interdependance. Scope A) Industry Primary Industry: Extraction of raw material (agriculture, mining). Secondary Industry: Manufacturing. Tertiary Industry: Service (banking, insurance, transport, delivery) Quaternary Sector: Knowledge based services (IT, education/training) Quinary Sector: Services of leading roles (Government services, NGOs) B) Commerce Trade. Auxiliaries to Trade. C) Modern Dimensions of Business E-Business. Green Business. Social Business. Global Business. Business as a System A) Interdependance.
B) Input-Process-Output Model. B) Input-Process-Output Model.
C) Open System. C) Open System.
D) Dynamic Nature."><meta property="og:locale" content="en_us"><meta property="og:type" content="article"><meta property="article:section" content="uninotes"><meta itemprop=name content="Unit 1"><meta itemprop=description content="April 6, 2026 # Features and Nature of Business # A) Economic Activity. D) Dynamic Nature."><meta property="og:locale" content="en_us"><meta property="og:type" content="article"><meta property="article:section" content="uninotes"><meta itemprop=name content="Unit 1"><meta itemprop=description content="April 6, 2026 Features and Nature of Business A) Economic Activity.
B) Continuous Activity. B) Continuous Activity.
C) Profit Motive. C) Profit Motive.
D) Exchange of goods and services. D) Exchange of goods and services.
@@ -38,15 +38,15 @@ E) Customer Orientation.
F) Risk and Uncertainty. F) Risk and Uncertainty.
G) Legal and Ethical Compliance. G) Legal and Ethical Compliance.
H) Global. H) Global.
Concept # A) Value Creation. Concept A) Value Creation.
B) Profit. B) Profit.
C) Social. C) Social.
D) Organised. D) Organised.
E) Dynanic. E) Dynanic.
Scope # A) Industry # Primary Industry: Extraction of raw material (agriculture, mining). Secondary Industry: Manufacturing. Tertiary Industry: Service (banking, insurance, transport, delivery) Quaternary Sector: Knowledge based services (IT, education/training) Quinary Sector: Services of leading roles (Government services, NGOs) B) Commerce # Trade. Auxiliaries to Trade. C) Modern Dimensions of Business # E-Business. Green Business. Social Business. Global Business. Business as a System # A) Interdependance. Scope A) Industry Primary Industry: Extraction of raw material (agriculture, mining). Secondary Industry: Manufacturing. Tertiary Industry: Service (banking, insurance, transport, delivery) Quaternary Sector: Knowledge based services (IT, education/training) Quinary Sector: Services of leading roles (Government services, NGOs) B) Commerce Trade. Auxiliaries to Trade. C) Modern Dimensions of Business E-Business. Green Business. Social Business. Global Business. Business as a System A) Interdependance.
B) Input-Process-Output Model. B) Input-Process-Output Model.
C) Open System. C) Open System.
D) Dynamic Nature."><meta itemprop=wordCount content="177"><meta itemprop=keywords content="S1,BO DCM1109"><link rel=stylesheet href=/css/custom.css><script>(function(){var e=localStorage.getItem("theme");e&&document.documentElement.setAttribute("data-theme",e),localStorage.getItem("f4_username")==="hyzen"&&document.documentElement.classList.add("hyzen-user")})()</script><script async src=https://plausible.freedoms4.org/js/pa-5BKl0z0RLzwrclKq4y-qk.js></script><script>(window.plausible=window.plausible||function(){(plausible.q=plausible.q||[]).push(arguments)},plausible.init=plausible.init||function(e){plausible.o=e||{}}),plausible.init()</script></head><body class=body><header class=header><div class=brand><img src=/logo.png alt="Freedoms4 logo"><h1>Freedoms4</h1><div class=brand__actions><button class=theme-toggle id=theme-toggle aria-label="Toggle theme" title="Toggle dark/light mode"> D) Dynamic Nature."><meta itemprop=wordCount content="165"><meta itemprop=keywords content="S1,BO DCM1109"><link rel=stylesheet href=/css/custom.css><script>(function(){var e=localStorage.getItem("theme");e&&document.documentElement.setAttribute("data-theme",e),localStorage.getItem("f4_username")==="hyzen"&&document.documentElement.classList.add("hyzen-user")})()</script><script async src=https://plausible.freedoms4.org/js/pa-5BKl0z0RLzwrclKq4y-qk.js></script><script>(window.plausible=window.plausible||function(){(plausible.q=plausible.q||[]).push(arguments)},plausible.init=plausible.init||function(e){plausible.o=e||{}}),plausible.init()</script></head><body class=body><header class=header><div class=brand><img src=/logo.png alt="Freedoms4 logo"><h1>Freedoms4</h1><div class=brand__actions><button class=theme-toggle id=theme-toggle aria-label="Toggle theme" title="Toggle dark/light mode">
<svg class="theme-toggle__sun" viewBox="0 0 24 24" width="16" height="16" fill="currentColor"><path d="M12 7c-2.76.0-5 2.24-5 5s2.24 5 5 5 5-2.24 5-5-2.24-5-5-5zM2 13h2c.55.0 1-.45 1-1s-.45-1-1-1H2c-.55.0-1 .45-1 1s.45 1 1 1zm18 0h2c.55.0 1-.45 1-1s-.45-1-1-1h-2c-.55.0-1 .45-1 1s.45 1 1 1zM11 2v2c0 .55.45 1 1 1s1-.45 1-1V2c0-.55-.45-1-1-1s-1 .45-1 1zm0 18v2c0 .55.45 1 1 1s1-.45 1-1v-2c0-.55-.45-1-1-1s-1 .45-1 1zM5.99 4.58c-.39-.39-1.03-.39-1.41.0-.39.39-.39 1.03.0 1.41l1.06 1.06c.39.39 1.03.39 1.41.0s.39-1.03.0-1.41L5.99 4.58zm12.37 12.37c-.39-.39-1.03-.39-1.41.0-.39.39-.39 1.03.0 1.41l1.06 1.06c.39.39 1.03.39 1.41.0.39-.39.39-1.03.0-1.41l-1.06-1.06zm1.06-12.37-1.06 1.06c-.39.39-.39 1.03.0 1.41s1.03.39 1.41.0l1.06-1.06c.39-.39.39-1.03.0-1.41s-1.03-.39-1.41.0zM7.05 18.36l-1.06 1.06c-.39.39-.39 1.03.0 1.41s1.03.39 1.41.0l1.06-1.06c.39-.39.39-1.03.0-1.41s-1.03-.39-1.41.0z"/></svg> <svg class="theme-toggle__sun" viewBox="0 0 24 24" width="16" height="16" fill="currentColor"><path d="M12 7c-2.76.0-5 2.24-5 5s2.24 5 5 5 5-2.24 5-5-2.24-5-5-5zM2 13h2c.55.0 1-.45 1-1s-.45-1-1-1H2c-.55.0-1 .45-1 1s.45 1 1 1zm18 0h2c.55.0 1-.45 1-1s-.45-1-1-1h-2c-.55.0-1 .45-1 1s.45 1 1 1zM11 2v2c0 .55.45 1 1 1s1-.45 1-1V2c0-.55-.45-1-1-1s-1 .45-1 1zm0 18v2c0 .55.45 1 1 1s1-.45 1-1v-2c0-.55-.45-1-1-1s-1 .45-1 1zM5.99 4.58c-.39-.39-1.03-.39-1.41.0-.39.39-.39 1.03.0 1.41l1.06 1.06c.39.39 1.03.39 1.41.0s.39-1.03.0-1.41L5.99 4.58zm12.37 12.37c-.39-.39-1.03-.39-1.41.0-.39.39-.39 1.03.0 1.41l1.06 1.06c.39.39 1.03.39 1.41.0.39-.39.39-1.03.0-1.41l-1.06-1.06zm1.06-12.37-1.06 1.06c-.39.39-.39 1.03.0 1.41s1.03.39 1.41.0l1.06-1.06c.39-.39.39-1.03.0-1.41s-1.03-.39-1.41.0zM7.05 18.36l-1.06 1.06c-.39.39-.39 1.03.0 1.41s1.03.39 1.41.0l1.06-1.06c.39-.39.39-1.03.0-1.41s-1.03-.39-1.41.0z"/></svg>
<svg class="theme-toggle__moon" viewBox="0 0 24 24" width="16" height="16" fill="currentColor"><path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"/></svg></button><div class=brand__auth><input type=checkbox id=auth-dropdown class=brand__auth-check> <svg class="theme-toggle__moon" viewBox="0 0 24 24" width="16" height="16" fill="currentColor"><path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"/></svg></button><div class=brand__auth><input type=checkbox id=auth-dropdown class=brand__auth-check>
<label class=brand__auth-toggle for=auth-dropdown tabindex=0 aria-label="Account options"><svg viewBox="0 0 24 24" width="12" height="12" fill="currentColor"><path d="M12 12c2.7.0 4.8-2.1 4.8-4.8S14.7 2.4 12 2.4 7.2 4.5 7.2 7.2 9.3 12 12 12zm0 2.4c-3.2.0-9.6 1.6-9.6 4.8v2.4h19.2v-2.4c0-3.2-6.4-4.8-9.6-4.8z"/></svg></label><div class=brand__auth-links><a href=/login/ class="auth-link auth-link--login">Login</a> <label class=brand__auth-toggle for=auth-dropdown tabindex=0 aria-label="Account options"><svg viewBox="0 0 24 24" width="12" height="12" fill="currentColor"><path d="M12 12c2.7.0 4.8-2.1 4.8-4.8S14.7 2.4 12 2.4 7.2 4.5 7.2 7.2 9.3 12 12 12zm0 2.4c-3.2.0-9.6 1.6-9.6 4.8v2.4h19.2v-2.4c0-3.2-6.4-4.8-9.6-4.8z"/></svg></label><div class=brand__auth-links><a href=/login/ class="auth-link auth-link--login">Login</a>
@@ -57,11 +57,9 @@ All updates
</button> </button>
<button class=rss-subscribe__item data-rss-url=https://freedoms4.org/blog/index.xml> <button class=rss-subscribe__item data-rss-url=https://freedoms4.org/blog/index.xml>
Blog posts</button></div></div></div></div><nav class="menu language"><ul class="menu__list language__list"><li class=menu__item><a class=menu__link href=/>Home</a></li><li class=menu__item><a class=menu__link href=/blog/>Blog</a></li><li class=menu__item><a class=menu__link href=/services/>Services</a></li><li class=menu__item><a class=menu__link href=/uninotes/>UniNotes</a></li><li class=menu__item><a class=menu__link href=/contact/>Contact</a></li></ul></nav></header><main class=main><nav class="uninotes-breadcrumbs breadcrumbs"><a href=/uninotes/>UniNotes</a> Blog posts</button></div></div></div></div><nav class="menu language"><ul class="menu__list language__list"><li class=menu__item><a class=menu__link href=/>Home</a></li><li class=menu__item><a class=menu__link href=/blog/>Blog</a></li><li class=menu__item><a class=menu__link href=/services/>Services</a></li><li class=menu__item><a class=menu__link href=/uninotes/>UniNotes</a></li><li class=menu__item><a class=menu__link href=/contact/>Contact</a></li></ul></nav></header><main class=main><nav class="uninotes-breadcrumbs breadcrumbs"><a href=/uninotes/>UniNotes</a>
<a href=/uninotes/s1/>S1</a> <a href=/uninotes/s1/>S1</a> <a href=/uninotes/s1/bo-dcm1109/>BO DCM1109</a>
<a href=/uninotes/s1/bo-dcm1109/>BO DCM1109</a> <a href=/uninotes/s1/bo-dcm1109/unit1/>Unit 1</a>
<a href=/uninotes/s1/bo-dcm1109/unit1/>Unit 1</a> <span>Self</span></nav><div class=uninotes-meta><span class=uninotes-meta__pill>S1</span> <span class=uninotes-meta__pill>BO DCM1109</span>
<span>Self</span></nav><div class=uninotes-meta><span class=uninotes-meta__pill>S1</span> <span class="uninotes-meta__pill uninotes-meta__pill--self">Self</span></div><h1>Unit 1</h1><details class=toc><summary class=toc__summary>Table of Contents</summary><nav id=TableOfContents><ul><li><ul><li><a href=#april-6-2026><em><strong>April 6, 2026</strong></em></a></li></ul></li><li><a href=#features-and-nature-of-business>Features and Nature of Business</a></li><li><a href=#concept>Concept</a></li><li><a href=#scope>Scope</a><ul><li><a href=#a-industry>A) Industry</a></li><li><a href=#b-commerce>B) Commerce</a></li><li><a href=#c-modern-dimensions-of-business>C) Modern Dimensions of Business</a></li></ul></li><li><a href=#business-as-a-system>Business as a System</a><ul><li><a href=#b-input-process-output-model>B) Input-Process-Output Model</a></li></ul></li><li><a href=#business-and-environment-interface>Business and Environment Interface</a></li><li><a href=#objectives-of-business>Objectives of Business</a></li><li><a href=#profit-maximization-vs-social-responsibility>Profit Maximization VS. Social Responsibility</a></li></ul></nav></details><h3 class=heading id=april-6-2026><em><strong>April 6, 2026</strong></em></h3><h2 class=heading id=features-and-nature-of-business>Features and Nature of Business</h2><p>A) Economic Activity.<br>B) Continuous Activity.<br>C) Profit Motive.<br>D) Exchange of goods and services.<br>E) Customer Orientation.<br>F) Risk and Uncertainty.<br>G) Legal and Ethical Compliance.<br>H) Global.</p><h2 class=heading id=concept>Concept</h2><p>A) Value Creation.<br>B) Profit.<br>C) Social.<br>D) Organised.<br>E) Dynanic.</p><h2 class=heading id=scope>Scope</h2><h3 class=heading id=a-industry>A) Industry</h3><ol><li>Primary Industry: Extraction of raw material (agriculture, mining).</li><li>Secondary Industry: Manufacturing.</li><li>Tertiary Industry: Service (banking, insurance, transport, delivery)</li><li>Quaternary Sector: Knowledge based services (IT, education/training)</li><li>Quinary Sector: Services of leading roles (Government services, NGOs)</li></ol><h3 class=heading id=b-commerce>B) Commerce</h3><ol><li>Trade.</li><li>Auxiliaries to Trade.</li></ol><h3 class=heading id=c-modern-dimensions-of-business>C) Modern Dimensions of Business</h3><ol><li>E-Business.</li><li>Green Business.</li><li>Social Business.</li><li>Global Business.</li></ol><h2 class=heading id=business-as-a-system>Business as a System</h2><p>A) Interdependance.<br>B) Input-Process-Output Model.<br>C) Open System.<br>D) Dynamic Nature.</p><h3 class=heading id=b-input-process-output-model>B) Input-Process-Output Model</h3><ol><li>Input.</li><li>Process.</li><li>Output.</li><li>Feedback.</li></ol><h2 class=heading id=business-and-environment-interface>Business and Environment Interface</h2><p>A) Social Environment.<br>B) Economic Environment.<br>C) Politico-legal Environment.<br>D) Technological Environment.<br>E) International Environment.</p><h2 class=heading id=objectives-of-business>Objectives of Business</h2><p>A) Economic.<br>B) Social.<br>C) Human.<br>D) National.<br>E) International.</p><h2 class=heading id=profit-maximization-vs-social-responsibility>Profit Maximization VS. Social Responsibility</h2><p>(Research pending)</p><nav class=page-nav><a class=page-nav__next-link href=/uninotes/s1/bo-dcm1109/unit2/>Unit 2 →</a></nav></main><footer class=footer><p class=footer__copyright-notice>&copy; <a href=https://freedoms4.org>freedoms4.org</a>
<span class=uninotes-meta__pill>BO DCM1109</span>
<span class="uninotes-meta__pill uninotes-meta__pill--self">Self</span></div><h1>Unit 1</h1><details class=toc><summary class=toc__summary>Table of Contents</summary><nav id=TableOfContents><ul><li><ul><li><a href=#april-6-2026><em><strong>April 6, 2026</strong></em></a></li></ul></li><li><a href=#features-and-nature-of-business>Features and Nature of Business</a></li><li><a href=#concept>Concept</a></li><li><a href=#scope>Scope</a><ul><li><a href=#a-industry>A) Industry</a></li><li><a href=#b-commerce>B) Commerce</a></li><li><a href=#c-modern-dimensions-of-business>C) Modern Dimensions of Business</a></li></ul></li><li><a href=#business-as-a-system>Business as a System</a><ul><li><a href=#b-input-process-output-model>B) Input-Process-Output Model</a></li></ul></li><li><a href=#business-and-environment-interface>Business and Environment Interface</a></li><li><a href=#objectives-of-business>Objectives of Business</a></li><li><a href=#profit-maximization-vs-social-responsibility>Profit Maximization VS. Social Responsibility</a></li></ul></nav></details><h3 class=heading id=april-6-2026><em><strong>April 6, 2026</strong></em><span class=heading__anchor> <a href=#april-6-2026>#</a></span></h3><h2 class=heading id=features-and-nature-of-business>Features and Nature of Business<span class=heading__anchor> <a href=#features-and-nature-of-business>#</a></span></h2><p>A) Economic Activity.<br>B) Continuous Activity.<br>C) Profit Motive.<br>D) Exchange of goods and services.<br>E) Customer Orientation.<br>F) Risk and Uncertainty.<br>G) Legal and Ethical Compliance.<br>H) Global.</p><h2 class=heading id=concept>Concept<span class=heading__anchor> <a href=#concept>#</a></span></h2><p>A) Value Creation.<br>B) Profit.<br>C) Social.<br>D) Organised.<br>E) Dynanic.</p><h2 class=heading id=scope>Scope<span class=heading__anchor> <a href=#scope>#</a></span></h2><h3 class=heading id=a-industry>A) Industry<span class=heading__anchor> <a href=#a-industry>#</a></span></h3><ol><li>Primary Industry: Extraction of raw material (agriculture, mining).</li><li>Secondary Industry: Manufacturing.</li><li>Tertiary Industry: Service (banking, insurance, transport, delivery)</li><li>Quaternary Sector: Knowledge based services (IT, education/training)</li><li>Quinary Sector: Services of leading roles (Government services, NGOs)</li></ol><h3 class=heading id=b-commerce>B) Commerce<span class=heading__anchor> <a href=#b-commerce>#</a></span></h3><ol><li>Trade.</li><li>Auxiliaries to Trade.</li></ol><h3 class=heading id=c-modern-dimensions-of-business>C) Modern Dimensions of Business<span class=heading__anchor> <a href=#c-modern-dimensions-of-business>#</a></span></h3><ol><li>E-Business.</li><li>Green Business.</li><li>Social Business.</li><li>Global Business.</li></ol><h2 class=heading id=business-as-a-system>Business as a System<span class=heading__anchor> <a href=#business-as-a-system>#</a></span></h2><p>A) Interdependance.<br>B) Input-Process-Output Model.<br>C) Open System.<br>D) Dynamic Nature.</p><h3 class=heading id=b-input-process-output-model>B) Input-Process-Output Model<span class=heading__anchor> <a href=#b-input-process-output-model>#</a></span></h3><ol><li>Input.</li><li>Process.</li><li>Output.</li><li>Feedback.</li></ol><h2 class=heading id=business-and-environment-interface>Business and Environment Interface<span class=heading__anchor> <a href=#business-and-environment-interface>#</a></span></h2><p>A) Social Environment.<br>B) Economic Environment.<br>C) Politico-legal Environment.<br>D) Technological Environment.<br>E) International Environment.</p><h2 class=heading id=objectives-of-business>Objectives of Business<span class=heading__anchor> <a href=#objectives-of-business>#</a></span></h2><p>A) Economic.<br>B) Social.<br>C) Human.<br>D) National.<br>E) International.</p><h2 class=heading id=profit-maximization-vs-social-responsibility>Profit Maximization VS. Social Responsibility<span class=heading__anchor> <a href=#profit-maximization-vs-social-responsibility>#</a></span></h2><p>(Research pending)</p><nav class=page-nav><a class=page-nav__next-link href=/uninotes/s1/bo-dcm1109/unit2/>Unit 2 →</a></nav></main><footer class=footer><p class=footer__copyright-notice>&copy; <a href=https://freedoms4.org>freedoms4.org</a>
<a href=/terms/>Terms and Conditions</a> <a href=/privacy/>Privacy Policy</a> <a href=/terms/>Terms and Conditions</a> <a href=/privacy/>Privacy Policy</a>
<a href=/changelog/>Changelog</a></p><p class=footer__theme-info>Built with <a href=https://gohugo.io>Hugo</a> and based on <a href=https://github.com/CyrusYip/hugo-theme-yue>Yue</a> theme</p></footer><script>(function(){document.querySelectorAll(".menu__item").forEach(function(e){var t=e.querySelector("a");t&&t.getAttribute("href")==="/uninotes/"&&e.classList.add("menu__item--uninotes")})})()</script><script>(function(){var e=document.getElementById("theme-toggle");if(!e)return;function t(){var e=localStorage.getItem("theme");return e?e:window.matchMedia("(prefers-color-scheme: light)").matches?"light":"dark"}function n(e){document.documentElement.setAttribute("data-theme",e),localStorage.setItem("theme",e)}n(t()),e.addEventListener("click",function(){var e=document.documentElement.getAttribute("data-theme")||t();n(e==="dark"?"light":"dark")})})()</script><script>(function(){var t="https://backend.freedoms4.org/auth.php",e=localStorage.getItem("f4_username");if(!e)return;function n(e){var t,n,o,i,a,c,r=document.querySelector(".brand__auth");r&&!r.querySelector(".brand__auth-user")&&(r.classList.add("brand__auth--loggedin"),t=document.createElement("div"),t.className="brand__auth-user",n=document.createElement("button"),n.className="brand__auth-user-btn",n.setAttribute("aria-label","Account menu"),c=document.createElement("span"),c.innerHTML='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="12" height="12" fill="currentColor"><path d="M12 12c2.7 0 4.8-2.1 4.8-4.8S14.7 2.4 12 2.4 7.2 4.5 7.2 7.2 9.3 12 12 12zm0 2.4c-3.2 0-9.6 1.6-9.6 4.8v2.4h19.2v-2.4c0-3.2-6.4-4.8-9.6-4.8z"/></svg>',n.appendChild(c.firstChild),n.appendChild(document.createTextNode(" "+e)),o=document.createElement("div"),o.className="brand__auth-user-dropdown",i=document.createElement("button"),i.className="brand__auth-user-logout",i.textContent="Log Out",i.addEventListener("click",s),e==="hyzen"&&(a=document.createElement("a"),a.className="brand__auth-user-admin",a.href="/admin/",a.textContent="User Management",o.appendChild(a)),o.appendChild(i),o.appendChild(i),t.appendChild(n),t.appendChild(o),r.appendChild(t),n.addEventListener("click",function(e){e.stopPropagation(),t.classList.toggle("is-open")}),document.addEventListener("click",function(){t.classList.remove("is-open")}))}function s(){fetch(t,{method:"POST",headers:{"Content-Type":"application/json"},credentials:"include",body:JSON.stringify({action:"logout"})}).finally(function(){localStorage.removeItem("f4_username"),localStorage.removeItem("f4_login_time"),localStorage.removeItem("f4_session_fails"),window.location.reload()})}n(e)})()</script><script>(function(){var t,e=document.querySelector(".rss-subscribe");if(!e)return;t=e.querySelector(".rss-subscribe__btn"),t.addEventListener("click",function(t){t.stopPropagation(),e.classList.toggle("is-open")}),document.addEventListener("click",function(t){e.contains(t.target)||e.classList.remove("is-open")}),e.querySelectorAll(".rss-subscribe__item").forEach(function(t){t.addEventListener("click",function(n){n.stopPropagation();var s,o=t.getAttribute("data-rss-url"),a=t.textContent;function i(){t.textContent="Copied!",setTimeout(function(){t.textContent=a,e.classList.remove("is-open")},1200)}try{s=document.createElement("textarea"),s.value=o,s.style.cssText="position:fixed;top:0;left:0;opacity:0;pointer-events:none;",document.body.appendChild(s),s.focus(),s.select(),document.execCommand("copy"),document.body.removeChild(s),i()}catch{navigator.clipboard&&navigator.clipboard.writeText(o).then(i).catch(function(){t.textContent=o})}})})})()</script><script src=/js/session-check.js></script></body></html> <a href=/changelog/>Changelog</a></p><p class=footer__theme-info>Built with <a href=https://gohugo.io>Hugo</a> and based on <a href=https://github.com/CyrusYip/hugo-theme-yue>Yue</a> theme</p></footer><script>(function(){document.querySelectorAll(".menu__item").forEach(function(e){var t=e.querySelector("a");t&&t.getAttribute("href")==="/uninotes/"&&e.classList.add("menu__item--uninotes")})})()</script><script>(function(){var e=document.getElementById("theme-toggle");if(!e)return;function t(){var e=localStorage.getItem("theme");return e?e:window.matchMedia("(prefers-color-scheme: light)").matches?"light":"dark"}function n(e){document.documentElement.setAttribute("data-theme",e),localStorage.setItem("theme",e)}n(t()),e.addEventListener("click",function(){var e=document.documentElement.getAttribute("data-theme")||t();n(e==="dark"?"light":"dark")})})()</script><script>(function(){var t="https://backend.freedoms4.org/auth.php",e=localStorage.getItem("f4_username");if(!e)return;function n(e){var t,n,o,i,a,c,r=document.querySelector(".brand__auth");r&&!r.querySelector(".brand__auth-user")&&(r.classList.add("brand__auth--loggedin"),t=document.createElement("div"),t.className="brand__auth-user",n=document.createElement("button"),n.className="brand__auth-user-btn",n.setAttribute("aria-label","Account menu"),c=document.createElement("span"),c.innerHTML='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="12" height="12" fill="currentColor"><path d="M12 12c2.7 0 4.8-2.1 4.8-4.8S14.7 2.4 12 2.4 7.2 4.5 7.2 7.2 9.3 12 12 12zm0 2.4c-3.2 0-9.6 1.6-9.6 4.8v2.4h19.2v-2.4c0-3.2-6.4-4.8-9.6-4.8z"/></svg>',n.appendChild(c.firstChild),n.appendChild(document.createTextNode(" "+e)),o=document.createElement("div"),o.className="brand__auth-user-dropdown",i=document.createElement("button"),i.className="brand__auth-user-logout",i.textContent="Log Out",i.addEventListener("click",s),e==="hyzen"&&(a=document.createElement("a"),a.className="brand__auth-user-admin",a.href="/admin/",a.textContent="User Management",o.appendChild(a)),o.appendChild(i),o.appendChild(i),t.appendChild(n),t.appendChild(o),r.appendChild(t),n.addEventListener("click",function(e){e.stopPropagation(),t.classList.toggle("is-open")}),document.addEventListener("click",function(){t.classList.remove("is-open")}))}function s(){fetch(t,{method:"POST",headers:{"Content-Type":"application/json"},credentials:"include",body:JSON.stringify({action:"logout"})}).finally(function(){localStorage.removeItem("f4_username"),localStorage.removeItem("f4_login_time"),localStorage.removeItem("f4_session_fails"),window.location.reload()})}n(e)})()</script><script>(function(){var t,e=document.querySelector(".rss-subscribe");if(!e)return;t=e.querySelector(".rss-subscribe__btn"),t.addEventListener("click",function(t){t.stopPropagation(),e.classList.toggle("is-open")}),document.addEventListener("click",function(t){e.contains(t.target)||e.classList.remove("is-open")}),e.querySelectorAll(".rss-subscribe__item").forEach(function(t){t.addEventListener("click",function(n){n.stopPropagation();var s,o=t.getAttribute("data-rss-url"),a=t.textContent;function i(){t.textContent="Copied!",setTimeout(function(){t.textContent=a,e.classList.remove("is-open")},1200)}try{s=document.createElement("textarea"),s.value=o,s.style.cssText="position:fixed;top:0;left:0;opacity:0;pointer-events:none;",document.body.appendChild(s),s.focus(),s.select(),document.execCommand("copy"),document.body.removeChild(s),i()}catch{navigator.clipboard&&navigator.clipboard.writeText(o).then(i).catch(function(){t.textContent=o})}})})})()</script><script src=/js/session-check.js></script></body></html>

View File

@@ -1,39 +1 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Unit 11 on Freedoms4</title><link>https://freedoms4.org/uninotes/s1/bo-dcm1109/unit11/</link><description>Recent content in Unit 11 on Freedoms4</description><generator>Hugo</generator><language>en-us</language><managingEditor>your-email@example.com (Freedoms4)</managingEditor><webMaster>your-email@example.com (Freedoms4)</webMaster><atom:link href="https://freedoms4.org/uninotes/s1/bo-dcm1109/unit11/index.xml" rel="self" type="application/rss+xml"/><item><title>Unit 11</title><link>https://freedoms4.org/uninotes/s1/bo-dcm1109/unit11/self/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><author>your-email@example.com (Freedoms4)</author><guid>https://freedoms4.org/uninotes/s1/bo-dcm1109/unit11/self/</guid><description>&lt;h3 class="heading" id="may-17-2026"&gt; <?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Unit 11 on Freedoms4</title><link>https://freedoms4.org/uninotes/s1/bo-dcm1109/unit11/</link><description>Recent content in Unit 11 on Freedoms4</description><generator>Hugo</generator><language>en-us</language><managingEditor>your-email@example.com (Freedoms4)</managingEditor><webMaster>your-email@example.com (Freedoms4)</webMaster><atom:link href="https://freedoms4.org/uninotes/s1/bo-dcm1109/unit11/index.xml" rel="self" type="application/rss+xml"/></channel></rss>
&lt;em&gt;&lt;strong&gt;May 17, 2026&lt;/strong&gt;&lt;/em&gt;&lt;span class="heading__anchor"&gt; &lt;a href="#may-17-2026"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h3&gt;&lt;h2 class="heading" id="modes-of-business-combination"&gt;
Modes of Business Combination&lt;span class="heading__anchor"&gt; &lt;a href="#modes-of-business-combination"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h2&gt;&lt;h3 class="heading" id="a-associations"&gt;
A) Associations&lt;span class="heading__anchor"&gt; &lt;a href="#a-associations"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h3&gt;&lt;ol&gt;
&lt;li&gt;Trade Association&lt;/li&gt;
&lt;li&gt;Chamber of Commerce&lt;/li&gt;
&lt;li&gt;Informal agreements&lt;/li&gt;
&lt;/ol&gt;
&lt;h3 class="heading" id="b-federations"&gt;
B) Federations&lt;span class="heading__anchor"&gt; &lt;a href="#b-federations"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h3&gt;&lt;ol&gt;
&lt;li&gt;Formal agreements&lt;/li&gt;
&lt;li&gt;Pools&lt;/li&gt;
&lt;li&gt;Cartels&lt;/li&gt;
&lt;/ol&gt;
&lt;h3 class="heading" id="c-consolidations"&gt;
C) Consolidations&lt;span class="heading__anchor"&gt; &lt;a href="#c-consolidations"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h3&gt;&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;Partials Consolidations&lt;br&gt;
a. Trust&lt;br&gt;
b. Holding Companies&lt;br&gt;
c. Community of Interest&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Complete Consolidations&lt;br&gt;
a. Mergers&lt;br&gt;
b. Acquisition&lt;br&gt;
c. Amalgamation&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;h2 class="heading" id="types-of-business-combination"&gt;
Types of Business Combination&lt;span class="heading__anchor"&gt; &lt;a href="#types-of-business-combination"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h2&gt;&lt;h3 class="heading" id="a-horizontal"&gt;
A) Horizontal&lt;span class="heading__anchor"&gt; &lt;a href="#a-horizontal"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h3&gt;&lt;p&gt;These companies operate at the same level of production, distribution or supply chain.&lt;/p&gt;</description></item></channel></rss>

View File

@@ -1,4 +1,4 @@
<!doctype html><html class=html lang=en-us dir=ltr><head><meta charset=utf-8><meta name=viewport content="width=device-width"><title>Unit 11 | Freedoms4</title><link rel=stylesheet href=/css/style.min.34d0accb85f8ec23ceee8c29eef5907823b531d8acb9e6bdf45a3b37ad028d30.css integrity="sha256-NNCsy4X47CPO7owp7vWQeCO1Mdisuea99Fo7N60CjTA=" crossorigin=anonymous><link rel=icon href=/favicon.ico><meta name=description content=" May 17, 2026 # Modes of Business Combination # A) Associations # Trade Association Chamber of Commerce Informal agreements B) Federations # Formal agreements Pools Cartels C) Consolidations # Partials Consolidations <!doctype html><html class=html lang=en-us dir=ltr><head><meta charset=utf-8><meta name=viewport content="width=device-width"><title>Unit 11 | Freedoms4</title><link rel=stylesheet href=/css/style.min.34d0accb85f8ec23ceee8c29eef5907823b531d8acb9e6bdf45a3b37ad028d30.css integrity="sha256-NNCsy4X47CPO7owp7vWQeCO1Mdisuea99Fo7N60CjTA=" crossorigin=anonymous><link rel=icon href=/favicon.ico><meta name=description content="May 17, 2026 Modes of Business Combination A) Associations Trade Association Chamber of Commerce Informal agreements B) Federations Formal agreements Pools Cartels C) Consolidations Partials Consolidations
a. Trust a. Trust
b. Holding Companies b. Holding Companies
c. Community of Interest c. Community of Interest
@@ -6,7 +6,8 @@ Complete Consolidations
a. Mergers a. Mergers
b. Acquisition b. Acquisition
c. Amalgamation c. Amalgamation
Types of Business Combination # A) Horizontal # These companies operate at the same level of production, distribution or supply chain."><meta property="og:url" content="https://freedoms4.org/uninotes/s1/bo-dcm1109/unit11/self/"><meta property="og:site_name" content="Freedoms4"><meta property="og:title" content="Unit 11"><meta property="og:description" content="May 17, 2026 # Modes of Business Combination # A) Associations # Trade Association Chamber of Commerce Informal agreements B) Federations # Formal agreements Pools Cartels C) Consolidations # Partials Consolidations Types of Business Combination A) Horizontal These companies operate at the same level of production, distribution or supply chain.
A) Vertical A vertical combination occurs when companies operating at different stages of production or distribution of the same product combines together. There are two types of Vertical Combination:"><meta property="og:url" content="https://freedoms4.org/uninotes/s1/bo-dcm1109/unit11/self/"><meta property="og:site_name" content="Freedoms4"><meta property="og:title" content="Unit 11"><meta property="og:description" content="May 17, 2026 Modes of Business Combination A) Associations Trade Association Chamber of Commerce Informal agreements B) Federations Formal agreements Pools Cartels C) Consolidations Partials Consolidations
a. Trust a. Trust
b. Holding Companies b. Holding Companies
c. Community of Interest c. Community of Interest
@@ -14,7 +15,8 @@ Complete Consolidations
a. Mergers a. Mergers
b. Acquisition b. Acquisition
c. Amalgamation c. Amalgamation
Types of Business Combination # A) Horizontal # These companies operate at the same level of production, distribution or supply chain."><meta property="og:locale" content="en_us"><meta property="og:type" content="article"><meta property="article:section" content="uninotes"><meta itemprop=name content="Unit 11"><meta itemprop=description content="May 17, 2026 # Modes of Business Combination # A) Associations # Trade Association Chamber of Commerce Informal agreements B) Federations # Formal agreements Pools Cartels C) Consolidations # Partials Consolidations Types of Business Combination A) Horizontal These companies operate at the same level of production, distribution or supply chain.
A) Vertical A vertical combination occurs when companies operating at different stages of production or distribution of the same product combines together. There are two types of Vertical Combination:"><meta property="og:locale" content="en_us"><meta property="og:type" content="article"><meta property="article:section" content="uninotes"><meta itemprop=name content="Unit 11"><meta itemprop=description content="May 17, 2026 Modes of Business Combination A) Associations Trade Association Chamber of Commerce Informal agreements B) Federations Formal agreements Pools Cartels C) Consolidations Partials Consolidations
a. Trust a. Trust
b. Holding Companies b. Holding Companies
c. Community of Interest c. Community of Interest
@@ -22,7 +24,8 @@ Complete Consolidations
a. Mergers a. Mergers
b. Acquisition b. Acquisition
c. Amalgamation c. Amalgamation
Types of Business Combination # A) Horizontal # These companies operate at the same level of production, distribution or supply chain."><meta itemprop=wordCount content="257"><meta itemprop=keywords content="S1,BO DCM1109"><link rel=stylesheet href=/css/custom.css><script>(function(){var e=localStorage.getItem("theme");e&&document.documentElement.setAttribute("data-theme",e),localStorage.getItem("f4_username")==="hyzen"&&document.documentElement.classList.add("hyzen-user")})()</script><script async src=https://plausible.freedoms4.org/js/pa-5BKl0z0RLzwrclKq4y-qk.js></script><script>(window.plausible=window.plausible||function(){(plausible.q=plausible.q||[]).push(arguments)},plausible.init=plausible.init||function(e){plausible.o=e||{}}),plausible.init()</script></head><body class=body><header class=header><div class=brand><img src=/logo.png alt="Freedoms4 logo"><h1>Freedoms4</h1><div class=brand__actions><button class=theme-toggle id=theme-toggle aria-label="Toggle theme" title="Toggle dark/light mode"> Types of Business Combination A) Horizontal These companies operate at the same level of production, distribution or supply chain.
A) Vertical A vertical combination occurs when companies operating at different stages of production or distribution of the same product combines together. There are two types of Vertical Combination:"><meta itemprop=wordCount content="247"><meta itemprop=keywords content="S1,BO DCM1109"><link rel=stylesheet href=/css/custom.css><script>(function(){var e=localStorage.getItem("theme");e&&document.documentElement.setAttribute("data-theme",e),localStorage.getItem("f4_username")==="hyzen"&&document.documentElement.classList.add("hyzen-user")})()</script><script async src=https://plausible.freedoms4.org/js/pa-5BKl0z0RLzwrclKq4y-qk.js></script><script>(window.plausible=window.plausible||function(){(plausible.q=plausible.q||[]).push(arguments)},plausible.init=plausible.init||function(e){plausible.o=e||{}}),plausible.init()</script></head><body class=body><header class=header><div class=brand><img src=/logo.png alt="Freedoms4 logo"><h1>Freedoms4</h1><div class=brand__actions><button class=theme-toggle id=theme-toggle aria-label="Toggle theme" title="Toggle dark/light mode">
<svg class="theme-toggle__sun" viewBox="0 0 24 24" width="16" height="16" fill="currentColor"><path d="M12 7c-2.76.0-5 2.24-5 5s2.24 5 5 5 5-2.24 5-5-2.24-5-5-5zM2 13h2c.55.0 1-.45 1-1s-.45-1-1-1H2c-.55.0-1 .45-1 1s.45 1 1 1zm18 0h2c.55.0 1-.45 1-1s-.45-1-1-1h-2c-.55.0-1 .45-1 1s.45 1 1 1zM11 2v2c0 .55.45 1 1 1s1-.45 1-1V2c0-.55-.45-1-1-1s-1 .45-1 1zm0 18v2c0 .55.45 1 1 1s1-.45 1-1v-2c0-.55-.45-1-1-1s-1 .45-1 1zM5.99 4.58c-.39-.39-1.03-.39-1.41.0-.39.39-.39 1.03.0 1.41l1.06 1.06c.39.39 1.03.39 1.41.0s.39-1.03.0-1.41L5.99 4.58zm12.37 12.37c-.39-.39-1.03-.39-1.41.0-.39.39-.39 1.03.0 1.41l1.06 1.06c.39.39 1.03.39 1.41.0.39-.39.39-1.03.0-1.41l-1.06-1.06zm1.06-12.37-1.06 1.06c-.39.39-.39 1.03.0 1.41s1.03.39 1.41.0l1.06-1.06c.39-.39.39-1.03.0-1.41s-1.03-.39-1.41.0zM7.05 18.36l-1.06 1.06c-.39.39-.39 1.03.0 1.41s1.03.39 1.41.0l1.06-1.06c.39-.39.39-1.03.0-1.41s-1.03-.39-1.41.0z"/></svg> <svg class="theme-toggle__sun" viewBox="0 0 24 24" width="16" height="16" fill="currentColor"><path d="M12 7c-2.76.0-5 2.24-5 5s2.24 5 5 5 5-2.24 5-5-2.24-5-5-5zM2 13h2c.55.0 1-.45 1-1s-.45-1-1-1H2c-.55.0-1 .45-1 1s.45 1 1 1zm18 0h2c.55.0 1-.45 1-1s-.45-1-1-1h-2c-.55.0-1 .45-1 1s.45 1 1 1zM11 2v2c0 .55.45 1 1 1s1-.45 1-1V2c0-.55-.45-1-1-1s-1 .45-1 1zm0 18v2c0 .55.45 1 1 1s1-.45 1-1v-2c0-.55-.45-1-1-1s-1 .45-1 1zM5.99 4.58c-.39-.39-1.03-.39-1.41.0-.39.39-.39 1.03.0 1.41l1.06 1.06c.39.39 1.03.39 1.41.0s.39-1.03.0-1.41L5.99 4.58zm12.37 12.37c-.39-.39-1.03-.39-1.41.0-.39.39-.39 1.03.0 1.41l1.06 1.06c.39.39 1.03.39 1.41.0.39-.39.39-1.03.0-1.41l-1.06-1.06zm1.06-12.37-1.06 1.06c-.39.39-.39 1.03.0 1.41s1.03.39 1.41.0l1.06-1.06c.39-.39.39-1.03.0-1.41s-1.03-.39-1.41.0zM7.05 18.36l-1.06 1.06c-.39.39-.39 1.03.0 1.41s1.03.39 1.41.0l1.06-1.06c.39-.39.39-1.03.0-1.41s-1.03-.39-1.41.0z"/></svg>
<svg class="theme-toggle__moon" viewBox="0 0 24 24" width="16" height="16" fill="currentColor"><path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"/></svg></button><div class=brand__auth><input type=checkbox id=auth-dropdown class=brand__auth-check> <svg class="theme-toggle__moon" viewBox="0 0 24 24" width="16" height="16" fill="currentColor"><path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"/></svg></button><div class=brand__auth><input type=checkbox id=auth-dropdown class=brand__auth-check>
<label class=brand__auth-toggle for=auth-dropdown tabindex=0 aria-label="Account options"><svg viewBox="0 0 24 24" width="12" height="12" fill="currentColor"><path d="M12 12c2.7.0 4.8-2.1 4.8-4.8S14.7 2.4 12 2.4 7.2 4.5 7.2 7.2 9.3 12 12 12zm0 2.4c-3.2.0-9.6 1.6-9.6 4.8v2.4h19.2v-2.4c0-3.2-6.4-4.8-9.6-4.8z"/></svg></label><div class=brand__auth-links><a href=/login/ class="auth-link auth-link--login">Login</a> <label class=brand__auth-toggle for=auth-dropdown tabindex=0 aria-label="Account options"><svg viewBox="0 0 24 24" width="12" height="12" fill="currentColor"><path d="M12 12c2.7.0 4.8-2.1 4.8-4.8S14.7 2.4 12 2.4 7.2 4.5 7.2 7.2 9.3 12 12 12zm0 2.4c-3.2.0-9.6 1.6-9.6 4.8v2.4h19.2v-2.4c0-3.2-6.4-4.8-9.6-4.8z"/></svg></label><div class=brand__auth-links><a href=/login/ class="auth-link auth-link--login">Login</a>
@@ -33,11 +36,10 @@ All updates
</button> </button>
<button class=rss-subscribe__item data-rss-url=https://freedoms4.org/blog/index.xml> <button class=rss-subscribe__item data-rss-url=https://freedoms4.org/blog/index.xml>
Blog posts</button></div></div></div></div><nav class="menu language"><ul class="menu__list language__list"><li class=menu__item><a class=menu__link href=/>Home</a></li><li class=menu__item><a class=menu__link href=/blog/>Blog</a></li><li class=menu__item><a class=menu__link href=/services/>Services</a></li><li class=menu__item><a class=menu__link href=/uninotes/>UniNotes</a></li><li class=menu__item><a class=menu__link href=/contact/>Contact</a></li></ul></nav></header><main class=main><nav class="uninotes-breadcrumbs breadcrumbs"><a href=/uninotes/>UniNotes</a> Blog posts</button></div></div></div></div><nav class="menu language"><ul class="menu__list language__list"><li class=menu__item><a class=menu__link href=/>Home</a></li><li class=menu__item><a class=menu__link href=/blog/>Blog</a></li><li class=menu__item><a class=menu__link href=/services/>Services</a></li><li class=menu__item><a class=menu__link href=/uninotes/>UniNotes</a></li><li class=menu__item><a class=menu__link href=/contact/>Contact</a></li></ul></nav></header><main class=main><nav class="uninotes-breadcrumbs breadcrumbs"><a href=/uninotes/>UniNotes</a>
<a href=/uninotes/s1/>S1</a> <a href=/uninotes/s1/>S1</a> <a href=/uninotes/s1/bo-dcm1109/>BO DCM1109</a>
<a href=/uninotes/s1/bo-dcm1109/>BO DCM1109</a> <a href=/uninotes/s1/bo-dcm1109/unit11/>Unit 11</a>
<a href=/uninotes/s1/bo-dcm1109/unit11/>Unit 11</a> <span>Self</span></nav><div class=uninotes-meta><span class=uninotes-meta__pill>S1</span> <span class=uninotes-meta__pill>BO DCM1109</span>
<span>Self</span></nav><div class=uninotes-meta><span class=uninotes-meta__pill>S1</span> <span class="uninotes-meta__pill uninotes-meta__pill--self">Self</span></div><h1>Unit 11</h1><details class=toc><summary class=toc__summary>Table of Contents</summary><nav id=TableOfContents><ul><li><ul><li><a href=#may-17-2026><em><strong>May 17, 2026</strong></em></a></li></ul></li><li><a href=#modes-of-business-combination>Modes of Business Combination</a><ul><li><a href=#a-associations>A) Associations</a></li><li><a href=#b-federations>B) Federations</a></li><li><a href=#c-consolidations>C) Consolidations</a></li></ul></li><li><a href=#types-of-business-combination>Types of Business Combination</a><ul><li><a href=#a-horizontal>A) Horizontal</a></li><li><a href=#a-vertical>A) Vertical</a></li><li><a href=#c-circular>C) Circular</a></li><li><a href=#d-conglomerate>D) Conglomerate</a></li></ul></li></ul></nav></details><h3 class=heading id=may-17-2026><em><strong>May 17, 2026</strong></em></h3><h2 class=heading id=modes-of-business-combination>Modes of Business Combination</h2><h3 class=heading id=a-associations>A) Associations</h3><ol><li>Trade Association</li><li>Chamber of Commerce</li><li>Informal agreements</li></ol><h3 class=heading id=b-federations>B) Federations</h3><ol><li>Formal agreements</li><li>Pools</li><li>Cartels</li></ol><h3 class=heading id=c-consolidations>C) Consolidations</h3><ol><li><p>Partials Consolidations<br>a. Trust<br>b. Holding Companies<br>c. Community of Interest</p></li><li><p>Complete Consolidations<br>a. Mergers<br>b. Acquisition<br>c. Amalgamation</p></li></ol><h2 class=heading id=types-of-business-combination>Types of Business Combination</h2><h3 class=heading id=a-horizontal>A) Horizontal</h3><p>These companies operate at the same level of production, distribution or supply chain.</p><h3 class=heading id=a-vertical>A) Vertical</h3><p>A vertical combination occurs when companies operating at different stages of production or distribution of the same product combines together. There are two types of Vertical Combination:</p><ol><li><p><strong>Forward Combination:</strong> Forward integration takes place when a company moves forward in the supply chain, that is, closer to the final consumer.</p></li><li><p><strong>Backward Combination:</strong> Backward integration occurs when a company moves backward in the supply chain, that is, towards the source of raw materials.</p></li></ol><h3 class=heading id=c-circular>C) Circular</h3><p>A circular combination is a type of business combination in which two or more companies engaged in different but related lines of business combine together. These companies do not produce the same product (like in horizontal combination), but their products are related in nature, use similar raw materials, or serve similar customers. Example: a company manufacturing shoes combines with a company producing leather bags. Both companies are engaged in different products, but they use similar raw materials (leather) and target similar customers.</p><h3 class=heading id=d-conglomerate>D) Conglomerate</h3><p>A conglomerate combination is a type of business combination in which two or more companies engage in completely different and unrelated businesses merge or combine together.</p><nav class=page-nav><a class=page-nav__previous-link href=/uninotes/s1/bo-dcm1109/unit3/>← Unit 3</a>
<span class=uninotes-meta__pill>BO DCM1109</span> <a class=page-nav__next-link href=/uninotes/s1/bo-dcm1109/qna/>QNA →</a></nav></main><footer class=footer><p class=footer__copyright-notice>&copy; <a href=https://freedoms4.org>freedoms4.org</a>
<span class="uninotes-meta__pill uninotes-meta__pill--self">Self</span></div><h1>Unit 11</h1><details class=toc><summary class=toc__summary>Table of Contents</summary><nav id=TableOfContents><ul><li><ul><li><a href=#may-17-2026><em><strong>May 17, 2026</strong></em></a></li></ul></li><li><a href=#modes-of-business-combination>Modes of Business Combination</a><ul><li><a href=#a-associations>A) Associations</a></li><li><a href=#b-federations>B) Federations</a></li><li><a href=#c-consolidations>C) Consolidations</a></li></ul></li><li><a href=#types-of-business-combination>Types of Business Combination</a><ul><li><a href=#a-horizontal>A) Horizontal</a></li><li><a href=#a-vertical>A) Vertical</a></li><li><a href=#c-circular>C) Circular</a></li><li><a href=#d-conglomerate>D) Conglomerate</a></li></ul></li></ul></nav></details><h3 class=heading id=may-17-2026><em><strong>May 17, 2026</strong></em><span class=heading__anchor> <a href=#may-17-2026>#</a></span></h3><h2 class=heading id=modes-of-business-combination>Modes of Business Combination<span class=heading__anchor> <a href=#modes-of-business-combination>#</a></span></h2><h3 class=heading id=a-associations>A) Associations<span class=heading__anchor> <a href=#a-associations>#</a></span></h3><ol><li>Trade Association</li><li>Chamber of Commerce</li><li>Informal agreements</li></ol><h3 class=heading id=b-federations>B) Federations<span class=heading__anchor> <a href=#b-federations>#</a></span></h3><ol><li>Formal agreements</li><li>Pools</li><li>Cartels</li></ol><h3 class=heading id=c-consolidations>C) Consolidations<span class=heading__anchor> <a href=#c-consolidations>#</a></span></h3><ol><li><p>Partials Consolidations<br>a. Trust<br>b. Holding Companies<br>c. Community of Interest</p></li><li><p>Complete Consolidations<br>a. Mergers<br>b. Acquisition<br>c. Amalgamation</p></li></ol><h2 class=heading id=types-of-business-combination>Types of Business Combination<span class=heading__anchor> <a href=#types-of-business-combination>#</a></span></h2><h3 class=heading id=a-horizontal>A) Horizontal<span class=heading__anchor> <a href=#a-horizontal>#</a></span></h3><p>These companies operate at the same level of production, distribution or supply chain.</p><h3 class=heading id=a-vertical>A) Vertical<span class=heading__anchor> <a href=#a-vertical>#</a></span></h3><p>A vertical combination occurs when companies operating at different stages of production or distribution of the same product combines together. There are two types of Vertical Combination:</p><ol><li><p><strong>Forward Combination:</strong> Forward integration takes place when a company moves forward in the supply chain, that is, closer to the final consumer.</p></li><li><p><strong>Backward Combination:</strong> Backward integration occurs when a company moves backward in the supply chain, that is, towards the source of raw materials.</p></li></ol><h3 class=heading id=c-circular>C) Circular<span class=heading__anchor> <a href=#c-circular>#</a></span></h3><p>A circular combination is a type of business combination in which two or more companies engaged in different but related lines of business combine together. These companies do not produce the same product (like in horizontal combination), but their products are related in nature, use similar raw materials, or serve similar customers. Example: a company manufacturing shoes combines with a company producing leather bags. Both companies are engaged in different products, but they use similar raw materials (leather) and target similar customers.</p><h3 class=heading id=d-conglomerate>D) Conglomerate<span class=heading__anchor> <a href=#d-conglomerate>#</a></span></h3><p>A conglomerate combination is a type of business combination in which two or more companies engage in completely different and unrelated businesses merge or combine together.</p><nav class=page-nav><a class=page-nav__previous-link href=/uninotes/s1/bo-dcm1109/unit3/>← Unit 3</a></nav></main><footer class=footer><p class=footer__copyright-notice>&copy; <a href=https://freedoms4.org>freedoms4.org</a>
<a href=/terms/>Terms and Conditions</a> <a href=/privacy/>Privacy Policy</a> <a href=/terms/>Terms and Conditions</a> <a href=/privacy/>Privacy Policy</a>
<a href=/changelog/>Changelog</a></p><p class=footer__theme-info>Built with <a href=https://gohugo.io>Hugo</a> and based on <a href=https://github.com/CyrusYip/hugo-theme-yue>Yue</a> theme</p></footer><script>(function(){document.querySelectorAll(".menu__item").forEach(function(e){var t=e.querySelector("a");t&&t.getAttribute("href")==="/uninotes/"&&e.classList.add("menu__item--uninotes")})})()</script><script>(function(){var e=document.getElementById("theme-toggle");if(!e)return;function t(){var e=localStorage.getItem("theme");return e?e:window.matchMedia("(prefers-color-scheme: light)").matches?"light":"dark"}function n(e){document.documentElement.setAttribute("data-theme",e),localStorage.setItem("theme",e)}n(t()),e.addEventListener("click",function(){var e=document.documentElement.getAttribute("data-theme")||t();n(e==="dark"?"light":"dark")})})()</script><script>(function(){var t="https://backend.freedoms4.org/auth.php",e=localStorage.getItem("f4_username");if(!e)return;function n(e){var t,n,o,i,a,c,r=document.querySelector(".brand__auth");r&&!r.querySelector(".brand__auth-user")&&(r.classList.add("brand__auth--loggedin"),t=document.createElement("div"),t.className="brand__auth-user",n=document.createElement("button"),n.className="brand__auth-user-btn",n.setAttribute("aria-label","Account menu"),c=document.createElement("span"),c.innerHTML='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="12" height="12" fill="currentColor"><path d="M12 12c2.7 0 4.8-2.1 4.8-4.8S14.7 2.4 12 2.4 7.2 4.5 7.2 7.2 9.3 12 12 12zm0 2.4c-3.2 0-9.6 1.6-9.6 4.8v2.4h19.2v-2.4c0-3.2-6.4-4.8-9.6-4.8z"/></svg>',n.appendChild(c.firstChild),n.appendChild(document.createTextNode(" "+e)),o=document.createElement("div"),o.className="brand__auth-user-dropdown",i=document.createElement("button"),i.className="brand__auth-user-logout",i.textContent="Log Out",i.addEventListener("click",s),e==="hyzen"&&(a=document.createElement("a"),a.className="brand__auth-user-admin",a.href="/admin/",a.textContent="User Management",o.appendChild(a)),o.appendChild(i),o.appendChild(i),t.appendChild(n),t.appendChild(o),r.appendChild(t),n.addEventListener("click",function(e){e.stopPropagation(),t.classList.toggle("is-open")}),document.addEventListener("click",function(){t.classList.remove("is-open")}))}function s(){fetch(t,{method:"POST",headers:{"Content-Type":"application/json"},credentials:"include",body:JSON.stringify({action:"logout"})}).finally(function(){localStorage.removeItem("f4_username"),localStorage.removeItem("f4_login_time"),localStorage.removeItem("f4_session_fails"),window.location.reload()})}n(e)})()</script><script>(function(){var t,e=document.querySelector(".rss-subscribe");if(!e)return;t=e.querySelector(".rss-subscribe__btn"),t.addEventListener("click",function(t){t.stopPropagation(),e.classList.toggle("is-open")}),document.addEventListener("click",function(t){e.contains(t.target)||e.classList.remove("is-open")}),e.querySelectorAll(".rss-subscribe__item").forEach(function(t){t.addEventListener("click",function(n){n.stopPropagation();var s,o=t.getAttribute("data-rss-url"),a=t.textContent;function i(){t.textContent="Copied!",setTimeout(function(){t.textContent=a,e.classList.remove("is-open")},1200)}try{s=document.createElement("textarea"),s.value=o,s.style.cssText="position:fixed;top:0;left:0;opacity:0;pointer-events:none;",document.body.appendChild(s),s.focus(),s.select(),document.execCommand("copy"),document.body.removeChild(s),i()}catch{navigator.clipboard&&navigator.clipboard.writeText(o).then(i).catch(function(){t.textContent=o})}})})})()</script><script src=/js/session-check.js></script></body></html> <a href=/changelog/>Changelog</a></p><p class=footer__theme-info>Built with <a href=https://gohugo.io>Hugo</a> and based on <a href=https://github.com/CyrusYip/hugo-theme-yue>Yue</a> theme</p></footer><script>(function(){document.querySelectorAll(".menu__item").forEach(function(e){var t=e.querySelector("a");t&&t.getAttribute("href")==="/uninotes/"&&e.classList.add("menu__item--uninotes")})})()</script><script>(function(){var e=document.getElementById("theme-toggle");if(!e)return;function t(){var e=localStorage.getItem("theme");return e?e:window.matchMedia("(prefers-color-scheme: light)").matches?"light":"dark"}function n(e){document.documentElement.setAttribute("data-theme",e),localStorage.setItem("theme",e)}n(t()),e.addEventListener("click",function(){var e=document.documentElement.getAttribute("data-theme")||t();n(e==="dark"?"light":"dark")})})()</script><script>(function(){var t="https://backend.freedoms4.org/auth.php",e=localStorage.getItem("f4_username");if(!e)return;function n(e){var t,n,o,i,a,c,r=document.querySelector(".brand__auth");r&&!r.querySelector(".brand__auth-user")&&(r.classList.add("brand__auth--loggedin"),t=document.createElement("div"),t.className="brand__auth-user",n=document.createElement("button"),n.className="brand__auth-user-btn",n.setAttribute("aria-label","Account menu"),c=document.createElement("span"),c.innerHTML='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="12" height="12" fill="currentColor"><path d="M12 12c2.7 0 4.8-2.1 4.8-4.8S14.7 2.4 12 2.4 7.2 4.5 7.2 7.2 9.3 12 12 12zm0 2.4c-3.2 0-9.6 1.6-9.6 4.8v2.4h19.2v-2.4c0-3.2-6.4-4.8-9.6-4.8z"/></svg>',n.appendChild(c.firstChild),n.appendChild(document.createTextNode(" "+e)),o=document.createElement("div"),o.className="brand__auth-user-dropdown",i=document.createElement("button"),i.className="brand__auth-user-logout",i.textContent="Log Out",i.addEventListener("click",s),e==="hyzen"&&(a=document.createElement("a"),a.className="brand__auth-user-admin",a.href="/admin/",a.textContent="User Management",o.appendChild(a)),o.appendChild(i),o.appendChild(i),t.appendChild(n),t.appendChild(o),r.appendChild(t),n.addEventListener("click",function(e){e.stopPropagation(),t.classList.toggle("is-open")}),document.addEventListener("click",function(){t.classList.remove("is-open")}))}function s(){fetch(t,{method:"POST",headers:{"Content-Type":"application/json"},credentials:"include",body:JSON.stringify({action:"logout"})}).finally(function(){localStorage.removeItem("f4_username"),localStorage.removeItem("f4_login_time"),localStorage.removeItem("f4_session_fails"),window.location.reload()})}n(e)})()</script><script>(function(){var t,e=document.querySelector(".rss-subscribe");if(!e)return;t=e.querySelector(".rss-subscribe__btn"),t.addEventListener("click",function(t){t.stopPropagation(),e.classList.toggle("is-open")}),document.addEventListener("click",function(t){e.contains(t.target)||e.classList.remove("is-open")}),e.querySelectorAll(".rss-subscribe__item").forEach(function(t){t.addEventListener("click",function(n){n.stopPropagation();var s,o=t.getAttribute("data-rss-url"),a=t.textContent;function i(){t.textContent="Copied!",setTimeout(function(){t.textContent=a,e.classList.remove("is-open")},1200)}try{s=document.createElement("textarea"),s.value=o,s.style.cssText="position:fixed;top:0;left:0;opacity:0;pointer-events:none;",document.body.appendChild(s),s.focus(),s.select(),document.execCommand("copy"),document.body.removeChild(s),i()}catch{navigator.clipboard&&navigator.clipboard.writeText(o).then(i).catch(function(){t.textContent=o})}})})})()</script><script src=/js/session-check.js></script></body></html>

View File

@@ -1,8 +1 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Unit 2 on Freedoms4</title><link>https://freedoms4.org/uninotes/s1/bo-dcm1109/unit2/</link><description>Recent content in Unit 2 on Freedoms4</description><generator>Hugo</generator><language>en-us</language><managingEditor>your-email@example.com (Freedoms4)</managingEditor><webMaster>your-email@example.com (Freedoms4)</webMaster><atom:link href="https://freedoms4.org/uninotes/s1/bo-dcm1109/unit2/index.xml" rel="self" type="application/rss+xml"/><item><title>Unit 2</title><link>https://freedoms4.org/uninotes/s1/bo-dcm1109/unit2/self/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><author>your-email@example.com (Freedoms4)</author><guid>https://freedoms4.org/uninotes/s1/bo-dcm1109/unit2/self/</guid><description>&lt;h3 class="heading" id="april-12-2026"&gt; <?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Unit 2 on Freedoms4</title><link>https://freedoms4.org/uninotes/s1/bo-dcm1109/unit2/</link><description>Recent content in Unit 2 on Freedoms4</description><generator>Hugo</generator><language>en-us</language><managingEditor>your-email@example.com (Freedoms4)</managingEditor><webMaster>your-email@example.com (Freedoms4)</webMaster><atom:link href="https://freedoms4.org/uninotes/s1/bo-dcm1109/unit2/index.xml" rel="self" type="application/rss+xml"/></channel></rss>
&lt;em&gt;&lt;strong&gt;April 12, 2026&lt;/strong&gt;&lt;/em&gt;&lt;span class="heading__anchor"&gt; &lt;a href="#april-12-2026"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h3&gt;&lt;h2 class="heading" id="primary-sector"&gt;
Primary Sector&lt;span class="heading__anchor"&gt; &lt;a href="#primary-sector"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h2&gt;&lt;p&gt;The Primary Sector comprises the delivery of raw materials up to the finished product. Industries in this sector include mining for oil, coal, iron, and other minerals; Forestry, agriculture, fish farming and land reclamation, etc.&lt;/p&gt;
&lt;h2 class="heading" id="secondary-sector"&gt;
Secondary Sector&lt;span class="heading__anchor"&gt; &lt;a href="#secondary-sector"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h2&gt;&lt;p&gt;The Secondary Sector refines, processes and manufactures. This includes industries like petrochemical refineries, steel-making mills, factories for making equipment and machinery for industry and goods for consumer purchase.&lt;/p&gt;</description></item></channel></rss>

View File

@@ -1,7 +1,7 @@
<!doctype html><html class=html lang=en-us dir=ltr><head><meta charset=utf-8><meta name=viewport content="width=device-width"><title>Unit 2 | Freedoms4</title><link rel=stylesheet href=/css/style.min.34d0accb85f8ec23ceee8c29eef5907823b531d8acb9e6bdf45a3b37ad028d30.css integrity="sha256-NNCsy4X47CPO7owp7vWQeCO1Mdisuea99Fo7N60CjTA=" crossorigin=anonymous><link rel=icon href=/favicon.ico><meta name=description content=" April 12, 2026 # Primary Sector # The Primary Sector comprises the delivery of raw materials up to the finished product. Industries in this sector include mining for oil, coal, iron, and other minerals; Forestry, agriculture, fish farming and land reclamation, etc. <!doctype html><html class=html lang=en-us dir=ltr><head><meta charset=utf-8><meta name=viewport content="width=device-width"><title>Unit 2 | Freedoms4</title><link rel=stylesheet href=/css/style.min.34d0accb85f8ec23ceee8c29eef5907823b531d8acb9e6bdf45a3b37ad028d30.css integrity="sha256-NNCsy4X47CPO7owp7vWQeCO1Mdisuea99Fo7N60CjTA=" crossorigin=anonymous><link rel=icon href=/favicon.ico><meta name=description content="April 12, 2026 Primary Sector The Primary Sector comprises the delivery of raw materials up to the finished product. Industries in this sector include mining for oil, coal, iron, and other minerals; Forestry, agriculture, fish farming and land reclamation, etc.
Secondary Sector # The Secondary Sector refines, processes and manufactures. This includes industries like petrochemical refineries, steel-making mills, factories for making equipment and machinery for industry and goods for consumer purchase."><meta property="og:url" content="https://freedoms4.org/uninotes/s1/bo-dcm1109/unit2/self/"><meta property="og:site_name" content="Freedoms4"><meta property="og:title" content="Unit 2"><meta property="og:description" content="April 12, 2026 # Primary Sector # The Primary Sector comprises the delivery of raw materials up to the finished product. Industries in this sector include mining for oil, coal, iron, and other minerals; Forestry, agriculture, fish farming and land reclamation, etc. Secondary Sector The Secondary Sector refines, processes and manufactures. This includes industries like petrochemical refineries, steel-making mills, factories for making equipment and machinery for industry and goods for consumer purchase."><meta property="og:url" content="https://freedoms4.org/uninotes/s1/bo-dcm1109/unit2/self/"><meta property="og:site_name" content="Freedoms4"><meta property="og:title" content="Unit 2"><meta property="og:description" content="April 12, 2026 Primary Sector The Primary Sector comprises the delivery of raw materials up to the finished product. Industries in this sector include mining for oil, coal, iron, and other minerals; Forestry, agriculture, fish farming and land reclamation, etc.
Secondary Sector # The Secondary Sector refines, processes and manufactures. This includes industries like petrochemical refineries, steel-making mills, factories for making equipment and machinery for industry and goods for consumer purchase."><meta property="og:locale" content="en_us"><meta property="og:type" content="article"><meta property="article:section" content="uninotes"><meta itemprop=name content="Unit 2"><meta itemprop=description content="April 12, 2026 # Primary Sector # The Primary Sector comprises the delivery of raw materials up to the finished product. Industries in this sector include mining for oil, coal, iron, and other minerals; Forestry, agriculture, fish farming and land reclamation, etc. Secondary Sector The Secondary Sector refines, processes and manufactures. This includes industries like petrochemical refineries, steel-making mills, factories for making equipment and machinery for industry and goods for consumer purchase."><meta property="og:locale" content="en_us"><meta property="og:type" content="article"><meta property="article:section" content="uninotes"><meta itemprop=name content="Unit 2"><meta itemprop=description content="April 12, 2026 Primary Sector The Primary Sector comprises the delivery of raw materials up to the finished product. Industries in this sector include mining for oil, coal, iron, and other minerals; Forestry, agriculture, fish farming and land reclamation, etc.
Secondary Sector # The Secondary Sector refines, processes and manufactures. This includes industries like petrochemical refineries, steel-making mills, factories for making equipment and machinery for industry and goods for consumer purchase."><meta itemprop=wordCount content="89"><meta itemprop=keywords content="S1,BO DCM1109"><link rel=stylesheet href=/css/custom.css><script>(function(){var e=localStorage.getItem("theme");e&&document.documentElement.setAttribute("data-theme",e),localStorage.getItem("f4_username")==="hyzen"&&document.documentElement.classList.add("hyzen-user")})()</script><script async src=https://plausible.freedoms4.org/js/pa-5BKl0z0RLzwrclKq4y-qk.js></script><script>(window.plausible=window.plausible||function(){(plausible.q=plausible.q||[]).push(arguments)},plausible.init=plausible.init||function(e){plausible.o=e||{}}),plausible.init()</script></head><body class=body><header class=header><div class=brand><img src=/logo.png alt="Freedoms4 logo"><h1>Freedoms4</h1><div class=brand__actions><button class=theme-toggle id=theme-toggle aria-label="Toggle theme" title="Toggle dark/light mode"> Secondary Sector The Secondary Sector refines, processes and manufactures. This includes industries like petrochemical refineries, steel-making mills, factories for making equipment and machinery for industry and goods for consumer purchase."><meta itemprop=wordCount content="85"><meta itemprop=keywords content="S1,BO DCM1109"><link rel=stylesheet href=/css/custom.css><script>(function(){var e=localStorage.getItem("theme");e&&document.documentElement.setAttribute("data-theme",e),localStorage.getItem("f4_username")==="hyzen"&&document.documentElement.classList.add("hyzen-user")})()</script><script async src=https://plausible.freedoms4.org/js/pa-5BKl0z0RLzwrclKq4y-qk.js></script><script>(window.plausible=window.plausible||function(){(plausible.q=plausible.q||[]).push(arguments)},plausible.init=plausible.init||function(e){plausible.o=e||{}}),plausible.init()</script></head><body class=body><header class=header><div class=brand><img src=/logo.png alt="Freedoms4 logo"><h1>Freedoms4</h1><div class=brand__actions><button class=theme-toggle id=theme-toggle aria-label="Toggle theme" title="Toggle dark/light mode">
<svg class="theme-toggle__sun" viewBox="0 0 24 24" width="16" height="16" fill="currentColor"><path d="M12 7c-2.76.0-5 2.24-5 5s2.24 5 5 5 5-2.24 5-5-2.24-5-5-5zM2 13h2c.55.0 1-.45 1-1s-.45-1-1-1H2c-.55.0-1 .45-1 1s.45 1 1 1zm18 0h2c.55.0 1-.45 1-1s-.45-1-1-1h-2c-.55.0-1 .45-1 1s.45 1 1 1zM11 2v2c0 .55.45 1 1 1s1-.45 1-1V2c0-.55-.45-1-1-1s-1 .45-1 1zm0 18v2c0 .55.45 1 1 1s1-.45 1-1v-2c0-.55-.45-1-1-1s-1 .45-1 1zM5.99 4.58c-.39-.39-1.03-.39-1.41.0-.39.39-.39 1.03.0 1.41l1.06 1.06c.39.39 1.03.39 1.41.0s.39-1.03.0-1.41L5.99 4.58zm12.37 12.37c-.39-.39-1.03-.39-1.41.0-.39.39-.39 1.03.0 1.41l1.06 1.06c.39.39 1.03.39 1.41.0.39-.39.39-1.03.0-1.41l-1.06-1.06zm1.06-12.37-1.06 1.06c-.39.39-.39 1.03.0 1.41s1.03.39 1.41.0l1.06-1.06c.39-.39.39-1.03.0-1.41s-1.03-.39-1.41.0zM7.05 18.36l-1.06 1.06c-.39.39-.39 1.03.0 1.41s1.03.39 1.41.0l1.06-1.06c.39-.39.39-1.03.0-1.41s-1.03-.39-1.41.0z"/></svg> <svg class="theme-toggle__sun" viewBox="0 0 24 24" width="16" height="16" fill="currentColor"><path d="M12 7c-2.76.0-5 2.24-5 5s2.24 5 5 5 5-2.24 5-5-2.24-5-5-5zM2 13h2c.55.0 1-.45 1-1s-.45-1-1-1H2c-.55.0-1 .45-1 1s.45 1 1 1zm18 0h2c.55.0 1-.45 1-1s-.45-1-1-1h-2c-.55.0-1 .45-1 1s.45 1 1 1zM11 2v2c0 .55.45 1 1 1s1-.45 1-1V2c0-.55-.45-1-1-1s-1 .45-1 1zm0 18v2c0 .55.45 1 1 1s1-.45 1-1v-2c0-.55-.45-1-1-1s-1 .45-1 1zM5.99 4.58c-.39-.39-1.03-.39-1.41.0-.39.39-.39 1.03.0 1.41l1.06 1.06c.39.39 1.03.39 1.41.0s.39-1.03.0-1.41L5.99 4.58zm12.37 12.37c-.39-.39-1.03-.39-1.41.0-.39.39-.39 1.03.0 1.41l1.06 1.06c.39.39 1.03.39 1.41.0.39-.39.39-1.03.0-1.41l-1.06-1.06zm1.06-12.37-1.06 1.06c-.39.39-.39 1.03.0 1.41s1.03.39 1.41.0l1.06-1.06c.39-.39.39-1.03.0-1.41s-1.03-.39-1.41.0zM7.05 18.36l-1.06 1.06c-.39.39-.39 1.03.0 1.41s1.03.39 1.41.0l1.06-1.06c.39-.39.39-1.03.0-1.41s-1.03-.39-1.41.0z"/></svg>
<svg class="theme-toggle__moon" viewBox="0 0 24 24" width="16" height="16" fill="currentColor"><path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"/></svg></button><div class=brand__auth><input type=checkbox id=auth-dropdown class=brand__auth-check> <svg class="theme-toggle__moon" viewBox="0 0 24 24" width="16" height="16" fill="currentColor"><path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"/></svg></button><div class=brand__auth><input type=checkbox id=auth-dropdown class=brand__auth-check>
<label class=brand__auth-toggle for=auth-dropdown tabindex=0 aria-label="Account options"><svg viewBox="0 0 24 24" width="12" height="12" fill="currentColor"><path d="M12 12c2.7.0 4.8-2.1 4.8-4.8S14.7 2.4 12 2.4 7.2 4.5 7.2 7.2 9.3 12 12 12zm0 2.4c-3.2.0-9.6 1.6-9.6 4.8v2.4h19.2v-2.4c0-3.2-6.4-4.8-9.6-4.8z"/></svg></label><div class=brand__auth-links><a href=/login/ class="auth-link auth-link--login">Login</a> <label class=brand__auth-toggle for=auth-dropdown tabindex=0 aria-label="Account options"><svg viewBox="0 0 24 24" width="12" height="12" fill="currentColor"><path d="M12 12c2.7.0 4.8-2.1 4.8-4.8S14.7 2.4 12 2.4 7.2 4.5 7.2 7.2 9.3 12 12 12zm0 2.4c-3.2.0-9.6 1.6-9.6 4.8v2.4h19.2v-2.4c0-3.2-6.4-4.8-9.6-4.8z"/></svg></label><div class=brand__auth-links><a href=/login/ class="auth-link auth-link--login">Login</a>
@@ -12,12 +12,10 @@ All updates
</button> </button>
<button class=rss-subscribe__item data-rss-url=https://freedoms4.org/blog/index.xml> <button class=rss-subscribe__item data-rss-url=https://freedoms4.org/blog/index.xml>
Blog posts</button></div></div></div></div><nav class="menu language"><ul class="menu__list language__list"><li class=menu__item><a class=menu__link href=/>Home</a></li><li class=menu__item><a class=menu__link href=/blog/>Blog</a></li><li class=menu__item><a class=menu__link href=/services/>Services</a></li><li class=menu__item><a class=menu__link href=/uninotes/>UniNotes</a></li><li class=menu__item><a class=menu__link href=/contact/>Contact</a></li></ul></nav></header><main class=main><nav class="uninotes-breadcrumbs breadcrumbs"><a href=/uninotes/>UniNotes</a> Blog posts</button></div></div></div></div><nav class="menu language"><ul class="menu__list language__list"><li class=menu__item><a class=menu__link href=/>Home</a></li><li class=menu__item><a class=menu__link href=/blog/>Blog</a></li><li class=menu__item><a class=menu__link href=/services/>Services</a></li><li class=menu__item><a class=menu__link href=/uninotes/>UniNotes</a></li><li class=menu__item><a class=menu__link href=/contact/>Contact</a></li></ul></nav></header><main class=main><nav class="uninotes-breadcrumbs breadcrumbs"><a href=/uninotes/>UniNotes</a>
<a href=/uninotes/s1/>S1</a> <a href=/uninotes/s1/>S1</a> <a href=/uninotes/s1/bo-dcm1109/>BO DCM1109</a>
<a href=/uninotes/s1/bo-dcm1109/>BO DCM1109</a> <a href=/uninotes/s1/bo-dcm1109/unit2/>Unit 2</a>
<a href=/uninotes/s1/bo-dcm1109/unit2/>Unit 2</a> <span>Self</span></nav><div class=uninotes-meta><span class=uninotes-meta__pill>S1</span> <span class=uninotes-meta__pill>BO DCM1109</span>
<span>Self</span></nav><div class=uninotes-meta><span class=uninotes-meta__pill>S1</span> <span class="uninotes-meta__pill uninotes-meta__pill--self">Self</span></div><h1>Unit 2</h1><details class=toc><summary class=toc__summary>Table of Contents</summary><nav id=TableOfContents><ul><li><ul><li><a href=#april-12-2026><em><strong>April 12, 2026</strong></em></a></li></ul></li><li><a href=#primary-sector>Primary Sector</a></li><li><a href=#secondary-sector>Secondary Sector</a></li><li><a href=#tertiary-sector>Tertiary Sector</a></li></ul></nav></details><h3 class=heading id=april-12-2026><em><strong>April 12, 2026</strong></em></h3><h2 class=heading id=primary-sector>Primary Sector</h2><p>The Primary Sector comprises the delivery of raw materials up to the finished product. Industries in this sector include mining for oil, coal, iron, and other minerals; Forestry, agriculture, fish farming and land reclamation, etc.</p><h2 class=heading id=secondary-sector>Secondary Sector</h2><p>The Secondary Sector refines, processes and manufactures. This includes industries like petrochemical refineries, steel-making mills, factories for making equipment and machinery for industry and goods for consumer purchase.</p><h2 class=heading id=tertiary-sector>Tertiary Sector</h2><p>This involves the provision of services to businesses as well as final consumers.</p><nav class=page-nav><a class=page-nav__previous-link href=/uninotes/s1/bo-dcm1109/unit1/>← Unit 1</a>
<span class=uninotes-meta__pill>BO DCM1109</span>
<span class="uninotes-meta__pill uninotes-meta__pill--self">Self</span></div><h1>Unit 2</h1><details class=toc><summary class=toc__summary>Table of Contents</summary><nav id=TableOfContents><ul><li><ul><li><a href=#april-12-2026><em><strong>April 12, 2026</strong></em></a></li></ul></li><li><a href=#primary-sector>Primary Sector</a></li><li><a href=#secondary-sector>Secondary Sector</a></li><li><a href=#tertiary-sector>Tertiary Sector</a></li></ul></nav></details><h3 class=heading id=april-12-2026><em><strong>April 12, 2026</strong></em><span class=heading__anchor> <a href=#april-12-2026>#</a></span></h3><h2 class=heading id=primary-sector>Primary Sector<span class=heading__anchor> <a href=#primary-sector>#</a></span></h2><p>The Primary Sector comprises the delivery of raw materials up to the finished product. Industries in this sector include mining for oil, coal, iron, and other minerals; Forestry, agriculture, fish farming and land reclamation, etc.</p><h2 class=heading id=secondary-sector>Secondary Sector<span class=heading__anchor> <a href=#secondary-sector>#</a></span></h2><p>The Secondary Sector refines, processes and manufactures. This includes industries like petrochemical refineries, steel-making mills, factories for making equipment and machinery for industry and goods for consumer purchase.</p><h2 class=heading id=tertiary-sector>Tertiary Sector<span class=heading__anchor> <a href=#tertiary-sector>#</a></span></h2><p>This involves the provision of services to businesses as well as final consumers.</p><nav class=page-nav><a class=page-nav__previous-link href=/uninotes/s1/bo-dcm1109/unit1/>← Unit 1</a>
<a class=page-nav__next-link href=/uninotes/s1/bo-dcm1109/unit3/>Unit 3 →</a></nav></main><footer class=footer><p class=footer__copyright-notice>&copy; <a href=https://freedoms4.org>freedoms4.org</a> <a class=page-nav__next-link href=/uninotes/s1/bo-dcm1109/unit3/>Unit 3 →</a></nav></main><footer class=footer><p class=footer__copyright-notice>&copy; <a href=https://freedoms4.org>freedoms4.org</a>
<a href=/terms/>Terms and Conditions</a> <a href=/privacy/>Privacy Policy</a> <a href=/terms/>Terms and Conditions</a> <a href=/privacy/>Privacy Policy</a>
<a href=/changelog/>Changelog</a></p><p class=footer__theme-info>Built with <a href=https://gohugo.io>Hugo</a> and based on <a href=https://github.com/CyrusYip/hugo-theme-yue>Yue</a> theme</p></footer><script>(function(){document.querySelectorAll(".menu__item").forEach(function(e){var t=e.querySelector("a");t&&t.getAttribute("href")==="/uninotes/"&&e.classList.add("menu__item--uninotes")})})()</script><script>(function(){var e=document.getElementById("theme-toggle");if(!e)return;function t(){var e=localStorage.getItem("theme");return e?e:window.matchMedia("(prefers-color-scheme: light)").matches?"light":"dark"}function n(e){document.documentElement.setAttribute("data-theme",e),localStorage.setItem("theme",e)}n(t()),e.addEventListener("click",function(){var e=document.documentElement.getAttribute("data-theme")||t();n(e==="dark"?"light":"dark")})})()</script><script>(function(){var t="https://backend.freedoms4.org/auth.php",e=localStorage.getItem("f4_username");if(!e)return;function n(e){var t,n,o,i,a,c,r=document.querySelector(".brand__auth");r&&!r.querySelector(".brand__auth-user")&&(r.classList.add("brand__auth--loggedin"),t=document.createElement("div"),t.className="brand__auth-user",n=document.createElement("button"),n.className="brand__auth-user-btn",n.setAttribute("aria-label","Account menu"),c=document.createElement("span"),c.innerHTML='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="12" height="12" fill="currentColor"><path d="M12 12c2.7 0 4.8-2.1 4.8-4.8S14.7 2.4 12 2.4 7.2 4.5 7.2 7.2 9.3 12 12 12zm0 2.4c-3.2 0-9.6 1.6-9.6 4.8v2.4h19.2v-2.4c0-3.2-6.4-4.8-9.6-4.8z"/></svg>',n.appendChild(c.firstChild),n.appendChild(document.createTextNode(" "+e)),o=document.createElement("div"),o.className="brand__auth-user-dropdown",i=document.createElement("button"),i.className="brand__auth-user-logout",i.textContent="Log Out",i.addEventListener("click",s),e==="hyzen"&&(a=document.createElement("a"),a.className="brand__auth-user-admin",a.href="/admin/",a.textContent="User Management",o.appendChild(a)),o.appendChild(i),o.appendChild(i),t.appendChild(n),t.appendChild(o),r.appendChild(t),n.addEventListener("click",function(e){e.stopPropagation(),t.classList.toggle("is-open")}),document.addEventListener("click",function(){t.classList.remove("is-open")}))}function s(){fetch(t,{method:"POST",headers:{"Content-Type":"application/json"},credentials:"include",body:JSON.stringify({action:"logout"})}).finally(function(){localStorage.removeItem("f4_username"),localStorage.removeItem("f4_login_time"),localStorage.removeItem("f4_session_fails"),window.location.reload()})}n(e)})()</script><script>(function(){var t,e=document.querySelector(".rss-subscribe");if(!e)return;t=e.querySelector(".rss-subscribe__btn"),t.addEventListener("click",function(t){t.stopPropagation(),e.classList.toggle("is-open")}),document.addEventListener("click",function(t){e.contains(t.target)||e.classList.remove("is-open")}),e.querySelectorAll(".rss-subscribe__item").forEach(function(t){t.addEventListener("click",function(n){n.stopPropagation();var s,o=t.getAttribute("data-rss-url"),a=t.textContent;function i(){t.textContent="Copied!",setTimeout(function(){t.textContent=a,e.classList.remove("is-open")},1200)}try{s=document.createElement("textarea"),s.value=o,s.style.cssText="position:fixed;top:0;left:0;opacity:0;pointer-events:none;",document.body.appendChild(s),s.focus(),s.select(),document.execCommand("copy"),document.body.removeChild(s),i()}catch{navigator.clipboard&&navigator.clipboard.writeText(o).then(i).catch(function(){t.textContent=o})}})})})()</script><script src=/js/session-check.js></script></body></html> <a href=/changelog/>Changelog</a></p><p class=footer__theme-info>Built with <a href=https://gohugo.io>Hugo</a> and based on <a href=https://github.com/CyrusYip/hugo-theme-yue>Yue</a> theme</p></footer><script>(function(){document.querySelectorAll(".menu__item").forEach(function(e){var t=e.querySelector("a");t&&t.getAttribute("href")==="/uninotes/"&&e.classList.add("menu__item--uninotes")})})()</script><script>(function(){var e=document.getElementById("theme-toggle");if(!e)return;function t(){var e=localStorage.getItem("theme");return e?e:window.matchMedia("(prefers-color-scheme: light)").matches?"light":"dark"}function n(e){document.documentElement.setAttribute("data-theme",e),localStorage.setItem("theme",e)}n(t()),e.addEventListener("click",function(){var e=document.documentElement.getAttribute("data-theme")||t();n(e==="dark"?"light":"dark")})})()</script><script>(function(){var t="https://backend.freedoms4.org/auth.php",e=localStorage.getItem("f4_username");if(!e)return;function n(e){var t,n,o,i,a,c,r=document.querySelector(".brand__auth");r&&!r.querySelector(".brand__auth-user")&&(r.classList.add("brand__auth--loggedin"),t=document.createElement("div"),t.className="brand__auth-user",n=document.createElement("button"),n.className="brand__auth-user-btn",n.setAttribute("aria-label","Account menu"),c=document.createElement("span"),c.innerHTML='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="12" height="12" fill="currentColor"><path d="M12 12c2.7 0 4.8-2.1 4.8-4.8S14.7 2.4 12 2.4 7.2 4.5 7.2 7.2 9.3 12 12 12zm0 2.4c-3.2 0-9.6 1.6-9.6 4.8v2.4h19.2v-2.4c0-3.2-6.4-4.8-9.6-4.8z"/></svg>',n.appendChild(c.firstChild),n.appendChild(document.createTextNode(" "+e)),o=document.createElement("div"),o.className="brand__auth-user-dropdown",i=document.createElement("button"),i.className="brand__auth-user-logout",i.textContent="Log Out",i.addEventListener("click",s),e==="hyzen"&&(a=document.createElement("a"),a.className="brand__auth-user-admin",a.href="/admin/",a.textContent="User Management",o.appendChild(a)),o.appendChild(i),o.appendChild(i),t.appendChild(n),t.appendChild(o),r.appendChild(t),n.addEventListener("click",function(e){e.stopPropagation(),t.classList.toggle("is-open")}),document.addEventListener("click",function(){t.classList.remove("is-open")}))}function s(){fetch(t,{method:"POST",headers:{"Content-Type":"application/json"},credentials:"include",body:JSON.stringify({action:"logout"})}).finally(function(){localStorage.removeItem("f4_username"),localStorage.removeItem("f4_login_time"),localStorage.removeItem("f4_session_fails"),window.location.reload()})}n(e)})()</script><script>(function(){var t,e=document.querySelector(".rss-subscribe");if(!e)return;t=e.querySelector(".rss-subscribe__btn"),t.addEventListener("click",function(t){t.stopPropagation(),e.classList.toggle("is-open")}),document.addEventListener("click",function(t){e.contains(t.target)||e.classList.remove("is-open")}),e.querySelectorAll(".rss-subscribe__item").forEach(function(t){t.addEventListener("click",function(n){n.stopPropagation();var s,o=t.getAttribute("data-rss-url"),a=t.textContent;function i(){t.textContent="Copied!",setTimeout(function(){t.textContent=a,e.classList.remove("is-open")},1200)}try{s=document.createElement("textarea"),s.value=o,s.style.cssText="position:fixed;top:0;left:0;opacity:0;pointer-events:none;",document.body.appendChild(s),s.focus(),s.select(),document.execCommand("copy"),document.body.removeChild(s),i()}catch{navigator.clipboard&&navigator.clipboard.writeText(o).then(i).catch(function(){t.textContent=o})}})})})()</script><script src=/js/session-check.js></script></body></html>

View File

@@ -1,57 +1 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Unit 3 on Freedoms4</title><link>https://freedoms4.org/uninotes/s1/bo-dcm1109/unit3/</link><description>Recent content in Unit 3 on Freedoms4</description><generator>Hugo</generator><language>en-us</language><managingEditor>your-email@example.com (Freedoms4)</managingEditor><webMaster>your-email@example.com (Freedoms4)</webMaster><atom:link href="https://freedoms4.org/uninotes/s1/bo-dcm1109/unit3/index.xml" rel="self" type="application/rss+xml"/><item><title>Unit 3</title><link>https://freedoms4.org/uninotes/s1/bo-dcm1109/unit3/self/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><author>your-email@example.com (Freedoms4)</author><guid>https://freedoms4.org/uninotes/s1/bo-dcm1109/unit3/self/</guid><description>&lt;h3 class="heading" id="april-15-2026"&gt; <?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Unit 3 on Freedoms4</title><link>https://freedoms4.org/uninotes/s1/bo-dcm1109/unit3/</link><description>Recent content in Unit 3 on Freedoms4</description><generator>Hugo</generator><language>en-us</language><managingEditor>your-email@example.com (Freedoms4)</managingEditor><webMaster>your-email@example.com (Freedoms4)</webMaster><atom:link href="https://freedoms4.org/uninotes/s1/bo-dcm1109/unit3/index.xml" rel="self" type="application/rss+xml"/></channel></rss>
&lt;em&gt;&lt;strong&gt;April 15, 2026&lt;/strong&gt;&lt;/em&gt;&lt;span class="heading__anchor"&gt; &lt;a href="#april-15-2026"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h3&gt;&lt;h2 class="heading" id="types-of-co-operatives-formed"&gt;
Types of co-operatives formed&lt;span class="heading__anchor"&gt; &lt;a href="#types-of-co-operatives-formed"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h2&gt;&lt;p&gt;A) Consumer co-operatives.&lt;br&gt;
B) Producer co-operatives.&lt;br&gt;
C) Marketing co-operatives.&lt;br&gt;
D) Housing co-operatives.&lt;br&gt;
E) Credit co-operatives.&lt;br&gt;
F) Cooperative Farming Societies.&lt;/p&gt;
&lt;h2 class="heading" id="types-of-companies"&gt;
Types of Companies&lt;span class="heading__anchor"&gt; &lt;a href="#types-of-companies"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h2&gt;&lt;h3 class="heading" id="a-on-the-basis-of-incorporation"&gt;
A) On the Basis of Incorporation&lt;span class="heading__anchor"&gt; &lt;a href="#a-on-the-basis-of-incorporation"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h3&gt;&lt;ol&gt;
&lt;li&gt;Chartered Companies: Formed under a Royal Charter or special charter issued by the
monarch (no longer applicable in India).&lt;/li&gt;
&lt;li&gt;Statutory Companies: Created by a special Act of Parliament or State Legislature. Example:
Reserve Bank of India (RBI), Life Insurance Corporation (LIC).&lt;/li&gt;
&lt;li&gt;Registered Companies: Incorporated under the Companies Act, 2013. This includes almost
all modern business entities in India.&lt;/li&gt;
&lt;/ol&gt;
&lt;h3 class="heading" id="b-on-the-basis-of-liability"&gt;
B) On the Basis of Liability&lt;span class="heading__anchor"&gt; &lt;a href="#b-on-the-basis-of-liability"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h3&gt;&lt;ol&gt;
&lt;li&gt;Company Limited by Shares [Section 2(22)].&lt;/li&gt;
&lt;li&gt;Company Limited by Guarantee [Section 2(21)].&lt;/li&gt;
&lt;li&gt;Unlimited Liability Company [Section 2(92)].&lt;/li&gt;
&lt;li&gt;Company Limited by Both Guarantee and Shares.&lt;/li&gt;
&lt;/ol&gt;
&lt;h3 class="heading" id="c-on-the-basis-of-ownership"&gt;
C) On the Basis of Ownership&lt;span class="heading__anchor"&gt; &lt;a href="#c-on-the-basis-of-ownership"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h3&gt;&lt;ol&gt;
&lt;li&gt;Private Company (Section 2(68)).&lt;/li&gt;
&lt;li&gt;Public Company (Section 2(71)).&lt;/li&gt;
&lt;li&gt;One Person Company (Section 2(62)).&lt;/li&gt;
&lt;/ol&gt;
&lt;h3 class="heading" id="d-on-the-basis-of-control"&gt;
D) On the Basis of Control&lt;span class="heading__anchor"&gt; &lt;a href="#d-on-the-basis-of-control"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h3&gt;&lt;ol&gt;
&lt;li&gt;Holding Company: Controls one or more subsidiaries by owning over 50% voting rights or board control.&lt;/li&gt;
&lt;li&gt;Subsidiary Company: Controlled by another company. Example: Jaguar Land Rover
(subsidiary of Tata Motors).&lt;/li&gt;
&lt;/ol&gt;
&lt;h3 class="heading" id="e-on-the-basis-of-nationality"&gt;
E) On the Basis of Nationality&lt;span class="heading__anchor"&gt; &lt;a href="#e-on-the-basis-of-nationality"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h3&gt;&lt;ol&gt;
&lt;li&gt;Indian Company: Incorporated under the Companies Act, 2013 and managed in India.&lt;/li&gt;
&lt;li&gt;Foreign Company (Section 2(42)): Incorporated outside India but has a place of business in India. Example: Google India Pvt. Ltd.&lt;/li&gt;
&lt;/ol&gt;
&lt;h3 class="heading" id="f-on-the-basis-of-purpose"&gt;
F) On the Basis of Purpose&lt;span class="heading__anchor"&gt; &lt;a href="#f-on-the-basis-of-purpose"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h3&gt;&lt;ol&gt;
&lt;li&gt;For-Profit Companies.&lt;/li&gt;
&lt;li&gt;Non-Profit Companies (Section 8): Established for charitable, educational, or social
purposes. Profits are reinvested to promote their objectives. Example: CRY Foundation.&lt;/li&gt;
&lt;/ol&gt;</description></item></channel></rss>

View File

@@ -1,22 +1,22 @@
<!doctype html><html class=html lang=en-us dir=ltr><head><meta charset=utf-8><meta name=viewport content="width=device-width"><title>Unit 3 | Freedoms4</title><link rel=stylesheet href=/css/style.min.34d0accb85f8ec23ceee8c29eef5907823b531d8acb9e6bdf45a3b37ad028d30.css integrity="sha256-NNCsy4X47CPO7owp7vWQeCO1Mdisuea99Fo7N60CjTA=" crossorigin=anonymous><link rel=icon href=/favicon.ico><meta name=description content=" April 15, 2026 # Types of co-operatives formed # A) Consumer co-operatives. <!doctype html><html class=html lang=en-us dir=ltr><head><meta charset=utf-8><meta name=viewport content="width=device-width"><title>Unit 3 | Freedoms4</title><link rel=stylesheet href=/css/style.min.34d0accb85f8ec23ceee8c29eef5907823b531d8acb9e6bdf45a3b37ad028d30.css integrity="sha256-NNCsy4X47CPO7owp7vWQeCO1Mdisuea99Fo7N60CjTA=" crossorigin=anonymous><link rel=icon href=/favicon.ico><meta name=description content="April 15, 2026 Types of co-operatives formed A) Consumer co-operatives.
B) Producer co-operatives. B) Producer co-operatives.
C) Marketing co-operatives. C) Marketing co-operatives.
D) Housing co-operatives. D) Housing co-operatives.
E) Credit co-operatives. E) Credit co-operatives.
F) Cooperative Farming Societies. F) Cooperative Farming Societies.
Types of Companies # A) On the Basis of Incorporation # Chartered Companies: Formed under a Royal Charter or special charter issued by the monarch (no longer applicable in India). Statutory Companies: Created by a special Act of Parliament or State Legislature. Example: Reserve Bank of India (RBI), Life Insurance Corporation (LIC). Registered Companies: Incorporated under the Companies Act, 2013. This includes almost all modern business entities in India. B) On the Basis of Liability # Company Limited by Shares [Section 2(22)]. Company Limited by Guarantee [Section 2(21)]. Unlimited Liability Company [Section 2(92)]. Company Limited by Both Guarantee and Shares. C) On the Basis of Ownership # Private Company (Section 2(68)). Public Company (Section 2(71)). One Person Company (Section 2(62)). D) On the Basis of Control # Holding Company: Controls one or more subsidiaries by owning over 50% voting rights or board control. Subsidiary Company: Controlled by another company. Example: Jaguar Land Rover (subsidiary of Tata Motors). E) On the Basis of Nationality # Indian Company: Incorporated under the Companies Act, 2013 and managed in India. Foreign Company (Section 2(42)): Incorporated outside India but has a place of business in India. Example: Google India Pvt. Ltd. F) On the Basis of Purpose # For-Profit Companies. Non-Profit Companies (Section 8): Established for charitable, educational, or social purposes. Profits are reinvested to promote their objectives. Example: CRY Foundation. "><meta property="og:url" content="https://freedoms4.org/uninotes/s1/bo-dcm1109/unit3/self/"><meta property="og:site_name" content="Freedoms4"><meta property="og:title" content="Unit 3"><meta property="og:description" content="April 15, 2026 # Types of co-operatives formed # A) Consumer co-operatives. Types of Companies A) On the Basis of Incorporation Chartered Companies: Formed under a Royal Charter or special charter issued by the monarch (no longer applicable in India). Statutory Companies: Created by a special Act of Parliament or State Legislature. Example: Reserve Bank of India (RBI), Life Insurance Corporation (LIC). Registered Companies: Incorporated under the Companies Act, 2013. This includes almost all modern business entities in India. B) On the Basis of Liability Company Limited by Shares [Section 2(22)]. Company Limited by Guarantee [Section 2(21)]. Unlimited Liability Company [Section 2(92)]. Company Limited by Both Guarantee and Shares. C) On the Basis of Ownership Private Company (Section 2(68)). Public Company (Section 2(71)). One Person Company (Section 2(62)). D) On the Basis of Control Holding Company: Controls one or more subsidiaries by owning over 50% voting rights or board control. Subsidiary Company: Controlled by another company. Example: Jaguar Land Rover (subsidiary of Tata Motors). E) On the Basis of Nationality Indian Company: Incorporated under the Companies Act, 2013 and managed in India. Foreign Company (Section 2(42)): Incorporated outside India but has a place of business in India. Example: Google India Pvt. Ltd. F) On the Basis of Purpose For-Profit Companies. Non-Profit Companies (Section 8): Established for charitable, educational, or social purposes. Profits are reinvested to promote their objectives. Example: CRY Foundation. "><meta property="og:url" content="https://freedoms4.org/uninotes/s1/bo-dcm1109/unit3/self/"><meta property="og:site_name" content="Freedoms4"><meta property="og:title" content="Unit 3"><meta property="og:description" content="April 15, 2026 Types of co-operatives formed A) Consumer co-operatives.
B) Producer co-operatives. B) Producer co-operatives.
C) Marketing co-operatives. C) Marketing co-operatives.
D) Housing co-operatives. D) Housing co-operatives.
E) Credit co-operatives. E) Credit co-operatives.
F) Cooperative Farming Societies. F) Cooperative Farming Societies.
Types of Companies # A) On the Basis of Incorporation # Chartered Companies: Formed under a Royal Charter or special charter issued by the monarch (no longer applicable in India). Statutory Companies: Created by a special Act of Parliament or State Legislature. Example: Reserve Bank of India (RBI), Life Insurance Corporation (LIC). Registered Companies: Incorporated under the Companies Act, 2013. This includes almost all modern business entities in India. B) On the Basis of Liability # Company Limited by Shares [Section 2(22)]. Company Limited by Guarantee [Section 2(21)]. Unlimited Liability Company [Section 2(92)]. Company Limited by Both Guarantee and Shares. C) On the Basis of Ownership # Private Company (Section 2(68)). Public Company (Section 2(71)). One Person Company (Section 2(62)). D) On the Basis of Control # Holding Company: Controls one or more subsidiaries by owning over 50% voting rights or board control. Subsidiary Company: Controlled by another company. Example: Jaguar Land Rover (subsidiary of Tata Motors). E) On the Basis of Nationality # Indian Company: Incorporated under the Companies Act, 2013 and managed in India. Foreign Company (Section 2(42)): Incorporated outside India but has a place of business in India. Example: Google India Pvt. Ltd. F) On the Basis of Purpose # For-Profit Companies. Non-Profit Companies (Section 8): Established for charitable, educational, or social purposes. Profits are reinvested to promote their objectives. Example: CRY Foundation."><meta property="og:locale" content="en_us"><meta property="og:type" content="article"><meta property="article:section" content="uninotes"><meta itemprop=name content="Unit 3"><meta itemprop=description content="April 15, 2026 # Types of co-operatives formed # A) Consumer co-operatives. Types of Companies A) On the Basis of Incorporation Chartered Companies: Formed under a Royal Charter or special charter issued by the monarch (no longer applicable in India). Statutory Companies: Created by a special Act of Parliament or State Legislature. Example: Reserve Bank of India (RBI), Life Insurance Corporation (LIC). Registered Companies: Incorporated under the Companies Act, 2013. This includes almost all modern business entities in India. B) On the Basis of Liability Company Limited by Shares [Section 2(22)]. Company Limited by Guarantee [Section 2(21)]. Unlimited Liability Company [Section 2(92)]. Company Limited by Both Guarantee and Shares. C) On the Basis of Ownership Private Company (Section 2(68)). Public Company (Section 2(71)). One Person Company (Section 2(62)). D) On the Basis of Control Holding Company: Controls one or more subsidiaries by owning over 50% voting rights or board control. Subsidiary Company: Controlled by another company. Example: Jaguar Land Rover (subsidiary of Tata Motors). E) On the Basis of Nationality Indian Company: Incorporated under the Companies Act, 2013 and managed in India. Foreign Company (Section 2(42)): Incorporated outside India but has a place of business in India. Example: Google India Pvt. Ltd. F) On the Basis of Purpose For-Profit Companies. Non-Profit Companies (Section 8): Established for charitable, educational, or social purposes. Profits are reinvested to promote their objectives. Example: CRY Foundation."><meta property="og:locale" content="en_us"><meta property="og:type" content="article"><meta property="article:section" content="uninotes"><meta itemprop=name content="Unit 3"><meta itemprop=description content="April 15, 2026 Types of co-operatives formed A) Consumer co-operatives.
B) Producer co-operatives. B) Producer co-operatives.
C) Marketing co-operatives. C) Marketing co-operatives.
D) Housing co-operatives. D) Housing co-operatives.
E) Credit co-operatives. E) Credit co-operatives.
F) Cooperative Farming Societies. F) Cooperative Farming Societies.
Types of Companies # A) On the Basis of Incorporation # Chartered Companies: Formed under a Royal Charter or special charter issued by the monarch (no longer applicable in India). Statutory Companies: Created by a special Act of Parliament or State Legislature. Example: Reserve Bank of India (RBI), Life Insurance Corporation (LIC). Registered Companies: Incorporated under the Companies Act, 2013. This includes almost all modern business entities in India. B) On the Basis of Liability # Company Limited by Shares [Section 2(22)]. Company Limited by Guarantee [Section 2(21)]. Unlimited Liability Company [Section 2(92)]. Company Limited by Both Guarantee and Shares. C) On the Basis of Ownership # Private Company (Section 2(68)). Public Company (Section 2(71)). One Person Company (Section 2(62)). D) On the Basis of Control # Holding Company: Controls one or more subsidiaries by owning over 50% voting rights or board control. Subsidiary Company: Controlled by another company. Example: Jaguar Land Rover (subsidiary of Tata Motors). E) On the Basis of Nationality # Indian Company: Incorporated under the Companies Act, 2013 and managed in India. Foreign Company (Section 2(42)): Incorporated outside India but has a place of business in India. Example: Google India Pvt. Ltd. F) On the Basis of Purpose # For-Profit Companies. Non-Profit Companies (Section 8): Established for charitable, educational, or social purposes. Profits are reinvested to promote their objectives. Example: CRY Foundation."><meta itemprop=wordCount content="254"><meta itemprop=keywords content="S1,BO DCM1109"><link rel=stylesheet href=/css/custom.css><script>(function(){var e=localStorage.getItem("theme");e&&document.documentElement.setAttribute("data-theme",e),localStorage.getItem("f4_username")==="hyzen"&&document.documentElement.classList.add("hyzen-user")})()</script><script async src=https://plausible.freedoms4.org/js/pa-5BKl0z0RLzwrclKq4y-qk.js></script><script>(window.plausible=window.plausible||function(){(plausible.q=plausible.q||[]).push(arguments)},plausible.init=plausible.init||function(e){plausible.o=e||{}}),plausible.init()</script></head><body class=body><header class=header><div class=brand><img src=/logo.png alt="Freedoms4 logo"><h1>Freedoms4</h1><div class=brand__actions><button class=theme-toggle id=theme-toggle aria-label="Toggle theme" title="Toggle dark/light mode"> Types of Companies A) On the Basis of Incorporation Chartered Companies: Formed under a Royal Charter or special charter issued by the monarch (no longer applicable in India). Statutory Companies: Created by a special Act of Parliament or State Legislature. Example: Reserve Bank of India (RBI), Life Insurance Corporation (LIC). Registered Companies: Incorporated under the Companies Act, 2013. This includes almost all modern business entities in India. B) On the Basis of Liability Company Limited by Shares [Section 2(22)]. Company Limited by Guarantee [Section 2(21)]. Unlimited Liability Company [Section 2(92)]. Company Limited by Both Guarantee and Shares. C) On the Basis of Ownership Private Company (Section 2(68)). Public Company (Section 2(71)). One Person Company (Section 2(62)). D) On the Basis of Control Holding Company: Controls one or more subsidiaries by owning over 50% voting rights or board control. Subsidiary Company: Controlled by another company. Example: Jaguar Land Rover (subsidiary of Tata Motors). E) On the Basis of Nationality Indian Company: Incorporated under the Companies Act, 2013 and managed in India. Foreign Company (Section 2(42)): Incorporated outside India but has a place of business in India. Example: Google India Pvt. Ltd. F) On the Basis of Purpose For-Profit Companies. Non-Profit Companies (Section 8): Established for charitable, educational, or social purposes. Profits are reinvested to promote their objectives. Example: CRY Foundation."><meta itemprop=wordCount content="245"><meta itemprop=keywords content="S1,BO DCM1109"><link rel=stylesheet href=/css/custom.css><script>(function(){var e=localStorage.getItem("theme");e&&document.documentElement.setAttribute("data-theme",e),localStorage.getItem("f4_username")==="hyzen"&&document.documentElement.classList.add("hyzen-user")})()</script><script async src=https://plausible.freedoms4.org/js/pa-5BKl0z0RLzwrclKq4y-qk.js></script><script>(window.plausible=window.plausible||function(){(plausible.q=plausible.q||[]).push(arguments)},plausible.init=plausible.init||function(e){plausible.o=e||{}}),plausible.init()</script></head><body class=body><header class=header><div class=brand><img src=/logo.png alt="Freedoms4 logo"><h1>Freedoms4</h1><div class=brand__actions><button class=theme-toggle id=theme-toggle aria-label="Toggle theme" title="Toggle dark/light mode">
<svg class="theme-toggle__sun" viewBox="0 0 24 24" width="16" height="16" fill="currentColor"><path d="M12 7c-2.76.0-5 2.24-5 5s2.24 5 5 5 5-2.24 5-5-2.24-5-5-5zM2 13h2c.55.0 1-.45 1-1s-.45-1-1-1H2c-.55.0-1 .45-1 1s.45 1 1 1zm18 0h2c.55.0 1-.45 1-1s-.45-1-1-1h-2c-.55.0-1 .45-1 1s.45 1 1 1zM11 2v2c0 .55.45 1 1 1s1-.45 1-1V2c0-.55-.45-1-1-1s-1 .45-1 1zm0 18v2c0 .55.45 1 1 1s1-.45 1-1v-2c0-.55-.45-1-1-1s-1 .45-1 1zM5.99 4.58c-.39-.39-1.03-.39-1.41.0-.39.39-.39 1.03.0 1.41l1.06 1.06c.39.39 1.03.39 1.41.0s.39-1.03.0-1.41L5.99 4.58zm12.37 12.37c-.39-.39-1.03-.39-1.41.0-.39.39-.39 1.03.0 1.41l1.06 1.06c.39.39 1.03.39 1.41.0.39-.39.39-1.03.0-1.41l-1.06-1.06zm1.06-12.37-1.06 1.06c-.39.39-.39 1.03.0 1.41s1.03.39 1.41.0l1.06-1.06c.39-.39.39-1.03.0-1.41s-1.03-.39-1.41.0zM7.05 18.36l-1.06 1.06c-.39.39-.39 1.03.0 1.41s1.03.39 1.41.0l1.06-1.06c.39-.39.39-1.03.0-1.41s-1.03-.39-1.41.0z"/></svg> <svg class="theme-toggle__sun" viewBox="0 0 24 24" width="16" height="16" fill="currentColor"><path d="M12 7c-2.76.0-5 2.24-5 5s2.24 5 5 5 5-2.24 5-5-2.24-5-5-5zM2 13h2c.55.0 1-.45 1-1s-.45-1-1-1H2c-.55.0-1 .45-1 1s.45 1 1 1zm18 0h2c.55.0 1-.45 1-1s-.45-1-1-1h-2c-.55.0-1 .45-1 1s.45 1 1 1zM11 2v2c0 .55.45 1 1 1s1-.45 1-1V2c0-.55-.45-1-1-1s-1 .45-1 1zm0 18v2c0 .55.45 1 1 1s1-.45 1-1v-2c0-.55-.45-1-1-1s-1 .45-1 1zM5.99 4.58c-.39-.39-1.03-.39-1.41.0-.39.39-.39 1.03.0 1.41l1.06 1.06c.39.39 1.03.39 1.41.0s.39-1.03.0-1.41L5.99 4.58zm12.37 12.37c-.39-.39-1.03-.39-1.41.0-.39.39-.39 1.03.0 1.41l1.06 1.06c.39.39 1.03.39 1.41.0.39-.39.39-1.03.0-1.41l-1.06-1.06zm1.06-12.37-1.06 1.06c-.39.39-.39 1.03.0 1.41s1.03.39 1.41.0l1.06-1.06c.39-.39.39-1.03.0-1.41s-1.03-.39-1.41.0zM7.05 18.36l-1.06 1.06c-.39.39-.39 1.03.0 1.41s1.03.39 1.41.0l1.06-1.06c.39-.39.39-1.03.0-1.41s-1.03-.39-1.41.0z"/></svg>
<svg class="theme-toggle__moon" viewBox="0 0 24 24" width="16" height="16" fill="currentColor"><path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"/></svg></button><div class=brand__auth><input type=checkbox id=auth-dropdown class=brand__auth-check> <svg class="theme-toggle__moon" viewBox="0 0 24 24" width="16" height="16" fill="currentColor"><path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"/></svg></button><div class=brand__auth><input type=checkbox id=auth-dropdown class=brand__auth-check>
<label class=brand__auth-toggle for=auth-dropdown tabindex=0 aria-label="Account options"><svg viewBox="0 0 24 24" width="12" height="12" fill="currentColor"><path d="M12 12c2.7.0 4.8-2.1 4.8-4.8S14.7 2.4 12 2.4 7.2 4.5 7.2 7.2 9.3 12 12 12zm0 2.4c-3.2.0-9.6 1.6-9.6 4.8v2.4h19.2v-2.4c0-3.2-6.4-4.8-9.6-4.8z"/></svg></label><div class=brand__auth-links><a href=/login/ class="auth-link auth-link--login">Login</a> <label class=brand__auth-toggle for=auth-dropdown tabindex=0 aria-label="Account options"><svg viewBox="0 0 24 24" width="12" height="12" fill="currentColor"><path d="M12 12c2.7.0 4.8-2.1 4.8-4.8S14.7 2.4 12 2.4 7.2 4.5 7.2 7.2 9.3 12 12 12zm0 2.4c-3.2.0-9.6 1.6-9.6 4.8v2.4h19.2v-2.4c0-3.2-6.4-4.8-9.6-4.8z"/></svg></label><div class=brand__auth-links><a href=/login/ class="auth-link auth-link--login">Login</a>
@@ -27,16 +27,14 @@ All updates
</button> </button>
<button class=rss-subscribe__item data-rss-url=https://freedoms4.org/blog/index.xml> <button class=rss-subscribe__item data-rss-url=https://freedoms4.org/blog/index.xml>
Blog posts</button></div></div></div></div><nav class="menu language"><ul class="menu__list language__list"><li class=menu__item><a class=menu__link href=/>Home</a></li><li class=menu__item><a class=menu__link href=/blog/>Blog</a></li><li class=menu__item><a class=menu__link href=/services/>Services</a></li><li class=menu__item><a class=menu__link href=/uninotes/>UniNotes</a></li><li class=menu__item><a class=menu__link href=/contact/>Contact</a></li></ul></nav></header><main class=main><nav class="uninotes-breadcrumbs breadcrumbs"><a href=/uninotes/>UniNotes</a> Blog posts</button></div></div></div></div><nav class="menu language"><ul class="menu__list language__list"><li class=menu__item><a class=menu__link href=/>Home</a></li><li class=menu__item><a class=menu__link href=/blog/>Blog</a></li><li class=menu__item><a class=menu__link href=/services/>Services</a></li><li class=menu__item><a class=menu__link href=/uninotes/>UniNotes</a></li><li class=menu__item><a class=menu__link href=/contact/>Contact</a></li></ul></nav></header><main class=main><nav class="uninotes-breadcrumbs breadcrumbs"><a href=/uninotes/>UniNotes</a>
<a href=/uninotes/s1/>S1</a> <a href=/uninotes/s1/>S1</a> <a href=/uninotes/s1/bo-dcm1109/>BO DCM1109</a>
<a href=/uninotes/s1/bo-dcm1109/>BO DCM1109</a> <a href=/uninotes/s1/bo-dcm1109/unit3/>Unit 3</a>
<a href=/uninotes/s1/bo-dcm1109/unit3/>Unit 3</a> <span>Self</span></nav><div class=uninotes-meta><span class=uninotes-meta__pill>S1</span> <span class=uninotes-meta__pill>BO DCM1109</span>
<span>Self</span></nav><div class=uninotes-meta><span class=uninotes-meta__pill>S1</span> <span class="uninotes-meta__pill uninotes-meta__pill--self">Self</span></div><h1>Unit 3</h1><details class=toc><summary class=toc__summary>Table of Contents</summary><nav id=TableOfContents><ul><li><ul><li><a href=#april-15-2026><em><strong>April 15, 2026</strong></em></a></li></ul></li><li><a href=#types-of-co-operatives-formed>Types of co-operatives formed</a></li><li><a href=#types-of-companies>Types of Companies</a><ul><li><a href=#a-on-the-basis-of-incorporation>A) On the Basis of Incorporation</a></li><li><a href=#b-on-the-basis-of-liability>B) On the Basis of Liability</a></li><li><a href=#c-on-the-basis-of-ownership>C) On the Basis of Ownership</a></li><li><a href=#d-on-the-basis-of-control>D) On the Basis of Control</a></li><li><a href=#e-on-the-basis-of-nationality>E) On the Basis of Nationality</a></li><li><a href=#f-on-the-basis-of-purpose>F) On the Basis of Purpose</a></li></ul></li></ul></nav></details><h3 class=heading id=april-15-2026><em><strong>April 15, 2026</strong></em></h3><h2 class=heading id=types-of-co-operatives-formed>Types of co-operatives formed</h2><p>A) Consumer co-operatives.<br>B) Producer co-operatives.<br>C) Marketing co-operatives.<br>D) Housing co-operatives.<br>E) Credit co-operatives.<br>F) Cooperative Farming Societies.</p><h2 class=heading id=types-of-companies>Types of Companies</h2><h3 class=heading id=a-on-the-basis-of-incorporation>A) On the Basis of Incorporation</h3><ol><li>Chartered Companies: Formed under a Royal Charter or special charter issued by the
<span class=uninotes-meta__pill>BO DCM1109</span>
<span class="uninotes-meta__pill uninotes-meta__pill--self">Self</span></div><h1>Unit 3</h1><details class=toc><summary class=toc__summary>Table of Contents</summary><nav id=TableOfContents><ul><li><ul><li><a href=#april-15-2026><em><strong>April 15, 2026</strong></em></a></li></ul></li><li><a href=#types-of-co-operatives-formed>Types of co-operatives formed</a></li><li><a href=#types-of-companies>Types of Companies</a><ul><li><a href=#a-on-the-basis-of-incorporation>A) On the Basis of Incorporation</a></li><li><a href=#b-on-the-basis-of-liability>B) On the Basis of Liability</a></li><li><a href=#c-on-the-basis-of-ownership>C) On the Basis of Ownership</a></li><li><a href=#d-on-the-basis-of-control>D) On the Basis of Control</a></li><li><a href=#e-on-the-basis-of-nationality>E) On the Basis of Nationality</a></li><li><a href=#f-on-the-basis-of-purpose>F) On the Basis of Purpose</a></li></ul></li></ul></nav></details><h3 class=heading id=april-15-2026><em><strong>April 15, 2026</strong></em><span class=heading__anchor> <a href=#april-15-2026>#</a></span></h3><h2 class=heading id=types-of-co-operatives-formed>Types of co-operatives formed<span class=heading__anchor> <a href=#types-of-co-operatives-formed>#</a></span></h2><p>A) Consumer co-operatives.<br>B) Producer co-operatives.<br>C) Marketing co-operatives.<br>D) Housing co-operatives.<br>E) Credit co-operatives.<br>F) Cooperative Farming Societies.</p><h2 class=heading id=types-of-companies>Types of Companies<span class=heading__anchor> <a href=#types-of-companies>#</a></span></h2><h3 class=heading id=a-on-the-basis-of-incorporation>A) On the Basis of Incorporation<span class=heading__anchor> <a href=#a-on-the-basis-of-incorporation>#</a></span></h3><ol><li>Chartered Companies: Formed under a Royal Charter or special charter issued by the
monarch (no longer applicable in India).</li><li>Statutory Companies: Created by a special Act of Parliament or State Legislature. Example: monarch (no longer applicable in India).</li><li>Statutory Companies: Created by a special Act of Parliament or State Legislature. Example:
Reserve Bank of India (RBI), Life Insurance Corporation (LIC).</li><li>Registered Companies: Incorporated under the Companies Act, 2013. This includes almost Reserve Bank of India (RBI), Life Insurance Corporation (LIC).</li><li>Registered Companies: Incorporated under the Companies Act, 2013. This includes almost
all modern business entities in India.</li></ol><h3 class=heading id=b-on-the-basis-of-liability>B) On the Basis of Liability<span class=heading__anchor> <a href=#b-on-the-basis-of-liability>#</a></span></h3><ol><li>Company Limited by Shares [Section 2(22)].</li><li>Company Limited by Guarantee [Section 2(21)].</li><li>Unlimited Liability Company [Section 2(92)].</li><li>Company Limited by Both Guarantee and Shares.</li></ol><h3 class=heading id=c-on-the-basis-of-ownership>C) On the Basis of Ownership<span class=heading__anchor> <a href=#c-on-the-basis-of-ownership>#</a></span></h3><ol><li>Private Company (Section 2(68)).</li><li>Public Company (Section 2(71)).</li><li>One Person Company (Section 2(62)).</li></ol><h3 class=heading id=d-on-the-basis-of-control>D) On the Basis of Control<span class=heading__anchor> <a href=#d-on-the-basis-of-control>#</a></span></h3><ol><li>Holding Company: Controls one or more subsidiaries by owning over 50% voting rights or board control.</li><li>Subsidiary Company: Controlled by another company. Example: Jaguar Land Rover all modern business entities in India.</li></ol><h3 class=heading id=b-on-the-basis-of-liability>B) On the Basis of Liability</h3><ol><li>Company Limited by Shares [Section 2(22)].</li><li>Company Limited by Guarantee [Section 2(21)].</li><li>Unlimited Liability Company [Section 2(92)].</li><li>Company Limited by Both Guarantee and Shares.</li></ol><h3 class=heading id=c-on-the-basis-of-ownership>C) On the Basis of Ownership</h3><ol><li>Private Company (Section 2(68)).</li><li>Public Company (Section 2(71)).</li><li>One Person Company (Section 2(62)).</li></ol><h3 class=heading id=d-on-the-basis-of-control>D) On the Basis of Control</h3><ol><li>Holding Company: Controls one or more subsidiaries by owning over 50% voting rights or board control.</li><li>Subsidiary Company: Controlled by another company. Example: Jaguar Land Rover
(subsidiary of Tata Motors).</li></ol><h3 class=heading id=e-on-the-basis-of-nationality>E) On the Basis of Nationality<span class=heading__anchor> <a href=#e-on-the-basis-of-nationality>#</a></span></h3><ol><li>Indian Company: Incorporated under the Companies Act, 2013 and managed in India.</li><li>Foreign Company (Section 2(42)): Incorporated outside India but has a place of business in India. Example: Google India Pvt. Ltd.</li></ol><h3 class=heading id=f-on-the-basis-of-purpose>F) On the Basis of Purpose<span class=heading__anchor> <a href=#f-on-the-basis-of-purpose>#</a></span></h3><ol><li>For-Profit Companies.</li><li>Non-Profit Companies (Section 8): Established for charitable, educational, or social (subsidiary of Tata Motors).</li></ol><h3 class=heading id=e-on-the-basis-of-nationality>E) On the Basis of Nationality</h3><ol><li>Indian Company: Incorporated under the Companies Act, 2013 and managed in India.</li><li>Foreign Company (Section 2(42)): Incorporated outside India but has a place of business in India. Example: Google India Pvt. Ltd.</li></ol><h3 class=heading id=f-on-the-basis-of-purpose>F) On the Basis of Purpose</h3><ol><li>For-Profit Companies.</li><li>Non-Profit Companies (Section 8): Established for charitable, educational, or social
purposes. Profits are reinvested to promote their objectives. Example: CRY Foundation.</li></ol><nav class=page-nav><a class=page-nav__previous-link href=/uninotes/s1/bo-dcm1109/unit2/>← Unit 2</a> purposes. Profits are reinvested to promote their objectives. Example: CRY Foundation.</li></ol><nav class=page-nav><a class=page-nav__previous-link href=/uninotes/s1/bo-dcm1109/unit2/>← Unit 2</a>
<a class=page-nav__next-link href=/uninotes/s1/bo-dcm1109/unit11/>Unit 11 →</a></nav></main><footer class=footer><p class=footer__copyright-notice>&copy; <a href=https://freedoms4.org>freedoms4.org</a> <a class=page-nav__next-link href=/uninotes/s1/bo-dcm1109/unit11/>Unit 11 →</a></nav></main><footer class=footer><p class=footer__copyright-notice>&copy; <a href=https://freedoms4.org>freedoms4.org</a>
<a href=/terms/>Terms and Conditions</a> <a href=/privacy/>Privacy Policy</a> <a href=/terms/>Terms and Conditions</a> <a href=/privacy/>Privacy Policy</a>

View File

@@ -9,8 +9,7 @@ All updates
</button> </button>
<button class=rss-subscribe__item data-rss-url=https://freedoms4.org/blog/index.xml> <button class=rss-subscribe__item data-rss-url=https://freedoms4.org/blog/index.xml>
Blog posts</button></div></div></div></div><nav class="menu language"><ul class="menu__list language__list"><li class=menu__item><a class=menu__link href=/>Home</a></li><li class=menu__item><a class=menu__link href=/blog/>Blog</a></li><li class=menu__item><a class=menu__link href=/services/>Services</a></li><li class=menu__item><a class=menu__link href=/uninotes/>UniNotes</a></li><li class=menu__item><a class=menu__link href=/contact/>Contact</a></li></ul></nav></header><main class=main><nav class="uninotes-breadcrumbs breadcrumbs"><a href=/uninotes/>UniNotes</a> Blog posts</button></div></div></div></div><nav class="menu language"><ul class="menu__list language__list"><li class=menu__item><a class=menu__link href=/>Home</a></li><li class=menu__item><a class=menu__link href=/blog/>Blog</a></li><li class=menu__item><a class=menu__link href=/services/>Services</a></li><li class=menu__item><a class=menu__link href=/uninotes/>UniNotes</a></li><li class=menu__item><a class=menu__link href=/contact/>Contact</a></li></ul></nav></header><main class=main><nav class="uninotes-breadcrumbs breadcrumbs"><a href=/uninotes/>UniNotes</a>
<a href=/uninotes/s1/>S1</a> <a href=/uninotes/s1/>S1</a> <span>ET DCM1107</span></nav><h1>ET DCM1107</h1><ul class="uninotes-list uninotes-list--units"><li class=uninotes-list__item><a class=uninotes-list__link href=/uninotes/s1/et-dcm1107/unit1/>Unit 1</a></li><li class=uninotes-list__item><a class=uninotes-list__link href=/uninotes/s1/et-dcm1107/unit2/>Unit 2</a></li><li class=uninotes-list__item><a class=uninotes-list__link href=/uninotes/s1/et-dcm1107/unit5/>Unit 5</a></li><li class=uninotes-list__item><a class=uninotes-list__link href=/uninotes/s1/et-dcm1107/unit6/>Unit 6</a></li><li class=uninotes-list__item><a class=uninotes-list__link href=/uninotes/s1/et-dcm1107/unit7/>Unit 7</a></li><li class=uninotes-list__item><a class=uninotes-list__link href=/uninotes/s1/et-dcm1107/unit12/>Unit 12</a></li><li class=uninotes-list__item><a class=uninotes-list__link href=/uninotes/s1/et-dcm1107/qna/>QNA</a></li></ul><nav class=page-nav><a class=page-nav__previous-link href=/uninotes/s1/ge-dcm1106/>← GE DCM1106</a>
<span>ET DCM1107</span></nav><h1>ET DCM1107</h1><ul class="uninotes-list uninotes-list--units"><li class=uninotes-list__item><a class=uninotes-list__link href=/uninotes/s1/et-dcm1107/unit1/>Unit 1</a></li><li class=uninotes-list__item><a class=uninotes-list__link href=/uninotes/s1/et-dcm1107/unit2/>Unit 2</a></li><li class=uninotes-list__item><a class=uninotes-list__link href=/uninotes/s1/et-dcm1107/unit5/>Unit 5</a></li><li class=uninotes-list__item><a class=uninotes-list__link href=/uninotes/s1/et-dcm1107/unit6/>Unit 6</a></li><li class=uninotes-list__item><a class=uninotes-list__link href=/uninotes/s1/et-dcm1107/unit7/>Unit 7</a></li><li class=uninotes-list__item><a class=uninotes-list__link href=/uninotes/s1/et-dcm1107/unit12/>Unit 12</a></li></ul><nav class=page-nav><a class=page-nav__previous-link href=/uninotes/s1/ge-dcm1106/>← GE DCM1106</a>
<a class=page-nav__next-link href=/uninotes/s1/bo-dcm1109/>BO DCM1109 →</a></nav></main><footer class=footer><p class=footer__copyright-notice>&copy; <a href=https://freedoms4.org>freedoms4.org</a> <a class=page-nav__next-link href=/uninotes/s1/bo-dcm1109/>BO DCM1109 →</a></nav></main><footer class=footer><p class=footer__copyright-notice>&copy; <a href=https://freedoms4.org>freedoms4.org</a>
<a href=/terms/>Terms and Conditions</a> <a href=/privacy/>Privacy Policy</a> <a href=/terms/>Terms and Conditions</a> <a href=/privacy/>Privacy Policy</a>
<a href=/changelog/>Changelog</a></p><p class=footer__theme-info>Built with <a href=https://gohugo.io>Hugo</a> and based on <a href=https://github.com/CyrusYip/hugo-theme-yue>Yue</a> theme</p></footer><script>(function(){document.querySelectorAll(".menu__item").forEach(function(e){var t=e.querySelector("a");t&&t.getAttribute("href")==="/uninotes/"&&e.classList.add("menu__item--uninotes")})})()</script><script>(function(){var e=document.getElementById("theme-toggle");if(!e)return;function t(){var e=localStorage.getItem("theme");return e?e:window.matchMedia("(prefers-color-scheme: light)").matches?"light":"dark"}function n(e){document.documentElement.setAttribute("data-theme",e),localStorage.setItem("theme",e)}n(t()),e.addEventListener("click",function(){var e=document.documentElement.getAttribute("data-theme")||t();n(e==="dark"?"light":"dark")})})()</script><script>(function(){var t="https://backend.freedoms4.org/auth.php",e=localStorage.getItem("f4_username");if(!e)return;function n(e){var t,n,o,i,a,c,r=document.querySelector(".brand__auth");r&&!r.querySelector(".brand__auth-user")&&(r.classList.add("brand__auth--loggedin"),t=document.createElement("div"),t.className="brand__auth-user",n=document.createElement("button"),n.className="brand__auth-user-btn",n.setAttribute("aria-label","Account menu"),c=document.createElement("span"),c.innerHTML='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="12" height="12" fill="currentColor"><path d="M12 12c2.7 0 4.8-2.1 4.8-4.8S14.7 2.4 12 2.4 7.2 4.5 7.2 7.2 9.3 12 12 12zm0 2.4c-3.2 0-9.6 1.6-9.6 4.8v2.4h19.2v-2.4c0-3.2-6.4-4.8-9.6-4.8z"/></svg>',n.appendChild(c.firstChild),n.appendChild(document.createTextNode(" "+e)),o=document.createElement("div"),o.className="brand__auth-user-dropdown",i=document.createElement("button"),i.className="brand__auth-user-logout",i.textContent="Log Out",i.addEventListener("click",s),e==="hyzen"&&(a=document.createElement("a"),a.className="brand__auth-user-admin",a.href="/admin/",a.textContent="User Management",o.appendChild(a)),o.appendChild(i),o.appendChild(i),t.appendChild(n),t.appendChild(o),r.appendChild(t),n.addEventListener("click",function(e){e.stopPropagation(),t.classList.toggle("is-open")}),document.addEventListener("click",function(){t.classList.remove("is-open")}))}function s(){fetch(t,{method:"POST",headers:{"Content-Type":"application/json"},credentials:"include",body:JSON.stringify({action:"logout"})}).finally(function(){localStorage.removeItem("f4_username"),localStorage.removeItem("f4_login_time"),localStorage.removeItem("f4_session_fails"),window.location.reload()})}n(e)})()</script><script>(function(){var t,e=document.querySelector(".rss-subscribe");if(!e)return;t=e.querySelector(".rss-subscribe__btn"),t.addEventListener("click",function(t){t.stopPropagation(),e.classList.toggle("is-open")}),document.addEventListener("click",function(t){e.contains(t.target)||e.classList.remove("is-open")}),e.querySelectorAll(".rss-subscribe__item").forEach(function(t){t.addEventListener("click",function(n){n.stopPropagation();var s,o=t.getAttribute("data-rss-url"),a=t.textContent;function i(){t.textContent="Copied!",setTimeout(function(){t.textContent=a,e.classList.remove("is-open")},1200)}try{s=document.createElement("textarea"),s.value=o,s.style.cssText="position:fixed;top:0;left:0;opacity:0;pointer-events:none;",document.body.appendChild(s),s.focus(),s.select(),document.execCommand("copy"),document.body.removeChild(s),i()}catch{navigator.clipboard&&navigator.clipboard.writeText(o).then(i).catch(function(){t.textContent=o})}})})})()</script><script src=/js/session-check.js></script></body></html> <a href=/changelog/>Changelog</a></p><p class=footer__theme-info>Built with <a href=https://gohugo.io>Hugo</a> and based on <a href=https://github.com/CyrusYip/hugo-theme-yue>Yue</a> theme</p></footer><script>(function(){document.querySelectorAll(".menu__item").forEach(function(e){var t=e.querySelector("a");t&&t.getAttribute("href")==="/uninotes/"&&e.classList.add("menu__item--uninotes")})})()</script><script>(function(){var e=document.getElementById("theme-toggle");if(!e)return;function t(){var e=localStorage.getItem("theme");return e?e:window.matchMedia("(prefers-color-scheme: light)").matches?"light":"dark"}function n(e){document.documentElement.setAttribute("data-theme",e),localStorage.setItem("theme",e)}n(t()),e.addEventListener("click",function(){var e=document.documentElement.getAttribute("data-theme")||t();n(e==="dark"?"light":"dark")})})()</script><script>(function(){var t="https://backend.freedoms4.org/auth.php",e=localStorage.getItem("f4_username");if(!e)return;function n(e){var t,n,o,i,a,c,r=document.querySelector(".brand__auth");r&&!r.querySelector(".brand__auth-user")&&(r.classList.add("brand__auth--loggedin"),t=document.createElement("div"),t.className="brand__auth-user",n=document.createElement("button"),n.className="brand__auth-user-btn",n.setAttribute("aria-label","Account menu"),c=document.createElement("span"),c.innerHTML='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="12" height="12" fill="currentColor"><path d="M12 12c2.7 0 4.8-2.1 4.8-4.8S14.7 2.4 12 2.4 7.2 4.5 7.2 7.2 9.3 12 12 12zm0 2.4c-3.2 0-9.6 1.6-9.6 4.8v2.4h19.2v-2.4c0-3.2-6.4-4.8-9.6-4.8z"/></svg>',n.appendChild(c.firstChild),n.appendChild(document.createTextNode(" "+e)),o=document.createElement("div"),o.className="brand__auth-user-dropdown",i=document.createElement("button"),i.className="brand__auth-user-logout",i.textContent="Log Out",i.addEventListener("click",s),e==="hyzen"&&(a=document.createElement("a"),a.className="brand__auth-user-admin",a.href="/admin/",a.textContent="User Management",o.appendChild(a)),o.appendChild(i),o.appendChild(i),t.appendChild(n),t.appendChild(o),r.appendChild(t),n.addEventListener("click",function(e){e.stopPropagation(),t.classList.toggle("is-open")}),document.addEventListener("click",function(){t.classList.remove("is-open")}))}function s(){fetch(t,{method:"POST",headers:{"Content-Type":"application/json"},credentials:"include",body:JSON.stringify({action:"logout"})}).finally(function(){localStorage.removeItem("f4_username"),localStorage.removeItem("f4_login_time"),localStorage.removeItem("f4_session_fails"),window.location.reload()})}n(e)})()</script><script>(function(){var t,e=document.querySelector(".rss-subscribe");if(!e)return;t=e.querySelector(".rss-subscribe__btn"),t.addEventListener("click",function(t){t.stopPropagation(),e.classList.toggle("is-open")}),document.addEventListener("click",function(t){e.contains(t.target)||e.classList.remove("is-open")}),e.querySelectorAll(".rss-subscribe__item").forEach(function(t){t.addEventListener("click",function(n){n.stopPropagation();var s,o=t.getAttribute("data-rss-url"),a=t.textContent;function i(){t.textContent="Copied!",setTimeout(function(){t.textContent=a,e.classList.remove("is-open")},1200)}try{s=document.createElement("textarea"),s.value=o,s.style.cssText="position:fixed;top:0;left:0;opacity:0;pointer-events:none;",document.body.appendChild(s),s.focus(),s.select(),document.execCommand("copy"),document.body.removeChild(s),i()}catch{navigator.clipboard&&navigator.clipboard.writeText(o).then(i).catch(function(){t.textContent=o})}})})})()</script><script src=/js/session-check.js></script></body></html>

View File

@@ -1,114 +1 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>ET DCM1107 on Freedoms4</title><link>https://freedoms4.org/uninotes/s1/et-dcm1107/</link><description>Recent content in ET DCM1107 on Freedoms4</description><generator>Hugo</generator><language>en-us</language><managingEditor>your-email@example.com (Freedoms4)</managingEditor><webMaster>your-email@example.com (Freedoms4)</webMaster><atom:link href="https://freedoms4.org/uninotes/s1/et-dcm1107/index.xml" rel="self" type="application/rss+xml"/><item><title>Unit 1</title><link>https://freedoms4.org/uninotes/s1/et-dcm1107/unit1/live/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><author>your-email@example.com (Freedoms4)</author><guid>https://freedoms4.org/uninotes/s1/et-dcm1107/unit1/live/</guid><description>&lt;h3 class="heading" id="april-5-2026"&gt; <?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>ET DCM1107 on Freedoms4</title><link>https://freedoms4.org/uninotes/s1/et-dcm1107/</link><description>Recent content in ET DCM1107 on Freedoms4</description><generator>Hugo</generator><language>en-us</language><managingEditor>your-email@example.com (Freedoms4)</managingEditor><webMaster>your-email@example.com (Freedoms4)</webMaster><atom:link href="https://freedoms4.org/uninotes/s1/et-dcm1107/index.xml" rel="self" type="application/rss+xml"/></channel></rss>
&lt;em&gt;&lt;strong&gt;April 5, 2026&lt;/strong&gt;&lt;/em&gt;&lt;span class="heading__anchor"&gt; &lt;a href="#april-5-2026"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h3&gt;&lt;h2 class="heading" id="course-objectives"&gt;
Course Objectives&lt;span class="heading__anchor"&gt; &lt;a href="#course-objectives"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h2&gt;&lt;p&gt;A) Develop analytical skills for interpreting consumer decision-making and market behaviour using economic tools.&lt;br&gt;
B) Examine cost and revenue structures of firms.&lt;/p&gt;
&lt;h2 class="heading" id="definition-of-economics-by-various-individuals"&gt;
Definition of Economics by various individuals&lt;span class="heading__anchor"&gt; &lt;a href="#definition-of-economics-by-various-individuals"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h2&gt;&lt;p&gt;A) Wealth Definition by Adam Smith.&lt;br&gt;
B) Welfare Definition by Alfred Marshall.&lt;br&gt;
C) Scarcity Definition by Robbins.&lt;br&gt;
D) Growth Defintion by Samuelson.&lt;/p&gt;
&lt;h2 class="heading" id="nature"&gt;
Nature&lt;span class="heading__anchor"&gt; &lt;a href="#nature"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h2&gt;&lt;h3 class="heading" id="a-economics-as-a-science"&gt;
A) Economics as a Science&lt;span class="heading__anchor"&gt; &lt;a href="#a-economics-as-a-science"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h3&gt;&lt;ol&gt;
&lt;li&gt;Positive (what is, based on data and logic)&lt;/li&gt;
&lt;li&gt;Normative (what ought to be, opinions, judgements)&lt;/li&gt;
&lt;/ol&gt;
&lt;h3 class="heading" id="b-economics-as-an-art"&gt;
B) Economics as an Art&lt;span class="heading__anchor"&gt; &lt;a href="#b-economics-as-an-art"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h3&gt;&lt;ol&gt;
&lt;li&gt;Pure (what ought to be, ideals and goals)&lt;/li&gt;
&lt;li&gt;Applied (real world, how to implement)&lt;/li&gt;
&lt;/ol&gt;
&lt;h3 class="heading" id="a-described-economics-as-a-science"&gt;
A) Described Economics as a Science&lt;span class="heading__anchor"&gt; &lt;a href="#a-described-economics-as-a-science"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h3&gt;&lt;ol&gt;
&lt;li&gt;Focuses on laws and cause-and-effect relationships (e.g Law of Demand).&lt;/li&gt;
&lt;li&gt;Models to predict economic outcomes.&lt;/li&gt;
&lt;li&gt;Data analysis, observation, hypothesis.&lt;/li&gt;
&lt;li&gt;Real-world evidence.&lt;/li&gt;
&lt;li&gt;Deductive and Inductive reasoning.&lt;/li&gt;
&lt;/ol&gt;
&lt;ul&gt;
&lt;li&gt;Limitaion: Human behaviour involved.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 class="heading" id="methods"&gt;
Methods&lt;span class="heading__anchor"&gt; &lt;a href="#methods"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h2&gt;&lt;p&gt;A) Inductive (specific -&amp;gt; general).&lt;br&gt;
B) Deductive (general -&amp;gt; specific).&lt;/p&gt;</description></item><item><title>Unit 12</title><link>https://freedoms4.org/uninotes/s1/et-dcm1107/unit12/self/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><author>your-email@example.com (Freedoms4)</author><guid>https://freedoms4.org/uninotes/s1/et-dcm1107/unit12/self/</guid><description>&lt;h3 class="heading" id="may-25-2026"&gt;
&lt;em&gt;&lt;strong&gt;May 25, 2026&lt;/strong&gt;&lt;/em&gt;&lt;span class="heading__anchor"&gt; &lt;a href="#may-25-2026"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h3&gt;&lt;h2 class="heading" id="definitions"&gt;
Definitions&lt;span class="heading__anchor"&gt; &lt;a href="#definitions"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h2&gt;&lt;h3 class="heading" id="interest"&gt;
Interest&lt;span class="heading__anchor"&gt; &lt;a href="#interest"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h3&gt;&lt;p&gt;The payment or reward given for borrowing money or using capital for a specific period of time.&lt;/p&gt;
&lt;h3 class="heading" id="gross-interest"&gt;
Gross Interest&lt;span class="heading__anchor"&gt; &lt;a href="#gross-interest"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h3&gt;&lt;p&gt;The total amount paid by the borrower to the lender for using borrowed money before deducting taxes, service charges, or other expenses.&lt;/p&gt;
&lt;h3 class="heading" id="net-interest"&gt;
Net Interest&lt;span class="heading__anchor"&gt; &lt;a href="#net-interest"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h3&gt;&lt;p&gt;The actual or pure interest earned or paid after excluding additional charges such as risk, management costs, and inconvenience.&lt;/p&gt;</description></item><item><title>Unit 2</title><link>https://freedoms4.org/uninotes/s1/et-dcm1107/unit2/live/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><author>your-email@example.com (Freedoms4)</author><guid>https://freedoms4.org/uninotes/s1/et-dcm1107/unit2/live/</guid><description>&lt;h3 class="heading" id="april-12-2026"&gt;
&lt;em&gt;&lt;strong&gt;April 12, 2026&lt;/strong&gt;&lt;/em&gt;&lt;span class="heading__anchor"&gt; &lt;a href="#april-12-2026"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h3&gt;&lt;h2 class="heading" id="types-of-utility"&gt;
Types of Utility&lt;span class="heading__anchor"&gt; &lt;a href="#types-of-utility"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h2&gt;&lt;p&gt;A) Form Utility&lt;br&gt;
B) Place&lt;br&gt;
C) Time&lt;br&gt;
D) Possession&lt;/p&gt;
&lt;h2 class="heading" id="law-of-deminishing-marginal-utility"&gt;
Law of Deminishing Marginal Utility&lt;span class="heading__anchor"&gt; &lt;a href="#law-of-deminishing-marginal-utility"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h2&gt;&lt;h2 class="heading" id="law-of-equi-marginal-utility"&gt;
Law of Equi-Marginal Utility&lt;span class="heading__anchor"&gt; &lt;a href="#law-of-equi-marginal-utility"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h2&gt;&lt;h2 class="heading" id="law-of-demand"&gt;
Law of Demand&lt;span class="heading__anchor"&gt; &lt;a href="#law-of-demand"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h2&gt;&lt;p&gt;Price and Quantity demanded for a product is inversely related.&lt;/p&gt;
&lt;h2 class="heading" id="exceptions-of-law-of-demand"&gt;
Exceptions of Law of Demand&lt;span class="heading__anchor"&gt; &lt;a href="#exceptions-of-law-of-demand"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h2&gt;&lt;p&gt;A) Assumption of increase in price.&lt;br&gt;
B) Status goods or Veblen goods.&lt;br&gt;
C) Giffen goods.&lt;br&gt;
D) War.&lt;br&gt;
E) Economic depression.
F) Essential goods.&lt;/p&gt;</description></item><item><title>Unit 5</title><link>https://freedoms4.org/uninotes/s1/et-dcm1107/unit5/self/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><author>your-email@example.com (Freedoms4)</author><guid>https://freedoms4.org/uninotes/s1/et-dcm1107/unit5/self/</guid><description>&lt;h3 class="heading" id="may-01-2026"&gt;
&lt;em&gt;&lt;strong&gt;May 01, 2026&lt;/strong&gt;&lt;/em&gt;&lt;span class="heading__anchor"&gt; &lt;a href="#may-01-2026"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h3&gt;&lt;h2 class="heading" id="explicit-cost"&gt;
Explicit Cost&lt;span class="heading__anchor"&gt; &lt;a href="#explicit-cost"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h2&gt;&lt;p&gt;Explicit costs are direct, out-of-pocket payments that a business or individual makes for the use of resources or services. These costs are tangible, measurable, and recorded in accounting books, including expenses like rent, utility bills, wages, raw materials, and interest on borrowed capital.&lt;/p&gt;
&lt;h2 class="heading" id="implicit-cost"&gt;
Implicit Cost&lt;span class="heading__anchor"&gt; &lt;a href="#implicit-cost"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h2&gt;&lt;p&gt;Implicit costs are not directly paid out or recorded in financial statements, but represent the opportunity costs of using resources owned by the firm or individual. Examples include the forgone salary if an entrepreneur works in their own business instead of being employed elsewhere, or the interest income sacrificed by investing personal funds in the business rather than elsewhere.&lt;/p&gt;</description></item><item><title>Unit 6</title><link>https://freedoms4.org/uninotes/s1/et-dcm1107/unit6/self/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><author>your-email@example.com (Freedoms4)</author><guid>https://freedoms4.org/uninotes/s1/et-dcm1107/unit6/self/</guid><description>&lt;h3 class="heading" id="may-02-2026"&gt;
&lt;em&gt;&lt;strong&gt;May 02, 2026&lt;/strong&gt;&lt;/em&gt;&lt;span class="heading__anchor"&gt; &lt;a href="#may-02-2026"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h3&gt;&lt;h2 class="heading" id="production-function"&gt;
Production Function&lt;span class="heading__anchor"&gt; &lt;a href="#production-function"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h2&gt;&lt;p&gt;The production function states the functional relationship between the factors of production and the number of products.&lt;/p&gt;
&lt;p&gt;Q = f (L, C, N)&lt;br&gt;
Here, Q = Quantity of output, L = labour, C = capital, N = land.&lt;/p&gt;
&lt;h2 class="heading" id="time-elements-in-production-function"&gt;
Time Elements in Production Function&lt;span class="heading__anchor"&gt; &lt;a href="#time-elements-in-production-function"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h2&gt;&lt;h3 class="heading" id="a-short-run"&gt;
A) Short run&lt;span class="heading__anchor"&gt; &lt;a href="#a-short-run"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h3&gt;&lt;p&gt;In the short run, only some of the inputs can be varied, but not all. Some factors will remain fixed, and some will be variable.&lt;/p&gt;</description></item><item><title>Unit 7</title><link>https://freedoms4.org/uninotes/s1/et-dcm1107/unit7/self/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><author>your-email@example.com (Freedoms4)</author><guid>https://freedoms4.org/uninotes/s1/et-dcm1107/unit7/self/</guid><description>&lt;h3 class="heading" id="may-08-2026"&gt;
&lt;em&gt;&lt;strong&gt;May 08, 2026&lt;/strong&gt;&lt;/em&gt;&lt;span class="heading__anchor"&gt; &lt;a href="#may-08-2026"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h3&gt;&lt;h2 class="heading" id="types-of-capital"&gt;
Types of Capital&lt;span class="heading__anchor"&gt; &lt;a href="#types-of-capital"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h2&gt;&lt;p&gt;A) Owned/Borrowed Capital.&lt;br&gt;
B) Fixed/Floating Capital.&lt;br&gt;
C) Working Capital.&lt;br&gt;
D) Gross Working Capital.&lt;br&gt;
E) Net Working Capital.&lt;br&gt;
F) Net Operating Working Capital.&lt;/p&gt;
&lt;h2 class="heading" id="types-of-revenue"&gt;
Types of Revenue&lt;span class="heading__anchor"&gt; &lt;a href="#types-of-revenue"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h2&gt;&lt;h3 class="heading" id="a-operating-revenue"&gt;
A) Operating Revenue&lt;span class="heading__anchor"&gt; &lt;a href="#a-operating-revenue"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h3&gt;&lt;ol&gt;
&lt;li&gt;Sales Revenue.&lt;/li&gt;
&lt;li&gt;Service Revenue.&lt;/li&gt;
&lt;/ol&gt;
&lt;h3 class="heading" id="b-gross-revenue"&gt;
B) Gross Revenue&lt;span class="heading__anchor"&gt; &lt;a href="#b-gross-revenue"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h3&gt;&lt;p&gt;Gross revenue, often known as gross sales, is the entire amount of money your firm makes in a given accounting period before any deductions.&lt;/p&gt;</description></item></channel></rss>

File diff suppressed because one or more lines are too long

View File

@@ -1,42 +1 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Unit 1 on Freedoms4</title><link>https://freedoms4.org/uninotes/s1/et-dcm1107/unit1/</link><description>Recent content in Unit 1 on Freedoms4</description><generator>Hugo</generator><language>en-us</language><managingEditor>your-email@example.com (Freedoms4)</managingEditor><webMaster>your-email@example.com (Freedoms4)</webMaster><atom:link href="https://freedoms4.org/uninotes/s1/et-dcm1107/unit1/index.xml" rel="self" type="application/rss+xml"/><item><title>Unit 1</title><link>https://freedoms4.org/uninotes/s1/et-dcm1107/unit1/live/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><author>your-email@example.com (Freedoms4)</author><guid>https://freedoms4.org/uninotes/s1/et-dcm1107/unit1/live/</guid><description>&lt;h3 class="heading" id="april-5-2026"&gt; <?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Unit 1 on Freedoms4</title><link>https://freedoms4.org/uninotes/s1/et-dcm1107/unit1/</link><description>Recent content in Unit 1 on Freedoms4</description><generator>Hugo</generator><language>en-us</language><managingEditor>your-email@example.com (Freedoms4)</managingEditor><webMaster>your-email@example.com (Freedoms4)</webMaster><atom:link href="https://freedoms4.org/uninotes/s1/et-dcm1107/unit1/index.xml" rel="self" type="application/rss+xml"/></channel></rss>
&lt;em&gt;&lt;strong&gt;April 5, 2026&lt;/strong&gt;&lt;/em&gt;&lt;span class="heading__anchor"&gt; &lt;a href="#april-5-2026"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h3&gt;&lt;h2 class="heading" id="course-objectives"&gt;
Course Objectives&lt;span class="heading__anchor"&gt; &lt;a href="#course-objectives"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h2&gt;&lt;p&gt;A) Develop analytical skills for interpreting consumer decision-making and market behaviour using economic tools.&lt;br&gt;
B) Examine cost and revenue structures of firms.&lt;/p&gt;
&lt;h2 class="heading" id="definition-of-economics-by-various-individuals"&gt;
Definition of Economics by various individuals&lt;span class="heading__anchor"&gt; &lt;a href="#definition-of-economics-by-various-individuals"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h2&gt;&lt;p&gt;A) Wealth Definition by Adam Smith.&lt;br&gt;
B) Welfare Definition by Alfred Marshall.&lt;br&gt;
C) Scarcity Definition by Robbins.&lt;br&gt;
D) Growth Defintion by Samuelson.&lt;/p&gt;
&lt;h2 class="heading" id="nature"&gt;
Nature&lt;span class="heading__anchor"&gt; &lt;a href="#nature"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h2&gt;&lt;h3 class="heading" id="a-economics-as-a-science"&gt;
A) Economics as a Science&lt;span class="heading__anchor"&gt; &lt;a href="#a-economics-as-a-science"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h3&gt;&lt;ol&gt;
&lt;li&gt;Positive (what is, based on data and logic)&lt;/li&gt;
&lt;li&gt;Normative (what ought to be, opinions, judgements)&lt;/li&gt;
&lt;/ol&gt;
&lt;h3 class="heading" id="b-economics-as-an-art"&gt;
B) Economics as an Art&lt;span class="heading__anchor"&gt; &lt;a href="#b-economics-as-an-art"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h3&gt;&lt;ol&gt;
&lt;li&gt;Pure (what ought to be, ideals and goals)&lt;/li&gt;
&lt;li&gt;Applied (real world, how to implement)&lt;/li&gt;
&lt;/ol&gt;
&lt;h3 class="heading" id="a-described-economics-as-a-science"&gt;
A) Described Economics as a Science&lt;span class="heading__anchor"&gt; &lt;a href="#a-described-economics-as-a-science"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h3&gt;&lt;ol&gt;
&lt;li&gt;Focuses on laws and cause-and-effect relationships (e.g Law of Demand).&lt;/li&gt;
&lt;li&gt;Models to predict economic outcomes.&lt;/li&gt;
&lt;li&gt;Data analysis, observation, hypothesis.&lt;/li&gt;
&lt;li&gt;Real-world evidence.&lt;/li&gt;
&lt;li&gt;Deductive and Inductive reasoning.&lt;/li&gt;
&lt;/ol&gt;
&lt;ul&gt;
&lt;li&gt;Limitaion: Human behaviour involved.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 class="heading" id="methods"&gt;
Methods&lt;span class="heading__anchor"&gt; &lt;a href="#methods"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h2&gt;&lt;p&gt;A) Inductive (specific -&amp;gt; general).&lt;br&gt;
B) Deductive (general -&amp;gt; specific).&lt;/p&gt;</description></item></channel></rss>

View File

@@ -1,25 +1,25 @@
<!doctype html><html class=html lang=en-us dir=ltr><head><meta charset=utf-8><meta name=viewport content="width=device-width"><title>Unit 1 | Freedoms4</title><link rel=stylesheet href=/css/style.min.34d0accb85f8ec23ceee8c29eef5907823b531d8acb9e6bdf45a3b37ad028d30.css integrity="sha256-NNCsy4X47CPO7owp7vWQeCO1Mdisuea99Fo7N60CjTA=" crossorigin=anonymous><link rel=icon href=/favicon.ico><meta name=description content=" April 5, 2026 # Course Objectives # A) Develop analytical skills for interpreting consumer decision-making and market behaviour using economic tools. <!doctype html><html class=html lang=en-us dir=ltr><head><meta charset=utf-8><meta name=viewport content="width=device-width"><title>Unit 1 | Freedoms4</title><link rel=stylesheet href=/css/style.min.34d0accb85f8ec23ceee8c29eef5907823b531d8acb9e6bdf45a3b37ad028d30.css integrity="sha256-NNCsy4X47CPO7owp7vWQeCO1Mdisuea99Fo7N60CjTA=" crossorigin=anonymous><link rel=icon href=/favicon.ico><meta name=description content="April 5, 2026 Course Objectives A) Develop analytical skills for interpreting consumer decision-making and market behaviour using economic tools.
B) Examine cost and revenue structures of firms. B) Examine cost and revenue structures of firms.
Definition of Economics by various individuals # A) Wealth Definition by Adam Smith. Definition of Economics by various individuals A) Wealth Definition by Adam Smith.
B) Welfare Definition by Alfred Marshall. B) Welfare Definition by Alfred Marshall.
C) Scarcity Definition by Robbins. C) Scarcity Definition by Robbins.
D) Growth Defintion by Samuelson. D) Growth Defintion by Samuelson.
Nature # A) Economics as a Science # Positive (what is, based on data and logic) Normative (what ought to be, opinions, judgements) B) Economics as an Art # Pure (what ought to be, ideals and goals) Applied (real world, how to implement) A) Described Economics as a Science # Focuses on laws and cause-and-effect relationships (e.g Law of Demand). Models to predict economic outcomes. Data analysis, observation, hypothesis. Real-world evidence. Deductive and Inductive reasoning. Limitaion: Human behaviour involved. Methods # A) Inductive (specific -> general). Nature A) Economics as a Science Positive (what is, based on data and logic) Normative (what ought to be, opinions, judgements) B) Economics as an Art Pure (what ought to be, ideals and goals) Applied (real world, how to implement) A) Described Economics as a Science Focuses on laws and cause-and-effect relationships (e.g Law of Demand). Models to predict economic outcomes. Data analysis, observation, hypothesis. Real-world evidence. Deductive and Inductive reasoning. Limitaion: Human behaviour involved. Methods A) Inductive (specific -> general).
B) Deductive (general -> specific)."><meta property="og:url" content="https://freedoms4.org/uninotes/s1/et-dcm1107/unit1/live/"><meta property="og:site_name" content="Freedoms4"><meta property="og:title" content="Unit 1"><meta property="og:description" content="April 5, 2026 # Course Objectives # A) Develop analytical skills for interpreting consumer decision-making and market behaviour using economic tools. B) Deductive (general -> specific)."><meta property="og:url" content="https://freedoms4.org/uninotes/s1/et-dcm1107/unit1/live/"><meta property="og:site_name" content="Freedoms4"><meta property="og:title" content="Unit 1"><meta property="og:description" content="April 5, 2026 Course Objectives A) Develop analytical skills for interpreting consumer decision-making and market behaviour using economic tools.
B) Examine cost and revenue structures of firms. B) Examine cost and revenue structures of firms.
Definition of Economics by various individuals # A) Wealth Definition by Adam Smith. Definition of Economics by various individuals A) Wealth Definition by Adam Smith.
B) Welfare Definition by Alfred Marshall. B) Welfare Definition by Alfred Marshall.
C) Scarcity Definition by Robbins. C) Scarcity Definition by Robbins.
D) Growth Defintion by Samuelson. D) Growth Defintion by Samuelson.
Nature # A) Economics as a Science # Positive (what is, based on data and logic) Normative (what ought to be, opinions, judgements) B) Economics as an Art # Pure (what ought to be, ideals and goals) Applied (real world, how to implement) A) Described Economics as a Science # Focuses on laws and cause-and-effect relationships (e.g Law of Demand). Models to predict economic outcomes. Data analysis, observation, hypothesis. Real-world evidence. Deductive and Inductive reasoning. Limitaion: Human behaviour involved. Methods # A) Inductive (specific -> general). Nature A) Economics as a Science Positive (what is, based on data and logic) Normative (what ought to be, opinions, judgements) B) Economics as an Art Pure (what ought to be, ideals and goals) Applied (real world, how to implement) A) Described Economics as a Science Focuses on laws and cause-and-effect relationships (e.g Law of Demand). Models to predict economic outcomes. Data analysis, observation, hypothesis. Real-world evidence. Deductive and Inductive reasoning. Limitaion: Human behaviour involved. Methods A) Inductive (specific -> general).
B) Deductive (general -> specific)."><meta property="og:locale" content="en_us"><meta property="og:type" content="article"><meta property="article:section" content="uninotes"><meta itemprop=name content="Unit 1"><meta itemprop=description content="April 5, 2026 # Course Objectives # A) Develop analytical skills for interpreting consumer decision-making and market behaviour using economic tools. B) Deductive (general -> specific)."><meta property="og:locale" content="en_us"><meta property="og:type" content="article"><meta property="article:section" content="uninotes"><meta itemprop=name content="Unit 1"><meta itemprop=description content="April 5, 2026 Course Objectives A) Develop analytical skills for interpreting consumer decision-making and market behaviour using economic tools.
B) Examine cost and revenue structures of firms. B) Examine cost and revenue structures of firms.
Definition of Economics by various individuals # A) Wealth Definition by Adam Smith. Definition of Economics by various individuals A) Wealth Definition by Adam Smith.
B) Welfare Definition by Alfred Marshall. B) Welfare Definition by Alfred Marshall.
C) Scarcity Definition by Robbins. C) Scarcity Definition by Robbins.
D) Growth Defintion by Samuelson. D) Growth Defintion by Samuelson.
Nature # A) Economics as a Science # Positive (what is, based on data and logic) Normative (what ought to be, opinions, judgements) B) Economics as an Art # Pure (what ought to be, ideals and goals) Applied (real world, how to implement) A) Described Economics as a Science # Focuses on laws and cause-and-effect relationships (e.g Law of Demand). Models to predict economic outcomes. Data analysis, observation, hypothesis. Real-world evidence. Deductive and Inductive reasoning. Limitaion: Human behaviour involved. Methods # A) Inductive (specific -> general). Nature A) Economics as a Science Positive (what is, based on data and logic) Normative (what ought to be, opinions, judgements) B) Economics as an Art Pure (what ought to be, ideals and goals) Applied (real world, how to implement) A) Described Economics as a Science Focuses on laws and cause-and-effect relationships (e.g Law of Demand). Models to predict economic outcomes. Data analysis, observation, hypothesis. Real-world evidence. Deductive and Inductive reasoning. Limitaion: Human behaviour involved. Methods A) Inductive (specific -> general).
B) Deductive (general -> specific)."><meta itemprop=wordCount content="179"><meta itemprop=keywords content="S1,ET DCM1107"><link rel=stylesheet href=/css/custom.css><script>(function(){var e=localStorage.getItem("theme");e&&document.documentElement.setAttribute("data-theme",e),localStorage.getItem("f4_username")==="hyzen"&&document.documentElement.classList.add("hyzen-user")})()</script><script async src=https://plausible.freedoms4.org/js/pa-5BKl0z0RLzwrclKq4y-qk.js></script><script>(window.plausible=window.plausible||function(){(plausible.q=plausible.q||[]).push(arguments)},plausible.init=plausible.init||function(e){plausible.o=e||{}}),plausible.init()</script></head><body class=body><header class=header><div class=brand><img src=/logo.png alt="Freedoms4 logo"><h1>Freedoms4</h1><div class=brand__actions><button class=theme-toggle id=theme-toggle aria-label="Toggle theme" title="Toggle dark/light mode"> B) Deductive (general -> specific)."><meta itemprop=wordCount content="169"><meta itemprop=keywords content="S1,ET DCM1107"><link rel=stylesheet href=/css/custom.css><script>(function(){var e=localStorage.getItem("theme");e&&document.documentElement.setAttribute("data-theme",e),localStorage.getItem("f4_username")==="hyzen"&&document.documentElement.classList.add("hyzen-user")})()</script><script async src=https://plausible.freedoms4.org/js/pa-5BKl0z0RLzwrclKq4y-qk.js></script><script>(window.plausible=window.plausible||function(){(plausible.q=plausible.q||[]).push(arguments)},plausible.init=plausible.init||function(e){plausible.o=e||{}}),plausible.init()</script></head><body class=body><header class=header><div class=brand><img src=/logo.png alt="Freedoms4 logo"><h1>Freedoms4</h1><div class=brand__actions><button class=theme-toggle id=theme-toggle aria-label="Toggle theme" title="Toggle dark/light mode">
<svg class="theme-toggle__sun" viewBox="0 0 24 24" width="16" height="16" fill="currentColor"><path d="M12 7c-2.76.0-5 2.24-5 5s2.24 5 5 5 5-2.24 5-5-2.24-5-5-5zM2 13h2c.55.0 1-.45 1-1s-.45-1-1-1H2c-.55.0-1 .45-1 1s.45 1 1 1zm18 0h2c.55.0 1-.45 1-1s-.45-1-1-1h-2c-.55.0-1 .45-1 1s.45 1 1 1zM11 2v2c0 .55.45 1 1 1s1-.45 1-1V2c0-.55-.45-1-1-1s-1 .45-1 1zm0 18v2c0 .55.45 1 1 1s1-.45 1-1v-2c0-.55-.45-1-1-1s-1 .45-1 1zM5.99 4.58c-.39-.39-1.03-.39-1.41.0-.39.39-.39 1.03.0 1.41l1.06 1.06c.39.39 1.03.39 1.41.0s.39-1.03.0-1.41L5.99 4.58zm12.37 12.37c-.39-.39-1.03-.39-1.41.0-.39.39-.39 1.03.0 1.41l1.06 1.06c.39.39 1.03.39 1.41.0.39-.39.39-1.03.0-1.41l-1.06-1.06zm1.06-12.37-1.06 1.06c-.39.39-.39 1.03.0 1.41s1.03.39 1.41.0l1.06-1.06c.39-.39.39-1.03.0-1.41s-1.03-.39-1.41.0zM7.05 18.36l-1.06 1.06c-.39.39-.39 1.03.0 1.41s1.03.39 1.41.0l1.06-1.06c.39-.39.39-1.03.0-1.41s-1.03-.39-1.41.0z"/></svg> <svg class="theme-toggle__sun" viewBox="0 0 24 24" width="16" height="16" fill="currentColor"><path d="M12 7c-2.76.0-5 2.24-5 5s2.24 5 5 5 5-2.24 5-5-2.24-5-5-5zM2 13h2c.55.0 1-.45 1-1s-.45-1-1-1H2c-.55.0-1 .45-1 1s.45 1 1 1zm18 0h2c.55.0 1-.45 1-1s-.45-1-1-1h-2c-.55.0-1 .45-1 1s.45 1 1 1zM11 2v2c0 .55.45 1 1 1s1-.45 1-1V2c0-.55-.45-1-1-1s-1 .45-1 1zm0 18v2c0 .55.45 1 1 1s1-.45 1-1v-2c0-.55-.45-1-1-1s-1 .45-1 1zM5.99 4.58c-.39-.39-1.03-.39-1.41.0-.39.39-.39 1.03.0 1.41l1.06 1.06c.39.39 1.03.39 1.41.0s.39-1.03.0-1.41L5.99 4.58zm12.37 12.37c-.39-.39-1.03-.39-1.41.0-.39.39-.39 1.03.0 1.41l1.06 1.06c.39.39 1.03.39 1.41.0.39-.39.39-1.03.0-1.41l-1.06-1.06zm1.06-12.37-1.06 1.06c-.39.39-.39 1.03.0 1.41s1.03.39 1.41.0l1.06-1.06c.39-.39.39-1.03.0-1.41s-1.03-.39-1.41.0zM7.05 18.36l-1.06 1.06c-.39.39-.39 1.03.0 1.41s1.03.39 1.41.0l1.06-1.06c.39-.39.39-1.03.0-1.41s-1.03-.39-1.41.0z"/></svg>
<svg class="theme-toggle__moon" viewBox="0 0 24 24" width="16" height="16" fill="currentColor"><path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"/></svg></button><div class=brand__auth><input type=checkbox id=auth-dropdown class=brand__auth-check> <svg class="theme-toggle__moon" viewBox="0 0 24 24" width="16" height="16" fill="currentColor"><path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"/></svg></button><div class=brand__auth><input type=checkbox id=auth-dropdown class=brand__auth-check>
<label class=brand__auth-toggle for=auth-dropdown tabindex=0 aria-label="Account options"><svg viewBox="0 0 24 24" width="12" height="12" fill="currentColor"><path d="M12 12c2.7.0 4.8-2.1 4.8-4.8S14.7 2.4 12 2.4 7.2 4.5 7.2 7.2 9.3 12 12 12zm0 2.4c-3.2.0-9.6 1.6-9.6 4.8v2.4h19.2v-2.4c0-3.2-6.4-4.8-9.6-4.8z"/></svg></label><div class=brand__auth-links><a href=/login/ class="auth-link auth-link--login">Login</a> <label class=brand__auth-toggle for=auth-dropdown tabindex=0 aria-label="Account options"><svg viewBox="0 0 24 24" width="12" height="12" fill="currentColor"><path d="M12 12c2.7.0 4.8-2.1 4.8-4.8S14.7 2.4 12 2.4 7.2 4.5 7.2 7.2 9.3 12 12 12zm0 2.4c-3.2.0-9.6 1.6-9.6 4.8v2.4h19.2v-2.4c0-3.2-6.4-4.8-9.6-4.8z"/></svg></label><div class=brand__auth-links><a href=/login/ class="auth-link auth-link--login">Login</a>
@@ -30,11 +30,9 @@ All updates
</button> </button>
<button class=rss-subscribe__item data-rss-url=https://freedoms4.org/blog/index.xml> <button class=rss-subscribe__item data-rss-url=https://freedoms4.org/blog/index.xml>
Blog posts</button></div></div></div></div><nav class="menu language"><ul class="menu__list language__list"><li class=menu__item><a class=menu__link href=/>Home</a></li><li class=menu__item><a class=menu__link href=/blog/>Blog</a></li><li class=menu__item><a class=menu__link href=/services/>Services</a></li><li class=menu__item><a class=menu__link href=/uninotes/>UniNotes</a></li><li class=menu__item><a class=menu__link href=/contact/>Contact</a></li></ul></nav></header><main class=main><nav class="uninotes-breadcrumbs breadcrumbs"><a href=/uninotes/>UniNotes</a> Blog posts</button></div></div></div></div><nav class="menu language"><ul class="menu__list language__list"><li class=menu__item><a class=menu__link href=/>Home</a></li><li class=menu__item><a class=menu__link href=/blog/>Blog</a></li><li class=menu__item><a class=menu__link href=/services/>Services</a></li><li class=menu__item><a class=menu__link href=/uninotes/>UniNotes</a></li><li class=menu__item><a class=menu__link href=/contact/>Contact</a></li></ul></nav></header><main class=main><nav class="uninotes-breadcrumbs breadcrumbs"><a href=/uninotes/>UniNotes</a>
<a href=/uninotes/s1/>S1</a> <a href=/uninotes/s1/>S1</a> <a href=/uninotes/s1/et-dcm1107/>ET DCM1107</a>
<a href=/uninotes/s1/et-dcm1107/>ET DCM1107</a> <a href=/uninotes/s1/et-dcm1107/unit1/>Unit 1</a>
<a href=/uninotes/s1/et-dcm1107/unit1/>Unit 1</a> <span>Live</span></nav><div class=uninotes-meta><span class=uninotes-meta__pill>S1</span> <span class=uninotes-meta__pill>ET DCM1107</span>
<span>Live</span></nav><div class=uninotes-meta><span class=uninotes-meta__pill>S1</span> <span class="uninotes-meta__pill uninotes-meta__pill--live">Live</span></div><h1>Unit 1</h1><details class=toc><summary class=toc__summary>Table of Contents</summary><nav id=TableOfContents><ul><li><ul><li><a href=#april-5-2026><em><strong>April 5, 2026</strong></em></a></li></ul></li><li><a href=#course-objectives>Course Objectives</a></li><li><a href=#definition-of-economics-by-various-individuals>Definition of Economics by various individuals</a></li><li><a href=#nature>Nature</a><ul><li><a href=#a-economics-as-a-science>A) Economics as a Science</a></li><li><a href=#b-economics-as-an-art>B) Economics as an Art</a></li><li><a href=#a-described-economics-as-a-science>A) Described Economics as a Science</a></li></ul></li><li><a href=#methods>Methods</a><ul><li><a href=#a-inductive>A) Inductive</a></li><li><a href=#b-deductive>B) Deductive</a></li></ul></li></ul></nav></details><h3 class=heading id=april-5-2026><em><strong>April 5, 2026</strong></em></h3><h2 class=heading id=course-objectives>Course Objectives</h2><p>A) Develop analytical skills for interpreting consumer decision-making and market behaviour using economic tools.<br>B) Examine cost and revenue structures of firms.</p><h2 class=heading id=definition-of-economics-by-various-individuals>Definition of Economics by various individuals</h2><p>A) Wealth Definition by Adam Smith.<br>B) Welfare Definition by Alfred Marshall.<br>C) Scarcity Definition by Robbins.<br>D) Growth Defintion by Samuelson.</p><h2 class=heading id=nature>Nature</h2><h3 class=heading id=a-economics-as-a-science>A) Economics as a Science</h3><ol><li>Positive (what is, based on data and logic)</li><li>Normative (what ought to be, opinions, judgements)</li></ol><h3 class=heading id=b-economics-as-an-art>B) Economics as an Art</h3><ol><li>Pure (what ought to be, ideals and goals)</li><li>Applied (real world, how to implement)</li></ol><h3 class=heading id=a-described-economics-as-a-science>A) Described Economics as a Science</h3><ol><li>Focuses on laws and cause-and-effect relationships (e.g Law of Demand).</li><li>Models to predict economic outcomes.</li><li>Data analysis, observation, hypothesis.</li><li>Real-world evidence.</li><li>Deductive and Inductive reasoning.</li></ol><ul><li>Limitaion: Human behaviour involved.</li></ul><h2 class=heading id=methods>Methods</h2><p>A) Inductive (specific -> general).<br>B) Deductive (general -> specific).</p><h3 class=heading id=a-inductive>A) Inductive</h3><ol><li>Real-world observation, identify problem.</li><li>Collect data, analyze and find patterns.</li><li>Formulate and test generalisations.</li></ol><h3 class=heading id=b-deductive>B) Deductive</h3><ol><li>Identify the general problem.</li><li>Assumptions, formulate hypothesis.</li><li>Verify using data.</li></ol><nav class=page-nav><a class=page-nav__next-link href=/uninotes/s1/et-dcm1107/unit2/>Unit 2 →</a></nav></main><footer class=footer><p class=footer__copyright-notice>&copy; <a href=https://freedoms4.org>freedoms4.org</a>
<span class=uninotes-meta__pill>ET DCM1107</span>
<span class="uninotes-meta__pill uninotes-meta__pill--live">Live</span></div><h1>Unit 1</h1><details class=toc><summary class=toc__summary>Table of Contents</summary><nav id=TableOfContents><ul><li><ul><li><a href=#april-5-2026><em><strong>April 5, 2026</strong></em></a></li></ul></li><li><a href=#course-objectives>Course Objectives</a></li><li><a href=#definition-of-economics-by-various-individuals>Definition of Economics by various individuals</a></li><li><a href=#nature>Nature</a><ul><li><a href=#a-economics-as-a-science>A) Economics as a Science</a></li><li><a href=#b-economics-as-an-art>B) Economics as an Art</a></li><li><a href=#a-described-economics-as-a-science>A) Described Economics as a Science</a></li></ul></li><li><a href=#methods>Methods</a><ul><li><a href=#a-inductive>A) Inductive</a></li><li><a href=#b-deductive>B) Deductive</a></li></ul></li></ul></nav></details><h3 class=heading id=april-5-2026><em><strong>April 5, 2026</strong></em><span class=heading__anchor> <a href=#april-5-2026>#</a></span></h3><h2 class=heading id=course-objectives>Course Objectives<span class=heading__anchor> <a href=#course-objectives>#</a></span></h2><p>A) Develop analytical skills for interpreting consumer decision-making and market behaviour using economic tools.<br>B) Examine cost and revenue structures of firms.</p><h2 class=heading id=definition-of-economics-by-various-individuals>Definition of Economics by various individuals<span class=heading__anchor> <a href=#definition-of-economics-by-various-individuals>#</a></span></h2><p>A) Wealth Definition by Adam Smith.<br>B) Welfare Definition by Alfred Marshall.<br>C) Scarcity Definition by Robbins.<br>D) Growth Defintion by Samuelson.</p><h2 class=heading id=nature>Nature<span class=heading__anchor> <a href=#nature>#</a></span></h2><h3 class=heading id=a-economics-as-a-science>A) Economics as a Science<span class=heading__anchor> <a href=#a-economics-as-a-science>#</a></span></h3><ol><li>Positive (what is, based on data and logic)</li><li>Normative (what ought to be, opinions, judgements)</li></ol><h3 class=heading id=b-economics-as-an-art>B) Economics as an Art<span class=heading__anchor> <a href=#b-economics-as-an-art>#</a></span></h3><ol><li>Pure (what ought to be, ideals and goals)</li><li>Applied (real world, how to implement)</li></ol><h3 class=heading id=a-described-economics-as-a-science>A) Described Economics as a Science<span class=heading__anchor> <a href=#a-described-economics-as-a-science>#</a></span></h3><ol><li>Focuses on laws and cause-and-effect relationships (e.g Law of Demand).</li><li>Models to predict economic outcomes.</li><li>Data analysis, observation, hypothesis.</li><li>Real-world evidence.</li><li>Deductive and Inductive reasoning.</li></ol><ul><li>Limitaion: Human behaviour involved.</li></ul><h2 class=heading id=methods>Methods<span class=heading__anchor> <a href=#methods>#</a></span></h2><p>A) Inductive (specific -> general).<br>B) Deductive (general -> specific).</p><h3 class=heading id=a-inductive>A) Inductive<span class=heading__anchor> <a href=#a-inductive>#</a></span></h3><ol><li>Real-world observation, identify problem.</li><li>Collect data, analyze and find patterns.</li><li>Formulate and test generalisations.</li></ol><h3 class=heading id=b-deductive>B) Deductive<span class=heading__anchor> <a href=#b-deductive>#</a></span></h3><ol><li>Identify the general problem.</li><li>Assumptions, formulate hypothesis.</li><li>Verify using data.</li></ol><nav class=page-nav><a class=page-nav__next-link href=/uninotes/s1/et-dcm1107/unit2/>Unit 2 →</a></nav></main><footer class=footer><p class=footer__copyright-notice>&copy; <a href=https://freedoms4.org>freedoms4.org</a>
<a href=/terms/>Terms and Conditions</a> <a href=/privacy/>Privacy Policy</a> <a href=/terms/>Terms and Conditions</a> <a href=/privacy/>Privacy Policy</a>
<a href=/changelog/>Changelog</a></p><p class=footer__theme-info>Built with <a href=https://gohugo.io>Hugo</a> and based on <a href=https://github.com/CyrusYip/hugo-theme-yue>Yue</a> theme</p></footer><script>(function(){document.querySelectorAll(".menu__item").forEach(function(e){var t=e.querySelector("a");t&&t.getAttribute("href")==="/uninotes/"&&e.classList.add("menu__item--uninotes")})})()</script><script>(function(){var e=document.getElementById("theme-toggle");if(!e)return;function t(){var e=localStorage.getItem("theme");return e?e:window.matchMedia("(prefers-color-scheme: light)").matches?"light":"dark"}function n(e){document.documentElement.setAttribute("data-theme",e),localStorage.setItem("theme",e)}n(t()),e.addEventListener("click",function(){var e=document.documentElement.getAttribute("data-theme")||t();n(e==="dark"?"light":"dark")})})()</script><script>(function(){var t="https://backend.freedoms4.org/auth.php",e=localStorage.getItem("f4_username");if(!e)return;function n(e){var t,n,o,i,a,c,r=document.querySelector(".brand__auth");r&&!r.querySelector(".brand__auth-user")&&(r.classList.add("brand__auth--loggedin"),t=document.createElement("div"),t.className="brand__auth-user",n=document.createElement("button"),n.className="brand__auth-user-btn",n.setAttribute("aria-label","Account menu"),c=document.createElement("span"),c.innerHTML='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="12" height="12" fill="currentColor"><path d="M12 12c2.7 0 4.8-2.1 4.8-4.8S14.7 2.4 12 2.4 7.2 4.5 7.2 7.2 9.3 12 12 12zm0 2.4c-3.2 0-9.6 1.6-9.6 4.8v2.4h19.2v-2.4c0-3.2-6.4-4.8-9.6-4.8z"/></svg>',n.appendChild(c.firstChild),n.appendChild(document.createTextNode(" "+e)),o=document.createElement("div"),o.className="brand__auth-user-dropdown",i=document.createElement("button"),i.className="brand__auth-user-logout",i.textContent="Log Out",i.addEventListener("click",s),e==="hyzen"&&(a=document.createElement("a"),a.className="brand__auth-user-admin",a.href="/admin/",a.textContent="User Management",o.appendChild(a)),o.appendChild(i),o.appendChild(i),t.appendChild(n),t.appendChild(o),r.appendChild(t),n.addEventListener("click",function(e){e.stopPropagation(),t.classList.toggle("is-open")}),document.addEventListener("click",function(){t.classList.remove("is-open")}))}function s(){fetch(t,{method:"POST",headers:{"Content-Type":"application/json"},credentials:"include",body:JSON.stringify({action:"logout"})}).finally(function(){localStorage.removeItem("f4_username"),localStorage.removeItem("f4_login_time"),localStorage.removeItem("f4_session_fails"),window.location.reload()})}n(e)})()</script><script>(function(){var t,e=document.querySelector(".rss-subscribe");if(!e)return;t=e.querySelector(".rss-subscribe__btn"),t.addEventListener("click",function(t){t.stopPropagation(),e.classList.toggle("is-open")}),document.addEventListener("click",function(t){e.contains(t.target)||e.classList.remove("is-open")}),e.querySelectorAll(".rss-subscribe__item").forEach(function(t){t.addEventListener("click",function(n){n.stopPropagation();var s,o=t.getAttribute("data-rss-url"),a=t.textContent;function i(){t.textContent="Copied!",setTimeout(function(){t.textContent=a,e.classList.remove("is-open")},1200)}try{s=document.createElement("textarea"),s.value=o,s.style.cssText="position:fixed;top:0;left:0;opacity:0;pointer-events:none;",document.body.appendChild(s),s.focus(),s.select(),document.execCommand("copy"),document.body.removeChild(s),i()}catch{navigator.clipboard&&navigator.clipboard.writeText(o).then(i).catch(function(){t.textContent=o})}})})})()</script><script src=/js/session-check.js></script></body></html> <a href=/changelog/>Changelog</a></p><p class=footer__theme-info>Built with <a href=https://gohugo.io>Hugo</a> and based on <a href=https://github.com/CyrusYip/hugo-theme-yue>Yue</a> theme</p></footer><script>(function(){document.querySelectorAll(".menu__item").forEach(function(e){var t=e.querySelector("a");t&&t.getAttribute("href")==="/uninotes/"&&e.classList.add("menu__item--uninotes")})})()</script><script>(function(){var e=document.getElementById("theme-toggle");if(!e)return;function t(){var e=localStorage.getItem("theme");return e?e:window.matchMedia("(prefers-color-scheme: light)").matches?"light":"dark"}function n(e){document.documentElement.setAttribute("data-theme",e),localStorage.setItem("theme",e)}n(t()),e.addEventListener("click",function(){var e=document.documentElement.getAttribute("data-theme")||t();n(e==="dark"?"light":"dark")})})()</script><script>(function(){var t="https://backend.freedoms4.org/auth.php",e=localStorage.getItem("f4_username");if(!e)return;function n(e){var t,n,o,i,a,c,r=document.querySelector(".brand__auth");r&&!r.querySelector(".brand__auth-user")&&(r.classList.add("brand__auth--loggedin"),t=document.createElement("div"),t.className="brand__auth-user",n=document.createElement("button"),n.className="brand__auth-user-btn",n.setAttribute("aria-label","Account menu"),c=document.createElement("span"),c.innerHTML='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="12" height="12" fill="currentColor"><path d="M12 12c2.7 0 4.8-2.1 4.8-4.8S14.7 2.4 12 2.4 7.2 4.5 7.2 7.2 9.3 12 12 12zm0 2.4c-3.2 0-9.6 1.6-9.6 4.8v2.4h19.2v-2.4c0-3.2-6.4-4.8-9.6-4.8z"/></svg>',n.appendChild(c.firstChild),n.appendChild(document.createTextNode(" "+e)),o=document.createElement("div"),o.className="brand__auth-user-dropdown",i=document.createElement("button"),i.className="brand__auth-user-logout",i.textContent="Log Out",i.addEventListener("click",s),e==="hyzen"&&(a=document.createElement("a"),a.className="brand__auth-user-admin",a.href="/admin/",a.textContent="User Management",o.appendChild(a)),o.appendChild(i),o.appendChild(i),t.appendChild(n),t.appendChild(o),r.appendChild(t),n.addEventListener("click",function(e){e.stopPropagation(),t.classList.toggle("is-open")}),document.addEventListener("click",function(){t.classList.remove("is-open")}))}function s(){fetch(t,{method:"POST",headers:{"Content-Type":"application/json"},credentials:"include",body:JSON.stringify({action:"logout"})}).finally(function(){localStorage.removeItem("f4_username"),localStorage.removeItem("f4_login_time"),localStorage.removeItem("f4_session_fails"),window.location.reload()})}n(e)})()</script><script>(function(){var t,e=document.querySelector(".rss-subscribe");if(!e)return;t=e.querySelector(".rss-subscribe__btn"),t.addEventListener("click",function(t){t.stopPropagation(),e.classList.toggle("is-open")}),document.addEventListener("click",function(t){e.contains(t.target)||e.classList.remove("is-open")}),e.querySelectorAll(".rss-subscribe__item").forEach(function(t){t.addEventListener("click",function(n){n.stopPropagation();var s,o=t.getAttribute("data-rss-url"),a=t.textContent;function i(){t.textContent="Copied!",setTimeout(function(){t.textContent=a,e.classList.remove("is-open")},1200)}try{s=document.createElement("textarea"),s.value=o,s.style.cssText="position:fixed;top:0;left:0;opacity:0;pointer-events:none;",document.body.appendChild(s),s.focus(),s.select(),document.execCommand("copy"),document.body.removeChild(s),i()}catch{navigator.clipboard&&navigator.clipboard.writeText(o).then(i).catch(function(){t.textContent=o})}})})})()</script><script src=/js/session-check.js></script></body></html>

View File

@@ -1,13 +1 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Unit 12 on Freedoms4</title><link>https://freedoms4.org/uninotes/s1/et-dcm1107/unit12/</link><description>Recent content in Unit 12 on Freedoms4</description><generator>Hugo</generator><language>en-us</language><managingEditor>your-email@example.com (Freedoms4)</managingEditor><webMaster>your-email@example.com (Freedoms4)</webMaster><atom:link href="https://freedoms4.org/uninotes/s1/et-dcm1107/unit12/index.xml" rel="self" type="application/rss+xml"/><item><title>Unit 12</title><link>https://freedoms4.org/uninotes/s1/et-dcm1107/unit12/self/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><author>your-email@example.com (Freedoms4)</author><guid>https://freedoms4.org/uninotes/s1/et-dcm1107/unit12/self/</guid><description>&lt;h3 class="heading" id="may-25-2026"&gt; <?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Unit 12 on Freedoms4</title><link>https://freedoms4.org/uninotes/s1/et-dcm1107/unit12/</link><description>Recent content in Unit 12 on Freedoms4</description><generator>Hugo</generator><language>en-us</language><managingEditor>your-email@example.com (Freedoms4)</managingEditor><webMaster>your-email@example.com (Freedoms4)</webMaster><atom:link href="https://freedoms4.org/uninotes/s1/et-dcm1107/unit12/index.xml" rel="self" type="application/rss+xml"/></channel></rss>
&lt;em&gt;&lt;strong&gt;May 25, 2026&lt;/strong&gt;&lt;/em&gt;&lt;span class="heading__anchor"&gt; &lt;a href="#may-25-2026"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h3&gt;&lt;h2 class="heading" id="definitions"&gt;
Definitions&lt;span class="heading__anchor"&gt; &lt;a href="#definitions"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h2&gt;&lt;h3 class="heading" id="interest"&gt;
Interest&lt;span class="heading__anchor"&gt; &lt;a href="#interest"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h3&gt;&lt;p&gt;The payment or reward given for borrowing money or using capital for a specific period of time.&lt;/p&gt;
&lt;h3 class="heading" id="gross-interest"&gt;
Gross Interest&lt;span class="heading__anchor"&gt; &lt;a href="#gross-interest"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h3&gt;&lt;p&gt;The total amount paid by the borrower to the lender for using borrowed money before deducting taxes, service charges, or other expenses.&lt;/p&gt;
&lt;h3 class="heading" id="net-interest"&gt;
Net Interest&lt;span class="heading__anchor"&gt; &lt;a href="#net-interest"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h3&gt;&lt;p&gt;The actual or pure interest earned or paid after excluding additional charges such as risk, management costs, and inconvenience.&lt;/p&gt;</description></item></channel></rss>

View File

@@ -1,10 +1,13 @@
<!doctype html><html class=html lang=en-us dir=ltr><head><meta charset=utf-8><meta name=viewport content="width=device-width"><title>Unit 12 | Freedoms4</title><link rel=stylesheet href=/css/style.min.34d0accb85f8ec23ceee8c29eef5907823b531d8acb9e6bdf45a3b37ad028d30.css integrity="sha256-NNCsy4X47CPO7owp7vWQeCO1Mdisuea99Fo7N60CjTA=" crossorigin=anonymous><link rel=icon href=/favicon.ico><meta name=description content=" May 25, 2026 # Definitions # Interest # The payment or reward given for borrowing money or using capital for a specific period of time. <!doctype html><html class=html lang=en-us dir=ltr><head><meta charset=utf-8><meta name=viewport content="width=device-width"><title>Unit 12 | Freedoms4</title><link rel=stylesheet href=/css/style.min.34d0accb85f8ec23ceee8c29eef5907823b531d8acb9e6bdf45a3b37ad028d30.css integrity="sha256-NNCsy4X47CPO7owp7vWQeCO1Mdisuea99Fo7N60CjTA=" crossorigin=anonymous><link rel=icon href=/favicon.ico><meta name=description content="May 25, 2026 Definitions Interest The payment or reward given for borrowing money or using capital for a specific period of time.
Gross Interest # The total amount paid by the borrower to the lender for using borrowed money before deducting taxes, service charges, or other expenses. Gross Interest The total amount paid by the borrower to the lender for using borrowed money before deducting taxes, service charges, or other expenses.
Net Interest # The actual or pure interest earned or paid after excluding additional charges such as risk, management costs, and inconvenience."><meta property="og:url" content="https://freedoms4.org/uninotes/s1/et-dcm1107/unit12/self/"><meta property="og:site_name" content="Freedoms4"><meta property="og:title" content="Unit 12"><meta property="og:description" content="May 25, 2026 # Definitions # Interest # The payment or reward given for borrowing money or using capital for a specific period of time. Net Interest The actual or pure interest earned or paid after excluding additional charges such as risk, management costs, and inconvenience.
Gross Interest # The total amount paid by the borrower to the lender for using borrowed money before deducting taxes, service charges, or other expenses. Nominal Rate of Interest The stated rate of return on a loan or investment without considering the effect of inflation."><meta property="og:url" content="https://freedoms4.org/uninotes/s1/et-dcm1107/unit12/self/"><meta property="og:site_name" content="Freedoms4"><meta property="og:title" content="Unit 12"><meta property="og:description" content="May 25, 2026 Definitions Interest The payment or reward given for borrowing money or using capital for a specific period of time.
Net Interest # The actual or pure interest earned or paid after excluding additional charges such as risk, management costs, and inconvenience."><meta property="og:locale" content="en_us"><meta property="og:type" content="article"><meta property="article:section" content="uninotes"><meta itemprop=name content="Unit 12"><meta itemprop=description content="May 25, 2026 # Definitions # Interest # The payment or reward given for borrowing money or using capital for a specific period of time. Gross Interest The total amount paid by the borrower to the lender for using borrowed money before deducting taxes, service charges, or other expenses.
Gross Interest # The total amount paid by the borrower to the lender for using borrowed money before deducting taxes, service charges, or other expenses. Net Interest The actual or pure interest earned or paid after excluding additional charges such as risk, management costs, and inconvenience.
Net Interest # The actual or pure interest earned or paid after excluding additional charges such as risk, management costs, and inconvenience."><meta itemprop=wordCount content="282"><meta itemprop=keywords content="S1,ET DCM1107"><link rel=stylesheet href=/css/custom.css><script>(function(){var e=localStorage.getItem("theme");e&&document.documentElement.setAttribute("data-theme",e),localStorage.getItem("f4_username")==="hyzen"&&document.documentElement.classList.add("hyzen-user")})()</script><script async src=https://plausible.freedoms4.org/js/pa-5BKl0z0RLzwrclKq4y-qk.js></script><script>(window.plausible=window.plausible||function(){(plausible.q=plausible.q||[]).push(arguments)},plausible.init=plausible.init||function(e){plausible.o=e||{}}),plausible.init()</script></head><body class=body><header class=header><div class=brand><img src=/logo.png alt="Freedoms4 logo"><h1>Freedoms4</h1><div class=brand__actions><button class=theme-toggle id=theme-toggle aria-label="Toggle theme" title="Toggle dark/light mode"> Nominal Rate of Interest The stated rate of return on a loan or investment without considering the effect of inflation."><meta property="og:locale" content="en_us"><meta property="og:type" content="article"><meta property="article:section" content="uninotes"><meta itemprop=name content="Unit 12"><meta itemprop=description content="May 25, 2026 Definitions Interest The payment or reward given for borrowing money or using capital for a specific period of time.
Gross Interest The total amount paid by the borrower to the lender for using borrowed money before deducting taxes, service charges, or other expenses.
Net Interest The actual or pure interest earned or paid after excluding additional charges such as risk, management costs, and inconvenience.
Nominal Rate of Interest The stated rate of return on a loan or investment without considering the effect of inflation."><meta itemprop=wordCount content="273"><meta itemprop=keywords content="S1,ET DCM1107"><link rel=stylesheet href=/css/custom.css><script>(function(){var e=localStorage.getItem("theme");e&&document.documentElement.setAttribute("data-theme",e),localStorage.getItem("f4_username")==="hyzen"&&document.documentElement.classList.add("hyzen-user")})()</script><script async src=https://plausible.freedoms4.org/js/pa-5BKl0z0RLzwrclKq4y-qk.js></script><script>(window.plausible=window.plausible||function(){(plausible.q=plausible.q||[]).push(arguments)},plausible.init=plausible.init||function(e){plausible.o=e||{}}),plausible.init()</script></head><body class=body><header class=header><div class=brand><img src=/logo.png alt="Freedoms4 logo"><h1>Freedoms4</h1><div class=brand__actions><button class=theme-toggle id=theme-toggle aria-label="Toggle theme" title="Toggle dark/light mode">
<svg class="theme-toggle__sun" viewBox="0 0 24 24" width="16" height="16" fill="currentColor"><path d="M12 7c-2.76.0-5 2.24-5 5s2.24 5 5 5 5-2.24 5-5-2.24-5-5-5zM2 13h2c.55.0 1-.45 1-1s-.45-1-1-1H2c-.55.0-1 .45-1 1s.45 1 1 1zm18 0h2c.55.0 1-.45 1-1s-.45-1-1-1h-2c-.55.0-1 .45-1 1s.45 1 1 1zM11 2v2c0 .55.45 1 1 1s1-.45 1-1V2c0-.55-.45-1-1-1s-1 .45-1 1zm0 18v2c0 .55.45 1 1 1s1-.45 1-1v-2c0-.55-.45-1-1-1s-1 .45-1 1zM5.99 4.58c-.39-.39-1.03-.39-1.41.0-.39.39-.39 1.03.0 1.41l1.06 1.06c.39.39 1.03.39 1.41.0s.39-1.03.0-1.41L5.99 4.58zm12.37 12.37c-.39-.39-1.03-.39-1.41.0-.39.39-.39 1.03.0 1.41l1.06 1.06c.39.39 1.03.39 1.41.0.39-.39.39-1.03.0-1.41l-1.06-1.06zm1.06-12.37-1.06 1.06c-.39.39-.39 1.03.0 1.41s1.03.39 1.41.0l1.06-1.06c.39-.39.39-1.03.0-1.41s-1.03-.39-1.41.0zM7.05 18.36l-1.06 1.06c-.39.39-.39 1.03.0 1.41s1.03.39 1.41.0l1.06-1.06c.39-.39.39-1.03.0-1.41s-1.03-.39-1.41.0z"/></svg> <svg class="theme-toggle__sun" viewBox="0 0 24 24" width="16" height="16" fill="currentColor"><path d="M12 7c-2.76.0-5 2.24-5 5s2.24 5 5 5 5-2.24 5-5-2.24-5-5-5zM2 13h2c.55.0 1-.45 1-1s-.45-1-1-1H2c-.55.0-1 .45-1 1s.45 1 1 1zm18 0h2c.55.0 1-.45 1-1s-.45-1-1-1h-2c-.55.0-1 .45-1 1s.45 1 1 1zM11 2v2c0 .55.45 1 1 1s1-.45 1-1V2c0-.55-.45-1-1-1s-1 .45-1 1zm0 18v2c0 .55.45 1 1 1s1-.45 1-1v-2c0-.55-.45-1-1-1s-1 .45-1 1zM5.99 4.58c-.39-.39-1.03-.39-1.41.0-.39.39-.39 1.03.0 1.41l1.06 1.06c.39.39 1.03.39 1.41.0s.39-1.03.0-1.41L5.99 4.58zm12.37 12.37c-.39-.39-1.03-.39-1.41.0-.39.39-.39 1.03.0 1.41l1.06 1.06c.39.39 1.03.39 1.41.0.39-.39.39-1.03.0-1.41l-1.06-1.06zm1.06-12.37-1.06 1.06c-.39.39-.39 1.03.0 1.41s1.03.39 1.41.0l1.06-1.06c.39-.39.39-1.03.0-1.41s-1.03-.39-1.41.0zM7.05 18.36l-1.06 1.06c-.39.39-.39 1.03.0 1.41s1.03.39 1.41.0l1.06-1.06c.39-.39.39-1.03.0-1.41s-1.03-.39-1.41.0z"/></svg>
<svg class="theme-toggle__moon" viewBox="0 0 24 24" width="16" height="16" fill="currentColor"><path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"/></svg></button><div class=brand__auth><input type=checkbox id=auth-dropdown class=brand__auth-check> <svg class="theme-toggle__moon" viewBox="0 0 24 24" width="16" height="16" fill="currentColor"><path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"/></svg></button><div class=brand__auth><input type=checkbox id=auth-dropdown class=brand__auth-check>
<label class=brand__auth-toggle for=auth-dropdown tabindex=0 aria-label="Account options"><svg viewBox="0 0 24 24" width="12" height="12" fill="currentColor"><path d="M12 12c2.7.0 4.8-2.1 4.8-4.8S14.7 2.4 12 2.4 7.2 4.5 7.2 7.2 9.3 12 12 12zm0 2.4c-3.2.0-9.6 1.6-9.6 4.8v2.4h19.2v-2.4c0-3.2-6.4-4.8-9.6-4.8z"/></svg></label><div class=brand__auth-links><a href=/login/ class="auth-link auth-link--login">Login</a> <label class=brand__auth-toggle for=auth-dropdown tabindex=0 aria-label="Account options"><svg viewBox="0 0 24 24" width="12" height="12" fill="currentColor"><path d="M12 12c2.7.0 4.8-2.1 4.8-4.8S14.7 2.4 12 2.4 7.2 4.5 7.2 7.2 9.3 12 12 12zm0 2.4c-3.2.0-9.6 1.6-9.6 4.8v2.4h19.2v-2.4c0-3.2-6.4-4.8-9.6-4.8z"/></svg></label><div class=brand__auth-links><a href=/login/ class="auth-link auth-link--login">Login</a>
@@ -15,11 +18,10 @@ All updates
</button> </button>
<button class=rss-subscribe__item data-rss-url=https://freedoms4.org/blog/index.xml> <button class=rss-subscribe__item data-rss-url=https://freedoms4.org/blog/index.xml>
Blog posts</button></div></div></div></div><nav class="menu language"><ul class="menu__list language__list"><li class=menu__item><a class=menu__link href=/>Home</a></li><li class=menu__item><a class=menu__link href=/blog/>Blog</a></li><li class=menu__item><a class=menu__link href=/services/>Services</a></li><li class=menu__item><a class=menu__link href=/uninotes/>UniNotes</a></li><li class=menu__item><a class=menu__link href=/contact/>Contact</a></li></ul></nav></header><main class=main><nav class="uninotes-breadcrumbs breadcrumbs"><a href=/uninotes/>UniNotes</a> Blog posts</button></div></div></div></div><nav class="menu language"><ul class="menu__list language__list"><li class=menu__item><a class=menu__link href=/>Home</a></li><li class=menu__item><a class=menu__link href=/blog/>Blog</a></li><li class=menu__item><a class=menu__link href=/services/>Services</a></li><li class=menu__item><a class=menu__link href=/uninotes/>UniNotes</a></li><li class=menu__item><a class=menu__link href=/contact/>Contact</a></li></ul></nav></header><main class=main><nav class="uninotes-breadcrumbs breadcrumbs"><a href=/uninotes/>UniNotes</a>
<a href=/uninotes/s1/>S1</a> <a href=/uninotes/s1/>S1</a> <a href=/uninotes/s1/et-dcm1107/>ET DCM1107</a>
<a href=/uninotes/s1/et-dcm1107/>ET DCM1107</a> <a href=/uninotes/s1/et-dcm1107/unit12/>Unit 12</a>
<a href=/uninotes/s1/et-dcm1107/unit12/>Unit 12</a> <span>Self</span></nav><div class=uninotes-meta><span class=uninotes-meta__pill>S1</span> <span class=uninotes-meta__pill>ET DCM1107</span>
<span>Self</span></nav><div class=uninotes-meta><span class=uninotes-meta__pill>S1</span> <span class="uninotes-meta__pill uninotes-meta__pill--self">Self</span></div><h1>Unit 12</h1><details class=toc><summary class=toc__summary>Table of Contents</summary><nav id=TableOfContents><ul><li><ul><li><a href=#may-25-2026><em><strong>May 25, 2026</strong></em></a></li></ul></li><li><a href=#definitions>Definitions</a><ul><li><a href=#interest>Interest</a></li><li><a href=#gross-interest>Gross Interest</a></li><li><a href=#net-interest>Net Interest</a></li><li><a href=#nominal-rate-of-interest>Nominal Rate of Interest</a></li><li><a href=#real-rate-of-interest>Real Rate of Interest</a></li><li><a href=#liquidity>Liquidity</a></li></ul></li><li><a href=#theories-of-interest>Theories of Interest</a></li></ul></nav></details><h3 class=heading id=may-25-2026><em><strong>May 25, 2026</strong></em></h3><h2 class=heading id=definitions>Definitions</h2><h3 class=heading id=interest>Interest</h3><p>The payment or reward given for borrowing money or using capital for a specific period of time.</p><h3 class=heading id=gross-interest>Gross Interest</h3><p>The total amount paid by the borrower to the lender for using borrowed money before deducting taxes, service charges, or other expenses.</p><h3 class=heading id=net-interest>Net Interest</h3><p>The actual or pure interest earned or paid after excluding additional charges such as risk, management costs, and inconvenience.</p><h3 class=heading id=nominal-rate-of-interest>Nominal Rate of Interest</h3><p>The stated rate of return on a loan or investment without considering the effect of inflation.</p><h3 class=heading id=real-rate-of-interest>Real Rate of Interest</h3><p>The actual rate of return after adjusting the nominal interest rate for inflation, reflecting the true purchasing power of money.</p><h3 class=heading id=liquidity>Liquidity</h3><p>The ease or availability with which cash or assets can be converted into ready money for immediate use.</p><h2 class=heading id=theories-of-interest>Theories of Interest</h2><div class=table-wrapper><table><thead><tr><th>Theory of Interest</th><th>Economist(s)</th><th>Short Summary</th></tr></thead><tbody><tr><td><strong>Abstinence Theory of Interest</strong></td><td><strong>Nassau William Senior</strong></td><td>Interest is the reward paid to people who abstain from present consumption and save money for productive use.</td></tr><tr><td><strong>Bohm-Bawerks (Agio) Theory of Interest</strong></td><td><strong>Eugen von Böhm-Bawerk</strong> (developed from John Raes ideas)</td><td>Interest arises because people value present goods more highly than future goods; therefore, compensation is needed for postponing consumption.</td></tr><tr><td><strong>Fishers Time Preference Theory</strong></td><td><strong>Irving Fisher</strong></td><td>Interest is the “price of time,” determined by peoples preference for present consumption over future consumption and investment opportunities.</td></tr><tr><td><strong>Loanable Funds Theory</strong></td><td><strong>Knut Wicksell, Bertil Ohlin, Dennis Robertson</strong></td><td>Interest is determined by the demand and supply of loanable funds, including savings, investment, bank credit, and hoarding.</td></tr><tr><td><strong>Liquidity Preference Theory</strong></td><td><strong>John Maynard Keynes</strong></td><td>Interest is the reward for parting with liquidity; it is determined by the demand for and supply of money.</td></tr></tbody></table></div><nav class=page-nav><a class=page-nav__previous-link href=/uninotes/s1/et-dcm1107/unit7/>← Unit 7</a>
<span class=uninotes-meta__pill>ET DCM1107</span> <a class=page-nav__next-link href=/uninotes/s1/et-dcm1107/qna/>QNA →</a></nav></main><footer class=footer><p class=footer__copyright-notice>&copy; <a href=https://freedoms4.org>freedoms4.org</a>
<span class="uninotes-meta__pill uninotes-meta__pill--self">Self</span></div><h1>Unit 12</h1><details class=toc><summary class=toc__summary>Table of Contents</summary><nav id=TableOfContents><ul><li><ul><li><a href=#may-25-2026><em><strong>May 25, 2026</strong></em></a></li></ul></li><li><a href=#definitions>Definitions</a><ul><li><a href=#interest>Interest</a></li><li><a href=#gross-interest>Gross Interest</a></li><li><a href=#net-interest>Net Interest</a></li><li><a href=#nominal-rate-of-interest>Nominal Rate of Interest</a></li><li><a href=#real-rate-of-interest>Real Rate of Interest</a></li><li><a href=#liquidity>Liquidity</a></li></ul></li><li><a href=#theories-of-interest>Theories of Interest</a></li></ul></nav></details><h3 class=heading id=may-25-2026><em><strong>May 25, 2026</strong></em><span class=heading__anchor> <a href=#may-25-2026>#</a></span></h3><h2 class=heading id=definitions>Definitions<span class=heading__anchor> <a href=#definitions>#</a></span></h2><h3 class=heading id=interest>Interest<span class=heading__anchor> <a href=#interest>#</a></span></h3><p>The payment or reward given for borrowing money or using capital for a specific period of time.</p><h3 class=heading id=gross-interest>Gross Interest<span class=heading__anchor> <a href=#gross-interest>#</a></span></h3><p>The total amount paid by the borrower to the lender for using borrowed money before deducting taxes, service charges, or other expenses.</p><h3 class=heading id=net-interest>Net Interest<span class=heading__anchor> <a href=#net-interest>#</a></span></h3><p>The actual or pure interest earned or paid after excluding additional charges such as risk, management costs, and inconvenience.</p><h3 class=heading id=nominal-rate-of-interest>Nominal Rate of Interest<span class=heading__anchor> <a href=#nominal-rate-of-interest>#</a></span></h3><p>The stated rate of return on a loan or investment without considering the effect of inflation.</p><h3 class=heading id=real-rate-of-interest>Real Rate of Interest<span class=heading__anchor> <a href=#real-rate-of-interest>#</a></span></h3><p>The actual rate of return after adjusting the nominal interest rate for inflation, reflecting the true purchasing power of money.</p><h3 class=heading id=liquidity>Liquidity<span class=heading__anchor> <a href=#liquidity>#</a></span></h3><p>The ease or availability with which cash or assets can be converted into ready money for immediate use.</p><h2 class=heading id=theories-of-interest>Theories of Interest<span class=heading__anchor> <a href=#theories-of-interest>#</a></span></h2><div class=table-wrapper><table><thead><tr><th>Theory of Interest</th><th>Economist(s)</th><th>Short Summary</th></tr></thead><tbody><tr><td><strong>Abstinence Theory of Interest</strong></td><td><strong>Nassau William Senior</strong></td><td>Interest is the reward paid to people who abstain from present consumption and save money for productive use.</td></tr><tr><td><strong>Bohm-Bawerks (Agio) Theory of Interest</strong></td><td><strong>Eugen von Böhm-Bawerk</strong> (developed from John Raes ideas)</td><td>Interest arises because people value present goods more highly than future goods; therefore, compensation is needed for postponing consumption.</td></tr><tr><td><strong>Fishers Time Preference Theory</strong></td><td><strong>Irving Fisher</strong></td><td>Interest is the “price of time,” determined by peoples preference for present consumption over future consumption and investment opportunities.</td></tr><tr><td><strong>Loanable Funds Theory</strong></td><td><strong>Knut Wicksell, Bertil Ohlin, Dennis Robertson</strong></td><td>Interest is determined by the demand and supply of loanable funds, including savings, investment, bank credit, and hoarding.</td></tr><tr><td><strong>Liquidity Preference Theory</strong></td><td><strong>John Maynard Keynes</strong></td><td>Interest is the reward for parting with liquidity; it is determined by the demand for and supply of money.</td></tr></tbody></table></div><nav class=page-nav><a class=page-nav__previous-link href=/uninotes/s1/et-dcm1107/unit7/>← Unit 7</a></nav></main><footer class=footer><p class=footer__copyright-notice>&copy; <a href=https://freedoms4.org>freedoms4.org</a>
<a href=/terms/>Terms and Conditions</a> <a href=/privacy/>Privacy Policy</a> <a href=/terms/>Terms and Conditions</a> <a href=/privacy/>Privacy Policy</a>
<a href=/changelog/>Changelog</a></p><p class=footer__theme-info>Built with <a href=https://gohugo.io>Hugo</a> and based on <a href=https://github.com/CyrusYip/hugo-theme-yue>Yue</a> theme</p></footer><script>(function(){document.querySelectorAll(".menu__item").forEach(function(e){var t=e.querySelector("a");t&&t.getAttribute("href")==="/uninotes/"&&e.classList.add("menu__item--uninotes")})})()</script><script>(function(){var e=document.getElementById("theme-toggle");if(!e)return;function t(){var e=localStorage.getItem("theme");return e?e:window.matchMedia("(prefers-color-scheme: light)").matches?"light":"dark"}function n(e){document.documentElement.setAttribute("data-theme",e),localStorage.setItem("theme",e)}n(t()),e.addEventListener("click",function(){var e=document.documentElement.getAttribute("data-theme")||t();n(e==="dark"?"light":"dark")})})()</script><script>(function(){var t="https://backend.freedoms4.org/auth.php",e=localStorage.getItem("f4_username");if(!e)return;function n(e){var t,n,o,i,a,c,r=document.querySelector(".brand__auth");r&&!r.querySelector(".brand__auth-user")&&(r.classList.add("brand__auth--loggedin"),t=document.createElement("div"),t.className="brand__auth-user",n=document.createElement("button"),n.className="brand__auth-user-btn",n.setAttribute("aria-label","Account menu"),c=document.createElement("span"),c.innerHTML='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="12" height="12" fill="currentColor"><path d="M12 12c2.7 0 4.8-2.1 4.8-4.8S14.7 2.4 12 2.4 7.2 4.5 7.2 7.2 9.3 12 12 12zm0 2.4c-3.2 0-9.6 1.6-9.6 4.8v2.4h19.2v-2.4c0-3.2-6.4-4.8-9.6-4.8z"/></svg>',n.appendChild(c.firstChild),n.appendChild(document.createTextNode(" "+e)),o=document.createElement("div"),o.className="brand__auth-user-dropdown",i=document.createElement("button"),i.className="brand__auth-user-logout",i.textContent="Log Out",i.addEventListener("click",s),e==="hyzen"&&(a=document.createElement("a"),a.className="brand__auth-user-admin",a.href="/admin/",a.textContent="User Management",o.appendChild(a)),o.appendChild(i),o.appendChild(i),t.appendChild(n),t.appendChild(o),r.appendChild(t),n.addEventListener("click",function(e){e.stopPropagation(),t.classList.toggle("is-open")}),document.addEventListener("click",function(){t.classList.remove("is-open")}))}function s(){fetch(t,{method:"POST",headers:{"Content-Type":"application/json"},credentials:"include",body:JSON.stringify({action:"logout"})}).finally(function(){localStorage.removeItem("f4_username"),localStorage.removeItem("f4_login_time"),localStorage.removeItem("f4_session_fails"),window.location.reload()})}n(e)})()</script><script>(function(){var t,e=document.querySelector(".rss-subscribe");if(!e)return;t=e.querySelector(".rss-subscribe__btn"),t.addEventListener("click",function(t){t.stopPropagation(),e.classList.toggle("is-open")}),document.addEventListener("click",function(t){e.contains(t.target)||e.classList.remove("is-open")}),e.querySelectorAll(".rss-subscribe__item").forEach(function(t){t.addEventListener("click",function(n){n.stopPropagation();var s,o=t.getAttribute("data-rss-url"),a=t.textContent;function i(){t.textContent="Copied!",setTimeout(function(){t.textContent=a,e.classList.remove("is-open")},1200)}try{s=document.createElement("textarea"),s.value=o,s.style.cssText="position:fixed;top:0;left:0;opacity:0;pointer-events:none;",document.body.appendChild(s),s.focus(),s.select(),document.execCommand("copy"),document.body.removeChild(s),i()}catch{navigator.clipboard&&navigator.clipboard.writeText(o).then(i).catch(function(){t.textContent=o})}})})})()</script><script src=/js/session-check.js></script></body></html> <a href=/changelog/>Changelog</a></p><p class=footer__theme-info>Built with <a href=https://gohugo.io>Hugo</a> and based on <a href=https://github.com/CyrusYip/hugo-theme-yue>Yue</a> theme</p></footer><script>(function(){document.querySelectorAll(".menu__item").forEach(function(e){var t=e.querySelector("a");t&&t.getAttribute("href")==="/uninotes/"&&e.classList.add("menu__item--uninotes")})})()</script><script>(function(){var e=document.getElementById("theme-toggle");if(!e)return;function t(){var e=localStorage.getItem("theme");return e?e:window.matchMedia("(prefers-color-scheme: light)").matches?"light":"dark"}function n(e){document.documentElement.setAttribute("data-theme",e),localStorage.setItem("theme",e)}n(t()),e.addEventListener("click",function(){var e=document.documentElement.getAttribute("data-theme")||t();n(e==="dark"?"light":"dark")})})()</script><script>(function(){var t="https://backend.freedoms4.org/auth.php",e=localStorage.getItem("f4_username");if(!e)return;function n(e){var t,n,o,i,a,c,r=document.querySelector(".brand__auth");r&&!r.querySelector(".brand__auth-user")&&(r.classList.add("brand__auth--loggedin"),t=document.createElement("div"),t.className="brand__auth-user",n=document.createElement("button"),n.className="brand__auth-user-btn",n.setAttribute("aria-label","Account menu"),c=document.createElement("span"),c.innerHTML='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="12" height="12" fill="currentColor"><path d="M12 12c2.7 0 4.8-2.1 4.8-4.8S14.7 2.4 12 2.4 7.2 4.5 7.2 7.2 9.3 12 12 12zm0 2.4c-3.2 0-9.6 1.6-9.6 4.8v2.4h19.2v-2.4c0-3.2-6.4-4.8-9.6-4.8z"/></svg>',n.appendChild(c.firstChild),n.appendChild(document.createTextNode(" "+e)),o=document.createElement("div"),o.className="brand__auth-user-dropdown",i=document.createElement("button"),i.className="brand__auth-user-logout",i.textContent="Log Out",i.addEventListener("click",s),e==="hyzen"&&(a=document.createElement("a"),a.className="brand__auth-user-admin",a.href="/admin/",a.textContent="User Management",o.appendChild(a)),o.appendChild(i),o.appendChild(i),t.appendChild(n),t.appendChild(o),r.appendChild(t),n.addEventListener("click",function(e){e.stopPropagation(),t.classList.toggle("is-open")}),document.addEventListener("click",function(){t.classList.remove("is-open")}))}function s(){fetch(t,{method:"POST",headers:{"Content-Type":"application/json"},credentials:"include",body:JSON.stringify({action:"logout"})}).finally(function(){localStorage.removeItem("f4_username"),localStorage.removeItem("f4_login_time"),localStorage.removeItem("f4_session_fails"),window.location.reload()})}n(e)})()</script><script>(function(){var t,e=document.querySelector(".rss-subscribe");if(!e)return;t=e.querySelector(".rss-subscribe__btn"),t.addEventListener("click",function(t){t.stopPropagation(),e.classList.toggle("is-open")}),document.addEventListener("click",function(t){e.contains(t.target)||e.classList.remove("is-open")}),e.querySelectorAll(".rss-subscribe__item").forEach(function(t){t.addEventListener("click",function(n){n.stopPropagation();var s,o=t.getAttribute("data-rss-url"),a=t.textContent;function i(){t.textContent="Copied!",setTimeout(function(){t.textContent=a,e.classList.remove("is-open")},1200)}try{s=document.createElement("textarea"),s.value=o,s.style.cssText="position:fixed;top:0;left:0;opacity:0;pointer-events:none;",document.body.appendChild(s),s.focus(),s.select(),document.execCommand("copy"),document.body.removeChild(s),i()}catch{navigator.clipboard&&navigator.clipboard.writeText(o).then(i).catch(function(){t.textContent=o})}})})})()</script><script src=/js/session-check.js></script></body></html>

View File

@@ -1,23 +1 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Unit 2 on Freedoms4</title><link>https://freedoms4.org/uninotes/s1/et-dcm1107/unit2/</link><description>Recent content in Unit 2 on Freedoms4</description><generator>Hugo</generator><language>en-us</language><managingEditor>your-email@example.com (Freedoms4)</managingEditor><webMaster>your-email@example.com (Freedoms4)</webMaster><atom:link href="https://freedoms4.org/uninotes/s1/et-dcm1107/unit2/index.xml" rel="self" type="application/rss+xml"/><item><title>Unit 2</title><link>https://freedoms4.org/uninotes/s1/et-dcm1107/unit2/live/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><author>your-email@example.com (Freedoms4)</author><guid>https://freedoms4.org/uninotes/s1/et-dcm1107/unit2/live/</guid><description>&lt;h3 class="heading" id="april-12-2026"&gt; <?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Unit 2 on Freedoms4</title><link>https://freedoms4.org/uninotes/s1/et-dcm1107/unit2/</link><description>Recent content in Unit 2 on Freedoms4</description><generator>Hugo</generator><language>en-us</language><managingEditor>your-email@example.com (Freedoms4)</managingEditor><webMaster>your-email@example.com (Freedoms4)</webMaster><atom:link href="https://freedoms4.org/uninotes/s1/et-dcm1107/unit2/index.xml" rel="self" type="application/rss+xml"/></channel></rss>
&lt;em&gt;&lt;strong&gt;April 12, 2026&lt;/strong&gt;&lt;/em&gt;&lt;span class="heading__anchor"&gt; &lt;a href="#april-12-2026"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h3&gt;&lt;h2 class="heading" id="types-of-utility"&gt;
Types of Utility&lt;span class="heading__anchor"&gt; &lt;a href="#types-of-utility"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h2&gt;&lt;p&gt;A) Form Utility&lt;br&gt;
B) Place&lt;br&gt;
C) Time&lt;br&gt;
D) Possession&lt;/p&gt;
&lt;h2 class="heading" id="law-of-deminishing-marginal-utility"&gt;
Law of Deminishing Marginal Utility&lt;span class="heading__anchor"&gt; &lt;a href="#law-of-deminishing-marginal-utility"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h2&gt;&lt;h2 class="heading" id="law-of-equi-marginal-utility"&gt;
Law of Equi-Marginal Utility&lt;span class="heading__anchor"&gt; &lt;a href="#law-of-equi-marginal-utility"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h2&gt;&lt;h2 class="heading" id="law-of-demand"&gt;
Law of Demand&lt;span class="heading__anchor"&gt; &lt;a href="#law-of-demand"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h2&gt;&lt;p&gt;Price and Quantity demanded for a product is inversely related.&lt;/p&gt;
&lt;h2 class="heading" id="exceptions-of-law-of-demand"&gt;
Exceptions of Law of Demand&lt;span class="heading__anchor"&gt; &lt;a href="#exceptions-of-law-of-demand"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h2&gt;&lt;p&gt;A) Assumption of increase in price.&lt;br&gt;
B) Status goods or Veblen goods.&lt;br&gt;
C) Giffen goods.&lt;br&gt;
D) War.&lt;br&gt;
E) Economic depression.
F) Essential goods.&lt;/p&gt;</description></item></channel></rss>

View File

@@ -1,31 +1,31 @@
<!doctype html><html class=html lang=en-us dir=ltr><head><meta charset=utf-8><meta name=viewport content="width=device-width"><title>Unit 2 | Freedoms4</title><link rel=stylesheet href=/css/style.min.34d0accb85f8ec23ceee8c29eef5907823b531d8acb9e6bdf45a3b37ad028d30.css integrity="sha256-NNCsy4X47CPO7owp7vWQeCO1Mdisuea99Fo7N60CjTA=" crossorigin=anonymous><link rel=icon href=/favicon.ico><meta name=description content=" April 12, 2026 # Types of Utility # A) Form Utility <!doctype html><html class=html lang=en-us dir=ltr><head><meta charset=utf-8><meta name=viewport content="width=device-width"><title>Unit 2 | Freedoms4</title><link rel=stylesheet href=/css/style.min.34d0accb85f8ec23ceee8c29eef5907823b531d8acb9e6bdf45a3b37ad028d30.css integrity="sha256-NNCsy4X47CPO7owp7vWQeCO1Mdisuea99Fo7N60CjTA=" crossorigin=anonymous><link rel=icon href=/favicon.ico><meta name=description content="April 12, 2026 Types of Utility A) Form Utility
B) Place B) Place
C) Time C) Time
D) Possession D) Possession
Law of Deminishing Marginal Utility # Law of Equi-Marginal Utility # Law of Demand # Price and Quantity demanded for a product is inversely related. Law of Deminishing Marginal Utility Law of Equi-Marginal Utility Law of Demand Price and Quantity demanded for a product is inversely related.
Exceptions of Law of Demand # A) Assumption of increase in price. Exceptions of Law of Demand A) Assumption of increase in price.
B) Status goods or Veblen goods. B) Status goods or Veblen goods.
C) Giffen goods. C) Giffen goods.
D) War. D) War.
E) Economic depression. F) Essential goods."><meta property="og:url" content="https://freedoms4.org/uninotes/s1/et-dcm1107/unit2/live/"><meta property="og:site_name" content="Freedoms4"><meta property="og:title" content="Unit 2"><meta property="og:description" content="April 12, 2026 # Types of Utility # A) Form Utility E) Economic depression. F) Essential goods."><meta property="og:url" content="https://freedoms4.org/uninotes/s1/et-dcm1107/unit2/live/"><meta property="og:site_name" content="Freedoms4"><meta property="og:title" content="Unit 2"><meta property="og:description" content="April 12, 2026 Types of Utility A) Form Utility
B) Place B) Place
C) Time C) Time
D) Possession D) Possession
Law of Deminishing Marginal Utility # Law of Equi-Marginal Utility # Law of Demand # Price and Quantity demanded for a product is inversely related. Law of Deminishing Marginal Utility Law of Equi-Marginal Utility Law of Demand Price and Quantity demanded for a product is inversely related.
Exceptions of Law of Demand # A) Assumption of increase in price. Exceptions of Law of Demand A) Assumption of increase in price.
B) Status goods or Veblen goods. B) Status goods or Veblen goods.
C) Giffen goods. C) Giffen goods.
D) War. D) War.
E) Economic depression. F) Essential goods."><meta property="og:locale" content="en_us"><meta property="og:type" content="article"><meta property="article:section" content="uninotes"><meta itemprop=name content="Unit 2"><meta itemprop=description content="April 12, 2026 # Types of Utility # A) Form Utility E) Economic depression. F) Essential goods."><meta property="og:locale" content="en_us"><meta property="og:type" content="article"><meta property="article:section" content="uninotes"><meta itemprop=name content="Unit 2"><meta itemprop=description content="April 12, 2026 Types of Utility A) Form Utility
B) Place B) Place
C) Time C) Time
D) Possession D) Possession
Law of Deminishing Marginal Utility # Law of Equi-Marginal Utility # Law of Demand # Price and Quantity demanded for a product is inversely related. Law of Deminishing Marginal Utility Law of Equi-Marginal Utility Law of Demand Price and Quantity demanded for a product is inversely related.
Exceptions of Law of Demand # A) Assumption of increase in price. Exceptions of Law of Demand A) Assumption of increase in price.
B) Status goods or Veblen goods. B) Status goods or Veblen goods.
C) Giffen goods. C) Giffen goods.
D) War. D) War.
E) Economic depression. F) Essential goods."><meta itemprop=wordCount content="71"><meta itemprop=keywords content="S1,ET DCM1107"><link rel=stylesheet href=/css/custom.css><script>(function(){var e=localStorage.getItem("theme");e&&document.documentElement.setAttribute("data-theme",e),localStorage.getItem("f4_username")==="hyzen"&&document.documentElement.classList.add("hyzen-user")})()</script><script async src=https://plausible.freedoms4.org/js/pa-5BKl0z0RLzwrclKq4y-qk.js></script><script>(window.plausible=window.plausible||function(){(plausible.q=plausible.q||[]).push(arguments)},plausible.init=plausible.init||function(e){plausible.o=e||{}}),plausible.init()</script></head><body class=body><header class=header><div class=brand><img src=/logo.png alt="Freedoms4 logo"><h1>Freedoms4</h1><div class=brand__actions><button class=theme-toggle id=theme-toggle aria-label="Toggle theme" title="Toggle dark/light mode"> E) Economic depression. F) Essential goods."><meta itemprop=wordCount content="65"><meta itemprop=keywords content="S1,ET DCM1107"><link rel=stylesheet href=/css/custom.css><script>(function(){var e=localStorage.getItem("theme");e&&document.documentElement.setAttribute("data-theme",e),localStorage.getItem("f4_username")==="hyzen"&&document.documentElement.classList.add("hyzen-user")})()</script><script async src=https://plausible.freedoms4.org/js/pa-5BKl0z0RLzwrclKq4y-qk.js></script><script>(window.plausible=window.plausible||function(){(plausible.q=plausible.q||[]).push(arguments)},plausible.init=plausible.init||function(e){plausible.o=e||{}}),plausible.init()</script></head><body class=body><header class=header><div class=brand><img src=/logo.png alt="Freedoms4 logo"><h1>Freedoms4</h1><div class=brand__actions><button class=theme-toggle id=theme-toggle aria-label="Toggle theme" title="Toggle dark/light mode">
<svg class="theme-toggle__sun" viewBox="0 0 24 24" width="16" height="16" fill="currentColor"><path d="M12 7c-2.76.0-5 2.24-5 5s2.24 5 5 5 5-2.24 5-5-2.24-5-5-5zM2 13h2c.55.0 1-.45 1-1s-.45-1-1-1H2c-.55.0-1 .45-1 1s.45 1 1 1zm18 0h2c.55.0 1-.45 1-1s-.45-1-1-1h-2c-.55.0-1 .45-1 1s.45 1 1 1zM11 2v2c0 .55.45 1 1 1s1-.45 1-1V2c0-.55-.45-1-1-1s-1 .45-1 1zm0 18v2c0 .55.45 1 1 1s1-.45 1-1v-2c0-.55-.45-1-1-1s-1 .45-1 1zM5.99 4.58c-.39-.39-1.03-.39-1.41.0-.39.39-.39 1.03.0 1.41l1.06 1.06c.39.39 1.03.39 1.41.0s.39-1.03.0-1.41L5.99 4.58zm12.37 12.37c-.39-.39-1.03-.39-1.41.0-.39.39-.39 1.03.0 1.41l1.06 1.06c.39.39 1.03.39 1.41.0.39-.39.39-1.03.0-1.41l-1.06-1.06zm1.06-12.37-1.06 1.06c-.39.39-.39 1.03.0 1.41s1.03.39 1.41.0l1.06-1.06c.39-.39.39-1.03.0-1.41s-1.03-.39-1.41.0zM7.05 18.36l-1.06 1.06c-.39.39-.39 1.03.0 1.41s1.03.39 1.41.0l1.06-1.06c.39-.39.39-1.03.0-1.41s-1.03-.39-1.41.0z"/></svg> <svg class="theme-toggle__sun" viewBox="0 0 24 24" width="16" height="16" fill="currentColor"><path d="M12 7c-2.76.0-5 2.24-5 5s2.24 5 5 5 5-2.24 5-5-2.24-5-5-5zM2 13h2c.55.0 1-.45 1-1s-.45-1-1-1H2c-.55.0-1 .45-1 1s.45 1 1 1zm18 0h2c.55.0 1-.45 1-1s-.45-1-1-1h-2c-.55.0-1 .45-1 1s.45 1 1 1zM11 2v2c0 .55.45 1 1 1s1-.45 1-1V2c0-.55-.45-1-1-1s-1 .45-1 1zm0 18v2c0 .55.45 1 1 1s1-.45 1-1v-2c0-.55-.45-1-1-1s-1 .45-1 1zM5.99 4.58c-.39-.39-1.03-.39-1.41.0-.39.39-.39 1.03.0 1.41l1.06 1.06c.39.39 1.03.39 1.41.0s.39-1.03.0-1.41L5.99 4.58zm12.37 12.37c-.39-.39-1.03-.39-1.41.0-.39.39-.39 1.03.0 1.41l1.06 1.06c.39.39 1.03.39 1.41.0.39-.39.39-1.03.0-1.41l-1.06-1.06zm1.06-12.37-1.06 1.06c-.39.39-.39 1.03.0 1.41s1.03.39 1.41.0l1.06-1.06c.39-.39.39-1.03.0-1.41s-1.03-.39-1.41.0zM7.05 18.36l-1.06 1.06c-.39.39-.39 1.03.0 1.41s1.03.39 1.41.0l1.06-1.06c.39-.39.39-1.03.0-1.41s-1.03-.39-1.41.0z"/></svg>
<svg class="theme-toggle__moon" viewBox="0 0 24 24" width="16" height="16" fill="currentColor"><path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"/></svg></button><div class=brand__auth><input type=checkbox id=auth-dropdown class=brand__auth-check> <svg class="theme-toggle__moon" viewBox="0 0 24 24" width="16" height="16" fill="currentColor"><path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"/></svg></button><div class=brand__auth><input type=checkbox id=auth-dropdown class=brand__auth-check>
<label class=brand__auth-toggle for=auth-dropdown tabindex=0 aria-label="Account options"><svg viewBox="0 0 24 24" width="12" height="12" fill="currentColor"><path d="M12 12c2.7.0 4.8-2.1 4.8-4.8S14.7 2.4 12 2.4 7.2 4.5 7.2 7.2 9.3 12 12 12zm0 2.4c-3.2.0-9.6 1.6-9.6 4.8v2.4h19.2v-2.4c0-3.2-6.4-4.8-9.6-4.8z"/></svg></label><div class=brand__auth-links><a href=/login/ class="auth-link auth-link--login">Login</a> <label class=brand__auth-toggle for=auth-dropdown tabindex=0 aria-label="Account options"><svg viewBox="0 0 24 24" width="12" height="12" fill="currentColor"><path d="M12 12c2.7.0 4.8-2.1 4.8-4.8S14.7 2.4 12 2.4 7.2 4.5 7.2 7.2 9.3 12 12 12zm0 2.4c-3.2.0-9.6 1.6-9.6 4.8v2.4h19.2v-2.4c0-3.2-6.4-4.8-9.6-4.8z"/></svg></label><div class=brand__auth-links><a href=/login/ class="auth-link auth-link--login">Login</a>
@@ -36,12 +36,10 @@ All updates
</button> </button>
<button class=rss-subscribe__item data-rss-url=https://freedoms4.org/blog/index.xml> <button class=rss-subscribe__item data-rss-url=https://freedoms4.org/blog/index.xml>
Blog posts</button></div></div></div></div><nav class="menu language"><ul class="menu__list language__list"><li class=menu__item><a class=menu__link href=/>Home</a></li><li class=menu__item><a class=menu__link href=/blog/>Blog</a></li><li class=menu__item><a class=menu__link href=/services/>Services</a></li><li class=menu__item><a class=menu__link href=/uninotes/>UniNotes</a></li><li class=menu__item><a class=menu__link href=/contact/>Contact</a></li></ul></nav></header><main class=main><nav class="uninotes-breadcrumbs breadcrumbs"><a href=/uninotes/>UniNotes</a> Blog posts</button></div></div></div></div><nav class="menu language"><ul class="menu__list language__list"><li class=menu__item><a class=menu__link href=/>Home</a></li><li class=menu__item><a class=menu__link href=/blog/>Blog</a></li><li class=menu__item><a class=menu__link href=/services/>Services</a></li><li class=menu__item><a class=menu__link href=/uninotes/>UniNotes</a></li><li class=menu__item><a class=menu__link href=/contact/>Contact</a></li></ul></nav></header><main class=main><nav class="uninotes-breadcrumbs breadcrumbs"><a href=/uninotes/>UniNotes</a>
<a href=/uninotes/s1/>S1</a> <a href=/uninotes/s1/>S1</a> <a href=/uninotes/s1/et-dcm1107/>ET DCM1107</a>
<a href=/uninotes/s1/et-dcm1107/>ET DCM1107</a> <a href=/uninotes/s1/et-dcm1107/unit2/>Unit 2</a>
<a href=/uninotes/s1/et-dcm1107/unit2/>Unit 2</a> <span>Live</span></nav><div class=uninotes-meta><span class=uninotes-meta__pill>S1</span> <span class=uninotes-meta__pill>ET DCM1107</span>
<span>Live</span></nav><div class=uninotes-meta><span class=uninotes-meta__pill>S1</span> <span class="uninotes-meta__pill uninotes-meta__pill--live">Live</span></div><h1>Unit 2</h1><details class=toc><summary class=toc__summary>Table of Contents</summary><nav id=TableOfContents><ul><li><ul><li><a href=#april-12-2026><em><strong>April 12, 2026</strong></em></a></li></ul></li><li><a href=#types-of-utility>Types of Utility</a></li><li><a href=#law-of-deminishing-marginal-utility>Law of Deminishing Marginal Utility</a></li><li><a href=#law-of-equi-marginal-utility>Law of Equi-Marginal Utility</a></li><li><a href=#law-of-demand>Law of Demand</a></li><li><a href=#exceptions-of-law-of-demand>Exceptions of Law of Demand</a></li></ul></nav></details><h3 class=heading id=april-12-2026><em><strong>April 12, 2026</strong></em></h3><h2 class=heading id=types-of-utility>Types of Utility</h2><p>A) Form Utility<br>B) Place<br>C) Time<br>D) Possession</p><h2 class=heading id=law-of-deminishing-marginal-utility>Law of Deminishing Marginal Utility</h2><h2 class=heading id=law-of-equi-marginal-utility>Law of Equi-Marginal Utility</h2><h2 class=heading id=law-of-demand>Law of Demand</h2><p>Price and Quantity demanded for a product is inversely related.</p><h2 class=heading id=exceptions-of-law-of-demand>Exceptions of Law of Demand</h2><p>A) Assumption of increase in price.<br>B) Status goods or Veblen goods.<br>C) Giffen goods.<br>D) War.<br>E) Economic depression.
<span class=uninotes-meta__pill>ET DCM1107</span>
<span class="uninotes-meta__pill uninotes-meta__pill--live">Live</span></div><h1>Unit 2</h1><details class=toc><summary class=toc__summary>Table of Contents</summary><nav id=TableOfContents><ul><li><ul><li><a href=#april-12-2026><em><strong>April 12, 2026</strong></em></a></li></ul></li><li><a href=#types-of-utility>Types of Utility</a></li><li><a href=#law-of-deminishing-marginal-utility>Law of Deminishing Marginal Utility</a></li><li><a href=#law-of-equi-marginal-utility>Law of Equi-Marginal Utility</a></li><li><a href=#law-of-demand>Law of Demand</a></li><li><a href=#exceptions-of-law-of-demand>Exceptions of Law of Demand</a></li></ul></nav></details><h3 class=heading id=april-12-2026><em><strong>April 12, 2026</strong></em><span class=heading__anchor> <a href=#april-12-2026>#</a></span></h3><h2 class=heading id=types-of-utility>Types of Utility<span class=heading__anchor> <a href=#types-of-utility>#</a></span></h2><p>A) Form Utility<br>B) Place<br>C) Time<br>D) Possession</p><h2 class=heading id=law-of-deminishing-marginal-utility>Law of Deminishing Marginal Utility<span class=heading__anchor> <a href=#law-of-deminishing-marginal-utility>#</a></span></h2><h2 class=heading id=law-of-equi-marginal-utility>Law of Equi-Marginal Utility<span class=heading__anchor> <a href=#law-of-equi-marginal-utility>#</a></span></h2><h2 class=heading id=law-of-demand>Law of Demand<span class=heading__anchor> <a href=#law-of-demand>#</a></span></h2><p>Price and Quantity demanded for a product is inversely related.</p><h2 class=heading id=exceptions-of-law-of-demand>Exceptions of Law of Demand<span class=heading__anchor> <a href=#exceptions-of-law-of-demand>#</a></span></h2><p>A) Assumption of increase in price.<br>B) Status goods or Veblen goods.<br>C) Giffen goods.<br>D) War.<br>E) Economic depression.
F) Essential goods.</p><nav class=page-nav><a class=page-nav__previous-link href=/uninotes/s1/et-dcm1107/unit1/>← Unit 1</a> F) Essential goods.</p><nav class=page-nav><a class=page-nav__previous-link href=/uninotes/s1/et-dcm1107/unit1/>← Unit 1</a>
<a class=page-nav__next-link href=/uninotes/s1/et-dcm1107/unit5/>Unit 5 →</a></nav></main><footer class=footer><p class=footer__copyright-notice>&copy; <a href=https://freedoms4.org>freedoms4.org</a> <a class=page-nav__next-link href=/uninotes/s1/et-dcm1107/unit5/>Unit 5 →</a></nav></main><footer class=footer><p class=footer__copyright-notice>&copy; <a href=https://freedoms4.org>freedoms4.org</a>
<a href=/terms/>Terms and Conditions</a> <a href=/privacy/>Privacy Policy</a> <a href=/terms/>Terms and Conditions</a> <a href=/privacy/>Privacy Policy</a>

View File

@@ -1,8 +1 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Unit 5 on Freedoms4</title><link>https://freedoms4.org/uninotes/s1/et-dcm1107/unit5/</link><description>Recent content in Unit 5 on Freedoms4</description><generator>Hugo</generator><language>en-us</language><managingEditor>your-email@example.com (Freedoms4)</managingEditor><webMaster>your-email@example.com (Freedoms4)</webMaster><atom:link href="https://freedoms4.org/uninotes/s1/et-dcm1107/unit5/index.xml" rel="self" type="application/rss+xml"/><item><title>Unit 5</title><link>https://freedoms4.org/uninotes/s1/et-dcm1107/unit5/self/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><author>your-email@example.com (Freedoms4)</author><guid>https://freedoms4.org/uninotes/s1/et-dcm1107/unit5/self/</guid><description>&lt;h3 class="heading" id="may-01-2026"&gt; <?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Unit 5 on Freedoms4</title><link>https://freedoms4.org/uninotes/s1/et-dcm1107/unit5/</link><description>Recent content in Unit 5 on Freedoms4</description><generator>Hugo</generator><language>en-us</language><managingEditor>your-email@example.com (Freedoms4)</managingEditor><webMaster>your-email@example.com (Freedoms4)</webMaster><atom:link href="https://freedoms4.org/uninotes/s1/et-dcm1107/unit5/index.xml" rel="self" type="application/rss+xml"/></channel></rss>
&lt;em&gt;&lt;strong&gt;May 01, 2026&lt;/strong&gt;&lt;/em&gt;&lt;span class="heading__anchor"&gt; &lt;a href="#may-01-2026"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h3&gt;&lt;h2 class="heading" id="explicit-cost"&gt;
Explicit Cost&lt;span class="heading__anchor"&gt; &lt;a href="#explicit-cost"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h2&gt;&lt;p&gt;Explicit costs are direct, out-of-pocket payments that a business or individual makes for the use of resources or services. These costs are tangible, measurable, and recorded in accounting books, including expenses like rent, utility bills, wages, raw materials, and interest on borrowed capital.&lt;/p&gt;
&lt;h2 class="heading" id="implicit-cost"&gt;
Implicit Cost&lt;span class="heading__anchor"&gt; &lt;a href="#implicit-cost"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h2&gt;&lt;p&gt;Implicit costs are not directly paid out or recorded in financial statements, but represent the opportunity costs of using resources owned by the firm or individual. Examples include the forgone salary if an entrepreneur works in their own business instead of being employed elsewhere, or the interest income sacrificed by investing personal funds in the business rather than elsewhere.&lt;/p&gt;</description></item></channel></rss>

View File

@@ -1,7 +1,7 @@
<!doctype html><html class=html lang=en-us dir=ltr><head><meta charset=utf-8><meta name=viewport content="width=device-width"><title>Unit 5 | Freedoms4</title><link rel=stylesheet href=/css/style.min.34d0accb85f8ec23ceee8c29eef5907823b531d8acb9e6bdf45a3b37ad028d30.css integrity="sha256-NNCsy4X47CPO7owp7vWQeCO1Mdisuea99Fo7N60CjTA=" crossorigin=anonymous><link rel=icon href=/favicon.ico><meta name=description content=" May 01, 2026 # Explicit Cost # Explicit costs are direct, out-of-pocket payments that a business or individual makes for the use of resources or services. These costs are tangible, measurable, and recorded in accounting books, including expenses like rent, utility bills, wages, raw materials, and interest on borrowed capital. <!doctype html><html class=html lang=en-us dir=ltr><head><meta charset=utf-8><meta name=viewport content="width=device-width"><title>Unit 5 | Freedoms4</title><link rel=stylesheet href=/css/style.min.34d0accb85f8ec23ceee8c29eef5907823b531d8acb9e6bdf45a3b37ad028d30.css integrity="sha256-NNCsy4X47CPO7owp7vWQeCO1Mdisuea99Fo7N60CjTA=" crossorigin=anonymous><link rel=icon href=/favicon.ico><meta name=description content="May 01, 2026 Explicit Cost Explicit costs are direct, out-of-pocket payments that a business or individual makes for the use of resources or services. These costs are tangible, measurable, and recorded in accounting books, including expenses like rent, utility bills, wages, raw materials, and interest on borrowed capital.
Implicit Cost # Implicit costs are not directly paid out or recorded in financial statements, but represent the opportunity costs of using resources owned by the firm or individual. Examples include the forgone salary if an entrepreneur works in their own business instead of being employed elsewhere, or the interest income sacrificed by investing personal funds in the business rather than elsewhere."><meta property="og:url" content="https://freedoms4.org/uninotes/s1/et-dcm1107/unit5/self/"><meta property="og:site_name" content="Freedoms4"><meta property="og:title" content="Unit 5"><meta property="og:description" content="May 01, 2026 # Explicit Cost # Explicit costs are direct, out-of-pocket payments that a business or individual makes for the use of resources or services. These costs are tangible, measurable, and recorded in accounting books, including expenses like rent, utility bills, wages, raw materials, and interest on borrowed capital. Implicit Cost Implicit costs are not directly paid out or recorded in financial statements, but represent the opportunity costs of using resources owned by the firm or individual. Examples include the forgone salary if an entrepreneur works in their own business instead of being employed elsewhere, or the interest income sacrificed by investing personal funds in the business rather than elsewhere."><meta property="og:url" content="https://freedoms4.org/uninotes/s1/et-dcm1107/unit5/self/"><meta property="og:site_name" content="Freedoms4"><meta property="og:title" content="Unit 5"><meta property="og:description" content="May 01, 2026 Explicit Cost Explicit costs are direct, out-of-pocket payments that a business or individual makes for the use of resources or services. These costs are tangible, measurable, and recorded in accounting books, including expenses like rent, utility bills, wages, raw materials, and interest on borrowed capital.
Implicit Cost # Implicit costs are not directly paid out or recorded in financial statements, but represent the opportunity costs of using resources owned by the firm or individual. Examples include the forgone salary if an entrepreneur works in their own business instead of being employed elsewhere, or the interest income sacrificed by investing personal funds in the business rather than elsewhere."><meta property="og:locale" content="en_us"><meta property="og:type" content="article"><meta property="article:section" content="uninotes"><meta itemprop=name content="Unit 5"><meta itemprop=description content="May 01, 2026 # Explicit Cost # Explicit costs are direct, out-of-pocket payments that a business or individual makes for the use of resources or services. These costs are tangible, measurable, and recorded in accounting books, including expenses like rent, utility bills, wages, raw materials, and interest on borrowed capital. Implicit Cost Implicit costs are not directly paid out or recorded in financial statements, but represent the opportunity costs of using resources owned by the firm or individual. Examples include the forgone salary if an entrepreneur works in their own business instead of being employed elsewhere, or the interest income sacrificed by investing personal funds in the business rather than elsewhere."><meta property="og:locale" content="en_us"><meta property="og:type" content="article"><meta property="article:section" content="uninotes"><meta itemprop=name content="Unit 5"><meta itemprop=description content="May 01, 2026 Explicit Cost Explicit costs are direct, out-of-pocket payments that a business or individual makes for the use of resources or services. These costs are tangible, measurable, and recorded in accounting books, including expenses like rent, utility bills, wages, raw materials, and interest on borrowed capital.
Implicit Cost # Implicit costs are not directly paid out or recorded in financial statements, but represent the opportunity costs of using resources owned by the firm or individual. Examples include the forgone salary if an entrepreneur works in their own business instead of being employed elsewhere, or the interest income sacrificed by investing personal funds in the business rather than elsewhere."><meta itemprop=wordCount content="332"><meta itemprop=keywords content="S1,ET DCM1107"><link rel=stylesheet href=/css/custom.css><script>(function(){var e=localStorage.getItem("theme");e&&document.documentElement.setAttribute("data-theme",e),localStorage.getItem("f4_username")==="hyzen"&&document.documentElement.classList.add("hyzen-user")})()</script><script async src=https://plausible.freedoms4.org/js/pa-5BKl0z0RLzwrclKq4y-qk.js></script><script>(window.plausible=window.plausible||function(){(plausible.q=plausible.q||[]).push(arguments)},plausible.init=plausible.init||function(e){plausible.o=e||{}}),plausible.init()</script></head><body class=body><header class=header><div class=brand><img src=/logo.png alt="Freedoms4 logo"><h1>Freedoms4</h1><div class=brand__actions><button class=theme-toggle id=theme-toggle aria-label="Toggle theme" title="Toggle dark/light mode"> Implicit Cost Implicit costs are not directly paid out or recorded in financial statements, but represent the opportunity costs of using resources owned by the firm or individual. Examples include the forgone salary if an entrepreneur works in their own business instead of being employed elsewhere, or the interest income sacrificed by investing personal funds in the business rather than elsewhere."><meta itemprop=wordCount content="322"><meta itemprop=keywords content="S1,ET DCM1107"><link rel=stylesheet href=/css/custom.css><script>(function(){var e=localStorage.getItem("theme");e&&document.documentElement.setAttribute("data-theme",e),localStorage.getItem("f4_username")==="hyzen"&&document.documentElement.classList.add("hyzen-user")})()</script><script async src=https://plausible.freedoms4.org/js/pa-5BKl0z0RLzwrclKq4y-qk.js></script><script>(window.plausible=window.plausible||function(){(plausible.q=plausible.q||[]).push(arguments)},plausible.init=plausible.init||function(e){plausible.o=e||{}}),plausible.init()</script></head><body class=body><header class=header><div class=brand><img src=/logo.png alt="Freedoms4 logo"><h1>Freedoms4</h1><div class=brand__actions><button class=theme-toggle id=theme-toggle aria-label="Toggle theme" title="Toggle dark/light mode">
<svg class="theme-toggle__sun" viewBox="0 0 24 24" width="16" height="16" fill="currentColor"><path d="M12 7c-2.76.0-5 2.24-5 5s2.24 5 5 5 5-2.24 5-5-2.24-5-5-5zM2 13h2c.55.0 1-.45 1-1s-.45-1-1-1H2c-.55.0-1 .45-1 1s.45 1 1 1zm18 0h2c.55.0 1-.45 1-1s-.45-1-1-1h-2c-.55.0-1 .45-1 1s.45 1 1 1zM11 2v2c0 .55.45 1 1 1s1-.45 1-1V2c0-.55-.45-1-1-1s-1 .45-1 1zm0 18v2c0 .55.45 1 1 1s1-.45 1-1v-2c0-.55-.45-1-1-1s-1 .45-1 1zM5.99 4.58c-.39-.39-1.03-.39-1.41.0-.39.39-.39 1.03.0 1.41l1.06 1.06c.39.39 1.03.39 1.41.0s.39-1.03.0-1.41L5.99 4.58zm12.37 12.37c-.39-.39-1.03-.39-1.41.0-.39.39-.39 1.03.0 1.41l1.06 1.06c.39.39 1.03.39 1.41.0.39-.39.39-1.03.0-1.41l-1.06-1.06zm1.06-12.37-1.06 1.06c-.39.39-.39 1.03.0 1.41s1.03.39 1.41.0l1.06-1.06c.39-.39.39-1.03.0-1.41s-1.03-.39-1.41.0zM7.05 18.36l-1.06 1.06c-.39.39-.39 1.03.0 1.41s1.03.39 1.41.0l1.06-1.06c.39-.39.39-1.03.0-1.41s-1.03-.39-1.41.0z"/></svg> <svg class="theme-toggle__sun" viewBox="0 0 24 24" width="16" height="16" fill="currentColor"><path d="M12 7c-2.76.0-5 2.24-5 5s2.24 5 5 5 5-2.24 5-5-2.24-5-5-5zM2 13h2c.55.0 1-.45 1-1s-.45-1-1-1H2c-.55.0-1 .45-1 1s.45 1 1 1zm18 0h2c.55.0 1-.45 1-1s-.45-1-1-1h-2c-.55.0-1 .45-1 1s.45 1 1 1zM11 2v2c0 .55.45 1 1 1s1-.45 1-1V2c0-.55-.45-1-1-1s-1 .45-1 1zm0 18v2c0 .55.45 1 1 1s1-.45 1-1v-2c0-.55-.45-1-1-1s-1 .45-1 1zM5.99 4.58c-.39-.39-1.03-.39-1.41.0-.39.39-.39 1.03.0 1.41l1.06 1.06c.39.39 1.03.39 1.41.0s.39-1.03.0-1.41L5.99 4.58zm12.37 12.37c-.39-.39-1.03-.39-1.41.0-.39.39-.39 1.03.0 1.41l1.06 1.06c.39.39 1.03.39 1.41.0.39-.39.39-1.03.0-1.41l-1.06-1.06zm1.06-12.37-1.06 1.06c-.39.39-.39 1.03.0 1.41s1.03.39 1.41.0l1.06-1.06c.39-.39.39-1.03.0-1.41s-1.03-.39-1.41.0zM7.05 18.36l-1.06 1.06c-.39.39-.39 1.03.0 1.41s1.03.39 1.41.0l1.06-1.06c.39-.39.39-1.03.0-1.41s-1.03-.39-1.41.0z"/></svg>
<svg class="theme-toggle__moon" viewBox="0 0 24 24" width="16" height="16" fill="currentColor"><path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"/></svg></button><div class=brand__auth><input type=checkbox id=auth-dropdown class=brand__auth-check> <svg class="theme-toggle__moon" viewBox="0 0 24 24" width="16" height="16" fill="currentColor"><path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"/></svg></button><div class=brand__auth><input type=checkbox id=auth-dropdown class=brand__auth-check>
<label class=brand__auth-toggle for=auth-dropdown tabindex=0 aria-label="Account options"><svg viewBox="0 0 24 24" width="12" height="12" fill="currentColor"><path d="M12 12c2.7.0 4.8-2.1 4.8-4.8S14.7 2.4 12 2.4 7.2 4.5 7.2 7.2 9.3 12 12 12zm0 2.4c-3.2.0-9.6 1.6-9.6 4.8v2.4h19.2v-2.4c0-3.2-6.4-4.8-9.6-4.8z"/></svg></label><div class=brand__auth-links><a href=/login/ class="auth-link auth-link--login">Login</a> <label class=brand__auth-toggle for=auth-dropdown tabindex=0 aria-label="Account options"><svg viewBox="0 0 24 24" width="12" height="12" fill="currentColor"><path d="M12 12c2.7.0 4.8-2.1 4.8-4.8S14.7 2.4 12 2.4 7.2 4.5 7.2 7.2 9.3 12 12 12zm0 2.4c-3.2.0-9.6 1.6-9.6 4.8v2.4h19.2v-2.4c0-3.2-6.4-4.8-9.6-4.8z"/></svg></label><div class=brand__auth-links><a href=/login/ class="auth-link auth-link--login">Login</a>
@@ -12,12 +12,10 @@ All updates
</button> </button>
<button class=rss-subscribe__item data-rss-url=https://freedoms4.org/blog/index.xml> <button class=rss-subscribe__item data-rss-url=https://freedoms4.org/blog/index.xml>
Blog posts</button></div></div></div></div><nav class="menu language"><ul class="menu__list language__list"><li class=menu__item><a class=menu__link href=/>Home</a></li><li class=menu__item><a class=menu__link href=/blog/>Blog</a></li><li class=menu__item><a class=menu__link href=/services/>Services</a></li><li class=menu__item><a class=menu__link href=/uninotes/>UniNotes</a></li><li class=menu__item><a class=menu__link href=/contact/>Contact</a></li></ul></nav></header><main class=main><nav class="uninotes-breadcrumbs breadcrumbs"><a href=/uninotes/>UniNotes</a> Blog posts</button></div></div></div></div><nav class="menu language"><ul class="menu__list language__list"><li class=menu__item><a class=menu__link href=/>Home</a></li><li class=menu__item><a class=menu__link href=/blog/>Blog</a></li><li class=menu__item><a class=menu__link href=/services/>Services</a></li><li class=menu__item><a class=menu__link href=/uninotes/>UniNotes</a></li><li class=menu__item><a class=menu__link href=/contact/>Contact</a></li></ul></nav></header><main class=main><nav class="uninotes-breadcrumbs breadcrumbs"><a href=/uninotes/>UniNotes</a>
<a href=/uninotes/s1/>S1</a> <a href=/uninotes/s1/>S1</a> <a href=/uninotes/s1/et-dcm1107/>ET DCM1107</a>
<a href=/uninotes/s1/et-dcm1107/>ET DCM1107</a> <a href=/uninotes/s1/et-dcm1107/unit5/>Unit 5</a>
<a href=/uninotes/s1/et-dcm1107/unit5/>Unit 5</a> <span>Self</span></nav><div class=uninotes-meta><span class=uninotes-meta__pill>S1</span> <span class=uninotes-meta__pill>ET DCM1107</span>
<span>Self</span></nav><div class=uninotes-meta><span class=uninotes-meta__pill>S1</span> <span class="uninotes-meta__pill uninotes-meta__pill--self">Self</span></div><h1>Unit 5</h1><details class=toc><summary class=toc__summary>Table of Contents</summary><nav id=TableOfContents><ul><li><ul><li><a href=#may-01-2026><em><strong>May 01, 2026</strong></em></a></li></ul></li><li><a href=#explicit-cost>Explicit Cost</a></li><li><a href=#implicit-cost>Implicit Cost</a></li><li><a href=#ecnonomic-profit>Ecnonomic Profit</a></li><li><a href=#short-run-costs>Short Run Costs</a></li><li><a href=#different-types-of-cost>Different types of Cost</a></li><li><a href=#cost-function>Cost Function</a></li><li><a href=#total-cost>Total Cost</a></li><li><a href=#average-cost>Average Cost</a></li><li><a href=#marginal-cost>Marginal Cost</a></li></ul></nav></details><h3 class=heading id=may-01-2026><em><strong>May 01, 2026</strong></em></h3><h2 class=heading id=explicit-cost>Explicit Cost</h2><p>Explicit costs are direct, out-of-pocket payments that a business or individual makes for the use of resources or services. These costs are tangible, measurable, and recorded in accounting books, including expenses like rent, utility bills, wages, raw materials, and interest on borrowed capital.</p><h2 class=heading id=implicit-cost>Implicit Cost</h2><p>Implicit costs are not directly paid out or recorded in financial statements, but represent the opportunity costs of using resources owned by the firm or individual. Examples include the forgone salary if an entrepreneur works in their own business instead of being employed elsewhere, or the interest income sacrificed by investing personal funds in the business rather than elsewhere.</p><h2 class=heading id=ecnonomic-profit>Ecnonomic Profit</h2><p>Economic Profit = Total Revenue (Explicit Costs + Implicit Costs)</p><h2 class=heading id=short-run-costs>Short Run Costs</h2><p>The short run refers to a time period in which at least one factor of production (such as capital, plant size, or equipment) is fixed and cannot be easily altered. During this period, firms face two types of costs:</p><ul><li>Fixed Costs (FC): These are expenses that do not change with output—such as factory rent, salaried staff, or depreciation of machinery. They remain constant regardless of the level of production.</li><li>Variable Costs (VC): These costs fluctuate with the level of output produced, including raw materials, hourly wages, energy, and packaging. As output increases, variable costs rise; as output falls, they decline.</li></ul><p>Total Cost (TC) = Fixed Cost (FC) + Variable Cost (VC)</p><h2 class=heading id=different-types-of-cost>Different types of Cost</h2><p>A) Real Cost<br>B) Economic Cost<br>C) Accounting Cost<br>D) Social Cost<br>E) Private Cost<br>F) Opportunity Cost<br>G) External Cost<br>H) Replacement Cost</p><h2 class=heading id=cost-function>Cost Function</h2><p>𝐶 = 𝐹 + 𝑉(𝑄)<br>where F is the fixed cost, and V(Q) is the variable cost depending on the output level Q</p><h2 class=heading id=total-cost>Total Cost</h2><p>TC = Total Fixed Cost (TFC) + Total Variable Cost (TVC)</p><h2 class=heading id=average-cost>Average Cost</h2><p>AC = TC / Quantity (Q)</p><h2 class=heading id=marginal-cost>Marginal Cost</h2><p>TC = Change in Total Cost / Change in Quantity</p><nav class=page-nav><a class=page-nav__previous-link href=/uninotes/s1/et-dcm1107/unit2/>← Unit 2</a>
<span class=uninotes-meta__pill>ET DCM1107</span>
<span class="uninotes-meta__pill uninotes-meta__pill--self">Self</span></div><h1>Unit 5</h1><details class=toc><summary class=toc__summary>Table of Contents</summary><nav id=TableOfContents><ul><li><ul><li><a href=#may-01-2026><em><strong>May 01, 2026</strong></em></a></li></ul></li><li><a href=#explicit-cost>Explicit Cost</a></li><li><a href=#implicit-cost>Implicit Cost</a></li><li><a href=#ecnonomic-profit>Ecnonomic Profit</a></li><li><a href=#short-run-costs>Short Run Costs</a></li><li><a href=#different-types-of-cost>Different types of Cost</a></li><li><a href=#cost-function>Cost Function</a></li><li><a href=#total-cost>Total Cost</a></li><li><a href=#average-cost>Average Cost</a></li><li><a href=#marginal-cost>Marginal Cost</a></li></ul></nav></details><h3 class=heading id=may-01-2026><em><strong>May 01, 2026</strong></em><span class=heading__anchor> <a href=#may-01-2026>#</a></span></h3><h2 class=heading id=explicit-cost>Explicit Cost<span class=heading__anchor> <a href=#explicit-cost>#</a></span></h2><p>Explicit costs are direct, out-of-pocket payments that a business or individual makes for the use of resources or services. These costs are tangible, measurable, and recorded in accounting books, including expenses like rent, utility bills, wages, raw materials, and interest on borrowed capital.</p><h2 class=heading id=implicit-cost>Implicit Cost<span class=heading__anchor> <a href=#implicit-cost>#</a></span></h2><p>Implicit costs are not directly paid out or recorded in financial statements, but represent the opportunity costs of using resources owned by the firm or individual. Examples include the forgone salary if an entrepreneur works in their own business instead of being employed elsewhere, or the interest income sacrificed by investing personal funds in the business rather than elsewhere.</p><h2 class=heading id=ecnonomic-profit>Ecnonomic Profit<span class=heading__anchor> <a href=#ecnonomic-profit>#</a></span></h2><p>Economic Profit = Total Revenue (Explicit Costs + Implicit Costs)</p><h2 class=heading id=short-run-costs>Short Run Costs<span class=heading__anchor> <a href=#short-run-costs>#</a></span></h2><p>The short run refers to a time period in which at least one factor of production (such as capital, plant size, or equipment) is fixed and cannot be easily altered. During this period, firms face two types of costs:</p><ul><li>Fixed Costs (FC): These are expenses that do not change with output—such as factory rent, salaried staff, or depreciation of machinery. They remain constant regardless of the level of production.</li><li>Variable Costs (VC): These costs fluctuate with the level of output produced, including raw materials, hourly wages, energy, and packaging. As output increases, variable costs rise; as output falls, they decline.</li></ul><p>Total Cost (TC) = Fixed Cost (FC) + Variable Cost (VC)</p><h2 class=heading id=different-types-of-cost>Different types of Cost<span class=heading__anchor> <a href=#different-types-of-cost>#</a></span></h2><p>A) Real Cost<br>B) Economic Cost<br>C) Accounting Cost<br>D) Social Cost<br>E) Private Cost<br>F) Opportunity Cost<br>G) External Cost<br>H) Replacement Cost</p><h2 class=heading id=cost-function>Cost Function<span class=heading__anchor> <a href=#cost-function>#</a></span></h2><p>𝐶 = 𝐹 + 𝑉(𝑄)<br>where F is the fixed cost, and V(Q) is the variable cost depending on the output level Q</p><h2 class=heading id=total-cost>Total Cost<span class=heading__anchor> <a href=#total-cost>#</a></span></h2><p>TC = Total Fixed Cost (TFC) + Total Variable Cost (TVC)</p><h2 class=heading id=average-cost>Average Cost<span class=heading__anchor> <a href=#average-cost>#</a></span></h2><p>AC = TC / Quantity (Q)</p><h2 class=heading id=marginal-cost>Marginal Cost<span class=heading__anchor> <a href=#marginal-cost>#</a></span></h2><p>TC = Change in Total Cost / Change in Quantity</p><nav class=page-nav><a class=page-nav__previous-link href=/uninotes/s1/et-dcm1107/unit2/>← Unit 2</a>
<a class=page-nav__next-link href=/uninotes/s1/et-dcm1107/unit6/>Unit 6 →</a></nav></main><footer class=footer><p class=footer__copyright-notice>&copy; <a href=https://freedoms4.org>freedoms4.org</a> <a class=page-nav__next-link href=/uninotes/s1/et-dcm1107/unit6/>Unit 6 →</a></nav></main><footer class=footer><p class=footer__copyright-notice>&copy; <a href=https://freedoms4.org>freedoms4.org</a>
<a href=/terms/>Terms and Conditions</a> <a href=/privacy/>Privacy Policy</a> <a href=/terms/>Terms and Conditions</a> <a href=/privacy/>Privacy Policy</a>
<a href=/changelog/>Changelog</a></p><p class=footer__theme-info>Built with <a href=https://gohugo.io>Hugo</a> and based on <a href=https://github.com/CyrusYip/hugo-theme-yue>Yue</a> theme</p></footer><script>(function(){document.querySelectorAll(".menu__item").forEach(function(e){var t=e.querySelector("a");t&&t.getAttribute("href")==="/uninotes/"&&e.classList.add("menu__item--uninotes")})})()</script><script>(function(){var e=document.getElementById("theme-toggle");if(!e)return;function t(){var e=localStorage.getItem("theme");return e?e:window.matchMedia("(prefers-color-scheme: light)").matches?"light":"dark"}function n(e){document.documentElement.setAttribute("data-theme",e),localStorage.setItem("theme",e)}n(t()),e.addEventListener("click",function(){var e=document.documentElement.getAttribute("data-theme")||t();n(e==="dark"?"light":"dark")})})()</script><script>(function(){var t="https://backend.freedoms4.org/auth.php",e=localStorage.getItem("f4_username");if(!e)return;function n(e){var t,n,o,i,a,c,r=document.querySelector(".brand__auth");r&&!r.querySelector(".brand__auth-user")&&(r.classList.add("brand__auth--loggedin"),t=document.createElement("div"),t.className="brand__auth-user",n=document.createElement("button"),n.className="brand__auth-user-btn",n.setAttribute("aria-label","Account menu"),c=document.createElement("span"),c.innerHTML='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="12" height="12" fill="currentColor"><path d="M12 12c2.7 0 4.8-2.1 4.8-4.8S14.7 2.4 12 2.4 7.2 4.5 7.2 7.2 9.3 12 12 12zm0 2.4c-3.2 0-9.6 1.6-9.6 4.8v2.4h19.2v-2.4c0-3.2-6.4-4.8-9.6-4.8z"/></svg>',n.appendChild(c.firstChild),n.appendChild(document.createTextNode(" "+e)),o=document.createElement("div"),o.className="brand__auth-user-dropdown",i=document.createElement("button"),i.className="brand__auth-user-logout",i.textContent="Log Out",i.addEventListener("click",s),e==="hyzen"&&(a=document.createElement("a"),a.className="brand__auth-user-admin",a.href="/admin/",a.textContent="User Management",o.appendChild(a)),o.appendChild(i),o.appendChild(i),t.appendChild(n),t.appendChild(o),r.appendChild(t),n.addEventListener("click",function(e){e.stopPropagation(),t.classList.toggle("is-open")}),document.addEventListener("click",function(){t.classList.remove("is-open")}))}function s(){fetch(t,{method:"POST",headers:{"Content-Type":"application/json"},credentials:"include",body:JSON.stringify({action:"logout"})}).finally(function(){localStorage.removeItem("f4_username"),localStorage.removeItem("f4_login_time"),localStorage.removeItem("f4_session_fails"),window.location.reload()})}n(e)})()</script><script>(function(){var t,e=document.querySelector(".rss-subscribe");if(!e)return;t=e.querySelector(".rss-subscribe__btn"),t.addEventListener("click",function(t){t.stopPropagation(),e.classList.toggle("is-open")}),document.addEventListener("click",function(t){e.contains(t.target)||e.classList.remove("is-open")}),e.querySelectorAll(".rss-subscribe__item").forEach(function(t){t.addEventListener("click",function(n){n.stopPropagation();var s,o=t.getAttribute("data-rss-url"),a=t.textContent;function i(){t.textContent="Copied!",setTimeout(function(){t.textContent=a,e.classList.remove("is-open")},1200)}try{s=document.createElement("textarea"),s.value=o,s.style.cssText="position:fixed;top:0;left:0;opacity:0;pointer-events:none;",document.body.appendChild(s),s.focus(),s.select(),document.execCommand("copy"),document.body.removeChild(s),i()}catch{navigator.clipboard&&navigator.clipboard.writeText(o).then(i).catch(function(){t.textContent=o})}})})})()</script><script src=/js/session-check.js></script></body></html> <a href=/changelog/>Changelog</a></p><p class=footer__theme-info>Built with <a href=https://gohugo.io>Hugo</a> and based on <a href=https://github.com/CyrusYip/hugo-theme-yue>Yue</a> theme</p></footer><script>(function(){document.querySelectorAll(".menu__item").forEach(function(e){var t=e.querySelector("a");t&&t.getAttribute("href")==="/uninotes/"&&e.classList.add("menu__item--uninotes")})})()</script><script>(function(){var e=document.getElementById("theme-toggle");if(!e)return;function t(){var e=localStorage.getItem("theme");return e?e:window.matchMedia("(prefers-color-scheme: light)").matches?"light":"dark"}function n(e){document.documentElement.setAttribute("data-theme",e),localStorage.setItem("theme",e)}n(t()),e.addEventListener("click",function(){var e=document.documentElement.getAttribute("data-theme")||t();n(e==="dark"?"light":"dark")})})()</script><script>(function(){var t="https://backend.freedoms4.org/auth.php",e=localStorage.getItem("f4_username");if(!e)return;function n(e){var t,n,o,i,a,c,r=document.querySelector(".brand__auth");r&&!r.querySelector(".brand__auth-user")&&(r.classList.add("brand__auth--loggedin"),t=document.createElement("div"),t.className="brand__auth-user",n=document.createElement("button"),n.className="brand__auth-user-btn",n.setAttribute("aria-label","Account menu"),c=document.createElement("span"),c.innerHTML='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="12" height="12" fill="currentColor"><path d="M12 12c2.7 0 4.8-2.1 4.8-4.8S14.7 2.4 12 2.4 7.2 4.5 7.2 7.2 9.3 12 12 12zm0 2.4c-3.2 0-9.6 1.6-9.6 4.8v2.4h19.2v-2.4c0-3.2-6.4-4.8-9.6-4.8z"/></svg>',n.appendChild(c.firstChild),n.appendChild(document.createTextNode(" "+e)),o=document.createElement("div"),o.className="brand__auth-user-dropdown",i=document.createElement("button"),i.className="brand__auth-user-logout",i.textContent="Log Out",i.addEventListener("click",s),e==="hyzen"&&(a=document.createElement("a"),a.className="brand__auth-user-admin",a.href="/admin/",a.textContent="User Management",o.appendChild(a)),o.appendChild(i),o.appendChild(i),t.appendChild(n),t.appendChild(o),r.appendChild(t),n.addEventListener("click",function(e){e.stopPropagation(),t.classList.toggle("is-open")}),document.addEventListener("click",function(){t.classList.remove("is-open")}))}function s(){fetch(t,{method:"POST",headers:{"Content-Type":"application/json"},credentials:"include",body:JSON.stringify({action:"logout"})}).finally(function(){localStorage.removeItem("f4_username"),localStorage.removeItem("f4_login_time"),localStorage.removeItem("f4_session_fails"),window.location.reload()})}n(e)})()</script><script>(function(){var t,e=document.querySelector(".rss-subscribe");if(!e)return;t=e.querySelector(".rss-subscribe__btn"),t.addEventListener("click",function(t){t.stopPropagation(),e.classList.toggle("is-open")}),document.addEventListener("click",function(t){e.contains(t.target)||e.classList.remove("is-open")}),e.querySelectorAll(".rss-subscribe__item").forEach(function(t){t.addEventListener("click",function(n){n.stopPropagation();var s,o=t.getAttribute("data-rss-url"),a=t.textContent;function i(){t.textContent="Copied!",setTimeout(function(){t.textContent=a,e.classList.remove("is-open")},1200)}try{s=document.createElement("textarea"),s.value=o,s.style.cssText="position:fixed;top:0;left:0;opacity:0;pointer-events:none;",document.body.appendChild(s),s.focus(),s.select(),document.execCommand("copy"),document.body.removeChild(s),i()}catch{navigator.clipboard&&navigator.clipboard.writeText(o).then(i).catch(function(){t.textContent=o})}})})})()</script><script src=/js/session-check.js></script></body></html>

View File

@@ -1,12 +1 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Unit 6 on Freedoms4</title><link>https://freedoms4.org/uninotes/s1/et-dcm1107/unit6/</link><description>Recent content in Unit 6 on Freedoms4</description><generator>Hugo</generator><language>en-us</language><managingEditor>your-email@example.com (Freedoms4)</managingEditor><webMaster>your-email@example.com (Freedoms4)</webMaster><atom:link href="https://freedoms4.org/uninotes/s1/et-dcm1107/unit6/index.xml" rel="self" type="application/rss+xml"/><item><title>Unit 6</title><link>https://freedoms4.org/uninotes/s1/et-dcm1107/unit6/self/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><author>your-email@example.com (Freedoms4)</author><guid>https://freedoms4.org/uninotes/s1/et-dcm1107/unit6/self/</guid><description>&lt;h3 class="heading" id="may-02-2026"&gt; <?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Unit 6 on Freedoms4</title><link>https://freedoms4.org/uninotes/s1/et-dcm1107/unit6/</link><description>Recent content in Unit 6 on Freedoms4</description><generator>Hugo</generator><language>en-us</language><managingEditor>your-email@example.com (Freedoms4)</managingEditor><webMaster>your-email@example.com (Freedoms4)</webMaster><atom:link href="https://freedoms4.org/uninotes/s1/et-dcm1107/unit6/index.xml" rel="self" type="application/rss+xml"/></channel></rss>
&lt;em&gt;&lt;strong&gt;May 02, 2026&lt;/strong&gt;&lt;/em&gt;&lt;span class="heading__anchor"&gt; &lt;a href="#may-02-2026"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h3&gt;&lt;h2 class="heading" id="production-function"&gt;
Production Function&lt;span class="heading__anchor"&gt; &lt;a href="#production-function"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h2&gt;&lt;p&gt;The production function states the functional relationship between the factors of production and the number of products.&lt;/p&gt;
&lt;p&gt;Q = f (L, C, N)&lt;br&gt;
Here, Q = Quantity of output, L = labour, C = capital, N = land.&lt;/p&gt;
&lt;h2 class="heading" id="time-elements-in-production-function"&gt;
Time Elements in Production Function&lt;span class="heading__anchor"&gt; &lt;a href="#time-elements-in-production-function"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h2&gt;&lt;h3 class="heading" id="a-short-run"&gt;
A) Short run&lt;span class="heading__anchor"&gt; &lt;a href="#a-short-run"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h3&gt;&lt;p&gt;In the short run, only some of the inputs can be varied, but not all. Some factors will remain fixed, and some will be variable.&lt;/p&gt;</description></item></channel></rss>

File diff suppressed because one or more lines are too long

View File

@@ -1,21 +1 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Unit 7 on Freedoms4</title><link>https://freedoms4.org/uninotes/s1/et-dcm1107/unit7/</link><description>Recent content in Unit 7 on Freedoms4</description><generator>Hugo</generator><language>en-us</language><managingEditor>your-email@example.com (Freedoms4)</managingEditor><webMaster>your-email@example.com (Freedoms4)</webMaster><atom:link href="https://freedoms4.org/uninotes/s1/et-dcm1107/unit7/index.xml" rel="self" type="application/rss+xml"/><item><title>Unit 7</title><link>https://freedoms4.org/uninotes/s1/et-dcm1107/unit7/self/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><author>your-email@example.com (Freedoms4)</author><guid>https://freedoms4.org/uninotes/s1/et-dcm1107/unit7/self/</guid><description>&lt;h3 class="heading" id="may-08-2026"&gt; <?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Unit 7 on Freedoms4</title><link>https://freedoms4.org/uninotes/s1/et-dcm1107/unit7/</link><description>Recent content in Unit 7 on Freedoms4</description><generator>Hugo</generator><language>en-us</language><managingEditor>your-email@example.com (Freedoms4)</managingEditor><webMaster>your-email@example.com (Freedoms4)</webMaster><atom:link href="https://freedoms4.org/uninotes/s1/et-dcm1107/unit7/index.xml" rel="self" type="application/rss+xml"/></channel></rss>
&lt;em&gt;&lt;strong&gt;May 08, 2026&lt;/strong&gt;&lt;/em&gt;&lt;span class="heading__anchor"&gt; &lt;a href="#may-08-2026"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h3&gt;&lt;h2 class="heading" id="types-of-capital"&gt;
Types of Capital&lt;span class="heading__anchor"&gt; &lt;a href="#types-of-capital"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h2&gt;&lt;p&gt;A) Owned/Borrowed Capital.&lt;br&gt;
B) Fixed/Floating Capital.&lt;br&gt;
C) Working Capital.&lt;br&gt;
D) Gross Working Capital.&lt;br&gt;
E) Net Working Capital.&lt;br&gt;
F) Net Operating Working Capital.&lt;/p&gt;
&lt;h2 class="heading" id="types-of-revenue"&gt;
Types of Revenue&lt;span class="heading__anchor"&gt; &lt;a href="#types-of-revenue"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h2&gt;&lt;h3 class="heading" id="a-operating-revenue"&gt;
A) Operating Revenue&lt;span class="heading__anchor"&gt; &lt;a href="#a-operating-revenue"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h3&gt;&lt;ol&gt;
&lt;li&gt;Sales Revenue.&lt;/li&gt;
&lt;li&gt;Service Revenue.&lt;/li&gt;
&lt;/ol&gt;
&lt;h3 class="heading" id="b-gross-revenue"&gt;
B) Gross Revenue&lt;span class="heading__anchor"&gt; &lt;a href="#b-gross-revenue"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h3&gt;&lt;p&gt;Gross revenue, often known as gross sales, is the entire amount of money your firm makes in a given accounting period before any deductions.&lt;/p&gt;</description></item></channel></rss>

View File

@@ -1,22 +1,25 @@
<!doctype html><html class=html lang=en-us dir=ltr><head><meta charset=utf-8><meta name=viewport content="width=device-width"><title>Unit 7 | Freedoms4</title><link rel=stylesheet href=/css/style.min.34d0accb85f8ec23ceee8c29eef5907823b531d8acb9e6bdf45a3b37ad028d30.css integrity="sha256-NNCsy4X47CPO7owp7vWQeCO1Mdisuea99Fo7N60CjTA=" crossorigin=anonymous><link rel=icon href=/favicon.ico><meta name=description content=" May 08, 2026 # Types of Capital # A) Owned/Borrowed Capital. <!doctype html><html class=html lang=en-us dir=ltr><head><meta charset=utf-8><meta name=viewport content="width=device-width"><title>Unit 7 | Freedoms4</title><link rel=stylesheet href=/css/style.min.34d0accb85f8ec23ceee8c29eef5907823b531d8acb9e6bdf45a3b37ad028d30.css integrity="sha256-NNCsy4X47CPO7owp7vWQeCO1Mdisuea99Fo7N60CjTA=" crossorigin=anonymous><link rel=icon href=/favicon.ico><meta name=description content="May 08, 2026 Types of Capital A) Owned/Borrowed Capital.
B) Fixed/Floating Capital. B) Fixed/Floating Capital.
C) Working Capital. C) Working Capital.
D) Gross Working Capital. D) Gross Working Capital.
E) Net Working Capital. E) Net Working Capital.
F) Net Operating Working Capital. F) Net Operating Working Capital.
Types of Revenue # A) Operating Revenue # Sales Revenue. Service Revenue. B) Gross Revenue # Gross revenue, often known as gross sales, is the entire amount of money your firm makes in a given accounting period before any deductions."><meta property="og:url" content="https://freedoms4.org/uninotes/s1/et-dcm1107/unit7/self/"><meta property="og:site_name" content="Freedoms4"><meta property="og:title" content="Unit 7"><meta property="og:description" content="May 08, 2026 # Types of Capital # A) Owned/Borrowed Capital. Types of Revenue A) Operating Revenue Sales Revenue. Service Revenue. B) Gross Revenue Gross revenue, often known as gross sales, is the entire amount of money your firm makes in a given accounting period before any deductions.
C) Net Revenue The value of a companys income after discounts, item returns, and business expenditures like commissions is referred to as net revenue or net sales."><meta property="og:url" content="https://freedoms4.org/uninotes/s1/et-dcm1107/unit7/self/"><meta property="og:site_name" content="Freedoms4"><meta property="og:title" content="Unit 7"><meta property="og:description" content="May 08, 2026 Types of Capital A) Owned/Borrowed Capital.
B) Fixed/Floating Capital. B) Fixed/Floating Capital.
C) Working Capital. C) Working Capital.
D) Gross Working Capital. D) Gross Working Capital.
E) Net Working Capital. E) Net Working Capital.
F) Net Operating Working Capital. F) Net Operating Working Capital.
Types of Revenue # A) Operating Revenue # Sales Revenue. Service Revenue. B) Gross Revenue # Gross revenue, often known as gross sales, is the entire amount of money your firm makes in a given accounting period before any deductions."><meta property="og:locale" content="en_us"><meta property="og:type" content="article"><meta property="article:section" content="uninotes"><meta itemprop=name content="Unit 7"><meta itemprop=description content="May 08, 2026 # Types of Capital # A) Owned/Borrowed Capital. Types of Revenue A) Operating Revenue Sales Revenue. Service Revenue. B) Gross Revenue Gross revenue, often known as gross sales, is the entire amount of money your firm makes in a given accounting period before any deductions.
C) Net Revenue The value of a companys income after discounts, item returns, and business expenditures like commissions is referred to as net revenue or net sales."><meta property="og:locale" content="en_us"><meta property="og:type" content="article"><meta property="article:section" content="uninotes"><meta itemprop=name content="Unit 7"><meta itemprop=description content="May 08, 2026 Types of Capital A) Owned/Borrowed Capital.
B) Fixed/Floating Capital. B) Fixed/Floating Capital.
C) Working Capital. C) Working Capital.
D) Gross Working Capital. D) Gross Working Capital.
E) Net Working Capital. E) Net Working Capital.
F) Net Operating Working Capital. F) Net Operating Working Capital.
Types of Revenue # A) Operating Revenue # Sales Revenue. Service Revenue. B) Gross Revenue # Gross revenue, often known as gross sales, is the entire amount of money your firm makes in a given accounting period before any deductions."><meta itemprop=wordCount content="259"><meta itemprop=keywords content="S1,ET DCM1107"><link rel=stylesheet href=/css/custom.css><script>(function(){var e=localStorage.getItem("theme");e&&document.documentElement.setAttribute("data-theme",e),localStorage.getItem("f4_username")==="hyzen"&&document.documentElement.classList.add("hyzen-user")})()</script><script async src=https://plausible.freedoms4.org/js/pa-5BKl0z0RLzwrclKq4y-qk.js></script><script>(window.plausible=window.plausible||function(){(plausible.q=plausible.q||[]).push(arguments)},plausible.init=plausible.init||function(e){plausible.o=e||{}}),plausible.init()</script></head><body class=body><header class=header><div class=brand><img src=/logo.png alt="Freedoms4 logo"><h1>Freedoms4</h1><div class=brand__actions><button class=theme-toggle id=theme-toggle aria-label="Toggle theme" title="Toggle dark/light mode"> Types of Revenue A) Operating Revenue Sales Revenue. Service Revenue. B) Gross Revenue Gross revenue, often known as gross sales, is the entire amount of money your firm makes in a given accounting period before any deductions.
C) Net Revenue The value of a companys income after discounts, item returns, and business expenditures like commissions is referred to as net revenue or net sales."><meta itemprop=wordCount content="247"><meta itemprop=keywords content="S1,ET DCM1107"><link rel=stylesheet href=/css/custom.css><script>(function(){var e=localStorage.getItem("theme");e&&document.documentElement.setAttribute("data-theme",e),localStorage.getItem("f4_username")==="hyzen"&&document.documentElement.classList.add("hyzen-user")})()</script><script async src=https://plausible.freedoms4.org/js/pa-5BKl0z0RLzwrclKq4y-qk.js></script><script>(window.plausible=window.plausible||function(){(plausible.q=plausible.q||[]).push(arguments)},plausible.init=plausible.init||function(e){plausible.o=e||{}}),plausible.init()</script></head><body class=body><header class=header><div class=brand><img src=/logo.png alt="Freedoms4 logo"><h1>Freedoms4</h1><div class=brand__actions><button class=theme-toggle id=theme-toggle aria-label="Toggle theme" title="Toggle dark/light mode">
<svg class="theme-toggle__sun" viewBox="0 0 24 24" width="16" height="16" fill="currentColor"><path d="M12 7c-2.76.0-5 2.24-5 5s2.24 5 5 5 5-2.24 5-5-2.24-5-5-5zM2 13h2c.55.0 1-.45 1-1s-.45-1-1-1H2c-.55.0-1 .45-1 1s.45 1 1 1zm18 0h2c.55.0 1-.45 1-1s-.45-1-1-1h-2c-.55.0-1 .45-1 1s.45 1 1 1zM11 2v2c0 .55.45 1 1 1s1-.45 1-1V2c0-.55-.45-1-1-1s-1 .45-1 1zm0 18v2c0 .55.45 1 1 1s1-.45 1-1v-2c0-.55-.45-1-1-1s-1 .45-1 1zM5.99 4.58c-.39-.39-1.03-.39-1.41.0-.39.39-.39 1.03.0 1.41l1.06 1.06c.39.39 1.03.39 1.41.0s.39-1.03.0-1.41L5.99 4.58zm12.37 12.37c-.39-.39-1.03-.39-1.41.0-.39.39-.39 1.03.0 1.41l1.06 1.06c.39.39 1.03.39 1.41.0.39-.39.39-1.03.0-1.41l-1.06-1.06zm1.06-12.37-1.06 1.06c-.39.39-.39 1.03.0 1.41s1.03.39 1.41.0l1.06-1.06c.39-.39.39-1.03.0-1.41s-1.03-.39-1.41.0zM7.05 18.36l-1.06 1.06c-.39.39-.39 1.03.0 1.41s1.03.39 1.41.0l1.06-1.06c.39-.39.39-1.03.0-1.41s-1.03-.39-1.41.0z"/></svg> <svg class="theme-toggle__sun" viewBox="0 0 24 24" width="16" height="16" fill="currentColor"><path d="M12 7c-2.76.0-5 2.24-5 5s2.24 5 5 5 5-2.24 5-5-2.24-5-5-5zM2 13h2c.55.0 1-.45 1-1s-.45-1-1-1H2c-.55.0-1 .45-1 1s.45 1 1 1zm18 0h2c.55.0 1-.45 1-1s-.45-1-1-1h-2c-.55.0-1 .45-1 1s.45 1 1 1zM11 2v2c0 .55.45 1 1 1s1-.45 1-1V2c0-.55-.45-1-1-1s-1 .45-1 1zm0 18v2c0 .55.45 1 1 1s1-.45 1-1v-2c0-.55-.45-1-1-1s-1 .45-1 1zM5.99 4.58c-.39-.39-1.03-.39-1.41.0-.39.39-.39 1.03.0 1.41l1.06 1.06c.39.39 1.03.39 1.41.0s.39-1.03.0-1.41L5.99 4.58zm12.37 12.37c-.39-.39-1.03-.39-1.41.0-.39.39-.39 1.03.0 1.41l1.06 1.06c.39.39 1.03.39 1.41.0.39-.39.39-1.03.0-1.41l-1.06-1.06zm1.06-12.37-1.06 1.06c-.39.39-.39 1.03.0 1.41s1.03.39 1.41.0l1.06-1.06c.39-.39.39-1.03.0-1.41s-1.03-.39-1.41.0zM7.05 18.36l-1.06 1.06c-.39.39-.39 1.03.0 1.41s1.03.39 1.41.0l1.06-1.06c.39-.39.39-1.03.0-1.41s-1.03-.39-1.41.0z"/></svg>
<svg class="theme-toggle__moon" viewBox="0 0 24 24" width="16" height="16" fill="currentColor"><path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"/></svg></button><div class=brand__auth><input type=checkbox id=auth-dropdown class=brand__auth-check> <svg class="theme-toggle__moon" viewBox="0 0 24 24" width="16" height="16" fill="currentColor"><path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"/></svg></button><div class=brand__auth><input type=checkbox id=auth-dropdown class=brand__auth-check>
<label class=brand__auth-toggle for=auth-dropdown tabindex=0 aria-label="Account options"><svg viewBox="0 0 24 24" width="12" height="12" fill="currentColor"><path d="M12 12c2.7.0 4.8-2.1 4.8-4.8S14.7 2.4 12 2.4 7.2 4.5 7.2 7.2 9.3 12 12 12zm0 2.4c-3.2.0-9.6 1.6-9.6 4.8v2.4h19.2v-2.4c0-3.2-6.4-4.8-9.6-4.8z"/></svg></label><div class=brand__auth-links><a href=/login/ class="auth-link auth-link--login">Login</a> <label class=brand__auth-toggle for=auth-dropdown tabindex=0 aria-label="Account options"><svg viewBox="0 0 24 24" width="12" height="12" fill="currentColor"><path d="M12 12c2.7.0 4.8-2.1 4.8-4.8S14.7 2.4 12 2.4 7.2 4.5 7.2 7.2 9.3 12 12 12zm0 2.4c-3.2.0-9.6 1.6-9.6 4.8v2.4h19.2v-2.4c0-3.2-6.4-4.8-9.6-4.8z"/></svg></label><div class=brand__auth-links><a href=/login/ class="auth-link auth-link--login">Login</a>
@@ -27,12 +30,10 @@ All updates
</button> </button>
<button class=rss-subscribe__item data-rss-url=https://freedoms4.org/blog/index.xml> <button class=rss-subscribe__item data-rss-url=https://freedoms4.org/blog/index.xml>
Blog posts</button></div></div></div></div><nav class="menu language"><ul class="menu__list language__list"><li class=menu__item><a class=menu__link href=/>Home</a></li><li class=menu__item><a class=menu__link href=/blog/>Blog</a></li><li class=menu__item><a class=menu__link href=/services/>Services</a></li><li class=menu__item><a class=menu__link href=/uninotes/>UniNotes</a></li><li class=menu__item><a class=menu__link href=/contact/>Contact</a></li></ul></nav></header><main class=main><nav class="uninotes-breadcrumbs breadcrumbs"><a href=/uninotes/>UniNotes</a> Blog posts</button></div></div></div></div><nav class="menu language"><ul class="menu__list language__list"><li class=menu__item><a class=menu__link href=/>Home</a></li><li class=menu__item><a class=menu__link href=/blog/>Blog</a></li><li class=menu__item><a class=menu__link href=/services/>Services</a></li><li class=menu__item><a class=menu__link href=/uninotes/>UniNotes</a></li><li class=menu__item><a class=menu__link href=/contact/>Contact</a></li></ul></nav></header><main class=main><nav class="uninotes-breadcrumbs breadcrumbs"><a href=/uninotes/>UniNotes</a>
<a href=/uninotes/s1/>S1</a> <a href=/uninotes/s1/>S1</a> <a href=/uninotes/s1/et-dcm1107/>ET DCM1107</a>
<a href=/uninotes/s1/et-dcm1107/>ET DCM1107</a> <a href=/uninotes/s1/et-dcm1107/unit7/>Unit 7</a>
<a href=/uninotes/s1/et-dcm1107/unit7/>Unit 7</a> <span>Self</span></nav><div class=uninotes-meta><span class=uninotes-meta__pill>S1</span> <span class=uninotes-meta__pill>ET DCM1107</span>
<span>Self</span></nav><div class=uninotes-meta><span class=uninotes-meta__pill>S1</span> <span class="uninotes-meta__pill uninotes-meta__pill--self">Self</span></div><h1>Unit 7</h1><details class=toc><summary class=toc__summary>Table of Contents</summary><nav id=TableOfContents><ul><li><ul><li><a href=#may-08-2026><em><strong>May 08, 2026</strong></em></a></li></ul></li><li><a href=#types-of-capital>Types of Capital</a></li><li><a href=#types-of-revenue>Types of Revenue</a><ul><li><a href=#a-operating-revenue>A) Operating Revenue</a></li><li><a href=#b-gross-revenue>B) Gross Revenue</a></li><li><a href=#c-net-revenue>C) Net Revenue</a></li><li><a href=#d-deferred-revenue>D) Deferred Revenue</a></li><li><a href=#e-accrued-revenue>E) Accrued Revenue</a></li></ul></li><li><a href=#classification-of-expenditure>Classification of Expenditure</a></li><li><a href=#classification-of-receipts>Classification of Receipts</a></li><li><a href=#profitslosses>Profits/Losses</a></li><li><a href=#contingent>Contingent</a></li></ul></nav></details><h3 class=heading id=may-08-2026><em><strong>May 08, 2026</strong></em></h3><h2 class=heading id=types-of-capital>Types of Capital</h2><p>A) Owned/Borrowed Capital.<br>B) Fixed/Floating Capital.<br>C) Working Capital.<br>D) Gross Working Capital.<br>E) Net Working Capital.<br>F) Net Operating Working Capital.</p><h2 class=heading id=types-of-revenue>Types of Revenue</h2><h3 class=heading id=a-operating-revenue>A) Operating Revenue</h3><ol><li>Sales Revenue.</li><li>Service Revenue.</li></ol><h3 class=heading id=b-gross-revenue>B) Gross Revenue</h3><p>Gross revenue, often known as gross sales, is the entire amount of money your firm makes in a given accounting period before any deductions.</p><h3 class=heading id=c-net-revenue>C) Net Revenue</h3><p>The value of a company&rsquo;s income after discounts, item returns, and business expenditures like commissions is referred to as net revenue or net sales.</p><h3 class=heading id=d-deferred-revenue>D) Deferred Revenue</h3><p>The income a firm makes before providing services or commodities to a client is referred to as deferred revenue or unearned revenue.</p><h3 class=heading id=e-accrued-revenue>E) Accrued Revenue</h3><p>The income earned by a firm for supplying products or services that have not yet been paid for by a client. It&rsquo;s income that a company recognises but has yet to realise.</p><h2 class=heading id=classification-of-expenditure>Classification of Expenditure</h2><p><strong>A) Capital Expenditure.</strong><br><strong>B) Revenue Expenditure.</strong><br><strong>C) Deferred Revenue Expenditure:</strong></p><p>Deferred revenue expenditure refers to a type of spending that is revenue in nature but whose benefits last for more than one accounting period. Although the entire amount is usually spent in a single year, it is not fully charged to the Profit & Loss Account in that year because the benefit will be enjoyed over several future periods.</p><h2 class=heading id=classification-of-receipts>Classification of Receipts</h2><p>A) Revenue Receipts.<br>B) Capital Receipts.</p><h2 class=heading id=profitslosses>Profits/Losses</h2><p>A) Capital Profits/Losses.<br>B) Revenue Profits/Losses.</p><h2 class=heading id=contingent>Contingent</h2><p>A) Contingent Assets.<br>B) Contingent Liabilities.</p><nav class=page-nav><a class=page-nav__previous-link href=/uninotes/s1/et-dcm1107/unit6/>← Unit 6</a>
<span class=uninotes-meta__pill>ET DCM1107</span>
<span class="uninotes-meta__pill uninotes-meta__pill--self">Self</span></div><h1>Unit 7</h1><details class=toc><summary class=toc__summary>Table of Contents</summary><nav id=TableOfContents><ul><li><ul><li><a href=#may-08-2026><em><strong>May 08, 2026</strong></em></a></li></ul></li><li><a href=#types-of-capital>Types of Capital</a></li><li><a href=#types-of-revenue>Types of Revenue</a><ul><li><a href=#a-operating-revenue>A) Operating Revenue</a></li><li><a href=#b-gross-revenue>B) Gross Revenue</a></li><li><a href=#c-net-revenue>C) Net Revenue</a></li><li><a href=#d-deferred-revenue>D) Deferred Revenue</a></li><li><a href=#e-accrued-revenue>E) Accrued Revenue</a></li></ul></li><li><a href=#classification-of-expenditure>Classification of Expenditure</a></li><li><a href=#classification-of-receipts>Classification of Receipts</a></li><li><a href=#profitslosses>Profits/Losses</a></li><li><a href=#contingent>Contingent</a></li></ul></nav></details><h3 class=heading id=may-08-2026><em><strong>May 08, 2026</strong></em><span class=heading__anchor> <a href=#may-08-2026>#</a></span></h3><h2 class=heading id=types-of-capital>Types of Capital<span class=heading__anchor> <a href=#types-of-capital>#</a></span></h2><p>A) Owned/Borrowed Capital.<br>B) Fixed/Floating Capital.<br>C) Working Capital.<br>D) Gross Working Capital.<br>E) Net Working Capital.<br>F) Net Operating Working Capital.</p><h2 class=heading id=types-of-revenue>Types of Revenue<span class=heading__anchor> <a href=#types-of-revenue>#</a></span></h2><h3 class=heading id=a-operating-revenue>A) Operating Revenue<span class=heading__anchor> <a href=#a-operating-revenue>#</a></span></h3><ol><li>Sales Revenue.</li><li>Service Revenue.</li></ol><h3 class=heading id=b-gross-revenue>B) Gross Revenue<span class=heading__anchor> <a href=#b-gross-revenue>#</a></span></h3><p>Gross revenue, often known as gross sales, is the entire amount of money your firm makes in a given accounting period before any deductions.</p><h3 class=heading id=c-net-revenue>C) Net Revenue<span class=heading__anchor> <a href=#c-net-revenue>#</a></span></h3><p>The value of a company&rsquo;s income after discounts, item returns, and business expenditures like commissions is referred to as net revenue or net sales.</p><h3 class=heading id=d-deferred-revenue>D) Deferred Revenue<span class=heading__anchor> <a href=#d-deferred-revenue>#</a></span></h3><p>The income a firm makes before providing services or commodities to a client is referred to as deferred revenue or unearned revenue.</p><h3 class=heading id=e-accrued-revenue>E) Accrued Revenue<span class=heading__anchor> <a href=#e-accrued-revenue>#</a></span></h3><p>The income earned by a firm for supplying products or services that have not yet been paid for by a client. It&rsquo;s income that a company recognises but has yet to realise.</p><h2 class=heading id=classification-of-expenditure>Classification of Expenditure<span class=heading__anchor> <a href=#classification-of-expenditure>#</a></span></h2><p><strong>A) Capital Expenditure.</strong><br><strong>B) Revenue Expenditure.</strong><br><strong>C) Deferred Revenue Expenditure:</strong></p><p>Deferred revenue expenditure refers to a type of spending that is revenue in nature but whose benefits last for more than one accounting period. Although the entire amount is usually spent in a single year, it is not fully charged to the Profit & Loss Account in that year because the benefit will be enjoyed over several future periods.</p><h2 class=heading id=classification-of-receipts>Classification of Receipts<span class=heading__anchor> <a href=#classification-of-receipts>#</a></span></h2><p>A) Revenue Receipts.<br>B) Capital Receipts.</p><h2 class=heading id=profitslosses>Profits/Losses<span class=heading__anchor> <a href=#profitslosses>#</a></span></h2><p>A) Capital Profits/Losses.<br>B) Revenue Profits/Losses.</p><h2 class=heading id=contingent>Contingent<span class=heading__anchor> <a href=#contingent>#</a></span></h2><p>A) Contingent Assets.<br>B) Contingent Liabilities.</p><nav class=page-nav><a class=page-nav__previous-link href=/uninotes/s1/et-dcm1107/unit6/>← Unit 6</a>
<a class=page-nav__next-link href=/uninotes/s1/et-dcm1107/unit12/>Unit 12 →</a></nav></main><footer class=footer><p class=footer__copyright-notice>&copy; <a href=https://freedoms4.org>freedoms4.org</a> <a class=page-nav__next-link href=/uninotes/s1/et-dcm1107/unit12/>Unit 12 →</a></nav></main><footer class=footer><p class=footer__copyright-notice>&copy; <a href=https://freedoms4.org>freedoms4.org</a>
<a href=/terms/>Terms and Conditions</a> <a href=/privacy/>Privacy Policy</a> <a href=/terms/>Terms and Conditions</a> <a href=/privacy/>Privacy Policy</a>
<a href=/changelog/>Changelog</a></p><p class=footer__theme-info>Built with <a href=https://gohugo.io>Hugo</a> and based on <a href=https://github.com/CyrusYip/hugo-theme-yue>Yue</a> theme</p></footer><script>(function(){document.querySelectorAll(".menu__item").forEach(function(e){var t=e.querySelector("a");t&&t.getAttribute("href")==="/uninotes/"&&e.classList.add("menu__item--uninotes")})})()</script><script>(function(){var e=document.getElementById("theme-toggle");if(!e)return;function t(){var e=localStorage.getItem("theme");return e?e:window.matchMedia("(prefers-color-scheme: light)").matches?"light":"dark"}function n(e){document.documentElement.setAttribute("data-theme",e),localStorage.setItem("theme",e)}n(t()),e.addEventListener("click",function(){var e=document.documentElement.getAttribute("data-theme")||t();n(e==="dark"?"light":"dark")})})()</script><script>(function(){var t="https://backend.freedoms4.org/auth.php",e=localStorage.getItem("f4_username");if(!e)return;function n(e){var t,n,o,i,a,c,r=document.querySelector(".brand__auth");r&&!r.querySelector(".brand__auth-user")&&(r.classList.add("brand__auth--loggedin"),t=document.createElement("div"),t.className="brand__auth-user",n=document.createElement("button"),n.className="brand__auth-user-btn",n.setAttribute("aria-label","Account menu"),c=document.createElement("span"),c.innerHTML='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="12" height="12" fill="currentColor"><path d="M12 12c2.7 0 4.8-2.1 4.8-4.8S14.7 2.4 12 2.4 7.2 4.5 7.2 7.2 9.3 12 12 12zm0 2.4c-3.2 0-9.6 1.6-9.6 4.8v2.4h19.2v-2.4c0-3.2-6.4-4.8-9.6-4.8z"/></svg>',n.appendChild(c.firstChild),n.appendChild(document.createTextNode(" "+e)),o=document.createElement("div"),o.className="brand__auth-user-dropdown",i=document.createElement("button"),i.className="brand__auth-user-logout",i.textContent="Log Out",i.addEventListener("click",s),e==="hyzen"&&(a=document.createElement("a"),a.className="brand__auth-user-admin",a.href="/admin/",a.textContent="User Management",o.appendChild(a)),o.appendChild(i),o.appendChild(i),t.appendChild(n),t.appendChild(o),r.appendChild(t),n.addEventListener("click",function(e){e.stopPropagation(),t.classList.toggle("is-open")}),document.addEventListener("click",function(){t.classList.remove("is-open")}))}function s(){fetch(t,{method:"POST",headers:{"Content-Type":"application/json"},credentials:"include",body:JSON.stringify({action:"logout"})}).finally(function(){localStorage.removeItem("f4_username"),localStorage.removeItem("f4_login_time"),localStorage.removeItem("f4_session_fails"),window.location.reload()})}n(e)})()</script><script>(function(){var t,e=document.querySelector(".rss-subscribe");if(!e)return;t=e.querySelector(".rss-subscribe__btn"),t.addEventListener("click",function(t){t.stopPropagation(),e.classList.toggle("is-open")}),document.addEventListener("click",function(t){e.contains(t.target)||e.classList.remove("is-open")}),e.querySelectorAll(".rss-subscribe__item").forEach(function(t){t.addEventListener("click",function(n){n.stopPropagation();var s,o=t.getAttribute("data-rss-url"),a=t.textContent;function i(){t.textContent="Copied!",setTimeout(function(){t.textContent=a,e.classList.remove("is-open")},1200)}try{s=document.createElement("textarea"),s.value=o,s.style.cssText="position:fixed;top:0;left:0;opacity:0;pointer-events:none;",document.body.appendChild(s),s.focus(),s.select(),document.execCommand("copy"),document.body.removeChild(s),i()}catch{navigator.clipboard&&navigator.clipboard.writeText(o).then(i).catch(function(){t.textContent=o})}})})})()</script><script src=/js/session-check.js></script></body></html> <a href=/changelog/>Changelog</a></p><p class=footer__theme-info>Built with <a href=https://gohugo.io>Hugo</a> and based on <a href=https://github.com/CyrusYip/hugo-theme-yue>Yue</a> theme</p></footer><script>(function(){document.querySelectorAll(".menu__item").forEach(function(e){var t=e.querySelector("a");t&&t.getAttribute("href")==="/uninotes/"&&e.classList.add("menu__item--uninotes")})})()</script><script>(function(){var e=document.getElementById("theme-toggle");if(!e)return;function t(){var e=localStorage.getItem("theme");return e?e:window.matchMedia("(prefers-color-scheme: light)").matches?"light":"dark"}function n(e){document.documentElement.setAttribute("data-theme",e),localStorage.setItem("theme",e)}n(t()),e.addEventListener("click",function(){var e=document.documentElement.getAttribute("data-theme")||t();n(e==="dark"?"light":"dark")})})()</script><script>(function(){var t="https://backend.freedoms4.org/auth.php",e=localStorage.getItem("f4_username");if(!e)return;function n(e){var t,n,o,i,a,c,r=document.querySelector(".brand__auth");r&&!r.querySelector(".brand__auth-user")&&(r.classList.add("brand__auth--loggedin"),t=document.createElement("div"),t.className="brand__auth-user",n=document.createElement("button"),n.className="brand__auth-user-btn",n.setAttribute("aria-label","Account menu"),c=document.createElement("span"),c.innerHTML='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="12" height="12" fill="currentColor"><path d="M12 12c2.7 0 4.8-2.1 4.8-4.8S14.7 2.4 12 2.4 7.2 4.5 7.2 7.2 9.3 12 12 12zm0 2.4c-3.2 0-9.6 1.6-9.6 4.8v2.4h19.2v-2.4c0-3.2-6.4-4.8-9.6-4.8z"/></svg>',n.appendChild(c.firstChild),n.appendChild(document.createTextNode(" "+e)),o=document.createElement("div"),o.className="brand__auth-user-dropdown",i=document.createElement("button"),i.className="brand__auth-user-logout",i.textContent="Log Out",i.addEventListener("click",s),e==="hyzen"&&(a=document.createElement("a"),a.className="brand__auth-user-admin",a.href="/admin/",a.textContent="User Management",o.appendChild(a)),o.appendChild(i),o.appendChild(i),t.appendChild(n),t.appendChild(o),r.appendChild(t),n.addEventListener("click",function(e){e.stopPropagation(),t.classList.toggle("is-open")}),document.addEventListener("click",function(){t.classList.remove("is-open")}))}function s(){fetch(t,{method:"POST",headers:{"Content-Type":"application/json"},credentials:"include",body:JSON.stringify({action:"logout"})}).finally(function(){localStorage.removeItem("f4_username"),localStorage.removeItem("f4_login_time"),localStorage.removeItem("f4_session_fails"),window.location.reload()})}n(e)})()</script><script>(function(){var t,e=document.querySelector(".rss-subscribe");if(!e)return;t=e.querySelector(".rss-subscribe__btn"),t.addEventListener("click",function(t){t.stopPropagation(),e.classList.toggle("is-open")}),document.addEventListener("click",function(t){e.contains(t.target)||e.classList.remove("is-open")}),e.querySelectorAll(".rss-subscribe__item").forEach(function(t){t.addEventListener("click",function(n){n.stopPropagation();var s,o=t.getAttribute("data-rss-url"),a=t.textContent;function i(){t.textContent="Copied!",setTimeout(function(){t.textContent=a,e.classList.remove("is-open")},1200)}try{s=document.createElement("textarea"),s.value=o,s.style.cssText="position:fixed;top:0;left:0;opacity:0;pointer-events:none;",document.body.appendChild(s),s.focus(),s.select(),document.execCommand("copy"),document.body.removeChild(s),i()}catch{navigator.clipboard&&navigator.clipboard.writeText(o).then(i).catch(function(){t.textContent=o})}})})})()</script><script src=/js/session-check.js></script></body></html>

View File

@@ -9,7 +9,6 @@ All updates
</button> </button>
<button class=rss-subscribe__item data-rss-url=https://freedoms4.org/blog/index.xml> <button class=rss-subscribe__item data-rss-url=https://freedoms4.org/blog/index.xml>
Blog posts</button></div></div></div></div><nav class="menu language"><ul class="menu__list language__list"><li class=menu__item><a class=menu__link href=/>Home</a></li><li class=menu__item><a class=menu__link href=/blog/>Blog</a></li><li class=menu__item><a class=menu__link href=/services/>Services</a></li><li class=menu__item><a class=menu__link href=/uninotes/>UniNotes</a></li><li class=menu__item><a class=menu__link href=/contact/>Contact</a></li></ul></nav></header><main class=main><nav class="uninotes-breadcrumbs breadcrumbs"><a href=/uninotes/>UniNotes</a> Blog posts</button></div></div></div></div><nav class="menu language"><ul class="menu__list language__list"><li class=menu__item><a class=menu__link href=/>Home</a></li><li class=menu__item><a class=menu__link href=/blog/>Blog</a></li><li class=menu__item><a class=menu__link href=/services/>Services</a></li><li class=menu__item><a class=menu__link href=/uninotes/>UniNotes</a></li><li class=menu__item><a class=menu__link href=/contact/>Contact</a></li></ul></nav></header><main class=main><nav class="uninotes-breadcrumbs breadcrumbs"><a href=/uninotes/>UniNotes</a>
<a href=/uninotes/s1/>S1</a> <a href=/uninotes/s1/>S1</a> <span>GE DCM1106</span></nav><h1>GE DCM1106</h1><ul class="uninotes-list uninotes-list--units"><li class=uninotes-list__item><a class=uninotes-list__link href=/uninotes/s1/ge-dcm1106/unit1/>Unit 1</a></li><li class=uninotes-list__item><a class=uninotes-list__link href=/uninotes/s1/ge-dcm1106/qna/>QNA</a></li></ul><nav class=page-nav><a class=page-nav__next-link href=/uninotes/s1/et-dcm1107/>ET DCM1107 →</a></nav></main><footer class=footer><p class=footer__copyright-notice>&copy; <a href=https://freedoms4.org>freedoms4.org</a>
<span>GE DCM1106</span></nav><h1>GE DCM1106</h1><ul class="uninotes-list uninotes-list--units"><li class=uninotes-list__item><a class=uninotes-list__link href=/uninotes/s1/ge-dcm1106/unit1/>Unit 1</a></li></ul><nav class=page-nav><a class=page-nav__next-link href=/uninotes/s1/et-dcm1107/>ET DCM1107 →</a></nav></main><footer class=footer><p class=footer__copyright-notice>&copy; <a href=https://freedoms4.org>freedoms4.org</a>
<a href=/terms/>Terms and Conditions</a> <a href=/privacy/>Privacy Policy</a> <a href=/terms/>Terms and Conditions</a> <a href=/privacy/>Privacy Policy</a>
<a href=/changelog/>Changelog</a></p><p class=footer__theme-info>Built with <a href=https://gohugo.io>Hugo</a> and based on <a href=https://github.com/CyrusYip/hugo-theme-yue>Yue</a> theme</p></footer><script>(function(){document.querySelectorAll(".menu__item").forEach(function(e){var t=e.querySelector("a");t&&t.getAttribute("href")==="/uninotes/"&&e.classList.add("menu__item--uninotes")})})()</script><script>(function(){var e=document.getElementById("theme-toggle");if(!e)return;function t(){var e=localStorage.getItem("theme");return e?e:window.matchMedia("(prefers-color-scheme: light)").matches?"light":"dark"}function n(e){document.documentElement.setAttribute("data-theme",e),localStorage.setItem("theme",e)}n(t()),e.addEventListener("click",function(){var e=document.documentElement.getAttribute("data-theme")||t();n(e==="dark"?"light":"dark")})})()</script><script>(function(){var t="https://backend.freedoms4.org/auth.php",e=localStorage.getItem("f4_username");if(!e)return;function n(e){var t,n,o,i,a,c,r=document.querySelector(".brand__auth");r&&!r.querySelector(".brand__auth-user")&&(r.classList.add("brand__auth--loggedin"),t=document.createElement("div"),t.className="brand__auth-user",n=document.createElement("button"),n.className="brand__auth-user-btn",n.setAttribute("aria-label","Account menu"),c=document.createElement("span"),c.innerHTML='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="12" height="12" fill="currentColor"><path d="M12 12c2.7 0 4.8-2.1 4.8-4.8S14.7 2.4 12 2.4 7.2 4.5 7.2 7.2 9.3 12 12 12zm0 2.4c-3.2 0-9.6 1.6-9.6 4.8v2.4h19.2v-2.4c0-3.2-6.4-4.8-9.6-4.8z"/></svg>',n.appendChild(c.firstChild),n.appendChild(document.createTextNode(" "+e)),o=document.createElement("div"),o.className="brand__auth-user-dropdown",i=document.createElement("button"),i.className="brand__auth-user-logout",i.textContent="Log Out",i.addEventListener("click",s),e==="hyzen"&&(a=document.createElement("a"),a.className="brand__auth-user-admin",a.href="/admin/",a.textContent="User Management",o.appendChild(a)),o.appendChild(i),o.appendChild(i),t.appendChild(n),t.appendChild(o),r.appendChild(t),n.addEventListener("click",function(e){e.stopPropagation(),t.classList.toggle("is-open")}),document.addEventListener("click",function(){t.classList.remove("is-open")}))}function s(){fetch(t,{method:"POST",headers:{"Content-Type":"application/json"},credentials:"include",body:JSON.stringify({action:"logout"})}).finally(function(){localStorage.removeItem("f4_username"),localStorage.removeItem("f4_login_time"),localStorage.removeItem("f4_session_fails"),window.location.reload()})}n(e)})()</script><script>(function(){var t,e=document.querySelector(".rss-subscribe");if(!e)return;t=e.querySelector(".rss-subscribe__btn"),t.addEventListener("click",function(t){t.stopPropagation(),e.classList.toggle("is-open")}),document.addEventListener("click",function(t){e.contains(t.target)||e.classList.remove("is-open")}),e.querySelectorAll(".rss-subscribe__item").forEach(function(t){t.addEventListener("click",function(n){n.stopPropagation();var s,o=t.getAttribute("data-rss-url"),a=t.textContent;function i(){t.textContent="Copied!",setTimeout(function(){t.textContent=a,e.classList.remove("is-open")},1200)}try{s=document.createElement("textarea"),s.value=o,s.style.cssText="position:fixed;top:0;left:0;opacity:0;pointer-events:none;",document.body.appendChild(s),s.focus(),s.select(),document.execCommand("copy"),document.body.removeChild(s),i()}catch{navigator.clipboard&&navigator.clipboard.writeText(o).then(i).catch(function(){t.textContent=o})}})})})()</script><script src=/js/session-check.js></script></body></html> <a href=/changelog/>Changelog</a></p><p class=footer__theme-info>Built with <a href=https://gohugo.io>Hugo</a> and based on <a href=https://github.com/CyrusYip/hugo-theme-yue>Yue</a> theme</p></footer><script>(function(){document.querySelectorAll(".menu__item").forEach(function(e){var t=e.querySelector("a");t&&t.getAttribute("href")==="/uninotes/"&&e.classList.add("menu__item--uninotes")})})()</script><script>(function(){var e=document.getElementById("theme-toggle");if(!e)return;function t(){var e=localStorage.getItem("theme");return e?e:window.matchMedia("(prefers-color-scheme: light)").matches?"light":"dark"}function n(e){document.documentElement.setAttribute("data-theme",e),localStorage.setItem("theme",e)}n(t()),e.addEventListener("click",function(){var e=document.documentElement.getAttribute("data-theme")||t();n(e==="dark"?"light":"dark")})})()</script><script>(function(){var t="https://backend.freedoms4.org/auth.php",e=localStorage.getItem("f4_username");if(!e)return;function n(e){var t,n,o,i,a,c,r=document.querySelector(".brand__auth");r&&!r.querySelector(".brand__auth-user")&&(r.classList.add("brand__auth--loggedin"),t=document.createElement("div"),t.className="brand__auth-user",n=document.createElement("button"),n.className="brand__auth-user-btn",n.setAttribute("aria-label","Account menu"),c=document.createElement("span"),c.innerHTML='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="12" height="12" fill="currentColor"><path d="M12 12c2.7 0 4.8-2.1 4.8-4.8S14.7 2.4 12 2.4 7.2 4.5 7.2 7.2 9.3 12 12 12zm0 2.4c-3.2 0-9.6 1.6-9.6 4.8v2.4h19.2v-2.4c0-3.2-6.4-4.8-9.6-4.8z"/></svg>',n.appendChild(c.firstChild),n.appendChild(document.createTextNode(" "+e)),o=document.createElement("div"),o.className="brand__auth-user-dropdown",i=document.createElement("button"),i.className="brand__auth-user-logout",i.textContent="Log Out",i.addEventListener("click",s),e==="hyzen"&&(a=document.createElement("a"),a.className="brand__auth-user-admin",a.href="/admin/",a.textContent="User Management",o.appendChild(a)),o.appendChild(i),o.appendChild(i),t.appendChild(n),t.appendChild(o),r.appendChild(t),n.addEventListener("click",function(e){e.stopPropagation(),t.classList.toggle("is-open")}),document.addEventListener("click",function(){t.classList.remove("is-open")}))}function s(){fetch(t,{method:"POST",headers:{"Content-Type":"application/json"},credentials:"include",body:JSON.stringify({action:"logout"})}).finally(function(){localStorage.removeItem("f4_username"),localStorage.removeItem("f4_login_time"),localStorage.removeItem("f4_session_fails"),window.location.reload()})}n(e)})()</script><script>(function(){var t,e=document.querySelector(".rss-subscribe");if(!e)return;t=e.querySelector(".rss-subscribe__btn"),t.addEventListener("click",function(t){t.stopPropagation(),e.classList.toggle("is-open")}),document.addEventListener("click",function(t){e.contains(t.target)||e.classList.remove("is-open")}),e.querySelectorAll(".rss-subscribe__item").forEach(function(t){t.addEventListener("click",function(n){n.stopPropagation();var s,o=t.getAttribute("data-rss-url"),a=t.textContent;function i(){t.textContent="Copied!",setTimeout(function(){t.textContent=a,e.classList.remove("is-open")},1200)}try{s=document.createElement("textarea"),s.value=o,s.style.cssText="position:fixed;top:0;left:0;opacity:0;pointer-events:none;",document.body.appendChild(s),s.focus(),s.select(),document.execCommand("copy"),document.body.removeChild(s),i()}catch{navigator.clipboard&&navigator.clipboard.writeText(o).then(i).catch(function(){t.textContent=o})}})})})()</script><script src=/js/session-check.js></script></body></html>

View File

@@ -1,17 +1 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>GE DCM1106 on Freedoms4</title><link>https://freedoms4.org/uninotes/s1/ge-dcm1106/</link><description>Recent content in GE DCM1106 on Freedoms4</description><generator>Hugo</generator><language>en-us</language><managingEditor>your-email@example.com (Freedoms4)</managingEditor><webMaster>your-email@example.com (Freedoms4)</webMaster><atom:link href="https://freedoms4.org/uninotes/s1/ge-dcm1106/index.xml" rel="self" type="application/rss+xml"/><item><title>Unit 1</title><link>https://freedoms4.org/uninotes/s1/ge-dcm1106/unit1/live/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><author>your-email@example.com (Freedoms4)</author><guid>https://freedoms4.org/uninotes/s1/ge-dcm1106/unit1/live/</guid><description>&lt;h3 class="heading" id="april-12-2026"&gt; <?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>GE DCM1106 on Freedoms4</title><link>https://freedoms4.org/uninotes/s1/ge-dcm1106/</link><description>Recent content in GE DCM1106 on Freedoms4</description><generator>Hugo</generator><language>en-us</language><managingEditor>your-email@example.com (Freedoms4)</managingEditor><webMaster>your-email@example.com (Freedoms4)</webMaster><atom:link href="https://freedoms4.org/uninotes/s1/ge-dcm1106/index.xml" rel="self" type="application/rss+xml"/></channel></rss>
&lt;em&gt;&lt;strong&gt;April 12, 2026&lt;/strong&gt;&lt;/em&gt;&lt;span class="heading__anchor"&gt; &lt;a href="#april-12-2026"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h3&gt;&lt;h2 class="heading" id="theories-on-the-origin-of-language"&gt;
Theories on the Origin of Language&lt;span class="heading__anchor"&gt; &lt;a href="#theories-on-the-origin-of-language"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h2&gt;&lt;h3 class="heading" id="types-of-theories"&gt;
Types of Theories&lt;span class="heading__anchor"&gt; &lt;a href="#types-of-theories"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h3&gt;&lt;p&gt;A) Divine.&lt;br&gt;
B) Bow-Bow.&lt;br&gt;
C) Pooh-Pooh.&lt;br&gt;
D) Ding-Dong.&lt;br&gt;
E) Gesture.&lt;br&gt;
F) Yo-He-Ho.&lt;br&gt;
G) Musical.&lt;br&gt;
H) Tool-Making.&lt;br&gt;
I) Evolutionary.&lt;br&gt;
J) Symbolic.&lt;br&gt;
K) Contemporary Perspective.&lt;/p&gt;</description></item></channel></rss>

View File

@@ -0,0 +1,22 @@
<!doctype html><html class=html lang=en-us dir=ltr><head><meta charset=utf-8><meta name=viewport content="width=device-width"><title>GE DCM1106 QNA | Freedoms4</title><link rel=stylesheet href=/css/style.min.34d0accb85f8ec23ceee8c29eef5907823b531d8acb9e6bdf45a3b37ad028d30.css integrity="sha256-NNCsy4X47CPO7owp7vWQeCO1Mdisuea99Fo7N60CjTA=" crossorigin=anonymous><link rel=icon href=/favicon.ico><meta name=description content="June 24, 2026 Model Question Paper 5 Marks (200-250 words) 1. Discuss the difference between entrepreneurship and intrapreneurship.
Ans.
Questions from Previous Year Question Papers 10 Marks Unit 1 Long Answer (400-500 words) Unit 1 Short Answer"><meta property="og:url" content="https://freedoms4.org/uninotes/s1/ge-dcm1106/qna/"><meta property="og:site_name" content="Freedoms4"><meta property="og:title" content="GE DCM1106 QNA"><meta property="og:description" content="June 24, 2026 Model Question Paper 5 Marks (200-250 words) 1. Discuss the difference between entrepreneurship and intrapreneurship.
Ans.
Questions from Previous Year Question Papers 10 Marks Unit 1 Long Answer (400-500 words) Unit 1 Short Answer"><meta property="og:locale" content="en_us"><meta property="og:type" content="article"><meta property="article:section" content="uninotes"><meta itemprop=name content="GE DCM1106 QNA"><meta itemprop=description content="June 24, 2026 Model Question Paper 5 Marks (200-250 words) 1. Discuss the difference between entrepreneurship and intrapreneurship.
Ans.
Questions from Previous Year Question Papers 10 Marks Unit 1 Long Answer (400-500 words) Unit 1 Short Answer"><meta itemprop=wordCount content="37"><meta itemprop=keywords content="S1,GE DCM1106"><link rel=stylesheet href=/css/custom.css><script>(function(){var e=localStorage.getItem("theme");e&&document.documentElement.setAttribute("data-theme",e),localStorage.getItem("f4_username")==="hyzen"&&document.documentElement.classList.add("hyzen-user")})()</script><script async src=https://plausible.freedoms4.org/js/pa-5BKl0z0RLzwrclKq4y-qk.js></script><script>(window.plausible=window.plausible||function(){(plausible.q=plausible.q||[]).push(arguments)},plausible.init=plausible.init||function(e){plausible.o=e||{}}),plausible.init()</script></head><body class=body><header class=header><div class=brand><img src=/logo.png alt="Freedoms4 logo"><h1>Freedoms4</h1><div class=brand__actions><button class=theme-toggle id=theme-toggle aria-label="Toggle theme" title="Toggle dark/light mode">
<svg class="theme-toggle__sun" viewBox="0 0 24 24" width="16" height="16" fill="currentColor"><path d="M12 7c-2.76.0-5 2.24-5 5s2.24 5 5 5 5-2.24 5-5-2.24-5-5-5zM2 13h2c.55.0 1-.45 1-1s-.45-1-1-1H2c-.55.0-1 .45-1 1s.45 1 1 1zm18 0h2c.55.0 1-.45 1-1s-.45-1-1-1h-2c-.55.0-1 .45-1 1s.45 1 1 1zM11 2v2c0 .55.45 1 1 1s1-.45 1-1V2c0-.55-.45-1-1-1s-1 .45-1 1zm0 18v2c0 .55.45 1 1 1s1-.45 1-1v-2c0-.55-.45-1-1-1s-1 .45-1 1zM5.99 4.58c-.39-.39-1.03-.39-1.41.0-.39.39-.39 1.03.0 1.41l1.06 1.06c.39.39 1.03.39 1.41.0s.39-1.03.0-1.41L5.99 4.58zm12.37 12.37c-.39-.39-1.03-.39-1.41.0-.39.39-.39 1.03.0 1.41l1.06 1.06c.39.39 1.03.39 1.41.0.39-.39.39-1.03.0-1.41l-1.06-1.06zm1.06-12.37-1.06 1.06c-.39.39-.39 1.03.0 1.41s1.03.39 1.41.0l1.06-1.06c.39-.39.39-1.03.0-1.41s-1.03-.39-1.41.0zM7.05 18.36l-1.06 1.06c-.39.39-.39 1.03.0 1.41s1.03.39 1.41.0l1.06-1.06c.39-.39.39-1.03.0-1.41s-1.03-.39-1.41.0z"/></svg>
<svg class="theme-toggle__moon" viewBox="0 0 24 24" width="16" height="16" fill="currentColor"><path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"/></svg></button><div class=brand__auth><input type=checkbox id=auth-dropdown class=brand__auth-check>
<label class=brand__auth-toggle for=auth-dropdown tabindex=0 aria-label="Account options"><svg viewBox="0 0 24 24" width="12" height="12" fill="currentColor"><path d="M12 12c2.7.0 4.8-2.1 4.8-4.8S14.7 2.4 12 2.4 7.2 4.5 7.2 7.2 9.3 12 12 12zm0 2.4c-3.2.0-9.6 1.6-9.6 4.8v2.4h19.2v-2.4c0-3.2-6.4-4.8-9.6-4.8z"/></svg></label><div class=brand__auth-links><a href=/login/ class="auth-link auth-link--login">Login</a>
<a href=/signup/ class="auth-link auth-link--signup">Sign Up</a></div></div><div class=rss-subscribe><button class=rss-subscribe__btn aria-label="Subscribe via RSS" title="Subscribe via RSS">
<svg viewBox="0 0 24 24" width="10" height="10" fill="currentColor" aria-hidden="true"><path d="M6.18 15.64a2.18 2.18.0 012.18 2.18c0 1.19-.98 2.18-2.18 2.18C4.98 20 4 19.01 4 17.82a2.18 2.18.0 012.18-2.18M4 4.44A15.56 15.56.0 0119.56 20h-2.83A12.73 12.73.0 004 7.27V4.44m0 5.66a9.9 9.9.0 019.9 9.9h-2.83A7.07 7.07.0 004 12.93V10.1z"/></svg>
<span>Subscribe</span></button><div class=rss-subscribe__dropdown><button class=rss-subscribe__item data-rss-url=https://freedoms4.org/index.xml>
All updates
</button>
<button class=rss-subscribe__item data-rss-url=https://freedoms4.org/blog/index.xml>
Blog posts</button></div></div></div></div><nav class="menu language"><ul class="menu__list language__list"><li class=menu__item><a class=menu__link href=/>Home</a></li><li class=menu__item><a class=menu__link href=/blog/>Blog</a></li><li class=menu__item><a class=menu__link href=/services/>Services</a></li><li class=menu__item><a class=menu__link href=/uninotes/>UniNotes</a></li><li class=menu__item><a class=menu__link href=/contact/>Contact</a></li></ul></nav></header><main class=main><nav class="uninotes-breadcrumbs breadcrumbs"><a href=/uninotes/>UniNotes</a>
<a href=/uninotes/s1/>S1</a> <a href=/uninotes/s1/ge-dcm1106/>GE DCM1106</a>
<span>QNA</span></nav><div class=uninotes-meta><span class=uninotes-meta__pill>S1</span> <span class=uninotes-meta__pill>GE DCM1106</span>
<span class="uninotes-meta__pill uninotes-meta__pill--qna">QNA</span></div><h1>QNA</h1><details class=toc><summary class=toc__summary>Table of Contents</summary><nav id=TableOfContents><ul><li><ul><li><a href=#june-24-2026><em><strong>June 24, 2026</strong></em></a></li><li><a href=#model-question-paper-5-marks-200-250-words>Model Question Paper 5 Marks (200-250 words)</a></li><li><a href=#questions-from-previous-year-question-papers-10-marks>Questions from Previous Year Question Papers 10 Marks</a></li><li><a href=#unit-1-long-answer-400-500-words>Unit 1 Long Answer (400-500 words)</a></li><li><a href=#unit-1-short-answer>Unit 1 Short Answer</a></li></ul></li></ul></nav></details><h3 class=heading id=june-24-2026><em><strong>June 24, 2026</strong></em></h3><h3 class=heading id=model-question-paper-5-marks-200-250-words>Model Question Paper 5 Marks (200-250 words)</h3><p><strong>1. Discuss the difference between entrepreneurship and intrapreneurship.</strong></p><p><strong>Ans.</strong></p><h3 class=heading id=questions-from-previous-year-question-papers-10-marks>Questions from Previous Year Question Papers 10 Marks</h3><h3 class=heading id=unit-1-long-answer-400-500-words>Unit 1 Long Answer (400-500 words)</h3><h3 class=heading id=unit-1-short-answer>Unit 1 Short Answer</h3><nav class=page-nav><a class=page-nav__previous-link href=/uninotes/s1/ge-dcm1106/unit1/>← Unit 1</a></nav></main><footer class=footer><p class=footer__copyright-notice>&copy; <a href=https://freedoms4.org>freedoms4.org</a>
<a href=/terms/>Terms and Conditions</a> <a href=/privacy/>Privacy Policy</a>
<a href=/changelog/>Changelog</a></p><p class=footer__theme-info>Built with <a href=https://gohugo.io>Hugo</a> and based on <a href=https://github.com/CyrusYip/hugo-theme-yue>Yue</a> theme</p></footer><script>(function(){document.querySelectorAll(".menu__item").forEach(function(e){var t=e.querySelector("a");t&&t.getAttribute("href")==="/uninotes/"&&e.classList.add("menu__item--uninotes")})})()</script><script>(function(){var e=document.getElementById("theme-toggle");if(!e)return;function t(){var e=localStorage.getItem("theme");return e?e:window.matchMedia("(prefers-color-scheme: light)").matches?"light":"dark"}function n(e){document.documentElement.setAttribute("data-theme",e),localStorage.setItem("theme",e)}n(t()),e.addEventListener("click",function(){var e=document.documentElement.getAttribute("data-theme")||t();n(e==="dark"?"light":"dark")})})()</script><script>(function(){var t="https://backend.freedoms4.org/auth.php",e=localStorage.getItem("f4_username");if(!e)return;function n(e){var t,n,o,i,a,c,r=document.querySelector(".brand__auth");r&&!r.querySelector(".brand__auth-user")&&(r.classList.add("brand__auth--loggedin"),t=document.createElement("div"),t.className="brand__auth-user",n=document.createElement("button"),n.className="brand__auth-user-btn",n.setAttribute("aria-label","Account menu"),c=document.createElement("span"),c.innerHTML='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="12" height="12" fill="currentColor"><path d="M12 12c2.7 0 4.8-2.1 4.8-4.8S14.7 2.4 12 2.4 7.2 4.5 7.2 7.2 9.3 12 12 12zm0 2.4c-3.2 0-9.6 1.6-9.6 4.8v2.4h19.2v-2.4c0-3.2-6.4-4.8-9.6-4.8z"/></svg>',n.appendChild(c.firstChild),n.appendChild(document.createTextNode(" "+e)),o=document.createElement("div"),o.className="brand__auth-user-dropdown",i=document.createElement("button"),i.className="brand__auth-user-logout",i.textContent="Log Out",i.addEventListener("click",s),e==="hyzen"&&(a=document.createElement("a"),a.className="brand__auth-user-admin",a.href="/admin/",a.textContent="User Management",o.appendChild(a)),o.appendChild(i),o.appendChild(i),t.appendChild(n),t.appendChild(o),r.appendChild(t),n.addEventListener("click",function(e){e.stopPropagation(),t.classList.toggle("is-open")}),document.addEventListener("click",function(){t.classList.remove("is-open")}))}function s(){fetch(t,{method:"POST",headers:{"Content-Type":"application/json"},credentials:"include",body:JSON.stringify({action:"logout"})}).finally(function(){localStorage.removeItem("f4_username"),localStorage.removeItem("f4_login_time"),localStorage.removeItem("f4_session_fails"),window.location.reload()})}n(e)})()</script><script>(function(){var t,e=document.querySelector(".rss-subscribe");if(!e)return;t=e.querySelector(".rss-subscribe__btn"),t.addEventListener("click",function(t){t.stopPropagation(),e.classList.toggle("is-open")}),document.addEventListener("click",function(t){e.contains(t.target)||e.classList.remove("is-open")}),e.querySelectorAll(".rss-subscribe__item").forEach(function(t){t.addEventListener("click",function(n){n.stopPropagation();var s,o=t.getAttribute("data-rss-url"),a=t.textContent;function i(){t.textContent="Copied!",setTimeout(function(){t.textContent=a,e.classList.remove("is-open")},1200)}try{s=document.createElement("textarea"),s.value=o,s.style.cssText="position:fixed;top:0;left:0;opacity:0;pointer-events:none;",document.body.appendChild(s),s.focus(),s.select(),document.execCommand("copy"),document.body.removeChild(s),i()}catch{navigator.clipboard&&navigator.clipboard.writeText(o).then(i).catch(function(){t.textContent=o})}})})})()</script><script src=/js/session-check.js></script></body></html>

View File

@@ -1,17 +1 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Unit 1 on Freedoms4</title><link>https://freedoms4.org/uninotes/s1/ge-dcm1106/unit1/</link><description>Recent content in Unit 1 on Freedoms4</description><generator>Hugo</generator><language>en-us</language><managingEditor>your-email@example.com (Freedoms4)</managingEditor><webMaster>your-email@example.com (Freedoms4)</webMaster><atom:link href="https://freedoms4.org/uninotes/s1/ge-dcm1106/unit1/index.xml" rel="self" type="application/rss+xml"/><item><title>Unit 1</title><link>https://freedoms4.org/uninotes/s1/ge-dcm1106/unit1/live/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><author>your-email@example.com (Freedoms4)</author><guid>https://freedoms4.org/uninotes/s1/ge-dcm1106/unit1/live/</guid><description>&lt;h3 class="heading" id="april-12-2026"&gt; <?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Unit 1 on Freedoms4</title><link>https://freedoms4.org/uninotes/s1/ge-dcm1106/unit1/</link><description>Recent content in Unit 1 on Freedoms4</description><generator>Hugo</generator><language>en-us</language><managingEditor>your-email@example.com (Freedoms4)</managingEditor><webMaster>your-email@example.com (Freedoms4)</webMaster><atom:link href="https://freedoms4.org/uninotes/s1/ge-dcm1106/unit1/index.xml" rel="self" type="application/rss+xml"/></channel></rss>
&lt;em&gt;&lt;strong&gt;April 12, 2026&lt;/strong&gt;&lt;/em&gt;&lt;span class="heading__anchor"&gt; &lt;a href="#april-12-2026"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h3&gt;&lt;h2 class="heading" id="theories-on-the-origin-of-language"&gt;
Theories on the Origin of Language&lt;span class="heading__anchor"&gt; &lt;a href="#theories-on-the-origin-of-language"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h2&gt;&lt;h3 class="heading" id="types-of-theories"&gt;
Types of Theories&lt;span class="heading__anchor"&gt; &lt;a href="#types-of-theories"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h3&gt;&lt;p&gt;A) Divine.&lt;br&gt;
B) Bow-Bow.&lt;br&gt;
C) Pooh-Pooh.&lt;br&gt;
D) Ding-Dong.&lt;br&gt;
E) Gesture.&lt;br&gt;
F) Yo-He-Ho.&lt;br&gt;
G) Musical.&lt;br&gt;
H) Tool-Making.&lt;br&gt;
I) Evolutionary.&lt;br&gt;
J) Symbolic.&lt;br&gt;
K) Contemporary Perspective.&lt;/p&gt;</description></item></channel></rss>

View File

@@ -1,4 +1,4 @@
<!doctype html><html class=html lang=en-us dir=ltr><head><meta charset=utf-8><meta name=viewport content="width=device-width"><title>Unit 1 | Freedoms4</title><link rel=stylesheet href=/css/style.min.34d0accb85f8ec23ceee8c29eef5907823b531d8acb9e6bdf45a3b37ad028d30.css integrity="sha256-NNCsy4X47CPO7owp7vWQeCO1Mdisuea99Fo7N60CjTA=" crossorigin=anonymous><link rel=icon href=/favicon.ico><meta name=description content=" April 12, 2026 # Theories on the Origin of Language # Types of Theories # A) Divine. <!doctype html><html class=html lang=en-us dir=ltr><head><meta charset=utf-8><meta name=viewport content="width=device-width"><title>Unit 1 | Freedoms4</title><link rel=stylesheet href=/css/style.min.34d0accb85f8ec23ceee8c29eef5907823b531d8acb9e6bdf45a3b37ad028d30.css integrity="sha256-NNCsy4X47CPO7owp7vWQeCO1Mdisuea99Fo7N60CjTA=" crossorigin=anonymous><link rel=icon href=/favicon.ico><meta name=description content="April 12, 2026 Theories on the Origin of Language Types of Theories A) Divine.
B) Bow-Bow. B) Bow-Bow.
C) Pooh-Pooh. C) Pooh-Pooh.
D) Ding-Dong. D) Ding-Dong.
@@ -8,7 +8,7 @@ G) Musical.
H) Tool-Making. H) Tool-Making.
I) Evolutionary. I) Evolutionary.
J) Symbolic. J) Symbolic.
K) Contemporary Perspective."><meta property="og:url" content="https://freedoms4.org/uninotes/s1/ge-dcm1106/unit1/live/"><meta property="og:site_name" content="Freedoms4"><meta property="og:title" content="Unit 1"><meta property="og:description" content="April 12, 2026 # Theories on the Origin of Language # Types of Theories # A) Divine. K) Contemporary Perspective."><meta property="og:url" content="https://freedoms4.org/uninotes/s1/ge-dcm1106/unit1/live/"><meta property="og:site_name" content="Freedoms4"><meta property="og:title" content="Unit 1"><meta property="og:description" content="April 12, 2026 Theories on the Origin of Language Types of Theories A) Divine.
B) Bow-Bow. B) Bow-Bow.
C) Pooh-Pooh. C) Pooh-Pooh.
D) Ding-Dong. D) Ding-Dong.
@@ -18,7 +18,7 @@ G) Musical.
H) Tool-Making. H) Tool-Making.
I) Evolutionary. I) Evolutionary.
J) Symbolic. J) Symbolic.
K) Contemporary Perspective."><meta property="og:locale" content="en_us"><meta property="og:type" content="article"><meta property="article:section" content="uninotes"><meta itemprop=name content="Unit 1"><meta itemprop=description content="April 12, 2026 # Theories on the Origin of Language # Types of Theories # A) Divine. K) Contemporary Perspective."><meta property="og:locale" content="en_us"><meta property="og:type" content="article"><meta property="article:section" content="uninotes"><meta itemprop=name content="Unit 1"><meta itemprop=description content="April 12, 2026 Theories on the Origin of Language Types of Theories A) Divine.
B) Bow-Bow. B) Bow-Bow.
C) Pooh-Pooh. C) Pooh-Pooh.
D) Ding-Dong. D) Ding-Dong.
@@ -28,7 +28,7 @@ G) Musical.
H) Tool-Making. H) Tool-Making.
I) Evolutionary. I) Evolutionary.
J) Symbolic. J) Symbolic.
K) Contemporary Perspective."><meta itemprop=wordCount content="38"><meta itemprop=keywords content="S1,GE DCM1106"><link rel=stylesheet href=/css/custom.css><script>(function(){var e=localStorage.getItem("theme");e&&document.documentElement.setAttribute("data-theme",e),localStorage.getItem("f4_username")==="hyzen"&&document.documentElement.classList.add("hyzen-user")})()</script><script async src=https://plausible.freedoms4.org/js/pa-5BKl0z0RLzwrclKq4y-qk.js></script><script>(window.plausible=window.plausible||function(){(plausible.q=plausible.q||[]).push(arguments)},plausible.init=plausible.init||function(e){plausible.o=e||{}}),plausible.init()</script></head><body class=body><header class=header><div class=brand><img src=/logo.png alt="Freedoms4 logo"><h1>Freedoms4</h1><div class=brand__actions><button class=theme-toggle id=theme-toggle aria-label="Toggle theme" title="Toggle dark/light mode"> K) Contemporary Perspective."><meta itemprop=wordCount content="35"><meta itemprop=keywords content="S1,GE DCM1106"><link rel=stylesheet href=/css/custom.css><script>(function(){var e=localStorage.getItem("theme");e&&document.documentElement.setAttribute("data-theme",e),localStorage.getItem("f4_username")==="hyzen"&&document.documentElement.classList.add("hyzen-user")})()</script><script async src=https://plausible.freedoms4.org/js/pa-5BKl0z0RLzwrclKq4y-qk.js></script><script>(window.plausible=window.plausible||function(){(plausible.q=plausible.q||[]).push(arguments)},plausible.init=plausible.init||function(e){plausible.o=e||{}}),plausible.init()</script></head><body class=body><header class=header><div class=brand><img src=/logo.png alt="Freedoms4 logo"><h1>Freedoms4</h1><div class=brand__actions><button class=theme-toggle id=theme-toggle aria-label="Toggle theme" title="Toggle dark/light mode">
<svg class="theme-toggle__sun" viewBox="0 0 24 24" width="16" height="16" fill="currentColor"><path d="M12 7c-2.76.0-5 2.24-5 5s2.24 5 5 5 5-2.24 5-5-2.24-5-5-5zM2 13h2c.55.0 1-.45 1-1s-.45-1-1-1H2c-.55.0-1 .45-1 1s.45 1 1 1zm18 0h2c.55.0 1-.45 1-1s-.45-1-1-1h-2c-.55.0-1 .45-1 1s.45 1 1 1zM11 2v2c0 .55.45 1 1 1s1-.45 1-1V2c0-.55-.45-1-1-1s-1 .45-1 1zm0 18v2c0 .55.45 1 1 1s1-.45 1-1v-2c0-.55-.45-1-1-1s-1 .45-1 1zM5.99 4.58c-.39-.39-1.03-.39-1.41.0-.39.39-.39 1.03.0 1.41l1.06 1.06c.39.39 1.03.39 1.41.0s.39-1.03.0-1.41L5.99 4.58zm12.37 12.37c-.39-.39-1.03-.39-1.41.0-.39.39-.39 1.03.0 1.41l1.06 1.06c.39.39 1.03.39 1.41.0.39-.39.39-1.03.0-1.41l-1.06-1.06zm1.06-12.37-1.06 1.06c-.39.39-.39 1.03.0 1.41s1.03.39 1.41.0l1.06-1.06c.39-.39.39-1.03.0-1.41s-1.03-.39-1.41.0zM7.05 18.36l-1.06 1.06c-.39.39-.39 1.03.0 1.41s1.03.39 1.41.0l1.06-1.06c.39-.39.39-1.03.0-1.41s-1.03-.39-1.41.0z"/></svg> <svg class="theme-toggle__sun" viewBox="0 0 24 24" width="16" height="16" fill="currentColor"><path d="M12 7c-2.76.0-5 2.24-5 5s2.24 5 5 5 5-2.24 5-5-2.24-5-5-5zM2 13h2c.55.0 1-.45 1-1s-.45-1-1-1H2c-.55.0-1 .45-1 1s.45 1 1 1zm18 0h2c.55.0 1-.45 1-1s-.45-1-1-1h-2c-.55.0-1 .45-1 1s.45 1 1 1zM11 2v2c0 .55.45 1 1 1s1-.45 1-1V2c0-.55-.45-1-1-1s-1 .45-1 1zm0 18v2c0 .55.45 1 1 1s1-.45 1-1v-2c0-.55-.45-1-1-1s-1 .45-1 1zM5.99 4.58c-.39-.39-1.03-.39-1.41.0-.39.39-.39 1.03.0 1.41l1.06 1.06c.39.39 1.03.39 1.41.0s.39-1.03.0-1.41L5.99 4.58zm12.37 12.37c-.39-.39-1.03-.39-1.41.0-.39.39-.39 1.03.0 1.41l1.06 1.06c.39.39 1.03.39 1.41.0.39-.39.39-1.03.0-1.41l-1.06-1.06zm1.06-12.37-1.06 1.06c-.39.39-.39 1.03.0 1.41s1.03.39 1.41.0l1.06-1.06c.39-.39.39-1.03.0-1.41s-1.03-.39-1.41.0zM7.05 18.36l-1.06 1.06c-.39.39-.39 1.03.0 1.41s1.03.39 1.41.0l1.06-1.06c.39-.39.39-1.03.0-1.41s-1.03-.39-1.41.0z"/></svg>
<svg class="theme-toggle__moon" viewBox="0 0 24 24" width="16" height="16" fill="currentColor"><path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"/></svg></button><div class=brand__auth><input type=checkbox id=auth-dropdown class=brand__auth-check> <svg class="theme-toggle__moon" viewBox="0 0 24 24" width="16" height="16" fill="currentColor"><path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"/></svg></button><div class=brand__auth><input type=checkbox id=auth-dropdown class=brand__auth-check>
<label class=brand__auth-toggle for=auth-dropdown tabindex=0 aria-label="Account options"><svg viewBox="0 0 24 24" width="12" height="12" fill="currentColor"><path d="M12 12c2.7.0 4.8-2.1 4.8-4.8S14.7 2.4 12 2.4 7.2 4.5 7.2 7.2 9.3 12 12 12zm0 2.4c-3.2.0-9.6 1.6-9.6 4.8v2.4h19.2v-2.4c0-3.2-6.4-4.8-9.6-4.8z"/></svg></label><div class=brand__auth-links><a href=/login/ class="auth-link auth-link--login">Login</a> <label class=brand__auth-toggle for=auth-dropdown tabindex=0 aria-label="Account options"><svg viewBox="0 0 24 24" width="12" height="12" fill="currentColor"><path d="M12 12c2.7.0 4.8-2.1 4.8-4.8S14.7 2.4 12 2.4 7.2 4.5 7.2 7.2 9.3 12 12 12zm0 2.4c-3.2.0-9.6 1.6-9.6 4.8v2.4h19.2v-2.4c0-3.2-6.4-4.8-9.6-4.8z"/></svg></label><div class=brand__auth-links><a href=/login/ class="auth-link auth-link--login">Login</a>
@@ -39,11 +39,9 @@ All updates
</button> </button>
<button class=rss-subscribe__item data-rss-url=https://freedoms4.org/blog/index.xml> <button class=rss-subscribe__item data-rss-url=https://freedoms4.org/blog/index.xml>
Blog posts</button></div></div></div></div><nav class="menu language"><ul class="menu__list language__list"><li class=menu__item><a class=menu__link href=/>Home</a></li><li class=menu__item><a class=menu__link href=/blog/>Blog</a></li><li class=menu__item><a class=menu__link href=/services/>Services</a></li><li class=menu__item><a class=menu__link href=/uninotes/>UniNotes</a></li><li class=menu__item><a class=menu__link href=/contact/>Contact</a></li></ul></nav></header><main class=main><nav class="uninotes-breadcrumbs breadcrumbs"><a href=/uninotes/>UniNotes</a> Blog posts</button></div></div></div></div><nav class="menu language"><ul class="menu__list language__list"><li class=menu__item><a class=menu__link href=/>Home</a></li><li class=menu__item><a class=menu__link href=/blog/>Blog</a></li><li class=menu__item><a class=menu__link href=/services/>Services</a></li><li class=menu__item><a class=menu__link href=/uninotes/>UniNotes</a></li><li class=menu__item><a class=menu__link href=/contact/>Contact</a></li></ul></nav></header><main class=main><nav class="uninotes-breadcrumbs breadcrumbs"><a href=/uninotes/>UniNotes</a>
<a href=/uninotes/s1/>S1</a> <a href=/uninotes/s1/>S1</a> <a href=/uninotes/s1/ge-dcm1106/>GE DCM1106</a>
<a href=/uninotes/s1/ge-dcm1106/>GE DCM1106</a> <a href=/uninotes/s1/ge-dcm1106/unit1/>Unit 1</a>
<a href=/uninotes/s1/ge-dcm1106/unit1/>Unit 1</a> <span>Live</span></nav><div class=uninotes-meta><span class=uninotes-meta__pill>S1</span> <span class=uninotes-meta__pill>GE DCM1106</span>
<span>Live</span></nav><div class=uninotes-meta><span class=uninotes-meta__pill>S1</span> <span class="uninotes-meta__pill uninotes-meta__pill--live">Live</span></div><h1>Unit 1</h1><details class=toc><summary class=toc__summary>Table of Contents</summary><nav id=TableOfContents><ul><li><ul><li><a href=#april-12-2026><em><strong>April 12, 2026</strong></em></a></li></ul></li><li><a href=#theories-on-the-origin-of-language>Theories on the Origin of Language</a><ul><li><a href=#types-of-theories>Types of Theories</a></li></ul></li></ul></nav></details><h3 class=heading id=april-12-2026><em><strong>April 12, 2026</strong></em></h3><h2 class=heading id=theories-on-the-origin-of-language>Theories on the Origin of Language</h2><h3 class=heading id=types-of-theories>Types of Theories</h3><p>A) Divine.<br>B) Bow-Bow.<br>C) Pooh-Pooh.<br>D) Ding-Dong.<br>E) Gesture.<br>F) Yo-He-Ho.<br>G) Musical.<br>H) Tool-Making.<br>I) Evolutionary.<br>J) Symbolic.<br>K) Contemporary Perspective.</p><nav class=page-nav><a class=page-nav__next-link href=/uninotes/s1/ge-dcm1106/qna/>QNA →</a></nav></main><footer class=footer><p class=footer__copyright-notice>&copy; <a href=https://freedoms4.org>freedoms4.org</a>
<span class=uninotes-meta__pill>GE DCM1106</span>
<span class="uninotes-meta__pill uninotes-meta__pill--live">Live</span></div><h1>Unit 1</h1><details class=toc><summary class=toc__summary>Table of Contents</summary><nav id=TableOfContents><ul><li><ul><li><a href=#april-12-2026><em><strong>April 12, 2026</strong></em></a></li></ul></li><li><a href=#theories-on-the-origin-of-language>Theories on the Origin of Language</a><ul><li><a href=#types-of-theories>Types of Theories</a></li></ul></li></ul></nav></details><h3 class=heading id=april-12-2026><em><strong>April 12, 2026</strong></em><span class=heading__anchor> <a href=#april-12-2026>#</a></span></h3><h2 class=heading id=theories-on-the-origin-of-language>Theories on the Origin of Language<span class=heading__anchor> <a href=#theories-on-the-origin-of-language>#</a></span></h2><h3 class=heading id=types-of-theories>Types of Theories<span class=heading__anchor> <a href=#types-of-theories>#</a></span></h3><p>A) Divine.<br>B) Bow-Bow.<br>C) Pooh-Pooh.<br>D) Ding-Dong.<br>E) Gesture.<br>F) Yo-He-Ho.<br>G) Musical.<br>H) Tool-Making.<br>I) Evolutionary.<br>J) Symbolic.<br>K) Contemporary Perspective.</p></main><footer class=footer><p class=footer__copyright-notice>&copy; <a href=https://freedoms4.org>freedoms4.org</a>
<a href=/terms/>Terms and Conditions</a> <a href=/privacy/>Privacy Policy</a> <a href=/terms/>Terms and Conditions</a> <a href=/privacy/>Privacy Policy</a>
<a href=/changelog/>Changelog</a></p><p class=footer__theme-info>Built with <a href=https://gohugo.io>Hugo</a> and based on <a href=https://github.com/CyrusYip/hugo-theme-yue>Yue</a> theme</p></footer><script>(function(){document.querySelectorAll(".menu__item").forEach(function(e){var t=e.querySelector("a");t&&t.getAttribute("href")==="/uninotes/"&&e.classList.add("menu__item--uninotes")})})()</script><script>(function(){var e=document.getElementById("theme-toggle");if(!e)return;function t(){var e=localStorage.getItem("theme");return e?e:window.matchMedia("(prefers-color-scheme: light)").matches?"light":"dark"}function n(e){document.documentElement.setAttribute("data-theme",e),localStorage.setItem("theme",e)}n(t()),e.addEventListener("click",function(){var e=document.documentElement.getAttribute("data-theme")||t();n(e==="dark"?"light":"dark")})})()</script><script>(function(){var t="https://backend.freedoms4.org/auth.php",e=localStorage.getItem("f4_username");if(!e)return;function n(e){var t,n,o,i,a,c,r=document.querySelector(".brand__auth");r&&!r.querySelector(".brand__auth-user")&&(r.classList.add("brand__auth--loggedin"),t=document.createElement("div"),t.className="brand__auth-user",n=document.createElement("button"),n.className="brand__auth-user-btn",n.setAttribute("aria-label","Account menu"),c=document.createElement("span"),c.innerHTML='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="12" height="12" fill="currentColor"><path d="M12 12c2.7 0 4.8-2.1 4.8-4.8S14.7 2.4 12 2.4 7.2 4.5 7.2 7.2 9.3 12 12 12zm0 2.4c-3.2 0-9.6 1.6-9.6 4.8v2.4h19.2v-2.4c0-3.2-6.4-4.8-9.6-4.8z"/></svg>',n.appendChild(c.firstChild),n.appendChild(document.createTextNode(" "+e)),o=document.createElement("div"),o.className="brand__auth-user-dropdown",i=document.createElement("button"),i.className="brand__auth-user-logout",i.textContent="Log Out",i.addEventListener("click",s),e==="hyzen"&&(a=document.createElement("a"),a.className="brand__auth-user-admin",a.href="/admin/",a.textContent="User Management",o.appendChild(a)),o.appendChild(i),o.appendChild(i),t.appendChild(n),t.appendChild(o),r.appendChild(t),n.addEventListener("click",function(e){e.stopPropagation(),t.classList.toggle("is-open")}),document.addEventListener("click",function(){t.classList.remove("is-open")}))}function s(){fetch(t,{method:"POST",headers:{"Content-Type":"application/json"},credentials:"include",body:JSON.stringify({action:"logout"})}).finally(function(){localStorage.removeItem("f4_username"),localStorage.removeItem("f4_login_time"),localStorage.removeItem("f4_session_fails"),window.location.reload()})}n(e)})()</script><script>(function(){var t,e=document.querySelector(".rss-subscribe");if(!e)return;t=e.querySelector(".rss-subscribe__btn"),t.addEventListener("click",function(t){t.stopPropagation(),e.classList.toggle("is-open")}),document.addEventListener("click",function(t){e.contains(t.target)||e.classList.remove("is-open")}),e.querySelectorAll(".rss-subscribe__item").forEach(function(t){t.addEventListener("click",function(n){n.stopPropagation();var s,o=t.getAttribute("data-rss-url"),a=t.textContent;function i(){t.textContent="Copied!",setTimeout(function(){t.textContent=a,e.classList.remove("is-open")},1200)}try{s=document.createElement("textarea"),s.value=o,s.style.cssText="position:fixed;top:0;left:0;opacity:0;pointer-events:none;",document.body.appendChild(s),s.focus(),s.select(),document.execCommand("copy"),document.body.removeChild(s),i()}catch{navigator.clipboard&&navigator.clipboard.writeText(o).then(i).catch(function(){t.textContent=o})}})})})()</script><script src=/js/session-check.js></script></body></html> <a href=/changelog/>Changelog</a></p><p class=footer__theme-info>Built with <a href=https://gohugo.io>Hugo</a> and based on <a href=https://github.com/CyrusYip/hugo-theme-yue>Yue</a> theme</p></footer><script>(function(){document.querySelectorAll(".menu__item").forEach(function(e){var t=e.querySelector("a");t&&t.getAttribute("href")==="/uninotes/"&&e.classList.add("menu__item--uninotes")})})()</script><script>(function(){var e=document.getElementById("theme-toggle");if(!e)return;function t(){var e=localStorage.getItem("theme");return e?e:window.matchMedia("(prefers-color-scheme: light)").matches?"light":"dark"}function n(e){document.documentElement.setAttribute("data-theme",e),localStorage.setItem("theme",e)}n(t()),e.addEventListener("click",function(){var e=document.documentElement.getAttribute("data-theme")||t();n(e==="dark"?"light":"dark")})})()</script><script>(function(){var t="https://backend.freedoms4.org/auth.php",e=localStorage.getItem("f4_username");if(!e)return;function n(e){var t,n,o,i,a,c,r=document.querySelector(".brand__auth");r&&!r.querySelector(".brand__auth-user")&&(r.classList.add("brand__auth--loggedin"),t=document.createElement("div"),t.className="brand__auth-user",n=document.createElement("button"),n.className="brand__auth-user-btn",n.setAttribute("aria-label","Account menu"),c=document.createElement("span"),c.innerHTML='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="12" height="12" fill="currentColor"><path d="M12 12c2.7 0 4.8-2.1 4.8-4.8S14.7 2.4 12 2.4 7.2 4.5 7.2 7.2 9.3 12 12 12zm0 2.4c-3.2 0-9.6 1.6-9.6 4.8v2.4h19.2v-2.4c0-3.2-6.4-4.8-9.6-4.8z"/></svg>',n.appendChild(c.firstChild),n.appendChild(document.createTextNode(" "+e)),o=document.createElement("div"),o.className="brand__auth-user-dropdown",i=document.createElement("button"),i.className="brand__auth-user-logout",i.textContent="Log Out",i.addEventListener("click",s),e==="hyzen"&&(a=document.createElement("a"),a.className="brand__auth-user-admin",a.href="/admin/",a.textContent="User Management",o.appendChild(a)),o.appendChild(i),o.appendChild(i),t.appendChild(n),t.appendChild(o),r.appendChild(t),n.addEventListener("click",function(e){e.stopPropagation(),t.classList.toggle("is-open")}),document.addEventListener("click",function(){t.classList.remove("is-open")}))}function s(){fetch(t,{method:"POST",headers:{"Content-Type":"application/json"},credentials:"include",body:JSON.stringify({action:"logout"})}).finally(function(){localStorage.removeItem("f4_username"),localStorage.removeItem("f4_login_time"),localStorage.removeItem("f4_session_fails"),window.location.reload()})}n(e)})()</script><script>(function(){var t,e=document.querySelector(".rss-subscribe");if(!e)return;t=e.querySelector(".rss-subscribe__btn"),t.addEventListener("click",function(t){t.stopPropagation(),e.classList.toggle("is-open")}),document.addEventListener("click",function(t){e.contains(t.target)||e.classList.remove("is-open")}),e.querySelectorAll(".rss-subscribe__item").forEach(function(t){t.addEventListener("click",function(n){n.stopPropagation();var s,o=t.getAttribute("data-rss-url"),a=t.textContent;function i(){t.textContent="Copied!",setTimeout(function(){t.textContent=a,e.classList.remove("is-open")},1200)}try{s=document.createElement("textarea"),s.value=o,s.style.cssText="position:fixed;top:0;left:0;opacity:0;pointer-events:none;",document.body.appendChild(s),s.focus(),s.select(),document.execCommand("copy"),document.body.removeChild(s),i()}catch{navigator.clipboard&&navigator.clipboard.writeText(o).then(i).catch(function(){t.textContent=o})}})})})()</script><script src=/js/session-check.js></script></body></html>

View File

@@ -1,405 +1 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>S1 on Freedoms4</title><link>https://freedoms4.org/uninotes/s1/</link><description>Recent content in S1 on Freedoms4</description><generator>Hugo</generator><language>en-us</language><managingEditor>your-email@example.com (Freedoms4)</managingEditor><webMaster>your-email@example.com (Freedoms4)</webMaster><atom:link href="https://freedoms4.org/uninotes/s1/index.xml" rel="self" type="application/rss+xml"/><item><title>Unit 1</title><link>https://freedoms4.org/uninotes/s1/bo-dcm1109/unit1/self/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><author>your-email@example.com (Freedoms4)</author><guid>https://freedoms4.org/uninotes/s1/bo-dcm1109/unit1/self/</guid><description>&lt;h3 class="heading" id="april-6-2026"&gt; <?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>S1 on Freedoms4</title><link>https://freedoms4.org/uninotes/s1/</link><description>Recent content in S1 on Freedoms4</description><generator>Hugo</generator><language>en-us</language><managingEditor>your-email@example.com (Freedoms4)</managingEditor><webMaster>your-email@example.com (Freedoms4)</webMaster><atom:link href="https://freedoms4.org/uninotes/s1/index.xml" rel="self" type="application/rss+xml"/></channel></rss>
&lt;em&gt;&lt;strong&gt;April 6, 2026&lt;/strong&gt;&lt;/em&gt;&lt;span class="heading__anchor"&gt; &lt;a href="#april-6-2026"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h3&gt;&lt;h2 class="heading" id="features-and-nature-of-business"&gt;
Features and Nature of Business&lt;span class="heading__anchor"&gt; &lt;a href="#features-and-nature-of-business"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h2&gt;&lt;p&gt;A) Economic Activity.&lt;br&gt;
B) Continuous Activity.&lt;br&gt;
C) Profit Motive.&lt;br&gt;
D) Exchange of goods and services.&lt;br&gt;
E) Customer Orientation.&lt;br&gt;
F) Risk and Uncertainty.&lt;br&gt;
G) Legal and Ethical Compliance.&lt;br&gt;
H) Global.&lt;/p&gt;
&lt;h2 class="heading" id="concept"&gt;
Concept&lt;span class="heading__anchor"&gt; &lt;a href="#concept"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h2&gt;&lt;p&gt;A) Value Creation.&lt;br&gt;
B) Profit.&lt;br&gt;
C) Social.&lt;br&gt;
D) Organised.&lt;br&gt;
E) Dynanic.&lt;/p&gt;
&lt;h2 class="heading" id="scope"&gt;
Scope&lt;span class="heading__anchor"&gt; &lt;a href="#scope"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h2&gt;&lt;h3 class="heading" id="a-industry"&gt;
A) Industry&lt;span class="heading__anchor"&gt; &lt;a href="#a-industry"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h3&gt;&lt;ol&gt;
&lt;li&gt;Primary Industry: Extraction of raw material (agriculture, mining).&lt;/li&gt;
&lt;li&gt;Secondary Industry: Manufacturing.&lt;/li&gt;
&lt;li&gt;Tertiary Industry: Service (banking, insurance, transport, delivery)&lt;/li&gt;
&lt;li&gt;Quaternary Sector: Knowledge based services (IT, education/training)&lt;/li&gt;
&lt;li&gt;Quinary Sector: Services of leading roles (Government services, NGOs)&lt;/li&gt;
&lt;/ol&gt;
&lt;h3 class="heading" id="b-commerce"&gt;
B) Commerce&lt;span class="heading__anchor"&gt; &lt;a href="#b-commerce"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h3&gt;&lt;ol&gt;
&lt;li&gt;Trade.&lt;/li&gt;
&lt;li&gt;Auxiliaries to Trade.&lt;/li&gt;
&lt;/ol&gt;
&lt;h3 class="heading" id="c-modern-dimensions-of-business"&gt;
C) Modern Dimensions of Business&lt;span class="heading__anchor"&gt; &lt;a href="#c-modern-dimensions-of-business"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h3&gt;&lt;ol&gt;
&lt;li&gt;E-Business.&lt;/li&gt;
&lt;li&gt;Green Business.&lt;/li&gt;
&lt;li&gt;Social Business.&lt;/li&gt;
&lt;li&gt;Global Business.&lt;/li&gt;
&lt;/ol&gt;
&lt;h2 class="heading" id="business-as-a-system"&gt;
Business as a System&lt;span class="heading__anchor"&gt; &lt;a href="#business-as-a-system"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h2&gt;&lt;p&gt;A) Interdependance.&lt;br&gt;
B) Input-Process-Output Model.&lt;br&gt;
C) Open System.&lt;br&gt;
D) Dynamic Nature.&lt;/p&gt;</description></item><item><title>Unit 1</title><link>https://freedoms4.org/uninotes/s1/et-dcm1107/unit1/live/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><author>your-email@example.com (Freedoms4)</author><guid>https://freedoms4.org/uninotes/s1/et-dcm1107/unit1/live/</guid><description>&lt;h3 class="heading" id="april-5-2026"&gt;
&lt;em&gt;&lt;strong&gt;April 5, 2026&lt;/strong&gt;&lt;/em&gt;&lt;span class="heading__anchor"&gt; &lt;a href="#april-5-2026"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h3&gt;&lt;h2 class="heading" id="course-objectives"&gt;
Course Objectives&lt;span class="heading__anchor"&gt; &lt;a href="#course-objectives"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h2&gt;&lt;p&gt;A) Develop analytical skills for interpreting consumer decision-making and market behaviour using economic tools.&lt;br&gt;
B) Examine cost and revenue structures of firms.&lt;/p&gt;
&lt;h2 class="heading" id="definition-of-economics-by-various-individuals"&gt;
Definition of Economics by various individuals&lt;span class="heading__anchor"&gt; &lt;a href="#definition-of-economics-by-various-individuals"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h2&gt;&lt;p&gt;A) Wealth Definition by Adam Smith.&lt;br&gt;
B) Welfare Definition by Alfred Marshall.&lt;br&gt;
C) Scarcity Definition by Robbins.&lt;br&gt;
D) Growth Defintion by Samuelson.&lt;/p&gt;
&lt;h2 class="heading" id="nature"&gt;
Nature&lt;span class="heading__anchor"&gt; &lt;a href="#nature"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h2&gt;&lt;h3 class="heading" id="a-economics-as-a-science"&gt;
A) Economics as a Science&lt;span class="heading__anchor"&gt; &lt;a href="#a-economics-as-a-science"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h3&gt;&lt;ol&gt;
&lt;li&gt;Positive (what is, based on data and logic)&lt;/li&gt;
&lt;li&gt;Normative (what ought to be, opinions, judgements)&lt;/li&gt;
&lt;/ol&gt;
&lt;h3 class="heading" id="b-economics-as-an-art"&gt;
B) Economics as an Art&lt;span class="heading__anchor"&gt; &lt;a href="#b-economics-as-an-art"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h3&gt;&lt;ol&gt;
&lt;li&gt;Pure (what ought to be, ideals and goals)&lt;/li&gt;
&lt;li&gt;Applied (real world, how to implement)&lt;/li&gt;
&lt;/ol&gt;
&lt;h3 class="heading" id="a-described-economics-as-a-science"&gt;
A) Described Economics as a Science&lt;span class="heading__anchor"&gt; &lt;a href="#a-described-economics-as-a-science"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h3&gt;&lt;ol&gt;
&lt;li&gt;Focuses on laws and cause-and-effect relationships (e.g Law of Demand).&lt;/li&gt;
&lt;li&gt;Models to predict economic outcomes.&lt;/li&gt;
&lt;li&gt;Data analysis, observation, hypothesis.&lt;/li&gt;
&lt;li&gt;Real-world evidence.&lt;/li&gt;
&lt;li&gt;Deductive and Inductive reasoning.&lt;/li&gt;
&lt;/ol&gt;
&lt;ul&gt;
&lt;li&gt;Limitaion: Human behaviour involved.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 class="heading" id="methods"&gt;
Methods&lt;span class="heading__anchor"&gt; &lt;a href="#methods"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h2&gt;&lt;p&gt;A) Inductive (specific -&amp;gt; general).&lt;br&gt;
B) Deductive (general -&amp;gt; specific).&lt;/p&gt;</description></item><item><title>Unit 1</title><link>https://freedoms4.org/uninotes/s1/ge-dcm1106/unit1/live/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><author>your-email@example.com (Freedoms4)</author><guid>https://freedoms4.org/uninotes/s1/ge-dcm1106/unit1/live/</guid><description>&lt;h3 class="heading" id="april-12-2026"&gt;
&lt;em&gt;&lt;strong&gt;April 12, 2026&lt;/strong&gt;&lt;/em&gt;&lt;span class="heading__anchor"&gt; &lt;a href="#april-12-2026"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h3&gt;&lt;h2 class="heading" id="theories-on-the-origin-of-language"&gt;
Theories on the Origin of Language&lt;span class="heading__anchor"&gt; &lt;a href="#theories-on-the-origin-of-language"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h2&gt;&lt;h3 class="heading" id="types-of-theories"&gt;
Types of Theories&lt;span class="heading__anchor"&gt; &lt;a href="#types-of-theories"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h3&gt;&lt;p&gt;A) Divine.&lt;br&gt;
B) Bow-Bow.&lt;br&gt;
C) Pooh-Pooh.&lt;br&gt;
D) Ding-Dong.&lt;br&gt;
E) Gesture.&lt;br&gt;
F) Yo-He-Ho.&lt;br&gt;
G) Musical.&lt;br&gt;
H) Tool-Making.&lt;br&gt;
I) Evolutionary.&lt;br&gt;
J) Symbolic.&lt;br&gt;
K) Contemporary Perspective.&lt;/p&gt;</description></item><item><title>Unit 1</title><link>https://freedoms4.org/uninotes/s1/pbm-dcm1110/unit1/live/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><author>your-email@example.com (Freedoms4)</author><guid>https://freedoms4.org/uninotes/s1/pbm-dcm1110/unit1/live/</guid><description>&lt;h3 class="heading" id="april-12-2026"&gt;
&lt;em&gt;&lt;strong&gt;April 12, 2026&lt;/strong&gt;&lt;/em&gt;&lt;span class="heading__anchor"&gt; &lt;a href="#april-12-2026"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h3&gt;&lt;h2 class="heading" id="introduction"&gt;
Introduction&lt;span class="heading__anchor"&gt; &lt;a href="#introduction"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h2&gt;&lt;p&gt;Management is a process where is an environment is developed to achieve the predefined goals and objectives through planning, organising, directing and controlling.&lt;/p&gt;</description></item><item><title>Unit 1</title><link>https://freedoms4.org/uninotes/s1/pbm-dcm1110/unit1/self/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><author>your-email@example.com (Freedoms4)</author><guid>https://freedoms4.org/uninotes/s1/pbm-dcm1110/unit1/self/</guid><description>&lt;h3 class="heading" id="april-5-2026"&gt;
&lt;em&gt;&lt;strong&gt;April 5, 2026&lt;/strong&gt;&lt;/em&gt;&lt;span class="heading__anchor"&gt; &lt;a href="#april-5-2026"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h3&gt;&lt;h2 class="heading" id="characteristics-of-management"&gt;
Characteristics of Management&lt;span class="heading__anchor"&gt; &lt;a href="#characteristics-of-management"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h2&gt;&lt;p&gt;A) Goal Oriented.&lt;br&gt;
B) Pervasive.&lt;br&gt;
C) Multidimentional:&lt;br&gt;
         (i) Management of People.&lt;br&gt;
         (ii) Management of Operations.&lt;br&gt;
D) Continuous.&lt;br&gt;
E) Dynamic.&lt;br&gt;
F) Group Activity.&lt;br&gt;
G) Intangible.&lt;/p&gt;
&lt;h2 class="heading" id="functions-of-management"&gt;
Functions of Management&lt;span class="heading__anchor"&gt; &lt;a href="#functions-of-management"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h2&gt;&lt;p&gt;A) Planning.&lt;br&gt;
B) Organising.&lt;br&gt;
C) Staffing.&lt;br&gt;
D) Directing.&lt;br&gt;
E) Controlling.&lt;/p&gt;
&lt;h3 class="heading" id="a-planning"&gt;
A) Planning&lt;span class="heading__anchor"&gt; &lt;a href="#a-planning"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h3&gt;&lt;ol&gt;
&lt;li&gt;Determine the goals or mission of the organisation.&lt;/li&gt;
&lt;li&gt;Forecast future conditions.&lt;/li&gt;
&lt;li&gt;Select the best course of action.&lt;/li&gt;
&lt;li&gt;Formulate policies, procedures, budgets.&lt;/li&gt;
&lt;/ol&gt;
&lt;h3 class="heading" id="b-organising"&gt;
B) Organising&lt;span class="heading__anchor"&gt; &lt;a href="#b-organising"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h3&gt;&lt;ol&gt;
&lt;li&gt;Identify and analyse activities required to be operated on.&lt;/li&gt;
&lt;li&gt;Group similar activities.&lt;/li&gt;
&lt;li&gt;Assign duties to individuals.&lt;/li&gt;
&lt;li&gt;Delegate authority and responsibility to the individuals in managerial roles.&lt;/li&gt;
&lt;li&gt;Establish and announce clear authority relationships to ensure coordination and control.&lt;/li&gt;
&lt;/ol&gt;
&lt;h3 class="heading" id="c-staffing"&gt;
C) Staffing&lt;span class="heading__anchor"&gt; &lt;a href="#c-staffing"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h3&gt;&lt;ol&gt;
&lt;li&gt;Recruitment and selection.&lt;/li&gt;
&lt;li&gt;Training.&lt;/li&gt;
&lt;li&gt;Performance appraisal.&lt;/li&gt;
&lt;/ol&gt;
&lt;h3 class="heading" id="d-directing"&gt;
D) Directing&lt;span class="heading__anchor"&gt; &lt;a href="#d-directing"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h3&gt;&lt;ol&gt;
&lt;li&gt;Leadership and supervision.&lt;/li&gt;
&lt;li&gt;Motivation.&lt;/li&gt;
&lt;li&gt;Communication.&lt;/li&gt;
&lt;/ol&gt;
&lt;h3 class="heading" id="e-controlling"&gt;
E) Controlling&lt;span class="heading__anchor"&gt; &lt;a href="#e-controlling"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h3&gt;&lt;ol&gt;
&lt;li&gt;Establish performance standards.&lt;/li&gt;
&lt;li&gt;Measure performance.&lt;/li&gt;
&lt;li&gt;Compare performance with the standards.&lt;/li&gt;
&lt;li&gt;Identify reasons for deviations.&lt;/li&gt;
&lt;li&gt;Implement corrective actions.&lt;/li&gt;
&lt;li&gt;Use feedback to evaluate performance improvement.&lt;/li&gt;
&lt;/ol&gt;
&lt;h2 class="heading" id="significance-of-management"&gt;
Significance of Management&lt;span class="heading__anchor"&gt; &lt;a href="#significance-of-management"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h2&gt;&lt;p&gt;A) Optimum unilization of resources.&lt;br&gt;
B) Minimisation of costs.&lt;br&gt;
C) Achievement of group goals.&lt;br&gt;
D) Organisational stability.&lt;/p&gt;</description></item><item><title>Unit 11</title><link>https://freedoms4.org/uninotes/s1/bo-dcm1109/unit11/self/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><author>your-email@example.com (Freedoms4)</author><guid>https://freedoms4.org/uninotes/s1/bo-dcm1109/unit11/self/</guid><description>&lt;h3 class="heading" id="may-17-2026"&gt;
&lt;em&gt;&lt;strong&gt;May 17, 2026&lt;/strong&gt;&lt;/em&gt;&lt;span class="heading__anchor"&gt; &lt;a href="#may-17-2026"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h3&gt;&lt;h2 class="heading" id="modes-of-business-combination"&gt;
Modes of Business Combination&lt;span class="heading__anchor"&gt; &lt;a href="#modes-of-business-combination"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h2&gt;&lt;h3 class="heading" id="a-associations"&gt;
A) Associations&lt;span class="heading__anchor"&gt; &lt;a href="#a-associations"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h3&gt;&lt;ol&gt;
&lt;li&gt;Trade Association&lt;/li&gt;
&lt;li&gt;Chamber of Commerce&lt;/li&gt;
&lt;li&gt;Informal agreements&lt;/li&gt;
&lt;/ol&gt;
&lt;h3 class="heading" id="b-federations"&gt;
B) Federations&lt;span class="heading__anchor"&gt; &lt;a href="#b-federations"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h3&gt;&lt;ol&gt;
&lt;li&gt;Formal agreements&lt;/li&gt;
&lt;li&gt;Pools&lt;/li&gt;
&lt;li&gt;Cartels&lt;/li&gt;
&lt;/ol&gt;
&lt;h3 class="heading" id="c-consolidations"&gt;
C) Consolidations&lt;span class="heading__anchor"&gt; &lt;a href="#c-consolidations"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h3&gt;&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;Partials Consolidations&lt;br&gt;
a. Trust&lt;br&gt;
b. Holding Companies&lt;br&gt;
c. Community of Interest&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Complete Consolidations&lt;br&gt;
a. Mergers&lt;br&gt;
b. Acquisition&lt;br&gt;
c. Amalgamation&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;h2 class="heading" id="types-of-business-combination"&gt;
Types of Business Combination&lt;span class="heading__anchor"&gt; &lt;a href="#types-of-business-combination"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h2&gt;&lt;h3 class="heading" id="a-horizontal"&gt;
A) Horizontal&lt;span class="heading__anchor"&gt; &lt;a href="#a-horizontal"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h3&gt;&lt;p&gt;These companies operate at the same level of production, distribution or supply chain.&lt;/p&gt;</description></item><item><title>Unit 12</title><link>https://freedoms4.org/uninotes/s1/et-dcm1107/unit12/self/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><author>your-email@example.com (Freedoms4)</author><guid>https://freedoms4.org/uninotes/s1/et-dcm1107/unit12/self/</guid><description>&lt;h3 class="heading" id="may-25-2026"&gt;
&lt;em&gt;&lt;strong&gt;May 25, 2026&lt;/strong&gt;&lt;/em&gt;&lt;span class="heading__anchor"&gt; &lt;a href="#may-25-2026"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h3&gt;&lt;h2 class="heading" id="definitions"&gt;
Definitions&lt;span class="heading__anchor"&gt; &lt;a href="#definitions"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h2&gt;&lt;h3 class="heading" id="interest"&gt;
Interest&lt;span class="heading__anchor"&gt; &lt;a href="#interest"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h3&gt;&lt;p&gt;The payment or reward given for borrowing money or using capital for a specific period of time.&lt;/p&gt;
&lt;h3 class="heading" id="gross-interest"&gt;
Gross Interest&lt;span class="heading__anchor"&gt; &lt;a href="#gross-interest"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h3&gt;&lt;p&gt;The total amount paid by the borrower to the lender for using borrowed money before deducting taxes, service charges, or other expenses.&lt;/p&gt;
&lt;h3 class="heading" id="net-interest"&gt;
Net Interest&lt;span class="heading__anchor"&gt; &lt;a href="#net-interest"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h3&gt;&lt;p&gt;The actual or pure interest earned or paid after excluding additional charges such as risk, management costs, and inconvenience.&lt;/p&gt;</description></item><item><title>Unit 2</title><link>https://freedoms4.org/uninotes/s1/bo-dcm1109/unit2/self/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><author>your-email@example.com (Freedoms4)</author><guid>https://freedoms4.org/uninotes/s1/bo-dcm1109/unit2/self/</guid><description>&lt;h3 class="heading" id="april-12-2026"&gt;
&lt;em&gt;&lt;strong&gt;April 12, 2026&lt;/strong&gt;&lt;/em&gt;&lt;span class="heading__anchor"&gt; &lt;a href="#april-12-2026"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h3&gt;&lt;h2 class="heading" id="primary-sector"&gt;
Primary Sector&lt;span class="heading__anchor"&gt; &lt;a href="#primary-sector"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h2&gt;&lt;p&gt;The Primary Sector comprises the delivery of raw materials up to the finished product. Industries in this sector include mining for oil, coal, iron, and other minerals; Forestry, agriculture, fish farming and land reclamation, etc.&lt;/p&gt;
&lt;h2 class="heading" id="secondary-sector"&gt;
Secondary Sector&lt;span class="heading__anchor"&gt; &lt;a href="#secondary-sector"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h2&gt;&lt;p&gt;The Secondary Sector refines, processes and manufactures. This includes industries like petrochemical refineries, steel-making mills, factories for making equipment and machinery for industry and goods for consumer purchase.&lt;/p&gt;</description></item><item><title>Unit 2</title><link>https://freedoms4.org/uninotes/s1/et-dcm1107/unit2/live/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><author>your-email@example.com (Freedoms4)</author><guid>https://freedoms4.org/uninotes/s1/et-dcm1107/unit2/live/</guid><description>&lt;h3 class="heading" id="april-12-2026"&gt;
&lt;em&gt;&lt;strong&gt;April 12, 2026&lt;/strong&gt;&lt;/em&gt;&lt;span class="heading__anchor"&gt; &lt;a href="#april-12-2026"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h3&gt;&lt;h2 class="heading" id="types-of-utility"&gt;
Types of Utility&lt;span class="heading__anchor"&gt; &lt;a href="#types-of-utility"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h2&gt;&lt;p&gt;A) Form Utility&lt;br&gt;
B) Place&lt;br&gt;
C) Time&lt;br&gt;
D) Possession&lt;/p&gt;
&lt;h2 class="heading" id="law-of-deminishing-marginal-utility"&gt;
Law of Deminishing Marginal Utility&lt;span class="heading__anchor"&gt; &lt;a href="#law-of-deminishing-marginal-utility"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h2&gt;&lt;h2 class="heading" id="law-of-equi-marginal-utility"&gt;
Law of Equi-Marginal Utility&lt;span class="heading__anchor"&gt; &lt;a href="#law-of-equi-marginal-utility"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h2&gt;&lt;h2 class="heading" id="law-of-demand"&gt;
Law of Demand&lt;span class="heading__anchor"&gt; &lt;a href="#law-of-demand"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h2&gt;&lt;p&gt;Price and Quantity demanded for a product is inversely related.&lt;/p&gt;
&lt;h2 class="heading" id="exceptions-of-law-of-demand"&gt;
Exceptions of Law of Demand&lt;span class="heading__anchor"&gt; &lt;a href="#exceptions-of-law-of-demand"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h2&gt;&lt;p&gt;A) Assumption of increase in price.&lt;br&gt;
B) Status goods or Veblen goods.&lt;br&gt;
C) Giffen goods.&lt;br&gt;
D) War.&lt;br&gt;
E) Economic depression.
F) Essential goods.&lt;/p&gt;</description></item><item><title>Unit 2</title><link>https://freedoms4.org/uninotes/s1/pbm-dcm1110/unit2/self/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><author>your-email@example.com (Freedoms4)</author><guid>https://freedoms4.org/uninotes/s1/pbm-dcm1110/unit2/self/</guid><description>&lt;h3 class="heading" id="april-12-2026"&gt;
&lt;em&gt;&lt;strong&gt;April 12, 2026&lt;/strong&gt;&lt;/em&gt;&lt;span class="heading__anchor"&gt; &lt;a href="#april-12-2026"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h3&gt;&lt;h2 class="heading" id="behaviors-of-managers"&gt;
Behaviors of Managers&lt;span class="heading__anchor"&gt; &lt;a href="#behaviors-of-managers"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h2&gt;&lt;h3 class="heading" id="a-coaching-managers"&gt;
A) Coaching managers&lt;span class="heading__anchor"&gt; &lt;a href="#a-coaching-managers"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h3&gt;&lt;p&gt;Coaching managers usually take on a teacher-like role, and they have an excellent understanding of
the different stages of professional development. They love to motivate their employees to improve.
They do this by helping them build strong personal relationships. Some of the most common
qualities of a coaching manager include:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Educating every employee of the organisation.&lt;/li&gt;
&lt;li&gt;Looking after the long-term professional development of their employees.&lt;/li&gt;
&lt;li&gt;Bringing the team together whilst also evaluating each individual&amp;rsquo;s progress.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 class="heading" id="b-authoritative-managers"&gt;
B) Authoritative managers&lt;span class="heading__anchor"&gt; &lt;a href="#b-authoritative-managers"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h3&gt;&lt;p&gt;Authoritative managers make sure that they are handling most of the decision-making and task
delegation by themselves, whilst also making sure that they are maintaining a strict protocol in their
office. They most often focus on adhering to rules and making sure that employees complete tasks
as per the companys standard of quality. Some of the common qualities of an authoritative manager
include:&lt;/p&gt;</description></item><item><title>Unit 3</title><link>https://freedoms4.org/uninotes/s1/bo-dcm1109/unit3/self/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><author>your-email@example.com (Freedoms4)</author><guid>https://freedoms4.org/uninotes/s1/bo-dcm1109/unit3/self/</guid><description>&lt;h3 class="heading" id="april-15-2026"&gt;
&lt;em&gt;&lt;strong&gt;April 15, 2026&lt;/strong&gt;&lt;/em&gt;&lt;span class="heading__anchor"&gt; &lt;a href="#april-15-2026"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h3&gt;&lt;h2 class="heading" id="types-of-co-operatives-formed"&gt;
Types of co-operatives formed&lt;span class="heading__anchor"&gt; &lt;a href="#types-of-co-operatives-formed"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h2&gt;&lt;p&gt;A) Consumer co-operatives.&lt;br&gt;
B) Producer co-operatives.&lt;br&gt;
C) Marketing co-operatives.&lt;br&gt;
D) Housing co-operatives.&lt;br&gt;
E) Credit co-operatives.&lt;br&gt;
F) Cooperative Farming Societies.&lt;/p&gt;
&lt;h2 class="heading" id="types-of-companies"&gt;
Types of Companies&lt;span class="heading__anchor"&gt; &lt;a href="#types-of-companies"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h2&gt;&lt;h3 class="heading" id="a-on-the-basis-of-incorporation"&gt;
A) On the Basis of Incorporation&lt;span class="heading__anchor"&gt; &lt;a href="#a-on-the-basis-of-incorporation"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h3&gt;&lt;ol&gt;
&lt;li&gt;Chartered Companies: Formed under a Royal Charter or special charter issued by the
monarch (no longer applicable in India).&lt;/li&gt;
&lt;li&gt;Statutory Companies: Created by a special Act of Parliament or State Legislature. Example:
Reserve Bank of India (RBI), Life Insurance Corporation (LIC).&lt;/li&gt;
&lt;li&gt;Registered Companies: Incorporated under the Companies Act, 2013. This includes almost
all modern business entities in India.&lt;/li&gt;
&lt;/ol&gt;
&lt;h3 class="heading" id="b-on-the-basis-of-liability"&gt;
B) On the Basis of Liability&lt;span class="heading__anchor"&gt; &lt;a href="#b-on-the-basis-of-liability"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h3&gt;&lt;ol&gt;
&lt;li&gt;Company Limited by Shares [Section 2(22)].&lt;/li&gt;
&lt;li&gt;Company Limited by Guarantee [Section 2(21)].&lt;/li&gt;
&lt;li&gt;Unlimited Liability Company [Section 2(92)].&lt;/li&gt;
&lt;li&gt;Company Limited by Both Guarantee and Shares.&lt;/li&gt;
&lt;/ol&gt;
&lt;h3 class="heading" id="c-on-the-basis-of-ownership"&gt;
C) On the Basis of Ownership&lt;span class="heading__anchor"&gt; &lt;a href="#c-on-the-basis-of-ownership"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h3&gt;&lt;ol&gt;
&lt;li&gt;Private Company (Section 2(68)).&lt;/li&gt;
&lt;li&gt;Public Company (Section 2(71)).&lt;/li&gt;
&lt;li&gt;One Person Company (Section 2(62)).&lt;/li&gt;
&lt;/ol&gt;
&lt;h3 class="heading" id="d-on-the-basis-of-control"&gt;
D) On the Basis of Control&lt;span class="heading__anchor"&gt; &lt;a href="#d-on-the-basis-of-control"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h3&gt;&lt;ol&gt;
&lt;li&gt;Holding Company: Controls one or more subsidiaries by owning over 50% voting rights or board control.&lt;/li&gt;
&lt;li&gt;Subsidiary Company: Controlled by another company. Example: Jaguar Land Rover
(subsidiary of Tata Motors).&lt;/li&gt;
&lt;/ol&gt;
&lt;h3 class="heading" id="e-on-the-basis-of-nationality"&gt;
E) On the Basis of Nationality&lt;span class="heading__anchor"&gt; &lt;a href="#e-on-the-basis-of-nationality"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h3&gt;&lt;ol&gt;
&lt;li&gt;Indian Company: Incorporated under the Companies Act, 2013 and managed in India.&lt;/li&gt;
&lt;li&gt;Foreign Company (Section 2(42)): Incorporated outside India but has a place of business in India. Example: Google India Pvt. Ltd.&lt;/li&gt;
&lt;/ol&gt;
&lt;h3 class="heading" id="f-on-the-basis-of-purpose"&gt;
F) On the Basis of Purpose&lt;span class="heading__anchor"&gt; &lt;a href="#f-on-the-basis-of-purpose"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h3&gt;&lt;ol&gt;
&lt;li&gt;For-Profit Companies.&lt;/li&gt;
&lt;li&gt;Non-Profit Companies (Section 8): Established for charitable, educational, or social
purposes. Profits are reinvested to promote their objectives. Example: CRY Foundation.&lt;/li&gt;
&lt;/ol&gt;</description></item><item><title>Unit 3</title><link>https://freedoms4.org/uninotes/s1/pbm-dcm1110/unit3/self/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><author>your-email@example.com (Freedoms4)</author><guid>https://freedoms4.org/uninotes/s1/pbm-dcm1110/unit3/self/</guid><description>&lt;h3 class="heading" id="april-15-2026"&gt;
&lt;em&gt;&lt;strong&gt;April 15, 2026&lt;/strong&gt;&lt;/em&gt;&lt;span class="heading__anchor"&gt; &lt;a href="#april-15-2026"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h3&gt;&lt;h2 class="heading" id="classical-approach-comprised-the-following-three-approaches"&gt;
Classical approach comprised the following three approaches:&lt;span class="heading__anchor"&gt; &lt;a href="#classical-approach-comprised-the-following-three-approaches"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h2&gt;&lt;h3 class="heading" id="a-scientific-management"&gt;
A) Scientific Management&lt;span class="heading__anchor"&gt; &lt;a href="#a-scientific-management"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h3&gt;&lt;p&gt;In scientific management, scientific methods are used to study and analyse the problems in factories and businesses. It involves the use of rational methods, understanding issues, and finding relevant &amp;amp; practical solutions. The main contribution in scientific management is of Frederick Winslow Taylor, who is well renowned as The father of scientific management.&lt;/p&gt;
&lt;h3 class="heading" id="b-administration-management"&gt;
B) Administration Management&lt;span class="heading__anchor"&gt; &lt;a href="#b-administration-management"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h3&gt;&lt;p&gt;It is mainly related to the performance of managers and has defined various functions of administration. In administration management, the emphasis is laid on evaluating the existing processes, identifying the underlying principles, and developing the management theories. These functions are interlinked and help managers perform effectively. The major contribution towards administration management is from Henry Fayol.&lt;/p&gt;</description></item><item><title>Unit 4</title><link>https://freedoms4.org/uninotes/s1/pbm-dcm1110/unit4/self/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><author>your-email@example.com (Freedoms4)</author><guid>https://freedoms4.org/uninotes/s1/pbm-dcm1110/unit4/self/</guid><description>&lt;h3 class="heading" id="april-20-2026"&gt;
&lt;em&gt;&lt;strong&gt;April 20, 2026&lt;/strong&gt;&lt;/em&gt;&lt;span class="heading__anchor"&gt; &lt;a href="#april-20-2026"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h3&gt;&lt;h2 class="heading" id="neoclassical-approaches"&gt;
Neoclassical Approaches&lt;span class="heading__anchor"&gt; &lt;a href="#neoclassical-approaches"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h2&gt;&lt;h3 class="heading" id="a-human-relations-movement"&gt;
A) Human Relations Movement&lt;span class="heading__anchor"&gt; &lt;a href="#a-human-relations-movement"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h3&gt;&lt;p&gt;Factors affecting the Human Relations Movement:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Economic Depression - 1929.&lt;/li&gt;
&lt;li&gt;Progress in Technology.&lt;/li&gt;
&lt;li&gt;Response to Taylorism.&lt;/li&gt;
&lt;li&gt;Enmity between classes.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 class="heading" id="1-contribution-of-elton-mayo"&gt;
1. Contribution of Elton Mayo&lt;span class="heading__anchor"&gt; &lt;a href="#1-contribution-of-elton-mayo"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h3&gt;&lt;p&gt;The Hawthorne Experiments: A Landmark in Human Relations&lt;/p&gt;
&lt;p&gt;Four Experiments:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;&lt;strong&gt;Illumination Experiments (19241927):&lt;/strong&gt; Examined how changes in lighting affected worker productivity.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Relay Assembly Test Room Experiments (19271928):&lt;/strong&gt; Studied the impact of altered work conditions, such as hours and rest breaks, on output.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Mass Interviewing Programme (19281930):&lt;/strong&gt; Investigated employees attitudes, feelings, and perceptions toward their work.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Bank Wiring Observation Room Experiments (19311932):&lt;/strong&gt; Explored the effects of informal social groups on individual behaviour and productivity.&lt;/li&gt;
&lt;/ol&gt;
&lt;h3 class="heading" id="b-behavioral-approach"&gt;
B) Behavioral Approach&lt;span class="heading__anchor"&gt; &lt;a href="#b-behavioral-approach"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h3&gt;&lt;p&gt;This approach focuses on understanding how individuals think, feel, and behave within organisational settings. Drawing insights from disciplines such as psychology, sociology, anthropology, and economics, it emphasises the importance of studying human behaviour scientifically to develop effective management practices.&lt;/p&gt;</description></item><item><title>Unit 5</title><link>https://freedoms4.org/uninotes/s1/et-dcm1107/unit5/self/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><author>your-email@example.com (Freedoms4)</author><guid>https://freedoms4.org/uninotes/s1/et-dcm1107/unit5/self/</guid><description>&lt;h3 class="heading" id="may-01-2026"&gt;
&lt;em&gt;&lt;strong&gt;May 01, 2026&lt;/strong&gt;&lt;/em&gt;&lt;span class="heading__anchor"&gt; &lt;a href="#may-01-2026"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h3&gt;&lt;h2 class="heading" id="explicit-cost"&gt;
Explicit Cost&lt;span class="heading__anchor"&gt; &lt;a href="#explicit-cost"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h2&gt;&lt;p&gt;Explicit costs are direct, out-of-pocket payments that a business or individual makes for the use of resources or services. These costs are tangible, measurable, and recorded in accounting books, including expenses like rent, utility bills, wages, raw materials, and interest on borrowed capital.&lt;/p&gt;
&lt;h2 class="heading" id="implicit-cost"&gt;
Implicit Cost&lt;span class="heading__anchor"&gt; &lt;a href="#implicit-cost"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h2&gt;&lt;p&gt;Implicit costs are not directly paid out or recorded in financial statements, but represent the opportunity costs of using resources owned by the firm or individual. Examples include the forgone salary if an entrepreneur works in their own business instead of being employed elsewhere, or the interest income sacrificed by investing personal funds in the business rather than elsewhere.&lt;/p&gt;</description></item><item><title>Unit 6</title><link>https://freedoms4.org/uninotes/s1/et-dcm1107/unit6/self/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><author>your-email@example.com (Freedoms4)</author><guid>https://freedoms4.org/uninotes/s1/et-dcm1107/unit6/self/</guid><description>&lt;h3 class="heading" id="may-02-2026"&gt;
&lt;em&gt;&lt;strong&gt;May 02, 2026&lt;/strong&gt;&lt;/em&gt;&lt;span class="heading__anchor"&gt; &lt;a href="#may-02-2026"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h3&gt;&lt;h2 class="heading" id="production-function"&gt;
Production Function&lt;span class="heading__anchor"&gt; &lt;a href="#production-function"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h2&gt;&lt;p&gt;The production function states the functional relationship between the factors of production and the number of products.&lt;/p&gt;
&lt;p&gt;Q = f (L, C, N)&lt;br&gt;
Here, Q = Quantity of output, L = labour, C = capital, N = land.&lt;/p&gt;
&lt;h2 class="heading" id="time-elements-in-production-function"&gt;
Time Elements in Production Function&lt;span class="heading__anchor"&gt; &lt;a href="#time-elements-in-production-function"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h2&gt;&lt;h3 class="heading" id="a-short-run"&gt;
A) Short run&lt;span class="heading__anchor"&gt; &lt;a href="#a-short-run"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h3&gt;&lt;p&gt;In the short run, only some of the inputs can be varied, but not all. Some factors will remain fixed, and some will be variable.&lt;/p&gt;</description></item><item><title>Unit 7</title><link>https://freedoms4.org/uninotes/s1/et-dcm1107/unit7/self/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><author>your-email@example.com (Freedoms4)</author><guid>https://freedoms4.org/uninotes/s1/et-dcm1107/unit7/self/</guid><description>&lt;h3 class="heading" id="may-08-2026"&gt;
&lt;em&gt;&lt;strong&gt;May 08, 2026&lt;/strong&gt;&lt;/em&gt;&lt;span class="heading__anchor"&gt; &lt;a href="#may-08-2026"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h3&gt;&lt;h2 class="heading" id="types-of-capital"&gt;
Types of Capital&lt;span class="heading__anchor"&gt; &lt;a href="#types-of-capital"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h2&gt;&lt;p&gt;A) Owned/Borrowed Capital.&lt;br&gt;
B) Fixed/Floating Capital.&lt;br&gt;
C) Working Capital.&lt;br&gt;
D) Gross Working Capital.&lt;br&gt;
E) Net Working Capital.&lt;br&gt;
F) Net Operating Working Capital.&lt;/p&gt;
&lt;h2 class="heading" id="types-of-revenue"&gt;
Types of Revenue&lt;span class="heading__anchor"&gt; &lt;a href="#types-of-revenue"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h2&gt;&lt;h3 class="heading" id="a-operating-revenue"&gt;
A) Operating Revenue&lt;span class="heading__anchor"&gt; &lt;a href="#a-operating-revenue"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h3&gt;&lt;ol&gt;
&lt;li&gt;Sales Revenue.&lt;/li&gt;
&lt;li&gt;Service Revenue.&lt;/li&gt;
&lt;/ol&gt;
&lt;h3 class="heading" id="b-gross-revenue"&gt;
B) Gross Revenue&lt;span class="heading__anchor"&gt; &lt;a href="#b-gross-revenue"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h3&gt;&lt;p&gt;Gross revenue, often known as gross sales, is the entire amount of money your firm makes in a given accounting period before any deductions.&lt;/p&gt;</description></item></channel></rss>

View File

@@ -9,7 +9,6 @@ All updates
</button> </button>
<button class=rss-subscribe__item data-rss-url=https://freedoms4.org/blog/index.xml> <button class=rss-subscribe__item data-rss-url=https://freedoms4.org/blog/index.xml>
Blog posts</button></div></div></div></div><nav class="menu language"><ul class="menu__list language__list"><li class=menu__item><a class=menu__link href=/>Home</a></li><li class=menu__item><a class=menu__link href=/blog/>Blog</a></li><li class=menu__item><a class=menu__link href=/services/>Services</a></li><li class=menu__item><a class=menu__link href=/uninotes/>UniNotes</a></li><li class=menu__item><a class=menu__link href=/contact/>Contact</a></li></ul></nav></header><main class=main><nav class="uninotes-breadcrumbs breadcrumbs"><a href=/uninotes/>UniNotes</a> Blog posts</button></div></div></div></div><nav class="menu language"><ul class="menu__list language__list"><li class=menu__item><a class=menu__link href=/>Home</a></li><li class=menu__item><a class=menu__link href=/blog/>Blog</a></li><li class=menu__item><a class=menu__link href=/services/>Services</a></li><li class=menu__item><a class=menu__link href=/uninotes/>UniNotes</a></li><li class=menu__item><a class=menu__link href=/contact/>Contact</a></li></ul></nav></header><main class=main><nav class="uninotes-breadcrumbs breadcrumbs"><a href=/uninotes/>UniNotes</a>
<a href=/uninotes/s1/>S1</a> <a href=/uninotes/s1/>S1</a> <span>PBM DCM1110</span></nav><h1>PBM DCM1110</h1><ul class="uninotes-list uninotes-list--units"><li class=uninotes-list__item><a class=uninotes-list__link href=/uninotes/s1/pbm-dcm1110/unit1/>Unit 1</a></li><li class=uninotes-list__item><a class=uninotes-list__link href=/uninotes/s1/pbm-dcm1110/unit2/>Unit 2</a></li><li class=uninotes-list__item><a class=uninotes-list__link href=/uninotes/s1/pbm-dcm1110/unit3/>Unit 3</a></li><li class=uninotes-list__item><a class=uninotes-list__link href=/uninotes/s1/pbm-dcm1110/unit4/>Unit 4</a></li><li class=uninotes-list__item><a class=uninotes-list__link href=/uninotes/s1/pbm-dcm1110/qna/>QNA</a></li></ul><nav class=page-nav><a class=page-nav__previous-link href=/uninotes/s1/bo-dcm1109/>← BO DCM1109</a></nav></main><footer class=footer><p class=footer__copyright-notice>&copy; <a href=https://freedoms4.org>freedoms4.org</a>
<span>PBM DCM1110</span></nav><h1>PBM DCM1110</h1><ul class="uninotes-list uninotes-list--units"><li class=uninotes-list__item><a class=uninotes-list__link href=/uninotes/s1/pbm-dcm1110/unit1/>Unit 1</a></li><li class=uninotes-list__item><a class=uninotes-list__link href=/uninotes/s1/pbm-dcm1110/unit2/>Unit 2</a></li><li class=uninotes-list__item><a class=uninotes-list__link href=/uninotes/s1/pbm-dcm1110/unit3/>Unit 3</a></li><li class=uninotes-list__item><a class=uninotes-list__link href=/uninotes/s1/pbm-dcm1110/unit4/>Unit 4</a></li></ul><nav class=page-nav><a class=page-nav__previous-link href=/uninotes/s1/bo-dcm1109/>← BO DCM1109</a></nav></main><footer class=footer><p class=footer__copyright-notice>&copy; <a href=https://freedoms4.org>freedoms4.org</a>
<a href=/terms/>Terms and Conditions</a> <a href=/privacy/>Privacy Policy</a> <a href=/terms/>Terms and Conditions</a> <a href=/privacy/>Privacy Policy</a>
<a href=/changelog/>Changelog</a></p><p class=footer__theme-info>Built with <a href=https://gohugo.io>Hugo</a> and based on <a href=https://github.com/CyrusYip/hugo-theme-yue>Yue</a> theme</p></footer><script>(function(){document.querySelectorAll(".menu__item").forEach(function(e){var t=e.querySelector("a");t&&t.getAttribute("href")==="/uninotes/"&&e.classList.add("menu__item--uninotes")})})()</script><script>(function(){var e=document.getElementById("theme-toggle");if(!e)return;function t(){var e=localStorage.getItem("theme");return e?e:window.matchMedia("(prefers-color-scheme: light)").matches?"light":"dark"}function n(e){document.documentElement.setAttribute("data-theme",e),localStorage.setItem("theme",e)}n(t()),e.addEventListener("click",function(){var e=document.documentElement.getAttribute("data-theme")||t();n(e==="dark"?"light":"dark")})})()</script><script>(function(){var t="https://backend.freedoms4.org/auth.php",e=localStorage.getItem("f4_username");if(!e)return;function n(e){var t,n,o,i,a,c,r=document.querySelector(".brand__auth");r&&!r.querySelector(".brand__auth-user")&&(r.classList.add("brand__auth--loggedin"),t=document.createElement("div"),t.className="brand__auth-user",n=document.createElement("button"),n.className="brand__auth-user-btn",n.setAttribute("aria-label","Account menu"),c=document.createElement("span"),c.innerHTML='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="12" height="12" fill="currentColor"><path d="M12 12c2.7 0 4.8-2.1 4.8-4.8S14.7 2.4 12 2.4 7.2 4.5 7.2 7.2 9.3 12 12 12zm0 2.4c-3.2 0-9.6 1.6-9.6 4.8v2.4h19.2v-2.4c0-3.2-6.4-4.8-9.6-4.8z"/></svg>',n.appendChild(c.firstChild),n.appendChild(document.createTextNode(" "+e)),o=document.createElement("div"),o.className="brand__auth-user-dropdown",i=document.createElement("button"),i.className="brand__auth-user-logout",i.textContent="Log Out",i.addEventListener("click",s),e==="hyzen"&&(a=document.createElement("a"),a.className="brand__auth-user-admin",a.href="/admin/",a.textContent="User Management",o.appendChild(a)),o.appendChild(i),o.appendChild(i),t.appendChild(n),t.appendChild(o),r.appendChild(t),n.addEventListener("click",function(e){e.stopPropagation(),t.classList.toggle("is-open")}),document.addEventListener("click",function(){t.classList.remove("is-open")}))}function s(){fetch(t,{method:"POST",headers:{"Content-Type":"application/json"},credentials:"include",body:JSON.stringify({action:"logout"})}).finally(function(){localStorage.removeItem("f4_username"),localStorage.removeItem("f4_login_time"),localStorage.removeItem("f4_session_fails"),window.location.reload()})}n(e)})()</script><script>(function(){var t,e=document.querySelector(".rss-subscribe");if(!e)return;t=e.querySelector(".rss-subscribe__btn"),t.addEventListener("click",function(t){t.stopPropagation(),e.classList.toggle("is-open")}),document.addEventListener("click",function(t){e.contains(t.target)||e.classList.remove("is-open")}),e.querySelectorAll(".rss-subscribe__item").forEach(function(t){t.addEventListener("click",function(n){n.stopPropagation();var s,o=t.getAttribute("data-rss-url"),a=t.textContent;function i(){t.textContent="Copied!",setTimeout(function(){t.textContent=a,e.classList.remove("is-open")},1200)}try{s=document.createElement("textarea"),s.value=o,s.style.cssText="position:fixed;top:0;left:0;opacity:0;pointer-events:none;",document.body.appendChild(s),s.focus(),s.select(),document.execCommand("copy"),document.body.removeChild(s),i()}catch{navigator.clipboard&&navigator.clipboard.writeText(o).then(i).catch(function(){t.textContent=o})}})})})()</script><script src=/js/session-check.js></script></body></html> <a href=/changelog/>Changelog</a></p><p class=footer__theme-info>Built with <a href=https://gohugo.io>Hugo</a> and based on <a href=https://github.com/CyrusYip/hugo-theme-yue>Yue</a> theme</p></footer><script>(function(){document.querySelectorAll(".menu__item").forEach(function(e){var t=e.querySelector("a");t&&t.getAttribute("href")==="/uninotes/"&&e.classList.add("menu__item--uninotes")})})()</script><script>(function(){var e=document.getElementById("theme-toggle");if(!e)return;function t(){var e=localStorage.getItem("theme");return e?e:window.matchMedia("(prefers-color-scheme: light)").matches?"light":"dark"}function n(e){document.documentElement.setAttribute("data-theme",e),localStorage.setItem("theme",e)}n(t()),e.addEventListener("click",function(){var e=document.documentElement.getAttribute("data-theme")||t();n(e==="dark"?"light":"dark")})})()</script><script>(function(){var t="https://backend.freedoms4.org/auth.php",e=localStorage.getItem("f4_username");if(!e)return;function n(e){var t,n,o,i,a,c,r=document.querySelector(".brand__auth");r&&!r.querySelector(".brand__auth-user")&&(r.classList.add("brand__auth--loggedin"),t=document.createElement("div"),t.className="brand__auth-user",n=document.createElement("button"),n.className="brand__auth-user-btn",n.setAttribute("aria-label","Account menu"),c=document.createElement("span"),c.innerHTML='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="12" height="12" fill="currentColor"><path d="M12 12c2.7 0 4.8-2.1 4.8-4.8S14.7 2.4 12 2.4 7.2 4.5 7.2 7.2 9.3 12 12 12zm0 2.4c-3.2 0-9.6 1.6-9.6 4.8v2.4h19.2v-2.4c0-3.2-6.4-4.8-9.6-4.8z"/></svg>',n.appendChild(c.firstChild),n.appendChild(document.createTextNode(" "+e)),o=document.createElement("div"),o.className="brand__auth-user-dropdown",i=document.createElement("button"),i.className="brand__auth-user-logout",i.textContent="Log Out",i.addEventListener("click",s),e==="hyzen"&&(a=document.createElement("a"),a.className="brand__auth-user-admin",a.href="/admin/",a.textContent="User Management",o.appendChild(a)),o.appendChild(i),o.appendChild(i),t.appendChild(n),t.appendChild(o),r.appendChild(t),n.addEventListener("click",function(e){e.stopPropagation(),t.classList.toggle("is-open")}),document.addEventListener("click",function(){t.classList.remove("is-open")}))}function s(){fetch(t,{method:"POST",headers:{"Content-Type":"application/json"},credentials:"include",body:JSON.stringify({action:"logout"})}).finally(function(){localStorage.removeItem("f4_username"),localStorage.removeItem("f4_login_time"),localStorage.removeItem("f4_session_fails"),window.location.reload()})}n(e)})()</script><script>(function(){var t,e=document.querySelector(".rss-subscribe");if(!e)return;t=e.querySelector(".rss-subscribe__btn"),t.addEventListener("click",function(t){t.stopPropagation(),e.classList.toggle("is-open")}),document.addEventListener("click",function(t){e.contains(t.target)||e.classList.remove("is-open")}),e.querySelectorAll(".rss-subscribe__item").forEach(function(t){t.addEventListener("click",function(n){n.stopPropagation();var s,o=t.getAttribute("data-rss-url"),a=t.textContent;function i(){t.textContent="Copied!",setTimeout(function(){t.textContent=a,e.classList.remove("is-open")},1200)}try{s=document.createElement("textarea"),s.value=o,s.style.cssText="position:fixed;top:0;left:0;opacity:0;pointer-events:none;",document.body.appendChild(s),s.focus(),s.select(),document.execCommand("copy"),document.body.removeChild(s),i()}catch{navigator.clipboard&&navigator.clipboard.writeText(o).then(i).catch(function(){t.textContent=o})}})})})()</script><script src=/js/session-check.js></script></body></html>

View File

@@ -1,126 +1 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>PBM DCM1110 on Freedoms4</title><link>https://freedoms4.org/uninotes/s1/pbm-dcm1110/</link><description>Recent content in PBM DCM1110 on Freedoms4</description><generator>Hugo</generator><language>en-us</language><managingEditor>your-email@example.com (Freedoms4)</managingEditor><webMaster>your-email@example.com (Freedoms4)</webMaster><atom:link href="https://freedoms4.org/uninotes/s1/pbm-dcm1110/index.xml" rel="self" type="application/rss+xml"/><item><title>Unit 1</title><link>https://freedoms4.org/uninotes/s1/pbm-dcm1110/unit1/live/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><author>your-email@example.com (Freedoms4)</author><guid>https://freedoms4.org/uninotes/s1/pbm-dcm1110/unit1/live/</guid><description>&lt;h3 class="heading" id="april-12-2026"&gt; <?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>PBM DCM1110 on Freedoms4</title><link>https://freedoms4.org/uninotes/s1/pbm-dcm1110/</link><description>Recent content in PBM DCM1110 on Freedoms4</description><generator>Hugo</generator><language>en-us</language><managingEditor>your-email@example.com (Freedoms4)</managingEditor><webMaster>your-email@example.com (Freedoms4)</webMaster><atom:link href="https://freedoms4.org/uninotes/s1/pbm-dcm1110/index.xml" rel="self" type="application/rss+xml"/></channel></rss>
&lt;em&gt;&lt;strong&gt;April 12, 2026&lt;/strong&gt;&lt;/em&gt;&lt;span class="heading__anchor"&gt; &lt;a href="#april-12-2026"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h3&gt;&lt;h2 class="heading" id="introduction"&gt;
Introduction&lt;span class="heading__anchor"&gt; &lt;a href="#introduction"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h2&gt;&lt;p&gt;Management is a process where is an environment is developed to achieve the predefined goals and objectives through planning, organising, directing and controlling.&lt;/p&gt;</description></item><item><title>Unit 1</title><link>https://freedoms4.org/uninotes/s1/pbm-dcm1110/unit1/self/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><author>your-email@example.com (Freedoms4)</author><guid>https://freedoms4.org/uninotes/s1/pbm-dcm1110/unit1/self/</guid><description>&lt;h3 class="heading" id="april-5-2026"&gt;
&lt;em&gt;&lt;strong&gt;April 5, 2026&lt;/strong&gt;&lt;/em&gt;&lt;span class="heading__anchor"&gt; &lt;a href="#april-5-2026"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h3&gt;&lt;h2 class="heading" id="characteristics-of-management"&gt;
Characteristics of Management&lt;span class="heading__anchor"&gt; &lt;a href="#characteristics-of-management"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h2&gt;&lt;p&gt;A) Goal Oriented.&lt;br&gt;
B) Pervasive.&lt;br&gt;
C) Multidimentional:&lt;br&gt;
         (i) Management of People.&lt;br&gt;
         (ii) Management of Operations.&lt;br&gt;
D) Continuous.&lt;br&gt;
E) Dynamic.&lt;br&gt;
F) Group Activity.&lt;br&gt;
G) Intangible.&lt;/p&gt;
&lt;h2 class="heading" id="functions-of-management"&gt;
Functions of Management&lt;span class="heading__anchor"&gt; &lt;a href="#functions-of-management"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h2&gt;&lt;p&gt;A) Planning.&lt;br&gt;
B) Organising.&lt;br&gt;
C) Staffing.&lt;br&gt;
D) Directing.&lt;br&gt;
E) Controlling.&lt;/p&gt;
&lt;h3 class="heading" id="a-planning"&gt;
A) Planning&lt;span class="heading__anchor"&gt; &lt;a href="#a-planning"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h3&gt;&lt;ol&gt;
&lt;li&gt;Determine the goals or mission of the organisation.&lt;/li&gt;
&lt;li&gt;Forecast future conditions.&lt;/li&gt;
&lt;li&gt;Select the best course of action.&lt;/li&gt;
&lt;li&gt;Formulate policies, procedures, budgets.&lt;/li&gt;
&lt;/ol&gt;
&lt;h3 class="heading" id="b-organising"&gt;
B) Organising&lt;span class="heading__anchor"&gt; &lt;a href="#b-organising"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h3&gt;&lt;ol&gt;
&lt;li&gt;Identify and analyse activities required to be operated on.&lt;/li&gt;
&lt;li&gt;Group similar activities.&lt;/li&gt;
&lt;li&gt;Assign duties to individuals.&lt;/li&gt;
&lt;li&gt;Delegate authority and responsibility to the individuals in managerial roles.&lt;/li&gt;
&lt;li&gt;Establish and announce clear authority relationships to ensure coordination and control.&lt;/li&gt;
&lt;/ol&gt;
&lt;h3 class="heading" id="c-staffing"&gt;
C) Staffing&lt;span class="heading__anchor"&gt; &lt;a href="#c-staffing"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h3&gt;&lt;ol&gt;
&lt;li&gt;Recruitment and selection.&lt;/li&gt;
&lt;li&gt;Training.&lt;/li&gt;
&lt;li&gt;Performance appraisal.&lt;/li&gt;
&lt;/ol&gt;
&lt;h3 class="heading" id="d-directing"&gt;
D) Directing&lt;span class="heading__anchor"&gt; &lt;a href="#d-directing"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h3&gt;&lt;ol&gt;
&lt;li&gt;Leadership and supervision.&lt;/li&gt;
&lt;li&gt;Motivation.&lt;/li&gt;
&lt;li&gt;Communication.&lt;/li&gt;
&lt;/ol&gt;
&lt;h3 class="heading" id="e-controlling"&gt;
E) Controlling&lt;span class="heading__anchor"&gt; &lt;a href="#e-controlling"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h3&gt;&lt;ol&gt;
&lt;li&gt;Establish performance standards.&lt;/li&gt;
&lt;li&gt;Measure performance.&lt;/li&gt;
&lt;li&gt;Compare performance with the standards.&lt;/li&gt;
&lt;li&gt;Identify reasons for deviations.&lt;/li&gt;
&lt;li&gt;Implement corrective actions.&lt;/li&gt;
&lt;li&gt;Use feedback to evaluate performance improvement.&lt;/li&gt;
&lt;/ol&gt;
&lt;h2 class="heading" id="significance-of-management"&gt;
Significance of Management&lt;span class="heading__anchor"&gt; &lt;a href="#significance-of-management"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h2&gt;&lt;p&gt;A) Optimum unilization of resources.&lt;br&gt;
B) Minimisation of costs.&lt;br&gt;
C) Achievement of group goals.&lt;br&gt;
D) Organisational stability.&lt;/p&gt;</description></item><item><title>Unit 2</title><link>https://freedoms4.org/uninotes/s1/pbm-dcm1110/unit2/self/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><author>your-email@example.com (Freedoms4)</author><guid>https://freedoms4.org/uninotes/s1/pbm-dcm1110/unit2/self/</guid><description>&lt;h3 class="heading" id="april-12-2026"&gt;
&lt;em&gt;&lt;strong&gt;April 12, 2026&lt;/strong&gt;&lt;/em&gt;&lt;span class="heading__anchor"&gt; &lt;a href="#april-12-2026"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h3&gt;&lt;h2 class="heading" id="behaviors-of-managers"&gt;
Behaviors of Managers&lt;span class="heading__anchor"&gt; &lt;a href="#behaviors-of-managers"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h2&gt;&lt;h3 class="heading" id="a-coaching-managers"&gt;
A) Coaching managers&lt;span class="heading__anchor"&gt; &lt;a href="#a-coaching-managers"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h3&gt;&lt;p&gt;Coaching managers usually take on a teacher-like role, and they have an excellent understanding of
the different stages of professional development. They love to motivate their employees to improve.
They do this by helping them build strong personal relationships. Some of the most common
qualities of a coaching manager include:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Educating every employee of the organisation.&lt;/li&gt;
&lt;li&gt;Looking after the long-term professional development of their employees.&lt;/li&gt;
&lt;li&gt;Bringing the team together whilst also evaluating each individual&amp;rsquo;s progress.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 class="heading" id="b-authoritative-managers"&gt;
B) Authoritative managers&lt;span class="heading__anchor"&gt; &lt;a href="#b-authoritative-managers"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h3&gt;&lt;p&gt;Authoritative managers make sure that they are handling most of the decision-making and task
delegation by themselves, whilst also making sure that they are maintaining a strict protocol in their
office. They most often focus on adhering to rules and making sure that employees complete tasks
as per the companys standard of quality. Some of the common qualities of an authoritative manager
include:&lt;/p&gt;</description></item><item><title>Unit 3</title><link>https://freedoms4.org/uninotes/s1/pbm-dcm1110/unit3/self/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><author>your-email@example.com (Freedoms4)</author><guid>https://freedoms4.org/uninotes/s1/pbm-dcm1110/unit3/self/</guid><description>&lt;h3 class="heading" id="april-15-2026"&gt;
&lt;em&gt;&lt;strong&gt;April 15, 2026&lt;/strong&gt;&lt;/em&gt;&lt;span class="heading__anchor"&gt; &lt;a href="#april-15-2026"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h3&gt;&lt;h2 class="heading" id="classical-approach-comprised-the-following-three-approaches"&gt;
Classical approach comprised the following three approaches:&lt;span class="heading__anchor"&gt; &lt;a href="#classical-approach-comprised-the-following-three-approaches"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h2&gt;&lt;h3 class="heading" id="a-scientific-management"&gt;
A) Scientific Management&lt;span class="heading__anchor"&gt; &lt;a href="#a-scientific-management"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h3&gt;&lt;p&gt;In scientific management, scientific methods are used to study and analyse the problems in factories and businesses. It involves the use of rational methods, understanding issues, and finding relevant &amp;amp; practical solutions. The main contribution in scientific management is of Frederick Winslow Taylor, who is well renowned as The father of scientific management.&lt;/p&gt;
&lt;h3 class="heading" id="b-administration-management"&gt;
B) Administration Management&lt;span class="heading__anchor"&gt; &lt;a href="#b-administration-management"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h3&gt;&lt;p&gt;It is mainly related to the performance of managers and has defined various functions of administration. In administration management, the emphasis is laid on evaluating the existing processes, identifying the underlying principles, and developing the management theories. These functions are interlinked and help managers perform effectively. The major contribution towards administration management is from Henry Fayol.&lt;/p&gt;</description></item><item><title>Unit 4</title><link>https://freedoms4.org/uninotes/s1/pbm-dcm1110/unit4/self/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><author>your-email@example.com (Freedoms4)</author><guid>https://freedoms4.org/uninotes/s1/pbm-dcm1110/unit4/self/</guid><description>&lt;h3 class="heading" id="april-20-2026"&gt;
&lt;em&gt;&lt;strong&gt;April 20, 2026&lt;/strong&gt;&lt;/em&gt;&lt;span class="heading__anchor"&gt; &lt;a href="#april-20-2026"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h3&gt;&lt;h2 class="heading" id="neoclassical-approaches"&gt;
Neoclassical Approaches&lt;span class="heading__anchor"&gt; &lt;a href="#neoclassical-approaches"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h2&gt;&lt;h3 class="heading" id="a-human-relations-movement"&gt;
A) Human Relations Movement&lt;span class="heading__anchor"&gt; &lt;a href="#a-human-relations-movement"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h3&gt;&lt;p&gt;Factors affecting the Human Relations Movement:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Economic Depression - 1929.&lt;/li&gt;
&lt;li&gt;Progress in Technology.&lt;/li&gt;
&lt;li&gt;Response to Taylorism.&lt;/li&gt;
&lt;li&gt;Enmity between classes.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 class="heading" id="1-contribution-of-elton-mayo"&gt;
1. Contribution of Elton Mayo&lt;span class="heading__anchor"&gt; &lt;a href="#1-contribution-of-elton-mayo"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h3&gt;&lt;p&gt;The Hawthorne Experiments: A Landmark in Human Relations&lt;/p&gt;
&lt;p&gt;Four Experiments:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;&lt;strong&gt;Illumination Experiments (19241927):&lt;/strong&gt; Examined how changes in lighting affected worker productivity.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Relay Assembly Test Room Experiments (19271928):&lt;/strong&gt; Studied the impact of altered work conditions, such as hours and rest breaks, on output.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Mass Interviewing Programme (19281930):&lt;/strong&gt; Investigated employees attitudes, feelings, and perceptions toward their work.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Bank Wiring Observation Room Experiments (19311932):&lt;/strong&gt; Explored the effects of informal social groups on individual behaviour and productivity.&lt;/li&gt;
&lt;/ol&gt;
&lt;h3 class="heading" id="b-behavioral-approach"&gt;
B) Behavioral Approach&lt;span class="heading__anchor"&gt; &lt;a href="#b-behavioral-approach"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h3&gt;&lt;p&gt;This approach focuses on understanding how individuals think, feel, and behave within organisational settings. Drawing insights from disciplines such as psychology, sociology, anthropology, and economics, it emphasises the importance of studying human behaviour scientifically to develop effective management practices.&lt;/p&gt;</description></item></channel></rss>

File diff suppressed because one or more lines are too long

View File

@@ -1,71 +1 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Unit 1 on Freedoms4</title><link>https://freedoms4.org/uninotes/s1/pbm-dcm1110/unit1/</link><description>Recent content in Unit 1 on Freedoms4</description><generator>Hugo</generator><language>en-us</language><managingEditor>your-email@example.com (Freedoms4)</managingEditor><webMaster>your-email@example.com (Freedoms4)</webMaster><atom:link href="https://freedoms4.org/uninotes/s1/pbm-dcm1110/unit1/index.xml" rel="self" type="application/rss+xml"/><item><title>Unit 1</title><link>https://freedoms4.org/uninotes/s1/pbm-dcm1110/unit1/live/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><author>your-email@example.com (Freedoms4)</author><guid>https://freedoms4.org/uninotes/s1/pbm-dcm1110/unit1/live/</guid><description>&lt;h3 class="heading" id="april-12-2026"&gt; <?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Unit 1 on Freedoms4</title><link>https://freedoms4.org/uninotes/s1/pbm-dcm1110/unit1/</link><description>Recent content in Unit 1 on Freedoms4</description><generator>Hugo</generator><language>en-us</language><managingEditor>your-email@example.com (Freedoms4)</managingEditor><webMaster>your-email@example.com (Freedoms4)</webMaster><atom:link href="https://freedoms4.org/uninotes/s1/pbm-dcm1110/unit1/index.xml" rel="self" type="application/rss+xml"/></channel></rss>
&lt;em&gt;&lt;strong&gt;April 12, 2026&lt;/strong&gt;&lt;/em&gt;&lt;span class="heading__anchor"&gt; &lt;a href="#april-12-2026"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h3&gt;&lt;h2 class="heading" id="introduction"&gt;
Introduction&lt;span class="heading__anchor"&gt; &lt;a href="#introduction"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h2&gt;&lt;p&gt;Management is a process where is an environment is developed to achieve the predefined goals and objectives through planning, organising, directing and controlling.&lt;/p&gt;</description></item><item><title>Unit 1</title><link>https://freedoms4.org/uninotes/s1/pbm-dcm1110/unit1/self/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><author>your-email@example.com (Freedoms4)</author><guid>https://freedoms4.org/uninotes/s1/pbm-dcm1110/unit1/self/</guid><description>&lt;h3 class="heading" id="april-5-2026"&gt;
&lt;em&gt;&lt;strong&gt;April 5, 2026&lt;/strong&gt;&lt;/em&gt;&lt;span class="heading__anchor"&gt; &lt;a href="#april-5-2026"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h3&gt;&lt;h2 class="heading" id="characteristics-of-management"&gt;
Characteristics of Management&lt;span class="heading__anchor"&gt; &lt;a href="#characteristics-of-management"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h2&gt;&lt;p&gt;A) Goal Oriented.&lt;br&gt;
B) Pervasive.&lt;br&gt;
C) Multidimentional:&lt;br&gt;
         (i) Management of People.&lt;br&gt;
         (ii) Management of Operations.&lt;br&gt;
D) Continuous.&lt;br&gt;
E) Dynamic.&lt;br&gt;
F) Group Activity.&lt;br&gt;
G) Intangible.&lt;/p&gt;
&lt;h2 class="heading" id="functions-of-management"&gt;
Functions of Management&lt;span class="heading__anchor"&gt; &lt;a href="#functions-of-management"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h2&gt;&lt;p&gt;A) Planning.&lt;br&gt;
B) Organising.&lt;br&gt;
C) Staffing.&lt;br&gt;
D) Directing.&lt;br&gt;
E) Controlling.&lt;/p&gt;
&lt;h3 class="heading" id="a-planning"&gt;
A) Planning&lt;span class="heading__anchor"&gt; &lt;a href="#a-planning"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h3&gt;&lt;ol&gt;
&lt;li&gt;Determine the goals or mission of the organisation.&lt;/li&gt;
&lt;li&gt;Forecast future conditions.&lt;/li&gt;
&lt;li&gt;Select the best course of action.&lt;/li&gt;
&lt;li&gt;Formulate policies, procedures, budgets.&lt;/li&gt;
&lt;/ol&gt;
&lt;h3 class="heading" id="b-organising"&gt;
B) Organising&lt;span class="heading__anchor"&gt; &lt;a href="#b-organising"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h3&gt;&lt;ol&gt;
&lt;li&gt;Identify and analyse activities required to be operated on.&lt;/li&gt;
&lt;li&gt;Group similar activities.&lt;/li&gt;
&lt;li&gt;Assign duties to individuals.&lt;/li&gt;
&lt;li&gt;Delegate authority and responsibility to the individuals in managerial roles.&lt;/li&gt;
&lt;li&gt;Establish and announce clear authority relationships to ensure coordination and control.&lt;/li&gt;
&lt;/ol&gt;
&lt;h3 class="heading" id="c-staffing"&gt;
C) Staffing&lt;span class="heading__anchor"&gt; &lt;a href="#c-staffing"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h3&gt;&lt;ol&gt;
&lt;li&gt;Recruitment and selection.&lt;/li&gt;
&lt;li&gt;Training.&lt;/li&gt;
&lt;li&gt;Performance appraisal.&lt;/li&gt;
&lt;/ol&gt;
&lt;h3 class="heading" id="d-directing"&gt;
D) Directing&lt;span class="heading__anchor"&gt; &lt;a href="#d-directing"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h3&gt;&lt;ol&gt;
&lt;li&gt;Leadership and supervision.&lt;/li&gt;
&lt;li&gt;Motivation.&lt;/li&gt;
&lt;li&gt;Communication.&lt;/li&gt;
&lt;/ol&gt;
&lt;h3 class="heading" id="e-controlling"&gt;
E) Controlling&lt;span class="heading__anchor"&gt; &lt;a href="#e-controlling"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h3&gt;&lt;ol&gt;
&lt;li&gt;Establish performance standards.&lt;/li&gt;
&lt;li&gt;Measure performance.&lt;/li&gt;
&lt;li&gt;Compare performance with the standards.&lt;/li&gt;
&lt;li&gt;Identify reasons for deviations.&lt;/li&gt;
&lt;li&gt;Implement corrective actions.&lt;/li&gt;
&lt;li&gt;Use feedback to evaluate performance improvement.&lt;/li&gt;
&lt;/ol&gt;
&lt;h2 class="heading" id="significance-of-management"&gt;
Significance of Management&lt;span class="heading__anchor"&gt; &lt;a href="#significance-of-management"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h2&gt;&lt;p&gt;A) Optimum unilization of resources.&lt;br&gt;
B) Minimisation of costs.&lt;br&gt;
C) Achievement of group goals.&lt;br&gt;
D) Organisational stability.&lt;/p&gt;</description></item></channel></rss>

View File

@@ -1,4 +1,4 @@
<!doctype html><html class=html lang=en-us dir=ltr><head><meta charset=utf-8><meta name=viewport content="width=device-width"><title>Unit 1 | Freedoms4</title><link rel=stylesheet href=/css/style.min.34d0accb85f8ec23ceee8c29eef5907823b531d8acb9e6bdf45a3b37ad028d30.css integrity="sha256-NNCsy4X47CPO7owp7vWQeCO1Mdisuea99Fo7N60CjTA=" crossorigin=anonymous><link rel=icon href=/favicon.ico><meta name=description content=" April 12, 2026 # Introduction # Management is a process where is an environment is developed to achieve the predefined goals and objectives through planning, organising, directing and controlling."><meta property="og:url" content="https://freedoms4.org/uninotes/s1/pbm-dcm1110/unit1/live/"><meta property="og:site_name" content="Freedoms4"><meta property="og:title" content="Unit 1"><meta property="og:description" content="April 12, 2026 # Introduction # Management is a process where is an environment is developed to achieve the predefined goals and objectives through planning, organising, directing and controlling."><meta property="og:locale" content="en_us"><meta property="og:type" content="article"><meta property="article:section" content="uninotes"><meta itemprop=name content="Unit 1"><meta itemprop=description content="April 12, 2026 # Introduction # Management is a process where is an environment is developed to achieve the predefined goals and objectives through planning, organising, directing and controlling."><meta itemprop=wordCount content="29"><meta itemprop=keywords content="S1,PBM DCM1110"><link rel=stylesheet href=/css/custom.css><script>(function(){var e=localStorage.getItem("theme");e&&document.documentElement.setAttribute("data-theme",e),localStorage.getItem("f4_username")==="hyzen"&&document.documentElement.classList.add("hyzen-user")})()</script><script async src=https://plausible.freedoms4.org/js/pa-5BKl0z0RLzwrclKq4y-qk.js></script><script>(window.plausible=window.plausible||function(){(plausible.q=plausible.q||[]).push(arguments)},plausible.init=plausible.init||function(e){plausible.o=e||{}}),plausible.init()</script></head><body class=body><header class=header><div class=brand><img src=/logo.png alt="Freedoms4 logo"><h1>Freedoms4</h1><div class=brand__actions><button class=theme-toggle id=theme-toggle aria-label="Toggle theme" title="Toggle dark/light mode"> <!doctype html><html class=html lang=en-us dir=ltr><head><meta charset=utf-8><meta name=viewport content="width=device-width"><title>Unit 1 | Freedoms4</title><link rel=stylesheet href=/css/style.min.34d0accb85f8ec23ceee8c29eef5907823b531d8acb9e6bdf45a3b37ad028d30.css integrity="sha256-NNCsy4X47CPO7owp7vWQeCO1Mdisuea99Fo7N60CjTA=" crossorigin=anonymous><link rel=icon href=/favicon.ico><meta name=description content="April 12, 2026 Introduction Management is a process where is an environment is developed to achieve the predefined goals and objectives through planning, organising, directing and controlling."><meta property="og:url" content="https://freedoms4.org/uninotes/s1/pbm-dcm1110/unit1/live/"><meta property="og:site_name" content="Freedoms4"><meta property="og:title" content="Unit 1"><meta property="og:description" content="April 12, 2026 Introduction Management is a process where is an environment is developed to achieve the predefined goals and objectives through planning, organising, directing and controlling."><meta property="og:locale" content="en_us"><meta property="og:type" content="article"><meta property="article:section" content="uninotes"><meta itemprop=name content="Unit 1"><meta itemprop=description content="April 12, 2026 Introduction Management is a process where is an environment is developed to achieve the predefined goals and objectives through planning, organising, directing and controlling."><meta itemprop=wordCount content="27"><meta itemprop=keywords content="S1,PBM DCM1110"><link rel=stylesheet href=/css/custom.css><script>(function(){var e=localStorage.getItem("theme");e&&document.documentElement.setAttribute("data-theme",e),localStorage.getItem("f4_username")==="hyzen"&&document.documentElement.classList.add("hyzen-user")})()</script><script async src=https://plausible.freedoms4.org/js/pa-5BKl0z0RLzwrclKq4y-qk.js></script><script>(window.plausible=window.plausible||function(){(plausible.q=plausible.q||[]).push(arguments)},plausible.init=plausible.init||function(e){plausible.o=e||{}}),plausible.init()</script></head><body class=body><header class=header><div class=brand><img src=/logo.png alt="Freedoms4 logo"><h1>Freedoms4</h1><div class=brand__actions><button class=theme-toggle id=theme-toggle aria-label="Toggle theme" title="Toggle dark/light mode">
<svg class="theme-toggle__sun" viewBox="0 0 24 24" width="16" height="16" fill="currentColor"><path d="M12 7c-2.76.0-5 2.24-5 5s2.24 5 5 5 5-2.24 5-5-2.24-5-5-5zM2 13h2c.55.0 1-.45 1-1s-.45-1-1-1H2c-.55.0-1 .45-1 1s.45 1 1 1zm18 0h2c.55.0 1-.45 1-1s-.45-1-1-1h-2c-.55.0-1 .45-1 1s.45 1 1 1zM11 2v2c0 .55.45 1 1 1s1-.45 1-1V2c0-.55-.45-1-1-1s-1 .45-1 1zm0 18v2c0 .55.45 1 1 1s1-.45 1-1v-2c0-.55-.45-1-1-1s-1 .45-1 1zM5.99 4.58c-.39-.39-1.03-.39-1.41.0-.39.39-.39 1.03.0 1.41l1.06 1.06c.39.39 1.03.39 1.41.0s.39-1.03.0-1.41L5.99 4.58zm12.37 12.37c-.39-.39-1.03-.39-1.41.0-.39.39-.39 1.03.0 1.41l1.06 1.06c.39.39 1.03.39 1.41.0.39-.39.39-1.03.0-1.41l-1.06-1.06zm1.06-12.37-1.06 1.06c-.39.39-.39 1.03.0 1.41s1.03.39 1.41.0l1.06-1.06c.39-.39.39-1.03.0-1.41s-1.03-.39-1.41.0zM7.05 18.36l-1.06 1.06c-.39.39-.39 1.03.0 1.41s1.03.39 1.41.0l1.06-1.06c.39-.39.39-1.03.0-1.41s-1.03-.39-1.41.0z"/></svg> <svg class="theme-toggle__sun" viewBox="0 0 24 24" width="16" height="16" fill="currentColor"><path d="M12 7c-2.76.0-5 2.24-5 5s2.24 5 5 5 5-2.24 5-5-2.24-5-5-5zM2 13h2c.55.0 1-.45 1-1s-.45-1-1-1H2c-.55.0-1 .45-1 1s.45 1 1 1zm18 0h2c.55.0 1-.45 1-1s-.45-1-1-1h-2c-.55.0-1 .45-1 1s.45 1 1 1zM11 2v2c0 .55.45 1 1 1s1-.45 1-1V2c0-.55-.45-1-1-1s-1 .45-1 1zm0 18v2c0 .55.45 1 1 1s1-.45 1-1v-2c0-.55-.45-1-1-1s-1 .45-1 1zM5.99 4.58c-.39-.39-1.03-.39-1.41.0-.39.39-.39 1.03.0 1.41l1.06 1.06c.39.39 1.03.39 1.41.0s.39-1.03.0-1.41L5.99 4.58zm12.37 12.37c-.39-.39-1.03-.39-1.41.0-.39.39-.39 1.03.0 1.41l1.06 1.06c.39.39 1.03.39 1.41.0.39-.39.39-1.03.0-1.41l-1.06-1.06zm1.06-12.37-1.06 1.06c-.39.39-.39 1.03.0 1.41s1.03.39 1.41.0l1.06-1.06c.39-.39.39-1.03.0-1.41s-1.03-.39-1.41.0zM7.05 18.36l-1.06 1.06c-.39.39-.39 1.03.0 1.41s1.03.39 1.41.0l1.06-1.06c.39-.39.39-1.03.0-1.41s-1.03-.39-1.41.0z"/></svg>
<svg class="theme-toggle__moon" viewBox="0 0 24 24" width="16" height="16" fill="currentColor"><path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"/></svg></button><div class=brand__auth><input type=checkbox id=auth-dropdown class=brand__auth-check> <svg class="theme-toggle__moon" viewBox="0 0 24 24" width="16" height="16" fill="currentColor"><path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"/></svg></button><div class=brand__auth><input type=checkbox id=auth-dropdown class=brand__auth-check>
<label class=brand__auth-toggle for=auth-dropdown tabindex=0 aria-label="Account options"><svg viewBox="0 0 24 24" width="12" height="12" fill="currentColor"><path d="M12 12c2.7.0 4.8-2.1 4.8-4.8S14.7 2.4 12 2.4 7.2 4.5 7.2 7.2 9.3 12 12 12zm0 2.4c-3.2.0-9.6 1.6-9.6 4.8v2.4h19.2v-2.4c0-3.2-6.4-4.8-9.6-4.8z"/></svg></label><div class=brand__auth-links><a href=/login/ class="auth-link auth-link--login">Login</a> <label class=brand__auth-toggle for=auth-dropdown tabindex=0 aria-label="Account options"><svg viewBox="0 0 24 24" width="12" height="12" fill="currentColor"><path d="M12 12c2.7.0 4.8-2.1 4.8-4.8S14.7 2.4 12 2.4 7.2 4.5 7.2 7.2 9.3 12 12 12zm0 2.4c-3.2.0-9.6 1.6-9.6 4.8v2.4h19.2v-2.4c0-3.2-6.4-4.8-9.6-4.8z"/></svg></label><div class=brand__auth-links><a href=/login/ class="auth-link auth-link--login">Login</a>
@@ -9,11 +9,9 @@ All updates
</button> </button>
<button class=rss-subscribe__item data-rss-url=https://freedoms4.org/blog/index.xml> <button class=rss-subscribe__item data-rss-url=https://freedoms4.org/blog/index.xml>
Blog posts</button></div></div></div></div><nav class="menu language"><ul class="menu__list language__list"><li class=menu__item><a class=menu__link href=/>Home</a></li><li class=menu__item><a class=menu__link href=/blog/>Blog</a></li><li class=menu__item><a class=menu__link href=/services/>Services</a></li><li class=menu__item><a class=menu__link href=/uninotes/>UniNotes</a></li><li class=menu__item><a class=menu__link href=/contact/>Contact</a></li></ul></nav></header><main class=main><nav class="uninotes-breadcrumbs breadcrumbs"><a href=/uninotes/>UniNotes</a> Blog posts</button></div></div></div></div><nav class="menu language"><ul class="menu__list language__list"><li class=menu__item><a class=menu__link href=/>Home</a></li><li class=menu__item><a class=menu__link href=/blog/>Blog</a></li><li class=menu__item><a class=menu__link href=/services/>Services</a></li><li class=menu__item><a class=menu__link href=/uninotes/>UniNotes</a></li><li class=menu__item><a class=menu__link href=/contact/>Contact</a></li></ul></nav></header><main class=main><nav class="uninotes-breadcrumbs breadcrumbs"><a href=/uninotes/>UniNotes</a>
<a href=/uninotes/s1/>S1</a> <a href=/uninotes/s1/>S1</a> <a href=/uninotes/s1/pbm-dcm1110/>PBM DCM1110</a>
<a href=/uninotes/s1/pbm-dcm1110/>PBM DCM1110</a> <a href=/uninotes/s1/pbm-dcm1110/unit1/>Unit 1</a>
<a href=/uninotes/s1/pbm-dcm1110/unit1/>Unit 1</a> <span>Live</span></nav><div class=uninotes-meta><span class=uninotes-meta__pill>S1</span> <span class=uninotes-meta__pill>PBM DCM1110</span>
<span>Live</span></nav><div class=uninotes-meta><span class=uninotes-meta__pill>S1</span> <span class="uninotes-meta__pill uninotes-meta__pill--live">Live</span></div><h1>Unit 1</h1><details class=toc><summary class=toc__summary>Table of Contents</summary><nav id=TableOfContents><ul><li><ul><li><a href=#april-12-2026><em><strong>April 12, 2026</strong></em></a></li></ul></li><li><a href=#introduction>Introduction</a></li></ul></nav></details><h3 class=heading id=april-12-2026><em><strong>April 12, 2026</strong></em></h3><h2 class=heading id=introduction>Introduction</h2><p>Management is a process where is an environment is developed to achieve the predefined goals and objectives through planning, organising, directing and controlling.</p><nav class=page-nav><a class=page-nav__next-link href=/uninotes/s1/pbm-dcm1110/unit2/>Unit 2 →</a></nav></main><footer class=footer><p class=footer__copyright-notice>&copy; <a href=https://freedoms4.org>freedoms4.org</a>
<span class=uninotes-meta__pill>PBM DCM1110</span>
<span class="uninotes-meta__pill uninotes-meta__pill--live">Live</span></div><h1>Unit 1</h1><details class=toc><summary class=toc__summary>Table of Contents</summary><nav id=TableOfContents><ul><li><ul><li><a href=#april-12-2026><em><strong>April 12, 2026</strong></em></a></li></ul></li><li><a href=#introduction>Introduction</a></li></ul></nav></details><h3 class=heading id=april-12-2026><em><strong>April 12, 2026</strong></em><span class=heading__anchor> <a href=#april-12-2026>#</a></span></h3><h2 class=heading id=introduction>Introduction<span class=heading__anchor> <a href=#introduction>#</a></span></h2><p>Management is a process where is an environment is developed to achieve the predefined goals and objectives through planning, organising, directing and controlling.</p><nav class=page-nav><a class=page-nav__next-link href=/uninotes/s1/pbm-dcm1110/unit2/>Unit 2 →</a></nav></main><footer class=footer><p class=footer__copyright-notice>&copy; <a href=https://freedoms4.org>freedoms4.org</a>
<a href=/terms/>Terms and Conditions</a> <a href=/privacy/>Privacy Policy</a> <a href=/terms/>Terms and Conditions</a> <a href=/privacy/>Privacy Policy</a>
<a href=/changelog/>Changelog</a></p><p class=footer__theme-info>Built with <a href=https://gohugo.io>Hugo</a> and based on <a href=https://github.com/CyrusYip/hugo-theme-yue>Yue</a> theme</p></footer><script>(function(){document.querySelectorAll(".menu__item").forEach(function(e){var t=e.querySelector("a");t&&t.getAttribute("href")==="/uninotes/"&&e.classList.add("menu__item--uninotes")})})()</script><script>(function(){var e=document.getElementById("theme-toggle");if(!e)return;function t(){var e=localStorage.getItem("theme");return e?e:window.matchMedia("(prefers-color-scheme: light)").matches?"light":"dark"}function n(e){document.documentElement.setAttribute("data-theme",e),localStorage.setItem("theme",e)}n(t()),e.addEventListener("click",function(){var e=document.documentElement.getAttribute("data-theme")||t();n(e==="dark"?"light":"dark")})})()</script><script>(function(){var t="https://backend.freedoms4.org/auth.php",e=localStorage.getItem("f4_username");if(!e)return;function n(e){var t,n,o,i,a,c,r=document.querySelector(".brand__auth");r&&!r.querySelector(".brand__auth-user")&&(r.classList.add("brand__auth--loggedin"),t=document.createElement("div"),t.className="brand__auth-user",n=document.createElement("button"),n.className="brand__auth-user-btn",n.setAttribute("aria-label","Account menu"),c=document.createElement("span"),c.innerHTML='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="12" height="12" fill="currentColor"><path d="M12 12c2.7 0 4.8-2.1 4.8-4.8S14.7 2.4 12 2.4 7.2 4.5 7.2 7.2 9.3 12 12 12zm0 2.4c-3.2 0-9.6 1.6-9.6 4.8v2.4h19.2v-2.4c0-3.2-6.4-4.8-9.6-4.8z"/></svg>',n.appendChild(c.firstChild),n.appendChild(document.createTextNode(" "+e)),o=document.createElement("div"),o.className="brand__auth-user-dropdown",i=document.createElement("button"),i.className="brand__auth-user-logout",i.textContent="Log Out",i.addEventListener("click",s),e==="hyzen"&&(a=document.createElement("a"),a.className="brand__auth-user-admin",a.href="/admin/",a.textContent="User Management",o.appendChild(a)),o.appendChild(i),o.appendChild(i),t.appendChild(n),t.appendChild(o),r.appendChild(t),n.addEventListener("click",function(e){e.stopPropagation(),t.classList.toggle("is-open")}),document.addEventListener("click",function(){t.classList.remove("is-open")}))}function s(){fetch(t,{method:"POST",headers:{"Content-Type":"application/json"},credentials:"include",body:JSON.stringify({action:"logout"})}).finally(function(){localStorage.removeItem("f4_username"),localStorage.removeItem("f4_login_time"),localStorage.removeItem("f4_session_fails"),window.location.reload()})}n(e)})()</script><script>(function(){var t,e=document.querySelector(".rss-subscribe");if(!e)return;t=e.querySelector(".rss-subscribe__btn"),t.addEventListener("click",function(t){t.stopPropagation(),e.classList.toggle("is-open")}),document.addEventListener("click",function(t){e.contains(t.target)||e.classList.remove("is-open")}),e.querySelectorAll(".rss-subscribe__item").forEach(function(t){t.addEventListener("click",function(n){n.stopPropagation();var s,o=t.getAttribute("data-rss-url"),a=t.textContent;function i(){t.textContent="Copied!",setTimeout(function(){t.textContent=a,e.classList.remove("is-open")},1200)}try{s=document.createElement("textarea"),s.value=o,s.style.cssText="position:fixed;top:0;left:0;opacity:0;pointer-events:none;",document.body.appendChild(s),s.focus(),s.select(),document.execCommand("copy"),document.body.removeChild(s),i()}catch{navigator.clipboard&&navigator.clipboard.writeText(o).then(i).catch(function(){t.textContent=o})}})})})()</script><script src=/js/session-check.js></script></body></html> <a href=/changelog/>Changelog</a></p><p class=footer__theme-info>Built with <a href=https://gohugo.io>Hugo</a> and based on <a href=https://github.com/CyrusYip/hugo-theme-yue>Yue</a> theme</p></footer><script>(function(){document.querySelectorAll(".menu__item").forEach(function(e){var t=e.querySelector("a");t&&t.getAttribute("href")==="/uninotes/"&&e.classList.add("menu__item--uninotes")})})()</script><script>(function(){var e=document.getElementById("theme-toggle");if(!e)return;function t(){var e=localStorage.getItem("theme");return e?e:window.matchMedia("(prefers-color-scheme: light)").matches?"light":"dark"}function n(e){document.documentElement.setAttribute("data-theme",e),localStorage.setItem("theme",e)}n(t()),e.addEventListener("click",function(){var e=document.documentElement.getAttribute("data-theme")||t();n(e==="dark"?"light":"dark")})})()</script><script>(function(){var t="https://backend.freedoms4.org/auth.php",e=localStorage.getItem("f4_username");if(!e)return;function n(e){var t,n,o,i,a,c,r=document.querySelector(".brand__auth");r&&!r.querySelector(".brand__auth-user")&&(r.classList.add("brand__auth--loggedin"),t=document.createElement("div"),t.className="brand__auth-user",n=document.createElement("button"),n.className="brand__auth-user-btn",n.setAttribute("aria-label","Account menu"),c=document.createElement("span"),c.innerHTML='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="12" height="12" fill="currentColor"><path d="M12 12c2.7 0 4.8-2.1 4.8-4.8S14.7 2.4 12 2.4 7.2 4.5 7.2 7.2 9.3 12 12 12zm0 2.4c-3.2 0-9.6 1.6-9.6 4.8v2.4h19.2v-2.4c0-3.2-6.4-4.8-9.6-4.8z"/></svg>',n.appendChild(c.firstChild),n.appendChild(document.createTextNode(" "+e)),o=document.createElement("div"),o.className="brand__auth-user-dropdown",i=document.createElement("button"),i.className="brand__auth-user-logout",i.textContent="Log Out",i.addEventListener("click",s),e==="hyzen"&&(a=document.createElement("a"),a.className="brand__auth-user-admin",a.href="/admin/",a.textContent="User Management",o.appendChild(a)),o.appendChild(i),o.appendChild(i),t.appendChild(n),t.appendChild(o),r.appendChild(t),n.addEventListener("click",function(e){e.stopPropagation(),t.classList.toggle("is-open")}),document.addEventListener("click",function(){t.classList.remove("is-open")}))}function s(){fetch(t,{method:"POST",headers:{"Content-Type":"application/json"},credentials:"include",body:JSON.stringify({action:"logout"})}).finally(function(){localStorage.removeItem("f4_username"),localStorage.removeItem("f4_login_time"),localStorage.removeItem("f4_session_fails"),window.location.reload()})}n(e)})()</script><script>(function(){var t,e=document.querySelector(".rss-subscribe");if(!e)return;t=e.querySelector(".rss-subscribe__btn"),t.addEventListener("click",function(t){t.stopPropagation(),e.classList.toggle("is-open")}),document.addEventListener("click",function(t){e.contains(t.target)||e.classList.remove("is-open")}),e.querySelectorAll(".rss-subscribe__item").forEach(function(t){t.addEventListener("click",function(n){n.stopPropagation();var s,o=t.getAttribute("data-rss-url"),a=t.textContent;function i(){t.textContent="Copied!",setTimeout(function(){t.textContent=a,e.classList.remove("is-open")},1200)}try{s=document.createElement("textarea"),s.value=o,s.style.cssText="position:fixed;top:0;left:0;opacity:0;pointer-events:none;",document.body.appendChild(s),s.focus(),s.select(),document.execCommand("copy"),document.body.removeChild(s),i()}catch{navigator.clipboard&&navigator.clipboard.writeText(o).then(i).catch(function(){t.textContent=o})}})})})()</script><script src=/js/session-check.js></script></body></html>

View File

@@ -1,4 +1,4 @@
<!doctype html><html class=html lang=en-us dir=ltr><head><meta charset=utf-8><meta name=viewport content="width=device-width"><title>Unit 1 | Freedoms4</title><link rel=stylesheet href=/css/style.min.34d0accb85f8ec23ceee8c29eef5907823b531d8acb9e6bdf45a3b37ad028d30.css integrity="sha256-NNCsy4X47CPO7owp7vWQeCO1Mdisuea99Fo7N60CjTA=" crossorigin=anonymous><link rel=icon href=/favicon.ico><meta name=description content=" April 5, 2026 # Characteristics of Management # A) Goal Oriented. <!doctype html><html class=html lang=en-us dir=ltr><head><meta charset=utf-8><meta name=viewport content="width=device-width"><title>Unit 1 | Freedoms4</title><link rel=stylesheet href=/css/style.min.34d0accb85f8ec23ceee8c29eef5907823b531d8acb9e6bdf45a3b37ad028d30.css integrity="sha256-NNCsy4X47CPO7owp7vWQeCO1Mdisuea99Fo7N60CjTA=" crossorigin=anonymous><link rel=icon href=/favicon.ico><meta name=description content="April 5, 2026 Characteristics of Management A) Goal Oriented.
B) Pervasive. B) Pervasive.
C) Multidimentional: C) Multidimentional:
(i) Management of People. (i) Management of People.
@@ -7,15 +7,15 @@ D) Continuous.
E) Dynamic. E) Dynamic.
F) Group Activity. F) Group Activity.
G) Intangible. G) Intangible.
Functions of Management # A) Planning. Functions of Management A) Planning.
B) Organising. B) Organising.
C) Staffing. C) Staffing.
D) Directing. D) Directing.
E) Controlling. E) Controlling.
A) Planning # Determine the goals or mission of the organisation. Forecast future conditions. Select the best course of action. Formulate policies, procedures, budgets. B) Organising # Identify and analyse activities required to be operated on. Group similar activities. Assign duties to individuals. Delegate authority and responsibility to the individuals in managerial roles. Establish and announce clear authority relationships to ensure coordination and control. C) Staffing # Recruitment and selection. Training. Performance appraisal. D) Directing # Leadership and supervision. Motivation. Communication. E) Controlling # Establish performance standards. Measure performance. Compare performance with the standards. Identify reasons for deviations. Implement corrective actions. Use feedback to evaluate performance improvement. Significance of Management # A) Optimum unilization of resources. A) Planning Determine the goals or mission of the organisation. Forecast future conditions. Select the best course of action. Formulate policies, procedures, budgets. B) Organising Identify and analyse activities required to be operated on. Group similar activities. Assign duties to individuals. Delegate authority and responsibility to the individuals in managerial roles. Establish and announce clear authority relationships to ensure coordination and control. C) Staffing Recruitment and selection. Training. Performance appraisal. D) Directing Leadership and supervision. Motivation. Communication. E) Controlling Establish performance standards. Measure performance. Compare performance with the standards. Identify reasons for deviations. Implement corrective actions. Use feedback to evaluate performance improvement. Significance of Management A) Optimum unilization of resources.
B) Minimisation of costs. B) Minimisation of costs.
C) Achievement of group goals. C) Achievement of group goals.
D) Organisational stability."><meta property="og:url" content="https://freedoms4.org/uninotes/s1/pbm-dcm1110/unit1/self/"><meta property="og:site_name" content="Freedoms4"><meta property="og:title" content="Unit 1"><meta property="og:description" content="April 5, 2026 # Characteristics of Management # A) Goal Oriented. D) Organisational stability."><meta property="og:url" content="https://freedoms4.org/uninotes/s1/pbm-dcm1110/unit1/self/"><meta property="og:site_name" content="Freedoms4"><meta property="og:title" content="Unit 1"><meta property="og:description" content="April 5, 2026 Characteristics of Management A) Goal Oriented.
B) Pervasive. B) Pervasive.
C) Multidimentional: C) Multidimentional:
(i) Management of People. (i) Management of People.
@@ -24,15 +24,15 @@ D) Continuous.
E) Dynamic. E) Dynamic.
F) Group Activity. F) Group Activity.
G) Intangible. G) Intangible.
Functions of Management # A) Planning. Functions of Management A) Planning.
B) Organising. B) Organising.
C) Staffing. C) Staffing.
D) Directing. D) Directing.
E) Controlling. E) Controlling.
A) Planning # Determine the goals or mission of the organisation. Forecast future conditions. Select the best course of action. Formulate policies, procedures, budgets. B) Organising # Identify and analyse activities required to be operated on. Group similar activities. Assign duties to individuals. Delegate authority and responsibility to the individuals in managerial roles. Establish and announce clear authority relationships to ensure coordination and control. C) Staffing # Recruitment and selection. Training. Performance appraisal. D) Directing # Leadership and supervision. Motivation. Communication. E) Controlling # Establish performance standards. Measure performance. Compare performance with the standards. Identify reasons for deviations. Implement corrective actions. Use feedback to evaluate performance improvement. Significance of Management # A) Optimum unilization of resources. A) Planning Determine the goals or mission of the organisation. Forecast future conditions. Select the best course of action. Formulate policies, procedures, budgets. B) Organising Identify and analyse activities required to be operated on. Group similar activities. Assign duties to individuals. Delegate authority and responsibility to the individuals in managerial roles. Establish and announce clear authority relationships to ensure coordination and control. C) Staffing Recruitment and selection. Training. Performance appraisal. D) Directing Leadership and supervision. Motivation. Communication. E) Controlling Establish performance standards. Measure performance. Compare performance with the standards. Identify reasons for deviations. Implement corrective actions. Use feedback to evaluate performance improvement. Significance of Management A) Optimum unilization of resources.
B) Minimisation of costs. B) Minimisation of costs.
C) Achievement of group goals. C) Achievement of group goals.
D) Organisational stability."><meta property="og:locale" content="en_us"><meta property="og:type" content="article"><meta property="article:section" content="uninotes"><meta itemprop=name content="Unit 1"><meta itemprop=description content="April 5, 2026 # Characteristics of Management # A) Goal Oriented. D) Organisational stability."><meta property="og:locale" content="en_us"><meta property="og:type" content="article"><meta property="article:section" content="uninotes"><meta itemprop=name content="Unit 1"><meta itemprop=description content="April 5, 2026 Characteristics of Management A) Goal Oriented.
B) Pervasive. B) Pervasive.
C) Multidimentional: C) Multidimentional:
(i) Management of People. (i) Management of People.
@@ -41,15 +41,15 @@ D) Continuous.
E) Dynamic. E) Dynamic.
F) Group Activity. F) Group Activity.
G) Intangible. G) Intangible.
Functions of Management # A) Planning. Functions of Management A) Planning.
B) Organising. B) Organising.
C) Staffing. C) Staffing.
D) Directing. D) Directing.
E) Controlling. E) Controlling.
A) Planning # Determine the goals or mission of the organisation. Forecast future conditions. Select the best course of action. Formulate policies, procedures, budgets. B) Organising # Identify and analyse activities required to be operated on. Group similar activities. Assign duties to individuals. Delegate authority and responsibility to the individuals in managerial roles. Establish and announce clear authority relationships to ensure coordination and control. C) Staffing # Recruitment and selection. Training. Performance appraisal. D) Directing # Leadership and supervision. Motivation. Communication. E) Controlling # Establish performance standards. Measure performance. Compare performance with the standards. Identify reasons for deviations. Implement corrective actions. Use feedback to evaluate performance improvement. Significance of Management # A) Optimum unilization of resources. A) Planning Determine the goals or mission of the organisation. Forecast future conditions. Select the best course of action. Formulate policies, procedures, budgets. B) Organising Identify and analyse activities required to be operated on. Group similar activities. Assign duties to individuals. Delegate authority and responsibility to the individuals in managerial roles. Establish and announce clear authority relationships to ensure coordination and control. C) Staffing Recruitment and selection. Training. Performance appraisal. D) Directing Leadership and supervision. Motivation. Communication. E) Controlling Establish performance standards. Measure performance. Compare performance with the standards. Identify reasons for deviations. Implement corrective actions. Use feedback to evaluate performance improvement. Significance of Management A) Optimum unilization of resources.
B) Minimisation of costs. B) Minimisation of costs.
C) Achievement of group goals. C) Achievement of group goals.
D) Organisational stability."><meta itemprop=wordCount content="196"><meta itemprop=keywords content="S1,PBM DCM1110"><link rel=stylesheet href=/css/custom.css><script>(function(){var e=localStorage.getItem("theme");e&&document.documentElement.setAttribute("data-theme",e),localStorage.getItem("f4_username")==="hyzen"&&document.documentElement.classList.add("hyzen-user")})()</script><script async src=https://plausible.freedoms4.org/js/pa-5BKl0z0RLzwrclKq4y-qk.js></script><script>(window.plausible=window.plausible||function(){(plausible.q=plausible.q||[]).push(arguments)},plausible.init=plausible.init||function(e){plausible.o=e||{}}),plausible.init()</script></head><body class=body><header class=header><div class=brand><img src=/logo.png alt="Freedoms4 logo"><h1>Freedoms4</h1><div class=brand__actions><button class=theme-toggle id=theme-toggle aria-label="Toggle theme" title="Toggle dark/light mode"> D) Organisational stability."><meta itemprop=wordCount content="186"><meta itemprop=keywords content="S1,PBM DCM1110"><link rel=stylesheet href=/css/custom.css><script>(function(){var e=localStorage.getItem("theme");e&&document.documentElement.setAttribute("data-theme",e),localStorage.getItem("f4_username")==="hyzen"&&document.documentElement.classList.add("hyzen-user")})()</script><script async src=https://plausible.freedoms4.org/js/pa-5BKl0z0RLzwrclKq4y-qk.js></script><script>(window.plausible=window.plausible||function(){(plausible.q=plausible.q||[]).push(arguments)},plausible.init=plausible.init||function(e){plausible.o=e||{}}),plausible.init()</script></head><body class=body><header class=header><div class=brand><img src=/logo.png alt="Freedoms4 logo"><h1>Freedoms4</h1><div class=brand__actions><button class=theme-toggle id=theme-toggle aria-label="Toggle theme" title="Toggle dark/light mode">
<svg class="theme-toggle__sun" viewBox="0 0 24 24" width="16" height="16" fill="currentColor"><path d="M12 7c-2.76.0-5 2.24-5 5s2.24 5 5 5 5-2.24 5-5-2.24-5-5-5zM2 13h2c.55.0 1-.45 1-1s-.45-1-1-1H2c-.55.0-1 .45-1 1s.45 1 1 1zm18 0h2c.55.0 1-.45 1-1s-.45-1-1-1h-2c-.55.0-1 .45-1 1s.45 1 1 1zM11 2v2c0 .55.45 1 1 1s1-.45 1-1V2c0-.55-.45-1-1-1s-1 .45-1 1zm0 18v2c0 .55.45 1 1 1s1-.45 1-1v-2c0-.55-.45-1-1-1s-1 .45-1 1zM5.99 4.58c-.39-.39-1.03-.39-1.41.0-.39.39-.39 1.03.0 1.41l1.06 1.06c.39.39 1.03.39 1.41.0s.39-1.03.0-1.41L5.99 4.58zm12.37 12.37c-.39-.39-1.03-.39-1.41.0-.39.39-.39 1.03.0 1.41l1.06 1.06c.39.39 1.03.39 1.41.0.39-.39.39-1.03.0-1.41l-1.06-1.06zm1.06-12.37-1.06 1.06c-.39.39-.39 1.03.0 1.41s1.03.39 1.41.0l1.06-1.06c.39-.39.39-1.03.0-1.41s-1.03-.39-1.41.0zM7.05 18.36l-1.06 1.06c-.39.39-.39 1.03.0 1.41s1.03.39 1.41.0l1.06-1.06c.39-.39.39-1.03.0-1.41s-1.03-.39-1.41.0z"/></svg> <svg class="theme-toggle__sun" viewBox="0 0 24 24" width="16" height="16" fill="currentColor"><path d="M12 7c-2.76.0-5 2.24-5 5s2.24 5 5 5 5-2.24 5-5-2.24-5-5-5zM2 13h2c.55.0 1-.45 1-1s-.45-1-1-1H2c-.55.0-1 .45-1 1s.45 1 1 1zm18 0h2c.55.0 1-.45 1-1s-.45-1-1-1h-2c-.55.0-1 .45-1 1s.45 1 1 1zM11 2v2c0 .55.45 1 1 1s1-.45 1-1V2c0-.55-.45-1-1-1s-1 .45-1 1zm0 18v2c0 .55.45 1 1 1s1-.45 1-1v-2c0-.55-.45-1-1-1s-1 .45-1 1zM5.99 4.58c-.39-.39-1.03-.39-1.41.0-.39.39-.39 1.03.0 1.41l1.06 1.06c.39.39 1.03.39 1.41.0s.39-1.03.0-1.41L5.99 4.58zm12.37 12.37c-.39-.39-1.03-.39-1.41.0-.39.39-.39 1.03.0 1.41l1.06 1.06c.39.39 1.03.39 1.41.0.39-.39.39-1.03.0-1.41l-1.06-1.06zm1.06-12.37-1.06 1.06c-.39.39-.39 1.03.0 1.41s1.03.39 1.41.0l1.06-1.06c.39-.39.39-1.03.0-1.41s-1.03-.39-1.41.0zM7.05 18.36l-1.06 1.06c-.39.39-.39 1.03.0 1.41s1.03.39 1.41.0l1.06-1.06c.39-.39.39-1.03.0-1.41s-1.03-.39-1.41.0z"/></svg>
<svg class="theme-toggle__moon" viewBox="0 0 24 24" width="16" height="16" fill="currentColor"><path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"/></svg></button><div class=brand__auth><input type=checkbox id=auth-dropdown class=brand__auth-check> <svg class="theme-toggle__moon" viewBox="0 0 24 24" width="16" height="16" fill="currentColor"><path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"/></svg></button><div class=brand__auth><input type=checkbox id=auth-dropdown class=brand__auth-check>
<label class=brand__auth-toggle for=auth-dropdown tabindex=0 aria-label="Account options"><svg viewBox="0 0 24 24" width="12" height="12" fill="currentColor"><path d="M12 12c2.7.0 4.8-2.1 4.8-4.8S14.7 2.4 12 2.4 7.2 4.5 7.2 7.2 9.3 12 12 12zm0 2.4c-3.2.0-9.6 1.6-9.6 4.8v2.4h19.2v-2.4c0-3.2-6.4-4.8-9.6-4.8z"/></svg></label><div class=brand__auth-links><a href=/login/ class="auth-link auth-link--login">Login</a> <label class=brand__auth-toggle for=auth-dropdown tabindex=0 aria-label="Account options"><svg viewBox="0 0 24 24" width="12" height="12" fill="currentColor"><path d="M12 12c2.7.0 4.8-2.1 4.8-4.8S14.7 2.4 12 2.4 7.2 4.5 7.2 7.2 9.3 12 12 12zm0 2.4c-3.2.0-9.6 1.6-9.6 4.8v2.4h19.2v-2.4c0-3.2-6.4-4.8-9.6-4.8z"/></svg></label><div class=brand__auth-links><a href=/login/ class="auth-link auth-link--login">Login</a>
@@ -60,11 +60,9 @@ All updates
</button> </button>
<button class=rss-subscribe__item data-rss-url=https://freedoms4.org/blog/index.xml> <button class=rss-subscribe__item data-rss-url=https://freedoms4.org/blog/index.xml>
Blog posts</button></div></div></div></div><nav class="menu language"><ul class="menu__list language__list"><li class=menu__item><a class=menu__link href=/>Home</a></li><li class=menu__item><a class=menu__link href=/blog/>Blog</a></li><li class=menu__item><a class=menu__link href=/services/>Services</a></li><li class=menu__item><a class=menu__link href=/uninotes/>UniNotes</a></li><li class=menu__item><a class=menu__link href=/contact/>Contact</a></li></ul></nav></header><main class=main><nav class="uninotes-breadcrumbs breadcrumbs"><a href=/uninotes/>UniNotes</a> Blog posts</button></div></div></div></div><nav class="menu language"><ul class="menu__list language__list"><li class=menu__item><a class=menu__link href=/>Home</a></li><li class=menu__item><a class=menu__link href=/blog/>Blog</a></li><li class=menu__item><a class=menu__link href=/services/>Services</a></li><li class=menu__item><a class=menu__link href=/uninotes/>UniNotes</a></li><li class=menu__item><a class=menu__link href=/contact/>Contact</a></li></ul></nav></header><main class=main><nav class="uninotes-breadcrumbs breadcrumbs"><a href=/uninotes/>UniNotes</a>
<a href=/uninotes/s1/>S1</a> <a href=/uninotes/s1/>S1</a> <a href=/uninotes/s1/pbm-dcm1110/>PBM DCM1110</a>
<a href=/uninotes/s1/pbm-dcm1110/>PBM DCM1110</a> <a href=/uninotes/s1/pbm-dcm1110/unit1/>Unit 1</a>
<a href=/uninotes/s1/pbm-dcm1110/unit1/>Unit 1</a> <span>Self</span></nav><div class=uninotes-meta><span class=uninotes-meta__pill>S1</span> <span class=uninotes-meta__pill>PBM DCM1110</span>
<span>Self</span></nav><div class=uninotes-meta><span class=uninotes-meta__pill>S1</span> <span class="uninotes-meta__pill uninotes-meta__pill--self">Self</span></div><h1>Unit 1</h1><details class=toc><summary class=toc__summary>Table of Contents</summary><nav id=TableOfContents><ul><li><ul><li><a href=#april-5-2026><em><strong>April 5, 2026</strong></em></a></li></ul></li><li><a href=#characteristics-of-management>Characteristics of Management</a></li><li><a href=#functions-of-management>Functions of Management</a><ul><li><a href=#a-planning>A) Planning</a></li><li><a href=#b-organising>B) Organising</a></li><li><a href=#c-staffing>C) Staffing</a></li><li><a href=#d-directing>D) Directing</a></li><li><a href=#e-controlling>E) Controlling</a></li></ul></li><li><a href=#significance-of-management>Significance of Management</a></li><li><a href=#scope-of-management>Scope of Management</a></li></ul></nav></details><h3 class=heading id=april-5-2026><em><strong>April 5, 2026</strong></em></h3><h2 class=heading id=characteristics-of-management>Characteristics of Management</h2><p>A) Goal Oriented.<br>B) Pervasive.<br>C) Multidimentional:<br>         (i) Management of People.<br>         (ii) Management of Operations.<br>D) Continuous.<br>E) Dynamic.<br>F) Group Activity.<br>G) Intangible.</p><h2 class=heading id=functions-of-management>Functions of Management</h2><p>A) Planning.<br>B) Organising.<br>C) Staffing.<br>D) Directing.<br>E) Controlling.</p><h3 class=heading id=a-planning>A) Planning</h3><ol><li>Determine the goals or mission of the organisation.</li><li>Forecast future conditions.</li><li>Select the best course of action.</li><li>Formulate policies, procedures, budgets.</li></ol><h3 class=heading id=b-organising>B) Organising</h3><ol><li>Identify and analyse activities required to be operated on.</li><li>Group similar activities.</li><li>Assign duties to individuals.</li><li>Delegate authority and responsibility to the individuals in managerial roles.</li><li>Establish and announce clear authority relationships to ensure coordination and control.</li></ol><h3 class=heading id=c-staffing>C) Staffing</h3><ol><li>Recruitment and selection.</li><li>Training.</li><li>Performance appraisal.</li></ol><h3 class=heading id=d-directing>D) Directing</h3><ol><li>Leadership and supervision.</li><li>Motivation.</li><li>Communication.</li></ol><h3 class=heading id=e-controlling>E) Controlling</h3><ol><li>Establish performance standards.</li><li>Measure performance.</li><li>Compare performance with the standards.</li><li>Identify reasons for deviations.</li><li>Implement corrective actions.</li><li>Use feedback to evaluate performance improvement.</li></ol><h2 class=heading id=significance-of-management>Significance of Management</h2><p>A) Optimum unilization of resources.<br>B) Minimisation of costs.<br>C) Achievement of group goals.<br>D) Organisational stability.</p><ul><li>Management depends on Effectiveness and Efficiency.</li></ul><h2 class=heading id=scope-of-management>Scope of Management</h2><p>A) Production Management.<br>B) Personal Management.<br>C) Marketing Management.<br>D) Financial Management.</p><nav class=page-nav><a class=page-nav__next-link href=/uninotes/s1/pbm-dcm1110/unit2/>Unit 2 →</a></nav></main><footer class=footer><p class=footer__copyright-notice>&copy; <a href=https://freedoms4.org>freedoms4.org</a>
<span class=uninotes-meta__pill>PBM DCM1110</span>
<span class="uninotes-meta__pill uninotes-meta__pill--self">Self</span></div><h1>Unit 1</h1><details class=toc><summary class=toc__summary>Table of Contents</summary><nav id=TableOfContents><ul><li><ul><li><a href=#april-5-2026><em><strong>April 5, 2026</strong></em></a></li></ul></li><li><a href=#characteristics-of-management>Characteristics of Management</a></li><li><a href=#functions-of-management>Functions of Management</a><ul><li><a href=#a-planning>A) Planning</a></li><li><a href=#b-organising>B) Organising</a></li><li><a href=#c-staffing>C) Staffing</a></li><li><a href=#d-directing>D) Directing</a></li><li><a href=#e-controlling>E) Controlling</a></li></ul></li><li><a href=#significance-of-management>Significance of Management</a></li><li><a href=#scope-of-management>Scope of Management</a></li></ul></nav></details><h3 class=heading id=april-5-2026><em><strong>April 5, 2026</strong></em><span class=heading__anchor> <a href=#april-5-2026>#</a></span></h3><h2 class=heading id=characteristics-of-management>Characteristics of Management<span class=heading__anchor> <a href=#characteristics-of-management>#</a></span></h2><p>A) Goal Oriented.<br>B) Pervasive.<br>C) Multidimentional:<br>         (i) Management of People.<br>         (ii) Management of Operations.<br>D) Continuous.<br>E) Dynamic.<br>F) Group Activity.<br>G) Intangible.</p><h2 class=heading id=functions-of-management>Functions of Management<span class=heading__anchor> <a href=#functions-of-management>#</a></span></h2><p>A) Planning.<br>B) Organising.<br>C) Staffing.<br>D) Directing.<br>E) Controlling.</p><h3 class=heading id=a-planning>A) Planning<span class=heading__anchor> <a href=#a-planning>#</a></span></h3><ol><li>Determine the goals or mission of the organisation.</li><li>Forecast future conditions.</li><li>Select the best course of action.</li><li>Formulate policies, procedures, budgets.</li></ol><h3 class=heading id=b-organising>B) Organising<span class=heading__anchor> <a href=#b-organising>#</a></span></h3><ol><li>Identify and analyse activities required to be operated on.</li><li>Group similar activities.</li><li>Assign duties to individuals.</li><li>Delegate authority and responsibility to the individuals in managerial roles.</li><li>Establish and announce clear authority relationships to ensure coordination and control.</li></ol><h3 class=heading id=c-staffing>C) Staffing<span class=heading__anchor> <a href=#c-staffing>#</a></span></h3><ol><li>Recruitment and selection.</li><li>Training.</li><li>Performance appraisal.</li></ol><h3 class=heading id=d-directing>D) Directing<span class=heading__anchor> <a href=#d-directing>#</a></span></h3><ol><li>Leadership and supervision.</li><li>Motivation.</li><li>Communication.</li></ol><h3 class=heading id=e-controlling>E) Controlling<span class=heading__anchor> <a href=#e-controlling>#</a></span></h3><ol><li>Establish performance standards.</li><li>Measure performance.</li><li>Compare performance with the standards.</li><li>Identify reasons for deviations.</li><li>Implement corrective actions.</li><li>Use feedback to evaluate performance improvement.</li></ol><h2 class=heading id=significance-of-management>Significance of Management<span class=heading__anchor> <a href=#significance-of-management>#</a></span></h2><p>A) Optimum unilization of resources.<br>B) Minimisation of costs.<br>C) Achievement of group goals.<br>D) Organisational stability.</p><ul><li>Management depends on Effectiveness and Efficiency.</li></ul><h2 class=heading id=scope-of-management>Scope of Management<span class=heading__anchor> <a href=#scope-of-management>#</a></span></h2><p>A) Production Management.<br>B) Personal Management.<br>C) Marketing Management.<br>D) Financial Management.</p><nav class=page-nav><a class=page-nav__next-link href=/uninotes/s1/pbm-dcm1110/unit2/>Unit 2 →</a></nav></main><footer class=footer><p class=footer__copyright-notice>&copy; <a href=https://freedoms4.org>freedoms4.org</a>
<a href=/terms/>Terms and Conditions</a> <a href=/privacy/>Privacy Policy</a> <a href=/terms/>Terms and Conditions</a> <a href=/privacy/>Privacy Policy</a>
<a href=/changelog/>Changelog</a></p><p class=footer__theme-info>Built with <a href=https://gohugo.io>Hugo</a> and based on <a href=https://github.com/CyrusYip/hugo-theme-yue>Yue</a> theme</p></footer><script>(function(){document.querySelectorAll(".menu__item").forEach(function(e){var t=e.querySelector("a");t&&t.getAttribute("href")==="/uninotes/"&&e.classList.add("menu__item--uninotes")})})()</script><script>(function(){var e=document.getElementById("theme-toggle");if(!e)return;function t(){var e=localStorage.getItem("theme");return e?e:window.matchMedia("(prefers-color-scheme: light)").matches?"light":"dark"}function n(e){document.documentElement.setAttribute("data-theme",e),localStorage.setItem("theme",e)}n(t()),e.addEventListener("click",function(){var e=document.documentElement.getAttribute("data-theme")||t();n(e==="dark"?"light":"dark")})})()</script><script>(function(){var t="https://backend.freedoms4.org/auth.php",e=localStorage.getItem("f4_username");if(!e)return;function n(e){var t,n,o,i,a,c,r=document.querySelector(".brand__auth");r&&!r.querySelector(".brand__auth-user")&&(r.classList.add("brand__auth--loggedin"),t=document.createElement("div"),t.className="brand__auth-user",n=document.createElement("button"),n.className="brand__auth-user-btn",n.setAttribute("aria-label","Account menu"),c=document.createElement("span"),c.innerHTML='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="12" height="12" fill="currentColor"><path d="M12 12c2.7 0 4.8-2.1 4.8-4.8S14.7 2.4 12 2.4 7.2 4.5 7.2 7.2 9.3 12 12 12zm0 2.4c-3.2 0-9.6 1.6-9.6 4.8v2.4h19.2v-2.4c0-3.2-6.4-4.8-9.6-4.8z"/></svg>',n.appendChild(c.firstChild),n.appendChild(document.createTextNode(" "+e)),o=document.createElement("div"),o.className="brand__auth-user-dropdown",i=document.createElement("button"),i.className="brand__auth-user-logout",i.textContent="Log Out",i.addEventListener("click",s),e==="hyzen"&&(a=document.createElement("a"),a.className="brand__auth-user-admin",a.href="/admin/",a.textContent="User Management",o.appendChild(a)),o.appendChild(i),o.appendChild(i),t.appendChild(n),t.appendChild(o),r.appendChild(t),n.addEventListener("click",function(e){e.stopPropagation(),t.classList.toggle("is-open")}),document.addEventListener("click",function(){t.classList.remove("is-open")}))}function s(){fetch(t,{method:"POST",headers:{"Content-Type":"application/json"},credentials:"include",body:JSON.stringify({action:"logout"})}).finally(function(){localStorage.removeItem("f4_username"),localStorage.removeItem("f4_login_time"),localStorage.removeItem("f4_session_fails"),window.location.reload()})}n(e)})()</script><script>(function(){var t,e=document.querySelector(".rss-subscribe");if(!e)return;t=e.querySelector(".rss-subscribe__btn"),t.addEventListener("click",function(t){t.stopPropagation(),e.classList.toggle("is-open")}),document.addEventListener("click",function(t){e.contains(t.target)||e.classList.remove("is-open")}),e.querySelectorAll(".rss-subscribe__item").forEach(function(t){t.addEventListener("click",function(n){n.stopPropagation();var s,o=t.getAttribute("data-rss-url"),a=t.textContent;function i(){t.textContent="Copied!",setTimeout(function(){t.textContent=a,e.classList.remove("is-open")},1200)}try{s=document.createElement("textarea"),s.value=o,s.style.cssText="position:fixed;top:0;left:0;opacity:0;pointer-events:none;",document.body.appendChild(s),s.focus(),s.select(),document.execCommand("copy"),document.body.removeChild(s),i()}catch{navigator.clipboard&&navigator.clipboard.writeText(o).then(i).catch(function(){t.textContent=o})}})})})()</script><script src=/js/session-check.js></script></body></html> <a href=/changelog/>Changelog</a></p><p class=footer__theme-info>Built with <a href=https://gohugo.io>Hugo</a> and based on <a href=https://github.com/CyrusYip/hugo-theme-yue>Yue</a> theme</p></footer><script>(function(){document.querySelectorAll(".menu__item").forEach(function(e){var t=e.querySelector("a");t&&t.getAttribute("href")==="/uninotes/"&&e.classList.add("menu__item--uninotes")})})()</script><script>(function(){var e=document.getElementById("theme-toggle");if(!e)return;function t(){var e=localStorage.getItem("theme");return e?e:window.matchMedia("(prefers-color-scheme: light)").matches?"light":"dark"}function n(e){document.documentElement.setAttribute("data-theme",e),localStorage.setItem("theme",e)}n(t()),e.addEventListener("click",function(){var e=document.documentElement.getAttribute("data-theme")||t();n(e==="dark"?"light":"dark")})})()</script><script>(function(){var t="https://backend.freedoms4.org/auth.php",e=localStorage.getItem("f4_username");if(!e)return;function n(e){var t,n,o,i,a,c,r=document.querySelector(".brand__auth");r&&!r.querySelector(".brand__auth-user")&&(r.classList.add("brand__auth--loggedin"),t=document.createElement("div"),t.className="brand__auth-user",n=document.createElement("button"),n.className="brand__auth-user-btn",n.setAttribute("aria-label","Account menu"),c=document.createElement("span"),c.innerHTML='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="12" height="12" fill="currentColor"><path d="M12 12c2.7 0 4.8-2.1 4.8-4.8S14.7 2.4 12 2.4 7.2 4.5 7.2 7.2 9.3 12 12 12zm0 2.4c-3.2 0-9.6 1.6-9.6 4.8v2.4h19.2v-2.4c0-3.2-6.4-4.8-9.6-4.8z"/></svg>',n.appendChild(c.firstChild),n.appendChild(document.createTextNode(" "+e)),o=document.createElement("div"),o.className="brand__auth-user-dropdown",i=document.createElement("button"),i.className="brand__auth-user-logout",i.textContent="Log Out",i.addEventListener("click",s),e==="hyzen"&&(a=document.createElement("a"),a.className="brand__auth-user-admin",a.href="/admin/",a.textContent="User Management",o.appendChild(a)),o.appendChild(i),o.appendChild(i),t.appendChild(n),t.appendChild(o),r.appendChild(t),n.addEventListener("click",function(e){e.stopPropagation(),t.classList.toggle("is-open")}),document.addEventListener("click",function(){t.classList.remove("is-open")}))}function s(){fetch(t,{method:"POST",headers:{"Content-Type":"application/json"},credentials:"include",body:JSON.stringify({action:"logout"})}).finally(function(){localStorage.removeItem("f4_username"),localStorage.removeItem("f4_login_time"),localStorage.removeItem("f4_session_fails"),window.location.reload()})}n(e)})()</script><script>(function(){var t,e=document.querySelector(".rss-subscribe");if(!e)return;t=e.querySelector(".rss-subscribe__btn"),t.addEventListener("click",function(t){t.stopPropagation(),e.classList.toggle("is-open")}),document.addEventListener("click",function(t){e.contains(t.target)||e.classList.remove("is-open")}),e.querySelectorAll(".rss-subscribe__item").forEach(function(t){t.addEventListener("click",function(n){n.stopPropagation();var s,o=t.getAttribute("data-rss-url"),a=t.textContent;function i(){t.textContent="Copied!",setTimeout(function(){t.textContent=a,e.classList.remove("is-open")},1200)}try{s=document.createElement("textarea"),s.value=o,s.style.cssText="position:fixed;top:0;left:0;opacity:0;pointer-events:none;",document.body.appendChild(s),s.focus(),s.select(),document.execCommand("copy"),document.body.removeChild(s),i()}catch{navigator.clipboard&&navigator.clipboard.writeText(o).then(i).catch(function(){t.textContent=o})}})})})()</script><script src=/js/session-check.js></script></body></html>

View File

@@ -1,22 +1 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Unit 2 on Freedoms4</title><link>https://freedoms4.org/uninotes/s1/pbm-dcm1110/unit2/</link><description>Recent content in Unit 2 on Freedoms4</description><generator>Hugo</generator><language>en-us</language><managingEditor>your-email@example.com (Freedoms4)</managingEditor><webMaster>your-email@example.com (Freedoms4)</webMaster><atom:link href="https://freedoms4.org/uninotes/s1/pbm-dcm1110/unit2/index.xml" rel="self" type="application/rss+xml"/><item><title>Unit 2</title><link>https://freedoms4.org/uninotes/s1/pbm-dcm1110/unit2/self/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><author>your-email@example.com (Freedoms4)</author><guid>https://freedoms4.org/uninotes/s1/pbm-dcm1110/unit2/self/</guid><description>&lt;h3 class="heading" id="april-12-2026"&gt; <?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Unit 2 on Freedoms4</title><link>https://freedoms4.org/uninotes/s1/pbm-dcm1110/unit2/</link><description>Recent content in Unit 2 on Freedoms4</description><generator>Hugo</generator><language>en-us</language><managingEditor>your-email@example.com (Freedoms4)</managingEditor><webMaster>your-email@example.com (Freedoms4)</webMaster><atom:link href="https://freedoms4.org/uninotes/s1/pbm-dcm1110/unit2/index.xml" rel="self" type="application/rss+xml"/></channel></rss>
&lt;em&gt;&lt;strong&gt;April 12, 2026&lt;/strong&gt;&lt;/em&gt;&lt;span class="heading__anchor"&gt; &lt;a href="#april-12-2026"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h3&gt;&lt;h2 class="heading" id="behaviors-of-managers"&gt;
Behaviors of Managers&lt;span class="heading__anchor"&gt; &lt;a href="#behaviors-of-managers"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h2&gt;&lt;h3 class="heading" id="a-coaching-managers"&gt;
A) Coaching managers&lt;span class="heading__anchor"&gt; &lt;a href="#a-coaching-managers"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h3&gt;&lt;p&gt;Coaching managers usually take on a teacher-like role, and they have an excellent understanding of
the different stages of professional development. They love to motivate their employees to improve.
They do this by helping them build strong personal relationships. Some of the most common
qualities of a coaching manager include:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Educating every employee of the organisation.&lt;/li&gt;
&lt;li&gt;Looking after the long-term professional development of their employees.&lt;/li&gt;
&lt;li&gt;Bringing the team together whilst also evaluating each individual&amp;rsquo;s progress.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 class="heading" id="b-authoritative-managers"&gt;
B) Authoritative managers&lt;span class="heading__anchor"&gt; &lt;a href="#b-authoritative-managers"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h3&gt;&lt;p&gt;Authoritative managers make sure that they are handling most of the decision-making and task
delegation by themselves, whilst also making sure that they are maintaining a strict protocol in their
office. They most often focus on adhering to rules and making sure that employees complete tasks
as per the companys standard of quality. Some of the common qualities of an authoritative manager
include:&lt;/p&gt;</description></item></channel></rss>

View File

@@ -1,7 +1,7 @@
<!doctype html><html class=html lang=en-us dir=ltr><head><meta charset=utf-8><meta name=viewport content="width=device-width"><title>Unit 2 | Freedoms4</title><link rel=stylesheet href=/css/style.min.34d0accb85f8ec23ceee8c29eef5907823b531d8acb9e6bdf45a3b37ad028d30.css integrity="sha256-NNCsy4X47CPO7owp7vWQeCO1Mdisuea99Fo7N60CjTA=" crossorigin=anonymous><link rel=icon href=/favicon.ico><meta name=description content=" April 12, 2026 # Behaviors of Managers # A) Coaching managers # Coaching managers usually take on a teacher-like role, and they have an excellent understanding of the different stages of professional development. They love to motivate their employees to improve. They do this by helping them build strong personal relationships. Some of the most common qualities of a coaching manager include: <!doctype html><html class=html lang=en-us dir=ltr><head><meta charset=utf-8><meta name=viewport content="width=device-width"><title>Unit 2 | Freedoms4</title><link rel=stylesheet href=/css/style.min.34d0accb85f8ec23ceee8c29eef5907823b531d8acb9e6bdf45a3b37ad028d30.css integrity="sha256-NNCsy4X47CPO7owp7vWQeCO1Mdisuea99Fo7N60CjTA=" crossorigin=anonymous><link rel=icon href=/favicon.ico><meta name=description content="April 12, 2026 Behaviors of Managers A) Coaching managers Coaching managers usually take on a teacher-like role, and they have an excellent understanding of the different stages of professional development. They love to motivate their employees to improve. They do this by helping them build strong personal relationships. Some of the most common qualities of a coaching manager include:
Educating every employee of the organisation. Looking after the long-term professional development of their employees. Bringing the team together whilst also evaluating each individuals progress. B) Authoritative managers # Authoritative managers make sure that they are handling most of the decision-making and task delegation by themselves, whilst also making sure that they are maintaining a strict protocol in their office. They most often focus on adhering to rules and making sure that employees complete tasks as per the companys standard of quality. Some of the common qualities of an authoritative manager include:"><meta property="og:url" content="https://freedoms4.org/uninotes/s1/pbm-dcm1110/unit2/self/"><meta property="og:site_name" content="Freedoms4"><meta property="og:title" content="Unit 2"><meta property="og:description" content="April 12, 2026 # Behaviors of Managers # A) Coaching managers # Coaching managers usually take on a teacher-like role, and they have an excellent understanding of the different stages of professional development. They love to motivate their employees to improve. They do this by helping them build strong personal relationships. Some of the most common qualities of a coaching manager include: Educating every employee of the organisation. Looking after the long-term professional development of their employees. Bringing the team together whilst also evaluating each individuals progress. B) Authoritative managers Authoritative managers make sure that they are handling most of the decision-making and task delegation by themselves, whilst also making sure that they are maintaining a strict protocol in their office. They most often focus on adhering to rules and making sure that employees complete tasks as per the companys standard of quality. Some of the common qualities of an authoritative manager include:"><meta property="og:url" content="https://freedoms4.org/uninotes/s1/pbm-dcm1110/unit2/self/"><meta property="og:site_name" content="Freedoms4"><meta property="og:title" content="Unit 2"><meta property="og:description" content="April 12, 2026 Behaviors of Managers A) Coaching managers Coaching managers usually take on a teacher-like role, and they have an excellent understanding of the different stages of professional development. They love to motivate their employees to improve. They do this by helping them build strong personal relationships. Some of the most common qualities of a coaching manager include:
Educating every employee of the organisation. Looking after the long-term professional development of their employees. Bringing the team together whilst also evaluating each individuals progress. B) Authoritative managers # Authoritative managers make sure that they are handling most of the decision-making and task delegation by themselves, whilst also making sure that they are maintaining a strict protocol in their office. They most often focus on adhering to rules and making sure that employees complete tasks as per the companys standard of quality. Some of the common qualities of an authoritative manager include:"><meta property="og:locale" content="en_us"><meta property="og:type" content="article"><meta property="article:section" content="uninotes"><meta itemprop=name content="Unit 2"><meta itemprop=description content="April 12, 2026 # Behaviors of Managers # A) Coaching managers # Coaching managers usually take on a teacher-like role, and they have an excellent understanding of the different stages of professional development. They love to motivate their employees to improve. They do this by helping them build strong personal relationships. Some of the most common qualities of a coaching manager include: Educating every employee of the organisation. Looking after the long-term professional development of their employees. Bringing the team together whilst also evaluating each individuals progress. B) Authoritative managers Authoritative managers make sure that they are handling most of the decision-making and task delegation by themselves, whilst also making sure that they are maintaining a strict protocol in their office. They most often focus on adhering to rules and making sure that employees complete tasks as per the companys standard of quality. Some of the common qualities of an authoritative manager include:"><meta property="og:locale" content="en_us"><meta property="og:type" content="article"><meta property="article:section" content="uninotes"><meta itemprop=name content="Unit 2"><meta itemprop=description content="April 12, 2026 Behaviors of Managers A) Coaching managers Coaching managers usually take on a teacher-like role, and they have an excellent understanding of the different stages of professional development. They love to motivate their employees to improve. They do this by helping them build strong personal relationships. Some of the most common qualities of a coaching manager include:
Educating every employee of the organisation. Looking after the long-term professional development of their employees. Bringing the team together whilst also evaluating each individuals progress. B) Authoritative managers # Authoritative managers make sure that they are handling most of the decision-making and task delegation by themselves, whilst also making sure that they are maintaining a strict protocol in their office. They most often focus on adhering to rules and making sure that employees complete tasks as per the companys standard of quality. Some of the common qualities of an authoritative manager include:"><meta itemprop=wordCount content="1156"><meta itemprop=keywords content="S1,PBM DCM1110"><link rel=stylesheet href=/css/custom.css><script>(function(){var e=localStorage.getItem("theme");e&&document.documentElement.setAttribute("data-theme",e),localStorage.getItem("f4_username")==="hyzen"&&document.documentElement.classList.add("hyzen-user")})()</script><script async src=https://plausible.freedoms4.org/js/pa-5BKl0z0RLzwrclKq4y-qk.js></script><script>(window.plausible=window.plausible||function(){(plausible.q=plausible.q||[]).push(arguments)},plausible.init=plausible.init||function(e){plausible.o=e||{}}),plausible.init()</script></head><body class=body><header class=header><div class=brand><img src=/logo.png alt="Freedoms4 logo"><h1>Freedoms4</h1><div class=brand__actions><button class=theme-toggle id=theme-toggle aria-label="Toggle theme" title="Toggle dark/light mode"> Educating every employee of the organisation. Looking after the long-term professional development of their employees. Bringing the team together whilst also evaluating each individuals progress. B) Authoritative managers Authoritative managers make sure that they are handling most of the decision-making and task delegation by themselves, whilst also making sure that they are maintaining a strict protocol in their office. They most often focus on adhering to rules and making sure that employees complete tasks as per the companys standard of quality. Some of the common qualities of an authoritative manager include:"><meta itemprop=wordCount content="1135"><meta itemprop=keywords content="S1,PBM DCM1110"><link rel=stylesheet href=/css/custom.css><script>(function(){var e=localStorage.getItem("theme");e&&document.documentElement.setAttribute("data-theme",e),localStorage.getItem("f4_username")==="hyzen"&&document.documentElement.classList.add("hyzen-user")})()</script><script async src=https://plausible.freedoms4.org/js/pa-5BKl0z0RLzwrclKq4y-qk.js></script><script>(window.plausible=window.plausible||function(){(plausible.q=plausible.q||[]).push(arguments)},plausible.init=plausible.init||function(e){plausible.o=e||{}}),plausible.init()</script></head><body class=body><header class=header><div class=brand><img src=/logo.png alt="Freedoms4 logo"><h1>Freedoms4</h1><div class=brand__actions><button class=theme-toggle id=theme-toggle aria-label="Toggle theme" title="Toggle dark/light mode">
<svg class="theme-toggle__sun" viewBox="0 0 24 24" width="16" height="16" fill="currentColor"><path d="M12 7c-2.76.0-5 2.24-5 5s2.24 5 5 5 5-2.24 5-5-2.24-5-5-5zM2 13h2c.55.0 1-.45 1-1s-.45-1-1-1H2c-.55.0-1 .45-1 1s.45 1 1 1zm18 0h2c.55.0 1-.45 1-1s-.45-1-1-1h-2c-.55.0-1 .45-1 1s.45 1 1 1zM11 2v2c0 .55.45 1 1 1s1-.45 1-1V2c0-.55-.45-1-1-1s-1 .45-1 1zm0 18v2c0 .55.45 1 1 1s1-.45 1-1v-2c0-.55-.45-1-1-1s-1 .45-1 1zM5.99 4.58c-.39-.39-1.03-.39-1.41.0-.39.39-.39 1.03.0 1.41l1.06 1.06c.39.39 1.03.39 1.41.0s.39-1.03.0-1.41L5.99 4.58zm12.37 12.37c-.39-.39-1.03-.39-1.41.0-.39.39-.39 1.03.0 1.41l1.06 1.06c.39.39 1.03.39 1.41.0.39-.39.39-1.03.0-1.41l-1.06-1.06zm1.06-12.37-1.06 1.06c-.39.39-.39 1.03.0 1.41s1.03.39 1.41.0l1.06-1.06c.39-.39.39-1.03.0-1.41s-1.03-.39-1.41.0zM7.05 18.36l-1.06 1.06c-.39.39-.39 1.03.0 1.41s1.03.39 1.41.0l1.06-1.06c.39-.39.39-1.03.0-1.41s-1.03-.39-1.41.0z"/></svg> <svg class="theme-toggle__sun" viewBox="0 0 24 24" width="16" height="16" fill="currentColor"><path d="M12 7c-2.76.0-5 2.24-5 5s2.24 5 5 5 5-2.24 5-5-2.24-5-5-5zM2 13h2c.55.0 1-.45 1-1s-.45-1-1-1H2c-.55.0-1 .45-1 1s.45 1 1 1zm18 0h2c.55.0 1-.45 1-1s-.45-1-1-1h-2c-.55.0-1 .45-1 1s.45 1 1 1zM11 2v2c0 .55.45 1 1 1s1-.45 1-1V2c0-.55-.45-1-1-1s-1 .45-1 1zm0 18v2c0 .55.45 1 1 1s1-.45 1-1v-2c0-.55-.45-1-1-1s-1 .45-1 1zM5.99 4.58c-.39-.39-1.03-.39-1.41.0-.39.39-.39 1.03.0 1.41l1.06 1.06c.39.39 1.03.39 1.41.0s.39-1.03.0-1.41L5.99 4.58zm12.37 12.37c-.39-.39-1.03-.39-1.41.0-.39.39-.39 1.03.0 1.41l1.06 1.06c.39.39 1.03.39 1.41.0.39-.39.39-1.03.0-1.41l-1.06-1.06zm1.06-12.37-1.06 1.06c-.39.39-.39 1.03.0 1.41s1.03.39 1.41.0l1.06-1.06c.39-.39.39-1.03.0-1.41s-1.03-.39-1.41.0zM7.05 18.36l-1.06 1.06c-.39.39-.39 1.03.0 1.41s1.03.39 1.41.0l1.06-1.06c.39-.39.39-1.03.0-1.41s-1.03-.39-1.41.0z"/></svg>
<svg class="theme-toggle__moon" viewBox="0 0 24 24" width="16" height="16" fill="currentColor"><path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"/></svg></button><div class=brand__auth><input type=checkbox id=auth-dropdown class=brand__auth-check> <svg class="theme-toggle__moon" viewBox="0 0 24 24" width="16" height="16" fill="currentColor"><path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"/></svg></button><div class=brand__auth><input type=checkbox id=auth-dropdown class=brand__auth-check>
<label class=brand__auth-toggle for=auth-dropdown tabindex=0 aria-label="Account options"><svg viewBox="0 0 24 24" width="12" height="12" fill="currentColor"><path d="M12 12c2.7.0 4.8-2.1 4.8-4.8S14.7 2.4 12 2.4 7.2 4.5 7.2 7.2 9.3 12 12 12zm0 2.4c-3.2.0-9.6 1.6-9.6 4.8v2.4h19.2v-2.4c0-3.2-6.4-4.8-9.6-4.8z"/></svg></label><div class=brand__auth-links><a href=/login/ class="auth-link auth-link--login">Login</a> <label class=brand__auth-toggle for=auth-dropdown tabindex=0 aria-label="Account options"><svg viewBox="0 0 24 24" width="12" height="12" fill="currentColor"><path d="M12 12c2.7.0 4.8-2.1 4.8-4.8S14.7 2.4 12 2.4 7.2 4.5 7.2 7.2 9.3 12 12 12zm0 2.4c-3.2.0-9.6 1.6-9.6 4.8v2.4h19.2v-2.4c0-3.2-6.4-4.8-9.6-4.8z"/></svg></label><div class=brand__auth-links><a href=/login/ class="auth-link auth-link--login">Login</a>
@@ -12,44 +12,42 @@ All updates
</button> </button>
<button class=rss-subscribe__item data-rss-url=https://freedoms4.org/blog/index.xml> <button class=rss-subscribe__item data-rss-url=https://freedoms4.org/blog/index.xml>
Blog posts</button></div></div></div></div><nav class="menu language"><ul class="menu__list language__list"><li class=menu__item><a class=menu__link href=/>Home</a></li><li class=menu__item><a class=menu__link href=/blog/>Blog</a></li><li class=menu__item><a class=menu__link href=/services/>Services</a></li><li class=menu__item><a class=menu__link href=/uninotes/>UniNotes</a></li><li class=menu__item><a class=menu__link href=/contact/>Contact</a></li></ul></nav></header><main class=main><nav class="uninotes-breadcrumbs breadcrumbs"><a href=/uninotes/>UniNotes</a> Blog posts</button></div></div></div></div><nav class="menu language"><ul class="menu__list language__list"><li class=menu__item><a class=menu__link href=/>Home</a></li><li class=menu__item><a class=menu__link href=/blog/>Blog</a></li><li class=menu__item><a class=menu__link href=/services/>Services</a></li><li class=menu__item><a class=menu__link href=/uninotes/>UniNotes</a></li><li class=menu__item><a class=menu__link href=/contact/>Contact</a></li></ul></nav></header><main class=main><nav class="uninotes-breadcrumbs breadcrumbs"><a href=/uninotes/>UniNotes</a>
<a href=/uninotes/s1/>S1</a> <a href=/uninotes/s1/>S1</a> <a href=/uninotes/s1/pbm-dcm1110/>PBM DCM1110</a>
<a href=/uninotes/s1/pbm-dcm1110/>PBM DCM1110</a> <a href=/uninotes/s1/pbm-dcm1110/unit2/>Unit 2</a>
<a href=/uninotes/s1/pbm-dcm1110/unit2/>Unit 2</a> <span>Self</span></nav><div class=uninotes-meta><span class=uninotes-meta__pill>S1</span> <span class=uninotes-meta__pill>PBM DCM1110</span>
<span>Self</span></nav><div class=uninotes-meta><span class=uninotes-meta__pill>S1</span> <span class="uninotes-meta__pill uninotes-meta__pill--self">Self</span></div><h1>Unit 2</h1><details class=toc><summary class=toc__summary>Table of Contents</summary><nav id=TableOfContents><ul><li><ul><li><a href=#april-12-2026><em><strong>April 12, 2026</strong></em></a></li></ul></li><li><a href=#behaviors-of-managers>Behaviors of Managers</a><ul><li><a href=#a-coaching-managers>A) Coaching managers</a></li><li><a href=#b-authoritative-managers>B) Authoritative managers</a></li><li><a href=#c-results-based-managers>C) Results-based managers</a></li><li><a href=#d-strategic-managers>D) Strategic managers</a></li><li><a href=#e-proactive-managers>E) Proactive managers</a></li><li><a href=#f-laissez-faire-managers>F) Laissez-faire managers</a></li><li><a href=#g-democratic-managers>G) Democratic managers</a></li><li><a href=#h-visionary-managers>H) Visionary managers</a></li><li><a href=#i-transformational-managers>I) Transformational managers</a></li><li><a href=#j-charismatic-managers>J) Charismatic managers</a></li></ul></li><li><a href=#characteristics-of-managers>Characteristics of Managers</a></li><li><a href=#managerial-skills>Managerial Skills</a><ul><li><a href=#a-conceptual-skills>A) Conceptual Skills</a></li><li><a href=#b-human-skills>B) Human Skills</a></li><li><a href=#c-technical-skills>C) Technical Skills</a></li></ul></li><li><a href=#roles-of-a-manager>Roles of a Manager</a><ul><li><a href=#a-interpersonal-roles>A) Interpersonal Roles</a></li><li><a href=#b-informational-roles>B) Informational Roles</a></li><li><a href=#c-decisional-roles>C) Decisional Roles</a></li></ul></li></ul></nav></details><h3 class=heading id=april-12-2026><em><strong>April 12, 2026</strong></em></h3><h2 class=heading id=behaviors-of-managers>Behaviors of Managers</h2><h3 class=heading id=a-coaching-managers>A) Coaching managers</h3><p>Coaching managers usually take on a teacher-like role, and they have an excellent understanding of
<span class=uninotes-meta__pill>PBM DCM1110</span>
<span class="uninotes-meta__pill uninotes-meta__pill--self">Self</span></div><h1>Unit 2</h1><details class=toc><summary class=toc__summary>Table of Contents</summary><nav id=TableOfContents><ul><li><ul><li><a href=#april-12-2026><em><strong>April 12, 2026</strong></em></a></li></ul></li><li><a href=#behaviors-of-managers>Behaviors of Managers</a><ul><li><a href=#a-coaching-managers>A) Coaching managers</a></li><li><a href=#b-authoritative-managers>B) Authoritative managers</a></li><li><a href=#c-results-based-managers>C) Results-based managers</a></li><li><a href=#d-strategic-managers>D) Strategic managers</a></li><li><a href=#e-proactive-managers>E) Proactive managers</a></li><li><a href=#f-laissez-faire-managers>F) Laissez-faire managers</a></li><li><a href=#g-democratic-managers>G) Democratic managers</a></li><li><a href=#h-visionary-managers>H) Visionary managers</a></li><li><a href=#i-transformational-managers>I) Transformational managers</a></li><li><a href=#j-charismatic-managers>J) Charismatic managers</a></li></ul></li><li><a href=#characteristics-of-managers>Characteristics of Managers</a></li><li><a href=#managerial-skills>Managerial Skills</a><ul><li><a href=#a-conceptual-skills>A) Conceptual Skills</a></li><li><a href=#b-human-skills>B) Human Skills</a></li><li><a href=#c-technical-skills>C) Technical Skills</a></li></ul></li><li><a href=#roles-of-a-manager>Roles of a Manager</a><ul><li><a href=#a-interpersonal-roles>A) Interpersonal Roles</a></li><li><a href=#b-informational-roles>B) Informational Roles</a></li><li><a href=#c-decisional-roles>C) Decisional Roles</a></li></ul></li></ul></nav></details><h3 class=heading id=april-12-2026><em><strong>April 12, 2026</strong></em><span class=heading__anchor> <a href=#april-12-2026>#</a></span></h3><h2 class=heading id=behaviors-of-managers>Behaviors of Managers<span class=heading__anchor> <a href=#behaviors-of-managers>#</a></span></h2><h3 class=heading id=a-coaching-managers>A) Coaching managers<span class=heading__anchor> <a href=#a-coaching-managers>#</a></span></h3><p>Coaching managers usually take on a teacher-like role, and they have an excellent understanding of
the different stages of professional development. They love to motivate their employees to improve. the different stages of professional development. They love to motivate their employees to improve.
They do this by helping them build strong personal relationships. Some of the most common They do this by helping them build strong personal relationships. Some of the most common
qualities of a coaching manager include:</p><ul><li>Educating every employee of the organisation.</li><li>Looking after the long-term professional development of their employees.</li><li>Bringing the team together whilst also evaluating each individual&rsquo;s progress.</li></ul><h3 class=heading id=b-authoritative-managers>B) Authoritative managers<span class=heading__anchor> <a href=#b-authoritative-managers>#</a></span></h3><p>Authoritative managers make sure that they are handling most of the decision-making and task qualities of a coaching manager include:</p><ul><li>Educating every employee of the organisation.</li><li>Looking after the long-term professional development of their employees.</li><li>Bringing the team together whilst also evaluating each individual&rsquo;s progress.</li></ul><h3 class=heading id=b-authoritative-managers>B) Authoritative managers</h3><p>Authoritative managers make sure that they are handling most of the decision-making and task
delegation by themselves, whilst also making sure that they are maintaining a strict protocol in their delegation by themselves, whilst also making sure that they are maintaining a strict protocol in their
office. They most often focus on adhering to rules and making sure that employees complete tasks office. They most often focus on adhering to rules and making sure that employees complete tasks
as per the companys standard of quality. Some of the common qualities of an authoritative manager as per the companys standard of quality. Some of the common qualities of an authoritative manager
include:</p><ul><li>Giving importance to rules and operation standards.</li><li>Motivating their employees to give their best and also holding employees accountable.</li><li>Taking disciplinary actions when necessary.</li></ul><h3 class=heading id=c-results-based-managers>C) Results-based managers<span class=heading__anchor> <a href=#c-results-based-managers>#</a></span></h3><p>Results-based managers mainly concentrate on whether or not employees meet their goals. They include:</p><ul><li>Giving importance to rules and operation standards.</li><li>Motivating their employees to give their best and also holding employees accountable.</li><li>Taking disciplinary actions when necessary.</li></ul><h3 class=heading id=c-results-based-managers>C) Results-based managers</h3><p>Results-based managers mainly concentrate on whether or not employees meet their goals. They
are more concerned with the completion of work by the employees rather than how they do it. This are more concerned with the completion of work by the employees rather than how they do it. This
gives employees some power to make decisions and come up with their own methods for success. gives employees some power to make decisions and come up with their own methods for success.
Some of the common qualities of a results-based manager include:</p><ul><li>Being lenient in terms of rules and protocols.</li><li>Finding out ways to ensure that their employees work most effectively.</li><li>Focusing only on completion of work, not on how it gets accomplished.</li></ul><h3 class=heading id=d-strategic-managers>D) Strategic managers<span class=heading__anchor> <a href=#d-strategic-managers>#</a></span></h3><p>Strategic managers build their management style around the end result that they want to achieve. Some of the common qualities of a results-based manager include:</p><ul><li>Being lenient in terms of rules and protocols.</li><li>Finding out ways to ensure that their employees work most effectively.</li><li>Focusing only on completion of work, not on how it gets accomplished.</li></ul><h3 class=heading id=d-strategic-managers>D) Strategic managers</h3><p>Strategic managers build their management style around the end result that they want to achieve.
They delegate authority to lower-level supervisors so they can focus on developing the ultimate They delegate authority to lower-level supervisors so they can focus on developing the ultimate
long-term strategy for success. Some of the most common qualities of a strategic manager include:</p><ul><li>Delegating responsibility to lower-level supervisors but not otherwise strongly involved long-term strategy for success. Some of the most common qualities of a strategic manager include:</p><ul><li>Delegating responsibility to lower-level supervisors but not otherwise strongly involved
in day-to-day tasks.</li><li>Focusing on the overall goal of their projects rather than minor details.</li><li>Working independently to create plans for their employees that they can undertake on their in day-to-day tasks.</li><li>Focusing on the overall goal of their projects rather than minor details.</li><li>Working independently to create plans for their employees that they can undertake on their
own.</li></ul><h3 class=heading id=e-proactive-managers>E) Proactive managers<span class=heading__anchor> <a href=#e-proactive-managers>#</a></span></h3><p>Proactive managers are always offering help and advice. They also remain positive even in times of own.</li></ul><h3 class=heading id=e-proactive-managers>E) Proactive managers</h3><p>Proactive managers are always offering help and advice. They also remain positive even in times of
crisis. They typically focus on what actions they can take to overcome or solve any challenges that crisis. They typically focus on what actions they can take to overcome or solve any challenges that
might arise. With a hands-on approach, they try to meet those challenges. Some of the most common might arise. With a hands-on approach, they try to meet those challenges. Some of the most common
qualities of a proactive manager include:</p><ul><li>Being enthusiastic about meeting goals through collaboration with employees.</li><li>Showing confidence in the abilities of their employees.</li><li>Being supportive of employees and always ready to help them.</li></ul><h3 class=heading id=f-laissez-faire-managers>F) Laissez-faire managers<span class=heading__anchor> <a href=#f-laissez-faire-managers>#</a></span></h3><p>Laissez-faire managers make sure that they meet their goals, but they typically do not offer much qualities of a proactive manager include:</p><ul><li>Being enthusiastic about meeting goals through collaboration with employees.</li><li>Showing confidence in the abilities of their employees.</li><li>Being supportive of employees and always ready to help them.</li></ul><h3 class=heading id=f-laissez-faire-managers>F) Laissez-faire managers</h3><p>Laissez-faire managers make sure that they meet their goals, but they typically do not offer much
help or supervision during work operations. They delegate most of the day-to-day and long-term help or supervision during work operations. They delegate most of the day-to-day and long-term
responsibilities to their employees. If you prefer to work autonomously, you might work well under responsibilities to their employees. If you prefer to work autonomously, you might work well under
a laissez-faire manager. Some of the common qualities of a laissez-faire manager include:</p><ul><li>Remaining hands-off with daily performance.</li><li>Delegating responsibility to employees and stepping back.</li><li>Giving employees autonomy to make decisions and complete tasks on their own.</li></ul><h3 class=heading id=g-democratic-managers>G) Democratic managers<span class=heading__anchor> <a href=#g-democratic-managers>#</a></span></h3><p>Democratic managers listen to input given by employees and welcome the employees to be a part a laissez-faire manager. Some of the common qualities of a laissez-faire manager include:</p><ul><li>Remaining hands-off with daily performance.</li><li>Delegating responsibility to employees and stepping back.</li><li>Giving employees autonomy to make decisions and complete tasks on their own.</li></ul><h3 class=heading id=g-democratic-managers>G) Democratic managers</h3><p>Democratic managers listen to input given by employees and welcome the employees to be a part
of the decision-making process. They try to make every member of a team crucial to a project&rsquo;s of the decision-making process. They try to make every member of a team crucial to a project&rsquo;s
completion. An office led by a democratic manager focuses on teamwork. Some of the common completion. An office led by a democratic manager focuses on teamwork. Some of the common
qualities of a democratic manager include:</p><ul><li>Open to suggestions and criticism.</li><li>Understanding of employees&rsquo; points of view.</li><li>Emphasising collaboration among employees and the team as a whole.</li></ul><h3 class=heading id=h-visionary-managers>H) Visionary managers<span class=heading__anchor> <a href=#h-visionary-managers>#</a></span></h3><p>Visionary managers rely on strategies to make a plan for their team, and then they ultimately allow qualities of a democratic manager include:</p><ul><li>Open to suggestions and criticism.</li><li>Understanding of employees&rsquo; points of view.</li><li>Emphasising collaboration among employees and the team as a whole.</li></ul><h3 class=heading id=h-visionary-managers>H) Visionary managers</h3><p>Visionary managers rely on strategies to make a plan for their team, and then they ultimately allow
their employees to work autonomously. However, they also check in with employees regularly to their employees to work autonomously. However, they also check in with employees regularly to
ensure that productivity is in line with their vision and goals. Some of the common qualities of a ensure that productivity is in line with their vision and goals. Some of the common qualities of a
visionary manager include:</p><ul><li>Staying fair but also being serious about achieving desired results.</li><li>Offering quality feedback to the employees.</li><li>Trusting employees as long as they adhere to the well-planned strategy.</li></ul><h3 class=heading id=i-transformational-managers>I) Transformational managers<span class=heading__anchor> <a href=#i-transformational-managers>#</a></span></h3><p>Transformational managers are enthusiastic about the growth of their employees. They also learn visionary manager include:</p><ul><li>Staying fair but also being serious about achieving desired results.</li><li>Offering quality feedback to the employees.</li><li>Trusting employees as long as they adhere to the well-planned strategy.</li></ul><h3 class=heading id=i-transformational-managers>I) Transformational managers</h3><p>Transformational managers are enthusiastic about the growth of their employees. They also learn
how to adapt to changes in their industry. They motivate employees to go beyond their comfort how to adapt to changes in their industry. They motivate employees to go beyond their comfort
zones and constantly improve. Some of the common qualities of a transformational manager include:</p><ul><li>Being creative in terms of approaches to new tasks and methods of operation.</li><li>Motivating and challenging employees to adapt to changes.</li><li>Being heavily involved in work processes.</li><li>Supporting employees.</li></ul><h3 class=heading id=j-charismatic-managers>J) Charismatic managers<span class=heading__anchor> <a href=#j-charismatic-managers>#</a></span></h3><p>Charismatic managers give priority to building strong personal relationships with their employees. zones and constantly improve. Some of the common qualities of a transformational manager include:</p><ul><li>Being creative in terms of approaches to new tasks and methods of operation.</li><li>Motivating and challenging employees to adapt to changes.</li><li>Being heavily involved in work processes.</li><li>Supporting employees.</li></ul><h3 class=heading id=j-charismatic-managers>J) Charismatic managers</h3><p>Charismatic managers give priority to building strong personal relationships with their employees.
They also try to cater to their employees&rsquo; needs whenever they can. This can motivate employees to They also try to cater to their employees&rsquo; needs whenever they can. This can motivate employees to
strive to work effectively and efficiently in order to gratify their manager. Some of the common strive to work effectively and efficiently in order to gratify their manager. Some of the common
qualities of a charismatic manager include:</p><ul><li>Being friendly and charming when working with employees and supervisors.</li><li>Showing kindness to employees instead of being authoritative.</li><li>Providing constant support and help when necessary.</li></ul><h2 class=heading id=characteristics-of-managers>Characteristics of Managers<span class=heading__anchor> <a href=#characteristics-of-managers>#</a></span></h2><p>A) They are responsible for the performance of tasks.<br>B) They maintain balance between goals and define priorities.<br>C) They think rationally and conceptually.<br>D) They act as mediators.<br>E) They make complicated decisions.</p><h2 class=heading id=managerial-skills>Managerial Skills<span class=heading__anchor> <a href=#managerial-skills>#</a></span></h2><h3 class=heading id=a-conceptual-skills>A) Conceptual Skills<span class=heading__anchor> <a href=#a-conceptual-skills>#</a></span></h3><ul><li>Solving business problems by analysing information.</li><li>Identifying new opportunities and areas for innovation.</li><li>Recognising problem areas and developing solutions.</li><li>Selecting key information from large amounts of data.</li><li>Understanding how technology supports business operations.</li><li>Having a clear understanding of the organisations business model and goals.</li></ul><h3 class=heading id=b-human-skills>B) Human Skills<span class=heading__anchor> <a href=#b-human-skills>#</a></span></h3><ul><li>Interviewing and selecting employees.</li><li>Motivating and guiding team members.</li><li>Resolving conflicts and maintaining harmony.</li><li>Building partnerships and encouraging teamwork.</li></ul><h3 class=heading id=c-technical-skills>C) Technical Skills<span class=heading__anchor> <a href=#c-technical-skills>#</a></span></h3><ul><li>Using computer software or operating machinery.</li><li>Designing a brochure or preparing a financial report.</li><li>Training employees to use a new budgeting system.</li></ul><h2 class=heading id=roles-of-a-manager>Roles of a Manager<span class=heading__anchor> <a href=#roles-of-a-manager>#</a></span></h2><h3 class=heading id=a-interpersonal-roles>A) Interpersonal Roles<span class=heading__anchor> <a href=#a-interpersonal-roles>#</a></span></h3><ol><li>Figurehead- attending meetings, signing legal documents, welcoming visitors, or qualities of a charismatic manager include:</p><ul><li>Being friendly and charming when working with employees and supervisors.</li><li>Showing kindness to employees instead of being authoritative.</li><li>Providing constant support and help when necessary.</li></ul><h2 class=heading id=characteristics-of-managers>Characteristics of Managers</h2><p>A) They are responsible for the performance of tasks.<br>B) They maintain balance between goals and define priorities.<br>C) They think rationally and conceptually.<br>D) They act as mediators.<br>E) They make complicated decisions.</p><h2 class=heading id=managerial-skills>Managerial Skills</h2><h3 class=heading id=a-conceptual-skills>A) Conceptual Skills</h3><ul><li>Solving business problems by analysing information.</li><li>Identifying new opportunities and areas for innovation.</li><li>Recognising problem areas and developing solutions.</li><li>Selecting key information from large amounts of data.</li><li>Understanding how technology supports business operations.</li><li>Having a clear understanding of the organisations business model and goals.</li></ul><h3 class=heading id=b-human-skills>B) Human Skills</h3><ul><li>Interviewing and selecting employees.</li><li>Motivating and guiding team members.</li><li>Resolving conflicts and maintaining harmony.</li><li>Building partnerships and encouraging teamwork.</li></ul><h3 class=heading id=c-technical-skills>C) Technical Skills</h3><ul><li>Using computer software or operating machinery.</li><li>Designing a brochure or preparing a financial report.</li><li>Training employees to use a new budgeting system.</li></ul><h2 class=heading id=roles-of-a-manager>Roles of a Manager</h2><h3 class=heading id=a-interpersonal-roles>A) Interpersonal Roles</h3><ol><li>Figurehead- attending meetings, signing legal documents, welcoming visitors, or
inaugurating company events.</li><li>Leader.</li><li>Liaison.</li></ol><h3 class=heading id=b-informational-roles>B) Informational Roles<span class=heading__anchor> <a href=#b-informational-roles>#</a></span></h3><ol><li>Monitor - gathers information.</li><li>Disseminator - shares information.</li><li>Spokesperson - represents.</li></ol><h3 class=heading id=c-decisional-roles>C) Decisional Roles<span class=heading__anchor> <a href=#c-decisional-roles>#</a></span></h3><ol><li><p>Entrepreneur: The manager identifies opportunities for improvement and innovation. They take inaugurating company events.</li><li>Leader.</li><li>Liaison.</li></ol><h3 class=heading id=b-informational-roles>B) Informational Roles</h3><ol><li>Monitor - gathers information.</li><li>Disseminator - shares information.</li><li>Spokesperson - represents.</li></ol><h3 class=heading id=c-decisional-roles>C) Decisional Roles</h3><ol><li><p>Entrepreneur: The manager identifies opportunities for improvement and innovation. They take
the initiative to start new projects, introduce new products, or adopt better methods to improve the initiative to start new projects, introduce new products, or adopt better methods to improve
efficiency and competitiveness.</p></li><li><p>Disturbance Handler: In this role, the manager deals with unexpected problems or conflicts. efficiency and competitiveness.</p></li><li><p>Disturbance Handler: In this role, the manager deals with unexpected problems or conflicts.
This may include resolving employee disputes, handling crises, or managing supply shortages. This may include resolving employee disputes, handling crises, or managing supply shortages.

View File

@@ -1,10 +1 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Unit 3 on Freedoms4</title><link>https://freedoms4.org/uninotes/s1/pbm-dcm1110/unit3/</link><description>Recent content in Unit 3 on Freedoms4</description><generator>Hugo</generator><language>en-us</language><managingEditor>your-email@example.com (Freedoms4)</managingEditor><webMaster>your-email@example.com (Freedoms4)</webMaster><atom:link href="https://freedoms4.org/uninotes/s1/pbm-dcm1110/unit3/index.xml" rel="self" type="application/rss+xml"/><item><title>Unit 3</title><link>https://freedoms4.org/uninotes/s1/pbm-dcm1110/unit3/self/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><author>your-email@example.com (Freedoms4)</author><guid>https://freedoms4.org/uninotes/s1/pbm-dcm1110/unit3/self/</guid><description>&lt;h3 class="heading" id="april-15-2026"&gt; <?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Unit 3 on Freedoms4</title><link>https://freedoms4.org/uninotes/s1/pbm-dcm1110/unit3/</link><description>Recent content in Unit 3 on Freedoms4</description><generator>Hugo</generator><language>en-us</language><managingEditor>your-email@example.com (Freedoms4)</managingEditor><webMaster>your-email@example.com (Freedoms4)</webMaster><atom:link href="https://freedoms4.org/uninotes/s1/pbm-dcm1110/unit3/index.xml" rel="self" type="application/rss+xml"/></channel></rss>
&lt;em&gt;&lt;strong&gt;April 15, 2026&lt;/strong&gt;&lt;/em&gt;&lt;span class="heading__anchor"&gt; &lt;a href="#april-15-2026"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h3&gt;&lt;h2 class="heading" id="classical-approach-comprised-the-following-three-approaches"&gt;
Classical approach comprised the following three approaches:&lt;span class="heading__anchor"&gt; &lt;a href="#classical-approach-comprised-the-following-three-approaches"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h2&gt;&lt;h3 class="heading" id="a-scientific-management"&gt;
A) Scientific Management&lt;span class="heading__anchor"&gt; &lt;a href="#a-scientific-management"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h3&gt;&lt;p&gt;In scientific management, scientific methods are used to study and analyse the problems in factories and businesses. It involves the use of rational methods, understanding issues, and finding relevant &amp;amp; practical solutions. The main contribution in scientific management is of Frederick Winslow Taylor, who is well renowned as The father of scientific management.&lt;/p&gt;
&lt;h3 class="heading" id="b-administration-management"&gt;
B) Administration Management&lt;span class="heading__anchor"&gt; &lt;a href="#b-administration-management"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h3&gt;&lt;p&gt;It is mainly related to the performance of managers and has defined various functions of administration. In administration management, the emphasis is laid on evaluating the existing processes, identifying the underlying principles, and developing the management theories. These functions are interlinked and help managers perform effectively. The major contribution towards administration management is from Henry Fayol.&lt;/p&gt;</description></item></channel></rss>

File diff suppressed because one or more lines are too long

View File

@@ -1,26 +1 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Unit 4 on Freedoms4</title><link>https://freedoms4.org/uninotes/s1/pbm-dcm1110/unit4/</link><description>Recent content in Unit 4 on Freedoms4</description><generator>Hugo</generator><language>en-us</language><managingEditor>your-email@example.com (Freedoms4)</managingEditor><webMaster>your-email@example.com (Freedoms4)</webMaster><atom:link href="https://freedoms4.org/uninotes/s1/pbm-dcm1110/unit4/index.xml" rel="self" type="application/rss+xml"/><item><title>Unit 4</title><link>https://freedoms4.org/uninotes/s1/pbm-dcm1110/unit4/self/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><author>your-email@example.com (Freedoms4)</author><guid>https://freedoms4.org/uninotes/s1/pbm-dcm1110/unit4/self/</guid><description>&lt;h3 class="heading" id="april-20-2026"&gt; <?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Unit 4 on Freedoms4</title><link>https://freedoms4.org/uninotes/s1/pbm-dcm1110/unit4/</link><description>Recent content in Unit 4 on Freedoms4</description><generator>Hugo</generator><language>en-us</language><managingEditor>your-email@example.com (Freedoms4)</managingEditor><webMaster>your-email@example.com (Freedoms4)</webMaster><atom:link href="https://freedoms4.org/uninotes/s1/pbm-dcm1110/unit4/index.xml" rel="self" type="application/rss+xml"/></channel></rss>
&lt;em&gt;&lt;strong&gt;April 20, 2026&lt;/strong&gt;&lt;/em&gt;&lt;span class="heading__anchor"&gt; &lt;a href="#april-20-2026"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h3&gt;&lt;h2 class="heading" id="neoclassical-approaches"&gt;
Neoclassical Approaches&lt;span class="heading__anchor"&gt; &lt;a href="#neoclassical-approaches"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h2&gt;&lt;h3 class="heading" id="a-human-relations-movement"&gt;
A) Human Relations Movement&lt;span class="heading__anchor"&gt; &lt;a href="#a-human-relations-movement"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h3&gt;&lt;p&gt;Factors affecting the Human Relations Movement:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Economic Depression - 1929.&lt;/li&gt;
&lt;li&gt;Progress in Technology.&lt;/li&gt;
&lt;li&gt;Response to Taylorism.&lt;/li&gt;
&lt;li&gt;Enmity between classes.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 class="heading" id="1-contribution-of-elton-mayo"&gt;
1. Contribution of Elton Mayo&lt;span class="heading__anchor"&gt; &lt;a href="#1-contribution-of-elton-mayo"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h3&gt;&lt;p&gt;The Hawthorne Experiments: A Landmark in Human Relations&lt;/p&gt;
&lt;p&gt;Four Experiments:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;&lt;strong&gt;Illumination Experiments (19241927):&lt;/strong&gt; Examined how changes in lighting affected worker productivity.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Relay Assembly Test Room Experiments (19271928):&lt;/strong&gt; Studied the impact of altered work conditions, such as hours and rest breaks, on output.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Mass Interviewing Programme (19281930):&lt;/strong&gt; Investigated employees attitudes, feelings, and perceptions toward their work.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Bank Wiring Observation Room Experiments (19311932):&lt;/strong&gt; Explored the effects of informal social groups on individual behaviour and productivity.&lt;/li&gt;
&lt;/ol&gt;
&lt;h3 class="heading" id="b-behavioral-approach"&gt;
B) Behavioral Approach&lt;span class="heading__anchor"&gt; &lt;a href="#b-behavioral-approach"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h3&gt;&lt;p&gt;This approach focuses on understanding how individuals think, feel, and behave within organisational settings. Drawing insights from disciplines such as psychology, sociology, anthropology, and economics, it emphasises the importance of studying human behaviour scientifically to develop effective management practices.&lt;/p&gt;</description></item></channel></rss>

View File

@@ -1,13 +1,13 @@
<!doctype html><html class=html lang=en-us dir=ltr><head><meta charset=utf-8><meta name=viewport content="width=device-width"><title>Unit 4 | Freedoms4</title><link rel=stylesheet href=/css/style.min.34d0accb85f8ec23ceee8c29eef5907823b531d8acb9e6bdf45a3b37ad028d30.css integrity="sha256-NNCsy4X47CPO7owp7vWQeCO1Mdisuea99Fo7N60CjTA=" crossorigin=anonymous><link rel=icon href=/favicon.ico><meta name=description content=" April 20, 2026 # Neoclassical Approaches # A) Human Relations Movement # Factors affecting the Human Relations Movement: <!doctype html><html class=html lang=en-us dir=ltr><head><meta charset=utf-8><meta name=viewport content="width=device-width"><title>Unit 4 | Freedoms4</title><link rel=stylesheet href=/css/style.min.34d0accb85f8ec23ceee8c29eef5907823b531d8acb9e6bdf45a3b37ad028d30.css integrity="sha256-NNCsy4X47CPO7owp7vWQeCO1Mdisuea99Fo7N60CjTA=" crossorigin=anonymous><link rel=icon href=/favicon.ico><meta name=description content="April 20, 2026 Neoclassical Approaches A) Human Relations Movement Factors affecting the Human Relations Movement:
Economic Depression - 1929. Progress in Technology. Response to Taylorism. Enmity between classes. 1. Contribution of Elton Mayo # The Hawthorne Experiments: A Landmark in Human Relations Economic Depression - 1929. Progress in Technology. Response to Taylorism. Enmity between classes. 1. Contribution of Elton Mayo The Hawthorne Experiments: A Landmark in Human Relations
Four Experiments: Four Experiments:
Illumination Experiments (19241927): Examined how changes in lighting affected worker productivity. Relay Assembly Test Room Experiments (19271928): Studied the impact of altered work conditions, such as hours and rest breaks, on output. Mass Interviewing Programme (19281930): Investigated employees attitudes, feelings, and perceptions toward their work. Bank Wiring Observation Room Experiments (19311932): Explored the effects of informal social groups on individual behaviour and productivity. B) Behavioral Approach # This approach focuses on understanding how individuals think, feel, and behave within organisational settings. Drawing insights from disciplines such as psychology, sociology, anthropology, and economics, it emphasises the importance of studying human behaviour scientifically to develop effective management practices."><meta property="og:url" content="https://freedoms4.org/uninotes/s1/pbm-dcm1110/unit4/self/"><meta property="og:site_name" content="Freedoms4"><meta property="og:title" content="Unit 4"><meta property="og:description" content="April 20, 2026 # Neoclassical Approaches # A) Human Relations Movement # Factors affecting the Human Relations Movement: Illumination Experiments (19241927): Examined how changes in lighting affected worker productivity. Relay Assembly Test Room Experiments (19271928): Studied the impact of altered work conditions, such as hours and rest breaks, on output. Mass Interviewing Programme (19281930): Investigated employees attitudes, feelings, and perceptions toward their work. Bank Wiring Observation Room Experiments (19311932): Explored the effects of informal social groups on individual behaviour and productivity. B) Behavioral Approach This approach focuses on understanding how individuals think, feel, and behave within organisational settings. Drawing insights from disciplines such as psychology, sociology, anthropology, and economics, it emphasises the importance of studying human behaviour scientifically to develop effective management practices."><meta property="og:url" content="https://freedoms4.org/uninotes/s1/pbm-dcm1110/unit4/self/"><meta property="og:site_name" content="Freedoms4"><meta property="og:title" content="Unit 4"><meta property="og:description" content="April 20, 2026 Neoclassical Approaches A) Human Relations Movement Factors affecting the Human Relations Movement:
Economic Depression - 1929. Progress in Technology. Response to Taylorism. Enmity between classes. 1. Contribution of Elton Mayo # The Hawthorne Experiments: A Landmark in Human Relations Economic Depression - 1929. Progress in Technology. Response to Taylorism. Enmity between classes. 1. Contribution of Elton Mayo The Hawthorne Experiments: A Landmark in Human Relations
Four Experiments: Four Experiments:
Illumination Experiments (19241927): Examined how changes in lighting affected worker productivity. Relay Assembly Test Room Experiments (19271928): Studied the impact of altered work conditions, such as hours and rest breaks, on output. Mass Interviewing Programme (19281930): Investigated employees attitudes, feelings, and perceptions toward their work. Bank Wiring Observation Room Experiments (19311932): Explored the effects of informal social groups on individual behaviour and productivity. B) Behavioral Approach # This approach focuses on understanding how individuals think, feel, and behave within organisational settings. Drawing insights from disciplines such as psychology, sociology, anthropology, and economics, it emphasises the importance of studying human behaviour scientifically to develop effective management practices."><meta property="og:locale" content="en_us"><meta property="og:type" content="article"><meta property="article:section" content="uninotes"><meta itemprop=name content="Unit 4"><meta itemprop=description content="April 20, 2026 # Neoclassical Approaches # A) Human Relations Movement # Factors affecting the Human Relations Movement: Illumination Experiments (19241927): Examined how changes in lighting affected worker productivity. Relay Assembly Test Room Experiments (19271928): Studied the impact of altered work conditions, such as hours and rest breaks, on output. Mass Interviewing Programme (19281930): Investigated employees attitudes, feelings, and perceptions toward their work. Bank Wiring Observation Room Experiments (19311932): Explored the effects of informal social groups on individual behaviour and productivity. B) Behavioral Approach This approach focuses on understanding how individuals think, feel, and behave within organisational settings. Drawing insights from disciplines such as psychology, sociology, anthropology, and economics, it emphasises the importance of studying human behaviour scientifically to develop effective management practices."><meta property="og:locale" content="en_us"><meta property="og:type" content="article"><meta property="article:section" content="uninotes"><meta itemprop=name content="Unit 4"><meta itemprop=description content="April 20, 2026 Neoclassical Approaches A) Human Relations Movement Factors affecting the Human Relations Movement:
Economic Depression - 1929. Progress in Technology. Response to Taylorism. Enmity between classes. 1. Contribution of Elton Mayo # The Hawthorne Experiments: A Landmark in Human Relations Economic Depression - 1929. Progress in Technology. Response to Taylorism. Enmity between classes. 1. Contribution of Elton Mayo The Hawthorne Experiments: A Landmark in Human Relations
Four Experiments: Four Experiments:
Illumination Experiments (19241927): Examined how changes in lighting affected worker productivity. Relay Assembly Test Room Experiments (19271928): Studied the impact of altered work conditions, such as hours and rest breaks, on output. Mass Interviewing Programme (19281930): Investigated employees attitudes, feelings, and perceptions toward their work. Bank Wiring Observation Room Experiments (19311932): Explored the effects of informal social groups on individual behaviour and productivity. B) Behavioral Approach # This approach focuses on understanding how individuals think, feel, and behave within organisational settings. Drawing insights from disciplines such as psychology, sociology, anthropology, and economics, it emphasises the importance of studying human behaviour scientifically to develop effective management practices."><meta itemprop=wordCount content="223"><meta itemprop=keywords content="S1,PBM DCM1110"><link rel=stylesheet href=/css/custom.css><script>(function(){var e=localStorage.getItem("theme");e&&document.documentElement.setAttribute("data-theme",e),localStorage.getItem("f4_username")==="hyzen"&&document.documentElement.classList.add("hyzen-user")})()</script><script async src=https://plausible.freedoms4.org/js/pa-5BKl0z0RLzwrclKq4y-qk.js></script><script>(window.plausible=window.plausible||function(){(plausible.q=plausible.q||[]).push(arguments)},plausible.init=plausible.init||function(e){plausible.o=e||{}}),plausible.init()</script></head><body class=body><header class=header><div class=brand><img src=/logo.png alt="Freedoms4 logo"><h1>Freedoms4</h1><div class=brand__actions><button class=theme-toggle id=theme-toggle aria-label="Toggle theme" title="Toggle dark/light mode"> Illumination Experiments (19241927): Examined how changes in lighting affected worker productivity. Relay Assembly Test Room Experiments (19271928): Studied the impact of altered work conditions, such as hours and rest breaks, on output. Mass Interviewing Programme (19281930): Investigated employees attitudes, feelings, and perceptions toward their work. Bank Wiring Observation Room Experiments (19311932): Explored the effects of informal social groups on individual behaviour and productivity. B) Behavioral Approach This approach focuses on understanding how individuals think, feel, and behave within organisational settings. Drawing insights from disciplines such as psychology, sociology, anthropology, and economics, it emphasises the importance of studying human behaviour scientifically to develop effective management practices."><meta itemprop=wordCount content="216"><meta itemprop=keywords content="S1,PBM DCM1110"><link rel=stylesheet href=/css/custom.css><script>(function(){var e=localStorage.getItem("theme");e&&document.documentElement.setAttribute("data-theme",e),localStorage.getItem("f4_username")==="hyzen"&&document.documentElement.classList.add("hyzen-user")})()</script><script async src=https://plausible.freedoms4.org/js/pa-5BKl0z0RLzwrclKq4y-qk.js></script><script>(window.plausible=window.plausible||function(){(plausible.q=plausible.q||[]).push(arguments)},plausible.init=plausible.init||function(e){plausible.o=e||{}}),plausible.init()</script></head><body class=body><header class=header><div class=brand><img src=/logo.png alt="Freedoms4 logo"><h1>Freedoms4</h1><div class=brand__actions><button class=theme-toggle id=theme-toggle aria-label="Toggle theme" title="Toggle dark/light mode">
<svg class="theme-toggle__sun" viewBox="0 0 24 24" width="16" height="16" fill="currentColor"><path d="M12 7c-2.76.0-5 2.24-5 5s2.24 5 5 5 5-2.24 5-5-2.24-5-5-5zM2 13h2c.55.0 1-.45 1-1s-.45-1-1-1H2c-.55.0-1 .45-1 1s.45 1 1 1zm18 0h2c.55.0 1-.45 1-1s-.45-1-1-1h-2c-.55.0-1 .45-1 1s.45 1 1 1zM11 2v2c0 .55.45 1 1 1s1-.45 1-1V2c0-.55-.45-1-1-1s-1 .45-1 1zm0 18v2c0 .55.45 1 1 1s1-.45 1-1v-2c0-.55-.45-1-1-1s-1 .45-1 1zM5.99 4.58c-.39-.39-1.03-.39-1.41.0-.39.39-.39 1.03.0 1.41l1.06 1.06c.39.39 1.03.39 1.41.0s.39-1.03.0-1.41L5.99 4.58zm12.37 12.37c-.39-.39-1.03-.39-1.41.0-.39.39-.39 1.03.0 1.41l1.06 1.06c.39.39 1.03.39 1.41.0.39-.39.39-1.03.0-1.41l-1.06-1.06zm1.06-12.37-1.06 1.06c-.39.39-.39 1.03.0 1.41s1.03.39 1.41.0l1.06-1.06c.39-.39.39-1.03.0-1.41s-1.03-.39-1.41.0zM7.05 18.36l-1.06 1.06c-.39.39-.39 1.03.0 1.41s1.03.39 1.41.0l1.06-1.06c.39-.39.39-1.03.0-1.41s-1.03-.39-1.41.0z"/></svg> <svg class="theme-toggle__sun" viewBox="0 0 24 24" width="16" height="16" fill="currentColor"><path d="M12 7c-2.76.0-5 2.24-5 5s2.24 5 5 5 5-2.24 5-5-2.24-5-5-5zM2 13h2c.55.0 1-.45 1-1s-.45-1-1-1H2c-.55.0-1 .45-1 1s.45 1 1 1zm18 0h2c.55.0 1-.45 1-1s-.45-1-1-1h-2c-.55.0-1 .45-1 1s.45 1 1 1zM11 2v2c0 .55.45 1 1 1s1-.45 1-1V2c0-.55-.45-1-1-1s-1 .45-1 1zm0 18v2c0 .55.45 1 1 1s1-.45 1-1v-2c0-.55-.45-1-1-1s-1 .45-1 1zM5.99 4.58c-.39-.39-1.03-.39-1.41.0-.39.39-.39 1.03.0 1.41l1.06 1.06c.39.39 1.03.39 1.41.0s.39-1.03.0-1.41L5.99 4.58zm12.37 12.37c-.39-.39-1.03-.39-1.41.0-.39.39-.39 1.03.0 1.41l1.06 1.06c.39.39 1.03.39 1.41.0.39-.39.39-1.03.0-1.41l-1.06-1.06zm1.06-12.37-1.06 1.06c-.39.39-.39 1.03.0 1.41s1.03.39 1.41.0l1.06-1.06c.39-.39.39-1.03.0-1.41s-1.03-.39-1.41.0zM7.05 18.36l-1.06 1.06c-.39.39-.39 1.03.0 1.41s1.03.39 1.41.0l1.06-1.06c.39-.39.39-1.03.0-1.41s-1.03-.39-1.41.0z"/></svg>
<svg class="theme-toggle__moon" viewBox="0 0 24 24" width="16" height="16" fill="currentColor"><path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"/></svg></button><div class=brand__auth><input type=checkbox id=auth-dropdown class=brand__auth-check> <svg class="theme-toggle__moon" viewBox="0 0 24 24" width="16" height="16" fill="currentColor"><path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"/></svg></button><div class=brand__auth><input type=checkbox id=auth-dropdown class=brand__auth-check>
<label class=brand__auth-toggle for=auth-dropdown tabindex=0 aria-label="Account options"><svg viewBox="0 0 24 24" width="12" height="12" fill="currentColor"><path d="M12 12c2.7.0 4.8-2.1 4.8-4.8S14.7 2.4 12 2.4 7.2 4.5 7.2 7.2 9.3 12 12 12zm0 2.4c-3.2.0-9.6 1.6-9.6 4.8v2.4h19.2v-2.4c0-3.2-6.4-4.8-9.6-4.8z"/></svg></label><div class=brand__auth-links><a href=/login/ class="auth-link auth-link--login">Login</a> <label class=brand__auth-toggle for=auth-dropdown tabindex=0 aria-label="Account options"><svg viewBox="0 0 24 24" width="12" height="12" fill="currentColor"><path d="M12 12c2.7.0 4.8-2.1 4.8-4.8S14.7 2.4 12 2.4 7.2 4.5 7.2 7.2 9.3 12 12 12zm0 2.4c-3.2.0-9.6 1.6-9.6 4.8v2.4h19.2v-2.4c0-3.2-6.4-4.8-9.6-4.8z"/></svg></label><div class=brand__auth-links><a href=/login/ class="auth-link auth-link--login">Login</a>
@@ -18,11 +18,10 @@ All updates
</button> </button>
<button class=rss-subscribe__item data-rss-url=https://freedoms4.org/blog/index.xml> <button class=rss-subscribe__item data-rss-url=https://freedoms4.org/blog/index.xml>
Blog posts</button></div></div></div></div><nav class="menu language"><ul class="menu__list language__list"><li class=menu__item><a class=menu__link href=/>Home</a></li><li class=menu__item><a class=menu__link href=/blog/>Blog</a></li><li class=menu__item><a class=menu__link href=/services/>Services</a></li><li class=menu__item><a class=menu__link href=/uninotes/>UniNotes</a></li><li class=menu__item><a class=menu__link href=/contact/>Contact</a></li></ul></nav></header><main class=main><nav class="uninotes-breadcrumbs breadcrumbs"><a href=/uninotes/>UniNotes</a> Blog posts</button></div></div></div></div><nav class="menu language"><ul class="menu__list language__list"><li class=menu__item><a class=menu__link href=/>Home</a></li><li class=menu__item><a class=menu__link href=/blog/>Blog</a></li><li class=menu__item><a class=menu__link href=/services/>Services</a></li><li class=menu__item><a class=menu__link href=/uninotes/>UniNotes</a></li><li class=menu__item><a class=menu__link href=/contact/>Contact</a></li></ul></nav></header><main class=main><nav class="uninotes-breadcrumbs breadcrumbs"><a href=/uninotes/>UniNotes</a>
<a href=/uninotes/s1/>S1</a> <a href=/uninotes/s1/>S1</a> <a href=/uninotes/s1/pbm-dcm1110/>PBM DCM1110</a>
<a href=/uninotes/s1/pbm-dcm1110/>PBM DCM1110</a> <a href=/uninotes/s1/pbm-dcm1110/unit4/>Unit 4</a>
<a href=/uninotes/s1/pbm-dcm1110/unit4/>Unit 4</a> <span>Self</span></nav><div class=uninotes-meta><span class=uninotes-meta__pill>S1</span> <span class=uninotes-meta__pill>PBM DCM1110</span>
<span>Self</span></nav><div class=uninotes-meta><span class=uninotes-meta__pill>S1</span> <span class="uninotes-meta__pill uninotes-meta__pill--self">Self</span></div><h1>Unit 4</h1><details class=toc><summary class=toc__summary>Table of Contents</summary><nav id=TableOfContents><ul><li><ul><li><a href=#april-20-2026><em><strong>April 20, 2026</strong></em></a></li></ul></li><li><a href=#neoclassical-approaches>Neoclassical Approaches</a><ul><li><a href=#a-human-relations-movement>A) Human Relations Movement</a></li><li><a href=#1-contribution-of-elton-mayo>1. Contribution of Elton Mayo</a></li><li><a href=#b-behavioral-approach>B) Behavioral Approach</a></li><li><a href=#1-abraham-maslows-hierarchy-of-needs-theory>1. Abraham Maslows Hierarchy of Needs Theory</a></li><li><a href=#2-douglas-mcgregors-theory-of-motivation>2. Douglas McGregors Theory of Motivation</a></li></ul></li></ul></nav></details><h3 class=heading id=april-20-2026><em><strong>April 20, 2026</strong></em></h3><h2 class=heading id=neoclassical-approaches>Neoclassical Approaches</h2><h3 class=heading id=a-human-relations-movement>A) Human Relations Movement</h3><p>Factors affecting the Human Relations Movement:</p><ul><li>Economic Depression - 1929.</li><li>Progress in Technology.</li><li>Response to Taylorism.</li><li>Enmity between classes.</li></ul><h3 class=heading id=1-contribution-of-elton-mayo>1. Contribution of Elton Mayo</h3><p>The Hawthorne Experiments: A Landmark in Human Relations</p><p>Four Experiments:</p><ol><li><strong>Illumination Experiments (19241927):</strong> Examined how changes in lighting affected worker productivity.</li><li><strong>Relay Assembly Test Room Experiments (19271928):</strong> Studied the impact of altered work conditions, such as hours and rest breaks, on output.</li><li><strong>Mass Interviewing Programme (19281930):</strong> Investigated employees attitudes, feelings, and perceptions toward their work.</li><li><strong>Bank Wiring Observation Room Experiments (19311932):</strong> Explored the effects of informal social groups on individual behaviour and productivity.</li></ol><h3 class=heading id=b-behavioral-approach>B) Behavioral Approach</h3><p>This approach focuses on understanding how individuals think, feel, and behave within organisational settings. Drawing insights from disciplines such as psychology, sociology, anthropology, and economics, it emphasises the importance of studying human behaviour scientifically to develop effective management practices.</p><h3 class=heading id=1-abraham-maslows-hierarchy-of-needs-theory>1. Abraham Maslows Hierarchy of Needs Theory</h3><ol><li>Physiological Needs (Basic Needs).</li><li>Safety and Security Needs.</li><li>Social Needs (Belongingness and Love).</li><li>Esteem Needs.</li><li>Self-Actualisation Needs (Highest Level).</li></ol><h3 class=heading id=2-douglas-mcgregors-theory-of-motivation>2. Douglas McGregors Theory of Motivation</h3><ol><li><strong>Theory X:</strong> If managers think employees dislike work and avoid responsibility, they will adopt a strict, controlling style.</li><li><strong>Theory Y:</strong> If managers believe employees are self-motivated and capable of self-direction, they will encourage participation and creativity.</li></ol><nav class=page-nav><a class=page-nav__previous-link href=/uninotes/s1/pbm-dcm1110/unit3/>← Unit 3</a>
<span class=uninotes-meta__pill>PBM DCM1110</span> <a class=page-nav__next-link href=/uninotes/s1/pbm-dcm1110/qna/>QNA →</a></nav></main><footer class=footer><p class=footer__copyright-notice>&copy; <a href=https://freedoms4.org>freedoms4.org</a>
<span class="uninotes-meta__pill uninotes-meta__pill--self">Self</span></div><h1>Unit 4</h1><details class=toc><summary class=toc__summary>Table of Contents</summary><nav id=TableOfContents><ul><li><ul><li><a href=#april-20-2026><em><strong>April 20, 2026</strong></em></a></li></ul></li><li><a href=#neoclassical-approaches>Neoclassical Approaches</a><ul><li><a href=#a-human-relations-movement>A) Human Relations Movement</a></li><li><a href=#1-contribution-of-elton-mayo>1. Contribution of Elton Mayo</a></li><li><a href=#b-behavioral-approach>B) Behavioral Approach</a></li><li><a href=#1-abraham-maslows-hierarchy-of-needs-theory>1. Abraham Maslows Hierarchy of Needs Theory</a></li><li><a href=#2-douglas-mcgregors-theory-of-motivation>2. Douglas McGregors Theory of Motivation</a></li></ul></li></ul></nav></details><h3 class=heading id=april-20-2026><em><strong>April 20, 2026</strong></em><span class=heading__anchor> <a href=#april-20-2026>#</a></span></h3><h2 class=heading id=neoclassical-approaches>Neoclassical Approaches<span class=heading__anchor> <a href=#neoclassical-approaches>#</a></span></h2><h3 class=heading id=a-human-relations-movement>A) Human Relations Movement<span class=heading__anchor> <a href=#a-human-relations-movement>#</a></span></h3><p>Factors affecting the Human Relations Movement:</p><ul><li>Economic Depression - 1929.</li><li>Progress in Technology.</li><li>Response to Taylorism.</li><li>Enmity between classes.</li></ul><h3 class=heading id=1-contribution-of-elton-mayo>1. Contribution of Elton Mayo<span class=heading__anchor> <a href=#1-contribution-of-elton-mayo>#</a></span></h3><p>The Hawthorne Experiments: A Landmark in Human Relations</p><p>Four Experiments:</p><ol><li><strong>Illumination Experiments (19241927):</strong> Examined how changes in lighting affected worker productivity.</li><li><strong>Relay Assembly Test Room Experiments (19271928):</strong> Studied the impact of altered work conditions, such as hours and rest breaks, on output.</li><li><strong>Mass Interviewing Programme (19281930):</strong> Investigated employees attitudes, feelings, and perceptions toward their work.</li><li><strong>Bank Wiring Observation Room Experiments (19311932):</strong> Explored the effects of informal social groups on individual behaviour and productivity.</li></ol><h3 class=heading id=b-behavioral-approach>B) Behavioral Approach<span class=heading__anchor> <a href=#b-behavioral-approach>#</a></span></h3><p>This approach focuses on understanding how individuals think, feel, and behave within organisational settings. Drawing insights from disciplines such as psychology, sociology, anthropology, and economics, it emphasises the importance of studying human behaviour scientifically to develop effective management practices.</p><h3 class=heading id=1-abraham-maslows-hierarchy-of-needs-theory>1. Abraham Maslows Hierarchy of Needs Theory<span class=heading__anchor> <a href=#1-abraham-maslows-hierarchy-of-needs-theory>#</a></span></h3><ol><li>Physiological Needs (Basic Needs).</li><li>Safety and Security Needs.</li><li>Social Needs (Belongingness and Love).</li><li>Esteem Needs.</li><li>Self-Actualisation Needs (Highest Level).</li></ol><h3 class=heading id=2-douglas-mcgregors-theory-of-motivation>2. Douglas McGregors Theory of Motivation<span class=heading__anchor> <a href=#2-douglas-mcgregors-theory-of-motivation>#</a></span></h3><ol><li><strong>Theory X:</strong> If managers think employees dislike work and avoid responsibility, they will adopt a strict, controlling style.</li><li><strong>Theory Y:</strong> If managers believe employees are self-motivated and capable of self-direction, they will encourage participation and creativity.</li></ol><nav class=page-nav><a class=page-nav__previous-link href=/uninotes/s1/pbm-dcm1110/unit3/>← Unit 3</a></nav></main><footer class=footer><p class=footer__copyright-notice>&copy; <a href=https://freedoms4.org>freedoms4.org</a>
<a href=/terms/>Terms and Conditions</a> <a href=/privacy/>Privacy Policy</a> <a href=/terms/>Terms and Conditions</a> <a href=/privacy/>Privacy Policy</a>
<a href=/changelog/>Changelog</a></p><p class=footer__theme-info>Built with <a href=https://gohugo.io>Hugo</a> and based on <a href=https://github.com/CyrusYip/hugo-theme-yue>Yue</a> theme</p></footer><script>(function(){document.querySelectorAll(".menu__item").forEach(function(e){var t=e.querySelector("a");t&&t.getAttribute("href")==="/uninotes/"&&e.classList.add("menu__item--uninotes")})})()</script><script>(function(){var e=document.getElementById("theme-toggle");if(!e)return;function t(){var e=localStorage.getItem("theme");return e?e:window.matchMedia("(prefers-color-scheme: light)").matches?"light":"dark"}function n(e){document.documentElement.setAttribute("data-theme",e),localStorage.setItem("theme",e)}n(t()),e.addEventListener("click",function(){var e=document.documentElement.getAttribute("data-theme")||t();n(e==="dark"?"light":"dark")})})()</script><script>(function(){var t="https://backend.freedoms4.org/auth.php",e=localStorage.getItem("f4_username");if(!e)return;function n(e){var t,n,o,i,a,c,r=document.querySelector(".brand__auth");r&&!r.querySelector(".brand__auth-user")&&(r.classList.add("brand__auth--loggedin"),t=document.createElement("div"),t.className="brand__auth-user",n=document.createElement("button"),n.className="brand__auth-user-btn",n.setAttribute("aria-label","Account menu"),c=document.createElement("span"),c.innerHTML='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="12" height="12" fill="currentColor"><path d="M12 12c2.7 0 4.8-2.1 4.8-4.8S14.7 2.4 12 2.4 7.2 4.5 7.2 7.2 9.3 12 12 12zm0 2.4c-3.2 0-9.6 1.6-9.6 4.8v2.4h19.2v-2.4c0-3.2-6.4-4.8-9.6-4.8z"/></svg>',n.appendChild(c.firstChild),n.appendChild(document.createTextNode(" "+e)),o=document.createElement("div"),o.className="brand__auth-user-dropdown",i=document.createElement("button"),i.className="brand__auth-user-logout",i.textContent="Log Out",i.addEventListener("click",s),e==="hyzen"&&(a=document.createElement("a"),a.className="brand__auth-user-admin",a.href="/admin/",a.textContent="User Management",o.appendChild(a)),o.appendChild(i),o.appendChild(i),t.appendChild(n),t.appendChild(o),r.appendChild(t),n.addEventListener("click",function(e){e.stopPropagation(),t.classList.toggle("is-open")}),document.addEventListener("click",function(){t.classList.remove("is-open")}))}function s(){fetch(t,{method:"POST",headers:{"Content-Type":"application/json"},credentials:"include",body:JSON.stringify({action:"logout"})}).finally(function(){localStorage.removeItem("f4_username"),localStorage.removeItem("f4_login_time"),localStorage.removeItem("f4_session_fails"),window.location.reload()})}n(e)})()</script><script>(function(){var t,e=document.querySelector(".rss-subscribe");if(!e)return;t=e.querySelector(".rss-subscribe__btn"),t.addEventListener("click",function(t){t.stopPropagation(),e.classList.toggle("is-open")}),document.addEventListener("click",function(t){e.contains(t.target)||e.classList.remove("is-open")}),e.querySelectorAll(".rss-subscribe__item").forEach(function(t){t.addEventListener("click",function(n){n.stopPropagation();var s,o=t.getAttribute("data-rss-url"),a=t.textContent;function i(){t.textContent="Copied!",setTimeout(function(){t.textContent=a,e.classList.remove("is-open")},1200)}try{s=document.createElement("textarea"),s.value=o,s.style.cssText="position:fixed;top:0;left:0;opacity:0;pointer-events:none;",document.body.appendChild(s),s.focus(),s.select(),document.execCommand("copy"),document.body.removeChild(s),i()}catch{navigator.clipboard&&navigator.clipboard.writeText(o).then(i).catch(function(){t.textContent=o})}})})})()</script><script src=/js/session-check.js></script></body></html> <a href=/changelog/>Changelog</a></p><p class=footer__theme-info>Built with <a href=https://gohugo.io>Hugo</a> and based on <a href=https://github.com/CyrusYip/hugo-theme-yue>Yue</a> theme</p></footer><script>(function(){document.querySelectorAll(".menu__item").forEach(function(e){var t=e.querySelector("a");t&&t.getAttribute("href")==="/uninotes/"&&e.classList.add("menu__item--uninotes")})})()</script><script>(function(){var e=document.getElementById("theme-toggle");if(!e)return;function t(){var e=localStorage.getItem("theme");return e?e:window.matchMedia("(prefers-color-scheme: light)").matches?"light":"dark"}function n(e){document.documentElement.setAttribute("data-theme",e),localStorage.setItem("theme",e)}n(t()),e.addEventListener("click",function(){var e=document.documentElement.getAttribute("data-theme")||t();n(e==="dark"?"light":"dark")})})()</script><script>(function(){var t="https://backend.freedoms4.org/auth.php",e=localStorage.getItem("f4_username");if(!e)return;function n(e){var t,n,o,i,a,c,r=document.querySelector(".brand__auth");r&&!r.querySelector(".brand__auth-user")&&(r.classList.add("brand__auth--loggedin"),t=document.createElement("div"),t.className="brand__auth-user",n=document.createElement("button"),n.className="brand__auth-user-btn",n.setAttribute("aria-label","Account menu"),c=document.createElement("span"),c.innerHTML='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="12" height="12" fill="currentColor"><path d="M12 12c2.7 0 4.8-2.1 4.8-4.8S14.7 2.4 12 2.4 7.2 4.5 7.2 7.2 9.3 12 12 12zm0 2.4c-3.2 0-9.6 1.6-9.6 4.8v2.4h19.2v-2.4c0-3.2-6.4-4.8-9.6-4.8z"/></svg>',n.appendChild(c.firstChild),n.appendChild(document.createTextNode(" "+e)),o=document.createElement("div"),o.className="brand__auth-user-dropdown",i=document.createElement("button"),i.className="brand__auth-user-logout",i.textContent="Log Out",i.addEventListener("click",s),e==="hyzen"&&(a=document.createElement("a"),a.className="brand__auth-user-admin",a.href="/admin/",a.textContent="User Management",o.appendChild(a)),o.appendChild(i),o.appendChild(i),t.appendChild(n),t.appendChild(o),r.appendChild(t),n.addEventListener("click",function(e){e.stopPropagation(),t.classList.toggle("is-open")}),document.addEventListener("click",function(){t.classList.remove("is-open")}))}function s(){fetch(t,{method:"POST",headers:{"Content-Type":"application/json"},credentials:"include",body:JSON.stringify({action:"logout"})}).finally(function(){localStorage.removeItem("f4_username"),localStorage.removeItem("f4_login_time"),localStorage.removeItem("f4_session_fails"),window.location.reload()})}n(e)})()</script><script>(function(){var t,e=document.querySelector(".rss-subscribe");if(!e)return;t=e.querySelector(".rss-subscribe__btn"),t.addEventListener("click",function(t){t.stopPropagation(),e.classList.toggle("is-open")}),document.addEventListener("click",function(t){e.contains(t.target)||e.classList.remove("is-open")}),e.querySelectorAll(".rss-subscribe__item").forEach(function(t){t.addEventListener("click",function(n){n.stopPropagation();var s,o=t.getAttribute("data-rss-url"),a=t.textContent;function i(){t.textContent="Copied!",setTimeout(function(){t.textContent=a,e.classList.remove("is-open")},1200)}try{s=document.createElement("textarea"),s.value=o,s.style.cssText="position:fixed;top:0;left:0;opacity:0;pointer-events:none;",document.body.appendChild(s),s.focus(),s.select(),document.execCommand("copy"),document.body.removeChild(s),i()}catch{navigator.clipboard&&navigator.clipboard.writeText(o).then(i).catch(function(){t.textContent=o})}})})})()</script><script src=/js/session-check.js></script></body></html>

View File

@@ -0,0 +1 @@
<h{{ .Level }} class="heading" id="{{ .Anchor }}">{{ .Text | safeHTML }}</h{{ .Level }}>

View File

@@ -64,7 +64,7 @@
'</tr>'; '</tr>';
function userRow(u) { function userRow(u) {
var joined = new Date(u.created_at).toLocaleDateString(); var joined = new Date(u.created_at).toLocaleDateString('en-GB');
var blocked = u.blocked === true || u.blocked === 't' || u.blocked === '1'; var blocked = u.blocked === true || u.blocked === 't' || u.blocked === '1';
var status = blocked var status = blocked
? '<span class="admin-badge admin-badge--blocked">Blocked</span>' ? '<span class="admin-badge admin-badge--blocked">Blocked</span>'
@@ -78,10 +78,10 @@
'" data-action="block_user">Block</button>'; '" data-action="block_user">Block</button>';
var deleteBtn = var deleteBtn =
'<button class="admin-btn admin-btn--delete" data-id="' + '<button class="admin-btn admin-btn--delete" data-id="' +
u.id + u.id +
'" data-username="' + '" data-username="' +
escHtml(u.username) + escHtml(u.username) +
'" data-action="delete_user">Delete Records</button>'; '" data-action="delete_user">Delete Records</button>';
return ( return (
'<tr id="user-row-' + '<tr id="user-row-' +
@@ -127,14 +127,14 @@
if (action === 'delete_user') { if (action === 'delete_user') {
if ( if (
!confirm( !confirm(
'Permanently delete user "' + uname + '"? This cannot be undone.' 'Permanently delete user ' + uname + '? This cannot be undone.'
) )
) )
return; return;
} else if (action === 'block_user') { } else if (action === 'block_user') {
if ( if (
!confirm( !confirm(
"This will permanently delete the user's email history and cannot be undone" "This will permanently delete the user's email history and cannot be undone."
) )
) )
return; return;

View File

@@ -20,7 +20,7 @@
<script> <script>
(function () { (function () {
var BACKEND = 'https://backend.freedoms4.org/comments.php'; var BACKEND = 'https://backend.freedoms4.org/comments.php';
var POST_ID = {{ .RelPermalink | jsonify }}; var POST_ID = {{ .RelPermalink | jsonify | safeJS }};
var username = localStorage.getItem('f4_username'); var username = localStorage.getItem('f4_username');
var isAdmin = false; var isAdmin = false;
@@ -28,7 +28,7 @@
// ── Helpers ── // ── Helpers ──
function escHtml(s) { function escHtml(s) {
return s.replace(/&/g,'&amp;').replace(/</g,'&lt;').replace(/>/g,'&gt;').replace(/"/g,'&quot;'); return s.replace(/&/g,'&amp;').replace(/</g,'&lt;').replace(/>/g,'&gt;').replace(/"/g,'&quot;').replace(/'/g,'&#39;');
} }
function timeAgo(iso) { function timeAgo(iso) {

View File

@@ -38,6 +38,13 @@
{{- else }} {{- else }}
{{- $pages = $pctx.Pages }} {{- $pages = $pctx.Pages }}
{{- end }} {{- end }}
{{- /* Exclude uninotes pages, admin, login, signup, contact, and coming-soon from the feed */}}
{{- $pages = where $pages "Section" "ne" "uninotes" }}
{{- $pages = where $pages "RelPermalink" "ne" "/admin/" }}
{{- $pages = where $pages "RelPermalink" "ne" "/login/" }}
{{- $pages = where $pages "RelPermalink" "ne" "/signup/" }}
{{- $pages = where $pages "RelPermalink" "ne" "/contact/" }}
{{- $pages = where $pages "RelPermalink" "ne" "/coming-soon/" }}
{{- $limit := .Site.Config.Services.RSS.Limit }} {{- $limit := .Site.Config.Services.RSS.Limit }}
{{- if ge $limit 1 }} {{- if ge $limit 1 }}
{{- $pages = $pages | first $limit }} {{- $pages = $pages | first $limit }}

View File

@@ -1,120 +1,59 @@
{{ define "main" }} {{ define "main" }} {{ $subjectCode := .Title }} {{/* Get semester from first post */}} {{ $semester
:= "" }} {{ range .Pages }} {{ if eq $semester "" }} {{ $raw := .Params.semester }} {{ if
{{ $subjectCode := .Title }} reflect.IsSlice $raw }} {{ $semester = index $raw 0 }} {{ else }} {{ $semester = $raw }} {{ end }}
{{ end }} {{ end }}
{{/* Get semester from first post */}}
{{ $semester := "" }}
{{ range .Pages }}
{{ if eq $semester "" }}
{{ $raw := .Params.semester }}
{{ if reflect.IsSlice $raw }}
{{ $semester = index $raw 0 }}
{{ else }}
{{ $semester = $raw }}
{{ end }}
{{ end }}
{{ end }}
<nav class="uninotes-breadcrumbs breadcrumbs"> <nav class="uninotes-breadcrumbs breadcrumbs">
<a href="/uninotes/">UniNotes</a> <a href="/uninotes/">UniNotes</a>
{{ if $semester }} {{ if $semester }} {{ $semPage := site.GetPage (printf "/semester/%s" ($semester | urlize)) }}
{{ $semPage := site.GetPage (printf "/semester/%s" ($semester | urlize)) }} {{ if $semPage }} <a href="{{ $semPage.RelPermalink }}">{{ $semester }}</a> {{ end }} {{ end
{{ if $semPage }} }} <span>{{ $subjectCode }}</span>
<a href="{{ $semPage.RelPermalink }}">{{ $semester }}</a>
{{ end }}
{{ end }}
<span>{{ $subjectCode }}</span>
</nav> </nav>
<h1>{{ $subjectCode }}</h1> <h1>{{ $subjectCode }}</h1>
{{/* Collect unique unit labels and sort numerically */}} {{/* Collect unique unit labels and sort numerically */}} {{ $seenUnits := slice }} {{ $unitDicts :=
{{ $seenUnits := slice }} slice }} {{ range .Pages }} {{ $unitLabel := (.Params.unit | default .Title) }} {{ if not (in
{{ $unitDicts := slice }} $seenUnits $unitLabel) }} {{ $seenUnits = $seenUnits | append $unitLabel }} {{/* Extract unit number
{{ range .Pages }} for numeric sort, e.g. "Unit 11" → 11 */}} {{ $uParts := split $unitLabel " " }} {{ $uLast := index
{{ $unitLabel := (.Params.unit | default .Title) }} $uParts (sub (len $uParts) 1) }} {{ $uNumStr := "" }} {{ range (split $uLast "") }} {{ if ge . "0"
{{ if not (in $seenUnits $unitLabel) }} }}{{ if le . "9" }}{{ $uNumStr = printf "%s%s" $uNumStr . }}{{ end }}{{ end }} {{ end }} {{ $uNum :=
{{ $seenUnits = $seenUnits | append $unitLabel }} int ($uNumStr | default "0") }} {{ if eq (upper $unitLabel) "QNA" }}{{ $uNum = 999999 }}{{ end }} {{
{{/* Extract unit number for numeric sort, e.g. "Unit 11" → 11 */}} $unitDicts = $unitDicts | append (dict "label" $unitLabel "page" . "num" $uNum) }} {{ end }} {{ end
{{ $uParts := split $unitLabel " " }} }} {{ $sortedUnitDicts := sort $unitDicts "num" }}
{{ $uLast := index $uParts (sub (len $uParts) 1) }}
{{ $uNumStr := "" }}
{{ range (split $uLast "") }}
{{ if ge . "0" }}{{ if le . "9" }}{{ $uNumStr = printf "%s%s" $uNumStr . }}{{ end }}{{ end }}
{{ end }}
{{ $uNum := int ($uNumStr | default "0") }}
{{ $unitDicts = $unitDicts | append (dict "label" $unitLabel "page" . "num" $uNum) }}
{{ end }}
{{ end }}
{{ $sortedUnitDicts := sort $unitDicts "num" }}
<ul class="uninotes-list uninotes-list--units"> <ul class="uninotes-list uninotes-list--units">
{{ range $sortedUnitDicts }} {{ range $sortedUnitDicts }} {{ $unitUrl := .page.Params.uniturl }} {{ if not $unitUrl }}{{
<li class="uninotes-list__item"> $unitUrl = .page.RelPermalink }}{{ end }}
<a class="uninotes-list__link" href="{{ .page.Params.uniturl }}"> <li class="uninotes-list__item">
{{ .label }} <a class="uninotes-list__link" href="{{ $unitUrl }}"> {{ .label }} </a>
</a> </li>
</li> {{ end }}
{{ end }}
</ul> </ul>
{{/* Subject prev/next — siblings in same semester, sorted numerically by code number */}} {{/* Subject prev/next — siblings in same semester, sorted numerically by code number */}} {{ if
{{ if $semester }} $semester }} {{ $semPage := site.GetPage (printf "/semester/%s" ($semester | urlize)) }} {{ if
{{ $semPage := site.GetPage (printf "/semester/%s" ($semester | urlize)) }} $semPage }} {{/* Collect unique subject codes */}} {{ $siblingCodes := slice }} {{ range
{{ if $semPage }} $semPage.Pages }} {{ $raw := .Params.subjectcode }} {{ $code := "" }} {{ if reflect.IsSlice $raw }}
{{/* Collect unique subject codes */}} {{ $code = index $raw 0 }} {{ else }} {{ $code = $raw }} {{ end }} {{ if and $code (not (in
{{ $siblingCodes := slice }} $siblingCodes $code)) }} {{ $siblingCodes = $siblingCodes | append $code }} {{ end }} {{ end }} {{/*
{{ range $semPage.Pages }} Sort subject codes numerically by extracting the number (e.g. "BO DCM1109" → 1109) */}} {{
{{ $raw := .Params.subjectcode }} $codeDicts := slice }} {{ range $siblingCodes }} {{ $code := . }} {{ $parts := split $code " " }} {{
{{ $code := "" }} $lastPart := index $parts (sub (len $parts) 1) }} {{ $numStr := "" }} {{ range (split $lastPart "")
{{ if reflect.IsSlice $raw }} }} {{ if ge . "0" }}{{ if le . "9" }}{{ $numStr = printf "%s%s" $numStr . }}{{ end }}{{ end }} {{
{{ $code = index $raw 0 }} end }} {{ $num := int ($numStr | default "0") }} {{ $codeDicts = $codeDicts | append (dict "code"
{{ else }} $code "num" $num) }} {{ end }} {{ $sortedCodeDicts := sort $codeDicts "num" }} {{ if gt (len
{{ $code = $raw }} $sortedCodeDicts) 1 }} {{ $currentIdx := 0 }} {{ range $i, $d := $sortedCodeDicts }} {{ if eq
{{ end }} $d.code $subjectCode }}{{ $currentIdx = $i }}{{ end }} {{ end }}
{{ if and $code (not (in $siblingCodes $code)) }} <nav class="page-nav">
{{ $siblingCodes = $siblingCodes | append $code }} {{ if gt $currentIdx 0 }} {{ $prevCode := (index $sortedCodeDicts (sub $currentIdx 1)).code }}
{{ end }} {{ $prevPage := site.GetPage (printf "/subjectcode/%s" ($prevCode | urlize)) }} {{ if $prevPage
{{ end }} }}
<a class="page-nav__previous-link" href="{{ $prevPage.RelPermalink }}">← {{ $prevCode }}</a>
{{/* Sort subject codes numerically by extracting the number (e.g. "BO DCM1109" → 1109) */}} {{ end }} {{ end }} {{ if lt $currentIdx (sub (len $sortedCodeDicts) 1) }} {{ $nextCode :=
{{ $codeDicts := slice }} (index $sortedCodeDicts (add $currentIdx 1)).code }} {{ $nextPage := site.GetPage (printf
{{ range $siblingCodes }} "/subjectcode/%s" ($nextCode | urlize)) }} {{ if $nextPage }}
{{ $code := . }} <a class="page-nav__next-link" href="{{ $nextPage.RelPermalink }}">{{ $nextCode }} →</a>
{{ $parts := split $code " " }} {{ end }} {{ end }}
{{ $lastPart := index $parts (sub (len $parts) 1) }} </nav>
{{ $numStr := "" }} {{ end }} {{ end }} {{ end }} {{ end }}
{{ range (split $lastPart "") }}
{{ if ge . "0" }}{{ if le . "9" }}{{ $numStr = printf "%s%s" $numStr . }}{{ end }}{{ end }}
{{ end }}
{{ $num := int ($numStr | default "0") }}
{{ $codeDicts = $codeDicts | append (dict "code" $code "num" $num) }}
{{ end }}
{{ $sortedCodeDicts := sort $codeDicts "num" }}
{{ if gt (len $sortedCodeDicts) 1 }}
{{ $currentIdx := 0 }}
{{ range $i, $d := $sortedCodeDicts }}
{{ if eq $d.code $subjectCode }}{{ $currentIdx = $i }}{{ end }}
{{ end }}
<nav class="page-nav">
{{ if gt $currentIdx 0 }}
{{ $prevCode := (index $sortedCodeDicts (sub $currentIdx 1)).code }}
{{ $prevPage := site.GetPage (printf "/subjectcode/%s" ($prevCode | urlize)) }}
{{ if $prevPage }}
<a class="page-nav__previous-link" href="{{ $prevPage.RelPermalink }}">← {{ $prevCode }}</a>
{{ end }}
{{ end }}
{{ if lt $currentIdx (sub (len $sortedCodeDicts) 1) }}
{{ $nextCode := (index $sortedCodeDicts (add $currentIdx 1)).code }}
{{ $nextPage := site.GetPage (printf "/subjectcode/%s" ($nextCode | urlize)) }}
{{ if $nextPage }}
<a class="page-nav__next-link" href="{{ $nextPage.RelPermalink }}">{{ $nextCode }} →</a>
{{ end }}
{{ end }}
</nav>
{{ end }}
{{ end }}
{{ end }}
{{ end }}

View File

@@ -70,6 +70,7 @@
{{ if ge . "0" }}{{ if le . "9" }}{{ $uNumStr = printf "%s%s" $uNumStr . }}{{ end }}{{ end }} {{ if ge . "0" }}{{ if le . "9" }}{{ $uNumStr = printf "%s%s" $uNumStr . }}{{ end }}{{ end }}
{{ end }} {{ end }}
{{ $uNum := int ($uNumStr | default "0") }} {{ $uNum := int ($uNumStr | default "0") }}
{{ if eq (upper $unitLabel) "QNA" }}{{ $uNum = 999999 }}{{ end }}
{{ $unitDicts = $unitDicts | append (dict "label" $unitLabel "page" . "num" $uNum) }} {{ $unitDicts = $unitDicts | append (dict "label" $unitLabel "page" . "num" $uNum) }}
{{ end }} {{ end }}
{{ end }} {{ end }}
@@ -87,6 +88,7 @@
{{ $unitLabel := .label }} {{ $unitLabel := .label }}
{{ $repPage := .page }} {{ $repPage := .page }}
{{ $unitUrl := $repPage.Params.uniturl }} {{ $unitUrl := $repPage.Params.uniturl }}
{{ if not $unitUrl }}{{ $unitUrl = $repPage.RelPermalink }}{{ end }}
{{/* Find Self and Live URLs for this unit */}} {{/* Find Self and Live URLs for this unit */}}
{{ $selfUrl := "" }} {{ $selfUrl := "" }}
{{ $liveUrl := "" }} {{ $liveUrl := "" }}
@@ -103,6 +105,9 @@
{{ end }} {{ end }}
<li class="uninotes-contents__unit"> <li class="uninotes-contents__unit">
{{ if eq (upper $unitLabel) "QNA" }}
<a class="uninotes-contents__unit-link" href="{{ $unitUrl }}">{{ $unitLabel }}</a>
{{ else }}
<a class="uninotes-contents__unit-link" href="{{ $unitUrl }}">{{ $unitLabel }}</a> <a class="uninotes-contents__unit-link" href="{{ $unitUrl }}">{{ $unitLabel }}</a>
<span class="uninotes-contents__unit-cats"> <span class="uninotes-contents__unit-cats">
{{ if $selfUrl }} {{ if $selfUrl }}
@@ -116,6 +121,7 @@
<span class="uninotes-contents__cat uninotes-contents__cat--na">Live</span> <span class="uninotes-contents__cat uninotes-contents__cat--na">Live</span>
{{ end }} {{ end }}
</span> </span>
{{ end }}
</li> </li>
{{ end }} {{ end }}
</ul> </ul>

View File

@@ -1,99 +1,62 @@
{{ define "main" }} {{ define "main" }} {{ $semesterRaw := .Params.semester }} {{ $subjectcodeRaw := .Params.subjectcode
}} {{ $semester := "" }} {{ if reflect.IsSlice $semesterRaw }} {{ $semester = index $semesterRaw 0
{{ $semesterRaw := .Params.semester }} }} {{ else }} {{ $semester = $semesterRaw }} {{ end }} {{ $subjectcode := "" }} {{ if
{{ $subjectcodeRaw := .Params.subjectcode }} reflect.IsSlice $subjectcodeRaw }} {{ $subjectcode = index $subjectcodeRaw 0 }} {{ else }} {{
{{ $semester := "" }} $subjectcode = $subjectcodeRaw }} {{ end }}
{{ if reflect.IsSlice $semesterRaw }}
{{ $semester = index $semesterRaw 0 }}
{{ else }}
{{ $semester = $semesterRaw }}
{{ end }}
{{ $subjectcode := "" }}
{{ if reflect.IsSlice $subjectcodeRaw }}
{{ $subjectcode = index $subjectcodeRaw 0 }}
{{ else }}
{{ $subjectcode = $subjectcodeRaw }}
{{ end }}
<nav class="uninotes-breadcrumbs breadcrumbs"> <nav class="uninotes-breadcrumbs breadcrumbs">
<a href="/uninotes/">UniNotes</a> <a href="/uninotes/">UniNotes</a>
{{ if $semester }} {{ if $semester }} {{ $semPage := site.GetPage (printf "/semester/%s" ($semester | urlize)) }}
{{ $semPage := site.GetPage (printf "/semester/%s" ($semester | urlize)) }} {{ if $semPage }} <a href="{{ $semPage.RelPermalink }}">{{ $semester }}</a> {{ end }} {{ end
{{ if $semPage }} }} {{ if $subjectcode }} {{ $subPage := site.GetPage (printf "/subjectcode/%s" ($subjectcode |
<a href="{{ $semPage.RelPermalink }}">{{ $semester }}</a> urlize)) }} {{ if $subPage }} <a href="{{ $subPage.RelPermalink }}">{{ $subjectcode }}</a> {{
{{ end }} end }} {{ end }} {{ if .Params.uniturl }}
{{ end }} <a href="{{ .Params.uniturl }}">{{ .Params.unit | default .Title }}</a>
{{ if $subjectcode }} <span>{{ .Params.notecategory | default "Notes" }}</span> {{ else }}
{{ $subPage := site.GetPage (printf "/subjectcode/%s" ($subjectcode | urlize)) }} <span>{{ .Params.unit | default .Title }}</span>
{{ if $subPage }} {{ end }}
<a href="{{ $subPage.RelPermalink }}">{{ $subjectcode }}</a>
{{ end }}
{{ end }}
<a href="{{ .Params.uniturl }}">{{ .Params.unit | default .Title }}</a>
<span>{{ .Params.notecategory | default "Notes" }}</span>
</nav> </nav>
<div class="uninotes-meta"> <div class="uninotes-meta">
{{ with $semester }}<span class="uninotes-meta__pill">{{ . }}</span>{{ end }} {{ with $semester }}<span class="uninotes-meta__pill">{{ . }}</span>{{ end }} {{ with
{{ with $subjectcode }}<span class="uninotes-meta__pill">{{ . }}</span>{{ end }} $subjectcode }}<span class="uninotes-meta__pill">{{ . }}</span>{{ end }} {{ if
{{ with .Params.notecategory }} .Params.notecategory }}
<span class="uninotes-meta__pill uninotes-meta__pill--{{ . | lower }}">{{ . }}</span> <span class="uninotes-meta__pill uninotes-meta__pill--{{ .Params.notecategory | lower }}"
{{ end }} >{{ .Params.notecategory }}</span
>
{{ else if .Params.unit }}
<span class="uninotes-meta__pill uninotes-meta__pill--{{ .Params.unit | lower }}"
>{{ .Params.unit }}</span
>
{{ end }}
</div> </div>
<h1>{{ .Params.unit | default .Title }}</h1> <h1>{{ .Params.unit | default .Title }}</h1>
{{ partial "page/toc.html" . }} {{ partial "page/toc.html" . }} {{ .Content }} {{ partial "page/terms.html" (dict "taxonomy" "tags"
"page" .) }} {{ partial "page/terms.html" (dict "taxonomy" "categories" "page" .) }} {{/* Next/prev
{{ .Content }} among sibling UNITS in the same subjectcode — sorted numerically */}} {{ if $subjectcode }} {{
$subPage := site.GetPage (printf "/subjectcode/%s" ($subjectcode | urlize)) }} {{ if $subPage }}
{{ partial "page/terms.html" (dict "taxonomy" "tags" "page" .) }} {{/* Build deduplicated unit list with numeric sort key */}} {{ $seenUnits := slice }} {{ $unitDicts
{{ partial "page/terms.html" (dict "taxonomy" "categories" "page" .) }} := slice }} {{ range $subPage.Pages }} {{ $unitLabel := (.Params.unit | default .Title) }} {{ if not
(in $seenUnits $unitLabel) }} {{ $seenUnits = $seenUnits | append $unitLabel }} {{/* Extract unit
{{/* Next/prev among sibling UNITS in the same subjectcode — sorted numerically */}} number for numeric sort, e.g. "Unit 11" → 11 */}} {{ $uParts := split $unitLabel " " }} {{ $uLast :=
{{ if $subjectcode }} index $uParts (sub (len $uParts) 1) }} {{ $uNumStr := "" }} {{ range (split $uLast "") }} {{ if ge .
{{ $subPage := site.GetPage (printf "/subjectcode/%s" ($subjectcode | urlize)) }} "0" }}{{ if le . "9" }}{{ $uNumStr = printf "%s%s" $uNumStr . }}{{ end }}{{ end }} {{ end }} {{
{{ if $subPage }} $uNum := int ($uNumStr | default "0") }} {{ if eq (upper $unitLabel) "QNA" }}{{ $uNum = 999999 }}{{
{{/* Build deduplicated unit list with numeric sort key */}} end }} {{ $unitDicts = $unitDicts | append (dict "label" $unitLabel "page" . "num" $uNum) }} {{ end
{{ $seenUnits := slice }} }} {{ end }} {{ $sortedUnitDicts := sort $unitDicts "num" }} {{ $currentUnit := (.Params.unit |
{{ $unitDicts := slice }} default .Title) }} {{ $currentIdx := 0 }} {{ range $i, $d := $sortedUnitDicts }} {{ if eq $d.label
{{ range $subPage.Pages }} $currentUnit }}{{ $currentIdx = $i }}{{ end }} {{ end }} {{ if gt (len $sortedUnitDicts) 1 }}
{{ $unitLabel := (.Params.unit | default .Title) }} <nav class="page-nav">
{{ if not (in $seenUnits $unitLabel) }} {{ if gt $currentIdx 0 }} {{ $prev := (index $sortedUnitDicts (sub $currentIdx 1)) }} {{
{{ $seenUnits = $seenUnits | append $unitLabel }} $prevUrl := $prev.page.Params.uniturl }} {{ if not $prevUrl }}{{ $prevUrl =
{{/* Extract unit number for numeric sort, e.g. "Unit 11" → 11 */}} $prev.page.RelPermalink }}{{ end }}
{{ $uParts := split $unitLabel " " }} <a class="page-nav__previous-link" href="{{ $prevUrl }}">← {{ $prev.label }}</a>
{{ $uLast := index $uParts (sub (len $uParts) 1) }} {{ end }} {{ if lt $currentIdx (sub (len $sortedUnitDicts) 1) }} {{ $next := (index
{{ $uNumStr := "" }} $sortedUnitDicts (add $currentIdx 1)) }} {{ $nextUrl := $next.page.Params.uniturl }} {{ if not
{{ range (split $uLast "") }} $nextUrl }}{{ $nextUrl = $next.page.RelPermalink }}{{ end }}
{{ if ge . "0" }}{{ if le . "9" }}{{ $uNumStr = printf "%s%s" $uNumStr . }}{{ end }}{{ end }} <a class="page-nav__next-link" href="{{ $nextUrl }}">{{ $next.label }} →</a>
{{ end }} {{ end }}
{{ $uNum := int ($uNumStr | default "0") }} </nav>
{{ $unitDicts = $unitDicts | append (dict "label" $unitLabel "page" . "num" $uNum) }} {{ end }} {{ end }} {{ end }} {{ partial "page/page-end.html" . }} {{ end }}
{{ end }}
{{ end }}
{{ $sortedUnitDicts := sort $unitDicts "num" }}
{{ $currentUnit := (.Params.unit | default .Title) }}
{{ $currentIdx := 0 }}
{{ range $i, $d := $sortedUnitDicts }}
{{ if eq $d.label $currentUnit }}{{ $currentIdx = $i }}{{ end }}
{{ end }}
{{ if gt (len $sortedUnitDicts) 1 }}
<nav class="page-nav">
{{ if gt $currentIdx 0 }}
{{ $prev := (index $sortedUnitDicts (sub $currentIdx 1)) }}
<a class="page-nav__previous-link" href="{{ $prev.page.Params.uniturl }}">← {{ $prev.label }}</a>
{{ end }}
{{ if lt $currentIdx (sub (len $sortedUnitDicts) 1) }}
{{ $next := (index $sortedUnitDicts (add $currentIdx 1)) }}
<a class="page-nav__next-link" href="{{ $next.page.Params.uniturl }}">{{ $next.label }} →</a>
{{ end }}
</nav>
{{ end }}
{{ end }}
{{ end }}
{{ partial "page/page-end.html" . }}
{{ end }}

View File

@@ -879,14 +879,13 @@
.comments__title { .comments__title {
font-size: 1.15rem; font-size: 1.15rem;
font-weight: 700; font-weight: 700;
margin-bottom: 1.2rem; margin-bottom: 2rem;
} }
.comments__login-msg { .comments__login-msg {
font-size: 0.9rem; font-size: 0.9rem;
margin-bottom: 1.2rem; margin-bottom: 2.55rem;
color: var(--foreground-color3, #888); color: var(--foreground-color3, #888);
padding-top: 0.06rem;
} }
.comments__empty { .comments__empty {
@@ -1005,17 +1004,15 @@
.comment { .comment {
margin-bottom: 0.85rem; margin-bottom: 0.85rem;
padding: 0.75rem 0.9rem 0 0.9rem; padding: 0.75rem 0.75rem 0.1rem 0.75rem;
border: 1px solid var(--background-color1, #e0e0e0);
border-radius: 6px;
background: var(--background-color); background: var(--background-color);
border-left: 1.4px solid var(--foreground-color3);
} }
.comment--reply { .comment--reply {
margin-top: 0.7rem; margin-top: 0.7rem;
margin-left: 1.5rem; margin-left: 1.5rem;
border-left: 3px solid var(--accent-color); padding-bottom: 0.3rem;
border-radius: 0 6px 6px 0;
} }
.comment__meta { .comment__meta {
@@ -1528,3 +1525,16 @@
font-size: 0.72rem; font-size: 0.72rem;
} }
} }
/* Markdown tables (uninotes, blog posts, etc.): match page background
and use the normal text color for borders, instead of the theme's
grey/white box styling meant for blockquotes/code blocks. */
table {
background-color: var(--background-color);
}
td,
th {
border: 1px solid var(--foreground-color);
color: var(--foreground-color);
}