Questions

Q:

Prithvi spent Rs.89,745 on his college fees, Rs 51,291 on Personality Development Classes, and the remaining 27% of the total amount he had as cash with him. What was the total amount?

A) Rs.1,85,400 B) Rs.1,89,600
C) Rs.1,91,800 D) Rs.1,93,200
 
Answer & Explanation Answer: D) Rs.1,93,200

Explanation:
Report Error

View Answer Report Error Discuss

19 6635
Q:

A stone floor feels cold to the bare feet but a carpet on the same floor feels warm. This is because 

A) the floor and carpet are at different temperatures B) the stone conveys the heat away from the feet more rapidly than the carpet
C) the carpet is a better conductor of heat than the stone D) the human body maintains a constant temperature
 
Answer & Explanation Answer: B) the stone conveys the heat away from the feet more rapidly than the carpet

Explanation:

Both the floor and the carpet have the same temperature as both are exposed to the same atmosphere. But the former conducts away the heat from the feet better than the carpet as the latter is a non-conductor. So the feet losing more heat, the floor appears cooler to the feet.

Report Error

View Answer Report Error Discuss

Filed Under: Physics

6 6629
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 6621
Q:

Which of the following features may occur when lava cool at the surface

A) Basalt plateau B) Still
C) Batholith D) Dyke
 
Answer & Explanation Answer: A) Basalt plateau

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: World Geography

5 6620
Q:

Which sport is played on the largest pitch?

A) Golf B) Cricket
C) Polo D) Football
 
Answer & Explanation Answer: C) Polo

Explanation:

Polo is the sport which is played in the largest pitch.

which_sport_is_played_on_the_largest_pitch1542950688.jpg image

Report Error

View Answer Report Error Discuss

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

2 6617
Q:

India's first amphibious bus project has been launched by which state government ?

A) Telangana B) Assam
C) Punjab D) Gujarat
 
Answer & Explanation Answer: C) Punjab

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian Economy
Exam Prep: CAT
Job Role: Bank PO

17 6612
Q:

Light year is a unit of

A) time B) speed of light
C) distance D) mass
 
Answer & Explanation Answer: C) distance

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Physics

10 6605
Q:

Which is the first country in the world to use drones for national mail service?

A) Russia B) France
C) Sweden D) China
 
Answer & Explanation Answer: B) France

Explanation:

France became the first country in the world to use drones for national mail service.

Report Error

View Answer Report Error Discuss

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

33 6604