Questions

Q:

Which among the following are the components of windows registry?

A) Keys B) SubKeys
C) Values D) All the above
 
Answer & Explanation Answer: D) All the above

Explanation:

All the above listed are the components of Windows registry

Report Error

View Answer Report Error Discuss

Filed Under: Operating Systems

0 3785
Q:

Numismatics is the study of

A) Numbers B) Coins
C) Stamps D) None
 
Answer & Explanation Answer: B) Coins

Explanation:

Numismatics is the study or collection of currency, including coins, tokens, paper money, and related objects.

Report Error

View Answer Report Error Discuss

1 3785
Q:

According to _____ poll, India's GDP growth will remain in the range of 6.5-7.5 % over the next 12-18 months in August 2017.

A) World Bank B) RBI
C) Nomura D) Moody's
 
Answer & Explanation Answer: D) Moody's

Explanation:

India's GDP growth will remain in the range of 6.5-7.5 per cent over the next 12-18 months and GST will support the momentum for faster growth, a Moody's poll said.

Report Error

View Answer Report Error Discuss

Filed Under: General Awareness
Exam Prep: Bank Exams , CAT
Job Role: Bank Clerk , Bank PO

7 3784
Q:

What kind of creature is the heart on its head?

A) Cockroach B) Snail
C) Shrimps D) Honey bee
 
Answer & Explanation Answer: C) Shrimps

Explanation:

A Shrimps heart is located on its head.

Report Error

View Answer Report Error Discuss

Filed Under: Animals and Birds
Exam Prep: AIEEE , Bank Exams , CAT
Job Role: Analyst , Bank Clerk , Bank PO

8 3783
Q:

If I use the following printf() to print a long int why I am not warned about the type mismatch?

printf ("%d",num );

Answer

When a function accepts a variable number of arguments , its prototype cannot provide any information about the number of arguments and type of those variable arguments. Hence the compiler cannot warn about the mismatches. The programmer must make sure that arguments match or must manually insert explicit typecast.

Report Error

View answer Workspace Report Error Discuss

Subject: Programming

0 3783
Q:

The Famous personality best known for the instrument Tabla  ?

A) Bundu Khan B) Zakir Hussain
C) P. Mani Iyer D) Ravi Sankar
 
Answer & Explanation Answer: B) Zakir Hussain

Explanation:

Zakir Hussain is best known for the instrument Tabla.

Bundu Khan is known for Sarangi

P. Mani Iyer is known for Mridangam

Ravi Sankar is known for Sitar

Report Error

View Answer Report Error Discuss

Filed Under: Famous Personalities
Exam Prep: Bank Exams , CAT
Job Role: Bank Clerk , Bank PO

4 3782
Q:

Which of the following is true?

A) It is appropriate to use assertions to validate arguments to methods marked public B) It is appropriate to catch and handle assertion errors
C) It is NOT appropriate to use assertions to validate command-line arguments D) None
 
Answer & Explanation Answer: C) It is NOT appropriate to use assertions to validate command-line arguments

Explanation:

A is incorrect. It is acceptable to use assertions to test the arguments of private methods.

 

B is incorrect. While assertion errors can be caught, Sun discourages you from doing so.

Report Error

View Answer Report Error Discuss

Filed Under: Programming

0 3781
Q:

Classify the Hashing Functions based on the various methods by which the key value is found.

Answer

Direct method,


 Subtraction method,


 Modulo-Division method,


 Digit-Extraction method,


 Mid-Square method,


 Folding method,


Pseudo-random method

Report Error

View answer Workspace Report Error Discuss

Subject: Technology

5 3781