Toggle navigation
Home
KPSC Previous Question Papers
Article Category
kerala psc
upsc
General
Popular Pages
Multiple Choice Question in കറന്റ് അഫയേഴ്സ് മേയ് 11
Multiple Choice Question in കറന്റ് അഫയേഴ്സ് - ഏപ്രില് 07
Multiple Choice Question in current-affairs-2016-12-22
Multiple Choice Question in current-affairs-2017-01-22
Multiple Choice Question in biochemistry-structure-and-properties-of-peptides
Multiple Choice Question in കറന്റ് അഫയേഴ്സ് - ക്വിസ് | ഡിസംബര് 05 - 12
Multiple Choice Question in biochemical-engineering-fluid-flow
Multiple Choice Question in biochemistry-allosteric-effects
Multiple Choice Question in current-affairs-2017-05-07
Multiple Choice Question in കറന്റ് അഫയേഴ്സ് മേയ് 26
Question Answer Bank
Multiple Choice Question Bank
Question Answer Category
Multiple Choice Question Category
Home
->
Multiple Choice Questions
Question Set
electronics and communication engineering signals and systems
1. Assertion (A): If , the final value of i(t) = 10Reason (R): If , the initial value i(t) = 2
(A): A is false, R is true
(B): A is true, R is false
(C): Both A and R are correct and R is correct explanation of A
(D): Both A and R are correct but R is not correct explanation of A
Previous Question
Show Answer
Next Question
Add Tags
Report Error
Show Marks
Ask Your Doubts Here
Type in
(Press Ctrl+g to toggle between English and the chosen language)
Post reply
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(); } }....
×
×
Type The Issue
×
Your Marks
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