Searching for "and"

Q:

From a container of wine, a thief has stolen 15 litres of wine and replaced it with same quantity of water. He again repeated the same process. Thus, in three attempts the ratio of wine and water became 343 : 169. The initial amount of wine in the container was:

A) 75 litres B) 100 litres
C) 150 litres D) 120 litres
 
Answer & Explanation Answer: D) 120 litres

Explanation:

wine(left)wine(added) = 343169

 

It means  wine(left)wine(initial amount) = 343512    (since 343 + 169 = 512)

  

Thus,  343x = 512x1 - 15k3

 

 343512 = 783 = 1 - 15k3

 

 1-15k=78=1-18

  

Thus the initial amount of wine was 120 liters.

Report Error

View Answer Report Error Discuss

Filed Under: Alligation or Mixture
Exam Prep: GATE , CAT , Bank Exams , AIEEE
Job Role: Bank PO , Bank Clerk

Q:

A jar was full with honey. A person used to draw out 20% of the honey from the jar and replaced it with sugar solution. He has repeated the same process 4 times and thus there was only 512 gm of honey left in the jar, the rest part of the jar was filled with the sugar solution. The initial amount of honey in the jar was:

A) 1.25 kg B) 1 kg
C) 1.5 kg D) None of these
 
Answer & Explanation Answer: A) 1.25 kg

Explanation:

Let the initial amount of honey in the jar was k, then

 

 512 = k1 - 154 or  512 = k454 

 => k = 512 × 625256 

=> k = 1250

 

 Hence initially the honey in the jar = 1.25 kg

Report Error

View Answer Report Error Discuss

Filed Under: Alligation or Mixture
Exam Prep: CAT , Bank Exams , AIEEE
Job Role: Bank PO , Bank Clerk

Q:

What is the diff between RDO and ADO?

Answer

RDO is Hierarchy model where as ADO is Object model. ADO can access data from both flat files as well as the data bases. I.e., It is encapsulation of DAO, RDO , OLE that is why we call it as OLE-DB Technology. 

Report Error

View answer Workspace Report Error Discuss

Q:

Record set types and Number available in VB?

Answer

3.


1- Dynaset, 0 Table, 2 Snap Shot. 

Report Error

View answer Workspace Report Error Discuss

Q:

What is the difference between Property Get, Set and Let?

Answer

Set - Value is assigned to ActiveX Object from the form.


Let - Value is retried to ActiveX Object from the form.


Get - Assigns the value of an expression to a variable or property.

Report Error

View answer Workspace Report Error Discuss

Q:

Difference between ActiveX Exe and Dll ?

Answer

ActiveX DLL:


It is an in process server. It runs within the application time.


ActiveX Exe:


It is an out of process server. MS-Excel is an activex exe.


when u call the excel from the vb application u can in the task manager an excel exe will run, whereas for dll u can't see like that.

Report Error

View answer Workspace Report Error Discuss

Q:

What are the different ways to Declare and Instantiate an object in Visual Basic 6?

Answer

Dim obj as OBJ.CLASS with eitherSet obj = New OBJ.CLASS orSet obj = CreateObject(OBJ.CLASS?) orSet obj = GetObject( , OBJ.CLASS?)orDim obj as New OBJ.CLASS 

Report Error

View answer Workspace Report Error Discuss

Q:

What is the difference between dao,rdo and ado explain simply ?

Answer

DAO (Data access object ) is used for accessing data before ado it was used for database installed on same sys where the application resides.


RDO (Remote data object ) is used for accessing remote data


ADO (Active data object ) most powerful till date it is nothing but combination of both DAO and RDO 

Report Error

View answer Workspace Report Error Discuss