Questions

Q:

Stretching exercises should ideally be performed

A) within a 5-minute time period B) 5 to 7 days a week
C) with a swinging, bouncing motion D) to the point of moderate pain
 
Answer & Explanation Answer: B) 5 to 7 days a week

Explanation:
Report Error

View Answer Report Error Discuss

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

1 2195
Q:

Read each sentence to find out whether there is any grammatical error or idiomatic error in it. The error, if any, will be in one part of the sentence. The letter of that part is the answer. If there is no error, mark the answer as No error. (Ignore errors of the punctuation if any).It was a long/ and uncomfortable journey / but he managed / to reach with time.

A) It was a long B) and uncomfortable journey
C) but he managed D) to reach with time.
 
Answer & Explanation Answer: D) to reach with time.

Explanation:

Here, “to reach in time” should be used. Idiom in times mean, not late. with enough time, to be able to do something

Report Error

View Answer Report Error Discuss

Filed Under: English
Exam Prep: Bank Exams

0 2195
Q:

Which one of the following is not situated on Varanasi -Kanyakumari National Highway?

A) Satna B) Rewa
C) Katni D) Jabalpur
 
Answer & Explanation Answer: A) Satna

Explanation:

Satna is not situated on Varanasi-Kanyakumari National Highway.

Report Error

View Answer Report Error Discuss

Filed Under: Indian Geography
Exam Prep: Bank Exams

2 2195
Q:

In the following question, some part of the sentence may have errors. Find out which part of the sentence has an error and select the appropriate option. If a sentence is free from error, select 'No Error'.

The salesman tried to(A)/sell me a solar water heater(B)/but I already have one.(C)/No error(D)

 

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

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: English
Exam Prep: Bank Exams

0 2195
Q:

Your ad includes the phrase, "Your friend has a crush on you. See who!" and it gets disapproved. Why?

Answer

AdWords policy does not allow ads to simulate email inbox notifications or fake friend/crush requests.

Report Error

View answer Workspace Report Error Discuss

0 2195
Q:

What is program counter in 8085?

Answer

Program counter holds the address of either the first byte of the next instruction to be fetched for exectuion or the address of the next byte of a multi byte instruction, which has not beeb completely fetched. in both the cases it gets increnented automatically one by one as the instruction bytes get fetched. Also Program register keeps the address of the next instruction.

Report Error

View answer Workspace Report Error Discuss

Subject: Hardware

0 2195
Q:

The International chriminal Police Organisation has its headquaters at

A) Paris B) Rio de Janeiro
C) Dar es Salam D) None of these
 
Answer & Explanation Answer: A) Paris

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: World Organisations

2 2195
Q:

Point out the error, if any, in the following program.

main()

{

    int a = 10;

    void f();

    a = f();

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

}

void f()

{

    printf ( "\n Hi ");

}

Answer

In spite of defining the function f() as returning void, the program is trying to collect the value returned by f() in the variable a.

Report Error

View answer Workspace Report Error Discuss

Subject: Programming

0 2194