Explore topic-wise MCQs in Control Systems.

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.

301.

the oxides of sodium and magnesium react with water to give off

A. dioxide
B. oxides
C. chlorides
D. hydroxides
Answer» E.
302.

मध्य प्रदेश के एम्पोरियम का नाम हैं ?

A. वसुधा
B. कलमायी
C. मृगनयनी
D. इनमें से कोई नहीं
Answer» D. इनमें से कोई नहीं
303.

In a stationary wave, the nodes are at

A. movable points
B. fixed points
C. none of above
D. there are no nodes
Answer» C. none of above
304.

मध्यप्रदेश में कोयला किस समूह की चट्टानों में पाया जाता हैं ?

A. कड़प्पा समूह
B. गोण्डवाना समूह
C. विन्ध्यान समूह
D. धारवाड़ समूह
Answer» C. विन्ध्यान समूह
305.

The resultant force acting on object and rate of change of linear momentum are

A. not related at all
B. inversely related
C. directly proportional
D. directly related
Answer» E.
306.

How would you add 1 to the variable $count?

A. $count ;
B. incr count;
C. incr $count;
D. $count = 1
Answer» B. incr count;
307.

To work with remote files in PHP you need to enable

A. allow_remote_files
B. allow_url_fopen
C. none of above
D. both of above
Answer» C. none of above
308.

In PHP, during error handling include() generates

A. fatal error
B. notice
C. None of above
D. warning
Answer» E.
309.

Variable scope on which a variable does not loose its value when the function exists and use that value if the function is called again is:

A. function parameter
B. Local
C. None of above
D. static
Answer» E.
310.

mysql_connect( ) does not take following parameter

A. user ID
B. database host
C. database name
D. password
Answer» D. password
311.

What was Muriel Spark’s original name?

A. Muriel Monson
B. Muriel Sarah Camberg
C. Ann Hampson
D. Janet Evans
Answer» C. Ann Hampson
312.

निम्न में से कौनसी धातु का उत्पादन करने वाला एक मात्र राज्य मध्यप्रदेश हैं ?

A. चांदी
B. अभ्रक
C. हीरा
D. टिन
Answer» D. टिन
313.

To assign a macro to an event, users need to open the form in Design View.

A. a. event
B. b. property
C. c. title
D. d. macro
Answer» B. b. property
314.

मध्यप्रदेश का कौनसा जिला हीरा उत्पादन में विश्व प्रसिद्ध हैं ?

A. भोपाल
B. बालाघाट
C. पन्ना
D. छरतपुर
Answer» D. छरतपुर
315.

Which of the following commands delete the files from the /tmp directory, issued by non-root user?

A. rm -rf /tmp/* -su
B. rmdir -rf /tmp/*
C. su "rm -rf /tmp/*"
D. su -c "rm -rf /tmp/*"
Answer» C. su "rm -rf /tmp/*"
316.

For supporting new diskless client workstations, which of the following services needs to be installed on a server?

A. named and httpd
B. dhcpcd and rexec
C. PXE (Preboot eXecution Environment) and tftpd
D. remoted and dhcpd
Answer» D. remoted and dhcpd
317.

Which of folowiing variable assignment is \'by value\' assignment in PHP

A. $value1= & $value?
B. $value1= $value?
C. None
D. $value1= & $value?
Answer» C. None
318.

Which of the following methods are methods of the String class?

A. append( )
B. delete( )
C. replace( )
D. reverse( )
Answer» D. reverse( )
319.

The repurchase agreements usually called repos can be traded

A. directly
B. with brokers or dealers
C. functional buyers
D. both a and b
Answer» E.
320.

Constructive interference happens when two waves are

A. zero amplitude
B. out of phase
C. in front
D. in phase
Answer» E.
321.

Which was Muriel Spark’s first novel?

A. The Comforters
B. The Abbess of Crewe
C. A Far Cry from Kensington
D. Not to Disturb
Answer» B. The Abbess of Crewe
322.

which of the following is not a type of Microsoft Access database object?

A. a. Queries
B. b. Workbooks
C. c. Forms
D. d. Tables
Answer» C. c. Forms
323.

Assume the following method is properly synchronized and called from a thread A on an object B:wait(2000);After calling this method, when will the thread A become a candidate to get another turn at the CPU?

A. After the lock on B is released, or after two seconds.
B. After thread A is notified, or after two seconds.
C. Two seconds after lock B is release
D. Two seconds after thread A is notified
Answer» C. Two seconds after lock B is release
324.

Which of the following books is Morris West’s autobiography?

A. View from a Ridge
B. Gallows on the Sand
C. The Tower of Babel
D. Daugher of Silence
Answer» B. Gallows on the Sand
325.

Which of the following statements are correct about constructors in C#.NET? 1.Constructors cannot be overloaded. 2.Constructors always have the name same as the name of the class. 3.Constructors are never called explicitly. 4.Con

A. 2, 3, 4
B. 1, 3, 5
C. 4, 5
D. 3, 5
Answer» B. 1, 3, 5
326.

मध्यप्रदेश के किस जिले में सर्वाधिक अफीम का उत्पादन होता हैं ?

A. रतलाम
B. मंदसौर
C. उज्जैन
D. इन्दौर
Answer» C. उज्जैन
327.

मध्यप्रदेश राज्य में सर्वाधिक वन किसके पाये जाते हैं ?

A. सागौन
B. आम
C. बंबूल
D. बांस
Answer» B. आम
328.

Culture of tubercle bacilli may be positive if number of bacteria in the specimen is

A. as few as 5-9 per ml
B. as few as 1-4 per ml
C. as few as 125-200 per ml
D. as few as 10-100 per ml
Answer» E.
329.

Assume that your php file \'index.php\' in location c:/apache/htdocs/phptutor/index.php. If you used basename($_SERVER[\'PHP_SELF\']) function in your page, then what is the return value of this function ?

A. phptutor/index.php
B. phptutor
C. /index.php
D. index.php
Answer» D. index.php
330.

__________ is a special constituent of chlorophyll without which photosynthesis is not possible.

A. Nitrogen
B. Calcium
C. Hydrogen
D. Phosphorous
Answer» B. Calcium
331.

When was Naguib Mahfouz Medal for Literature established?

A. 1992
B. 1984
C. 1996
D. 1988
Answer» D. 1988
332.

निम्न में से कौन-कौन-से मध्य प्रदेश के जिले मृदा अपरदन से ग्रसित हैं ?

A. मुरैना
B. भिण्ड
C. श्योपुर
D. सभी
Answer» E.
333.

Displacement is a

A. vector quantity
B. scalar quantity
C. derived quantity
D. base quantity
Answer» B. scalar quantity
334.

The type of bidding in which the bids are met before the allocation of competitive bidders is considered as

A. firstly basis
B. preferential basis
C. federal basis
D. last basis
Answer» C. federal basis
335.

मध्यप्रदेश के किस क्षेत्र में आदिम जाति कोरकू पाई जाती हैं ?

A. उत्तर-पूर्वी जिलों में
B. पूर्वी जिलों में
C. उत्तर-पश्चिम के जिलों में
D. दक्षिण के जिलों में
Answer» E.
336.

Of which movement was Nathaniel Hawthorne a member for some time?

A. Transcendental
B. Charismatic
C. Temperance
D. Literacy
Answer» B. Charismatic
337.

शुंग वंश के राजा अग्निमित्र का शासन किस क्षेत्र में था ?

A. धार
B. देवास
C. मण्डला
D. विदिशा
Answer» E.
338.

The funds transferred usually for a day between financial institutions are classified as

A. federal funds
B. bankers funds
C. debt funds
D. secured funds
Answer» B. bankers funds
339.

Which was Nathaniel Hawthorne’s first novel?

A. Fanshawe
B. The Scarlett Letter
C. Our Old Home
D. The House of the Seven Gables
Answer» B. The Scarlett Letter
340.

मध्यप्रदेश के किस शहर को प्राचीन में "अवन्तिका" कहा जाता था ?

A. धार
B. इन्दौर
C. विदिशा
D. उज्जैन
Answer» E.
341.

When a computer system is reported problems with inodes and blocks, which of the following is the problem and its solution to rectify it?

A. The boot sector is corrupt and needs to be repaire
B. The file system has become corrupt and needs to be repaire
C. The partition table has become corrupt and needs to be replace
D. The drive is configured using an improper file system and needs to be reformatte
Answer» C. The partition table has become corrupt and needs to be replace
342.

स्वतन्त्रता से पूर्व इन्दौर में किस रियासत का शासक था ?

A. मालवा
B. सिंधिया
C. मराठा
D. होलकर
Answer» E.
343.

Distortion of electron cloud of an an ion results in

A. charge polarization
B. ion polarization
C. none
D. both a and b
Answer» C. none
344.

executeUpdate(------------) returns

A. Returns a ResultSet objected rows
B. Nothing
C. None of the above.
D. Returns an integer value to show the no. of updatd rows
Answer» E.
345.

बैसाल्ट चट्टान से कौनसी मिट्टी का निर्माण होता हैं ?

A. लाल मिट्टी
B. कछारी मिटी
C. लाल-पीली मिट्टी
D. काली मिट्टी
Answer» E.
346.

मध्यप्रदेश का कौनसा क्षेत्र गोण्डवाना के नाम से जाना जाता हैं ?

A. नर्मदा घाटी
B. चम्बल घाटी
C. दक्षिण -पूर्व क्षेत्र
D. उत्तरी क्षेत्र
Answer» D. उत्तरी क्षेत्र
347.

Greater the exposure bigger the

A. Investment
B. Spot rate
C. Forward rate
D. Risk
Answer» E.
348.

Which of the following function is used for terminate the script execution in PHP?

A. quit()
B. break()
C. exit()
D. die()
Answer» E.
349.

The ownership of mortgaged property will be transferred to financial institution if the

A. borrower defaults
B. borrower does not default
C. borrower want less rate
D. borrower want profit
Answer» B. borrower does not default
350.

The function setcookie( ) is used to

A. Declare cookie variables
B. Enable or disable cookie support
C. All of above
D. Store data in cookie variable
Answer» E.