Questions

Q:

Four statements are given below at A, B, C and D. There may be some errors in the given statement(s). The incorrect statement is your answer.

A) Many Japanese cities had extensive tram systems until the 1960s, when increased motorization started to make some lines disappear. B) Increased motorization started to make some lines disappear after the1960s until when many Japanese cities had extensive tram systems.
C) When increased motorization started to make lines disappear, many Japanese cities have extensive tram systems until the 1960s. D) Until the 1960s, when increased motorization started to make some lines disappear, many Japanese cities had extensive tram systems.
 
Answer & Explanation Answer: C) When increased motorization started to make lines disappear, many Japanese cities have extensive tram systems until the 1960s.

Explanation:

‘has’ is incorrectly used since the sentence is in past tense. Moreover, the subject is cities, which is plural.

Report Error

View Answer Report Error Discuss

Filed Under: English
Exam Prep: CAT , GRE , TOEFL

0 2099
Q:

Choose the word that best defines the given phrase ‘Able to use both hands alike’

A) Dexterous B) Ambidextrous
C) Skilful D) Expert
 
Answer & Explanation Answer: B) Ambidextrous

Explanation:
Ambidextrous people have the ability to use both hands with equal dexterity. Ambidextrous describes someone who can use either hand to write.
Dexterous means showing skills.
Report Error

View Answer Report Error Discuss

Filed Under: English
Exam Prep: Bank Exams

0 2099
Q:

The summer capital of J&K Government is

A) Jammu B) Srinagar
C) Gulmarg D) Anantnag
 
Answer & Explanation Answer: B) Srinagar

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian Geography
Exam Prep: Bank Exams

3 2099
Q:

What would be the output of the following program?

main()

{

    char a[] = "Visual C++";

    char *b = "Visual C++";

    printf ("\n%d %d", sizeof (a), sizeof (b));

    printf ("\n%d %d", sizeof (*a), sizeof (*b));

Answer

11  2


 1   1

Report Error

View answer Workspace Report Error Discuss

Subject: Programming

1 2099
Q:

What is process synchronization?

Answer

A situation, where several processes access and manipulate the same data concurrently and the outcome of the execution depends on the particular order in which the access takes place, is called race condition. To guard against the race condition we need to ensure that only one process at a time can be manipulating the same data. The technique we use for this is called process synchronization.

Report Error

View answer Workspace Report Error Discuss

1 2099
Q:

What is relative path and absolute path?

Answer

Absolute path-- Exact path from root directory.

Relative path-- Relative to the current path.

Report Error

View answer Workspace Report Error Discuss

1 2098
Q:

Project Time Management - Processes

Describe the Inputs, Tools and Techniques, Outputs of Activity Resource Estimating ?

Answer

I. Inputs



  • Enterprise environmental factors

  • Organizational process assets

  • Activity list

  • Activity attributes

  • Resource availability

  • Project management plan


II. Tools and Techniques



  • Expert Judgment

  • Alternatives analysis

  • Published estimating data

  • Project management software

  • Bottom-up estimating


III. Outputs



  • Activity resource requirements

  • Activity atributes (updates)

  • Resource breakdown structure

  • Resource calendars (updates)

  • Requested changes

Report Error

View answer Workspace Report Error Discuss

0 2098
Q:

In the following question, out of the four alternatives, select the alternative which best expresses the meaning of the idiom/Phrase.
To accept the gauntlet

A) To accept challenge B) To accept defeat
C) To accept what is written in fate D) To be able to grasp the hidden meaning
 
Answer & Explanation Answer: A) To accept challenge

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: English
Exam Prep: Bank Exams

0 2098