Questions

Q:

Configuration management is not concerned with

A) maintaining versions of software B) controlling documentation changes
C) controlling changes to the source code D) choice of hardware configuration for an application
 
Answer & Explanation Answer: D) choice of hardware configuration for an application

Explanation:

Configuration management is not concerned with the choice of the hardware configuration for an application.

 

Configuration management is concerned with the development of procedures and standards for cost-effective managing and controlling charges in an evolving s/w system.

It includes

1)software versions maintenance

2)controlling changes in documentation

3)controlling changes to the source code

4) management activities

Report Error

View Answer Report Error Discuss

1 3781
Q:

How many times the following program would print 'Jamboree'?

main()

{

     printf ( "\nJamboree");

     main ();

}

Answer

Till the stack doesn't overflow

Report Error

View answer Workspace Report Error Discuss

Subject: Programming

2 3779
Q:

Dimond is

A) an element B) a compound
C) a mixture D) a liquid
 
Answer & Explanation Answer: A) an element

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Chemistry

3 3779
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 3778
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 3778
Q:

Environmental Science is the study of

A) Geography B) Physics
C) Biology D) All of the above
 
Answer & Explanation Answer: D) All of the above

Explanation:

environmental_science_is_the_study_of1549343122.png image

Environmental science is a field that integrates physical, biological and information sciences to the study of the environment, and the solution of environmental problems. This emerged from the fields of natural history and medicine during the Enlightenment.

 

In brief, it is a scientific study of the natural world and how it is influenced by people.

Report Error

View Answer Report Error Discuss

Filed Under: General Science
Exam Prep: AIEEE , Bank Exams , CAT , GATE
Job Role: Analyst , Bank Clerk , Bank PO

3 3777
Q:

What is the name of the scheme for providing physical aids and assisted-living devices for senior citizens belonging to BPL category that was launched in Andhra Pradesh’s Nellore district on 1 April 2017? 

A) Sarkari Yojana B) Yantra Laxmi
C) Rashtriya Vayoshri Yojana D) Vayovrudh Yojana
 
Answer & Explanation Answer: C) Rashtriya Vayoshri Yojana

Explanation:

“Rashtriya Vayoshri Yojana” was launched by the Ministry for Social Justice and Empowerment on 1 April 2017 at Nellore (Andhra Pradesh). Under the scheme, physical aids and assisted-living devices for senior citizens were distributed to senior citizens belonging to below poverty line (BPL) category.

– The scheme has been implemented through the sole implementing agency – Artificial Limbs Manufacturing Corporation (ALIMCO), a public sector undertaking. The aids to be distributed under the “Rashtriya Vayoshri Yojana” scheme include walking sticks, elbow crutches, walkers, tripods / quadpods, hearing aids, artificial dentures and spectacles.

– The ambitious scheme, first of its kind in the country, is expected to benefit 5,20,000 Senior citizens over a period of the 3 years.

Report Error

View Answer Report Error Discuss

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

2 3776
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 3775