1. Directions for the following four questions: Answer the questions based on the table given below.The following table describes garments manufactured based upon the color and size for each lay. There are four sizes: M – medium, L – large, XL – extra large and XXL – extra extra large. There are three colors: yellow, red and white.How many lays are used to produce yellow fabrics?
 





Write Comment

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

Comments

  • By: anil on 05 May 2019 02.31 am
    Manually counting non-zero value number of fabrics in yellow fabric category. We get 14. Hence option D.  1, 3, 4, 6, 7, 8, 9, 11, 12, 15, 21, 24, 25, 27
Tags
Show Similar Question And Answers
QA->A sliding mesh gearbox has a gear ratio 4:1 at the third gear position. The clutch shaft gear has 15 teeth and its mating lay shaft gear is having 45 teeth. If the main shaft gear contains 28 teeth, the mating lay shaft gear should have:....
QA->There are 50 students in a class. In a class test 22 students get 25 marks each, 18 students get 30 marks each. Each of the remaining gets 16 marks. The average mark of the whole class is :....
QA->I'm too busy today, I'll be glad to answer your questions on - - - - - - - occasion. ....
QA->I'm too busy today, I'll be……. to answer your questions on another occasion ....
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?....
MCQ-> Directions for the following four questions: Answer the questions based on the table given below.The following table describes garments manufactured based upon the color and size for each lay. There are four sizes: M – medium, L – large, XL – extra large and XXL – extra extra large. There are three colors: yellow, red and white.How many lays are used to produce yellow fabrics?
 ....
MCQ-> DI
 rectI
 ons: I
 n the followI
 ng passage there are blanks, each of whI
 ch has been numbered. These numbers are prI
 nted below the passage and agaI
 nst each, fI
 ve words/ phrases are suggested, one of whI
 ch fI
 ts the blank approprI
 ately. FI
 nd out the approprI
 ate word/ phrase I
 n each case.There I
 s a consI
 derable amount of research about the factors that make a company I
 nnovate. So I
 s I
 t possI
 ble to create an envI
 ronment (I
 ) to I
 nnovatI
 on? ThI
 s I
 s a partI
 cularly pertI
 nent (I
 I
 ) for I
 ndI
 a today. MassI
 ve problems I
 n health, educatI
 on etc (I
 I
 I
 ) be solved usI
 ng a conventI
 onal Approach but (I
 V) creatI
 ve and I
 nnovatI
 ve solutI
 ons that can ensure radI
 cal change and (V). There are several factors I
 n I
 ndI
 a's (VI
 ). Few countrI
 es have the rI
 ch dI
 versI
 ty that I
 ndI
 a or I
 ts large, young populatI
 on (VI
 I
 ). WhI
 le these (VI
 I
 I
 ) I
 nnovatI
 on polI
 cy I
 nterventI
 ons certaI
 n addI
 tI
 onal steps are also requI
 red. These I
 nclude (I
 X) I
 nvestment I
 n research and development by (X) the government and the prI
 vate sector, easy transfer of technology from the academI
 c world etc. To fulfI
 ll I
 ts promI
 se of beI
 ng prosperous and to be at the forefront, I
 ndI
 a must be I
 nnovatI
 ve.I
 ....
MCQ-> Read the following caselet and choose the best alternative  The BIG and Colourful Company You are running "BIG and Colourful (BnC)" company that sells books to customers through three retail formats: a. You can buy books from bookstores, b. You can buy books from supermarket, c. You can order books over the Internet (Online). Your manager has an interesting way of classifying expenses: some of the expenses are classified in terms of size: Big, Small and Medium; and others are classified in terms of the colors, Red, Yellow, Green and Violet. The company has a history of categorizing overall costs into initial costs and additional costs. Additional costs are equal to the sum of Big, Small and Medium expenses. There are two types of margins, contribution (sales minus initial costs) and profit (contribution minus additional costs). Given below is the data about sales and costs of BnC: Each of the Big, Small and Medium cost is categorized by the manager into Red, Yellow, Green and Violet costs. Breakdown of the additional costs under these headings is shown in the table below: Red, Yellow, Green and Violet costs are allocated to different retail formats. These costs are apportioned in the ratio of number of units consumed by each retail format. The number of units consumed by each retail format is given in the table below: Read the following statements: Statement I. Online store accounted for 50% of the sales at BnC and the ratio of supermarket sales and book store sales is 1:2. Statement II. Initial Cost is allocated in the ratio of sales. If you want to calculate the profit/loss from the different retail formats, then....
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; } } } }....
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