Searching for "word"

Q:

If two letters are taken at random from the word HOME, what is the probability that none of the letters would be vowels?

A) 1/6 B) 1/2
C) 1/3 D) 1/4
 
Answer & Explanation Answer: A) 1/6

Explanation:

P(first letter is not vowel) = 24

 

P(second letter is not vowel) = 13

 

So, probability that none of letters would be vowels is = 24×13=16

Report Error

View Answer Report Error Discuss

Filed Under: Probability

Q:

The least number of complete years in which a sum of money put out at 20% compound interest will be more than doubled is:

A) 3 B) 4
C) 5 D) 6
 
Answer & Explanation Answer: B) 4

Explanation:

 

 P1+20100n>2P65n>2

 65×65×65×65>2

 

so, answer is 4 years

Report Error

View Answer Report Error Discuss

Filed Under: Compound Interest
Exam Prep: Bank Exams
Job Role: Bank PO

Q:

Explain the use of keyword WITH ENCRYPTION. Create a Store Procedure with Encryption

Answer

It is a way to convert the original text of the stored procedure into encrypted form. The stored procedure gets obfuscated and the output of this is not visible to


CREATE PROCEDURE Abc


WITH ENCRYPTION


AS


<< SELECT statement>>


GO

Report Error

View answer Workspace Report Error Discuss

Subject: SQL

Q:

What is the rate of simple interest?
I. The total interest earned was Rs. 4000.
II. The sum was invested for 4 years.

A) I alone sufficient while II alone not sufficient to answer B) II alone sufficient while I alone not sufficient to answer
C) Either I or II alone sufficient to answer D) Both I and II are not sufficient to answer
 
Answer & Explanation Answer: D) Both I and II are not sufficient to answer

Explanation:

We know that, R = (100 x S.I) / (P x T)

Now I gives, S.I = Rs. 4000.

        II gives,  T = 4 years.

But, P is unknown. So, we cannot find R.

So, given data is insufficient to get R.

 

Report Error

View Answer Report Error Discuss

Filed Under: Simple Interest
Exam Prep: Bank Exams
Job Role: Bank PO

Q:

A sum of money amounts to Rs. 9800 after 5 years and Rs. 12005 after 8 years at the same rate of simple interest. The rate of interest per annum is:

A) 5% B) 8%
C) 12% D) 15%
 
Answer & Explanation Answer: C) 12%

Explanation:

 

S.I. for 3 years = Rs. (12005 - 9800) = Rs. 2205.

 

S.I. for 5 years = Rs.22053×5= Rs.3675

 

Principle = Rs.(9800-3675) = Rs.6125

 

Hence, Rate = 100×36756125×5 =12%

Report Error

View Answer Report Error Discuss

Filed Under: Simple Interest
Exam Prep: Bank Exams
Job Role: Bank PO

Q:

What is the purpose of reserved word using in C#?

Answer

A keyword that specifies that types in a particular nemespace can be referred to without requiring their full qualified type names. 'using' reserved word always come with namespaces. eg. using systems so because of this useful classes supplied by Microsoft which are contained by system namespace are availble for user.

Report Error

View answer Workspace Report Error Discuss

Subject: .NET

Q:

How to clear Computer Motherboard CMOS password?

Answer

To clear the CMOS password you just remove the CMOS Battery or else you can also use a jumper settings.

Report Error

View answer Workspace Report Error Discuss

Subject: Hardware

Q:

In a certain language, 'pit nac mit' means 'red pant shirt'. Which word means 'pant' in that language ? 

I. 'mit tim nac sir' means 'he wore red pant'. 

II. 'nee jic pit' means 'shirt is dirty'. 

A) If the data in statement I alone are sufficient to answer the question B) If the data in statement II alone are sufficient answer the question
C) If the data either in I or II alone are sufficient to answer the question; D) If the data even in both the statements together are not sufficient to answer the question
 
Answer & Explanation Answer: D) If the data even in both the statements together are not sufficient to answer the question

Explanation:

Clearly, from each of the statements, we find that the code for 'pant is either 'mit' or 'nee'.

So, none of them is sufficient to answer the question.  

 

 

Report Error

View Answer Report Error Discuss

Filed Under: Data Sufficiency