Questions

Q:

What is the common name of CaOCl2?

A) Baking Powder B) Baking Soda
C) Bleaching Powder D) Washing Soda
 
Answer & Explanation Answer: C) Bleaching Powder

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Chemistry
Exam Prep: Bank Exams

5 3471
Q:

In which year was the State of Jharkhand formed

A) 1998 B) 1999
C) 2000 D) 2001
 
Answer & Explanation Answer: C) 2000

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian Politics

2 3471
Q:

Which of the following languages is a Slavic Language?

A) Polish B) Flemish
C) Romanian D) Gaelic
 
Answer & Explanation Answer: A) Polish

Explanation:

Slavic languages, also called Slavonic languages, a subfamily of the Indo-European family of languages Eastern European ethnic group, commonly associated with Russia, the Baltic States, and other Eastern European countries. peoples of the lands of today's Eastern Europe and Russia have excited curiosity and beckoned visitors.

Key to these peoples and cultures are the Slavic languages:

1. Russian,

2. Ukrainian,

3. Polish,

4. Czech, and

5. Bosnian/Croatian/Serbian.

 

  • Flemish is the language of many Belgians.
  • Romanians are more Hungarian or Balkans-affiliated than Russian.
  • Gaelic is the language of the Celts (Scotland/Ireland).
Report Error

View Answer Report Error Discuss

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

7 3471
Q:

What is BRICS ? How is BRICS formed ?

Answer

BRICS is basically an association of 5 major emerging national economies: Brazil, Russia,China, India and South Africa.


BRIC was coined in Foreign Ministerial meeting of Brazil,Russia,China and India in Newyork in Sept 2006. BRIC officialy came in existance in 2009 at Yekaterinburg,Russia.


At start group was named as BRIC, but after being formally invited by the BRIC countries to join the group, South Africa officially became a member nation on 24 December 2010, and the group was renamed BRICS.

Report Error

View answer Workspace Report Error Discuss

3 3471
Q:

Crack the code?

english1526360782.jpg image

Answer

STARTLING is a required 9 letter English word is still a word each time you remove a letter from the word. And how it is shown below: 


 


1. Remove the L, and the word becomes: STARTING


2. Remove one T, and the word becomes: STARING


3. Remove the A, and the word becomes: STRING


4. Remove the R, and the word becomes: STING


5. Remove the other T, and the word becomes: SING


6. Remove the G, and the word becomes: SIN


7. Remove the S, and the word becomes: IN


8. Remove the N, and the word becomes: I

Report Error

View answer Workspace Report Error Discuss

5 3471
Q:

Which one of the following is an abiotic and renewable resource

A) Iron ore B) Livestock
C) Water D) Forests
 
Answer & Explanation Answer: C) Water

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian Economy

2 3470
Q:

How would you dynamically allocate a 2-D array of integers?

Answer

#include "alloc.h"


#define MAXROW 3


#define MAXcol 4


main()


{


        int *p, i, J;


        p = (int *) malloc (MAXROW * MAXCOL * sizeof (int));


         for ( i=0; i < MaxROW ; i++)


         {


                for (j=0; j < MAXCOL ; j++)


                { 


                      p [ i * MAXCOL + j] = i;


                       printf ( "%d", p [i * MAXCOL + j] );


                 }


                  printf ("\n");


          }


}

Report Error

View answer Workspace Report Error Discuss

Subject: Programming

0 3469
Q:

What are the sub-components of I/O manager in Windows NT?

Answer

- Network redirector/ Server


- Cache manager.


- File systems


- Network driver


- Device driver

Report Error

View answer Workspace Report Error Discuss

0 3469