answersLogoWhite

0

No, the noun 'motor' is a concrete noun, a word for a device that supplies power for a vehicle or for another device with moving parts; a word for a physical device.

The abstract noun form of the verb to 'motor' is the gerund, motoring; a word for touring by automobile; a word for a concept.

User Avatar

Wiki User

7y ago

What else can I help you with?

Related Questions

Is motor a abstract noun?

No, "motor" is not an abstract noun; it is a concrete noun. A motor refers to a physical device that converts energy into mechanical motion, which can be seen and touched. Abstract nouns, on the other hand, represent ideas, qualities, or states that cannot be physically perceived, such as love, freedom, or happiness.


How do you get evidence of your past speeding offences?

Go to your motor vehicle agency and order a "driver abstract".


What is the abstract noun of adjective lazy?

The abstract noun for the adjective idle is idleness.The abstract nouns for the verb to idle are idler and the gerund, idling.The word idle is a concrete noun, a word for a mechanism for regulating the speed at which an engine runs at rest; a setting of a motor vehicle transmission.


Can you get a drivers abstract online?

Yes, you can typically obtain a driver's abstract online, depending on your location. Many state or provincial motor vehicle departments offer online services where you can request your driving record. You may need to provide personal information and pay a fee. Always check the official website of your local motor vehicle authority for specific instructions and requirements.


Is cheer a concrete or a abstract noun?

Is cheer an abstract noun or a concrete noun??????


What is an abstract mark?

What is abstract


Is Queen Elizabeth II a concrete or abstract noun?

abstract


Is generosity an abstract nouns?

Yes, generosity is an abstract noun.Yes, generosity is an abstract noun.


Is arrival an abstract noun?

Is undergone an abstract noun


What is the abstract noun for criticize?

The abstract noun is criticism.


Is astonishment an abstract noun?

Yes, the noun astonishment is an abstract noun, a word for an emotional reaction.


What is an abstract class Write the syntax Declare a pure virtual function in an abstract class?

an abstract class is nothing but class which contains both abstract and concrete methods for abstract class we r nt create object Syntax for pure abstract class is abstract class x { public void abstract y(); public void abstract z(); public void abc() { }