1. A resistor color coded with brown, black, and orange bands has a value of 10 k.



Write Comment

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

Comments

Tags
Show Similar Question And Answers
QA->If PUBLISH is coded as BLUSHIP, how will DESTROY be coded?....
QA->If ‘BANK’ is coded as ‘CAMP’ in a language, how is ‘RAMP’ coded in that language?....
QA->In a particular code language GREET is coded as FQDDS, how is FORD coded in that language ?....
QA->In a particular code language GREET is coded as FQDDS, how is FORD coded in that language?....
QA->What pigment is most directly responsible for the brown color of faces?....
MCQ-> Questions are based on a set of conditions. In answering some of the questions, it may be useful to draw a rough diagram. Choose the response that most accurately and completely answers each question. Seven bands were scheduled to perform during the week long music festival at XLRI. The festival began on a Monday evening and ended on the Sunday evening. Each day only one band performed. Each band performed only once. The organizing committee had the task of scheduling the performances of the seven bands - Cactus, Axis, Enigma, Boom, Fish, Dhoom and Bodhi Tree. The festival schedule followed the following conditions: the performance of Bodhi. Tree, the home band of XLRI, did not precede the performance of any other band. Among the visiting bands three were rock bands and the other three were fusion bands. All three bands of the same genre were not allowed to perform consecutively. Boom, which was a rock band, refused to perform immediately before or after Fish. Meet, who was a lead vocalist with a rock band, refused to perform after Angelina. Angelina, the only female lead vocalist in the music fest besides Bony, was with the band Enigma. Angelina refused to perform after Thursday citing personal reasons. Ali, who was the lead vocalist of a rock band, was not with the band Dhoom, and did not perform on Saturday. Sid, the lead vocalist of the rock band Cactus, could perform only on Monday. Rupam, the only male among the lead vocalists of the fusion bands, was with Fish and performed on Wednesday. None of the bands performed in absence of their lead vocalist.All of the following statements can be true except:
 ....
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-> Study the following information to answer the given questions : Eight people — L, M, 0, P, 9, R and S — are sitting around a circular table facing the centre. Each of them likes different colours, viz., Red Orange, Blue, Pink, Black, Purple, Brown and Green, but not necessarily in the same order. S is sitting second to the left of N. There are two persons between S and the person who likes Orange colour. M is second to the left of the person who likes Orange colour. L is the immediate neighbour of S. R is the third to the right of P. 0 likes Purple colour. The person who likes Pink colour is second to the right of P. The person who likes Brown colour is the third to the left of the person who likes Blue colour. Neither S nor P likes Brown colour. N likes neither Green nor Blue colour. L likes Red colour.Who among the following is second to the right of the person who likes Orange colour ?
 ....
MCQ->A resistor color coded with brown, black, and orange bands has a value of 10 k.....
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