What clothes do you usually like to wear?
Well I like fashionable clothes, but I also want to be comfortable, so I usually choose casual clothes like T-shirts and jeans, especially dark-coloured ones. I think they're smarter and don't get dirty so easily.

Do you wear the same clothes both at work and after work?
For my job I have to wear formal clothing which looks very smart but is not that comfortable. When I get home, I just want to chill out and relax. So I always change into casual clothes like tracksuits or jeans.

Do you prefer informal or formal clothes?
Well that's easy to answer because I really dislike formal clothes which look smart. But for me, comfort is important. I would always choose informal, comfortable clothing because I feel much more relaxed.

Are you interested in fashion or clothes fashion?
Well I am not a slave to every new fashion, but I don't want to look old-fashioned either. In my opinion, classic clothing which never dates is the best choice.

Does colour affect your mood?
In my view colour can affect your mood to some extent. Bright colours may make you feel energetic. In fact, wearing a bright-coloured scarf in winter can cheer you up! Pale colours or neutral colours on the other hand, may have a relaxing effect.

What's your favourite snack?
For me, personally, I would say I am very fond of bananas. They are a healthy and cheap snack, full of vitamins and energy. Sportsmen often carry them around as a convenient snack to help raise their energy levels.

Do you like eating fruit or vegetables?
I do enjoy both of them. There is a wide variety of fruit and vegetables in such a big country as China. You can always find something you like and you'll never get bored!

Are there any special fruits in your hometown?
China produces many fruits. And my hometown is known for its apples which are crisp and juicy. You will see them in every supermarket and they're a really delicious and healthy snack

What kind of films do you like?
I like science fiction movies and action movies best. I think science fiction shows us a vision of the future which is often frightening but really fascinating. Action movies are exciting and fun to watch.

What is your favourite type of music?
I actually enjoy quite different types of music. For example, pop music is great to dance to. But when I want to get down to writing an essay, I like to have classical music on in the background. Classical music is calming and can help you concentrate.

Which one do you like better, taking photos of people or taking photos of scenery?
Well thinking about it, I like both, but I probably enjoy taking people better. For example, my uncle has a baby son who is really funny sometimes, so I love to capture those humorous moments!

What's your favourite kind of book?
Well, personally I love science fiction. It's fascinating considering what the future may bring. I like imaginative stories which make me think a lot. Such stories are very creative and help open our minds to all sorts of possibilities.

Do you like sports?
Definitely, I do enjoy badminton. I think it's such a convenient game to play with friends. I mean you can take the equipment out with you to a park and have some fun as well as keeping fit.

What's your favourite kind of book?
Well, personally I love science fiction. It's fascinating considering what the future may bring. I like imaginative stories which make me think a lot. Such stories are very creative and help open our minds to all sorts of possibilities.

Speaking 1的更多相关文章

  1. HDU-1335 Basically Speaking

    http://acm.hdu.edu.cn/showproblem.php?pid=1335 Basically Speaking Time Limit: 2000/1000 MS (Java/Oth ...

  2. Basically Speaking

    Basically Speaking Time Limit: 2 Sec  Memory Limit: 200 MB Submit: 19  Solved: 11 [Submit][Status][W ...

  3. (Forward)5 Public Speaking Tips That'll Prepare You for Any Interview

    Landing a job interview is incredibly exciting –- and often terrifying. But fear not. There are clev ...

  4. HDU 1314 Numerically Speaking(大数加减乘除+另类二十六进制互相转换)

    原题代号:HDU 1314 原题链接:http://acm.hdu.edu.cn/showproblem.php?pid=1314 Numerically Speaking Time Limit: 2 ...

  5. ➡️➡️➡️IELTS speaking by simon

    目录 p1 课程概述 p2 speaking part1, intro, warm up introduction questions then 4 questions about one topic ...

  6. ZOJ Problem Set - 1334 Basically Speaking ac代码及总结

    这道题目不难,是一道简单的进制转换问题,但是发现了自己两个遗漏的知识点: 1.关于scanf (1)scanf函数在输入时是以回车或者空格作为一次输入的结束 (2)scanf函数在输入字符串的过程中是 ...

  7. POJ 1312 Numerically Speaking

    题意:a = 1, b = 2, ..., z = 26, aa = 27, ... 给字符串或者数字,输出对应的答案. 解法:类似26进制……但又不完全是……拿java大数模拟了一下…… 代码: i ...

  8. [BEC][hujiang] Lesson04 Unit1:Working life ---Reading + Listening &Grammar & Speaking

    4 1.1 Working life    P10 Reading----The anonymous CV Exercise 3  What should be included in the CV ...

  9. 【HDOJ】1314 Numerically Speaking

    学了几天的Java了,终于独立A了一道大数计算.感觉还得练Java啊. import java.util.Scanner; import java.math.BigInteger; import ja ...

  10. HDOJ 1335 Basically Speaking(进制转换)

    Problem Description The Really Neato Calculator Company, Inc. has recently hired your team to help d ...

随机推荐

  1. javascript获取星期

    入门: var week = new Date().getDaty(); var ary = new Array("日","一","二",& ...

  2. Java开启/关闭tomcat服务器

    © 版权声明:本文为博主原创文章,转载请注明出处 通过java代码实现Tomcat的开启与关闭 1.项目结构 2.CallTomcat.java package com.calltomcat.test ...

  3. XFire Web Service客户端开发

    一.项目创建: 创建一个Maven的web工程 Maven包导入pom.xml <project xmlns="http://maven.apache.org/POM/4.0.0&qu ...

  4. 彻底隐藏Nginx版本号的安全性与方法

    Nginx默认是显示版本号的,如: [root@bkjz ~]# curl -I www.nginx.orgHTTP/1.1 200 OKServer: nginx/0.8.44Date: Tue, ...

  5. LeetCode108_Convert SortedArray to BinarySearchTree(将有序数组转成二叉排序树) Java题解

    题目: Given an array where elements are sorted in ascending order, convert it to a height balanced BST ...

  6. oracle 推断字符是否为字母

    create or replace function ischar(chr varchar2) return varchar2 is   ischr varchar2(5); begin   sele ...

  7. js 第二篇 (DOM 操作)

    DOM 节点含有:元素节点,属性节点,文本节点. document.getElementById("id") //通过页面元素ID 值 捕获元素对象,得到的值为一个object 1 ...

  8. JVM完全指南

    JVM完全指南     一:虚拟机内存图解   JAVA程序运行与虚拟机之上,运行时需要内存空间.虚拟机执行JAVA程序的过程中会把它管理的内存划分为不同的数据区域方便管理.     虚拟机管理内存数 ...

  9. Encoding::CompatibilityError: incompatible character encodings: GBK and UTF-8

    直接grunt serve读的css是.tmp/css/main.css 而这个文件不通过build生成出来是这样: /* Encoding::CompatibilityError: incompat ...

  10. 【BZOJ4166】月宫的符卡序列 Manacher+hash

    [BZOJ4166]月宫的符卡序列 题解:题倒不难,就是有点恶心. 首先学习回文串的时候一定学到了这样一个结论:一个长度为n的串的本质不同的回文子串数量不超过n个. 那么我们就可以试图将所有回文串的价 ...