mirror of
https://github.com/hyzendust/hyzendust.github.io.git
synced 2026-07-01 07:22:17 +02:00
Compare commits
49 Commits
1c175012d9
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
360d7faf0a | ||
|
|
6c7ecaeb37 | ||
|
|
bdc255a4cb | ||
|
|
ff4137194e | ||
|
|
af6f52cdcf | ||
|
|
b4b4e119a8 | ||
|
|
b1a95d63db | ||
|
|
88a851d2f8 | ||
|
|
e7de2ff474 | ||
|
|
f4ec54671a | ||
|
|
3c3c2c64b9 | ||
|
|
8a4ad4ed77 | ||
|
|
0d90c97123 | ||
|
|
ee2f4c4114 | ||
|
|
b396a8e2b0 | ||
|
|
144322a93c | ||
|
|
0c54e425b0 | ||
|
|
28429ac45b | ||
|
|
d058e475bc | ||
|
|
73403df886 | ||
|
|
0076fb76f3 | ||
|
|
a372c2856a | ||
|
|
24b55a9188 | ||
|
|
83dda6e904 | ||
|
|
7f3d8405fe | ||
|
|
922c89e504 | ||
|
|
88b1fef9f8 | ||
|
|
7096930f4d | ||
|
|
31911849f7 | ||
|
|
33dc2e8001 | ||
|
|
35f1ce2a6a | ||
|
|
fd88efaeee | ||
|
|
74cf7505ef | ||
|
|
d4efc8e853 | ||
|
|
ab40e7ac89 | ||
|
|
b46e1aaa1c | ||
|
|
0eba1fdf7a | ||
|
|
11859fb687 | ||
|
|
8489df8c73 | ||
|
|
a29cb0e570 | ||
|
|
cf781ee56b | ||
|
|
60ab02dce2 | ||
|
|
c3410c742b | ||
|
|
ff0601a4f9 | ||
|
|
a111341163 | ||
|
|
6ef1dd0c74 | ||
|
|
679e97ac45 | ||
|
|
f18fcd7ae6 | ||
|
|
fc21001109 |
675
LICENSE
Normal file
675
LICENSE
Normal file
@@ -0,0 +1,675 @@
|
||||
GNU GENERAL PUBLIC LICENSE
|
||||
Version 3, 29 June 2007
|
||||
|
||||
Copyright (C) 2007 Free Software Foundation, Inc. <https://fsf.org/>
|
||||
Everyone is permitted to copy and distribute verbatim copies
|
||||
of this license document, but changing it is not allowed.
|
||||
|
||||
Preamble
|
||||
|
||||
The GNU General Public License is a free, copyleft license for
|
||||
software and other kinds of works.
|
||||
|
||||
The licenses for most software and other practical works are designed
|
||||
to take away your freedom to share and change the works. By contrast,
|
||||
the GNU General Public License is intended to guarantee your freedom to
|
||||
share and change all versions of a program--to make sure it remains free
|
||||
software for all its users. We, the Free Software Foundation, use the
|
||||
GNU General Public License for most of our software; it applies also to
|
||||
any other work released this way by its authors. You can apply it to
|
||||
your programs, too.
|
||||
|
||||
When we speak of free software, we are referring to freedom, not
|
||||
price. Our General Public Licenses are designed to make sure that you
|
||||
have the freedom to distribute copies of free software (and charge for
|
||||
them if you wish), that you receive source code or can get it if you
|
||||
want it, that you can change the software or use pieces of it in new
|
||||
free programs, and that you know you can do these things.
|
||||
|
||||
To protect your rights, we need to prevent others from denying you
|
||||
these rights or asking you to surrender the rights. Therefore, you have
|
||||
certain responsibilities if you distribute copies of the software, or if
|
||||
you modify it: responsibilities to respect the freedom of others.
|
||||
|
||||
For example, if you distribute copies of such a program, whether
|
||||
gratis or for a fee, you must pass on to the recipients the same
|
||||
freedoms that you received. You must make sure that they, too, receive
|
||||
or can get the source code. And you must show them these terms so they
|
||||
know their rights.
|
||||
|
||||
Developers that use the GNU GPL protect your rights with two steps:
|
||||
(1) assert copyright on the software, and (2) offer you this License
|
||||
giving you legal permission to copy, distribute and/or modify it.
|
||||
|
||||
For the developers' and authors' protection, the GPL clearly explains
|
||||
that there is no warranty for this free software. For both users' and
|
||||
authors' sake, the GPL requires that modified versions be marked as
|
||||
changed, so that their problems will not be attributed erroneously to
|
||||
authors of previous versions.
|
||||
|
||||
Some devices are designed to deny users access to install or run
|
||||
modified versions of the software inside them, although the manufacturer
|
||||
can do so. This is fundamentally incompatible with the aim of
|
||||
protecting users' freedom to change the software. The systematic
|
||||
pattern of such abuse occurs in the area of products for individuals to
|
||||
use, which is precisely where it is most unacceptable. Therefore, we
|
||||
have designed this version of the GPL to prohibit the practice for those
|
||||
products. If such problems arise substantially in other domains, we
|
||||
stand ready to extend this provision to those domains in future versions
|
||||
of the GPL, as needed to protect the freedom of users.
|
||||
|
||||
Finally, every program is threatened constantly by software patents.
|
||||
States should not allow patents to restrict development and use of
|
||||
software on general-purpose computers, but in those that do, we wish to
|
||||
avoid the special danger that patents applied to a free program could
|
||||
make it effectively proprietary. To prevent this, the GPL assures that
|
||||
patents cannot be used to render the program non-free.
|
||||
|
||||
The precise terms and conditions for copying, distribution and
|
||||
modification follow.
|
||||
|
||||
TERMS AND CONDITIONS
|
||||
|
||||
0. Definitions.
|
||||
|
||||
"This License" refers to version 3 of the GNU General Public License.
|
||||
|
||||
"Copyright" also means copyright-like laws that apply to other kinds of
|
||||
works, such as semiconductor masks.
|
||||
|
||||
"The Program" refers to any copyrightable work licensed under this
|
||||
License. Each licensee is addressed as "you". "Licensees" and
|
||||
"recipients" may be individuals or organizations.
|
||||
|
||||
To "modify" a work means to copy from or adapt all or part of the work
|
||||
in a fashion requiring copyright permission, other than the making of an
|
||||
exact copy. The resulting work is called a "modified version" of the
|
||||
earlier work or a work "based on" the earlier work.
|
||||
|
||||
A "covered work" means either the unmodified Program or a work based
|
||||
on the Program.
|
||||
|
||||
To "propagate" a work means to do anything with it that, without
|
||||
permission, would make you directly or secondarily liable for
|
||||
infringement under applicable copyright law, except executing it on a
|
||||
computer or modifying a private copy. Propagation includes copying,
|
||||
distribution (with or without modification), making available to the
|
||||
public, and in some countries other activities as well.
|
||||
|
||||
To "convey" a work means any kind of propagation that enables other
|
||||
parties to make or receive copies. Mere interaction with a user through
|
||||
a computer network, with no transfer of a copy, is not conveying.
|
||||
|
||||
An interactive user interface displays "Appropriate Legal Notices"
|
||||
to the extent that it includes a convenient and prominently visible
|
||||
feature that (1) displays an appropriate copyright notice, and (2)
|
||||
tells the user that there is no warranty for the work (except to the
|
||||
extent that warranties are provided), that licensees may convey the
|
||||
work under this License, and how to view a copy of this License. If
|
||||
the interface presents a list of user commands or options, such as a
|
||||
menu, a prominent item in the list meets this criterion.
|
||||
|
||||
1. Source Code.
|
||||
|
||||
The "source code" for a work means the preferred form of the work
|
||||
for making modifications to it. "Object code" means any non-source
|
||||
form of a work.
|
||||
|
||||
A "Standard Interface" means an interface that either is an official
|
||||
standard defined by a recognized standards body, or, in the case of
|
||||
interfaces specified for a particular programming language, one that
|
||||
is widely used among developers working in that language.
|
||||
|
||||
The "System Libraries" of an executable work include anything, other
|
||||
than the work as a whole, that (a) is included in the normal form of
|
||||
packaging a Major Component, but which is not part of that Major
|
||||
Component, and (b) serves only to enable use of the work with that
|
||||
Major Component, or to implement a Standard Interface for which an
|
||||
implementation is available to the public in source code form. A
|
||||
"Major Component", in this context, means a major essential component
|
||||
(kernel, window system, and so on) of the specific operating system
|
||||
(if any) on which the executable work runs, or a compiler used to
|
||||
produce the work, or an object code interpreter used to run it.
|
||||
|
||||
The "Corresponding Source" for a work in object code form means all
|
||||
the source code needed to generate, install, and (for an executable
|
||||
work) run the object code and to modify the work, including scripts to
|
||||
control those activities. However, it does not include the work's
|
||||
System Libraries, or general-purpose tools or generally available free
|
||||
programs which are used unmodified in performing those activities but
|
||||
which are not part of the work. For example, Corresponding Source
|
||||
includes interface definition files associated with source files for
|
||||
the work, and the source code for shared libraries and dynamically
|
||||
linked subprograms that the work is specifically designed to require,
|
||||
such as by intimate data communication or control flow between those
|
||||
subprograms and other parts of the work.
|
||||
|
||||
The Corresponding Source need not include anything that users
|
||||
can regenerate automatically from other parts of the Corresponding
|
||||
Source.
|
||||
|
||||
The Corresponding Source for a work in source code form is that
|
||||
same work.
|
||||
|
||||
2. Basic Permissions.
|
||||
|
||||
All rights granted under this License are granted for the term of
|
||||
copyright on the Program, and are irrevocable provided the stated
|
||||
conditions are met. This License explicitly affirms your unlimited
|
||||
permission to run the unmodified Program. The output from running a
|
||||
covered work is covered by this License only if the output, given its
|
||||
content, constitutes a covered work. This License acknowledges your
|
||||
rights of fair use or other equivalent, as provided by copyright law.
|
||||
|
||||
You may make, run and propagate covered works that you do not
|
||||
convey, without conditions so long as your license otherwise remains
|
||||
in force. You may convey covered works to others for the sole purpose
|
||||
of having them make modifications exclusively for you, or provide you
|
||||
with facilities for running those works, provided that you comply with
|
||||
the terms of this License in conveying all material for which you do
|
||||
not control copyright. Those thus making or running the covered works
|
||||
for you must do so exclusively on your behalf, under your direction
|
||||
and control, on terms that prohibit them from making any copies of
|
||||
your copyrighted material outside their relationship with you.
|
||||
|
||||
Conveying under any other circumstances is permitted solely under
|
||||
the conditions stated below. Sublicensing is not allowed; section 10
|
||||
makes it unnecessary.
|
||||
|
||||
3. Protecting Users' Legal Rights From Anti-Circumvention Law.
|
||||
|
||||
No covered work shall be deemed part of an effective technological
|
||||
measure under any applicable law fulfilling obligations under article
|
||||
11 of the WIPO copyright treaty adopted on 20 December 1996, or
|
||||
similar laws prohibiting or restricting circumvention of such
|
||||
measures.
|
||||
|
||||
When you convey a covered work, you waive any legal power to forbid
|
||||
circumvention of technological measures to the extent such circumvention
|
||||
is effected by exercising rights under this License with respect to
|
||||
the covered work, and you disclaim any intention to limit operation or
|
||||
modification of the work as a means of enforcing, against the work's
|
||||
users, your or third parties' legal rights to forbid circumvention of
|
||||
technological measures.
|
||||
|
||||
4. Conveying Verbatim Copies.
|
||||
|
||||
You may convey verbatim copies of the Program's source code as you
|
||||
receive it, in any medium, provided that you conspicuously and
|
||||
appropriately publish on each copy an appropriate copyright notice;
|
||||
keep intact all notices stating that this License and any
|
||||
non-permissive terms added in accord with section 7 apply to the code;
|
||||
keep intact all notices of the absence of any warranty; and give all
|
||||
recipients a copy of this License along with the Program.
|
||||
|
||||
You may charge any price or no price for each copy that you convey,
|
||||
and you may offer support or warranty protection for a fee.
|
||||
|
||||
5. Conveying Modified Source Versions.
|
||||
|
||||
You may convey a work based on the Program, or the modifications to
|
||||
produce it from the Program, in the form of source code under the
|
||||
terms of section 4, provided that you also meet all of these conditions:
|
||||
|
||||
a) The work must carry prominent notices stating that you modified
|
||||
it, and giving a relevant date.
|
||||
|
||||
b) The work must carry prominent notices stating that it is
|
||||
released under this License and any conditions added under section
|
||||
7. This requirement modifies the requirement in section 4 to
|
||||
"keep intact all notices".
|
||||
|
||||
c) You must license the entire work, as a whole, under this
|
||||
License to anyone who comes into possession of a copy. This
|
||||
License will therefore apply, along with any applicable section 7
|
||||
additional terms, to the whole of the work, and all its parts,
|
||||
regardless of how they are packaged. This License gives no
|
||||
permission to license the work in any other way, but it does not
|
||||
invalidate such permission if you have separately received it.
|
||||
|
||||
d) If the work has interactive user interfaces, each must display
|
||||
Appropriate Legal Notices; however, if the Program has interactive
|
||||
interfaces that do not display Appropriate Legal Notices, your
|
||||
work need not make them do so.
|
||||
|
||||
A compilation of a covered work with other separate and independent
|
||||
works, which are not by their nature extensions of the covered work,
|
||||
and which are not combined with it such as to form a larger program,
|
||||
in or on a volume of a storage or distribution medium, is called an
|
||||
"aggregate" if the compilation and its resulting copyright are not
|
||||
used to limit the access or legal rights of the compilation's users
|
||||
beyond what the individual works permit. Inclusion of a covered work
|
||||
in an aggregate does not cause this License to apply to the other
|
||||
parts of the aggregate.
|
||||
|
||||
6. Conveying Non-Source Forms.
|
||||
|
||||
You may convey a covered work in object code form under the terms
|
||||
of sections 4 and 5, provided that you also convey the
|
||||
machine-readable Corresponding Source under the terms of this License,
|
||||
in one of these ways:
|
||||
|
||||
a) Convey the object code in, or embodied in, a physical product
|
||||
(including a physical distribution medium), accompanied by the
|
||||
Corresponding Source fixed on a durable physical medium
|
||||
customarily used for software interchange.
|
||||
|
||||
b) Convey the object code in, or embodied in, a physical product
|
||||
(including a physical distribution medium), accompanied by a
|
||||
written offer, valid for at least three years and valid for as
|
||||
long as you offer spare parts or customer support for that product
|
||||
model, to give anyone who possesses the object code either (1) a
|
||||
copy of the Corresponding Source for all the software in the
|
||||
product that is covered by this License, on a durable physical
|
||||
medium customarily used for software interchange, for a price no
|
||||
more than your reasonable cost of physically performing this
|
||||
conveying of source, or (2) access to copy the
|
||||
Corresponding Source from a network server at no charge.
|
||||
|
||||
c) Convey individual copies of the object code with a copy of the
|
||||
written offer to provide the Corresponding Source. This
|
||||
alternative is allowed only occasionally and noncommercially, and
|
||||
only if you received the object code with such an offer, in accord
|
||||
with subsection 6b.
|
||||
|
||||
d) Convey the object code by offering access from a designated
|
||||
place (gratis or for a charge), and offer equivalent access to the
|
||||
Corresponding Source in the same way through the same place at no
|
||||
further charge. You need not require recipients to copy the
|
||||
Corresponding Source along with the object code. If the place to
|
||||
copy the object code is a network server, the Corresponding Source
|
||||
may be on a different server (operated by you or a third party)
|
||||
that supports equivalent copying facilities, provided you maintain
|
||||
clear directions next to the object code saying where to find the
|
||||
Corresponding Source. Regardless of what server hosts the
|
||||
Corresponding Source, you remain obligated to ensure that it is
|
||||
available for as long as needed to satisfy these requirements.
|
||||
|
||||
e) Convey the object code using peer-to-peer transmission, provided
|
||||
you inform other peers where the object code and Corresponding
|
||||
Source of the work are being offered to the general public at no
|
||||
charge under subsection 6d.
|
||||
|
||||
A separable portion of the object code, whose source code is excluded
|
||||
from the Corresponding Source as a System Library, need not be
|
||||
included in conveying the object code work.
|
||||
|
||||
A "User Product" is either (1) a "consumer product", which means any
|
||||
tangible personal property which is normally used for personal, family,
|
||||
or household purposes, or (2) anything designed or sold for incorporation
|
||||
into a dwelling. In determining whether a product is a consumer product,
|
||||
doubtful cases shall be resolved in favor of coverage. For a particular
|
||||
product received by a particular user, "normally used" refers to a
|
||||
typical or common use of that class of product, regardless of the status
|
||||
of the particular user or of the way in which the particular user
|
||||
actually uses, or expects or is expected to use, the product. A product
|
||||
is a consumer product regardless of whether the product has substantial
|
||||
commercial, industrial or non-consumer uses, unless such uses represent
|
||||
the only significant mode of use of the product.
|
||||
|
||||
"Installation Information" for a User Product means any methods,
|
||||
procedures, authorization keys, or other information required to install
|
||||
and execute modified versions of a covered work in that User Product from
|
||||
a modified version of its Corresponding Source. The information must
|
||||
suffice to ensure that the continued functioning of the modified object
|
||||
code is in no case prevented or interfered with solely because
|
||||
modification has been made.
|
||||
|
||||
If you convey an object code work under this section in, or with, or
|
||||
specifically for use in, a User Product, and the conveying occurs as
|
||||
part of a transaction in which the right of possession and use of the
|
||||
User Product is transferred to the recipient in perpetuity or for a
|
||||
fixed term (regardless of how the transaction is characterized), the
|
||||
Corresponding Source conveyed under this section must be accompanied
|
||||
by the Installation Information. But this requirement does not apply
|
||||
if neither you nor any third party retains the ability to install
|
||||
modified object code on the User Product (for example, the work has
|
||||
been installed in ROM).
|
||||
|
||||
The requirement to provide Installation Information does not include a
|
||||
requirement to continue to provide support service, warranty, or updates
|
||||
for a work that has been modified or installed by the recipient, or for
|
||||
the User Product in which it has been modified or installed. Access to a
|
||||
network may be denied when the modification itself materially and
|
||||
adversely affects the operation of the network or violates the rules and
|
||||
protocols for communication across the network.
|
||||
|
||||
Corresponding Source conveyed, and Installation Information provided,
|
||||
in accord with this section must be in a format that is publicly
|
||||
documented (and with an implementation available to the public in
|
||||
source code form), and must require no special password or key for
|
||||
unpacking, reading or copying.
|
||||
|
||||
7. Additional Terms.
|
||||
|
||||
"Additional permissions" are terms that supplement the terms of this
|
||||
License by making exceptions from one or more of its conditions.
|
||||
Additional permissions that are applicable to the entire Program shall
|
||||
be treated as though they were included in this License, to the extent
|
||||
that they are valid under applicable law. If additional permissions
|
||||
apply only to part of the Program, that part may be used separately
|
||||
under those permissions, but the entire Program remains governed by
|
||||
this License without regard to the additional permissions.
|
||||
|
||||
When you convey a copy of a covered work, you may at your option
|
||||
remove any additional permissions from that copy, or from any part of
|
||||
it. (Additional permissions may be written to require their own
|
||||
removal in certain cases when you modify the work.) You may place
|
||||
additional permissions on material, added by you to a covered work,
|
||||
for which you have or can give appropriate copyright permission.
|
||||
|
||||
Notwithstanding any other provision of this License, for material you
|
||||
add to a covered work, you may (if authorized by the copyright holders of
|
||||
that material) supplement the terms of this License with terms:
|
||||
|
||||
a) Disclaiming warranty or limiting liability differently from the
|
||||
terms of sections 15 and 16 of this License; or
|
||||
|
||||
b) Requiring preservation of specified reasonable legal notices or
|
||||
author attributions in that material or in the Appropriate Legal
|
||||
Notices displayed by works containing it; or
|
||||
|
||||
c) Prohibiting misrepresentation of the origin of that material, or
|
||||
requiring that modified versions of such material be marked in
|
||||
reasonable ways as different from the original version; or
|
||||
|
||||
d) Limiting the use for publicity purposes of names of licensors or
|
||||
authors of the material; or
|
||||
|
||||
e) Declining to grant rights under trademark law for use of some
|
||||
trade names, trademarks, or service marks; or
|
||||
|
||||
f) Requiring indemnification of licensors and authors of that
|
||||
material by anyone who conveys the material (or modified versions of
|
||||
it) with contractual assumptions of liability to the recipient, for
|
||||
any liability that these contractual assumptions directly impose on
|
||||
those licensors and authors.
|
||||
|
||||
All other non-permissive additional terms are considered "further
|
||||
restrictions" within the meaning of section 10. If the Program as you
|
||||
received it, or any part of it, contains a notice stating that it is
|
||||
governed by this License along with a term that is a further
|
||||
restriction, you may remove that term. If a license document contains
|
||||
a further restriction but permits relicensing or conveying under this
|
||||
License, you may add to a covered work material governed by the terms
|
||||
of that license document, provided that the further restriction does
|
||||
not survive such relicensing or conveying.
|
||||
|
||||
If you add terms to a covered work in accord with this section, you
|
||||
must place, in the relevant source files, a statement of the
|
||||
additional terms that apply to those files, or a notice indicating
|
||||
where to find the applicable terms.
|
||||
|
||||
Additional terms, permissive or non-permissive, may be stated in the
|
||||
form of a separately written license, or stated as exceptions;
|
||||
the above requirements apply either way.
|
||||
|
||||
8. Termination.
|
||||
|
||||
You may not propagate or modify a covered work except as expressly
|
||||
provided under this License. Any attempt otherwise to propagate or
|
||||
modify it is void, and will automatically terminate your rights under
|
||||
this License (including any patent licenses granted under the third
|
||||
paragraph of section 11).
|
||||
|
||||
However, if you cease all violation of this License, then your
|
||||
license from a particular copyright holder is reinstated (a)
|
||||
provisionally, unless and until the copyright holder explicitly and
|
||||
finally terminates your license, and (b) permanently, if the copyright
|
||||
holder fails to notify you of the violation by some reasonable means
|
||||
prior to 60 days after the cessation.
|
||||
|
||||
Moreover, your license from a particular copyright holder is
|
||||
reinstated permanently if the copyright holder notifies you of the
|
||||
violation by some reasonable means, this is the first time you have
|
||||
received notice of violation of this License (for any work) from that
|
||||
copyright holder, and you cure the violation prior to 30 days after
|
||||
your receipt of the notice.
|
||||
|
||||
Termination of your rights under this section does not terminate the
|
||||
licenses of parties who have received copies or rights from you under
|
||||
this License. If your rights have been terminated and not permanently
|
||||
reinstated, you do not qualify to receive new licenses for the same
|
||||
material under section 10.
|
||||
|
||||
9. Acceptance Not Required for Having Copies.
|
||||
|
||||
You are not required to accept this License in order to receive or
|
||||
run a copy of the Program. Ancillary propagation of a covered work
|
||||
occurring solely as a consequence of using peer-to-peer transmission
|
||||
to receive a copy likewise does not require acceptance. However,
|
||||
nothing other than this License grants you permission to propagate or
|
||||
modify any covered work. These actions infringe copyright if you do
|
||||
not accept this License. Therefore, by modifying or propagating a
|
||||
covered work, you indicate your acceptance of this License to do so.
|
||||
|
||||
10. Automatic Licensing of Downstream Recipients.
|
||||
|
||||
Each time you convey a covered work, the recipient automatically
|
||||
receives a license from the original licensors, to run, modify and
|
||||
propagate that work, subject to this License. You are not responsible
|
||||
for enforcing compliance by third parties with this License.
|
||||
|
||||
An "entity transaction" is a transaction transferring control of an
|
||||
organization, or substantially all assets of one, or subdividing an
|
||||
organization, or merging organizations. If propagation of a covered
|
||||
work results from an entity transaction, each party to that
|
||||
transaction who receives a copy of the work also receives whatever
|
||||
licenses to the work the party's predecessor in interest had or could
|
||||
give under the previous paragraph, plus a right to possession of the
|
||||
Corresponding Source of the work from the predecessor in interest, if
|
||||
the predecessor has it or can get it with reasonable efforts.
|
||||
|
||||
You may not impose any further restrictions on the exercise of the
|
||||
rights granted or affirmed under this License. For example, you may
|
||||
not impose a license fee, royalty, or other charge for exercise of
|
||||
rights granted under this License, and you may not initiate litigation
|
||||
(including a cross-claim or counterclaim in a lawsuit) alleging that
|
||||
any patent claim is infringed by making, using, selling, offering for
|
||||
sale, or importing the Program or any portion of it.
|
||||
|
||||
11. Patents.
|
||||
|
||||
A "contributor" is a copyright holder who authorizes use under this
|
||||
License of the Program or a work on which the Program is based. The
|
||||
work thus licensed is called the contributor's "contributor version".
|
||||
|
||||
A contributor's "essential patent claims" are all patent claims
|
||||
owned or controlled by the contributor, whether already acquired or
|
||||
hereafter acquired, that would be infringed by some manner, permitted
|
||||
by this License, of making, using, or selling its contributor version,
|
||||
but do not include claims that would be infringed only as a
|
||||
consequence of further modification of the contributor version. For
|
||||
purposes of this definition, "control" includes the right to grant
|
||||
patent sublicenses in a manner consistent with the requirements of
|
||||
this License.
|
||||
|
||||
Each contributor grants you a non-exclusive, worldwide, royalty-free
|
||||
patent license under the contributor's essential patent claims, to
|
||||
make, use, sell, offer for sale, import and otherwise run, modify and
|
||||
propagate the contents of its contributor version.
|
||||
|
||||
In the following three paragraphs, a "patent license" is any express
|
||||
agreement or commitment, however denominated, not to enforce a patent
|
||||
(such as an express permission to practice a patent or covenant not to
|
||||
sue for patent infringement). To "grant" such a patent license to a
|
||||
party means to make such an agreement or commitment not to enforce a
|
||||
patent against the party.
|
||||
|
||||
If you convey a covered work, knowingly relying on a patent license,
|
||||
and the Corresponding Source of the work is not available for anyone
|
||||
to copy, free of charge and under the terms of this License, through a
|
||||
publicly available network server or other readily accessible means,
|
||||
then you must either (1) cause the Corresponding Source to be so
|
||||
available, or (2) arrange to deprive yourself of the benefit of the
|
||||
patent license for this particular work, or (3) arrange, in a manner
|
||||
consistent with the requirements of this License, to extend the patent
|
||||
license to downstream recipients. "Knowingly relying" means you have
|
||||
actual knowledge that, but for the patent license, your conveying the
|
||||
covered work in a country, or your recipient's use of the covered work
|
||||
in a country, would infringe one or more identifiable patents in that
|
||||
country that you have reason to believe are valid.
|
||||
|
||||
If, pursuant to or in connection with a single transaction or
|
||||
arrangement, you convey, or propagate by procuring conveyance of, a
|
||||
covered work, and grant a patent license to some of the parties
|
||||
receiving the covered work authorizing them to use, propagate, modify
|
||||
or convey a specific copy of the covered work, then the patent license
|
||||
you grant is automatically extended to all recipients of the covered
|
||||
work and works based on it.
|
||||
|
||||
A patent license is "discriminatory" if it does not include within
|
||||
the scope of its coverage, prohibits the exercise of, or is
|
||||
conditioned on the non-exercise of one or more of the rights that are
|
||||
specifically granted under this License. You may not convey a covered
|
||||
work if you are a party to an arrangement with a third party that is
|
||||
in the business of distributing software, under which you make payment
|
||||
to the third party based on the extent of your activity of conveying
|
||||
the work, and under which the third party grants, to any of the
|
||||
parties who would receive the covered work from you, a discriminatory
|
||||
patent license (a) in connection with copies of the covered work
|
||||
conveyed by you (or copies made from those copies), or (b) primarily
|
||||
for and in connection with specific products or compilations that
|
||||
contain the covered work, unless you entered into that arrangement,
|
||||
or that patent license was granted, prior to 28 March 2007.
|
||||
|
||||
Nothing in this License shall be construed as excluding or limiting
|
||||
any implied license or other defenses to infringement that may
|
||||
otherwise be available to you under applicable patent law.
|
||||
|
||||
12. No Surrender of Others' Freedom.
|
||||
|
||||
If conditions are imposed on you (whether by court order, agreement or
|
||||
otherwise) that contradict the conditions of this License, they do not
|
||||
excuse you from the conditions of this License. If you cannot convey a
|
||||
covered work so as to satisfy simultaneously your obligations under this
|
||||
License and any other pertinent obligations, then as a consequence you may
|
||||
not convey it at all. For example, if you agree to terms that obligate you
|
||||
to collect a royalty for further conveying from those to whom you convey
|
||||
the Program, the only way you could satisfy both those terms and this
|
||||
License would be to refrain entirely from conveying the Program.
|
||||
|
||||
13. Use with the GNU Affero General Public License.
|
||||
|
||||
Notwithstanding any other provision of this License, you have
|
||||
permission to link or combine any covered work with a work licensed
|
||||
under version 3 of the GNU Affero General Public License into a single
|
||||
combined work, and to convey the resulting work. The terms of this
|
||||
License will continue to apply to the part which is the covered work,
|
||||
but the special requirements of the GNU Affero General Public License,
|
||||
section 13, concerning interaction through a network will apply to the
|
||||
combination as such.
|
||||
|
||||
14. Revised Versions of this License.
|
||||
|
||||
The Free Software Foundation may publish revised and/or new versions of
|
||||
the GNU General Public License from time to time. Such new versions will
|
||||
be similar in spirit to the present version, but may differ in detail to
|
||||
address new problems or concerns.
|
||||
|
||||
Each version is given a distinguishing version number. If the
|
||||
Program specifies that a certain numbered version of the GNU General
|
||||
Public License "or any later version" applies to it, you have the
|
||||
option of following the terms and conditions either of that numbered
|
||||
version or of any later version published by the Free Software
|
||||
Foundation. If the Program does not specify a version number of the
|
||||
GNU General Public License, you may choose any version ever published
|
||||
by the Free Software Foundation.
|
||||
|
||||
If the Program specifies that a proxy can decide which future
|
||||
versions of the GNU General Public License can be used, that proxy's
|
||||
public statement of acceptance of a version permanently authorizes you
|
||||
to choose that version for the Program.
|
||||
|
||||
Later license versions may give you additional or different
|
||||
permissions. However, no additional obligations are imposed on any
|
||||
author or copyright holder as a result of your choosing to follow a
|
||||
later version.
|
||||
|
||||
15. Disclaimer of Warranty.
|
||||
|
||||
THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
|
||||
APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
|
||||
HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
|
||||
OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
|
||||
THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
|
||||
PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
|
||||
IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
|
||||
ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
|
||||
|
||||
16. Limitation of Liability.
|
||||
|
||||
IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
|
||||
WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
|
||||
THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
|
||||
GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
|
||||
USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
|
||||
DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
|
||||
PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
|
||||
EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
|
||||
SUCH DAMAGES.
|
||||
|
||||
17. Interpretation of Sections 15 and 16.
|
||||
|
||||
If the disclaimer of warranty and limitation of liability provided
|
||||
above cannot be given local legal effect according to their terms,
|
||||
reviewing courts shall apply local law that most closely approximates
|
||||
an absolute waiver of all civil liability in connection with the
|
||||
Program, unless a warranty or assumption of liability accompanies a
|
||||
copy of the Program in return for a fee.
|
||||
|
||||
END OF TERMS AND CONDITIONS
|
||||
|
||||
How to Apply These Terms to Your New Programs
|
||||
|
||||
If you develop a new program, and you want it to be of the greatest
|
||||
possible use to the public, the best way to achieve this is to make it
|
||||
free software which everyone can redistribute and change under these terms.
|
||||
|
||||
To do so, attach the following notices to the program. It is safest
|
||||
to attach them to the start of each source file to most effectively
|
||||
state the exclusion of warranty; and each file should have at least
|
||||
the "copyright" line and a pointer to where the full notice is found.
|
||||
|
||||
<one line to give the program's name and a brief idea of what it does.>
|
||||
Copyright (C) <year> <name of author>
|
||||
|
||||
This program is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
the Free Software Foundation, either version 3 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
This program is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
|
||||
Also add information on how to contact you by electronic and paper mail.
|
||||
|
||||
If the program does terminal interaction, make it output a short
|
||||
notice like this when it starts in an interactive mode:
|
||||
|
||||
<program> Copyright (C) <year> <name of author>
|
||||
This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
|
||||
This is free software, and you are welcome to redistribute it
|
||||
under certain conditions; type `show c' for details.
|
||||
|
||||
The hypothetical commands `show w' and `show c' should show the appropriate
|
||||
parts of the General Public License. Of course, your program's commands
|
||||
might be different; for a GUI interface, you would use an "about box".
|
||||
|
||||
You should also get your employer (if you work as a programmer) or school,
|
||||
if any, to sign a "copyright disclaimer" for the program, if necessary.
|
||||
For more information on this, and how to apply and follow the GNU GPL, see
|
||||
<https://www.gnu.org/licenses/>.
|
||||
|
||||
The GNU General Public License does not permit incorporating your program
|
||||
into proprietary programs. If your program is a subroutine library, you
|
||||
may consider it more useful to permit linking proprietary applications with
|
||||
the library. If this is what you want to do, use the GNU Lesser General
|
||||
Public License instead of this License. But first, please read
|
||||
<https://www.gnu.org/licenses/why-not-lgpl.html>.
|
||||
|
||||
@@ -2,6 +2,9 @@
|
||||
title: "Changelog"
|
||||
---
|
||||
|
||||
[21-06-2026]
|
||||
- ***Update: Email and XMPP pages.***
|
||||
|
||||
[13-06-2026]
|
||||
- ***Add: Terms and Conditions, Privacy Policy.***
|
||||
- ***Add: Backend repository link.***
|
||||
|
||||
@@ -29,5 +29,5 @@ My goal is for everyone who visits this site to leave with something valuable.
|
||||
### Site's Code:
|
||||
|
||||
<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://github.com/hyzendust/freedoms4-backend-public.git" target="_blank" rel="noopener noreferrer"> here↗.</a>
|
||||
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>
|
||||
|
||||
@@ -3,17 +3,18 @@ draft = false
|
||||
title = 'Email'
|
||||
weight = 1
|
||||
registration-needed = true
|
||||
summary = 'Get a private email account.'
|
||||
+++
|
||||
|
||||
<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>
|
||||
<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 username = localStorage.getItem('f4_username');
|
||||
@@ -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
28
content/services/xmpp.md
Normal 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>
|
||||
3293
content/uninotes/bo-dcm1109-qna.md
Normal file
3293
content/uninotes/bo-dcm1109-qna.md
Normal file
File diff suppressed because it is too large
Load Diff
2643
content/uninotes/et-dcm1107-qna.md
Normal file
2643
content/uninotes/et-dcm1107-qna.md
Normal file
File diff suppressed because it is too large
Load Diff
23
content/uninotes/ge-dcm1106-qna.md
Normal file
23
content/uninotes/ge-dcm1106-qna.md
Normal 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
|
||||
2185
content/uninotes/pbm-dcm1110-qna.md
Normal file
2185
content/uninotes/pbm-dcm1110-qna.md
Normal file
File diff suppressed because it is too large
Load Diff
@@ -9,6 +9,6 @@ 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 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,"&").replace(/</g,"<").replace(/>/g,">")}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…</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>© <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,"&").replace(/</g,"<").replace(/>/g,">")}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…</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>© <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>
|
||||
@@ -8,7 +8,7 @@
|
||||
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=/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”. It’s 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>© <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><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”. It’s 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>© <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>
|
||||
@@ -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><h1 class="heading" id="what-is-education">
|
||||
What is Education?<span class="heading__anchor"> <a href="#what-is-education">#</a></span>
|
||||
</h1><p>Education simply means &ldquo;learning&rdquo;. It&rsquo;s a natural process.</p>
|
||||
<h3 class="heading" id="ratio-of-components-in-education">
|
||||
Ratio of components in Education:<span class="heading__anchor"> <a href="#ratio-of-components-in-education">#</a></span>
|
||||
</h3><p>50% Knowledge/Understanding, 30% Skills, 20% Experience.</p>
|
||||
<h3 class="heading" id="education-vs-academics">
|
||||
Education vs Academics:<span class="heading__anchor"> <a href="#education-vs-academics">#</a></span>
|
||||
</h3><p>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.</p>
|
||||
<h4 class="heading" id="academics-system-has-evolved-with-time-and-got-worst-lets-see-what-the-system-has-become-nowadays">
|
||||
Academics system has evolved with time and got worst. Let&rsquo;s see what the system has become nowadays:<span class="heading__anchor"> <a href="#academics-system-has-evolved-with-time-and-got-worst-lets-see-what-the-system-has-become-nowadays">#</a></span>
|
||||
</h4><ul>
|
||||
<?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><h1 class="heading" id="what-is-education">What is Education?</h1>
|
||||
<p>Education simply means &ldquo;learning&rdquo;. It&rsquo;s a natural process.</p>
|
||||
<h3 class="heading" id="ratio-of-components-in-education">Ratio of components in Education:</h3>
|
||||
<p>50% Knowledge/Understanding, 30% Skills, 20% Experience.</p>
|
||||
<h3 class="heading" id="education-vs-academics">Education vs Academics:</h3>
|
||||
<p>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.</p>
|
||||
<h4 class="heading" id="academics-system-has-evolved-with-time-and-got-worst-lets-see-what-the-system-has-become-nowadays">Academics system has evolved with time and got worst. Let&rsquo;s see what the system has become nowadays:</h4>
|
||||
<ul>
|
||||
<li>Wrong ratio of knowledge, skill, experience (knowledge takes about 90%).</li>
|
||||
<li>Generalised curriculum for all students.</li>
|
||||
</ul>
|
||||
<h4 class="heading" id="extra-bad">
|
||||
Extra bad:<span class="heading__anchor"> <a href="#extra-bad">#</a></span>
|
||||
</h4><ul>
|
||||
<h4 class="heading" id="extra-bad">Extra bad:</h4>
|
||||
<ul>
|
||||
<li>Goals are only bound to exams/grades, degree or certifications (year 1088), then getting jobs.</li>
|
||||
<li>Unhealthy pressure and competition for students.</li>
|
||||
<li>Money game.</li>
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -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><h1 class="heading" id="what-is-education">
|
||||
What is Education?<span class="heading__anchor"> <a href="#what-is-education">#</a></span>
|
||||
</h1><p>Education simply means &ldquo;learning&rdquo;. It&rsquo;s a natural process.</p>
|
||||
<h3 class="heading" id="ratio-of-components-in-education">
|
||||
Ratio of components in Education:<span class="heading__anchor"> <a href="#ratio-of-components-in-education">#</a></span>
|
||||
</h3><p>50% Knowledge/Understanding, 30% Skills, 20% Experience.</p>
|
||||
<h3 class="heading" id="education-vs-academics">
|
||||
Education vs Academics:<span class="heading__anchor"> <a href="#education-vs-academics">#</a></span>
|
||||
</h3><p>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.</p>
|
||||
<h4 class="heading" id="academics-system-has-evolved-with-time-and-got-worst-lets-see-what-the-system-has-become-nowadays">
|
||||
Academics system has evolved with time and got worst. Let&rsquo;s see what the system has become nowadays:<span class="heading__anchor"> <a href="#academics-system-has-evolved-with-time-and-got-worst-lets-see-what-the-system-has-become-nowadays">#</a></span>
|
||||
</h4><ul>
|
||||
<?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><h1 class="heading" id="what-is-education">What is Education?</h1>
|
||||
<p>Education simply means &ldquo;learning&rdquo;. It&rsquo;s a natural process.</p>
|
||||
<h3 class="heading" id="ratio-of-components-in-education">Ratio of components in Education:</h3>
|
||||
<p>50% Knowledge/Understanding, 30% Skills, 20% Experience.</p>
|
||||
<h3 class="heading" id="education-vs-academics">Education vs Academics:</h3>
|
||||
<p>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.</p>
|
||||
<h4 class="heading" id="academics-system-has-evolved-with-time-and-got-worst-lets-see-what-the-system-has-become-nowadays">Academics system has evolved with time and got worst. Let&rsquo;s see what the system has become nowadays:</h4>
|
||||
<ul>
|
||||
<li>Wrong ratio of knowledge, skill, experience (knowledge takes about 90%).</li>
|
||||
<li>Generalised curriculum for all students.</li>
|
||||
</ul>
|
||||
<h4 class="heading" id="extra-bad">
|
||||
Extra bad:<span class="heading__anchor"> <a href="#extra-bad">#</a></span>
|
||||
</h4><ul>
|
||||
<h4 class="heading" id="extra-bad">Extra bad:</h4>
|
||||
<ul>
|
||||
<li>Goals are only bound to exams/grades, degree or certifications (year 1088), then getting jobs.</li>
|
||||
<li>Unhealthy pressure and competition for students.</li>
|
||||
<li>Money game.</li>
|
||||
|
||||
@@ -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: Comments on blogposts. [08-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]
|
||||
Update: Buttons restructure. [04-06-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: Comments on blogposts. [08-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]
|
||||
Update: Buttons restructure. [04-06-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: Comments on blogposts. [08-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]
|
||||
Update: Buttons restructure. [04-06-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__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>
|
||||
@@ -32,6 +35,6 @@ Add: Changelog page. Remove: Year from footer copyright."><meta itemprop=wordCou
|
||||
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><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>© <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>© <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>
|
||||
@@ -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
|
||||
Contacts # Email and XMPP: hyzen@freedoms4.org
|
||||
Contacts Email and XMPP: hyzen@freedoms4.org
|
||||
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
|
||||
Contacts # Email and XMPP: hyzen@freedoms4.org
|
||||
Contacts Email and XMPP: hyzen@freedoms4.org
|
||||
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
|
||||
Contacts # Email and XMPP: hyzen@freedoms4.org
|
||||
Contacts Email and XMPP: hyzen@freedoms4.org
|
||||
IRC/Liberachat: hyzen, #freedoms4
|
||||
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">
|
||||
Follow on Mastodon: hyzen@mastodon.social
|
||||
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__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>
|
||||
@@ -20,6 +20,6 @@ Lemmy: hyzen@lemmy.today"><meta itemprop=wordCount content="18"><link rel=styles
|
||||
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><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>© <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>© <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>
|
||||
@@ -879,14 +879,13 @@
|
||||
.comments__title {
|
||||
font-size: 1.15rem;
|
||||
font-weight: 700;
|
||||
margin-bottom: 1.2rem;
|
||||
margin-bottom: 2rem;
|
||||
}
|
||||
|
||||
.comments__login-msg {
|
||||
font-size: 0.9rem;
|
||||
margin-bottom: 1.2rem;
|
||||
margin-bottom: 2.55rem;
|
||||
color: var(--foreground-color3, #888);
|
||||
padding-top: 0.06rem;
|
||||
}
|
||||
|
||||
.comments__empty {
|
||||
@@ -1005,17 +1004,15 @@
|
||||
|
||||
.comment {
|
||||
margin-bottom: 0.85rem;
|
||||
padding: 0.75rem 0.9rem 0 0.9rem;
|
||||
border: 1px solid var(--background-color1, #e0e0e0);
|
||||
border-radius: 6px;
|
||||
padding: 0.75rem 0.75rem 0.1rem 0.75rem;
|
||||
background: var(--background-color);
|
||||
border-left: 1.4px solid var(--foreground-color3);
|
||||
}
|
||||
|
||||
.comment--reply {
|
||||
margin-top: 0.7rem;
|
||||
margin-left: 1.5rem;
|
||||
border-left: 3px solid var(--accent-color);
|
||||
border-radius: 0 6px 6px 0;
|
||||
padding-bottom: 0.3rem;
|
||||
}
|
||||
|
||||
.comment__meta {
|
||||
@@ -1528,3 +1525,16 @@
|
||||
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);
|
||||
}
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<!doctype html><html class=html lang=en-us dir=ltr><head><meta name=generator content="Hugo 0.157.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__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>
|
||||
@@ -8,6 +8,6 @@
|
||||
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><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’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’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://github.com/hyzendust/freedoms4-backend-public.git target=_blank rel="noopener noreferrer">here↗.</a></p></main><footer class=footer><p class=footer__copyright-notice>© <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’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’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>© <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>
|
||||
475
docs/index.xml
475
docs/index.xml
@@ -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><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="https://freedoms4.org/signup/">sign up</a> to create an email account.</p>
|
||||
</div>
|
||||
<script>
|
||||
(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 = '';
|
||||
}
|
||||
})();
|
||||
</script></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><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="https://freedoms4.org/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></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><p>Visit <a href="https://share.freedoms4.org" target="_blank" rel="noopener noreferrer">
|
||||
<?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><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></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><h1 class="heading" id="what-is-education">
|
||||
What is Education?<span class="heading__anchor"> <a href="#what-is-education">#</a></span>
|
||||
</h1><p>Education simply means &ldquo;learning&rdquo;. It&rsquo;s a natural process.</p>
|
||||
<h3 class="heading" id="ratio-of-components-in-education">
|
||||
Ratio of components in Education:<span class="heading__anchor"> <a href="#ratio-of-components-in-education">#</a></span>
|
||||
</h3><p>50% Knowledge/Understanding, 30% Skills, 20% Experience.</p>
|
||||
<h3 class="heading" id="education-vs-academics">
|
||||
Education vs Academics:<span class="heading__anchor"> <a href="#education-vs-academics">#</a></span>
|
||||
</h3><p>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.</p>
|
||||
<h4 class="heading" id="academics-system-has-evolved-with-time-and-got-worst-lets-see-what-the-system-has-become-nowadays">
|
||||
Academics system has evolved with time and got worst. Let&rsquo;s see what the system has become nowadays:<span class="heading__anchor"> <a href="#academics-system-has-evolved-with-time-and-got-worst-lets-see-what-the-system-has-become-nowadays">#</a></span>
|
||||
</h4><ul>
|
||||
</a> to quickly upload files and get sharable links.</p></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><h1 class="heading" id="what-is-education">What is Education?</h1>
|
||||
<p>Education simply means &ldquo;learning&rdquo;. It&rsquo;s a natural process.</p>
|
||||
<h3 class="heading" id="ratio-of-components-in-education">Ratio of components in Education:</h3>
|
||||
<p>50% Knowledge/Understanding, 30% Skills, 20% Experience.</p>
|
||||
<h3 class="heading" id="education-vs-academics">Education vs Academics:</h3>
|
||||
<p>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.</p>
|
||||
<h4 class="heading" id="academics-system-has-evolved-with-time-and-got-worst-lets-see-what-the-system-has-become-nowadays">Academics system has evolved with time and got worst. Let&rsquo;s see what the system has become nowadays:</h4>
|
||||
<ul>
|
||||
<li>Wrong ratio of knowledge, skill, experience (knowledge takes about 90%).</li>
|
||||
<li>Generalised curriculum for all students.</li>
|
||||
</ul>
|
||||
<h4 class="heading" id="extra-bad">
|
||||
Extra bad:<span class="heading__anchor"> <a href="#extra-bad">#</a></span>
|
||||
</h4><ul>
|
||||
<h4 class="heading" id="extra-bad">Extra bad:</h4>
|
||||
<ul>
|
||||
<li>Goals are only bound to exams/grades, degree or certifications (year 1088), then getting jobs.</li>
|
||||
<li>Unhealthy pressure and competition for students.</li>
|
||||
<li>Money game.</li>
|
||||
<li>Politics.</li>
|
||||
</ul>
|
||||
<p>Education as a concept/implementation/system is good.
|
||||
Academics is good only as a concept. It&rsquo;s implementation and system is always the worst and corrupted.</p></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><p>This feature is not yet available. Check back later!</p></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><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></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><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></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><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 -&gt; general).<br>
|
||||
B) Deductive (general -&gt; specific).</p></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><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></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><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></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><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></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><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></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><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></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><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></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><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></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><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.
|
||||
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
|
||||
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 company’s standard of quality. Some of the common qualities of an authoritative manager
|
||||
include:</p></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><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:
|
||||
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
|
||||
(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
|
||||
purposes. Profits are reinvested to promote their objectives. Example: CRY Foundation.</li>
|
||||
</ol></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><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="classical-approach-comprised-the-following-three-approaches">
|
||||
Classical approach comprised the following three approaches:<span class="heading__anchor"> <a href="#classical-approach-comprised-the-following-three-approaches">#</a></span>
|
||||
</h2><h3 class="heading" id="a-scientific-management">
|
||||
A) Scientific Management<span class="heading__anchor"> <a href="#a-scientific-management">#</a></span>
|
||||
</h3><p>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; practical solutions. The main contribution in scientific management is of Frederick Winslow Taylor, who is well renowned as ‘The father of scientific management’.</p>
|
||||
<h3 class="heading" id="b-administration-management">
|
||||
B) Administration Management<span class="heading__anchor"> <a href="#b-administration-management">#</a></span>
|
||||
</h3><p>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.</p></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><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 (1924–1927):</strong> Examined how changes in lighting affected worker productivity.</li>
|
||||
<li><strong>Relay Assembly Test Room Experiments (1927–1928):</strong> Studied the impact of altered work conditions, such as hours and rest breaks, on output.</li>
|
||||
<li><strong>Mass Interviewing Programme (1928–1930):</strong> Investigated employees’ attitudes, feelings, and perceptions toward their work.</li>
|
||||
<li><strong>Bank Wiring Observation Room Experiments (1931–1932):</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></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><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></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><h3 class="heading" id="may-02-2026">
|
||||
<em><strong>May 02, 2026</strong></em><span class="heading__anchor"> <a href="#may-02-2026">#</a></span>
|
||||
</h3><h2 class="heading" id="production-function">
|
||||
Production Function<span class="heading__anchor"> <a href="#production-function">#</a></span>
|
||||
</h2><p>The production function states the functional relationship between the factors of production and the number of products.</p>
|
||||
<p>Q = f (L, C, N)<br>
|
||||
Here, Q = Quantity of output, L = labour, C = capital, N = land.</p>
|
||||
<h2 class="heading" id="time-elements-in-production-function">
|
||||
Time Elements in Production Function<span class="heading__anchor"> <a href="#time-elements-in-production-function">#</a></span>
|
||||
</h2><h3 class="heading" id="a-short-run">
|
||||
A) Short run<span class="heading__anchor"> <a href="#a-short-run">#</a></span>
|
||||
</h3><p>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.</p></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><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></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>
|
||||
Academics is good only as a concept. It&rsquo;s implementation and system is always the worst and corrupted.</p></description></item></channel></rss>
|
||||
File diff suppressed because one or more lines are too long
@@ -4,8 +4,11 @@
|
||||
<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=/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>© <a href=https://freedoms4.org>freedoms4.org</a>
|
||||
<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=/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 (20)</a></h2></section></main><footer class=footer><p class=footer__copyright-notice>© <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></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>
|
||||
@@ -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.
|
||||
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">
|
||||
<!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">
|
||||
<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>
|
||||
@@ -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>
|
||||
<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>
|
||||
› <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>© <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>© <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></body></html>
|
||||
@@ -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>
|
||||
<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↗
|
||||
</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>© <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>© <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></body></html>
|
||||
@@ -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">
|
||||
<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=/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>© <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>© <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></body></html>
|
||||
@@ -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.
|
||||
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">
|
||||
<!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">
|
||||
<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>
|
||||
@@ -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>
|
||||
<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>
|
||||
› <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>© <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></body></html>
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -4,8 +4,11 @@
|
||||
<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=/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>© <a href=https://freedoms4.org>freedoms4.org</a>
|
||||
<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=/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 (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>© <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></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>
|
||||
@@ -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><h1 class="heading" id="what-is-education">
|
||||
What is Education?<span class="heading__anchor"> <a href="#what-is-education">#</a></span>
|
||||
</h1><p>Education simply means &ldquo;learning&rdquo;. It&rsquo;s a natural process.</p>
|
||||
<h3 class="heading" id="ratio-of-components-in-education">
|
||||
Ratio of components in Education:<span class="heading__anchor"> <a href="#ratio-of-components-in-education">#</a></span>
|
||||
</h3><p>50% Knowledge/Understanding, 30% Skills, 20% Experience.</p>
|
||||
<h3 class="heading" id="education-vs-academics">
|
||||
Education vs Academics:<span class="heading__anchor"> <a href="#education-vs-academics">#</a></span>
|
||||
</h3><p>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.</p>
|
||||
<h4 class="heading" id="academics-system-has-evolved-with-time-and-got-worst-lets-see-what-the-system-has-become-nowadays">
|
||||
Academics system has evolved with time and got worst. Let&rsquo;s see what the system has become nowadays:<span class="heading__anchor"> <a href="#academics-system-has-evolved-with-time-and-got-worst-lets-see-what-the-system-has-become-nowadays">#</a></span>
|
||||
</h4><ul>
|
||||
<?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><h1 class="heading" id="what-is-education">What is Education?</h1>
|
||||
<p>Education simply means &ldquo;learning&rdquo;. It&rsquo;s a natural process.</p>
|
||||
<h3 class="heading" id="ratio-of-components-in-education">Ratio of components in Education:</h3>
|
||||
<p>50% Knowledge/Understanding, 30% Skills, 20% Experience.</p>
|
||||
<h3 class="heading" id="education-vs-academics">Education vs Academics:</h3>
|
||||
<p>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.</p>
|
||||
<h4 class="heading" id="academics-system-has-evolved-with-time-and-got-worst-lets-see-what-the-system-has-become-nowadays">Academics system has evolved with time and got worst. Let&rsquo;s see what the system has become nowadays:</h4>
|
||||
<ul>
|
||||
<li>Wrong ratio of knowledge, skill, experience (knowledge takes about 90%).</li>
|
||||
<li>Generalised curriculum for all students.</li>
|
||||
</ul>
|
||||
<h4 class="heading" id="extra-bad">
|
||||
Extra bad:<span class="heading__anchor"> <a href="#extra-bad">#</a></span>
|
||||
</h4><ul>
|
||||
<h4 class="heading" id="extra-bad">Extra bad:</h4>
|
||||
<ul>
|
||||
<li>Goals are only bound to exams/grades, degree or certifications (year 1088), then getting jobs.</li>
|
||||
<li>Unhealthy pressure and competition for students.</li>
|
||||
<li>Money game.</li>
|
||||
|
||||
@@ -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><h1 class="heading" id="what-is-education">
|
||||
What is Education?<span class="heading__anchor"> <a href="#what-is-education">#</a></span>
|
||||
</h1><p>Education simply means &ldquo;learning&rdquo;. It&rsquo;s a natural process.</p>
|
||||
<h3 class="heading" id="ratio-of-components-in-education">
|
||||
Ratio of components in Education:<span class="heading__anchor"> <a href="#ratio-of-components-in-education">#</a></span>
|
||||
</h3><p>50% Knowledge/Understanding, 30% Skills, 20% Experience.</p>
|
||||
<h3 class="heading" id="education-vs-academics">
|
||||
Education vs Academics:<span class="heading__anchor"> <a href="#education-vs-academics">#</a></span>
|
||||
</h3><p>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.</p>
|
||||
<h4 class="heading" id="academics-system-has-evolved-with-time-and-got-worst-lets-see-what-the-system-has-become-nowadays">
|
||||
Academics system has evolved with time and got worst. Let&rsquo;s see what the system has become nowadays:<span class="heading__anchor"> <a href="#academics-system-has-evolved-with-time-and-got-worst-lets-see-what-the-system-has-become-nowadays">#</a></span>
|
||||
</h4><ul>
|
||||
<?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><h1 class="heading" id="what-is-education">What is Education?</h1>
|
||||
<p>Education simply means &ldquo;learning&rdquo;. It&rsquo;s a natural process.</p>
|
||||
<h3 class="heading" id="ratio-of-components-in-education">Ratio of components in Education:</h3>
|
||||
<p>50% Knowledge/Understanding, 30% Skills, 20% Experience.</p>
|
||||
<h3 class="heading" id="education-vs-academics">Education vs Academics:</h3>
|
||||
<p>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.</p>
|
||||
<h4 class="heading" id="academics-system-has-evolved-with-time-and-got-worst-lets-see-what-the-system-has-become-nowadays">Academics system has evolved with time and got worst. Let&rsquo;s see what the system has become nowadays:</h4>
|
||||
<ul>
|
||||
<li>Wrong ratio of knowledge, skill, experience (knowledge takes about 90%).</li>
|
||||
<li>Generalised curriculum for all students.</li>
|
||||
</ul>
|
||||
<h4 class="heading" id="extra-bad">
|
||||
Extra bad:<span class="heading__anchor"> <a href="#extra-bad">#</a></span>
|
||||
</h4><ul>
|
||||
<h4 class="heading" id="extra-bad">Extra bad:</h4>
|
||||
<ul>
|
||||
<li>Goals are only bound to exams/grades, degree or certifications (year 1088), then getting jobs.</li>
|
||||
<li>Unhealthy pressure and competition for students.</li>
|
||||
<li>Money game.</li>
|
||||
|
||||
@@ -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><h1 class="heading" id="what-is-education">
|
||||
What is Education?<span class="heading__anchor"> <a href="#what-is-education">#</a></span>
|
||||
</h1><p>Education simply means &ldquo;learning&rdquo;. It&rsquo;s a natural process.</p>
|
||||
<h3 class="heading" id="ratio-of-components-in-education">
|
||||
Ratio of components in Education:<span class="heading__anchor"> <a href="#ratio-of-components-in-education">#</a></span>
|
||||
</h3><p>50% Knowledge/Understanding, 30% Skills, 20% Experience.</p>
|
||||
<h3 class="heading" id="education-vs-academics">
|
||||
Education vs Academics:<span class="heading__anchor"> <a href="#education-vs-academics">#</a></span>
|
||||
</h3><p>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.</p>
|
||||
<h4 class="heading" id="academics-system-has-evolved-with-time-and-got-worst-lets-see-what-the-system-has-become-nowadays">
|
||||
Academics system has evolved with time and got worst. Let&rsquo;s see what the system has become nowadays:<span class="heading__anchor"> <a href="#academics-system-has-evolved-with-time-and-got-worst-lets-see-what-the-system-has-become-nowadays">#</a></span>
|
||||
</h4><ul>
|
||||
<?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><h1 class="heading" id="what-is-education">What is Education?</h1>
|
||||
<p>Education simply means &ldquo;learning&rdquo;. It&rsquo;s a natural process.</p>
|
||||
<h3 class="heading" id="ratio-of-components-in-education">Ratio of components in Education:</h3>
|
||||
<p>50% Knowledge/Understanding, 30% Skills, 20% Experience.</p>
|
||||
<h3 class="heading" id="education-vs-academics">Education vs Academics:</h3>
|
||||
<p>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.</p>
|
||||
<h4 class="heading" id="academics-system-has-evolved-with-time-and-got-worst-lets-see-what-the-system-has-become-nowadays">Academics system has evolved with time and got worst. Let&rsquo;s see what the system has become nowadays:</h4>
|
||||
<ul>
|
||||
<li>Wrong ratio of knowledge, skill, experience (knowledge takes about 90%).</li>
|
||||
<li>Generalised curriculum for all students.</li>
|
||||
</ul>
|
||||
<h4 class="heading" id="extra-bad">
|
||||
Extra bad:<span class="heading__anchor"> <a href="#extra-bad">#</a></span>
|
||||
</h4><ul>
|
||||
<h4 class="heading" id="extra-bad">Extra bad:</h4>
|
||||
<ul>
|
||||
<li>Goals are only bound to exams/grades, degree or certifications (year 1088), then getting jobs.</li>
|
||||
<li>Unhealthy pressure and competition for students.</li>
|
||||
<li>Money game.</li>
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -10,7 +10,7 @@ All updates
|
||||
<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>
|
||||
<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>
|
||||
<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>
|
||||
@@ -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__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__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__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>
|
||||
@@ -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__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__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>
|
||||
<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>
|
||||
@@ -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__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__cat uninotes-contents__cat--na">Live</span></span></li></ul></div></div></div></main><footer class=footer><p class=footer__copyright-notice>© <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>© <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>
|
||||
@@ -4,10 +4,12 @@
|
||||
<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>
|
||||
› <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>
|
||||
<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> › <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>
|
||||
<a class=page-nav__next-link href=/uninotes/s1/pbm-dcm1110/>PBM DCM1110 →</a></nav></main><footer class=footer><p class=footer__copyright-notice>© <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></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>
|
||||
@@ -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><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></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><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></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><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></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><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:
|
||||
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
|
||||
(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
|
||||
purposes. Profits are reinvested to promote their objectives. Example: CRY Foundation.</li>
|
||||
</ol></description></item></channel></rss>
|
||||
<?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>
|
||||
533
docs/uninotes/s1/bo-dcm1109/qna/index.html
Normal file
533
docs/uninotes/s1/bo-dcm1109/qna/index.html
Normal file
File diff suppressed because one or more lines are too long
@@ -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><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></description></item></channel></rss>
|
||||
<?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>
|
||||
@@ -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.
|
||||
C) Profit Motive.
|
||||
D) Exchange of goods and services.
|
||||
@@ -6,15 +6,15 @@ E) Customer Orientation.
|
||||
F) Risk and Uncertainty.
|
||||
G) Legal and Ethical Compliance.
|
||||
H) Global.
|
||||
Concept # A) Value Creation.
|
||||
Concept A) Value Creation.
|
||||
B) Profit.
|
||||
C) Social.
|
||||
D) Organised.
|
||||
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.
|
||||
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.
|
||||
C) Profit Motive.
|
||||
D) Exchange of goods and services.
|
||||
@@ -22,15 +22,15 @@ E) Customer Orientation.
|
||||
F) Risk and Uncertainty.
|
||||
G) Legal and Ethical Compliance.
|
||||
H) Global.
|
||||
Concept # A) Value Creation.
|
||||
Concept A) Value Creation.
|
||||
B) Profit.
|
||||
C) Social.
|
||||
D) Organised.
|
||||
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.
|
||||
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.
|
||||
C) Profit Motive.
|
||||
D) Exchange of goods and services.
|
||||
@@ -38,15 +38,15 @@ E) Customer Orientation.
|
||||
F) Risk and Uncertainty.
|
||||
G) Legal and Ethical Compliance.
|
||||
H) Global.
|
||||
Concept # A) Value Creation.
|
||||
Concept A) Value Creation.
|
||||
B) Profit.
|
||||
C) Social.
|
||||
D) Organised.
|
||||
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.
|
||||
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__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>
|
||||
@@ -57,11 +57,9 @@ 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/bo-dcm1109/>BO DCM1109</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 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>© <a href=https://freedoms4.org>freedoms4.org</a>
|
||||
› <a href=/uninotes/s1/>S1</a> › <a href=/uninotes/s1/bo-dcm1109/>BO DCM1109</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 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>© <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>
|
||||
@@ -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><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></description></item></channel></rss>
|
||||
<?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>
|
||||
@@ -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
|
||||
b. Holding Companies
|
||||
c. Community of Interest
|
||||
@@ -6,7 +6,8 @@ Complete Consolidations
|
||||
a. Mergers
|
||||
b. Acquisition
|
||||
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
|
||||
b. Holding Companies
|
||||
c. Community of Interest
|
||||
@@ -14,7 +15,8 @@ Complete Consolidations
|
||||
a. Mergers
|
||||
b. Acquisition
|
||||
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
|
||||
b. Holding Companies
|
||||
c. Community of Interest
|
||||
@@ -22,7 +24,8 @@ Complete Consolidations
|
||||
a. Mergers
|
||||
b. Acquisition
|
||||
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__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>
|
||||
@@ -33,11 +36,10 @@ 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/bo-dcm1109/>BO DCM1109</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 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>© <a href=https://freedoms4.org>freedoms4.org</a>
|
||||
› <a href=/uninotes/s1/>S1</a> › <a href=/uninotes/s1/bo-dcm1109/>BO DCM1109</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 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>
|
||||
<a class=page-nav__next-link href=/uninotes/s1/bo-dcm1109/qna/>QNA →</a></nav></main><footer class=footer><p class=footer__copyright-notice>© <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>
|
||||
@@ -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><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></description></item></channel></rss>
|
||||
<?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>
|
||||
@@ -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.
|
||||
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 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">
|
||||
<!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: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="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__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>
|
||||
@@ -12,12 +12,10 @@ 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/bo-dcm1109/>BO DCM1109</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 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 href=/uninotes/s1/>S1</a> › <a href=/uninotes/s1/bo-dcm1109/>BO DCM1109</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 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>
|
||||
<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>© <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>
|
||||
@@ -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><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:
|
||||
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
|
||||
(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
|
||||
purposes. Profits are reinvested to promote their objectives. Example: CRY Foundation.</li>
|
||||
</ol></description></item></channel></rss>
|
||||
<?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>
|
||||
@@ -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.
|
||||
C) Marketing co-operatives.
|
||||
D) Housing co-operatives.
|
||||
E) Credit co-operatives.
|
||||
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.
|
||||
C) Marketing co-operatives.
|
||||
D) Housing co-operatives.
|
||||
E) Credit co-operatives.
|
||||
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.
|
||||
C) Marketing co-operatives.
|
||||
D) Housing co-operatives.
|
||||
E) Credit co-operatives.
|
||||
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__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>
|
||||
@@ -27,16 +27,14 @@ 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/bo-dcm1109/>BO DCM1109</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 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
|
||||
› <a href=/uninotes/s1/>S1</a> › <a href=/uninotes/s1/bo-dcm1109/>BO DCM1109</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 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
|
||||
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
|
||||
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
|
||||
(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
|
||||
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</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>
|
||||
<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>© <a href=https://freedoms4.org>freedoms4.org</a>
|
||||
<a href=/terms/>Terms and Conditions</a> <a href=/privacy/>Privacy Policy</a>
|
||||
|
||||
@@ -4,10 +4,12 @@
|
||||
<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>
|
||||
› <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>
|
||||
<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> › <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>
|
||||
<a class=page-nav__next-link href=/uninotes/s1/bo-dcm1109/>BO DCM1109 →</a></nav></main><footer class=footer><p class=footer__copyright-notice>© <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></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>
|
||||
@@ -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><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 -&gt; general).<br>
|
||||
B) Deductive (general -&gt; specific).</p></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><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></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><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></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><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></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><h3 class="heading" id="may-02-2026">
|
||||
<em><strong>May 02, 2026</strong></em><span class="heading__anchor"> <a href="#may-02-2026">#</a></span>
|
||||
</h3><h2 class="heading" id="production-function">
|
||||
Production Function<span class="heading__anchor"> <a href="#production-function">#</a></span>
|
||||
</h2><p>The production function states the functional relationship between the factors of production and the number of products.</p>
|
||||
<p>Q = f (L, C, N)<br>
|
||||
Here, Q = Quantity of output, L = labour, C = capital, N = land.</p>
|
||||
<h2 class="heading" id="time-elements-in-production-function">
|
||||
Time Elements in Production Function<span class="heading__anchor"> <a href="#time-elements-in-production-function">#</a></span>
|
||||
</h2><h3 class="heading" id="a-short-run">
|
||||
A) Short run<span class="heading__anchor"> <a href="#a-short-run">#</a></span>
|
||||
</h3><p>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.</p></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><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></description></item></channel></rss>
|
||||
<?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>
|
||||
334
docs/uninotes/s1/et-dcm1107/qna/index.html
Normal file
334
docs/uninotes/s1/et-dcm1107/qna/index.html
Normal file
File diff suppressed because one or more lines are too long
@@ -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><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 -&gt; general).<br>
|
||||
B) Deductive (general -&gt; specific).</p></description></item></channel></rss>
|
||||
<?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>
|
||||
@@ -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.
|
||||
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.
|
||||
C) Scarcity Definition by Robbins.
|
||||
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).
|
||||
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.
|
||||
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) 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.
|
||||
C) Scarcity Definition by Robbins.
|
||||
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).
|
||||
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.
|
||||
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) 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.
|
||||
C) Scarcity Definition by Robbins.
|
||||
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).
|
||||
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">
|
||||
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="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__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>
|
||||
@@ -30,11 +30,9 @@ 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/et-dcm1107/>ET DCM1107</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 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>© <a href=https://freedoms4.org>freedoms4.org</a>
|
||||
› <a href=/uninotes/s1/>S1</a> › <a href=/uninotes/s1/et-dcm1107/>ET DCM1107</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 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>© <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>
|
||||
@@ -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><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></description></item></channel></rss>
|
||||
<?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>
|
||||
@@ -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.
|
||||
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.
|
||||
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: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."><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">
|
||||
<!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.
|
||||
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 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.
|
||||
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 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__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>
|
||||
@@ -15,11 +18,10 @@ 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/et-dcm1107/>ET DCM1107</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 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-Bawerk’s (Agio) Theory of Interest</strong></td><td><strong>Eugen von Böhm-Bawerk</strong> (developed from John Rae’s 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>Fisher’s Time Preference Theory</strong></td><td><strong>Irving Fisher</strong></td><td>Interest is the “price of time,” determined by people’s 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>© <a href=https://freedoms4.org>freedoms4.org</a>
|
||||
› <a href=/uninotes/s1/>S1</a> › <a href=/uninotes/s1/et-dcm1107/>ET DCM1107</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 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-Bawerk’s (Agio) Theory of Interest</strong></td><td><strong>Eugen von Böhm-Bawerk</strong> (developed from John Rae’s 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>Fisher’s Time Preference Theory</strong></td><td><strong>Irving Fisher</strong></td><td>Interest is the “price of time,” determined by people’s 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>
|
||||
<a class=page-nav__next-link href=/uninotes/s1/et-dcm1107/qna/>QNA →</a></nav></main><footer class=footer><p class=footer__copyright-notice>© <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>
|
||||
@@ -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><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></description></item></channel></rss>
|
||||
<?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>
|
||||
@@ -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
|
||||
C) Time
|
||||
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.
|
||||
Exceptions of Law of Demand # A) Assumption of increase in price.
|
||||
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.
|
||||
B) Status goods or Veblen goods.
|
||||
C) Giffen goods.
|
||||
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
|
||||
C) Time
|
||||
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.
|
||||
Exceptions of Law of Demand # A) Assumption of increase in price.
|
||||
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.
|
||||
B) Status goods or Veblen goods.
|
||||
C) Giffen goods.
|
||||
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
|
||||
C) Time
|
||||
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.
|
||||
Exceptions of Law of Demand # A) Assumption of increase in price.
|
||||
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.
|
||||
B) Status goods or Veblen goods.
|
||||
C) Giffen goods.
|
||||
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__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>
|
||||
@@ -36,12 +36,10 @@ 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/et-dcm1107/>ET DCM1107</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 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.
|
||||
› <a href=/uninotes/s1/>S1</a> › <a href=/uninotes/s1/et-dcm1107/>ET DCM1107</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 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.
|
||||
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>© <a href=https://freedoms4.org>freedoms4.org</a>
|
||||
<a href=/terms/>Terms and Conditions</a> <a href=/privacy/>Privacy Policy</a>
|
||||
|
||||
@@ -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><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></description></item></channel></rss>
|
||||
<?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>
|
||||
@@ -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.
|
||||
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 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">
|
||||
<!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: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="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__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>
|
||||
@@ -12,12 +12,10 @@ 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/et-dcm1107/>ET DCM1107</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 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 href=/uninotes/s1/>S1</a> › <a href=/uninotes/s1/et-dcm1107/>ET DCM1107</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 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>
|
||||
<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>© <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>
|
||||
@@ -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><h3 class="heading" id="may-02-2026">
|
||||
<em><strong>May 02, 2026</strong></em><span class="heading__anchor"> <a href="#may-02-2026">#</a></span>
|
||||
</h3><h2 class="heading" id="production-function">
|
||||
Production Function<span class="heading__anchor"> <a href="#production-function">#</a></span>
|
||||
</h2><p>The production function states the functional relationship between the factors of production and the number of products.</p>
|
||||
<p>Q = f (L, C, N)<br>
|
||||
Here, Q = Quantity of output, L = labour, C = capital, N = land.</p>
|
||||
<h2 class="heading" id="time-elements-in-production-function">
|
||||
Time Elements in Production Function<span class="heading__anchor"> <a href="#time-elements-in-production-function">#</a></span>
|
||||
</h2><h3 class="heading" id="a-short-run">
|
||||
A) Short run<span class="heading__anchor"> <a href="#a-short-run">#</a></span>
|
||||
</h3><p>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.</p></description></item></channel></rss>
|
||||
<?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>
|
||||
File diff suppressed because one or more lines are too long
@@ -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><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></description></item></channel></rss>
|
||||
<?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>
|
||||
@@ -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.
|
||||
C) Working Capital.
|
||||
D) Gross Working Capital.
|
||||
E) Net 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 company’s 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.
|
||||
C) Working Capital.
|
||||
D) Gross Working Capital.
|
||||
E) Net 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 company’s 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.
|
||||
C) Working Capital.
|
||||
D) Gross Working Capital.
|
||||
E) Net 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 company’s 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__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>
|
||||
@@ -27,12 +30,10 @@ 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/et-dcm1107/>ET DCM1107</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 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’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’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 href=/uninotes/s1/>S1</a> › <a href=/uninotes/s1/et-dcm1107/>ET DCM1107</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 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’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’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>
|
||||
<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>© <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>
|
||||
@@ -4,8 +4,11 @@
|
||||
<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>
|
||||
<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>
|
||||
› <span>FA DCM1108</span></nav><h1>FA DCM1108</h1><ul class="uninotes-list uninotes-list--units"></ul></main><footer class=footer><p class=footer__copyright-notice>© <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></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>
|
||||
@@ -4,9 +4,11 @@
|
||||
<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>
|
||||
› <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>© <a href=https://freedoms4.org>freedoms4.org</a>
|
||||
<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> › <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>© <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></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>
|
||||
@@ -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><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></description></item></channel></rss>
|
||||
<?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>
|
||||
22
docs/uninotes/s1/ge-dcm1106/qna/index.html
Normal file
22
docs/uninotes/s1/ge-dcm1106/qna/index.html
Normal 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>© <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>
|
||||
@@ -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><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></description></item></channel></rss>
|
||||
<?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>
|
||||
@@ -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.
|
||||
C) Pooh-Pooh.
|
||||
D) Ding-Dong.
|
||||
@@ -8,7 +8,7 @@ G) Musical.
|
||||
H) Tool-Making.
|
||||
I) Evolutionary.
|
||||
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.
|
||||
C) Pooh-Pooh.
|
||||
D) Ding-Dong.
|
||||
@@ -18,7 +18,7 @@ G) Musical.
|
||||
H) Tool-Making.
|
||||
I) Evolutionary.
|
||||
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.
|
||||
C) Pooh-Pooh.
|
||||
D) Ding-Dong.
|
||||
@@ -28,7 +28,7 @@ G) Musical.
|
||||
H) Tool-Making.
|
||||
I) Evolutionary.
|
||||
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__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>
|
||||
@@ -39,11 +39,9 @@ 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>
|
||||
› <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 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>© <a href=https://freedoms4.org>freedoms4.org</a>
|
||||
› <a href=/uninotes/s1/>S1</a> › <a href=/uninotes/s1/ge-dcm1106/>GE DCM1106</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 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>© <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>
|
||||
@@ -4,8 +4,11 @@
|
||||
<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>
|
||||
<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>
|
||||
› <span>S1</span></nav><h1>S1</h1><ol class="uninotes-list uninotes-list--subjects"><li class=uninotes-list__item><a class=uninotes-list__link href=/uninotes/s1/bo-dcm1109/>BO DCM1109</a></li><li class=uninotes-list__item><a class=uninotes-list__link href=/uninotes/s1/et-dcm1107/>ET DCM1107</a></li><li class=uninotes-list__item><a class=uninotes-list__link href=/uninotes/s1/ge-dcm1106/>GE DCM1106</a></li><li class=uninotes-list__item><a class=uninotes-list__link href=/uninotes/s1/pbm-dcm1110/>PBM DCM1110</a></li></ol></main><footer class=footer><p class=footer__copyright-notice>© <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></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>
|
||||
@@ -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><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></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><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 -&gt; general).<br>
|
||||
B) Deductive (general -&gt; specific).</p></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><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></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><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></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><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></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><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></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><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></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><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></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><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></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><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.
|
||||
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
|
||||
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 company’s standard of quality. Some of the common qualities of an authoritative manager
|
||||
include:</p></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><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:
|
||||
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
|
||||
(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
|
||||
purposes. Profits are reinvested to promote their objectives. Example: CRY Foundation.</li>
|
||||
</ol></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><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="classical-approach-comprised-the-following-three-approaches">
|
||||
Classical approach comprised the following three approaches:<span class="heading__anchor"> <a href="#classical-approach-comprised-the-following-three-approaches">#</a></span>
|
||||
</h2><h3 class="heading" id="a-scientific-management">
|
||||
A) Scientific Management<span class="heading__anchor"> <a href="#a-scientific-management">#</a></span>
|
||||
</h3><p>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; practical solutions. The main contribution in scientific management is of Frederick Winslow Taylor, who is well renowned as ‘The father of scientific management’.</p>
|
||||
<h3 class="heading" id="b-administration-management">
|
||||
B) Administration Management<span class="heading__anchor"> <a href="#b-administration-management">#</a></span>
|
||||
</h3><p>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.</p></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><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 (1924–1927):</strong> Examined how changes in lighting affected worker productivity.</li>
|
||||
<li><strong>Relay Assembly Test Room Experiments (1927–1928):</strong> Studied the impact of altered work conditions, such as hours and rest breaks, on output.</li>
|
||||
<li><strong>Mass Interviewing Programme (1928–1930):</strong> Investigated employees’ attitudes, feelings, and perceptions toward their work.</li>
|
||||
<li><strong>Bank Wiring Observation Room Experiments (1931–1932):</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></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><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></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><h3 class="heading" id="may-02-2026">
|
||||
<em><strong>May 02, 2026</strong></em><span class="heading__anchor"> <a href="#may-02-2026">#</a></span>
|
||||
</h3><h2 class="heading" id="production-function">
|
||||
Production Function<span class="heading__anchor"> <a href="#production-function">#</a></span>
|
||||
</h2><p>The production function states the functional relationship between the factors of production and the number of products.</p>
|
||||
<p>Q = f (L, C, N)<br>
|
||||
Here, Q = Quantity of output, L = labour, C = capital, N = land.</p>
|
||||
<h2 class="heading" id="time-elements-in-production-function">
|
||||
Time Elements in Production Function<span class="heading__anchor"> <a href="#time-elements-in-production-function">#</a></span>
|
||||
</h2><h3 class="heading" id="a-short-run">
|
||||
A) Short run<span class="heading__anchor"> <a href="#a-short-run">#</a></span>
|
||||
</h3><p>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.</p></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><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></description></item></channel></rss>
|
||||
<?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>
|
||||
@@ -4,9 +4,11 @@
|
||||
<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>
|
||||
› <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>© <a href=https://freedoms4.org>freedoms4.org</a>
|
||||
<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> › <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>© <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></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>
|
||||
@@ -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><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></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><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></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><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.
|
||||
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
|
||||
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 company’s standard of quality. Some of the common qualities of an authoritative manager
|
||||
include:</p></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><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="classical-approach-comprised-the-following-three-approaches">
|
||||
Classical approach comprised the following three approaches:<span class="heading__anchor"> <a href="#classical-approach-comprised-the-following-three-approaches">#</a></span>
|
||||
</h2><h3 class="heading" id="a-scientific-management">
|
||||
A) Scientific Management<span class="heading__anchor"> <a href="#a-scientific-management">#</a></span>
|
||||
</h3><p>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; practical solutions. The main contribution in scientific management is of Frederick Winslow Taylor, who is well renowned as ‘The father of scientific management’.</p>
|
||||
<h3 class="heading" id="b-administration-management">
|
||||
B) Administration Management<span class="heading__anchor"> <a href="#b-administration-management">#</a></span>
|
||||
</h3><p>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.</p></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><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 (1924–1927):</strong> Examined how changes in lighting affected worker productivity.</li>
|
||||
<li><strong>Relay Assembly Test Room Experiments (1927–1928):</strong> Studied the impact of altered work conditions, such as hours and rest breaks, on output.</li>
|
||||
<li><strong>Mass Interviewing Programme (1928–1930):</strong> Investigated employees’ attitudes, feelings, and perceptions toward their work.</li>
|
||||
<li><strong>Bank Wiring Observation Room Experiments (1931–1932):</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></description></item></channel></rss>
|
||||
<?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>
|
||||
366
docs/uninotes/s1/pbm-dcm1110/qna/index.html
Normal file
366
docs/uninotes/s1/pbm-dcm1110/qna/index.html
Normal file
File diff suppressed because one or more lines are too long
@@ -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><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></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><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></description></item></channel></rss>
|
||||
<?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>
|
||||
@@ -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__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>
|
||||
@@ -9,11 +9,9 @@ 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/pbm-dcm1110/>PBM DCM1110</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 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>© <a href=https://freedoms4.org>freedoms4.org</a>
|
||||
› <a href=/uninotes/s1/>S1</a> › <a href=/uninotes/s1/pbm-dcm1110/>PBM DCM1110</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 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>© <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>
|
||||
@@ -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.
|
||||
C) Multidimentional:
|
||||
(i) Management of People.
|
||||
@@ -7,15 +7,15 @@ D) Continuous.
|
||||
E) Dynamic.
|
||||
F) Group Activity.
|
||||
G) Intangible.
|
||||
Functions of Management # A) Planning.
|
||||
Functions of Management A) Planning.
|
||||
B) Organising.
|
||||
C) Staffing.
|
||||
D) Directing.
|
||||
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.
|
||||
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.
|
||||
C) Multidimentional:
|
||||
(i) Management of People.
|
||||
@@ -24,15 +24,15 @@ D) Continuous.
|
||||
E) Dynamic.
|
||||
F) Group Activity.
|
||||
G) Intangible.
|
||||
Functions of Management # A) Planning.
|
||||
Functions of Management A) Planning.
|
||||
B) Organising.
|
||||
C) Staffing.
|
||||
D) Directing.
|
||||
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.
|
||||
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.
|
||||
C) Multidimentional:
|
||||
(i) Management of People.
|
||||
@@ -41,15 +41,15 @@ D) Continuous.
|
||||
E) Dynamic.
|
||||
F) Group Activity.
|
||||
G) Intangible.
|
||||
Functions of Management # A) Planning.
|
||||
Functions of Management A) Planning.
|
||||
B) Organising.
|
||||
C) Staffing.
|
||||
D) Directing.
|
||||
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.
|
||||
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__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>
|
||||
@@ -60,11 +60,9 @@ 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/pbm-dcm1110/>PBM DCM1110</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 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>© <a href=https://freedoms4.org>freedoms4.org</a>
|
||||
› <a href=/uninotes/s1/>S1</a> › <a href=/uninotes/s1/pbm-dcm1110/>PBM DCM1110</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 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>© <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>
|
||||
@@ -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><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.
|
||||
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
|
||||
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 company’s standard of quality. Some of the common qualities of an authoritative manager
|
||||
include:</p></description></item></channel></rss>
|
||||
<?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>
|
||||
@@ -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:
|
||||
Educating every employee of the organisation. Looking after the long-term professional development of their employees. Bringing the team together whilst also evaluating each individual’s 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 company’s 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 individual’s 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 company’s 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 individual’s 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 company’s 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">
|
||||
<!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 individual’s 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 company’s 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 individual’s 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 company’s 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 individual’s 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 company’s 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__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>
|
||||
@@ -12,44 +12,42 @@ 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/pbm-dcm1110/>PBM DCM1110</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 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
|
||||
› <a href=/uninotes/s1/>S1</a> › <a href=/uninotes/s1/pbm-dcm1110/>PBM DCM1110</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 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
|
||||
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:</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’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’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
|
||||
office. They most often focus on adhering to rules and making sure that employees complete tasks
|
||||
as per the company’s 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
|
||||
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
|
||||
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
|
||||
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
|
||||
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
|
||||
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’s
|
||||
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’ 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’ 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
|
||||
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
|
||||
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’ 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
|
||||
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 organisation’s 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
|
||||
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
|
||||
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 organisation’s 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</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
|
||||
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.
|
||||
|
||||
@@ -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><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="classical-approach-comprised-the-following-three-approaches">
|
||||
Classical approach comprised the following three approaches:<span class="heading__anchor"> <a href="#classical-approach-comprised-the-following-three-approaches">#</a></span>
|
||||
</h2><h3 class="heading" id="a-scientific-management">
|
||||
A) Scientific Management<span class="heading__anchor"> <a href="#a-scientific-management">#</a></span>
|
||||
</h3><p>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; practical solutions. The main contribution in scientific management is of Frederick Winslow Taylor, who is well renowned as ‘The father of scientific management’.</p>
|
||||
<h3 class="heading" id="b-administration-management">
|
||||
B) Administration Management<span class="heading__anchor"> <a href="#b-administration-management">#</a></span>
|
||||
</h3><p>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.</p></description></item></channel></rss>
|
||||
<?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>
|
||||
File diff suppressed because one or more lines are too long
@@ -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><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 (1924–1927):</strong> Examined how changes in lighting affected worker productivity.</li>
|
||||
<li><strong>Relay Assembly Test Room Experiments (1927–1928):</strong> Studied the impact of altered work conditions, such as hours and rest breaks, on output.</li>
|
||||
<li><strong>Mass Interviewing Programme (1928–1930):</strong> Investigated employees’ attitudes, feelings, and perceptions toward their work.</li>
|
||||
<li><strong>Bank Wiring Observation Room Experiments (1931–1932):</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></description></item></channel></rss>
|
||||
<?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>
|
||||
@@ -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:
|
||||
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
|
||||
<!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
|
||||
Four Experiments:
|
||||
Illumination Experiments (1924–1927): Examined how changes in lighting affected worker productivity. Relay Assembly Test Room Experiments (1927–1928): Studied the impact of altered work conditions, such as hours and rest breaks, on output. Mass Interviewing Programme (1928–1930): Investigated employees’ attitudes, feelings, and perceptions toward their work. Bank Wiring Observation Room Experiments (1931–1932): 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
|
||||
Illumination Experiments (1924–1927): Examined how changes in lighting affected worker productivity. Relay Assembly Test Room Experiments (1927–1928): Studied the impact of altered work conditions, such as hours and rest breaks, on output. Mass Interviewing Programme (1928–1930): Investigated employees’ attitudes, feelings, and perceptions toward their work. Bank Wiring Observation Room Experiments (1931–1932): 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
|
||||
Four Experiments:
|
||||
Illumination Experiments (1924–1927): Examined how changes in lighting affected worker productivity. Relay Assembly Test Room Experiments (1927–1928): Studied the impact of altered work conditions, such as hours and rest breaks, on output. Mass Interviewing Programme (1928–1930): Investigated employees’ attitudes, feelings, and perceptions toward their work. Bank Wiring Observation Room Experiments (1931–1932): 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
|
||||
Illumination Experiments (1924–1927): Examined how changes in lighting affected worker productivity. Relay Assembly Test Room Experiments (1927–1928): Studied the impact of altered work conditions, such as hours and rest breaks, on output. Mass Interviewing Programme (1928–1930): Investigated employees’ attitudes, feelings, and perceptions toward their work. Bank Wiring Observation Room Experiments (1931–1932): 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
|
||||
Four Experiments:
|
||||
Illumination Experiments (1924–1927): Examined how changes in lighting affected worker productivity. Relay Assembly Test Room Experiments (1927–1928): Studied the impact of altered work conditions, such as hours and rest breaks, on output. Mass Interviewing Programme (1928–1930): Investigated employees’ attitudes, feelings, and perceptions toward their work. Bank Wiring Observation Room Experiments (1931–1932): 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 (1924–1927): Examined how changes in lighting affected worker productivity. Relay Assembly Test Room Experiments (1927–1928): Studied the impact of altered work conditions, such as hours and rest breaks, on output. Mass Interviewing Programme (1928–1930): Investigated employees’ attitudes, feelings, and perceptions toward their work. Bank Wiring Observation Room Experiments (1931–1932): 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__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>
|
||||
@@ -18,11 +18,10 @@ 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/pbm-dcm1110/>PBM DCM1110</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 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 Maslow’s Hierarchy of Needs Theory</a></li><li><a href=#2-douglas-mcgregors-theory-of-motivation>2. Douglas McGregor’s 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 (1924–1927):</strong> Examined how changes in lighting affected worker productivity.</li><li><strong>Relay Assembly Test Room Experiments (1927–1928):</strong> Studied the impact of altered work conditions, such as hours and rest breaks, on output.</li><li><strong>Mass Interviewing Programme (1928–1930):</strong> Investigated employees’ attitudes, feelings, and perceptions toward their work.</li><li><strong>Bank Wiring Observation Room Experiments (1931–1932):</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 Maslow’s 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 McGregor’s 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>© <a href=https://freedoms4.org>freedoms4.org</a>
|
||||
› <a href=/uninotes/s1/>S1</a> › <a href=/uninotes/s1/pbm-dcm1110/>PBM DCM1110</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 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 Maslow’s Hierarchy of Needs Theory</a></li><li><a href=#2-douglas-mcgregors-theory-of-motivation>2. Douglas McGregor’s 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 (1924–1927):</strong> Examined how changes in lighting affected worker productivity.</li><li><strong>Relay Assembly Test Room Experiments (1927–1928):</strong> Studied the impact of altered work conditions, such as hours and rest breaks, on output.</li><li><strong>Mass Interviewing Programme (1928–1930):</strong> Investigated employees’ attitudes, feelings, and perceptions toward their work.</li><li><strong>Bank Wiring Observation Room Experiments (1931–1932):</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 Maslow’s 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 McGregor’s 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>
|
||||
<a class=page-nav__next-link href=/uninotes/s1/pbm-dcm1110/qna/>QNA →</a></nav></main><footer class=footer><p class=footer__copyright-notice>© <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>
|
||||
@@ -4,8 +4,11 @@
|
||||
<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>
|
||||
<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>
|
||||
› <span>S2</span></nav><h1>S2</h1><ol class="uninotes-list uninotes-list--subjects"></ol></main><footer class=footer><p class=footer__copyright-notice>© <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></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>
|
||||
@@ -4,8 +4,11 @@
|
||||
<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>
|
||||
<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>
|
||||
› <span>S3</span></nav><h1>S3</h1><ol class="uninotes-list uninotes-list--subjects"></ol></main><footer class=footer><p class=footer__copyright-notice>© <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></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>
|
||||
@@ -4,8 +4,11 @@
|
||||
<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>
|
||||
<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>
|
||||
› <span>S4</span></nav><h1>S4</h1><ol class="uninotes-list uninotes-list--subjects"></ol></main><footer class=footer><p class=footer__copyright-notice>© <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></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>
|
||||
@@ -4,8 +4,11 @@
|
||||
<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>
|
||||
<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>
|
||||
› <span>S5</span></nav><h1>S5</h1><ol class="uninotes-list uninotes-list--subjects"></ol></main><footer class=footer><p class=footer__copyright-notice>© <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></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>
|
||||
@@ -4,8 +4,11 @@
|
||||
<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>
|
||||
<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>
|
||||
› <span>S6</span></nav><h1>S6</h1><ol class="uninotes-list uninotes-list--subjects"></ol></main><footer class=footer><p class=footer__copyright-notice>© <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></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>
|
||||
1
layouts/_markup/render-heading.html
Normal file
1
layouts/_markup/render-heading.html
Normal file
@@ -0,0 +1 @@
|
||||
<h{{ .Level }} class="heading" id="{{ .Anchor }}">{{ .Text | safeHTML }}</h{{ .Level }}>
|
||||
@@ -64,7 +64,7 @@
|
||||
'</tr>';
|
||||
|
||||
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 status = blocked
|
||||
? '<span class="admin-badge admin-badge--blocked">Blocked</span>'
|
||||
@@ -78,10 +78,10 @@
|
||||
'" data-action="block_user">Block</button>';
|
||||
var deleteBtn =
|
||||
'<button class="admin-btn admin-btn--delete" data-id="' +
|
||||
u.id +
|
||||
'" data-username="' +
|
||||
escHtml(u.username) +
|
||||
'" data-action="delete_user">Delete Records</button>';
|
||||
u.id +
|
||||
'" data-username="' +
|
||||
escHtml(u.username) +
|
||||
'" data-action="delete_user">Delete Records</button>';
|
||||
|
||||
return (
|
||||
'<tr id="user-row-' +
|
||||
@@ -127,14 +127,14 @@
|
||||
if (action === 'delete_user') {
|
||||
if (
|
||||
!confirm(
|
||||
'Permanently delete user "' + uname + '"? This cannot be undone.'
|
||||
'Permanently delete user ' + uname + '? This cannot be undone.'
|
||||
)
|
||||
)
|
||||
return;
|
||||
} else if (action === 'block_user') {
|
||||
if (
|
||||
!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;
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
<script>
|
||||
(function () {
|
||||
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 isAdmin = false;
|
||||
|
||||
@@ -28,7 +28,7 @@
|
||||
|
||||
// ── Helpers ──
|
||||
function escHtml(s) {
|
||||
return s.replace(/&/g,'&').replace(/</g,'<').replace(/>/g,'>').replace(/"/g,'"');
|
||||
return s.replace(/&/g,'&').replace(/</g,'<').replace(/>/g,'>').replace(/"/g,'"').replace(/'/g,''');
|
||||
}
|
||||
|
||||
function timeAgo(iso) {
|
||||
|
||||
@@ -38,6 +38,13 @@
|
||||
{{- else }}
|
||||
{{- $pages = $pctx.Pages }}
|
||||
{{- 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 }}
|
||||
{{- if ge $limit 1 }}
|
||||
{{- $pages = $pages | first $limit }}
|
||||
|
||||
@@ -70,7 +70,11 @@
|
||||
</div>
|
||||
<!-- Subscribe dropdown -->
|
||||
<div class="rss-subscribe">
|
||||
<button class="rss-subscribe__btn" aria-label="Subscribe via RSS" title="Subscribe via RSS">
|
||||
<button
|
||||
class="rss-subscribe__btn"
|
||||
aria-label="Subscribe via RSS"
|
||||
title="Subscribe via RSS"
|
||||
>
|
||||
<svg
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
viewBox="0 0 24 24"
|
||||
@@ -86,8 +90,18 @@
|
||||
<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>
|
||||
<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>
|
||||
@@ -97,5 +111,6 @@
|
||||
<main class="main">{{ block "main" . }}{{ end }}</main>
|
||||
<footer class="footer">{{ partial "footer.html" . }}</footer>
|
||||
{{ partial "body/body-end.html" . }}
|
||||
<script src="/js/session-check.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
@@ -342,6 +342,7 @@
|
||||
state.username = username;
|
||||
state.email = email;
|
||||
state.password = password;
|
||||
state.terms_agreed = true;
|
||||
|
||||
setLoading(signupSubmit, true);
|
||||
|
||||
@@ -430,6 +431,7 @@
|
||||
email: state.email,
|
||||
password: state.password,
|
||||
otp: otp,
|
||||
terms_agreed: state.terms_agreed,
|
||||
}),
|
||||
})
|
||||
.then(function (r) {
|
||||
|
||||
@@ -70,7 +70,11 @@
|
||||
</div>
|
||||
<!-- Subscribe dropdown -->
|
||||
<div class="rss-subscribe">
|
||||
<button class="rss-subscribe__btn" aria-label="Subscribe via RSS" title="Subscribe via RSS">
|
||||
<button
|
||||
class="rss-subscribe__btn"
|
||||
aria-label="Subscribe via RSS"
|
||||
title="Subscribe via RSS"
|
||||
>
|
||||
<svg
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
viewBox="0 0 24 24"
|
||||
@@ -86,8 +90,18 @@
|
||||
<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>
|
||||
<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>
|
||||
@@ -97,5 +111,6 @@
|
||||
<main class="main">{{ block "main" . }}{{ end }}</main>
|
||||
<footer class="footer">{{ partial "footer.html" . }}</footer>
|
||||
{{ partial "body/body-end.html" . }}
|
||||
<script src="/js/session-check.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
@@ -1,120 +1,59 @@
|
||||
{{ define "main" }}
|
||||
|
||||
{{ $subjectCode := .Title }}
|
||||
|
||||
{{/* 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 }}
|
||||
{{ define "main" }} {{ $subjectCode := .Title }} {{/* 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">
|
||||
<a href="/uninotes/">UniNotes</a>
|
||||
{{ if $semester }}
|
||||
{{ $semPage := site.GetPage (printf "/semester/%s" ($semester | urlize)) }}
|
||||
{{ if $semPage }}
|
||||
› <a href="{{ $semPage.RelPermalink }}">{{ $semester }}</a>
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
› <span>{{ $subjectCode }}</span>
|
||||
<a href="/uninotes/">UniNotes</a>
|
||||
{{ if $semester }} {{ $semPage := site.GetPage (printf "/semester/%s" ($semester | urlize)) }}
|
||||
{{ if $semPage }} › <a href="{{ $semPage.RelPermalink }}">{{ $semester }}</a> {{ end }} {{ end
|
||||
}} › <span>{{ $subjectCode }}</span>
|
||||
</nav>
|
||||
|
||||
<h1>{{ $subjectCode }}</h1>
|
||||
|
||||
{{/* Collect unique unit labels and sort numerically */}}
|
||||
{{ $seenUnits := slice }}
|
||||
{{ $unitDicts := slice }}
|
||||
{{ range .Pages }}
|
||||
{{ $unitLabel := (.Params.unit | default .Title) }}
|
||||
{{ if not (in $seenUnits $unitLabel) }}
|
||||
{{ $seenUnits = $seenUnits | append $unitLabel }}
|
||||
{{/* Extract unit number for numeric sort, e.g. "Unit 11" → 11 */}}
|
||||
{{ $uParts := split $unitLabel " " }}
|
||||
{{ $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" }}
|
||||
{{/* Collect unique unit labels and sort numerically */}} {{ $seenUnits := slice }} {{ $unitDicts :=
|
||||
slice }} {{ range .Pages }} {{ $unitLabel := (.Params.unit | default .Title) }} {{ if not (in
|
||||
$seenUnits $unitLabel) }} {{ $seenUnits = $seenUnits | append $unitLabel }} {{/* Extract unit number
|
||||
for numeric sort, e.g. "Unit 11" → 11 */}} {{ $uParts := split $unitLabel " " }} {{ $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") }} {{ if eq (upper $unitLabel) "QNA" }}{{ $uNum = 999999 }}{{ end }} {{
|
||||
$unitDicts = $unitDicts | append (dict "label" $unitLabel "page" . "num" $uNum) }} {{ end }} {{ end
|
||||
}} {{ $sortedUnitDicts := sort $unitDicts "num" }}
|
||||
|
||||
<ul class="uninotes-list uninotes-list--units">
|
||||
{{ range $sortedUnitDicts }}
|
||||
<li class="uninotes-list__item">
|
||||
<a class="uninotes-list__link" href="{{ .page.Params.uniturl }}">
|
||||
{{ .label }}
|
||||
</a>
|
||||
</li>
|
||||
{{ end }}
|
||||
{{ range $sortedUnitDicts }} {{ $unitUrl := .page.Params.uniturl }} {{ if not $unitUrl }}{{
|
||||
$unitUrl = .page.RelPermalink }}{{ end }}
|
||||
<li class="uninotes-list__item">
|
||||
<a class="uninotes-list__link" href="{{ $unitUrl }}"> {{ .label }} </a>
|
||||
</li>
|
||||
{{ end }}
|
||||
</ul>
|
||||
|
||||
{{/* Subject prev/next — siblings in same semester, sorted numerically by code number */}}
|
||||
{{ if $semester }}
|
||||
{{ $semPage := site.GetPage (printf "/semester/%s" ($semester | urlize)) }}
|
||||
{{ if $semPage }}
|
||||
{{/* Collect unique subject codes */}}
|
||||
{{ $siblingCodes := slice }}
|
||||
{{ range $semPage.Pages }}
|
||||
{{ $raw := .Params.subjectcode }}
|
||||
{{ $code := "" }}
|
||||
{{ if reflect.IsSlice $raw }}
|
||||
{{ $code = index $raw 0 }}
|
||||
{{ else }}
|
||||
{{ $code = $raw }}
|
||||
{{ end }}
|
||||
{{ if and $code (not (in $siblingCodes $code)) }}
|
||||
{{ $siblingCodes = $siblingCodes | append $code }}
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
|
||||
{{/* Sort subject codes numerically by extracting the number (e.g. "BO DCM1109" → 1109) */}}
|
||||
{{ $codeDicts := slice }}
|
||||
{{ range $siblingCodes }}
|
||||
{{ $code := . }}
|
||||
{{ $parts := split $code " " }}
|
||||
{{ $lastPart := index $parts (sub (len $parts) 1) }}
|
||||
{{ $numStr := "" }}
|
||||
{{ 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 }}
|
||||
{{/* Subject prev/next — siblings in same semester, sorted numerically by code number */}} {{ if
|
||||
$semester }} {{ $semPage := site.GetPage (printf "/semester/%s" ($semester | urlize)) }} {{ if
|
||||
$semPage }} {{/* Collect unique subject codes */}} {{ $siblingCodes := slice }} {{ range
|
||||
$semPage.Pages }} {{ $raw := .Params.subjectcode }} {{ $code := "" }} {{ if reflect.IsSlice $raw }}
|
||||
{{ $code = index $raw 0 }} {{ else }} {{ $code = $raw }} {{ end }} {{ if and $code (not (in
|
||||
$siblingCodes $code)) }} {{ $siblingCodes = $siblingCodes | append $code }} {{ end }} {{ end }} {{/*
|
||||
Sort subject codes numerically by extracting the number (e.g. "BO DCM1109" → 1109) */}} {{
|
||||
$codeDicts := slice }} {{ range $siblingCodes }} {{ $code := . }} {{ $parts := split $code " " }} {{
|
||||
$lastPart := index $parts (sub (len $parts) 1) }} {{ $numStr := "" }} {{ 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 }}
|
||||
|
||||
@@ -70,6 +70,7 @@
|
||||
{{ if ge . "0" }}{{ if le . "9" }}{{ $uNumStr = printf "%s%s" $uNumStr . }}{{ end }}{{ end }}
|
||||
{{ end }}
|
||||
{{ $uNum := int ($uNumStr | default "0") }}
|
||||
{{ if eq (upper $unitLabel) "QNA" }}{{ $uNum = 999999 }}{{ end }}
|
||||
{{ $unitDicts = $unitDicts | append (dict "label" $unitLabel "page" . "num" $uNum) }}
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
@@ -87,6 +88,7 @@
|
||||
{{ $unitLabel := .label }}
|
||||
{{ $repPage := .page }}
|
||||
{{ $unitUrl := $repPage.Params.uniturl }}
|
||||
{{ if not $unitUrl }}{{ $unitUrl = $repPage.RelPermalink }}{{ end }}
|
||||
{{/* Find Self and Live URLs for this unit */}}
|
||||
{{ $selfUrl := "" }}
|
||||
{{ $liveUrl := "" }}
|
||||
@@ -103,6 +105,9 @@
|
||||
{{ end }}
|
||||
|
||||
<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>
|
||||
<span class="uninotes-contents__unit-cats">
|
||||
{{ if $selfUrl }}
|
||||
@@ -116,6 +121,7 @@
|
||||
<span class="uninotes-contents__cat uninotes-contents__cat--na">Live</span>
|
||||
{{ end }}
|
||||
</span>
|
||||
{{ end }}
|
||||
</li>
|
||||
{{ end }}
|
||||
</ul>
|
||||
|
||||
@@ -1,99 +1,62 @@
|
||||
{{ define "main" }}
|
||||
|
||||
{{ $semesterRaw := .Params.semester }}
|
||||
{{ $subjectcodeRaw := .Params.subjectcode }}
|
||||
{{ $semester := "" }}
|
||||
{{ 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 }}
|
||||
{{ define "main" }} {{ $semesterRaw := .Params.semester }} {{ $subjectcodeRaw := .Params.subjectcode
|
||||
}} {{ $semester := "" }} {{ 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">
|
||||
<a href="/uninotes/">UniNotes</a>
|
||||
{{ if $semester }}
|
||||
{{ $semPage := site.GetPage (printf "/semester/%s" ($semester | urlize)) }}
|
||||
{{ if $semPage }}
|
||||
› <a href="{{ $semPage.RelPermalink }}">{{ $semester }}</a>
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
{{ if $subjectcode }}
|
||||
{{ $subPage := site.GetPage (printf "/subjectcode/%s" ($subjectcode | urlize)) }}
|
||||
{{ if $subPage }}
|
||||
› <a href="{{ $subPage.RelPermalink }}">{{ $subjectcode }}</a>
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
› <a href="{{ .Params.uniturl }}">{{ .Params.unit | default .Title }}</a>
|
||||
› <span>{{ .Params.notecategory | default "Notes" }}</span>
|
||||
<a href="/uninotes/">UniNotes</a>
|
||||
{{ if $semester }} {{ $semPage := site.GetPage (printf "/semester/%s" ($semester | urlize)) }}
|
||||
{{ if $semPage }} › <a href="{{ $semPage.RelPermalink }}">{{ $semester }}</a> {{ end }} {{ end
|
||||
}} {{ if $subjectcode }} {{ $subPage := site.GetPage (printf "/subjectcode/%s" ($subjectcode |
|
||||
urlize)) }} {{ if $subPage }} › <a href="{{ $subPage.RelPermalink }}">{{ $subjectcode }}</a> {{
|
||||
end }} {{ end }} {{ if .Params.uniturl }} ›
|
||||
<a href="{{ .Params.uniturl }}">{{ .Params.unit | default .Title }}</a> ›
|
||||
<span>{{ .Params.notecategory | default "Notes" }}</span> {{ else }} ›
|
||||
<span>{{ .Params.unit | default .Title }}</span>
|
||||
{{ end }}
|
||||
</nav>
|
||||
|
||||
<div class="uninotes-meta">
|
||||
{{ with $semester }}<span class="uninotes-meta__pill">{{ . }}</span>{{ end }}
|
||||
{{ with $subjectcode }}<span class="uninotes-meta__pill">{{ . }}</span>{{ end }}
|
||||
{{ with .Params.notecategory }}
|
||||
<span class="uninotes-meta__pill uninotes-meta__pill--{{ . | lower }}">{{ . }}</span>
|
||||
{{ end }}
|
||||
{{ with $semester }}<span class="uninotes-meta__pill">{{ . }}</span>{{ end }} {{ with
|
||||
$subjectcode }}<span class="uninotes-meta__pill">{{ . }}</span>{{ end }} {{ if
|
||||
.Params.notecategory }}
|
||||
<span class="uninotes-meta__pill uninotes-meta__pill--{{ .Params.notecategory | lower }}"
|
||||
>{{ .Params.notecategory }}</span
|
||||
>
|
||||
{{ else if .Params.unit }}
|
||||
<span class="uninotes-meta__pill uninotes-meta__pill--{{ .Params.unit | lower }}"
|
||||
>{{ .Params.unit }}</span
|
||||
>
|
||||
{{ end }}
|
||||
</div>
|
||||
|
||||
<h1>{{ .Params.unit | default .Title }}</h1>
|
||||
|
||||
{{ partial "page/toc.html" . }}
|
||||
|
||||
{{ .Content }}
|
||||
|
||||
{{ partial "page/terms.html" (dict "taxonomy" "tags" "page" .) }}
|
||||
{{ partial "page/terms.html" (dict "taxonomy" "categories" "page" .) }}
|
||||
|
||||
{{/* Next/prev among sibling UNITS in the same subjectcode — sorted numerically */}}
|
||||
{{ if $subjectcode }}
|
||||
{{ $subPage := site.GetPage (printf "/subjectcode/%s" ($subjectcode | urlize)) }}
|
||||
{{ if $subPage }}
|
||||
{{/* Build deduplicated unit list with numeric sort key */}}
|
||||
{{ $seenUnits := slice }}
|
||||
{{ $unitDicts := slice }}
|
||||
{{ range $subPage.Pages }}
|
||||
{{ $unitLabel := (.Params.unit | default .Title) }}
|
||||
{{ if not (in $seenUnits $unitLabel) }}
|
||||
{{ $seenUnits = $seenUnits | append $unitLabel }}
|
||||
{{/* Extract unit number for numeric sort, e.g. "Unit 11" → 11 */}}
|
||||
{{ $uParts := split $unitLabel " " }}
|
||||
{{ $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" }}
|
||||
|
||||
{{ $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 }}
|
||||
{{ partial "page/toc.html" . }} {{ .Content }} {{ partial "page/terms.html" (dict "taxonomy" "tags"
|
||||
"page" .) }} {{ partial "page/terms.html" (dict "taxonomy" "categories" "page" .) }} {{/* Next/prev
|
||||
among sibling UNITS in the same subjectcode — sorted numerically */}} {{ if $subjectcode }} {{
|
||||
$subPage := site.GetPage (printf "/subjectcode/%s" ($subjectcode | urlize)) }} {{ if $subPage }}
|
||||
{{/* Build deduplicated unit list with numeric sort key */}} {{ $seenUnits := slice }} {{ $unitDicts
|
||||
:= slice }} {{ range $subPage.Pages }} {{ $unitLabel := (.Params.unit | default .Title) }} {{ if not
|
||||
(in $seenUnits $unitLabel) }} {{ $seenUnits = $seenUnits | append $unitLabel }} {{/* Extract unit
|
||||
number for numeric sort, e.g. "Unit 11" → 11 */}} {{ $uParts := split $unitLabel " " }} {{ $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") }} {{ if eq (upper $unitLabel) "QNA" }}{{ $uNum = 999999 }}{{
|
||||
end }} {{ $unitDicts = $unitDicts | append (dict "label" $unitLabel "page" . "num" $uNum) }} {{ 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)) }} {{
|
||||
$prevUrl := $prev.page.Params.uniturl }} {{ if not $prevUrl }}{{ $prevUrl =
|
||||
$prev.page.RelPermalink }}{{ end }}
|
||||
<a class="page-nav__previous-link" href="{{ $prevUrl }}">← {{ $prev.label }}</a>
|
||||
{{ end }} {{ if lt $currentIdx (sub (len $sortedUnitDicts) 1) }} {{ $next := (index
|
||||
$sortedUnitDicts (add $currentIdx 1)) }} {{ $nextUrl := $next.page.Params.uniturl }} {{ if not
|
||||
$nextUrl }}{{ $nextUrl = $next.page.RelPermalink }}{{ end }}
|
||||
<a class="page-nav__next-link" href="{{ $nextUrl }}">{{ $next.label }} →</a>
|
||||
{{ end }}
|
||||
</nav>
|
||||
{{ end }} {{ end }} {{ end }} {{ partial "page/page-end.html" . }} {{ end }}
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
title: "Privacy Policy"
|
||||
---
|
||||
|
||||
**Last Updated: June 13, 2026**
|
||||
**Last Updated: June 14, 2026**
|
||||
|
||||
We respect your privacy and are committed to protecting your personal information. This "Privacy Policy" explains what information we collect, how we use it, and the choices available to you when using our services.
|
||||
|
||||
@@ -27,19 +27,19 @@ When you use our services, we may automatically collect:
|
||||
* Service usage information.
|
||||
* Security and authentication logs.
|
||||
|
||||
### Email and XMPP
|
||||
## 2. Services: Email and XMPP
|
||||
|
||||
To provide [Email](https://freedoms4.org/services/email-account/) and [XMPP](http://localhost:1313/services/xmpp-account/) services, we may store related metadata necessary for message delivery and system operation.
|
||||
|
||||
We do not access, review, or inspect the contents of users' emails or messages.
|
||||
|
||||
### Uploaded Files and Pastebins
|
||||
## 3. Service: File Share or Pastebin
|
||||
|
||||
Files and pastebins uploaded through our [File Share](https://freedoms4.org/services/file-share/) service (web or command-line) are stored unencrypted and are automatically deleted within 24 hours of upload. We strongly recommend that you do not upload sensitive, confidential, or personal information through this service.
|
||||
|
||||
We do not access, review, or inspect uploaded content except when reasonably necessary to investigate abuse and enforce our policies.
|
||||
|
||||
## Cookies and Similar Technologies
|
||||
## 4. Cookies and Similar Technologies
|
||||
|
||||
We may use cookies or similar technologies to:
|
||||
|
||||
@@ -48,13 +48,7 @@ We may use cookies or similar technologies to:
|
||||
|
||||
You may control cookies through your browser settings.
|
||||
|
||||
## Third-Party Services
|
||||
|
||||
Our services may contain links to third-party websites or services. We are not responsible for the privacy practices of those third parties.
|
||||
|
||||
We encourage you to review their privacy policies before providing personal information.
|
||||
|
||||
## How We Use Information
|
||||
## 5. How We Use Information
|
||||
|
||||
We use collected information to:
|
||||
|
||||
@@ -65,7 +59,7 @@ We use collected information to:
|
||||
|
||||
We do not sell your personal information.
|
||||
|
||||
## Sharing of Information
|
||||
## 6. Sharing of Information
|
||||
|
||||
We do not sell, rent, or trade personal information.
|
||||
|
||||
@@ -75,13 +69,13 @@ We may disclose information:
|
||||
* To protect the security and integrity of our services.
|
||||
* To investigate abuse, fraud, or security incidents.
|
||||
|
||||
## Data Retention
|
||||
## 7. Data Retention
|
||||
|
||||
We may retain information only as long as necessary to provide services and enforce our policies.
|
||||
|
||||
You may [request](https://freedoms4.org/contact/) account deletion at any time. Following deletion, only registration-related records may be retained for administrative purposes, while all other data will be permanently erased.
|
||||
|
||||
## Your Rights
|
||||
## 8. Your Rights
|
||||
|
||||
Depending on your location and applicable laws, you may have the right to:
|
||||
|
||||
@@ -93,11 +87,17 @@ Depending on your location and applicable laws, you may have the right to:
|
||||
|
||||
To exercise these rights, please [contact](https://freedoms4.org/contact/) us.
|
||||
|
||||
## Children's Privacy
|
||||
## 9. Third-Party Services
|
||||
|
||||
Our services may contain links to third-party websites or services. We are not responsible for the privacy practices of those third parties.
|
||||
|
||||
We encourage you to review their privacy policies before providing personal information.
|
||||
|
||||
## 10. Children's Privacy
|
||||
|
||||
Our services are not intended for children under the age required by applicable law without parental consent. We do not knowingly collect personal information from children in violation of applicable laws.
|
||||
|
||||
## Changes to This Privacy Policy
|
||||
## 11. Changes to This Privacy Policy
|
||||
|
||||
We may update these policies from time to time. Updated versions will be posted on this page with a revised "Last Updated" date.
|
||||
|
||||
|
||||
@@ -879,14 +879,13 @@
|
||||
.comments__title {
|
||||
font-size: 1.15rem;
|
||||
font-weight: 700;
|
||||
margin-bottom: 1.2rem;
|
||||
margin-bottom: 2rem;
|
||||
}
|
||||
|
||||
.comments__login-msg {
|
||||
font-size: 0.9rem;
|
||||
margin-bottom: 1.2rem;
|
||||
margin-bottom: 2.55rem;
|
||||
color: var(--foreground-color3, #888);
|
||||
padding-top: 0.06rem;
|
||||
}
|
||||
|
||||
.comments__empty {
|
||||
@@ -1005,17 +1004,15 @@
|
||||
|
||||
.comment {
|
||||
margin-bottom: 0.85rem;
|
||||
padding: 0.75rem 0.9rem 0 0.9rem;
|
||||
border: 1px solid var(--background-color1, #e0e0e0);
|
||||
border-radius: 6px;
|
||||
padding: 0.75rem 0.75rem 0.1rem 0.75rem;
|
||||
background: var(--background-color);
|
||||
border-left: 1.4px solid var(--foreground-color3);
|
||||
}
|
||||
|
||||
.comment--reply {
|
||||
margin-top: 0.7rem;
|
||||
margin-left: 1.5rem;
|
||||
border-left: 3px solid var(--accent-color);
|
||||
border-radius: 0 6px 6px 0;
|
||||
padding-bottom: 0.3rem;
|
||||
}
|
||||
|
||||
.comment__meta {
|
||||
@@ -1528,3 +1525,16 @@
|
||||
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);
|
||||
}
|
||||
|
||||
@@ -6,17 +6,17 @@ title: "Terms and Conditions"
|
||||
|
||||
This service is operated as a non-profit initiative with the goal of providing reliable services to its users. We are not driven by commercial interests and any resources received are used solely to support, maintain, and improve the services.
|
||||
|
||||
### 1. Acceptance of Terms
|
||||
## 1. Acceptance of Terms
|
||||
|
||||
By creating an account or using our services, you agree to be bound by these "Terms and Conditions". If you do not agree to these terms, you must not use our services.
|
||||
|
||||
### 2. Services
|
||||
## 2. Services
|
||||
|
||||
We provide communication-related services, including but not limited to: [Email](https://freedoms4.org/services/email-account/) and [XMPP](http://localhost:1313/services/xmpp-account/) messaging services, and online [File Share](https://freedoms4.org/services/file-share/) service.
|
||||
|
||||
We may modify, suspend, or discontinue any part of the services at any time with prior notice.
|
||||
|
||||
### 3. Account Registration
|
||||
## 3. Account Registration
|
||||
|
||||
To use certain services, you must create an account with a valid email address.
|
||||
|
||||
@@ -26,7 +26,7 @@ You are responsible for:
|
||||
* All activities that occur under your account.
|
||||
* Promptly notifying us of any unauthorized access or security breach.
|
||||
|
||||
### 4. Acceptable Use
|
||||
## 4. Acceptable Use
|
||||
|
||||
You agree not to use the services to:
|
||||
|
||||
@@ -39,7 +39,7 @@ You agree not to use the services to:
|
||||
|
||||
We reserve the right to suspend or terminate accounts that violate these rules.
|
||||
|
||||
### 5. User Content
|
||||
## 5. User Content
|
||||
|
||||
You retain ownership of any content you transmit or store through the services.
|
||||
|
||||
@@ -47,17 +47,17 @@ By using the services, you grant us the limited rights necessary to operate, mai
|
||||
|
||||
You are solely responsible for the content associated with your account.
|
||||
|
||||
### 6. Service Availability
|
||||
## 6. Service Availability
|
||||
|
||||
We strive to provide reliable services but do not guarantee uninterrupted availability.
|
||||
|
||||
Services may be unavailable due to maintenance, upgrades, security issues, or circumstances beyond our control.
|
||||
|
||||
### 7. Privacy
|
||||
## 7. Privacy
|
||||
|
||||
Your use of the services is also governed by our [Privacy Policy](https://freedoms4.org/privacy/). Please review the policies to understand how we collect, use, and protect your information.
|
||||
|
||||
### 8. Account Suspension and Termination
|
||||
## 8. Account Suspension and Termination
|
||||
|
||||
We may suspend or terminate your account if:
|
||||
|
||||
@@ -67,23 +67,23 @@ We may suspend or terminate your account if:
|
||||
|
||||
You may stop using the services and [request](https://freedoms4.org/contact/) account deletion at any time.
|
||||
|
||||
### 9. Disclaimer of Warranties
|
||||
## 9. Disclaimer of Warranties
|
||||
|
||||
The services are provided "as is" and "as available".
|
||||
|
||||
To the fullest extent permitted by law, we disclaim all warranties, express or implied, including warranties of merchantability, fitness for a particular purpose, and non-infringement.
|
||||
|
||||
### 10. Limitation of Liability
|
||||
## 10. Limitation of Liability
|
||||
|
||||
To the maximum extent permitted by law, we shall not be liable for any indirect, incidental, special, consequential, or punitive damages arising from your use of the services.
|
||||
|
||||
### 11. Changes to These Terms
|
||||
## 11. Changes to These Terms
|
||||
|
||||
We may update these terms from time to time.
|
||||
|
||||
If we make material changes, we will provide reasonable notice through the website or by email. Continued use of the services after changes become effective constitutes acceptance of the revised terms.
|
||||
|
||||
### 12. Governing Law
|
||||
## 12. Governing Law
|
||||
|
||||
These terms shall be governed by and construed in accordance with the laws of the applicable jurisdiction where our servers are located.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user