Questions

Q:

Who is the emperor founded the religion Din-e-Lilah ?

A) Allauddin Khilji B) Akbar
C) Mohammad-bin tuglak D) Ibrahim Lodi
 
Answer & Explanation Answer: B) Akbar

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian History

4 4535
Q:

The credit of inventing the tv goes to

A) Philo Farnsworth B) John Logie Baird
C) Philo Farnsworth D) None of the above
 
Answer & Explanation Answer: A) Philo Farnsworth

Explanation:

The credit of inventing the television goes to Philo Farnsworth.

Report Error

View Answer Report Error Discuss

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

4 4534
Q:

What is the difference between malloc() and calloc() functions?

Answer

As against malloc(), calloc() needs two arguments, the number of elements  to be allocated and the size of each element. For example,


 p = (int *) calloc (10, sizeof (int));


would allocate space for a 10- integer array. Additionally, calloc() would also set each of this element with a value 0.


Thus the above call to calloc() is equivalent to:


p = (int *) malloc (10 * sizeof (int));


memset (p, 0, 10 * sizeof( int ));

Report Error

View answer Workspace Report Error Discuss

Subject: Programming

0 4534
Q:

Train A, travelling at 84 kmph, overtook train B, traveling in the same direction, in 10 seconds. If train B had been traveling at twice its speed, then train A would have taken 22.5 seconds to overtake it. Find the length of train B, given that it is half the length of train A.

A) 180 m B) 100 m
C) 200 m D) 150 m
 
Answer & Explanation Answer:

Explanation:

Let speed of train B be x m/s And length of train B be y m
Then length of train A is 2y m
Speed of train A = 84 × 5/18 = 210/9 m/s = 70/3 m/s
A.T.Q, (2y+y)/10 = 70/3 − x .............(i)
and (2y+y)/ 22.5 = 70/3 − 2x ................(ii)
solving (i) and (ii), y = 50 m

Report Error

View Answer Report Error Discuss

0 4533
Q:

Break the logic behind the given mathematical puzzle?

Maths_logic_puzzle1557901040.png image

A) 7 B) 8
C) 11 D) 13
 
Answer & Explanation Answer: B) 8

Explanation:

In the given puzzle,

The logic is in the format of lets say, a/b


In that case b doesn't matter, because

2/2 = 1,

6/5 = 6/2 = 3,

10/11 = 10/2 = 5

 

This means that equation is a/2

So 16/19 is equal 16/2 = 8.

Report Error

View Answer Report Error Discuss

Filed Under: Math Puzzles
Exam Prep: AIEEE , Bank Exams , CAT , GATE
Job Role: Analyst , Bank Clerk , Bank PO , IT Trainer

19 4531
Q:

The World's largest railway platform is at

A) Talchar B) New York
C) Kharagpur D) None of these
 
Answer & Explanation Answer: C) Kharagpur

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian Economy

4 4531
Q:

Which is not a sediment transporting agent?

A) Stratification B) Windstorms
C) Glacial Ice D) Stream water
 
Answer & Explanation Answer: A) Stratification

Explanation:

Stratification as actually the settling down of sediments with different properties to form layers/strata over years. Stratification especially occurs on the bed of water bodies such as oceans.

 

Stratified sedimentary rocks are used to study the ecological conditions over previous years/eras.  

 

The other choices like Windstorms, Glacial Ice and Stream water are mediums which sediments are transported.

Report Error

View Answer Report Error Discuss

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

5 4530
Q:

Which of the following is India's new rating Index developed by Ministry of Finance?

A) CECA B) CRIS
C) TIEA D) RTGS
 
Answer & Explanation Answer: B) CRIS

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: General Awareness

2 4530