📚 Questions Reading Mode

Study questions platform-wide or filter by specific tests with correct answers revealed.

Log in to see your joined tests.
CISA QUESTION #1769
Question 3521
Which of the following statements about a control self-assessment (CSA) is INCORRECT?
  • It empowers users to take ownership and accountability for controls
  • It can replace the need for a traditional audit✔️
  • It may be used to flag high-risk areas for subsequent review
  • It lacks the level of independence offered by an external auditor
Correct Answer Logic:
A CSA is a valuable internal tool that promotes user accountability and can identify areas warranting deeper review. However, it is not a substitute for a traditional independent audit, as it does not carry the same level of independence or rigor required for formal audit conclusions.
Uploaded by: Fani Warraich
Psychology QUESTION #9803
Question 3522
In Freud's theory of personality, which of the following statements is correct?
  • The ego obeys the reality principle✔️
  • The id operates by secondary process thinking
  • The superego obeys the pleasure principle
  • The ego operates by primary process thinking
Correct Answer Logic:
The ego operates on the reality principle using rational, logical (secondary process) thinking. The id operates on the pleasure principle using primary process thinking. The superego represents internalized moral standards.
Uploaded by: Fani Warraich
MBBS QUESTION #10278
Question 3523
The muscle spindle, an intrafusal stretch receptor embedded within skeletal muscle, primarily detects:
  • Active muscle tension generated during contraction, protecting against overload
  • Changes in muscle length and the velocity of that change, triggering the monosynaptic stretch reflex✔️
  • Joint position exclusively, with no role in muscle length sensing
  • Cutaneous pressure and touch
Correct Answer Logic:
Muscle spindles are specialized to detect muscle length and the rate of length change (stretch), triggering reflex contraction to resist stretch (stretch reflex) — in contrast to Golgi tendon organs, located in series with muscle fibers at the musculotendinous junction, which sense muscle tension and mediate the protective inverse stretch reflex.
Uploaded by: Fani Warraich
Social Studies QUESTION #10079
Question 3524
'The Elementary Structures of Kinship' was written by:
  • Levi-Strauss✔️
  • Clifford Geertz
  • Max Weber
  • None of these
Correct Answer Logic:
Claude Lévi-Strauss authored 'The Elementary Structures of Kinship' (1949).
Uploaded by: Fani Warraich
Paper-I (Anatomy/Physiology and Biochemistry/Microbiology) QUESTION #3562
Question 3525
'Cod Liver Oil' is a rich source of which vitamins?
  • B and C
  • A and D✔️
  • E and K
  • None
Correct Answer Logic:
It is used to prevent rickets and improve immunity.
Uploaded by: Fani Warraich
General Knowledge QUESTION #4681
Question 3526
Dan Quayle held which of the following positions?
  • Mexican footballer
  • American Politician✔️
  • Prime Minister of Brazil
  • Secretary General of NATO
Correct Answer Logic:
Dan Quayle served as the 44th Vice President of the United States under President George H.W. Bush (1989–1993).
Uploaded by: Fani Warraich
Boilers Mechanical Engineering QUESTION #2474
Question 3527
The diametral pitch \(P_d\) (English units) and module \(m\) (SI units) are related by:
  • \(m = P_d / 25.4\)
  • \(m \cdot P_d = \pi\)
  • \(m = 25.4 / P_d\)✔️
  • \(m = P_d \cdot 25.4\)
Correct Answer Logic:
The relationship between module and diametral pitch: \(m = 25.4/P_d\) (since 1 inch = 25.4 mm).
Uploaded by: Fani Warraich
General Ability and Fire Fighting QUESTION #5603
Question 3528
What does the second 'S' stand for in the P.A.S.S. technique?
  • Stop the discharge
  • Sweep from side to side✔️
  • Stand clear
  • Signal for help
Correct Answer Logic:
The second 'S' in P.A.S.S. stands for Sweep from side to side across the base of the fire until it appears to be out.
Uploaded by: Fani Warraich
MCQs Section QUESTION #5270
Question 3529
امیر خسرو کی تحریک ان میں سے کس کا حصہ ہو سکتی ہے؟
  • ایہام گوئی کی تحریک
  • رومانوی تحریک
  • ترقی پسند تحریک
  • صوفیاء کی تحریک✔️
Correct Answer Logic:
امیر خسرو صوفی شاعر تھے اس لیے ان کی تحریک صوفیاء کی تحریک کا حصہ تھی۔
Uploaded by: Fani Warraich
Paper-II (Pharmacognosy and Pharmaceutics-I) QUESTION #3002
Question 3530
In an 'Oil-in-Water' (O/W) emulsion, the 'Oil' is the:
  • Continuous phase
  • Dispersed phase✔️
  • Emulsifying agent
  • Solvent
Correct Answer Logic:
In O/W, oil droplets are dispersed throughout the water (continuous phase).
Uploaded by: Fani Warraich
Verbal Reasoning QUESTION #8106
Question 3531

Team $X$ scored $p$ points more than team $Y$, and the two teams together scored a total of 10 points.

Compare:

Column A: Twice the number of points team $Y$ scored

Column B: $10 - p$

  • Column A is greater
  • Column B is greater
  • The two quantities are equal✔️
  • The relationship cannot be determined from the information given
Correct Answer Logic:

Let team $Y$'s score $= y$. Then team $X$'s score $= y + p$.

Together: $y + (y + p) = 10 \Rightarrow 2y + p = 10 \Rightarrow 2y = 10 - p$.

Column A $= 2y = 10 - p$ = Column B.

The two quantities are equal.

Uploaded by: Fani Warraich
Mathematics QUESTION #6943
Question 3532

If $\begin{pmatrix}1&1\\0&1\end{pmatrix}\begin{pmatrix}1&2\\0&1\end{pmatrix}\begin{pmatrix}1&3\\0&1\end{pmatrix}\cdots\begin{pmatrix}1&n-1\\0&1\end{pmatrix} = \begin{pmatrix}1&78\\0&1\end{pmatrix}$, find the inverse of $\begin{pmatrix}1&n\\0&1\end{pmatrix}$.

  • $\begin{pmatrix}1&0\\12&1\end{pmatrix}$
  • $\begin{pmatrix}1&-13\\0&1\end{pmatrix}$
  • $\begin{pmatrix}1&-12\\0&1\end{pmatrix}$✔️
  • $\begin{pmatrix}1&0\\13&1\end{pmatrix}$
Correct Answer Logic:

The product of upper-triangular matrices $\begin{pmatrix}1&k\\0&1\end{pmatrix}$ gives $\begin{pmatrix}1&\sum k\\0&1\end{pmatrix}$.

$\sum_{k=1}^{n-1}k = \dfrac{(n-1)n}{2} = 78 \Rightarrow n(n-1)=156 \Rightarrow n=13$

The inverse of $\begin{pmatrix}1&n\\0&1\end{pmatrix} = \begin{pmatrix}1&13\\0&1\end{pmatrix}$ is $\begin{pmatrix}1&-13\\0&1\end{pmatrix}$.

Uploaded by: Fani Warraich
Paper-I (Anatomy/Physiology and Biochemistry/Microbiology) QUESTION #3471
Question 3533
'Peptidoglycan' is a structural molecule found in the cell walls of:
  • Humans
  • Plants
  • Bacteria✔️
  • Fungi
Correct Answer Logic:
It is a target for many antibiotics like penicillin.
Uploaded by: Fani Warraich
Paper-I (Pharmaceutics II (Industrial and Quality Control) and Pharmaceutics III (Hospital and Community Pharmacy)) QUESTION #5732
Question 3534
The National Drug Policy of Pakistan aims to protect the public from hazards. Which of these is a specific objective regarding pharmaceutical manufacturing?
  • Importing all drugs from abroad
  • Attain self-sufficiency in formulation and raw material production✔️
  • Banning all local industry
  • Selling drugs only in major cities
Correct Answer Logic:
Self-sufficiency is a key objective of the National Drug Policy.
Uploaded by: Fani Warraich
Administration QUESTION #9546
Question 3535
The Power and Politics School (Farrell and Peterson, 1982) proposed a three-dimensional typology of political behaviour in organizations. A senior civil servant who lobbies the Finance Division using informal personal contacts to secure additional budget allocation is engaging in political behaviour that is best characterized as:
  • Internal, vertical, and legitimate — within the organization, upward in hierarchy, through sanctioned channels
  • Internal, vertical, and illegitimate — within the organization, upward in hierarchy, through unsanctioned informal channels✔️
  • External, lateral, and legitimate — outside the organization, across hierarchical levels, through formal means
  • Internal, lateral, and illegitimate — within the organization, horizontally, through unsanctioned informal channels
Correct Answer Logic:
The typology evaluates: location (internal/external), direction (vertical/lateral) and legitimacy (sanctioned/unsanctioned). Lobbying Finance Division is internal to government, vertically directed (upward to Finance), but conducted through informal personal channels rather than formal budget procedures — making it internally vertical and illegitimate under formal administrative norms.
Uploaded by: Fani Warraich
General Knowledge QUESTION #4778
Question 3536
What is the name of Sri Lanka's official currency?
  • Rupiyah
  • Lek
  • Ringgit
  • Sri Lankan Rupee✔️
Correct Answer Logic:
The official currency of Sri Lanka is the Sri Lankan Rupee (LKR), which has been in use since 1872. Lek is Albanian, Ringgit is Malaysian.
Uploaded by: Fani Warraich
Civil Engineering QUESTION #6573
Question 3537
Minor losses in pipe flow are those that are:
  • Small in absolute magnitude
  • Caused by local disturbances due to fittings such as valves, bends, and contractions✔️
  • Caused purely by pipe wall friction
  • Dependent only on the length of the pipeline
Correct Answer Logic:
Minor losses arise from local flow disturbances at fittings, bends, valves, and expansions. They are expressed as \(h_L = K\frac{V^2}{2g}\), where \(K\) is a loss coefficient specific to each fitting.
Uploaded by: Fani Warraich
Civil Engineering QUESTION #2119
Question 3538
In the moment distribution method for analyzing indeterminate structures, the distribution factor (DF) for a member at a joint is defined as:
  • The ratio of the member stiffness to the sum of stiffnesses of all members meeting at the joint✔️
  • The ratio of the fixed-end moment in the member to the total applied moment at the joint
  • The carry-over factor multiplied by the member stiffness
  • The ratio of span length to total length of all members at the joint
Correct Answer Logic:
Distribution Factor \(DF = \dfrac{K_{member}}{\sum K_{members\,at\,joint}}\), where \(K = \dfrac{4EI}{L}\) for far-end fixed and \(K = \dfrac{3EI}{L}\) for far-end pinned. The sum of DFs at any joint always equals 1.0 (except at fixed supports where DF = 0). The DF determines what fraction of the unbalanced moment is distributed to each member at a joint.
Uploaded by: Fani Warraich
Education QUESTION #6879
Question 3539
According to the socio-emotional management approach, which of the following teacher behaviors is MOST likely to reduce classroom management problems?
  • Maintaining strict emotional neutrality so that students perceive the teacher as objective
  • Smiling, showing empathy, capitalizing on student interests, and ensuring active participation by all✔️
  • Applying consistent punitive consequences for every rule violation without exception
  • Delivering highly structured lectures with minimal student interaction to maintain focus
Correct Answer Logic:
Socio-emotional management is grounded in the idea that healthy interpersonal relationships and a positive classroom climate significantly reduce management problems. Teachers who smile, are emotionally supportive, show genuine interest in students, and foster participation create pro-social environments that naturally inhibit disruptive behavior.
Uploaded by: Fani Warraich
Education QUESTION #6792
Question 3540
A teacher implementing formative assessment is primarily concerned with which of the following questions about student learning?
  • How well have students achieved the final course objectives by the end of the term?
  • Where are students in the learning process right now, what is working in my instructional approach, and what modifications will help them learn better going forward?✔️
  • How do these students compare to other students at their grade level nationally?
  • Which students have mastered sufficient content to receive a passing grade?
Correct Answer Logic:
The defining focus of formative assessment is the quality and effectiveness of the ongoing instructional process — not final achievement, relative ranking, or grading. It provides real-time feedback to modify teaching strategies and address specific learning gaps during instruction. The other options describe summative, norm-referenced, and grading functions respectively.
Uploaded by: Fani Warraich