1. Assertion (A): If , the final value of i(t) = 10Reason (R): If , the initial value i(t) = 2





Ask Your Doubts Here

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

Comments

  • By: guest on 02 Jun 2017 01.13 am
    Final value = 5. Hence A is wrong, initial value is 2. Hence R is correct.
Show Similar Question And Answers
QA->Shortest distance from the initial to the final position of a body is called?....
QA->……is the total market value of all final goods and services produced by residents in a country or other polity during a given time period minus depreciation?....
QA->Time interval taken by a radioactive substance to disintegrate to half of its initial weight is called?....
QA->A particle moves in a plane with a constant acceleration in a direction different from the initial velocity. The path of the particle is?....
QA->……..is a coin whose face value is more than the value of the metal?....
MCQ->Assertion (A): If , the final value of i(t) = 10Reason (R): If , the initial value i(t) = 2

....
MCQ->The initial and final void ratios of a clay sample in a consolidation test are 1 and 0.5, respectively. If the initial thickness of the sample is 2.4 cm, then its final thickness will be....
MCQ->Assertion (A): If , the final value of i(t) is 2AReason (R): As per final value theroem

....
MCQ->Assertion (A): If , the initial value of i(t) is 5AReason (R): As per initial vaue theroem

....
MCQ->What will be the output of the program? class Happy extends Thread { final StringBuffer sb1 = new StringBuffer(); final StringBuffer sb2 = new StringBuffer(); public static void main(String args[]) { final Happy h = new Happy(); new Thread() { public void run() { synchronized(this) { h.sb1.append("A"); h.sb2.append("B"); System.out.println(h.sb1); System.out.println(h.sb2); } } }.start(); new Thread() { public void run() { synchronized(this) { h.sb1.append("D"); h.sb2.append("C"); System.out.println(h.sb2); System.out.println(h.sb1); } } }.start(); } }....
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