Skip to main content

Section 8.1 The Two Core Parts: Subject and Predicate

Most of us recognize a complete sentence when we hear one, even if we cannot always explain why. The dog. Something is missing. Barked loudly. Still not quite right. The dog barked loudly. Now it’s complete. What happened? Two things came together: something to talk about and something said about it. That two-part structureβ€”the subject and the predicateβ€”is the foundation that every sentence is built on.
Every complete sentence has two fundamental parts: a subject and a predicate.

The Subject.

The subject is what the sentence is aboutβ€”typically who or what performs the action or is described. The subject is usually a noun phrase.
Examples:
Finding the subject:
Multi-level labeling table for "The young artist arrived"
Syntax tree for "The young artist arrived" showing NP subject and VP predicate
[S [NP [DET The] [ADJ young] [N artist]] [VP [V arrived]]]

The Predicate.

The predicate is everything that is said about the subject. It always includes a verb phrase and may include objects, complements, and adverbials.
Examples:
The predicate includes:

Subject-Predicate Division.

Every sentence divides into these two parts:
Subject Predicate
Dogs bark.
The young artist painted beautiful landscapes.
My neighbor’s daughter from next door won the competition last week.
Multi-level labeling table for "Dogs bark"
Syntax tree for "Dogs bark" showing the basic S β†’ NP + VP sentence structure
[S [NP [N Dogs]] [VP [V bark]]]
Notice that the subject can be as short as a single word or as long as a full noun phrase with modifiersβ€”what matters is its grammatical role, not its size. The same is true of the predicate: it can be a single verb or an elaborate structure with objects, complements, and adverbials. That range is part of what makes the subject/predicate distinction so useful. Once you can reliably identify these two parts, you can go furtherβ€”asking what is inside the predicate, what role each element plays, and which of the six fundamental patterns a sentence follows. That is the work of the sections ahead.