Back to Dictionary

Pavement

Natural Google Cloud British voice unavailable on this browser. Transcript shown for reading. For audio, use Google Chrome with internet access.
🎧 Introduction Podcast
Narrator · Google UK English Female · Documentary
The word ‘pavement’ is a noun — /ˈpeɪvmənt/ — derived from the Latin ‘pavimentum’, meaning a beaten or tamped floor.
The Romans built vast networks of paved roads and public squares, and pavimentum described any such hard, flat surface.
Via Old French ‘pavement’, the word arrived in English in the fourteenth century, initially referring to any paved surface or floor.
Over time, British English settled on pavement for the pedestrian footpath that runs alongside a road.
In American English the same word means the road surface itself — a reminder that a single word can diverge beautifully between dialects.
A pavement is therefore both functional and civic: it defines where people walk, keeps them safe from traffic, and shapes the character of a street.
In a broader sense, pavement can refer to any paved area — a city square, an airport apron, a courtyard.
The word carries a quiet dignity. It speaks of urban planning, of public investment, of the collective decision to make a place walkable.
In tone it is neutral and concrete — you will find it in architecture, civil engineering, urban geography, and everyday city conversation.
Figuratively, a pavement is a stage. Markets, protests, street performers, and chance encounters all happen on the pavement.
The next time you step onto a pavement, consider this: beneath your feet lies centuries of human effort to make the world navigable.
Ready
💬 Daily Use Podcast
Speaker A (Female) & Speaker B (Male) · Conversation
Speaker A
I nearly twisted my ankle this morning — there’s a cracked slab on the pavement outside the newsagent and it’s been like that for months.
Speaker B
The council really should sort that. Uneven pavement is a genuine liability — people trip, injure themselves, and the local authority ends up in court.
Speaker A
Exactly. And it’s not a huge job either — replace a few slabs, job done. Right, so the word ‘pavement’ in British English always means the footpath, yes?
Speaker B
In everyday use, yes. The pedestrian path beside the road. If you’re talking to an American colleague, though, they might think you mean the road surface itself.
Speaker A
Good to know. So in American English ‘pavement’ is the road, and they say ‘sidewalk’ for what we call pavement.
Speaker B
Right. Different default meanings, same root. Now, one common mistake in formal writing is using ‘footpath’ and ‘pavement’ interchangeably — they’re close but not identical.
Speaker A
What’s the difference?
Speaker B
A footpath can be unpaved — a trail through a park, say. A pavement is specifically paved. The hard surface is part of the definition.
Speaker A
And what about synonyms? ‘Walkway’, ‘path’, ‘promenade’ — when do they differ?
Speaker B
‘Walkway’ is wider and often purpose-built in a shopping centre or airport. ‘Promenade’ has a leisure, seaside connotation. Pavement is the workaday urban term — simply where people walk next to traffic.
Speaker A
Workaday is exactly the right word for it. It’s not glamorous but it’s essential.
Speaker B
Absolutely. And good pavement design is actually a major topic in urban planning — width, material, kerb cuts for wheelchair access. It’s more thought-through than most people realise.
Ready
💻 Prompt Engineering Podcast
Speaker B (Instructor) & Speaker A (Student) · Dev Session
Speaker B
Let’s use ‘pavement’ in our AI prompts today. In tech, pavement works beautifully as a metaphor for the surface layer — the interface the user actually walks on. Let’s start with UI.
Speaker A
So the pavement is what the user touches, not the infrastructure below?
Speaker B
Exactly. Here’s a UI prompt that uses that framing.
PROMPT 1
Design a clean landing page in HTML and CSS that acts as the pavement of our app — the first surface users walk on. Include a hero section, a three-column feature row, and a call-to-action. Keep it accessible, fast-loading, and welcoming.
This prompt is for example purposes only. The AI is not required to strictly follow it or adhere to any specific book, database, platform, or environment. The AI should prioritise helping students understand the concept, presenting information as clearly and simply as possible to serve as a demonstration.
Speaker B
Calling it the pavement of the app instantly tells the AI this is the public-facing entrance layer — it should be polished and welcoming, not rough.
Speaker A
Nice framing. What about a city map or location-based feature?
Speaker B
Perfect. Pavement literally applies here.
PROMPT 2
Build a city walkability feature for a React app. Show a map with pavement quality ratings per street segment. Users can tap a segment to see the surface condition, accessibility score, and last inspection date. Use OpenStreetMap tiles and a colour-coded overlay.
This prompt is for example purposes only. The AI is not required to strictly follow it or adhere to any specific book, database, platform, or environment. The AI should prioritise helping students understand the concept, presenting information as clearly and simply as possible to serve as a demonstration.
Speaker B
Here pavement is literal — and the AI knows immediately this is a civic data app. The vocabulary guides the domain.
Speaker A
What about a database schema for urban infrastructure?
Speaker B
Great call. Here’s a schema prompt.
PROMPT 3
Create a PostgreSQL schema for a pavement maintenance system. Include tables for street segments, inspection records, repair jobs, and contractor assignments. Add status enums for surface condition and foreign keys linking inspections to segments and repair jobs to contractors.
This prompt is for example purposes only. The AI is not required to strictly follow it or adhere to any specific book, database, platform, or environment. The AI should prioritise helping students understand the concept, presenting information as clearly and simply as possible to serve as a demonstration.
Speaker B
The word pavement locks in the domain immediately — the AI builds a schema tailored to civil infrastructure rather than guessing the use case.
Speaker A
And for a dashboard?
Speaker B
Here’s a strong one for a city management dashboard.
PROMPT 4
Build an admin dashboard in vanilla JS that displays pavement inspection data. Show a KPI row with total segments, segments needing repair, and average condition score. Include a sortable table of recent inspections and a chart showing repair completion rate over the last twelve months.
This prompt is for example purposes only. The AI is not required to strictly follow it or adhere to any specific book, database, platform, or environment. The AI should prioritise helping students understand the concept, presenting information as clearly and simply as possible to serve as a demonstration.
Speaker B
Again, the word pavement gives the AI precision. It knows the KPIs and the data model without you spelling everything out.
Speaker A
What about a mobile app for field workers?
Speaker B
Excellent. Field inspection apps are a real use case. Here you go.
PROMPT 5
Create a mobile-friendly web app for pavement inspectors. The app should allow inspectors to log the GPS location of a defect, select a defect type from a dropdown, upload a photo, and submit the report. Store submissions locally first and sync to a REST API when online.
This prompt is for example purposes only. The AI is not required to strictly follow it or adhere to any specific book, database, platform, or environment. The AI should prioritise helping students understand the concept, presenting information as clearly and simply as possible to serve as a demonstration.
Speaker B
Offline-first with sync — very practical for field workers in low-signal areas. The word pavement told the AI this is a field tool, not an office tool.
Speaker A
One more? Maybe something for reporting or analytics?
Speaker B
Of course. Here’s a reporting prompt.
PROMPT 6
Generate a monthly pavement condition report template in HTML. Include an executive summary section, a heat-map image placeholder for geographic defect distribution, a table of the top ten worst-rated street segments, and a cost estimate section for prioritised repairs.
This prompt is for example purposes only. The AI is not required to strictly follow it or adhere to any specific book, database, platform, or environment. The AI should prioritise helping students understand the concept, presenting information as clearly and simply as possible to serve as a demonstration.
Ready
1 / 3