Questions

Q:

In the following question, a sentence has been given in Direct/Indirect speech. Out of the four alternatives suggested, select the one which best express the same sentence in Indirect/Direct speech.

Geetal said, " I bought a Honda City yesterday."

A) Geetal said that I have bought a Honda City yesterday. B) Geetal told me that she had bought a Honda City yesterday.
C) Geetal said she had bought a Honda City the previous day. D) Geetal said that she had bought a Honda City the previous day.
 
Answer & Explanation Answer: D) Geetal said that she had bought a Honda City the previous day.

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: English
Exam Prep: Bank Exams

0 2170
Q:

Select the word with the correct spelling.

A) amphybia B) indanted
C) ancumber D) levelled
 
Answer & Explanation Answer: D) levelled

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: English
Exam Prep: Bank Exams

0 2170
Q:

In the following question, out of the four alternatives, select the alternative which best expresses the meaning of the idiom/phrase.

To have something on the brain

A) To be obsessed with something B) To be ready with an immediate smart witty reply
C) To unable to solve a particularly difficult philosophical problem D) To think wistfully about past life
 
Answer & Explanation Answer: A) To be obsessed with something

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: English
Exam Prep: Bank Exams

0 2170
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 2170
Q:

what are the various flags used in 8085?

Answer

Sign flag, Zero flag, Auxillary flag, Parity flag, Carry flag.

Report Error

View answer Workspace Report Error Discuss

Subject: Hardware

0 2170
Q:

Project Integration Management - Processes

Describe the Inputs, Tools and Techniques, Outputs of Monitor and Control Project Work phase?

Answer

I. Inputs



  • Project management plan

  • Work performance information

  • Rejected Change requests


II. Tools and Techniques



  • Project management methodology

  • Project management information system

  • Earned value technique

  • Expert Judgment


III. Outputs



  • Recommended corrective actions

  • Recommended preventive actions

  • Forecasts

  • Recommended defect repair

  • Requested changes 

Report Error

View answer Workspace Report Error Discuss

1 2170
Q:

What would be the output of the following program?

main()

{

    int i = -3, j =2, k =0, m ;

    m = ++j && ++i || ++k ;

    Printf ( "\n%d%d%d%d", i , j , k , m );

}

Answer

-2  3  0  1

Report Error

View answer Workspace Report Error Discuss

Subject: Programming

1 2169
Q:

Who was the first batsman to be given out by a third-umpire?

A) Virat Kohli B) Graeme Smith
C) Jacques Kallis D) Sachin Tendulkar
 
Answer & Explanation Answer: D) Sachin Tendulkar

Explanation:
Report Error

View Answer Report Error Discuss

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

1 2169