Searching for "By"

Q:

What name was given to the city of Yathrib by Prophet Mohammed?

Answer

Medina

Report Error

View answer Workspace Report Error Discuss

Subject: Indian Culture

Q:

What do you mean by inline function?

Answer

An inline function is a function that is expanded inline when invoked.ie. the compiler replaces the function call with the corresponding function code. An inline function is a function that is expanded in line when it is invoked. That is the compiler replaces the function call with the corresponding function code (similar to macro)

Report Error

View answer Workspace Report Error Discuss

Subject: C++
Job Role: Software Architect

Q:

What do you mean by reference variable in c++?

Answer

A reference variable provides an alias to a previously defined variable.


Data type & reference-name = variable name

Report Error

View answer Workspace Report Error Discuss

Subject: C++
Job Role: Software Architect

Q:

A rectangular grassy plot 110m by 65cm has a gravel path .5cm wide all round it on the inside. Find the cost of gravelling the path at 80 paise per sq.mt

A) 680rs B) 480rs
C) 340rs D) 320rs
 
Answer & Explanation Answer: A) 680rs

Explanation:

area of theplot = 110 * 65 = 7150 sq.m
area of the plot excluding the path = (110-5)* (65-5) = 6300 sq.m
area of the path = 7150 - 6300 =850 sq.m
cost of gravelling the path = 850 x (80/100) = 680 Rs

Report Error

View Answer Report Error Discuss

Filed Under: Area
Exam Prep: Bank Exams
Job Role: Bank PO

Q:

If the radius of a circle is decreased by 50% , find the percentage decrease in its area.

A) 75% B) 65%
C) 35% D) 25%
 
Answer & Explanation Answer: A) 75%

Explanation:

let original radius = r and  new radius = (50/100) r = r/2

 


original area = πr2 and new area = πr/22

 


decrease in area =  3πr2/4*1πr2 *100 = 75%

Report Error

View Answer Report Error Discuss

Filed Under: Area
Exam Prep: Bank Exams
Job Role: Bank PO

Q:

If each side of a square is increased by 25%, find the percentage change in its area?

A) 65.25 B) 56.25
C) 65 D) 56
 
Answer & Explanation Answer: B) 56.25

Explanation:

let each side of the square be a , then area = a2 

As given that The side is increased by 25%, then 

New side = 125a/100 = 5a/4 

 

New area = 5a42  

 

Increased area= 25a216-a2 

 

Increase %=9a2/16a2*100  % = 56.25%

Report Error

View Answer Report Error Discuss

Filed Under: Area
Exam Prep: Bank Exams
Job Role: Bank PO

Q:

A tea expert claims that he can easily find out whether milk or tea leaves were added first to water just by tasting the cup of tea. In order to check this claims 10 cups of tea are prepared, 5 in one way and 5 in other. Find the different possible ways of presenting these 10 cups to the expert.

A) 340 B) 210
C) 290 D) 252
 
Answer & Explanation Answer: D) 252

Explanation:

Since there are 5 cups of each kind,prepared with milk or tea leaves added first,are identical hence,total number of different people ways of presenting the cups to the expert is 10!/(5! x 5!)= 252

Report Error

View Answer Report Error Discuss

Q:

The length of a rectangle is twice its breadth if its length is decreased by 5cm and breadth is increased by 5cm, the area of the rectangle is increased by 75 sq cm. Find the length of the rectangle.

A) 30 B) 40
C) 50 D) 60
 
Answer & Explanation Answer: B) 40

Explanation:

let length = 2x and breadth = x then
(2x-5) (x+5) = (2x * x)+75
5x-25 = 75 => x=20
length of the rectangle = 40 cm

Report Error

View Answer Report Error Discuss

Filed Under: Area
Exam Prep: Bank Exams
Job Role: Bank PO