function mcq_record_mode_controller() { // Capability check if (!current_user_can('manage_options')) { wp_die(__('You do not have permission to access this page.', 'mcq-test-creator')); } // Nonce and test ID $test_id = isset($_GET['test_id']) ? intval($_GET['test_id']) : 0; $nonce = isset($_GET['nonce']) ? $_GET['nonce'] : ''; if (!$test_id || !wp_verify_nonce($nonce, 'mcq_record_mode_' . $test_id)) { wp_die(__('Invalid security token.', 'mcq-test-creator')); } // Build presentation data $presentation = mcq_build_presentation($test_id); if (!$presentation) { wp_die(__('No questions found in this test.', 'mcq-test-creator')); } // Render the view, capture output, and exit cleanly (no admin chrome) ob_start(); require_once MCQ_PLUGIN_DIR . 'views/record-mode.php'; $html = ob_get_clean(); wp_die($html); } Cotton is a ______ crop of Pakistan: - DocMCQs
Ad
Sponsored by Sir Tauqeer
CLICK HERE TO JOIN SIR TAUQUEER WHATSAPP GROUP
FOR PREPARATION CLASSES AND JOBS UPDATES
Join Now

Cotton is a ______ crop of Pakistan:

A. Food
B. Cash
C. Synthetic
D. Compound
Correct Answer: B. Cash

The question categorizes cotton based on its economic purpose in Pakistan. Crops are generally classified into different types depending on their primary use, such as food, fiber, or industrial raw material.

The correct answer is B: Cash. Cotton is fundamentally a cash crop in Pakistan. A cash crop is cultivated primarily for sale in the market to generate profit, rather than for direct consumption by the grower. Pakistan is one of the world's leading cotton producers, and its cultivation is a cornerstone of the country's agricultural economy, providing raw material for the textile industry and significant export revenue.

  • A: Food is incorrect because cotton is not grown for human or animal consumption; its primary product is fiber.
  • C: Synthetic is incorrect as synthetic materials are man-made (e.g., nylon, polyester) and not naturally grown crops. Cotton is a natural fiber.
  • D: Compound is incorrect because 'compound' refers to a substance formed from two or more elements and is not a classification for crops in this context.

Therefore, cotton's role as a major revenue-generating agricultural product firmly places it in the 'cash crop' category.

Leave a Comment

Join Our WhatsApp Channel ×
Scroll to Top