Searching for "examples."

Q:

Important Time and Distance formulas with examples.

Answer

1. How to find Speed(s) if distance(d) & time(t) is given:


 


 Speed (S) = Distance (D)Time (T)  


 


Ex: Find speed if a person travels 4 kms in 2 hrs?


Speed = D/T = 4/2 = 2 kmph.


 


2.  Similarly, we can find distance (d)  if speed (s) & time (t) is given by


 


Distance (D) = Speed (S) x Time (T)


 


Ex : Find distance if a person with a speed of 2 kmph in 2 hrs?


Distance D = S X T = 2 x 2 = 4 kms. 


 


3.  Similarly, we can find time (t) if speed (s) &  distance (d) is given by


 


Time (T) = Distance (D)Speed (S)


 


Ex : Find in what time a person travels 4 kms with a speed of 2 kmph?


Time T = D/S = 4/2 = 2 hrs.


 


4. How to convert  km/hr into m/sec :


 


P km/hr = P x 518 m/sec


 


Ex : Convert 36 kmph into m/sec?


36 kmph = 36 x 5/18 = 10 m/sec 


 


5. How to convert  m/sec into km/hr :


 


P m/sec = P x 185 kmph.


 


Ex : Convert 10 m/sec into km/hr?


10 m/sec = 10 x 18/5 = 36 kmph.


 


6.  If the ratio of the speeds of A and B is a:b, then the ratio of the times taken by them to cover the same distance is b : a.


 


7.  Suppose a man covers a certain distance at x km/ hr and an equal distance at y km/hr . Then, the average speed during the whole journey is 2xyx+y km/hr.

Report Error

View answer Workspace Report Error Discuss

Q:

What are the support tickets given in SAP fico module? please give some examples.

Answer

Support tickets are basically the problems that arise in day to day usage of SAP. 


So any sap fico consultant who is resolving the day to day production issues is actually supporting the tickets.

Report Error

View answer Workspace Report Error Discuss

Subject: SAP

Q:

Explain the working with directories using opendir(), readdirs(), closedir() along with examples.

Answer

Opendir():- It opens the directory. This function returns a directory stream on success and FALSE and an error on failure.


Syntax:


Opendir(directory, context)


Context is a set of options that can modify the behavior of a stream


Example: opens sample directory.


$dir = opendir("directory");


 


Readdir(): It returns an entry from a directory handle opened by opendir().


Syntax:


Readdir(dir_stream)


Example:


$file = readdir($dir);


 


closedir(): It closes a directory handle opened by opendir().


Syntax:


closedir(dir_stream)


Example:


$file = close($dir);

Report Error

View answer Workspace Report Error Discuss

Subject: PHP

Q:

Managing direct and online marketing :

What is online marketing? Give examples.

Answer

Online marketing is the exchange of products and services between the buyers and sellers on the internet.It is also known as e-marketing or internet marketing or online advertising. It may take the form of : 


a.B2C where the products are sold directly to the customers. 


b.B2B where trading networks or auction sites maybe used to reach out to the new customers and serve the existing one


c.C2C where one customer may further sell the product to another customer.


Examples of online marketing may include banner ads, blogs, social network advertisement.

Report Error

View answer Workspace Report Error Discuss

Q:

Managing direct and online marketing :

What is direct marketing? Give some examples.

Answer

In direct marketing, there is a direct interaction of the customers with the seller without any intermediaries. Here, the role of the intermediaries is nil. The medium used is more direct using telephone, mail, internet where the seller can directly reach out to the consumer. Examples of such marketing include telemarketing, email, voicemail marketing, door-to-door selling etc. This kind of marketing is more time saving as the problem of distance which may otherwise exist between the buyer and seller is eliminated and is also cost effective as it minimizes commuting costs.

Report Error

View answer Workspace Report Error Discuss