Questions

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 6819
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 6818
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:

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 6812
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:

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 6802
Q:

The Ghodazari Wildlife Sanctuary (GWS) will come up in which state?

A) Maharashtra B) Karnataka
C) Tamil Nadu D) Odisha
 
Answer & Explanation Answer: A) Maharashtra

Explanation:

The Maharashtra Government has recently approved Ghodazari Wildlife Sanctuary in Chandrapur district as a new wildlife sanctuary in the state.

Report Error

View Answer Report Error Discuss

Filed Under: Indian Geography
Exam Prep: AIEEE , Bank Exams , CAT
Job Role: Analyst , Bank Clerk

16 6801