Searching for "AP"

Q:

What is the concept of Application Cache in HTML5? What are its advantages?

Answer

The Application Cache concept introduced by HTML5 means that a web application is cached, and accessible without an internet connection.


There are three advantages of Application Cache:


1.Offline browsing - users can use the application when they're offline


2.Speed - cached resources load faster


3.Reduced server load - the browser will only download updated/changed resources from the server

Report Error

View answer Workspace Report Error Discuss

Subject: Web Technology

Q:

How would apply date range filter?

Answer

One can use simple conditions like >= and <=, or use between/and but the trick here is to know your exact data type.


 


- Sometimes date fields contain time and that is where the query can go wrong so it is recommended to use some date related functions to remove the time issue. In SQL Server common function for accomplishing the task datediff () function.


- Interviewees also have to be aware of different time zones and server time zone.


-To increase query performance you may still want to use between however you should be aware of proper format you should use if not it might misbehave during filtering.

Report Error

View answer Workspace Report Error Discuss

Subject: SQL

Q:

what type of account appear on a post closing trial balance?

Answer

The types of accounts that appear on the post-closing trial balance are the permanent accounts, Assets, Liability and Owner's capital. Permanent accounts is also called real accounts.

Report Error

View answer Workspace Report Error Discuss

Subject: Accounts Payable

Q:

Which type of assets should be capitalized and when expense out?

Answer

Assets are things which is provide service for long duration it may 3 years 4 years or for long period of time.These items capitalize in our account books and charge depreciation in every year according to these rate it may 20 10 100


 

Report Error

View answer Workspace Report Error Discuss

Q:

123 typists typeed 984 papers in 1/15 hour. The number of papers typed for  minute by a average typist is:

A) 1 B) 2
C) 3 D) 5
 
Answer & Explanation Answer: B) 2

Explanation:

Use unitary method:

In \inline \frac{1}{15} hours, 123 typists can type 984 paper

In 1 minute, 123 typists can type  \inline \frac{984}{4} = 246 papers

In 1 minute, 1 typist can type \inline \frac{246}{123} =2 papers      [ Hint \inline \frac{1}{15} hours = 4 minutes]

Report Error

View Answer Report Error Discuss

Filed Under: Average

Q:

In Maa Yatri Temple every devotee offers fruits to the orphans. Thus every orphan receives bananas, oranges and grapes in the ratio of 3:2:7 in terms of dozens. But the weight of a grape is 24 gm and  weight of a banana and an orange are in the ratio of 4:5, while the weight of an orangeis 150gm. Find the ratio of all the three fruits in terms of weight, that an orphan gets

A) 90:75:42 B) 180:150:82
C) 75:42:90 D) None of these
 
Answer & Explanation Answer: D) None of these

Explanation:

Ratio of fruits (by dozen) = 3:2:7

Ratio of fruits (by weight) =  120 :150: 24

Therefore, Ratio of fruits (combined) by weight = 3 x 120 : 2 x 150 : 7 x 24 = 30 : 25 : 14 

Report Error

View Answer Report Error Discuss

Filed Under: Ratios and Proportions

Q:

If 8 men can reap 80 hectares in 24 days , then how many hectares can 36 men reap in 30 days?

A) 350 B) 400
C) 425 D) 450
 
Answer & Explanation Answer: D) 450

Explanation:

Let the required no of hectares be x. Then 

More men, More hectares      (Direct proportion)

More days, More hectares      (Direct proportion)

 Men8 : 36Days24:30 80 :x

=> ( 8 * 24 * x) = (36 * 30 * 80)

=>  x= 450

Report Error

View Answer Report Error Discuss

Filed Under: Chain Rule

Q:

If the Price of 6 toys is Rs. 264.37, What will be the approximate  price of 5 toys?

A) Rs.120 B) Rs.100
C) Rs.200 D) Rs.220
 
Answer & Explanation Answer: D) Rs.220

Explanation:

Let the required Price be Rs. X .Then, Lest toys , Less cost  (Direct Proportion) 

Therefore 6 : 5  :: 264.37 : x

=> 6 * x = 5 * 264.37

=> X= 220.308

Therefore,  Approximate price of 5 toys = Rs. 220

 

 

Report Error

View Answer Report Error Discuss

Filed Under: Chain Rule