Skip to main content

TYPES OF VERB

Verb Definition: The action or “doing” word in a sentence known as a verb. Verb is the most important word in a sentence.
Examples:
  1. The boy kicks the football.
  2. He ran, jumped and danced.
  3. Alia laughs loudly.
Note: Bold words shows action that’s why known as verb. They perform an important role in a sentence.
TYPES OF VERBS
1.Stative Verb: Verbs that shows situation known as stative verb. They are be, like, have, think, own.
Examples:
  1. have a large family.
  2. Hira likes ice cream.
  3. Be like Michael.
Note: Have, likes, be, are stative verbs.
2.Action Verbs: Verbs which show physical action known as action verbs. Jumping, cooking, dancing, shouting are action verbs.
Examples:
  1. He is jumping.
  2. John shouting.
  3. We are dancing.
Note: Given bold words show some action are action verbs.
3.Main or Helping Verbs: As the name shows helping verbs help the main verb.
Examples:
  1. We are reading.
  2. We are in a club.
  3. You should go now.
Note: Bold words are helping verbs.
4.Modal Verbs: Verbs that express mood in a sentence known as modal verbs. Could, should, might, may etc are modal verbs.
Examples:
  1. Our players might win the match today.
  2. shouldn’t behave like this.
  3. Could you please bring me this cup?
Note: Bold words are modal verbs.
5.Transitive Verbs: Transitive verbs always take an object. It answers what, who.
Examples:
  1. Ali kicked the ball.
  2. made a cake.
  3. John hit the bag.
Note: Bold words are transitive verbs.
6.Intransitive Verbs: Intransitive verbs do not need an object. Die, sleep, cry, run, sleep, sit are intransitive verbs.
Examples:
  1. The old man laughed loudly.
  2. The thief climbed and then escaped.
  3. She is died.
Note: Bold words are intransitive verbs.
7.Linking Verbs: As the name suggests linking verbs link the subject of a sentence to the adjective or noun.
Examples:
  1. Michael is handsome.
  2. Melvin was at the club.
  3. John feels sick.
Note: Bold words are linking verbs.

Comments

Popular posts from this blog

PARTS OF SPEECH – ENGLISH GRAMMAR

There are nine parts of speech Noun Pronoun Adjective Adverb Verb Preposition Conjunction Article Interjection You Can Read All Of Them By Just Clicking On The Topic Link

Find Any Result of Pakistan Online Results

2019 Results Online - Find Any Result of Pakistan Find Any Result of Pakistan online, find exams results of any class, any education board and university of Pakistan. Complete database of every latest and old result of Primary, Middle, Ninth Class, Matric, FSC, FA, ICOM, ICS, BA, BS, BCOM, BSC, MA, MSC, MCOM, LLB, B.Ed, M.Ed, MBA, MIT, CA, ACCA, MPhil, MS CS, PhD, PGD, ADP, BS SE, MS. Simply select your class below, and get the latest result. Complete archives of old results is also available for reference. Simply enter the roll number and get the latest results. Select Class Primary Middle Ninth Class Matric FSC ICOM ICS FA Punjab Boards Multan Faisalabad Bahawalpur Gujranwala Lahore Sargodha Rawalpindi DG Khan Sahiwal Fedral Khyber Pakhtunkhawah Boards Peshawar Sawat Kohat Malakand Abbottabad Bannu Mardan ...

HTML Introduction - HTML Tutorial for beginners

HTML Introduction In this tutorial we learn about HTML Introduction. HTML is the standard markup language for creating Web pages. HTML stands for HyperText Markup Language HTML describes the structure of a Web page HTML consists of a series of elements HTML elements tell the browser how to display the content HTML elements are represented by tags HTML tags label pieces of content such as "heading", "paragraph", "table", and so on Browsers do not display the HTML tags, but use them to render the content of the page A Simple HTML Introduction Document HTML Example Explained The  <!DOCTYPE html>  declaration defines this document to be HTML5 The  <html>  element is the root element of an HTML page The  <head>  element contains meta information about the document The  <title>  element specifies a title for the document The  <body>  element contains the visible page content The  <h1>  element defi...