1. The pigment that gives yellow color to flowers is………..?

Answer: Xanthophyll

Reply

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

Comments

Tags
Show Similar Question And Answers
QA->The pigment that gives yellow color to flowers is………..?....
QA->Which natural pigment gives yellow color to the egg yolk?....
QA->What pigment is most directly responsible for the brown color of faces?....
QA->The presence of which metal gives color to the red soil?....
QA->The chemical that imparts yellow color to glass:....
MCQ-> DIRECTIONS for the following questions: These questions are based on the situation given below: A young girl Roopa leaves home with x flowers, goes to the bank of a nearby river. On the bank of the river, there are four places of worship, standing in a row. She dips all the x flowers into the river. The number of flowers doubles. Then she enters the first place of worship, offers y flowers to the deity. She dips the remaining flowers into the river, and again the number of flowers doubles. She goes to the second place of worship, offers y flowers to the deity. She dips the remaining flowers into the river, and again the number of flowers doubles. She goes to the third place of worship, offers y flowers to the deity. She dips the remaining flowers into the river, and again the number of flowers doubles. She goes to the fourth place of worship, offers y flowers to the deity. Now she is left with no flowers in hand.If Roopa leaves home with 30 flowers, the number of flowers she offers to each deity is:
 ...
MCQ->Which of the following statements are correct about the C#.NET code snippet given below? namespace IndiabixConsoleApplication ( class Sample { private enum color : int { red, green, blue } public void fun() { Console.WriteLine(color.red); } } class Program { static void Main(string[ ] args) { // Use enum color here } } } To define a variable of type enum color in Main(), we should use the statement, color c; . enum color being private it cannot be used in Main(). We must declare enum color as public to be able to use it outside the class Sample. To define a variable of type enum color in Main(), we should use the statement, Sample.color c; . We must declare private enum color outside the class to be able to use it in Main()....
MCQ->What is the output of the C#.NET code snippet given below? namespace IndiabixConsoleApplication { public enum color { red, green, blue }; class SampleProgram { static void Main (string[ ] args) { color c = color.blue; switch (c) { case color.red: Console.WriteLine(color.red); break; case color.green: Console.WriteLine(color.green); break; case color.blue: Console.WriteLine(color.blue); break; } } } }...
MCQ-> Each question is followed by two statements, A and B. Choose the option based on the given statements and questionsMr. Mendel grew one hundred flowering plants from black seeds and white seeds, each seed giving rise to one plant. A plant gives flowers of only one colour. From a black seed comes a plant giving red or blue flowers. From a white seed comes a plant giving red or white flowers. How many black seeds were used by Mr. Mendel?A. The number of plants with white flowers was 10.B. The number of plants with red flowers was 70.
 ...
MCQ->Statements: All bricks are flowers. Some houses are flowers All pens are houses Conclusions: I. Some house are bricks II. Some pens are flowers III. Some flowers are bricks IV. No pen is flowers...
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