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 3734
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 3733
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 3733
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 3732
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 3732
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 3731
Q:

The headquarters of the International court of Justice is situated at _____ ?

A) Sweden B) Geneva
C) London D) Hague
 
Answer & Explanation Answer: D) Hague

Explanation:

International court of Justice (ICJ) is the main judicial organ or branch of the United Nations, sometimes people call it the World Court. ICJ was established in the year 1945 and has its headquarters at The Hague, Netherlands.

Report Error

View Answer Report Error Discuss

Filed Under: World Organisations
Exam Prep: AIEEE , Bank Exams , CAT
Job Role: Bank Clerk , Bank PO

8 3731
Q:

Bhatnagar Prize is given in the field of

A) Peace B) Music and dance
C) Science and Technology D) Fine arts
 
Answer & Explanation Answer: C) Science and Technology

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Books and Authors

2 3729