Skip to content

Commit

Permalink
Merge pull request #57 from udohjeremiah/dev
Browse files Browse the repository at this point in the history
Add 2 new past questions.
  • Loading branch information
udohjeremiah authored Jan 25, 2025
2 parents d1b32f7 + bca4ac8 commit 13325d7
Show file tree
Hide file tree
Showing 4 changed files with 189 additions and 28 deletions.
88 changes: 88 additions & 0 deletions src/questions/wdu-pol-23_24-2lvl-1st-pol209.jsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,88 @@
import Questions from "@/components/Questions";
import Answers from "@/components/Answers";

export default function POL209() {
return (
<Questions
school="western delta university"
college="social and management sciences"
department="Political Science"
session="2022/2023"
semester="first semester"
courseCode="POL209"
courseTitle="Comparative Political Science"
allowedTime="2hrs"
instruction="Attempt any four (4) questions. Questions number 1-6 carries 17.5 marks each. Present all your points in a coherent and orderly manner."
>
<li>
<h4 className="mb-2 font-bold">Question 1</h4>
<ol className="flex list-[lower-alpha] flex-col gap-2">
<li>
Define Comparative Politics?
<Answers questionNumber="1a" />
</li>
<li>
Identify the eras or epochs in the evolution of Comparative Politics
and write short note on each of the phases.
<Answers questionNumber="1b" />
</li>
</ol>
</li>

<li>
<h4 className="mb-2 font-bold">Question 2</h4>
Identify and elaborate the basic approaches to the study of Comparative
Politics.
<Answers questionNumber="2" />
</li>

<li>
<h4 className="mb-2 font-bold">Question 3</h4>
Explain the rational for the study of Comparative Politics and explain
the different strategies adopted in comparative study.
<Answers questionNumber="3" />
</li>

<li>
<h4 className="mb-2 font-bold">Question 4</h4>
Explain the central objectives and advantages of Comparative Politics as
a sub-field of politial science.
<Answers questionNumber="4" />
</li>

<li>
<h4 className="mb-2 font-bold">Question 5</h4>
Identify the main focus on Comparative Politics from the stand point of
the functions of government.
<Answers questionNumber="5" />
</li>

<li>
<h4 className="mb-2 font-bold">Question 6</h4>
Write short notes on any three (3) of the following:
<ol className="flex list-[lower-alpha] flex-col gap-2">
<li>
Concepts
<Answers questionNumber="6a" />
</li>
<li>
Models
<Answers questionNumber="6b" />
</li>
<li>
Theories
<Answers questionNumber="6c" />
</li>
<li>
Classification
<Answers questionNumber="6d" />
</li>
<li>
Case study
<Answers questionNumber="6e" />
</li>
</ol>
</li>
</Questions>
);
}
46 changes: 19 additions & 27 deletions src/questions/wdu-pol-23_24-3lvl-1st-pol309.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,61 +10,53 @@ export default function POL309() {
session="2023/2024"
semester="first semester"
courseCode="POL309"
courseTitle="Theory and Practice of Administration"
allowedTime="2hrs"
instruction="Answer four (4) questions"
courseTitle="Politics of Development and Underdevelopment"
allowedTime="3hrs"
instruction="Answer four (4) questions only. Cancel unused spaces in your answer booklet"
>
<li>
<h4 className="mb-2 font-bold">Question 1</h4>
Examine the development of early management and Administration thought
during the pre-industrial Revolution to industrial Revolution.
Dependency Theory explains Underdevelopment as a conditioning situation
in which the Economies of one group of countries are conditioned by the
Development and Expansion of the others. Discuss. Make appropriate
recommendations to combat this scourge.
<Answers questionNumber="1" />
</li>

<li>
<h4 className="mb-2 font-bold">Question 2</h4>
Discuss the system theory using the aid of a diagram as enunciated by
David Easton.
Differentiate between Growth and Development. Using Nigeria as a case
study, discuss the essential features of its Underdevelopment.
<Answers questionNumber="2" />
</li>

<li>
<h4 className="mb-2 font-bold">Question 3</h4>
Examine Adam Smith observation about the importance of division of
labour to higher productivity.
Discuss Modernization as a Development Model and account for the
criticisms of this model by scholars.
<Answers questionNumber="3" />
</li>

<li>
<h4 className="mb-2 font-bold">Question 4</h4>
Discuss the difference and familiarities in Public Administration and
Private Administration.
Discuss W.W. Rostow&apos;s linear Growth Theory and Arthur W,
Lewis&apos;s Two Factor Theory in Development Studies.
<Answers questionNumber="4" />
</li>

<li>
<h4 className="mb-2 font-bold">Question 5</h4>
List and discuss Maslow&apos;s needs hierarchy framework.
Discuss the Marxian Argument that Societal Development and
Transformation of societies is through class conflicts rather than
through Evolutionary process. Identify its major criticisms.
<Answers questionNumber="5" />
</li>

<li>
<h4 className="mb-2 font-bold">Question 6</h4>
Write short notes on the following:
<ol className="flex list-[lower-alpha] flex-col gap-2">
<li>
Structural — functional analysis by Talcott Parson
<Answers questionNumber="6a" />
</li>
<li>
Public choice theory
<Answers questionNumber="6b" />
</li>
<li>
Max Weber&apos;s Typology of Authority.
<Answers questionNumber="6c" />
</li>
</ol>
Give an in-depth definition of Foreign Aid and account for its relevance
in less Developed Countries while highlighting its shortcomings.
<Answers questionNumber="6" />
</li>
</Questions>
);
Expand Down
71 changes: 71 additions & 0 deletions src/questions/wdu-pol-23_24-3lvl-1st-pol311.jsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,71 @@
import Questions from "@/components/Questions";
import Answers from "@/components/Answers";

export default function POL311() {
return (
<Questions
school="western delta university"
college="social and management sciences"
department="Political Science"
session="2023/2024"
semester="first semester"
courseCode="POL311"
courseTitle="Theory and Practice of Administration"
allowedTime="2hrs"
instruction="Answer four (4) questions"
>
<li>
<h4 className="mb-2 font-bold">Question 1</h4>
Examine the development of early management and Administration thought
during the pre-industrial Revolution to industrial Revolution.
<Answers questionNumber="1" />
</li>

<li>
<h4 className="mb-2 font-bold">Question 2</h4>
Discuss the system theory using the aid of a diagram as enunciated by
David Easton.
<Answers questionNumber="2" />
</li>

<li>
<h4 className="mb-2 font-bold">Question 3</h4>
Examine Adam Smith observation about the importance of division of
labour to higher productivity.
<Answers questionNumber="3" />
</li>

<li>
<h4 className="mb-2 font-bold">Question 4</h4>
Discuss the difference and familiarities in Public Administration and
Private Administration.
<Answers questionNumber="4" />
</li>

<li>
<h4 className="mb-2 font-bold">Question 5</h4>
List and discuss Maslow&apos;s needs hierarchy framework.
<Answers questionNumber="5" />
</li>

<li>
<h4 className="mb-2 font-bold">Question 6</h4>
Write short notes on the following:
<ol className="flex list-[lower-alpha] flex-col gap-2">
<li>
Structural — functional analysis by Talcott Parson
<Answers questionNumber="6a" />
</li>
<li>
Public choice theory
<Answers questionNumber="6b" />
</li>
<li>
Max Weber&apos;s Typology of Authority.
<Answers questionNumber="6c" />
</li>
</ol>
</li>
</Questions>
);
}
12 changes: 11 additions & 1 deletion src/utils/pastQuestionsArchive.json
Original file line number Diff line number Diff line change
Expand Up @@ -539,6 +539,11 @@
"name": "POL 203 - Economic and Social Development",
"question": "wdu-pol-23_24-2lvl-1st-pol203"
},
{
"href": "pol209",
"name": "POL 209 - Comparative Political Science",
"question": "wdu-pol-23_24-2lvl-1st-pol209"
},
{
"href": "pol213",
"name": "POL 213 - Introduction of Local Government Administration",
Expand Down Expand Up @@ -586,8 +591,13 @@
},
{
"href": "pol309",
"name": "POL 309 - Theory and Practice of Administration",
"name": "POL 309 - Politics of Development and Underdevelopment",
"question": "wdu-pol-23_24-3lvl-1st-pol309"
},
{
"href": "pol311",
"name": "POL 311 - Theory and Practice of Administration",
"question": "wdu-pol-23_24-3lvl-1st-pol311"
}
]
},
Expand Down

0 comments on commit 13325d7

Please sign in to comment.