answersLogoWhite

0

There is no difference. It is the same thing. Some manufacturers call it "enter" and some call it "return".

User Avatar

Wiki User

16y ago

What else can I help you with?

Related Questions

What are the differences between a standard keyboard and a split-key keyboard?

A split bay keyboard is designed for more ergonomic ease on the hands and wrists.The biggest difference is that if you get used to one type it's hard to return to the other.


What is the difference between the sales return and purchase return?

hhhh


Where is return key on keyboard?

The "Return" key is the "Enter" key. It is usually the largest key on the right of the letter keys on the keyboard.


What is the difference between law of return to variable proportion and law or return to scale?

There is a big difference between both the laws.The basi difference between them is that i dont know 1st but i know the 2nd one


What is the difference between return on investment and return on assets?

They are one and the same and they are used interchangeably.


The correlation between an asset's real rate of return and its risk as measured by its standard deviation is usually?

The correlation between an asset's real rate of return and its risk (as measured by its standard deviation) is usually:


Difference between returns to scale and constant return to scale?

differentiate between returns to scale and constant return to scale


What is the difference between a warranty and insurance?

the difference between a warranty and insurance, is a warranty is when you can return it to either get another or to just return it. insurance is when you have coverage over the object or living being.


What is the difference between yield and coupon rate?

The difference between the coupon rate and the required return of a bond is dependent upon the type of bond. Junk bonds will have the biggest difference between its return and the coupon rate.


What is the difference between sale sand sales return?

sales is when u sale it dimwitt and sales return is when u return it dumbie


What is the difference between return on capital and return on investment?

return on capital = earnings before interest and tax / capital employed * 100


Javascript function for the difference between 2 numbers?

This function will accept two parameters and return the difference between the first and second parameter. function diffBetween ( a, b ) { return a-b; } //end diffBetween