1. A convex lens forms an image of a distant object on a screen. If the upper half of the lens is blocked by a piece of paper?





Ask Your Doubts Here

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

Comments

Show Similar Question And Answers
QA->The image of a distant object as seen through an astronomical telescope is?....
QA->Image formed in Convex lens?....
QA->If the central portion of a convex lens is wrapped in black paper as shown in the figure?....
QA->The ability of eye to focus the near as well as distant object is called?....
QA->The king of Travancore issued a proclamation announcing the right of Nadar women to wear upper clothes but on condition that they should not imitate the style of clothing worn by upper class women?....
MCQ->A convex lens forms an image of a distant object on a screen. If the upper half of the lens is blocked by a piece of paper?....
MCQ->If ListBox is class present in System.Windows.Forms namespace, then which of the following statements are the correct way to create an object of ListBox Class? using System.Windows.Forms; ListBox lb = new ListBox(); using LBControl = System.Windows.Forms; LBControl lb = new LBControl(); System.Windows.Forms.ListBox lb = new System.Windows.Forms.ListBox(); using LBControl lb = new System.Windows.Forms.ListBox; using LBControl = System.Windows.Forms.ListBox; LBControl lb = new LBControl();....
MCQ->Which of the following statements are correct about the C#.NET code snippet given below? sample c; c = new sample(); It will create an object called sample. It will create a nameless object of the type sample. It will create an object of the type sample on the stack. It will create a reference c on the stack and an object of the type sample on the heap. It will create an object of the type sample either on the heap or on the stack depending on the size of the object.....
MCQ->A convex lens of local length 40 cm is in contact with a concave lens of focal length 25 cm. The power of the combination is....
MCQ->public Object m() { Object o = new Float(3.14F); Object [] oa = new Object[l]; oa[0] = o; / Line 5 / o = null; / Line 6 / oa[0] = null; / Line 7 / return o; / Line 8 / } When is the Float object, created in line 3, eligible for garbage collection?....
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