Question Set

1. With reference to Neem tree, consider the following statements: I. Neem oil can be used as a pesticide to control the proliferation of some species of insects and mites. II. Neem seeds are used in the manufacture of biofuels and hospital detergents. III. Neem oil has applications in pharmaceutical industry. Which of the statements given above is/are correct?Which of the above statement (s) is/are correct?Code:?





Ask Your Doubts Here

Type in
(Press Ctrl+g to toggle between English and the chosen language)

Comments

Show Similar Question And Answers
QA->A statement followed by two assumptions I and II is given. You have to consider the statement to be true even if it seems to be at variance from commonly known facts. You are to decide which of the given assumptions can definitely be drawn from the given statement. Indicate which one of the four given alternatives is correct ? Statement : If more encouragement is given to Sports, Indians will win more gold medals at the Olympic Games. Assumptions : I. Indians do not win gold medals. II. More enc....
QA->Two statements are given followed by two conclusions I and II. You have to consider the two statements to be true even if they seem to be at variance from commonly known facts. You have to decide which one of the given conclusions is definitely drawn from the given statements. Statement : All virtuous persons are happy. No unhappy person is virtuous. Conclusions : I. Happiness is related to virtue II. Unhappy person is not virtuous.....
QA->Out of 900 reported species of living gymnosperms; conifers are represented by about 500 species; About 2;50;000 species of angiosperms (flowering plants) have also been reported in the world. The vast and dominant woodlands in Europe; Asia; North America and mountains such as Himalayas are wooded with?....
QA->Recently, India has been invited to 46th session of foreign ministers OIC. In this context, which of the following is not a correct statement?....
QA->Which of the following is not a quantitative credit control weapon used by RBI to control credit....
MCQ->With reference to Neem tree, consider the following statements: I. Neem oil can be used as a pesticide to control the proliferation of some species of insects and mites. II. Neem seeds are used in the manufacture of biofuels and hospital detergents. III. Neem oil has applications in pharmaceutical industry. Which of the statements given above is/are correct?Which of the above statement (s) is/are correct?Code:?....
MCQ->What will be the output of the program? class Tree { } class Pine extends Tree { } class Oak extends Tree { } public class Forest1 { public static void main (String [] args) { Tree tree = new Pine(); if( tree instanceof Pine ) System.out.println ("Pine"); else if( tree instanceof Tree ) System.out.println ("Tree"); else if( tree instanceof Oak ) System.out.println ( "Oak" ); else System.out.println ("Oops "); } }....
MCQ->Statements: All sharks are fishes. Some fishes are birds. All birds are trees. All trees are insects. Conclusions: I. Some insects are sharks. II. Some sharks are trees. III. All insects are birds. IV. Some birds are sharks.....
MCQ->Which of the following statements are correct? The switch statement is a control statement that handles multiple selections and enumerations by passing control to one of the case statements within its body. The goto statement passes control to the next iteration of the enclosing iteration statement in which it appears. Branching is performed using jump statements which cause an immediate transfer of the program control. A common use of continue is to transfer control to a specific switch-case label or the default label in a switch statement. The do statement executes a statement or a block of statements enclosed in {} repeatedly until a specified expression evaluates to false.....
MCQ->A Windows 2000 Server computer named server2 runs numerous 32bit applications and two 16bit applications. Users start the 16bit applications by running APP1.EXE for one application and APP2.EXE for another application. The 16bit applications are configured to run in the separate memory space. You want to create a performance base like chart in the system monitor for all the applications on server2. You add all of 32bit applications and now you want to add two 16bit applications. What should you do?....
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 | Powered By:Omega Web Solutions
© 2002-2017 Omega Education PVT LTD...Privacy | Terms And Conditions
Question ANSWER With Solution