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. 阿里云ECS安装的redis服务器,用java代码去连接报错。

    import redis.clients.jedis.Jedis; /** * Hello world! * */ public class App { public static void main ...

  2. 文件上传(asp.net webform中)

    1.配置允许上传文件大小 <configuration> <appSettings> <!--配置上传文件最大字节数:单位KB--> <add key=&qu ...

  3. c#day05

    using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace ccc ...

  4. 00001 - Linux 上的 Shebang 符号(#!)

    使用Linux或者unix系统的同学可能都对#!这个符号并不陌生,但是你真的了解它吗? 本文了将给你简单介绍一下Shebang(”#!”)这个符号. 首先,这个符号(#!)的名称,叫做”Shebang ...

  5. CSS实现鼠标悬浮无限向下级展示的简单代码

    *{ margin:; padding:; } ul,li{ list-style: none; } .ui-slide-box{ width: 300px; } .ui-slide-item{ wi ...

  6. Install and Configure Apache Kafka

    I. Installation The installation environment must have JDK, verify that you enter: java -version 1. ...

  7. 运行mysql时,提示Table ‘performance_schema.session_variables’ doesn’t exist

    第一步:在管理员命令中输入: mysql_upgrade -u root -p --force 第二步:关闭并重启数据库 service mysql stop service mysql start

  8. es6基础(2)--解构赋值

    //解构赋值 { let a,b,rest; [a,b]=[1,2]; console.log(a,b); } //数组解构赋值 { let a,b,rest; [a,b,...rest]=[1,2, ...

  9. Jquery ajax 参数 详解

    Jquery ajax 参数主要如下: url: 要求为String类型的参数,(默认为当前页地址)发送请求的地址. type: 要求为String类型的参数,请求方式(post或get)默认为get ...

  10. WPF 我的初学必备技能

    0.控件 0.1.内容控件(Content Controls) 0.2.条目控件(Items Controls) 0.3.文本控件(Text Controls) 0.4.范围控件(Range Cont ...