Questions

Q:

Tirupati temple of Lord Venkateswara is situated in which state

Answer

Andhra Pradesh

Report Error

View answer Workspace Report Error Discuss

Subject: Indian Culture

39 3204
Q:

Mirage is due to

A) Magnetic disturbances in the atmosphere B) Equal heating of different parts of the atmosphere
C) Unequal heating of different parts of the atmosphere D) Depletion of ozone layer in the atmosphere
 
Answer & Explanation Answer: C) Unequal heating of different parts of the atmosphere

Explanation:

Mirage_is_due_to1553078535.jpg image

Mirage is a naturally occurring optical phenomenon due to unequal heating of different parts of the atmosphere in which light rays bend to produce a displaced image of distant objects or the sky.

Report Error

View Answer Report Error Discuss

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

2 3204
Q:

A person who believes in fate

A) Predestinarianist B) Determinist
C) Fatalist D) All of the above
 
Answer & Explanation Answer: D) All of the above

Explanation:

A person who believes in fate is called as Fatalist or also called as Determinist or Predestinarianist.

Report Error

View Answer Report Error Discuss

Filed Under: English
Exam Prep: AIEEE , Bank Exams , CAT , GATE , GRE , TOEFL
Job Role: Analyst , Bank Clerk , Bank PO , IT Trainer

1 3203
Q:

In Which state is the highest dam found in India ?

Answer



Tehri Dam on Bhagirathi River in Uttarakhand (Height of 260 meters)


 

Report Error

View answer Workspace Report Error Discuss

4 3203
Q:

If the following structure is written to a file using fwrite(), can fread() read it back successfully?

struct emp

{

    char *n;

    int age;

};

struct emp e = { "Sujay",15};

FILE *fp;

fwrite (&e, sizeof (e), 1, fp);

Answer

No, since the structure contains a char pointer while writing the structure to the disk using fwrite() only the value stored in the pointer n would get written. When this structure is read back the address would be read back but it is quite unlikely that the desired string would be present at this address in memory

Report Error

View answer Workspace Report Error Discuss

Subject: Programming

0 3203
Q:

India changed over to the decimal system of coinage in

A) 1947 April B) 1957 April
C) 1956 April D) 1949 April
 
Answer & Explanation Answer: B) 1957 April

Explanation:

India switched from the rupee, pie system to decimal currency on 1 April 1957. The decimalisation of currencies is the process of converting each country's currency from its previous non-decimal denominations to a decimal system, with one basic unit of currency and one or more sub-units, such that the number of sub-units in one basic unit is a power of 10, most commonly 100).


In India, Pakistan, and other places where a system of 1 rupee = 16 annas = 64 paise = 192 pies was used, the decimalisation process defines 1 naya paisa = ​1⁄100 rupee.

Report Error

View Answer Report Error Discuss

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

13 3202
Q:

What is unit of Viscosity ?

A) coulomb B) newton second per square meter
C) watt per meter per degree celcius D) joule per kilogram per Kelvin
 
Answer & Explanation Answer: B) newton second per square meter

Explanation:

coulomb is unit of Electric Charge,

watt per meter per degree celcius is unit of Thermal Conductivity,

joule per kilogram per Kelvin is unit of Specific Heat capacity.

Report Error

View Answer Report Error Discuss

Filed Under: Physics

2 3202
Q:

The physical components of a computer are referred to as

A) Processor B) Software
C) Hardware D) Input devices
 
Answer & Explanation Answer: C) Hardware

Explanation:

The physical components of a computer are referred to as Hardware of the computer. 

 

The hardware components of the computer includes :

  • Processor.
  • Main memory.
  • Secondary memory.
  • Input devices.
  • Output devices.
Report Error

View Answer Report Error Discuss

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

0 3201