Searching for "But"

Q:

Directions : For the Assertion (A) and Reason (R) below, choose the correct alternative 

Assertion (A)  :   Mohammad-bin-Tughluq is called the 'wisest fool'. 

Reason (R)     :   He had wise plans but implemented them foolishly. 

A) Both A and R are true and R is the correct explanation of A. B) Both A and R are true but R is NOT the correct explanation of A.
C) A is true but R is false. D) A is false but R is true.
 
Answer & Explanation Answer: A) Both A and R are true and R is the correct explanation of A.

Explanation:

R provides the correct explanation of A. 

 

 

Report Error

View Answer Report Error Discuss

Filed Under: Assertion and Reason

Q:

Which of the following is not the other name of attriibute?

A) Data member B) Instance variable
C) instance D) Data filed
 
Answer & Explanation Answer: C) instance

Explanation:

Instance is an object not an attribute

Report Error

View Answer Report Error Discuss

Filed Under: Java

Q:

Keeping the actoins and attributes together under a single unit is called 

A) Encapsulation B) Information Hiding
C) Polymorphism D) Inheritance
 
Answer & Explanation Answer: A) Encapsulation

Explanation:

Encapsulation is a process of binding the data objects together under a single unit.It is one ofthe elements of oops

Report Error

View Answer Report Error Discuss

Filed Under: Java

Q:

A UNIX user named Bob wants to replace his chess program with a new one, but he is not sure where the old one is installed. Bob is currently able to run a Java chess program starting from his home directory /home/bob using the command: java -classpath /test:/home/bob/downloads/*.jar games.Chess Bob's CLASSPATH is set (at login time) to: /usr/lib:/home/bob/classes:/opt/java/lib:/opt/java/lib/*.jar What is a possible location for the Chess.class file?

 

A) /test/Chess.class B) /home/bob/Chess.class
C) /test/games/Chess.class D) /user/lib/games/Chess.class
 
Answer & Explanation Answer: D) /user/lib/games/Chess.class

Explanation:

/user/lib/games/Chess.class could be the possible location of the file

Report Error

View Answer Report Error Discuss

Filed Under: Operating Systems

Q:

A, B and C enter into a partnership with a capital in which A's contribution is Rs. 10,000. If out of a total profit of Rs. 1000, A gets Rs. 500 and B gets Rs. 300, then C's capital is :

A) 4000 B) 5000
C) 6000 D) 7000
 
Answer & Explanation Answer: A) 4000

Explanation:

A : B : C = 500 : 300 : 200 = 5 : 3 : 2.

Let their capitals be 5x, 3x and 2x respectively.

Then, 5x = 10000  

=>  x = 2000.

C's capital = 2x = Rs. 4000.

Report Error

View Answer Report Error Discuss

Filed Under: Partnership

Q:

A and B start a business jointly. A invests Rs. 16,000 for 8 months and B remains in  the business for 4 months, Out of total profit, B claims - of the profit. How much money was contributed by B ?

A) 12000 B) 12800
C) 13000 D) 14500
 
Answer & Explanation Answer: B) 12800

Explanation:

Let the total profit be Rs. x. Then, B = 2x/7 and A = (x - 2x /7) =  5x / 7.

So, A : B = 5x/7 : 2x/7 = 5 : 2.

Let B s capital be Rs. y. Then, (16000 * 8) / ( y * 4) = 5/2  <=> (16000 * 8 * 2) / (5 * 4) = 12800..  

Report Error

View Answer Report Error Discuss

Filed Under: Partnership

Q:

Which sector of Indian Economy contributes largest to the Gross National Product 

A) Primary sector B) Secondary sector
C) Tertiary sector D) Public Sector
 
Answer & Explanation Answer: C) Tertiary sector

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian Economy

Q:

Aman started a business investing Rs. 70,000. Rakhi  joined him after six months with an amount of Rs. 1,05,000 and Sagar joined them with Rs. 1.4 lakhs after another six months. The amount of profit earned should be distributed in what ratio among Aman, Rakhi and Sagar respectively, 3 years after Aman started the business ?

A) 11 : 13 : 15 B) 11 : 13 : 17
C) 12 : 17 : 18 D) 12 : 15 :16
 
Answer & Explanation Answer: D) 12 : 15 :16

Explanation:

Aman : Rakhi : Sagar = (70000 x 36) : (105000 x 30) : (140000 x 24) = 12 : 15 : 16.

Report Error

View Answer Report Error Discuss

Filed Under: Partnership