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



Ask Your Doubts Here

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

Comments

Show Similar Question And Answers
QA->Read the statements carefully and answer the question which follow: A cube has six sides each of a different colour.The red side is opposite black.The green side is between red and black.The blue side is adjacent to white .The brown side is adjacent to blue.The red side is face down.The side opposite brown is:....
QA->If ROSE is coded as 6821, CHAIR is coded as 73456 and PREACH is coded as 961473, what will be the code for SEARCH....
QA->If PALE is coded as 2134, EARTH is coded as How can is PEARL be coded in that language....
QA->If DELHI is coded as 73541 and CALCUTTA as 82589662, how can CALICUT be coded ?....
QA->Each pixel in digital image is assigned a tonal value (black, white, shades of gray or color), which is represented in:....
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->A resistor color coded with brown, black, and orange bands has a value of 10 k.....
MCQ->The film director wants an actress for the lead role of Lucy who perfectly fits the description that appears in the original screenplay. He is not willing to consider actresses who do not resemble the character as she is described in the screenplay, no matter how talented they are. The screenplay describes Lucy as an average-sized, forty something redhead, with deep brown eyes, very fair skin, and a brilliant smile. The casting agent has four actresses in mind. Actress #1 is a stunning red-haired beauty who is 5'9" and in her mid-twenties. Her eyes are brown and she has an olive complexion. Actress #2 has red hair, big brown eyes, and a fair complexion. She is in her mid-forties and is 5'5". Actress #3 is 5'4" and of medium build. She has red hair, brown eyes, and is in her early forties. Actress #4 is a blue-eyed redhead in her early thirties. She's of very slight build and stands at 5'.

....
MCQ->Question: What is the colour of the fresh grass ? Statements: Blue is called green, red is called orange, orange is called yellow. Yellow is called white, white is called black, green is called brown and brown is called purple.

....
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