Questions

Q:

Is B2+ Paramagnetic or Diamagnetic?

Answer

B2+ is a Paramagnetic. 


The filled orbitals are σ(1s)22σ(1s)22σ(2s)22σ(2s)22. The half-filled orbitals are π(2pxx) and π(2pyy). Since it posses 2 unpaired electrons, it is Paramagnetic in nature.

Report Error

View answer Workspace Report Error Discuss

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

8 14199
Q:

What factors would you consider to decide the target audience of your Ad?

Answer

The following are the factors to be considered before deciding the target audience for any advertisements:



  •       Age

  •       Working class (professionals)

  •       Non working class (Retired/Home makers)

  •       Socio economic status

  •       Region specific

  •       Religion/community etc. 

Report Error

View answer Workspace Report Error Discuss

15 14189
Q:

Two girls ate dinner together.

 After that they both ordered iced tea. One girl drank them very fast and had finished five in the time it took the other to drink just one.

The girl who drank one died while the other survived. However, all of the drinks that were served turned out to contain poison.

 

How did the girl who drank the most survive?

Answer

The poison was in the ice. When the girl drank the iced tea, the ice was still fully frozen. Gradually, as the ice cubes melted the poison was released into the drink.


 


Hence, the girl who died, drunk the tea after the ice melted. So, she was died. 

Report Error

View answer Workspace Report Error Discuss

31 14187
Q:

Crack the Detectives code and Find the criminal's Name ?

17629868_1256539077786527_1613927902568118890_n1500008133.jpg image

A) Bill B) John
C) Todd D) None
 
Answer & Explanation Answer: A) Bill

Explanation:

Bill.

From the detectives code 0415 7140 7718

Each 4 digits may represent one name

Here 7718 mirror image represent BILL.

Report Error

View Answer Report Error Discuss

Filed Under: Logic Puzzles

50 14177
Q:

People from which state celebrate their harvest festival around Makar Sankranti?

A) Kerala B) Punjab
C) Karnataka D) Tamil Nadu
 
Answer & Explanation Answer: C) Karnataka

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: General Awareness

60 14169
Q:

what will be the output of the following code?

class Value
{
    public int i = 15;
}
public class Test
{
    public static void main(String argv[])
    {
        Test t = new Test();
        t.first();
    }
    public void first()
    {
        int i = 5;
        Value v = new Value();
        v.i = 25;
        second(v, i);
        System.out.println(v.i);
    }
    public void second(Value v, int i)
    {
        i = 0;
        v.i = 20;
        Value val = new Value();
        v =  val;
        System.out.println(v.i + " " + i);
    }
}

A) 15 0 2 B) 15 0 0
C) 15 20 0 D) 15 0 20
 
Answer & Explanation Answer: D) 15 0 20

Explanation:
Report Error

View Answer Report Error Discuss

9 14164
Q:

The Presidential Government operates on the principle of

A) Division of powers between centre and state B) Centralisation of Powers
C) Balance of powers D) Separartion of powers
 
Answer & Explanation Answer: D) Separartion of powers

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian Politics

27 14153
Q:

what does the term 'Lithosphere' refer to

A) Interior of the earth B) Crust of the earth
C) Plants and animals D) None of the above
 
Answer & Explanation Answer: B) Crust of the earth

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: World Geography

33 14152