Questions

Q:

Which of the following monuments was not constructed by Shajahan?

A) Red fort, Delhi B) Tajmahal, Delhi
C) Kuthubminar, Delhi D) Jama Masjid, Delhi
 
Answer & Explanation Answer: C) Kuthubminar, Delhi

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian History

5 3739
Q:

In 1926, Which of the following universties was founded by Madan Mohan Malaviya alond with Anne Besant ?

A) Punjab university B) Delhi University
C) Benaras Hindu University D) University of Madras
 
Answer & Explanation Answer: C) Benaras Hindu University

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: General Awareness

1 3739
Q:

Is DRAM Volatile or Nonvolatile?

Answer

DRAM is a Volatile random-access memory (VRAM).


 


Volatile random-access memory (VRAM) is random-access memory that retains its information when power is turned on.


Examples of volatile memory are primary storage (typically dynamic RAM, DRAM), and fast CPU cache memory (typically static RAM, SRAM, which is fast but energy-consuming and offer lower memory capacity per area unit than DRAM).


Non-volatile random-access memory (NVRAM) is random-access memory that retains its information when power is turned off.

Examples of non-volatile memory are flash memory (used as secondary memory) and ROM, PROM, EPROM and EEPROM memory (used for storing firmware such as BIOS). 

Report Error

View answer Workspace Report Error Discuss

10 3737
Q:

How would you check whether the contents of two structure variables are same or not?

Answer

struct emp


{


     char n[20];


      int age;


};


main()


{


    struct emp e1 = {"Dravid", 23};


   struct emp e2;


   scanf ("%s %d",e2.n, & e2.age);


   if( structcmp (e1,e2) ==0)


        printf ("The structures are equal");


   else


         printf ("The structures are unequal");


}


structcmp ( struct emp x, struct emp y)


{


     if (strcmp (x.n,y.n) ==0)


           if (x.age == y.age)


            return (0);


            return (1);


}


In short, if you nee to compare two structures, you'll have to write your own function to do so which carries out the comparison field by field.

Report Error

View answer Workspace Report Error Discuss

Subject: Programming

0 3735
Q:

Which statement about weak bonds is correct?

A) Covalent bonds are weak bonds B) They are hard to break
C) Weak bonds are transient and easily reversible. D) All of the above
 
Answer & Explanation Answer: C) Weak bonds are transient and easily reversible.

Explanation:

In chemistry, Weak bonds are those forces of attraction that, do not take a large amount of energy to break.

 

For example, hydrogen bonds are broken by energies in the order of 4 - 5 kcal/mol.

Ionic bonds, hydrogen bonds and van der Waals interactions are considered weak bonds.

 

Weak bonds are transient and easily reversible.

Report Error

View Answer Report Error Discuss

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

0 3735
Q:

The exercise of converting the financial outlays into physical outcomes, with fixed quarterly measurable and monitorable target is called

A) Outcome budget B) Estimated budget
C) Expenditure estimate D) None of these
 
Answer & Explanation Answer: A) Outcome budget

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian Economy

6 3734
Q:

As per the recommendations of the 12th Finance Commission, what will be the Share of the State Govts in total shareable proceeds of Central taxes?

A) 15% B) 20.5%
C) 22% D) 30.5%
 
Answer & Explanation Answer: D) 30.5%

Explanation:
Report Error

View Answer Report Error Discuss

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

1 3733
Q:

' In CUstody ' , an english novels, is written by which one of the following

A) Vikram Seth B) Shoba De
C) Anita Desai D) VS.Naipaul
 
Answer & Explanation Answer: C) Anita Desai

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Books and Authors

4 3732