1. 询问名字

常用句子

1. Hi, may I have your name, please?

2. Could you please tell me your name?

3. Will it be convenient for you if I have your name?

4. your name?

5. What is your name?

使用场景

  • 你想知道别人的叫啥的时候
  • 你想和别人搭话(搭讪)的时候
    注:以上句子的功能都是问别人的名字。引起对方回答或者接话

2. 小对话

A: We must have met before. Is it your name Bright?
B: No, my name is Amy.
A: Hi, Amy, nice to meet you.

3. 如何回答自己的名字

名字组成

It is my family name. In China, we put our surname first.
姓:surname = last name = family name
名:first name = given name
中:middle name

关于名字的缩写

  • Her name is Susan N. Armstrong.
  • N is the abbreviation of her middle name.

词汇知识

abbreviation

  • 英 [əbriːvɪ'eɪʃ(ə)n] 美 [əˌbrivɪ'eʃən] n. 缩写;缩写词

abbreviate

  • 英 [ə'briːvɪeɪt] 美 [ə'brivɪ'et] vt. 缩写,使省略;使简短 vi. 使用缩写词

abbreviate sth. = make sth. shorter

  1. This story is abbreviated.
  2. USA is the abbreviation of the United States of America.
  3. UN is the abbreviation of the United Nations.
  4. UK = United Kingdom of Great British and Northern Ireland

4. 自我介绍

常用的句子有:

    1. My name is Meixuan Kou.
2. Meixuan is my first name and Kou is my family name.
3. Just call my English name.
4. Just call me Amy.

5. 名字拼写问题

常用句子:

    1. How do you spell your first name?
2. Will you spell your name?
3. My first name is spelled M-e-i-x-u-a-n.
4. Will you spell your surname?
5. My surname is spelled K-o-u.

6. 名字读音问题

XX 句子
How do you pronounce your last name?
My last name is pronounced Amy.

7. 赞扬别人

如何夸赞别人?
Your name precedes you. 久闻大名

序号 句子
1 He precedes me to the rail way station.
2 Party was preceded by a speech.
3 In the preceding classes, we have learned.
 

英语初级学习系列-00-Name-介绍自己的更多相关文章

  1. 英语初级学习系列-00-Hello-打招呼

    开场白 当二咪过生日的时候,作为主人公(host)该如何开场呢? 1. Good evening, ladies and gentlemen. 先生们女士们,晚上好. 2. Welcome to my ...

  2. Logstash学习系列之插件介绍

    Logstash插件获取方式 插件获取地址: https://github.com/logstash-plugins  在线安装: /plugin install logstash-input-jdb ...

  3. MongoDB学习系列(1)--入门介绍

    MongoDB是一款为Web应用程序设计的面向文档结构的数据库系统. MongoDB贡献者是10gen公司.地址:http://www.10gen.com 1.MongoDB主要特性: 1.1文档数据 ...

  4. [eShopOnContainers 学习系列] - 00 - 开发环境需求

    开发环境需求 https://github.com/dotnet-architecture/eShopOnContainers/wiki/00.-Dev-machine-requirements 我的 ...

  5. SpringCloud学习系列<一>版本介绍

    SpringCloud学习踩坑记<一> SpringCloud版本迭代实在太快,学习起来也是各种坑,博主用的是"当前"的最新版本,借鉴周立老大的Spring Cloud ...

  6. watir学习系列--Watir API介绍

    文本框:          <INPUT id="email" name="_fmu.u._0.e" value="" />   ...

  7. Logstash学习系列之基础介绍

    Logstash功能特性 能集中处理各种类型的数据 能标准化不同模式和格式的数据 能快速的扩展自定义日志的格式 它具有收集,分析和转发数据流的功能 Logstash运行参数 -f 指定配置文件 -e ...

  8. [eShopOnContainers 学习系列] - Index - 开篇索引

    [资料] 学习资料来源于 eShopOnContainers wiki 以及 微软官方微服务架构指南 [eShopOnContainers 学习系列] - 00 - 开发环境需求 [eShopOnCo ...

  9. Redis总结(五)缓存雪崩和缓存穿透等问题 Web API系列(三)统一异常处理 C#总结(一)AutoResetEvent的使用介绍(用AutoResetEvent实现同步) C#总结(二)事件Event 介绍总结 C#总结(三)DataGridView增加全选列 Web API系列(二)接口安全和参数校验 RabbitMQ学习系列(六): RabbitMQ 高可用集群

    Redis总结(五)缓存雪崩和缓存穿透等问题   前面讲过一些redis 缓存的使用和数据持久化.感兴趣的朋友可以看看之前的文章,http://www.cnblogs.com/zhangweizhon ...

随机推荐

  1. Shell脚本 | 安卓应用权限检查

    现在 Google Play 对应用权限的管理非常严格,之前公司内有个版本就是因为新增了四个权限导致停灰处理.所以,在每个版本发布之前很有必要检查一下是否有新增权限. 安卓应用请求的所有权限可以通过 ...

  2. Spring Boot + Spring Cloud 构建微服务系统(五):熔断监控面板(Hystrix Dashboard)

    Hystrix Dashboard Hystrix-dashboard是一款针对Hystrix进行实时监控的工具,通过Hystrix Dashboard我们可以在直观地看到各Hystrix Comma ...

  3. leetcode — 4sum

    import java.util.Arrays; import java.util.HashSet; import java.util.Set; /** * Source : https://oj.l ...

  4. Oracle入门《Oracle介绍》第一章1-2 Oracle 实例

    Oracle实例:是后台进程和内存结构的集合 一.内存结构 1.Oracle 实例启动时分配系统全局区 a.数据库信息存储于SGA,由多个数据库进程共享 1.共享池是对SQL.PL/SQL程序进行语法 ...

  5. .NET常用开发工具整理

    版本控制和项目管理工具 VisualSVN和AnkhSVN:两款在Visual Studio中管理Subversion的插件.. NuGet和NuGetPackageExplorer:一组用于自动执行 ...

  6. jquery只能输入数字

    <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title> ...

  7. org.apache.catalina.LifecycleException错误解决方案

    1.org.apache.catalina.LifecycleException错误 一般是由于在tomcat中运行web应用时为所在的jvm分配的堆空间过小,具体错误截图如下所示: 2.为特定程序分 ...

  8. java_分解质因数

    题目内容: 每个非素数(合数)都可以写成几个素数(也可称为质数)相乘的形式,这几个素数就都叫做这个合数的质因数.比如,6可以被分解为2x3,而24可以被分解为2x2x2x3. 现在,你的程序要读入一个 ...

  9. Hash table lengths and prime numbers

    Website:http://srinvis.blogspot.ca/2006/07/hash-table-lengths-and-prime-numbers.html This has been b ...

  10. html页面背景设定相关

    <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title> ...