Quiz 2

🔗 Sentence Structure

2312 words
12 min read
Python Week 1: the first filter for runtime behavior
Visual companion
Python
Type and operator map

Python Week 1: the first filter for runtime behavior

View
Revision summary

What this note is really saying

Short form

# 🔗 Sentence Structure ## 🎯 Learning Objectives After studying this topic, you will be able to: - Distinguish between **phrases** and **clauses** - Identify and construct **simple, compound, and complex** sentences - Use **coordinating** and **subordinating** conjunctions correctly - Transform sentences from one t...

🔗 Sentence Structure

🎯 Learning Objectives

After studying this topic, you will be able to:
  • Distinguish between phrases and clauses
  • Identify and construct simple, compound, and complex sentences
  • Use coordinating and subordinating conjunctions correctly
  • Transform sentences from one type to another
  • Fix common sentence errors (fragments, run-ons, comma splices)

📋 Prerequisites

  • BSHS1001 Week 3: Grammar Fundamentals — parts of speech
  • BSHS1001 Week 4: Tenses and Verb Usage — verbs and their forms

3. 📖 Core Content

3.1 Intuition: What Is Sentence Structure?

A sentence is like a train. It has an engine (the main clause) that can pull carriages (additional information). Some trains are simple (engine only), some have many carriages. Understanding sentence structure means knowing how to build trains that carry your meaning correctly.
Real-world context: Short, simple sentences are powerful for emphasis: "We must act now." Long, complex sentences show sophisticated connections: "Although the research was challenging, the team persevered because they believed in the outcome, which ultimately proved revolutionary." Both have their place — you just need to know when to use which.

3.2 Foundational Concepts: Subject and Predicate

Every sentence has two essential parts:
PartDefinitionExample
SubjectWho or what the sentence is about"The cat sat on the mat."
PredicateWhat the subject does/is"The cat sat on the mat."
Heads up: The subject is ALWAYS a noun or pronoun. The predicate ALWAYS contains a verb. Example: Ravi (subject) bought a new laptop (predicate).

3.3 Phrase vs. Clause

Phrase

A phrase is a group of words that does NOT have both a subject and a verb. It acts as a single part of speech.
Phrase TypeExampleFunction
Noun phrase"The tall man"Acts as noun
Verb phrase"has been waiting"Acts as verb
Prepositional phrase"under the table"Acts as adjective/adverb
Adjective phrase"very beautiful"Acts as adjective
Adverb phrase"as quickly as possible"Acts as adverb

Clause

A clause is a group of words that HAS both a subject and a verb.
Clause TypeHas Subject + Verb?Can Stand Alone?Example
Independent (Main)YesYes"Ravi is studying."
Dependent (Subordinate)YesNo"because he has an exam"
Dependent clause signals: because, although, if, when, while, since, unless, after, before, as, even though, whereas, who, which, that

Examples

"She studies hard (independent) because she wants good grades (dependent)." "Although it was raining (dependent), we went for a walk (independent)."

3.4 Three Types of Sentences

(Diagram)

3.4.1 Simple Sentence

Contains ONE independent clause (one subject + one verb).
FormulaExample
Subject + Verb"Birds sing."
Subject + Verb + Object"Ravi reads books."
Subject + Verb + Complement"She is a teacher."
Subject + Verb + Adverb"He works hard."
Simple sentences can have compound subjects or verbs:
"Ravi and Priya (compound subject) study and play (compound verb)."

3.4.2 Compound Sentence

Contains TWO or MORE independent clauses joined by:
  • Coordinating conjunction (FANBOYS: For, And, Nor, But, Or, Yet, So)
  • Semicolon (;)
  • Conjunctive adverb (however, therefore, moreover)
FormulaExample
IC + , + conjunction + IC"I wanted to go, but I was too tired."
IC + ; + IC"She loves music; he prefers sports."
IC + ; + conjunctive adverb + IC"He failed the test; however, he did not give up."
FANBOYS Conjunctions:
ConjunctionMeaningExample
ForReason"He stayed home, for he was sick."
AndAddition"She bought apples and oranges."
NorNegative alternative"He didn't call, nor did he text."
ButContrast"I tried, but I failed."
OrChoice"You can stay or you can leave."
YetContrast (stronger)"She is tired, yet she continues."
SoResult"It was raining, so we stayed inside."

3.4.3 Complex Sentence

Contains ONE independent clause + ONE or MORE dependent clauses.
FormulaExample
Dependent + , + Independent"Although it rained, we enjoyed the picnic."
Independent + Dependent"We enjoyed the picnic although it rained."
Common Subordinating Conjunctions:
ConjunctionMeaningExample
becauseReason"I stayed because I was needed."
although/even thoughContrast"Although it was hard, I finished."
whileTime / contrast"While I was cooking, he arrived."
whenTime"Call me when you arrive."
ifCondition"If you study, you will pass."
unlessNegative condition"Unless you hurry, you will be late."
sinceTime / reason"Since you asked, I will help."
after/beforeTime sequence"After the class ended, we left."

3.4.4 Compound-Complex Sentence

Contains TWO+ independent clauses + ONE+ dependent clause.
"When the exam ended (dependent), the students left the hall (independent), and they celebrated their success (independent)."

3.5 Clause Types Deep Dive

Noun Clause

Acts as a noun in the sentence.
"What she said surprised me." (acts as subject) "I know that he is honest." (acts as object)

Adjective (Relative) Clause

Modifies a noun. Starts with who, whom, which, that, whose, where, when.
"The student who won the prize is my friend." "The book that I read was fascinating." Restrictive vs. Non-restrictive:
  • Restrictive (essential): "The student who scores highest gets a scholarship." (no commas)
  • Non-restrictive (extra info): "Ravi, who is my best friend, won the prize." (with commas)

Adverb Clause

Modifies a verb. Tells when, where, why, how, to what extent.
"She called when she arrived." (time) "He stayed because he was needed." (reason) "If you work hard, you will succeed." (condition)

3.6 Sentence Errors

Fragment

An incomplete sentence (missing subject or verb).
❌ Fragment✅ Complete Sentence
"Because I was tired.""I went to bed early because I was tired."
"Running down the street.""The boy was running down the street."
"A beautiful sunny day.""It was a beautiful sunny day."

Run-on Sentence

Two or more independent clauses joined without proper punctuation or conjunction.
❌ Run-on✅ Correct
"I love reading I read every day.""I love reading, so I read every day."
"She is smart she always gets good grades.""She is smart; she always gets good grades."
Fixes:
  1. Add period: "I love reading. I read every day."
  2. Add comma + conjunction: "I love reading, so I read every day."
  3. Add semicolon: "I love reading; I read every day."

Comma Splice

Using a comma to join two independent clauses without a conjunction.
❌ Comma Splice✅ Correct
"I woke up late, I missed the bus.""I woke up late, so I missed the bus."
"She studied hard, she passed the exam.""She studied hard; therefore, she passed the exam."

3.7 Sentence Transformation

You can transform a sentence from one type to another:

Simple → Compound

SimpleCompound
"Despite the rain, we went out.""It was raining, but we went out."
"Being tired, she slept early.""She was tired, so she slept early."

Simple → Complex

SimpleComplex
"A tall man entered the room.""A man who was tall entered the room."
"I left after finishing my work.""I left after I had finished my work."

Compound → Complex

CompoundComplex
"I studied hard, but I failed.""Although I studied hard, I failed."
"She was late, so she missed the bus.""Because she was late, she missed the bus."

3.8 Annotated Example

① Simple: The experiment began.
② Compound: The experiment began, and the team recorded their observations.
③ Complex: After the experiment began, the team recorded their observations.
④ Compound-Complex: When the experiment began (dependent), the team recorded their observations (independent), and they analyzed the data (independent).
SentenceTypeExplanation
SimpleOne independent clause
CompoundTwo independent clauses joined by "and"
ComplexOne dependent clause + one independent clause
Compound-ComplexOne dependent clause + two independent clauses

3.9 Before/After: Fixing Sentence Errors

Before (Error-filled):
Because I was tired. (fragment) I went to bed I fell asleep quickly. (run-on) I woke up refreshed, I felt great. (comma splice) After (Corrected): Because I was tired, I went to bed. I fell asleep quickly. I woke up refreshed, and I felt great.
ErrorFix
Fragment: "Because I was tired."Attached to the main clause
Run-on: "I went to bed I fell asleep"Split into two sentences
Comma splice: "I woke up refreshed, I felt great"Added conjunction "and"

3.10 Key Concepts Summary Table

ConceptDefinitionExample
SubjectWho/what the sentence is about"The dog barked."
PredicateWhat the subject does/is"The dog barked loudly."
PhraseGroup of words, no S+V"under the tree"
Independent ClauseHas S+V, can stand alone"She sings."
Dependent ClauseHas S+V, cannot stand alone"because she is happy"
Simple SentenceOne independent clause"I like coffee."
Compound SentenceTwo+ independent clauses"I like coffee, but she likes tea."
Complex SentenceIndependent + dependent"Although I like coffee, I drink tea at night."
FragmentMissing S or V"Because I wanted." (incomplete)
Run-onIC IC without connector"I came I saw I conquered."
Comma SpliceIC, IC without conjunction"I came, I saw."

4. Common Pitfalls

Pitfall 1: Writing Only Simple Sentences

  • Mistake: Using only short, simple sentences throughout your writing. "I woke up. I ate breakfast. I went to school. I studied. I came home."
  • Why: Students fear making mistakes in longer sentences
  • How to fix: Vary sentence length. Combine related ideas: "I woke up, ate breakfast, and then went to school, where I studied."
  • Correct approach: Aim for a mix — use simple for emphasis, compound for balanced ideas, complex for showing relationships.

Pitfall 2: Misplacing the Dependent Clause

  • Mistake: "I failed the exam although I studied hard." (less effective)
  • Why: Students don't think about emphasis. The main point should be in the independent clause.
  • How to fix: Put the idea you want to emphasize in the independent clause.
  • Correct: "Although I studied hard, I failed the exam." (emphasizes failure) OR "I passed the exam although I didn't study much." (emphasizes success)

Pitfall 3: Using "which" Without a Comma for Essential Info

  • Mistake: "The book which I borrowed from the library was excellent." (should be "that" for restrictive)
  • Why: Students don't know the restrictive vs. non-restrictive rule
  • Rule: Use "that" for essential information (no comma). Use "which" with commas for extra information.
  • Correct: "The book that I borrowed from the library was excellent." (essential — tells WHICH book)

5. Practice Questions

Question 1

Identify as phrase or clause: a) "under the bed" b) "because she was happy" c) "the tall man with glasses" d) "he ran quickly"
Click for answer
a) Phrase — no verb b) Clause — has subject (she) + verb (was) c) Phrase — no verb d) Clause — has subject (he) + verb (ran)

Question 2

Identify the sentence type: a) "I went to the store and bought milk." b) "Although it was cold, we went swimming." c) "The cat sat on the mat." d) "I wanted to go, but I was sick, so I stayed home."
Click for answer
a) Simple (one subject + compound verb: went, bought) b) Complex (dependent + independent) c) Simple (one independent clause) d) Compound (three independent clauses joined by "but" and "so")

Question 3

Fix the fragment: "Because I forgot my umbrella."
Click for answer
Fix: "I got wet because I forgot my umbrella."
The dependent clause needs to be attached to an independent clause.

Question 4

Fix the run-on sentence: "The music was loud we could not hear each other."
Click for answer
Three possible fixes:
  1. "The music was loud. We could not hear each other."
  2. "The music was loud, so we could not hear each other."
  3. "The music was loud; we could not hear each other."

Question 5

Combine these sentences using a subordinating conjunction: "I was tired. I went to bed early."
Click for answer
Complex sentence: "Because I was tired, I went to bed early."
Or: "I went to bed early because I was tired."

Question 6

Add a dependent clause to this sentence: "The children played outside."
Click for answer
Possible answers:
  • "After the children finished their homework, they played outside."
  • "The children played outside until it got dark."
  • "Although it was raining, the children played outside."

Question 7

Identify the subject and predicate: "The old man with the white beard told amazing stories."
Click for answer
Subject: "The old man with the white beard" Predicate: "told amazing stories"

Question 8

Rewrite as a compound sentence: "Despite the heavy traffic, we reached on time."
Click for answer
Compound: "There was heavy traffic, but we reached on time."

Question 9

Correct the comma splice: "She opened the door, the cat ran out."
Click for answer
Fixes:
  1. "She opened the door, and the cat ran out."
  2. "She opened the door. The cat ran out."
  3. "She opened the door; the cat ran out."

Question 10

Identify the type of clause underlined: a) "I know what you mean." b) "The student who scored highest won a prize." c) "She called when she arrived."
Click for answer
a) Noun clause (acts as object of "know") b) Adjective/Relative clause (modifies "student") c) Adverb clause (modifies "called" — tells when)

Question 11

Add the correct punctuation to combine these independent clauses: "She loves reading ___ she has over 500 books."
Click for answer
Possible answers:
  • "She loves reading; she has over 500 books." (semicolon)
  • "She loves reading, and she has over 500 books." (comma + conjunction)
  • "She loves reading. She has over 500 books." (period — two sentences)

Question 12

Transform this paragraph to include at least one of each sentence type:
Simple: "I woke up early." Simple: "I went for a run." Simple: "I felt energized." Click for answer
Transformed version:
"I woke up early (simple), so I went for a run (compound). After I returned, I felt energized (complex)."

6. Cross-References

  • BSHS1001 → Week 3: Grammar Fundamentals — parts of speech foundations
  • BSHS1001 → Week 6: Paragraph Writing — combining sentences into coherent paragraphs
  • BSHS1001 → Week 8: Essay Structure — using varied sentences in essays
  • BSHS1002 → Week 6: Advanced Grammar — complex and compound-complex sentences Join Discord PreviousTenses and Verb UsageNextParagraph Writing
Document outline

Keep your place and jump directly to a heading.

Table of Contents
System Normal // Awaiting Context

Intelligence Hub

Navigate the knowledge graph to generate context. The Hub adapts dynamically to surface backlinks, related notes, and metadata insights.