Searching for "="

Q:

If the true discount on a certain sum due 6 months hence at 15% is Rs. 120, what is the banker's discount on the same sum for the same time and at the same rate?

A) 50 B) 129
C) 100 D) 160
 
Answer & Explanation Answer: B) 129

Explanation:

B.G. = S.I. on T.D.

          = Rs.(120 x 15 x 1/2 x 1/100)

  = Rs. 9.

(B.D.) - (T.D.) = Rs. 9.

 

B.D. = Rs. (120 + 9) = Rs. 129.

Report Error

View Answer Report Error Discuss

Filed Under: Banker's Discount

Q:

What is the logical difference b/w Move A to B and COMPUTE B=A?

Answer

In case of Move A to B it will move whatever the value of A into B.It mean it will move numeric, alphanumeric and alphabatic value.


In case of COMPUTE B=A it will assign the value of A into B. But in case of compute only numeric value will be compute.

Report Error

View answer Workspace Report Error Discuss

Subject: Hardware

Q:

If the mean of a, b, c is M and ab + bc + ca = 0, then the mean of a2+b2+c23 is :

A) M B) 3 M^2
C) 2 (M/3) D) M^2
 
Answer & Explanation Answer: B) 3 M^2

Explanation:

We have : ( a + b + c) / 3 = M   or (a + b + c) = 3M.

Now. a+b+c2=3M2=9M2 .

 

 

 

<=>a2+b2+c2+2ab+bc+ca=9M2

 

 

 

a2+b2+c2=9M2   ,(ab+bc+ca=0)     

 

 

 

Required mean =a2+b2+c23=9M23=3M2 .

Report Error

View Answer Report Error Discuss

Filed Under: Average
Exam Prep: AIEEE , Bank Exams , CAT
Job Role: Bank Clerk , Bank PO

Q:

try { int x = Integer.parseInt("two"); }

Which could be used to create an appropriate catch block?

A) ClassCastException B) IllegalStateException
C) NumberFormatException D) None
 
Answer & Explanation Answer: C) NumberFormatException

Explanation:

C is correct. 'Integer.parseInt' can throw a NumberFormatException, and IllegalArgumentException is its superclass 

Report Error

View Answer Report Error Discuss

Filed Under: Java

Q:

If 20% of a = b, then b% of 20 is the same as :

A) 4% of a B) 6% of a
C) 8% of a D) 10% of a
 
Answer & Explanation Answer: A) 4% of a

Explanation:

20% of a = b 

=> (20/100) * a = b 

 b% of 20 =(b/100) x 20 = [(20a/100)  / 100] x 20= 4a/100 = 4% of a.

Report Error

View Answer Report Error Discuss

Filed Under: Percentage
Exam Prep: CAT , Bank Exams , AIEEE
Job Role: Bank PO , Bank Clerk , Analyst

Q:

class Hell {

public static void main(String[] args) {

Integer i = 42;

String s = (i<40)?"life":(i>50)?"base":"ball";

System.out.println(s);

}

}

A) null B) ball
C) base D) None
 
Answer & Explanation Answer: B) ball

Explanation:

D is correct. This is a ternary nested in a ternary with a little unboxing thrown in.Both of the ternary expressions are false.

Report Error

View Answer Report Error Discuss

Filed Under: Java

Q:

Gandhara school of art came into existence in

Gandhara_school_of_art_came_into_existence_in1541400001.jpg image

A) Hinayana sect B) Mahayana sect
C) Vaishanava sect D) Shaiva sect
 
Answer & Explanation Answer: B) Mahayana sect

Explanation:

The Gandhara school of art came into existence in Mahayana sect.

Report Error

View Answer Report Error Discuss

Filed Under: Indian History
Exam Prep: AIEEE , Bank Exams
Job Role: Analyst , Bank Clerk , Bank PO

Q:

Who is the author of the book "Adventures of the sherlock holmes"?

A) Harisen B) Arther Conon Doyle
C) Nirod C. Choudhary D) G. B. Shaw
 
Answer & Explanation Answer: B) Arther Conon Doyle

Explanation:

Arther Conon Dole is the author of Adventures of Sheerlock holmes.This book is related to the murder mysteries that are solved by Sherlock holmes

Report Error

View Answer Report Error Discuss

Filed Under: Books and Authors