Questions

Q:

Why does'nt the hydrogen atom emit X-rays?

A) It is very small in size B) It has only one electron
C) Its energy levels are very close to each other D) it is highly electropositive
 
Answer & Explanation Answer: C) Its energy levels are very close to each other

Explanation:

For an atom to emit X-rays it should have difference in energy levels

Report Error

View Answer Report Error Discuss

Filed Under: Physics

9 6767
Q:

What legal services can a lawyer provide?

Answer


    1. Serve clients completely
    2. Be competently loyal to clients
    3. Keep client communications private
    4. Answering legal questions
    5. Helping clients find a solution
    6. Emerge in court on a client’s behalf
    7. Counseling clients

Report Error

View answer Workspace Report Error Discuss

Subject: Law

7 6765
Q:

An object, starting from rest, moves with constant acceleration of 4 m/s2. After 8 s, its speed is

A) 16 m/s B) 8 m/s
C) 32 m/s D) 4 m/s
 
Answer & Explanation Answer: C) 32 m/s

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Physics
Exam Prep: AIEEE , Bank Exams

18 6764
Q:

What do the functions atoi(), itoa() and gcvt () do? Show how would you use them in a program.

Answer

atoi()         Converts a string to an integer.


itoa()         Convert an integer to a string


gcvt()        Converts a floating-point number to a string


 


#include "stdlib.h"


main()


{


      char s[] = "12345";


      char buffer [15], string[20];


      int i;


      


      i = atoi (s);


      printf("\n%d",i);


 


       gcvt (20.141672, 4, buffer);


       printf ("\n%s", buffer);


 


       itoa(15, string,2);


        printf ("\n%s", string);


}

Report Error

View answer Workspace Report Error Discuss

Subject: Programming

2 6761
Q:

Which of the following is the largest group of animals?

A) Nematoda B) Porifera
C) Arthropoda D) Mollusca
 
Answer & Explanation Answer: C) Arthropoda

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Biology
Exam Prep: Bank Exams

22 6758
Q:

Solve this logical Math puzzle?

logical_thinking_puzzle1536132282.jpg image

Answer

Let that something be 'x'


From the given data,


x + x/5 = 21


5x + x/5 = 21


6x = 21 x 5


=> x = 17.5


 


Hence, that something is x = 17.5.

Report Error

View answer Workspace Report Error Discuss

9 6757
Q:

A famous hill station in Uttar pradesh is...........

A) Darjeeling B) Dalhousie
C) Kulu D) Nainital
 
Answer & Explanation Answer: D) Nainital

Explanation:

Darjeeling is in West Bengal and other two are in Himachal Pradesh.

Report Error

View Answer Report Error Discuss

Filed Under: Indian Geography

18 6755
Q:

Missing letters puzzle

Answer

Answer:  K


Explanation:  In each row, the product of the left and right hand numbers equals the sum of the numerical values of the three letters.

Report Error

View answer Workspace Report Error Discuss

31 6753