Questions

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 6992
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 6989
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 6989
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 6985
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:

Who amongst the following is the Secretary General of UNO

A) Koffi Annan B) Shashi Tharoor
C) Gordon Drown D) Hugo Chavez
 
Answer & Explanation Answer: A) Koffi Annan

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Famous Personalities

2 6982
Q:

The blue colour of the clear sky is due to 

A) Diffraction of light B) Dispersion of light
C) Reflection of light D) Refraction of light
 
Answer & Explanation Answer: B) Dispersion of light

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: General Science

22 6979
Q:

c with a line over it symbol means

A) with B) without
C) and D) or
 
Answer & Explanation Answer: A) with

Explanation:

The letter “c” with a line over it is a medical abbreviation often used by doctors, nurses, and other medical professionals. The symbol looks like this: c̄. The c is almost always lower-case.

This symbol actually has a very simple meaning. A c with a line over it just means “with”. This abbreviation is often used on patient charts and prescriptions, as well as information or notes written by medical professionals.

Report Error

View Answer Report Error Discuss

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

0 6979