Questions

Q:

Which of the following tools can be used to identify inefficient SQL statements without executing them?

A) QMF B) Task Center
C) Visual Explain D) Development Center
 
Answer & Explanation Answer: C) Visual Explain

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: IBM Certification

1 3075
Q:

Lime is sometimes applied to soil in order to

A) increase the acidity of the soil B) make the soil more porous
C) restore nitrates to the soil D) increase the alkalinity of the soil
 
Answer & Explanation Answer: D) increase the alkalinity of the soil

Explanation:

Lime is sometimes applied to soil in order to increase the acidity of the soil.

Report Error

View Answer Report Error Discuss

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

0 3075
Q:

Which mosque is considered to be the style of Bengal style in Agra?

A) Nagina Masjid B) Moti Masjid
C) Jama Masjid D) Badshahi Masjid
 
Answer & Explanation Answer: A) Nagina Masjid

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian Geography
Exam Prep: Bank Exams

0 3075
Q:

Improve the following code using typedef.

struct node

{

      int data1;  float data2;

       struct node *left;

       struct node *right;

};

struct node *ptr;

ptr = (struct node *) malloc (sizeof (struct node) ); 

Answer

typedef struct node * treeptr


typedef struct node


{


         int data1;


         float data2;


         treeptr *left;


         treeptr *right;


}treenode;


treeptr ptr;


ptr = ( treeptr ) malloc ( sizeof ( treenode ) );

Report Error

View answer Workspace Report Error Discuss

Subject: Programming

0 3074
Q:

Which among the following migratory bird species migrates from Arctic to Antarctica every year, making it longest migratory route on nearth?

A) Arctic Tern B) Black necked swan
C) Bobolink D) American Robin
 
Answer & Explanation Answer: A) Arctic Tern

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: World Geography

0 3074
Q:

Which of the following planets is known as Earth's twin?

A) Mars B) Saturn
C) Uranus D) Venus
 
Answer & Explanation Answer: D) Venus

Explanation:

Venus is known as earth's twin because of its closeness to the earth with respect to size, mass(weight) and density.

Report Error

View Answer Report Error Discuss

Filed Under: World Geography

1 3072
Q:

Which is the national game of pakistan ?

A) Cricket B) Kabaddi
C) Archery D) Hockey
 
Answer & Explanation Answer: D) Hockey

Explanation:

hockey

Report Error

View Answer Report Error Discuss

Filed Under: Sports
Exam Prep: Bank Exams , CAT
Job Role: Analyst , Bank Clerk , Bank PO

0 3072
Q:

The missing letter in the word 'MA_T' is

A) R B) C
C) P D) O
 
Answer & Explanation Answer: A) R

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Missing letters puzzles
Exam Prep: Bank Exams

17 3072