Questions

Q:

Which step happens first in DNA replication?

A) Initiation B) Elongation
C) Termination D) None of the above
 
Answer & Explanation Answer: A) Initiation

Explanation:

In the first step of DNA replication called initiation, the DNA pair gets unwidened.

Report Error

View Answer Report Error Discuss

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

1 2229
Q:

In each of the questions, four alternatives are given for the Idiom/Phrase. Choose the alternative which best expresses the meaning of the Idiom/Phrase and click the button corresponding to it.

To pull a long face

A) Looked happily B)  Looked surprised
C)  Looked sad D)  Looked calm
 
Answer & Explanation Answer: C)  Looked sad

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: English
Exam Prep: TOEFL , GRE , CAT

1 2229
Q:

Improve the bracketed part of the sentence.
Shouts of the crowd cheering the home team now (stuff) the air.

A) fill B) occupy
C) infest D) no improvement
 
Answer & Explanation Answer: A) fill

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: English
Exam Prep: Bank Exams

0 2229
Q:

what is the interrupt?

Answer

interrupt is a signal send by external device to the processor so as to request the processor to perform a particular work.


A signal informing a program that an events has occurred. when a program receives an interrupt signal, it takes a specified action (which can be to ignore the signal).

Report Error

View answer Workspace Report Error Discuss

Subject: Hardware

0 2229
Q:

Grammy Award is given in the field of

A) Music B) Medicine
C) Sports D) Literature
 
Answer & Explanation Answer: A) Music

Explanation:

Grammy Award is given in the field of Music industry by The Recording Academy of the United States.

grammy_award_is_given_in_the_field_of1544436624.jpg image

Report Error

View Answer Report Error Discuss

Filed Under: Honours and Awards
Exam Prep: AIEEE , Bank Exams , CAT , GATE
Job Role: Analyst , Bank Clerk , Bank PO

0 2229
Q:

What is the purpose of SQL Profiler in SQL server?

Answer

SQL profiler is a tool to monitor performance of various stored procedures. It is used to debug the queries and procedures. Based on performance, it identifies the slow executing queries. Capture any problems by capturing the events on production environment so that they can be solved.

Report Error

View answer Workspace Report Error Discuss

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

What would be the output of the following program?

main()

{

    static int a[20];

    int i = 0;

    a[i] = i++;

    printf ("\n%d%d%d", a[0],  a[1], i);

}

Answer

0  0  1


That's what some of the compilers would give. But some other compiler may give a different answer. The reason is, when a single expression causes the same object to be modified and then inspected the behaviour is undefined.

Report Error

View answer Workspace Report Error Discuss

Subject: Programming

0 2229