Questions

Q:

Jatra is a traditional theatre form of which of the following states of India?

A) Maharashtra B) Bihar
C) Andhra Pradesh D) West Bengal
 
Answer & Explanation Answer: D) West Bengal

Explanation:

Jatra is a traditional theatre form of the state West Bengal in India.

Report Error

View Answer Report Error Discuss

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

0 2114
Q:

Khas Mahal and the Shish Mahal are built in which World Heritage Monument?

A) Humayun's Tomb B) Mahabodhi Temple Complex
C) Qutub Minar D) Agra Fort
 
Answer & Explanation Answer: D) Agra Fort

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian Geography
Exam Prep: Bank Exams

0 2114
Q:

In the following question, out of the four alternatives, select the alternative which is the best substitute of the words/sentence.

A routine task, especially a household one

A) Chore B) Servitude
C) Moil D) Travail
 
Answer & Explanation Answer: A) Chore

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: English

0 2114
Q:

Explain compiler?

Answer

compiler is used to translate the high-level language program into machine code at a time. It doesn't require special instruction to store in a memory, it stores automatically. the execution time is less compared interpreter.


A compiler is a program that translates a source program written in some high-level programming langualge (such as Java) into machine code for some computer architecture (such as the Inter Pentium archiecture).

Report Error

View answer Workspace Report Error Discuss

Subject: Hardware

0 2114
Q:

Why we use do-while loop in c?

Answer

It is also called as post tested loop. It is used when it is necessary to execute the loop at least one time. Syntax:

do {
Loop body
} while (Expression);

Example:

int main(){
    int num,i=0;  
    do{
         printf("To enter press 1\n");
         printf("To exit press  2");
         scanf("%d",&num);
         ++i;
         switch(num){
             case 1:printf("You are welcome\n");break;
             default : exit(0);
         }
    }
    while(i<=10);
    return 0;
}

Output: 3 3 4 4

Report Error

View answer Workspace Report Error Discuss

Subject: Programming

0 2114
Q:

What would be the output of the following program, if the array beigns at address 65486?

main()

{

    int arr[] = {12,14,15,23,45};

    printf ("%u %u", arr, &arr);

}

Answer

65486  65486

Report Error

View answer Workspace Report Error Discuss

Subject: Programming

0 2113
Q:

A series is given, with one term missing. Choose the correct alternative from the given ones that will complete the series.

XFB,UGD ,RIG ,OLK, ?

A) OLJ B) LNK
C) LPP D) OLM
 
Answer & Explanation Answer: C) LPP

Explanation:
Report Error

View Answer Report Error Discuss

3 2113
Q:

A sentence has been given in Active/Passive Voice. Out of the four given alternatives, select the one which best expresses the same sentence in Passive/Active Voice.

The commotion terrified her.

 

A) She was terrified. B) She is terrified of commotion.
C) She terrified by the commotion. D) She was terrified by the commotion.
 
Answer & Explanation Answer: D) She was terrified by the commotion.

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: English
Exam Prep: Bank Exams

0 2113