<<= Back Next =>>
You Are On Multi Choice Question Bank SET 487

24351. The suggestion was accepted by ..................... unanimous vote.





24352. What is true about Nereis, Scorpion, Cockroach and Silver fish?





24353. Inspite of repeated failure he did not give ...... his attempt.





24354. If s1 and s2 are references to two strings, then which of the following is the correct way to compare the two references?






24355. What will be the output of the C#.NET code snippet given below? namespace IndiabixConsoleApplication { class SampleProgram { static void Main(string[ ] args) { string str= "Hello World!"; Console.WriteLine( String.Compare(str, "Hello World?" ).GetType() ); } } }






24356. Which of the following snippets are the correct way to convert a Single into a String? Single f = 9.8f; String s; s = (String) (f); Single f = 9.8f; String s; s = Convert.ToString(f); Single f = 9.8f; String s; s = f.ToString(); Single f = 9.8f; String s; s = Clnt(f); Single f = 9.8f; String s; s = CString(f);





24357. Which of the following will be the correct output for the C#.NET code snippet given below? String s1="Kicit"; Console.Write(s1.IndexOf('c') + " "); Console.Write(s1.Length);






24358. Which of the following is correct way to convert a String to an int? String s = "123"; int i; i = (int)s; String s = "123"; int i; i = int.Parse(s); String s = "123"; int i; i = Int32.Parse(s); String s = "123"; int i; i = Convert.ToInt32(s); String s = "123"; int i; i = CInt(s);





24359. Which of the following statements about a String is correct?






24360. Which of the following statement is correct about a String in C#.NET?






24361. Which of the following will be the correct output for the C#.NET code snippet given below? String s1 = "Five Star"; String s2 = "FIVE STAR"; int c; c = s1.CompareTo(s2); Console.WriteLine(c);






24362. If s1 and s2 are references to two strings then which of the following are the correct ways to find whether the contents of the two strings are equal? if(s1 = s2) if(s1 == s2) int c; c = s1.CompareTo(s2); if( strcmp(s1, s2) ) if (s1 is s2)





24363. Which of the following statements are correct about the String Class in C#.NET? Two strings can be concatenated by using an expression of the form s3 = s1 + s2; String is a primitive in C#.NET. A string built using StringBuilder Class is Mutable. A string built using String Class is Immutable. Two strings can be concatenated by using an expression of the form s3 = s1&s2;





24364. Which of the following statements are correct? String is a value type. String literals can contain any character literal including escape sequences. The equality operators are defined to compare the values of string objects as well as references. Attempting to access a character that is outside the bounds of the string results in an IndexOutOfRangeException. The contents of a string object can be changed after the object is created.





24365. Which of the following is the correct way to find out the index of the second 's' in the string "She sells sea shells on the sea-shore"?






24366. Which of the following statements are true about the C#.NET code snippet given below? String s1, s2; s1 = "Hi"; s2 = "Hi"; String objects cannot be created without using new. Only one object will get created. s1 and s2 both will refer to the same object. Two objects will get created, one pointed to by s1 and another pointed to by s2. s1 and s2 are references to the same object.





24367. Which of the following will be the correct output for the C#.NET code snippet given below? String s1 = "ALL MEN ARE CREATED EQUAL"; String s2; s2 = s1.Substring(12, 3); Console.WriteLine(s2);






24368. Which of the following statements will correctly copy the contents of one string into another ?






24369. The string built using the String class are immutable (unchangeable), whereas, the ones built- using the StringBuilder class are mutable.



24370. Which of the following will be the correct output for the C#.NET code snippet given below? String s1 = "Nagpur"; String s2; s2 = s1.Insert(6, "Mumbai"); Console.WriteLine(s2);






24371. How do you ............. your new neighbour?





24372. I was delighted ––––– his unexpected arrival.





24373. “Foolish Seedling” disease of rice led to the discovery of:





24374. Passage cells are thin- walled cells found in:





24375. The first acceptor of electrons from an excited chlorophyll molecule of photosystem II is:





24376. All enzymes of TCA cycle are located in the mitochondrial matrix except one which is located in inner mitochondrial membranes in eukaryotes and in cytosol in prokaryotes. This enzyme is:





24377. Mongooses are not really................by cobra bites





24378. In the sentence, “No room here” room means :





24379. No one can -------- in life without hard work.





24380. The wavelength of light absorbed by Pr form of phytochrome is:





24381. To put up with" means





24382. Opening of floral buds into flowers, is type of:





24383. Which one of the following pairs, is not correctly matched?





24384. Choose the synonym of the word ‘aromatic’





24385. You should abstain ------- violence.





24386. He made a................effort at passing the examination.





24387. Mark out the correct sentence.





24388. One gene – one enzyme relationship was established for the first time in:





24389. He.......his finger.





24390. The pen is mightier than the ----.





24391. I have been waiting for him .............. morning.





24392. Mr. Singh................... to Lucknow. He is away on a holiday.





24393. Male gametes in angiosperms are formed by the division of:





24394. Two cells A and B are contiguous. Cell A has osmotic pressure 10 atm, turgor pressure – 7atm and diffusion pressure deficit 3 atm. Cell B has osmotic pressure 8 atm, turgor pressure 3 atm and diffusion pressure deficit 5 atm. The result will be:





24395. In the leaves of C4 plants, malic acid formation during CO2 fixation occurs in the cells of:





24396. Iraq war was ------- one-sided affair.





24397. Which of the following is a flowering plant with nodules containing filamentous nitrogen-fixing microorganism?





24398. Which one of the following is surrounded by a callose wall?





24399. Whom, amongst the following attempted the construction of a new minar(tower) by the side of Qutab Minar ?





24400. Buddha died during the reign of which of the following Magadha Kings ?





<<= Back Next =>>
Terms And Service:We do not guarantee the accuracy of available data ..We Provide Information On Public Data.. Please consult an expert before using this data for commercial or personal use
DMCA.com Protection Status Powered By:Omega Web Solutions
© 2002-2017 Omega Education PVT LTD...Privacy | Terms And Conditions