Questions

Q:

Which section of IT Act of 2000 has been scraped to avoid people being prosecuted?

A) 66A B) 96A
C) 69A D) 76A
 
Answer & Explanation Answer: A) 66A

Explanation:
Report Error

View Answer Report Error Discuss

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

0 2196
Q:

When a barometer is rising air pressure is

A) increasing B) decreasing
C) constant D) zero
 
Answer & Explanation Answer: A) increasing

Explanation:

The device which is used to measure air pressure is called as barometer. If the barometer reading is rising, it indicates that the air pressure is increasing and if the reading is falling the air pressure is decreaing.

Report Error

View Answer Report Error Discuss

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

4 2195
Q:

Which of the following is an Inert Gas?

A) Hydrogen B) Nitrogen
C) Oxygen D) Argon
 
Answer & Explanation Answer: D) Argon

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Chemistry
Exam Prep: Bank Exams

1 2195
Q:

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

main()

{

    int ( *p )() = fun;

    ( *P ) ();

}

fun ()

{

    Printf ( "\nLoud and clear" );

Answer

Here we are initalising the function pointer p to the address of the function fun(). But during this initialisation the function has not been defined. Hence an error.


To eliminate this error add the prototype of the fun() before declaration of p, as shown below:


extern int fun();    or simply  int fun();

Report Error

View answer Workspace Report Error Discuss

Subject: Programming

0 2195
Q:

The only bird which can fly backward is

A) Parrot B) Albatross
C) Penguin D) Humming
 
Answer & Explanation Answer: D) Humming

Explanation:

Humming bird is the smallest bird and the only bird which can fly in backwards in the world.

Report Error

View Answer Report Error Discuss

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

11 2194
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 2194
Q:

What does the EU do?

Answer

Execution Unit receives program instruction codes and data from BIU, executes these instructions and store the result in general registers.

Report Error

View answer Workspace Report Error Discuss

Subject: Hardware

0 2194
Q:

Which one of the following has a bilateral symmetry in its body organization?

A) Asterias B) Sea anemone
C) Nereis D) Euchinus
 
Answer & Explanation Answer: A) Asterias

Explanation:

Asterias has bilateral symmetry only at larval stagebut fivefold symmetry (pentamerism, a special type of radial symmetry) as adults.

Nereis do not possess any symmetry elements in their body organisation.

Report Error

View Answer Report Error Discuss

Filed Under: Biology
Exam Prep: Bank Exams

2 2194