Questions

Q:

It is necessary to sort a file before searching a particular item 

A) True B) False
C) May or may not be true D) None of the above
 
Answer & Explanation Answer: C) May or may not be true

Explanation:

If less work is involved in searching a element than to sort and then extract, then we don’t go for sort

If frequent use of the file is required for the purpose of retrieving specific element, it is more efficient to sort the file.

Thus it depends on situation

Report Error

View Answer Report Error Discuss

Filed Under: Database
Job Role: Database Administration

2 7710
Q:

What does RSI stand for?

Answer

 


Repetitive Strain Injury

Report Error

View answer Workspace Report Error Discuss

Subject: Hardware

17 7705
Q:

When development in economy takes place, the share of tertiary sector in National Income

A) first falls and the rises B) first rises and then falls
C) keeps on increasing D) remains constant
 
Answer & Explanation Answer: C) keeps on increasing

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian Economy

4 7705
Q:

Peace, discipline, freedom and equality are all examples of

peace_discipline_freedom_and_equality_are_all_examples_of1538653767.jpg image

A) Democratic values B) Resolutions
C) Myths D) Settings
 
Answer & Explanation Answer: A) Democratic values

Explanation:

Peace, discipline, freedom and equality are all examples of human values or democratic values which all the people want to be in them for society.

Report Error

View Answer Report Error Discuss

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

4 7703
Q:

Germany signed the Armistice Treaty on ____ and World War I ended

A) January 19, 1918 B) May 30, 1918
C) November 11, 1918 D) February 15, 1918
 
Answer & Explanation Answer: C) November 11, 1918

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: General Awareness

20 7702
Q:

What kingdom does Amoeba belong to

A) Plantae B) Protista
C) Monera D) Prokaryotae
 
Answer & Explanation Answer: B) Protista

Explanation:

The Amoebas belong to a group called Protista.

Amoebas are of the animal kingdom subdivision for microscopic organisms - protozoa.

Report Error

View Answer Report Error Discuss

Filed Under: Biology
Exam Prep: AIEEE , Bank Exams
Job Role: Analyst , Bank Clerk

8 7695
Q:

Point out the error in the following program.

main()

{

    char mybuf[] = "Zanzibar" ;

    char yourbuf[] = " Zienckewiz";

    char * const ptr = mybuf;

     *ptr = 'a';

     ptr = yourbuf;

}

Answer

ptr pointer is constant. In ptr = yourbuf the program is trying to modify it, hence an error.

Report Error

View answer Workspace Report Error Discuss

Subject: Programming

5 7688
Q:

In plants, exchange of gases takes place through

A) Stomata B) Palisade tissue
C) Spongy tissue D) mid rib
 
Answer & Explanation Answer: A) Stomata

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Biology

48 7687