Questions

Q:

Look at the underlined part of each sentence. Below each sentence are given three possible substitutions for the underlined part. If one of them (a), (b) or (c) is better than the underlined part, indicate your response on the Answer Sheet against the corresponding letter. If none of the substitutions imporves the sentence, indicate (d) as your response on the Answer Sheet.

The man disappeared after he was rescuing a boy from drowning.

A) was rescued B) has been rescued
C) had rescued D) No improvement
 
Answer & Explanation Answer: C) had rescued

Explanation:

Two complete events occurred rescue happened first hence it will be expressed in past perfect tense, ‘had rescued’ will be the correct usage.

Report Error

View Answer Report Error Discuss

Filed Under: English
Exam Prep: Bank Exams

0 2099
Q:

In loading programs into memory, what is the difference between load-time dynamic linking and run-time dynamic linking?

Answer

For load-time dynamic linking: Load module to be loaded is read into memory. Any reference to a target external module causes that module to be loaded and the references are updated to a relative address from the start base address of the application module.


With run-time dynamic loading: Some of the linking is postponed until actual reference during execution. Then the correct module is loaded and linked.

Report Error

View answer Workspace Report Error Discuss

0 2099
Q:

Select the odd word/letters/number/number pair from the given alternatives.

A) 81 B) 125
C) 64 D) 198
 
Answer & Explanation Answer: D) 198

Explanation:
Report Error

View Answer Report Error Discuss

2 2097
Q:

Which error are you likely to get when you run the following program?

main()

{

  struct emp

  {

      char name[20];

      float sal;

  };

  struct emp e[10];

  int i;

  for ( i = 0 ; i <= 9; i++)

        scanf ( "%s %f" , e[i].name, &e[i].sal );

}

Answer

Floating point formats not linked

Report Error

View answer Workspace Report Error Discuss

Subject: Programming

0 2097
Q:

What would be the output of the following program?

main()

{

    float a = 0.7;

    if ( a < 0.7f )

          printf ( " C ");

    else 

          Printf ( " C++ ");

}

Answer

C++

Report Error

View answer Workspace Report Error Discuss

Subject: Programming

0 2097
Q:

In each of the questions, four alternatives are given for the Idiom/Phrase. Choose the alternative which best expresses the meaning of the Idiom/Phrase and click the button corresponding to it.

She sank back with a mourn of pain

A) morn B) mourne
C) moan D) No improvement
 
Answer & Explanation Answer: C) moan

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: English

0 2097
Q:

In the following question, out of the given four alternatives, select the one which is opposite in meaning of the given word.

Forgo

A) Forfeit B) Neglect
C) Conquer D) Pass
 
Answer & Explanation Answer: C) Conquer

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: English
Exam Prep: Bank Exams

0 2097
Q:

Cooler, older, oceanic lithosphere sink into the mantle at

A) sites of long-lived, hot spot volcanism in the ocean basins B) rift zones along mid-ocean ridges
C) subduction zones along convergent plate boundaries D) transform fault zones along divergent plate boundaries
 
Answer & Explanation Answer: C) subduction zones along convergent plate boundaries

Explanation:
Report Error

View Answer Report Error Discuss

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

2 2097