Questions

Q:

Name the first e-commerce company that will become the member of Advertising Standards Council of India (ASCI)? 

A) Amazon B) Snapdeal
C) Paytm D) Flipkart
 
Answer & Explanation Answer: C) Paytm

Explanation:

The country’s fast-growing e-commerce industry will finally mark its presence at the Advertising Standards Council of India (ASCI), with Paytm set to become a member of the self-regulatory voluntary organisation next month i.e April 2017.

Report Error

View Answer Report Error Discuss

Filed Under: General Awareness

3 6817
Q:

The Green Revolution in India was the outcome of the efforts of who amongst the following?

A) Dr MS Swaminathan B) Dr C Rangarajan
C) KV Kamath D) Dr Rakesh Mohan
 
Answer & Explanation Answer: A) Dr MS Swaminathan

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: General Awareness
Exam Prep: Bank Exams
Job Role: Bank PO

18 6816
Q:

Which of the following is not a Jovian planet?

A) Jupiter B) Earth
C) Saturn D) Neptune
 
Answer & Explanation Answer: B) Earth

Explanation:

Earth is not a Jovian Planet as it is a Terrestrial planet.

A planet designated as Jovian is hence a gas giant, composed primarily of hydrogen and helium gas with varying degrees of heavier elements.

 

Within the Solar System, four Jovian planets exist – Jupiter, Saturn, Uranus, and Neptune. Though these planets vary in terms of size, mass, and composition, they all share certain characteristics that cause them to differ greatly from the terrestrial planets located in the inner Solar System.

Report Error

View Answer Report Error Discuss

Filed Under: General Science
Exam Prep: AIEEE , Bank Exams , CAT , GATE
Job Role: Analyst , Bank Clerk , Bank PO , IT Trainer

12 6811
Q:

During Processing data, programs, and processed information are held temporarily in _________

A) Secodary stoage B) ROM
C) RAM D) None of these
 
Answer & Explanation Answer: C) RAM

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Computer

20 6810
Q:

I am the first on Earth, the second in Heaven. I appear two times in a week you can only see me once in a year. Although I am in the middle of the sea, l am not found in month, but l am in February, June, September, October, November & December.

Who am I?

Answer

The letter 'E'.


As of the above given data,


It is in the 1st place in Earth, 2nd in Heaven and in the middle of the Sea.


It appears once in a Year and twice in a Week.


It is present in February, June, September, October, November & December.


But not in the Month.


 


Hence, it is the letter 'E'.

Report Error

View answer Workspace Report Error Discuss

18 6810
Q:

The first effective vaccine against polio was prepared by ?

A) Robert Edwards B) James Simpson
C) H Gibbon D) Jonas E Salk
 
Answer & Explanation Answer: D) Jonas E Salk

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Inventions
Exam Prep: AIEEE
Job Role: Bank Clerk

14 6808
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 6801
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 6799