Questions

Q:

Which of these rules are applicable for naming covalent compounds?

A) nonmetal name + nonmetal name + suffix –ide B) nonmetal name + nonmetal name + suffix –ite
C) metal name + nonmetal name + suffix –ide D) metal name + nonmetal name + suffix –ite
 
Answer & Explanation Answer: C) metal name + nonmetal name + suffix –ide

Explanation:

Simple covalent compounds are generally named by using prefixes metal name + nonmetal name + suffix –ide to indicate how many atoms of each element are shown in the formula. Also, the ending of the last (most negative) element is changed to -ide. The prefixes used are mono-, di-, tri-, tetra-, penta-, hexa-, and so forth.

Report Error

View Answer Report Error Discuss

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

0 3459
Q:

What is the capital Namibia?

A) Male B) Windhoek
C) Monaco D) Ulaanbaatar
 
Answer & Explanation Answer: B) Windhoek

Explanation:

Windheok is the capital of Namibia

Report Error

View Answer Report Error Discuss

Filed Under: Country Capitals

12 3459
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 3459
Q:

The primary effect on climate of a volcanic eruption depends on______

A) the quantity of lava produced B) how hot the eruptive products are
C) the amount of water vapour produced D) none of the above
 
Answer & Explanation Answer: D) none of the above

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: World Geography

2 3459
Q:

Who was the first Musilm invader to enter India?

A) Mohammed Ghauri B) Mohammed - bin - Qasim
C) Mohammed Ghazni D) Qutab-ud-din Aibak
 
Answer & Explanation Answer: B) Mohammed - bin - Qasim

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian History

3 3458
Q:

Name the first state Police Officer of Nagaland who has been awarded one of the nations' military honour, ‘Shaurya Chakra’, in 2017 by the Government of India.

A) SomviBihu B) Jong Kayi
C) Nara Karom D) AtuZumvu
 
Answer & Explanation Answer: D) AtuZumvu

Explanation:

For the first time since Nagaland officially gained recognition as a state, a state Police Officer AtuZumvu has been awarded one of the nations' military honour, ‘Shaurya Chakra’.

Report Error

View Answer Report Error Discuss

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

3 3457
Q:

Which of the following elements has the highest electronegativity?

A) Chlorine B) Bromine
C) Fluorine D) Helium
 
Answer & Explanation Answer: C) Fluorine

Explanation:

Electronegativity refers to the ability of an atom to attract shared electrons in a covalent bond. The higher the value of the electronegativity, the more strongly that element attracts the shared electrons.

Electronegativity increases from bottom to top in groups, and increases from left to right across periods. Thus, fluorine is the most electronegative element and lithium is the least.

Report Error

View Answer Report Error Discuss

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

2 3457
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 3456