Questions

Q:

Horography is an art of

A) constructing dials B) reading paintings
C) monumental scenes D) None of the above
 
Answer & Explanation Answer: A) constructing dials

Explanation:

Horography is an art of constructing watches or dials for measurement of time.

Report Error

View Answer Report Error Discuss

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

1 1978
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 1978
Q:

In oceania, most towns began as

A) Colonial ports B) plantations
C) tribal ritual centers D) capital cities
 
Answer & Explanation Answer: A) Colonial ports

Explanation:

Oceania is a geographic region comprising Melanesia, Micronesia, Polynesia and Australasia. In Oceani, most towns began as Colonial Ports.

oceania1532071449.jpg image

Report Error

View Answer Report Error Discuss

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

1 1978
Q:

Ravinder Kumar Singhal, who has successfully completed the Ironman triathlon, is from which state?

A) Karnataka B) Telangana
C) Maharashtra D) Uttar Pradesh
 
Answer & Explanation Answer: C) Maharashtra

Explanation:
Report Error

View Answer Report Error Discuss

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

1 1977
Q:

A book 'Simplicity & Wisdom' was written by

A) Dinesh Shahra B) Chetan Bhagat
C) Andrea Levy D) Abdul Aziz Muhamat
 
Answer & Explanation Answer: A) Dinesh Shahra

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Books and Authors
Exam Prep: AIEEE , Bank Exams , CAT
Job Role: Analyst , Bank Clerk , Bank PO

3 1977
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 1977
Q:

Gestalt psychology attempted to discover

A) the overall patterns of perceptions and thoughts B) the unconscious motivations for human functioning
C) how the mind helped people adapt to the world D) the basic building blocks of consciousness
 
Answer & Explanation Answer: A) the overall patterns of perceptions and thoughts

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: General Science
Exam Prep: AIEEE , Bank Exams
Job Role: Analyst , Bank Clerk

0 1977
Q:

If demand curve for alphonso mangoes is D = 25000 ­ 70P and supply curve is S = 10000 + 80P, find the equilibrium quantity?

A) 18,000 units B) 2,000 units
C) 1,800 units D) 200 units
 
Answer & Explanation Answer: A) 18,000 units

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Physics
Exam Prep: Bank Exams

4 1977