Letter S Pronounced [z]

Since English is not a phonetic language, one letter is not always pronounced the same way.  The letter S is often pronounced as a Z in words like cousin, husband, and business.

YouTube blocked? Click here to see the video.

Video Text:

This video comes to you from Dillon, Colorado, where I’m spending Christmas with my family. I’m going to introduce you to my cousin and my cousin’s husband. Do you notice anything interesting about how those words are pronounced? If not, stay tuned.

>> Hi, I’m Rachel’s cousin Nikki.
>> I’m Rachel’s cousin’s husband, Steve.
>> Did you notice how they pronounced the words ‘cousin’ and ‘husband’? Listen again.
>> Hi, I’m Rachel’s cousin Nikki.
>> I’m Rachel’s cousin’s husband, Steve.

Did you notice how they pronounced the S as a Z sound? This is actually quite common in American English. I’ve done a video on how to pronounce plural nouns. There are many cases there where the final S will be pronounced as a final Z. The same rules apply to third person verb conjugations. But in the words ‘cousin’ and ‘husband’, they’re not plural nouns, and they’re not third person verb conjugations. They’re simply words where the S is pronounced as a Z. Unfortunately, there are no rules to tell you why the S is pronounced as a Z. But there are a whole slew of words where this is the case, and they just have to be memorized.

Two days ago, my cousin’s husband Steve took me snowboarding. Unfortunately, because I’m not very good at it, I fell many times. And I’ve ended up with a huge bruise on my knee. Both knees, actually. Did you notice? Because, with a Z. But also, did you notice, bruise. Spelled with an S, pronounced with a Z.

>> Don’t believe her, she did an excellent job. Do believe her about the bruise, though.
>> Yes, the bruise is, is not a lie.

Other words where the S is pronounced as a Z: is, his, use. Now, let’s stop for a minute and talk about use. In verb form, the S in ‘use’ is pronounced as a Z. But when it’s a noun, use, it’s pronounced as an S. So that’s one way you can differentiate between which form of the word is being used. This also applies to a few other words, for example, house. As a noun it is an S, and as a verb, house, it is a Z. Was, design, lose. These are just some of the many words where the S will be pronounced as a Z. Special thanks to my cousin and her husband for being in this video with me. That’s it, and thanks so much for using Rachel’s English.

Video:

Letter S Pronounced [z]的更多相关文章

  1. <java基础学习>RE 基础语法

    public class MyFirstJavaProgram{ public static void main(String[] args ){ System.out.println("H ...

  2. phpexcel操作

    <?php include './PHPExcel/PHPExcel.php'; include './PHPExcel/PHPExcel/Writer/Excel2007.php'; //或者 ...

  3. uva 11520 - Fill the Square

    http://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&page=show_problem&p ...

  4. ZOJ 1240 IBM Minus One

    /* You may have heard of the book '2001 - A Space Odyssey' by Arthur C. Clarke, or the film of the s ...

  5. SZU:G34 Love code

    Judge Info Memory Limit: 32768KB Case Time Limit: 10000MS Time Limit: 10000MS Judger: Normal Descrip ...

  6. POJ 3923 HDU 2487 Ugly Windows 简单计算

    Ugly Windows Time Limit: 2000/1000 MS (Java/Others)    Memory Limit: 32768/32768 K (Java/Others) Tot ...

  7. [LeetCode] Pyramid Transition Matrix 金字塔转变矩阵

    We are stacking blocks to form a pyramid. Each block has a color which is a one letter string, like ...

  8. [Swift]LeetCode756. 金字塔转换矩阵 | Pyramid Transition Matrix

    We are stacking blocks to form a pyramid. Each block has a color which is a one letter string, like ...

  9. Kotlin基础(四)Lambda编程

    Lambda编程 一.Lambda表达式和成员引用 一)Lambda表达式语法 //注意与Java8中的区别 val sum={ x:Int,y:Int -> x+y } println(sum ...

随机推荐

  1. [UE4]Lock Always

    创建一个Widget加到视图,指定为鼠标焦点,并显示鼠标 Lock Always:叫鼠标锁定在游戏窗口内.

  2. Java基础知识_毕向东_Java基础视频教程笔记(22-25 GUI 网络编程 正则)

    22天-01-GUIGUI:Graphical User Interface 图形用户接口 Java为GUI提供的对象都存在java.Awt和javax.Swing两个包中CLI:Common lin ...

  3. POJ Lost Cows

    [题解] 参考https://blog.csdn.net/acmer_hades/article/details/46272605.设置数组pre_smaller,其中第i个元素即为输入的第i项,则显 ...

  4. 升级Android Studio到1.0.2的问题解决

    当前从光网下载到的Android Studio的版本是1.0.1,升级到1.0.2大概是3M的升级包.升级很简单,点击Help--Check For Update... 可是我碰到的情况是提示:Con ...

  5. Ddr2,ddr3,ddr4内存条的读写速率

    理论极限值是可以计算的:1333MHz * 64bit(单通道,双通道则128bit) / 8(位到字节单位转换) = 10.664GB/s.这只是理论,实际发挥还要看内存控制器,实际上1333单条跑 ...

  6. hive中sql使用英文分号

    hql只要遇见分号则认识是语句的EOF,所以对于分号,需要用“\“转义. 例如: insert overwrite table test_json_map select '{"account ...

  7. vue获取dom

    //使用ref属性来获取当前的div的dom属性 <div class="list" ref="wrapper"></div> //在j ...

  8. lunix 集群,负载均衡,location

       nginx location语法: location支持的语法优先级: 复制代码location匹配顺序 #  www.s14hanju.com/1.location = / {  我是代码1} ...

  9. 关于chrome控制台警告:Synchronous XMLHttpRequest on the main thread

    Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to th ...

  10. 自写-自动拨号测试app

    XML - Main <?xml version="1.0" encoding="utf-8"?> <android.support.cons ...