Questions

Q:

In word, the mailing list is known as the

A) Data source B) Sheet
C) Source D) Data sheet
 
Answer & Explanation Answer: A) Data source

Explanation:

In word, the mailing list is known as the Data source.

Report Error

View Answer Report Error Discuss

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

3 6999
Q:

Point out which from the following is NOT a right enumerated in the Constitution of India but has been articulated by the Supreme Court to be a Fundamental Right

A) Right to life B) Equality of opportunity in matters of public employment
C) Protection of personal liberty D) Right to permanent housing
 
Answer & Explanation Answer: D) Right to permanent housing

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian Politics

8 6995
Q:

A CD-ROM disk  _______

A) cannot be erased and rewritten B) has more storage capacity than a CD-R
C) holds less data than a floppy disk D) Can be written only once
 
Answer & Explanation Answer: A) cannot be erased and rewritten

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Computer
Exam Prep: Bank Exams

6 6994
Q:

What is the heaviest noble gas?

A) krypton B) radon
C) helium D) xenon
 
Answer & Explanation Answer: B) radon

Explanation:

The seven elements — helium, neon, argon, krypton, xenon, radon, and oganesson of Group 18 of the periodic table are Noble or Inert gases.

 

Radon is the heaviest and Helium is the lightest gases of the noble gases.

Report Error

View Answer Report Error Discuss

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

5 6993
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 6991
Q:

Which is the largest desert in Asia?

A) Kyzyl kum B) Thar
C) Karakum D) Gobi
 
Answer & Explanation Answer: D) Gobi

Explanation:

The largest desert in Asia is called the Gobi Desert. It covers an area of 500,000 square miles stretching from southern Mongolia to northern China.

download_(1)1543646435.jpg image

Report Error

View Answer Report Error Discuss

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

6 6984
Q:

The bonds in the compound MgSO4 can be described as

A) covalent B) ionic
C) both A & B D) None of the above
 
Answer & Explanation Answer: C) both A & B

Explanation:

Here the given compound is MgSO4.

In the given compound, Sulphur (S) and Oxygen (O) are two non metals and Magnesium (Mg) is a metal.

In this compound, Sulphur and Oxygen reacts to form covalent bond and the metal Magnesium reacts with both non metals Sulphur and Oxygen to form ionic bonds.

 

Hence, in the given compound MgSO4 there are both covalent and ionic bonds.

Report Error

View Answer Report Error Discuss

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

1 6984
Q:

In terms of territorial extent, the largest district of India is located in which of the following states ?

A) Rajasthan B) Tamil Nadu
C) Jammu & Kashmir D) Gujarat
 
Answer & Explanation Answer: D) Gujarat

Explanation:

Kachchh district is the largest in India in terms of territorial extent, located in the state of Gujarat.
The second largest district is Leh in Jammu & Kashmir.

Report Error

View Answer Report Error Discuss

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

23 6983