1. if 'red' is called 'green', 'green' is called 'yellow', 'yellow' is called 'white' and 'white' is called 'pink', then what is the color of peas?





Write Comment

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

Comments

Show Similar Question And Answers
QA->A jar contains 10 red marbles and 30 green ones.How many red marbles must be added to the jar so that 60% of the marbles will be red?....
QA->A cyclist goes 40 km towards East and then turning to right he goes 40 km. Again he turn to his left and goes 20 km. After this he turns to his left and goes 40 km, then again turns right and goes 10km. How far is he from his starting point?....
QA->The pigment that gives yellow color to flowers is………..?....
QA->The chemical that imparts yellow color to glass:....
QA->Which natural pigment gives yellow color to the egg yolk?....
MCQ-> Study the following information carefully and answer the given question. A word and number arrangement machine when given an input line of words and numbers rearranges them following a particular rule in each step. The following is an illustration of input rearrangement. (All the numbers are two-digit numbers) Input pink for 25 72 white jar 12 96 Step I 96 pink for 25 72 white jar 12 Step II 96 for pink 25 72 white jar 12 Step III 96 for 72 pink 25 white jar 12 Step IV 96 for 72 jar pink 5 white 12 Step V 96 for 72 jar 25 pink white 12 Step VI 96 for 72 jar 2 pink 12 white and step vi is the last step of the rearrangement as the desire arrangement is reached. As per the rules followed the above steps, find out in each of the following questions the appropriate step for the given input. (All the numbers are two-digit numbers)‘’Input’’ 16 power failure 61 53 new cost 27 How many steps will be required to complete the rearrangement?....
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->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-> DIRECTIONS for the following three questions: Answer the questions on the basis of the information given below.Rang Barsey Paint Company (RBPC) is in the business of manufacturing paints. RBPC buys RED, YELLOW, WHITE, ORANGE, and PINK paints. ORANGE paint can be also produced by mixing RED and YELLOW paints in equal proportions. Similarly, PINK paint can also be produced by mixing equal amounts of RED and WHITE paints. Among other paints, RBPC sells CREAM paint, (formed by mixing WHITE and YELLOW in the ratio 70:30) AVOCADO paint (formed by mixing equal amounts of ORANGE and PINK paint) and WASHEDORANGE paint (formed by mixing equal amounts of ORANGE and WHITE paint). The following table provides the price at which RBPC buys paints.The cheapest way to manufacture AVOCADO paint would cost
 ....
MCQ-> Study the following information carefully and answer the questions given below : P, Q. R. S, T, V and W study in Standard IV, V and VI with at least two in any of these Standards. Each one of them has a favourite (likes) colour, viz. black, red, yellow, green. white. blue and pink not necessarily in the same order. Q likes yellow and does not study in Standard VI. The one who likes black studies in the same Standard as T. R likes blue and studies in the same Standard as W. S studies in Standard V only with the one who likes pink. W does not study either in Standard V or VI. V does not like black. W does not like either green or white. S does not like green. T does not like pink.Who likes white ?
 ....
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