Questions

Q:

The distance in pitch between any two tones is called

 

A) Octave B) Dynamics
C) Interval D) Unison
 
Answer & Explanation Answer: C) Interval

Explanation:

The distance in pitch between any two tones is called an interval.

 

 

Report Error

View Answer Report Error Discuss

Filed Under: General Science
Exam Prep: Bank Exams

0 14988
Q:

What would be the output of the following program ?

main()

{

     const int x = 5; 

      int *ptrx;

      ptrx = &x;

      *ptr = 10;

       printf ("%d", x);

}

A) 5 B) 10
C) Error D) Garbage value
 
Answer & Explanation Answer: B) 10

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Programming

2 14986
Q:

Improve the bracketed part of the sentence.

 

"An interview after the campaign ends (is the normal) for every candidate and every campaigner in every election," he said.

 

A) is the norm B) is the normally
C) is continuality D) No improvement
 
Answer & Explanation Answer: A) is the norm

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: English
Exam Prep: Bank Exams

0 14985
Q:

What would be the output of the following program ?

main() 

{

       unsigned  int a = oxffff;

        ~a;

        printf ("%x", a);

}

A) ffff B) 0000
C) 00ff D) None of the above
 
Answer & Explanation Answer: A) ffff

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Programming

0 14980
Q:

The output of the code below is

       #include <stdio.h>
        void main()
        {
            int i = 0, k;
            if ( i == 0 )
                goto label;
                for ( k = 0;k < 3; k++ )
                {
                    printf( "hin" );
                    label: k = printf( "%03d", i );
                }
         }

A) 0 B) hi hi hi 0 0 0
C) 0 hi hi hi 0 0 0 D) 0 0 0
 
Answer & Explanation Answer: A) 0

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Programming

1 14978
Q:

The UNESCO's ' Prix Jules Verne ' prize has been given to which of the following serials of Doordarshan

A) Eye Witness B) Surabhi
C) The World of the week D) Turning point
 
Answer & Explanation Answer: D) Turning point

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Honours and Awards

9 14976
Q:

Which of the following names is NOT associated with the insurance business in India?

A) Bajaj Allianz B) LIC
C) GIC D) GE Money
 
Answer & Explanation Answer: D) GE Money

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: General Awareness
Exam Prep: Bank Exams
Job Role: Bank PO

55 14975
Q:

Select the antonym of

 

ambushed

 

A) lurk B) waylay
C) camouflage D) exposed
 
Answer & Explanation Answer: D) exposed

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: English
Exam Prep: Bank Exams

0 14973