MCQOPTIONS
Saved Bookmarks
This section includes 510 Mcqs, each offering curated multiple-choice questions to sharpen your Control Systems knowledge and support exam preparation. Choose a topic below to get started.
| 351. |
When was Muriel Spark editor of The Poetry Review? |
| A. | 1947-1949 |
| B. | 1924-1926 |
| C. | 1941-1945 |
| D. | 1936-1940 |
| Answer» B. 1924-1926 | |
| 352. |
If the distance is increasing uniformly with time then velocity is |
| A. | decreasing |
| B. | increasing |
| C. | zero |
| D. | constant |
| Answer» E. | |
| 353. |
Full form of PHP |
| A. | HypertextPreprocessor |
| B. | PreHypertextProcessor |
| C. | PostHypertextProcessor |
| D. | Hypertext Postprocessor |
| Answer» B. PreHypertextProcessor | |
| 354. |
The most unsafe mode by which firms perform worldwide business is |
| A. | Licensing |
| B. | Franchising |
| C. | International Trade |
| D. | The establishment of new subsidiaries |
| Answer» E. | |
| 355. |
Study following steps and determine the correct order(1) Open a connection to MySql server(2) Execute the SQL query(3) Fetch the data from query(4) Select database(5) Close Connection |
| A. | 4, 1, 2, 3, 5 |
| B. | 1, 4, 2, 3, 5 |
| C. | 4, 1, 3, 2, 5 |
| D. | 1, 5, 4, 2, 1 |
| Answer» C. 4, 1, 3, 2, 5 | |
| 356. |
The accounting entry of the institutions who lends federal funds to other institutions is as |
| A. | liability on balance sheet |
| B. | assets on balance sheet |
| C. | income in income statement |
| D. | expense on income statement |
| Answer» C. income in income statement | |
| 357. |
Forces on interacting bodies are |
| A. | opposite |
| B. | equal |
| C. | parallel |
| D. | both A and B |
| Answer» E. | |
| 358. |
A field that spreads outwards in all directions is |
| A. | non radial |
| B. | radial |
| C. | weak |
| D. | strong |
| Answer» C. weak | |
| 359. |
Which of the following statements are correct about the C#.NET code snippet given below? int[ , ] intMyArr = {{7, 1, 3}, {2, 9, 6}}; 1.intMyArr represents rectangular array of 2 rows and 3 columns. 2.intMyArr.GetUpperBound() will yield 2 |
| A. | 2, 3 |
| B. | 1, 2 |
| C. | 1, 4 |
| D. | 2, 5 |
| Answer» C. 1, 4 | |
| 360. |
निम्नमें से ग्रेफाइट का उत्पादन मध्यप्रदेश के किस स्थान से होता हैं ? |
| A. | बालाघाट |
| B. | अशोकनगर |
| C. | इटारसी |
| D. | बैतूल |
| Answer» E. | |
| 361. |
In the real world, all factors of production are perfectly |
| A. | Mobile |
| B. | Immobile |
| C. | Somewhat mobile |
| D. | All of the answers are correct |
| Answer» C. Somewhat mobile | |
| 362. |
The cross linkage of antigens by antibodies is known as |
| A. | complement fixation |
| B. | agglutination |
| C. | all of these |
| D. | a cross reaction |
| Answer» C. all of these | |
| 363. |
Which of the following commands can be used to check for file corruption? |
| A. | checkfile |
| B. | md5sum |
| C. | tar --checksum |
| D. | cat -vet |
| Answer» C. tar --checksum | |
| 364. |
Which collection class allows you to access its elements by associating a key with an element\'s value, and provides synchronization? |
| A. | javutil.TreeMap |
| B. | javutil.SortedMap |
| C. | javutil.Hashtable |
| D. | javutil.TreeSet |
| Answer» D. javutil.TreeSet | |
| 365. |
किस वंश ने अपने शासनकाल में रोम से व्यापारिक संबंध रखा हैं ? |
| A. | सातवाहन वंश |
| B. | वाकाटक वंश |
| C. | शुंग वंश |
| D. | कलचुरि वंश |
| Answer» B. वाकाटक वंश | |
| 366. |
The EBV-hybridoma technique |
| A. | facilitates the proliferation of antigen specific B cells |
| B. | immortalizes the donor Bcells |
| C. | all of the above |
| D. | gives much higher hybridization frequencies |
| Answer» D. gives much higher hybridization frequencies | |
| 367. |
Which of following are compound data type? |
| A. | Objects |
| B. | Array |
| C. | None |
| D. | Both |
| Answer» E. | |
| 368. |
राज्य में 11वीं पंचवर्षीय योजना में सर्वाधिक बजट किस क्षेत्र में दिया गया हैं ? |
| A. | ऊर्जा |
| B. | परिवहन |
| C. | सिंचाई |
| D. | सामाजिक सेवाएं |
| Answer» E. | |
| 369. |
PHP is |
| A. | server side script language |
| B. | client side script language |
| C. | None of above |
| D. | event-driven language |
| Answer» B. client side script language | |
| 370. |
Which of the following type specifier is invalid in print f ( ) functions |
| A. | % b |
| B. | % a |
| C. | % d |
| D. | % c |
| Answer» C. % d | |
| 371. |
The hardness of x-ray beam can be increased by increasing |
| A. | current |
| B. | voltage |
| C. | wavelength |
| D. | frequency |
| Answer» C. wavelength | |
| 372. |
कौनसी रानी रामगढ़ की झॉंसी की रानी के नाम से प्रसिद्ध हैं ? |
| A. | कमला बाई |
| B. | रानी अवन्तीबाई |
| C. | रानी दुर्गावती |
| D. | इनमें से कोई नहीं |
| Answer» D. इनमें से कोई नहीं | |
| 373. |
Which of the following statements are correct about inspecting an attribute in C#.NET? 1.An attribute can be inspected at link-time. 2.An attribute can be inspected at compile-time. 3.An attribute can be inspected at run-time. 4.An a |
| A. | 3, 4 |
| B. | 1, 2 |
| C. | All of the above |
| D. | 1, 3, 4 |
| Answer» C. All of the above | |
| 374. |
The energy transferred to the stone of weight 10 N falling from the top of 250 m high cliff is |
| A. | 250000 J |
| B. | 25000 J |
| C. | 250 J |
| D. | 2500 J |
| Answer» E. | |
| 375. |
मध्यप्रदेश का क्षेत्रफल के अनुसार सबसे छोटा संभाग हैं | |
| A. | होशंगाबाद संभाग |
| B. | जबलपुर संभाग |
| C. | इन्दौर संभाग |
| D. | भोपाल संभाग |
| Answer» B. जबलपुर संभाग | |
| 376. |
The mortgages used to purchase the shopping malls and office buildings are classified as |
| A. | developed mortgages |
| B. | dwelling mortgages |
| C. | commercial mortgages |
| D. | non-commercial mortgages |
| Answer» D. non-commercial mortgages | |
| 377. |
निम्नलिखित में से कौनसा शहर भारतीय मानक समय देशांतर के नजदीक हैं ? |
| A. | होशंगाबाद |
| B. | मुरैना |
| C. | गुना |
| D. | झाबुआ |
| Answer» B. मुरैना | |
| 378. |
To achieve and effect when you are entering criteria in a query design window |
| A. | a. Write criteria values vertically one in a row |
| B. | b. Write criteria values horizontally |
| C. | c. Write criteria values in same field separated with and |
| D. | d. Write criteria values in same field separated with & |
| Answer» C. c. Write criteria values in same field separated with and | |
| 379. |
In PHP the error control operator is |
| A. | * |
| B. | - |
| C. | # |
| D. | @ |
| Answer» E. | |
| 380. |
The antigen-specific lymphocytes can be immortalized by which of the following method? |
| A. | Hybridization with a suitable lymphoid tumor cell |
| B. | Transfection with tumor derived DNA |
| C. | All of the above |
| D. | Transformation following infection by Epstein-Barr virus (EB V) |
| Answer» D. Transformation following infection by Epstein-Barr virus (EB V) | |
| 381. |
Preliminary clinical results with a humanized antibody against the interleukin-2 receptor have suggested the |
| A. | presence of HAMA response |
| B. | absence of human immune response against murine proteins (HAMA) response |
| C. | all of the above |
| D. | poor recognition of immunoglobulin, Ig constant regions |
| Answer» C. all of the above | |
| 382. |
Example of a market deficiency is |
| A. | Restrictions on the transfer of labor |
| B. | Restrictions on the transfer of funds |
| C. | Restrictions on the capital flows during currency crisis |
| D. | All of the answers are correct |
| Answer» E. | |
| 383. |
Which of the following is not a valid variable name? |
| A. | $nic |
| B. | $number-in-class |
| C. | $number_in_class |
| D. | $NumberInClass |
| Answer» C. $number_in_class | |
| 384. |
It is a sign or symbol that specifies, operator, and values that produce a result |
| A. | a. operator |
| B. | b. query |
| C. | c. expression |
| D. | d. None of the above |
| Answer» B. b. query | |
| 385. |
We multiply the foreign revenue with the rate with respect to that country is |
| A. | Forward rate |
| B. | Spot rate |
| C. | Cash Flows |
| D. | Portfolio Investment |
| Answer» C. Cash Flows | |
| 386. |
T cells are the source of |
| A. | interferon |
| B. | interleukin |
| C. | all of these |
| D. | lymphotoxin |
| Answer» D. lymphotoxin | |
| 387. |
A function inside another function is called a ….. function. |
| A. | Nested |
| B. | Round |
| C. | Sum |
| D. | Text |
| Answer» B. Round | |
| 388. |
Which of the following allows to secure remote command line access? |
| A. | SSL |
| B. | telnet |
| C. | Rlogin |
| D. | SSH(Secure Shell) |
| Answer» E. | |
| 389. |
When we invoke repaint( ) for a Component, the AWT invokes the method: |
| A. | show( ) |
| B. | draw( ) |
| C. | paint( ) |
| D. | update( ) |
| Answer» E. | |
| 390. |
The approach (s), which is/are currently followed to produce human monoclonal antibodies, is/are known as |
| A. | hybridization of 6-thioguanine-resistant human plasmacytoma with immune human lymphocytes |
| B. | transformation of antigen specific B lymphocytes (EBV) |
| C. | all of these |
| D. | combination of EB Vand hybridoma techniques |
| Answer» D. combination of EB Vand hybridoma techniques | |
| 391. |
In order to connect to a database through java program we must create? |
| A. | Statement |
| B. | Connection |
| C. | ResultSet Statement, ResultSet Connection, Statement |
| D. | ResultSet Connection |
| Answer» D. ResultSet Connection | |
| 392. |
मध्यप्रदेश की "राम रोटी योजना" किसके लिए चलाई थी ? |
| A. | अनाथ बालको के लिए |
| B. | ग्रामीण गरीब लोगों के लिए |
| C. | शहरी गरीब लोगों के लिए |
| D. | इनमें से किसी के लिए नहीं |
| Answer» D. इनमें से किसी के लिए नहीं | |
| 393. |
मध्यप्रदेश राज्य में मुख्यमंत्री ग्राम सड़क योजना कब शुरु की गई थी ? |
| A. | 2008-09 |
| B. | 2005-06 |
| C. | 2010-11 |
| D. | 2009-10 |
| Answer» D. 2009-10 | |
| 394. |
मध्यप्रदेश में सिंचाई का प्रमुख साधन क्या है ? |
| A. | कुऍं और नलकूप |
| B. | तालाब |
| C. | नहर |
| D. | तालाब और नहर |
| Answer» B. तालाब | |
| 395. |
Rough and buff colonies on LJ medium are characteristic of |
| A. | M bovis |
| B. | M chelonei |
| C. | M fortuitum |
| D. | Mycobacterium tuberculosis |
| Answer» E. | |
| 396. |
Which is the largest natural lake in Montana? |
| A. | Lake Huron |
| B. | Lake Superior |
| C. | Soda Lake |
| D. | Flathead Lake |
| Answer» E. | |
| 397. |
The left association operator % is used in PHP for |
| A. | bitwise or |
| B. | percentage |
| C. | modulus |
| D. | division |
| Answer» D. division | |
| 398. |
निम्न में से किस मिट्टी में बालू की कमी होती हैं ? |
| A. | काली मिट्टी |
| B. | जलोढ़ मिट्टी |
| C. | लाल-पीली मिट्टी |
| D. | इनमें से कोई नहीं |
| Answer» B. जलोढ़ मिट्टी | |
| 399. |
कार्बोनेट किस मिट्टी का घटक हैं ? |
| A. | गहरी काली मिट्टी |
| B. | जलोढ़ मिट्टी |
| C. | कछारी मिट्टी |
| D. | लाल-पीली मिट्टी |
| Answer» C. कछारी मिट्टी | |
| 400. |
किस वर्ष मध्यप्रदेश राज्य का विभाजन हुआ था ? |
| A. | 1 नवम्बर, 2000 |
| B. | 12 नवम्बर, 2000 |
| C. | 11 नवम्बर, 2000 |
| D. | 9 नवम्बर, 2000 |
| Answer» B. 12 नवम्बर, 2000 | |