Skip to main content

Modal Auxiliaries ( English grammer )

                       YouTube study knowledge
                               Facebook page 
         
                       Modal Auxiliaries
Modal auxiliaries help to express ability,possibility,permission and obligation. They do not change with the person or number of the subject.
Function

Can-
Can is used-
(1) to express ability.
      -He can play the guitar
 (2) to express or ask for permission
      -You can turn in your assignment next week.
 (3) to express possibility
      -Such things can happen if you are not careful.

Could-
Could is used-
(1) to express ability in the past
      - I could walk ten kilometer as a young man
(2) to express conditional ability
      - I could dance better if I really tried.
(3) to seek help or permission.
      - Could you lend me your pen for a minute?

May-
 May is used-
(1) to express permission.
    - May I come in?
(2) to express possibility.
    - The new science teacher may come today
(3) to express a wish,hope or prayer.
    - May you have a great year!

 Might-
 Might is used-
(1) to express possibility when the chances of the event happening are fewer or rare.
   - I might go to Mumbai next month.

Shall-
Shall is used-
(1) with the first person (I and We) to express the simple future.
    - I shall complete the project by the end of the week.
(2) with the second person (you) and third person (he/she/it) to express a promise or given a command.
   - He shall get his money by tomorrow,I assure you.
(3) in question, offers or suggetions.
    - You look tired. Shall I make you some hot vegetable soup?

Will-
Will is used-
(1) to express willingness with the first person,especially in its contracted form I'll
  - I'll certainly do it for you.
(2) to express determination or a promise, especially with the first person,that is I and we.
   -I will complete the work by tomorrow.
(3) to express a polite request in a question form.
   - Will you join us for dinner?
(4) to express future time.
   - Will you see me tomarrow?

Should-
Should is used-
(1) to express obligation.
   - You should replace the defective laptops.

Would-
Should is used-
(1) to express a polite request.
    - Would you mind helping me carry these books?
(2) to express a habitual action in the past.
    - When Adit was a small child, he would eat all the vegetables;now,he's very busy.
(3) to express probability.
   - That would be the milkman; he normally comes at this time.

Must-
Must is used-
(1) to express obligation.
    - You must stand up when the national anthem is played.
(2) to express necessity.
    - You must telephone your mother immediately.
(3) to express probability.
    - The ground is slippery.It must have rained.

Ought to-
Ought to is used-
(1) to express the same feelings of obligation as must.
    - We ought to leave soon or will miss the train.

Comments

Popular posts from this blog

What is HTML or HTML tags

HTML 1) HTML stands for Hyper Text Markup Language 2) Created by Ten Berners-Lie in 1991 but published in 1995 3) It is Client side web technology. 4) It has predefined elements are called tags, used to"markup" a text documents. HTML TAGS 1 <html>_____</html>     Declare the Web page to be written in HTML. 2 <head>_____</head>       Delimits the pages head. 3 <title>______</title>       Defines the title.(not display on the page) 4 <body>_____</body>      Delimits the pages body. 4 <hn>_____</hn>      Delimits a level in heading. 5 <b>_____</b>      Set in boldface 6 <i>_____</i>       Set in italics. 7 <center>_____</center>      Center on the page horizontal. 8 <ul>_____</ul>     ...

Dalton's Atomic Theory—(Chemistry)

Dalton's Atomic Theory The theory that' all matter is made up of very tiny indivisible particles (atoms)' is called atomic theory of matter. Dalton's put forward his Atomic Theory of matter in 1808. The various postulates of Dalton's atoAto Theory of matter are as follows: All the matter is made up of very small particles called 'atoms'. Atoms cannot be divided. Atoms can neither be created nor destroyed Atoms are of various kinds. There are as many kinds of atoms as are elements. All the atoms of a given element are identical in every respect, having the same mass, size and chemical properties. Atoms of different elements differ in mass, size and chemical properties. Chemical combination between two elements consists in the joining together of atoms of these elements to form molecules of compounds. Drawbacks of Dalton's Atomic Theory It is now known that some of the statements of Dalton's Atomic Theory of matter are not exactly corre...

Operator Overloading // In Hindi or English // C++TUTORIAL

  Operator Overloading आज हम जानेंगे Operator overloading क्या होता है:― Operator Overloading — Operator हमेशा program के datatype के साथ काम करता है। जैसे int, float, char लेकिन जब हम अपना datatype अलग से बनाते हैं, तो इसे ही हम Operator Overloading कहते हैं।       ये user define data type पे काम करता है।अथवा ये हमारे basic data type पे work करता है। In English― T he way operators work for user-defined types like objects and structures. This is known as operator overloading. For example, Suppose we have created three objects c1 , c2 and result from a class named Complex. अगर आपको ये post अच्छी लगी हो तो हमे comment कर के जरूर बताएं।