I believe that there are two types of people who get high scores in English exams: 1) have high intelligence. 2) spend time several times more than others on English learning so that their English levels outperform the level that the English exam requires.

If, in a particular circumstance, these two sorts of people compete with each other in an English exam within a limited time period (e.g. two weeks), then the first type of people will win with ease, and the second type of people will be beat miserably. Presumably, the first type of people accounts for 20% of all people. Some of the second sort of people, after the continuous frustrating wars of exams, finds that there is no way to outcome the other type of people, thus begin to believe that Intelligence indicates the scores of exams and those people with high intelligence are born winners.

Fortunately, I don't have the hypothesis of "within a limited time" now (at least during this time period): this is very my opportunity.

P.S.: This article's idea is originated from my exam experiences in two Universities. In NCU (Nanchang University), I got plenty of time to prepare for the final exams, around two weeks after the final class of a discipline; I got suitable scores. In CQU (Chongqing University), typically, the exams immediately follow the final class of a discipline, about 2 days during the weekend or just one week after the end of a discipline; I performed terribly bad.

7/23/19

机器翻译:

两类英语考试成绩高的人

我相信有两种类型的人在英语考试中获得高分:1)具有高智商。 2)在英语学习上花费比其他人多几倍的时间,使他们的英语水平超过英语考试所要求的水平。

如果在特定情况下,这两种人在有限的时间内(例如两周)在英语考试中相互竞争,那么第一类人将轻松获胜,第二类人将是惨遭打败。据推测,第一类人占所有人的20%。在经历了持续令人沮丧的考试之后,第二类人发现没有办法让其他类型的人产生结果,因此开始相信智力表明考试成绩和那些智力高的人是天生的赢家。

幸运的是,我现在没有“在有限时间内”的假设(至少在这段时间内):这是我的机会。

P.S。:这篇文章的想法源于我在两所大学的考试经历。在NCU(南昌大学),我有足够的时间准备期末考试,大约是在一门学科的最后一个课程后两周;我得到了合适的分数。在CQU(重庆大学),通常,考试会紧跟一门学科的最后一堂课,在周末约2天或在学科结束后一周;我的表现非常糟糕。

Two types of people with high scores of English exams的更多相关文章

  1. ranker.go

    package {             start = utils.MinInt(options.OutputOffset, len(outputDocs))             end = ...

  2. Underscore.js基础入门

    公司产品集成了对Underscore.js,所以需要对这个库有一定的了解.通过查阅资料,发现这个库主是对Array和JSON的处理支持.通过Underscore.js库,可以方便的对Array和JSO ...

  3. MongoDB之bson的介绍

    MongoDB之bson的介绍 1. 什么是bson BSON是一种类json的一种二进制形式的存储格式,简称Binary JSON,它和JSON一样,支持内嵌的文档对象和数组对象,但是BSON有JS ...

  4. 生成json对象

    JSONObject 对于放入的object,最终生成的json是什么样的? 两个JavaBean: public class ClassBean { private int grade; priva ...

  5. MongoDB数据库详解

    第1章 数据库管理系统 1.1 前言 01.数据的定义:文字.图像.地理位置信息(坐标.经纬度)等 02.数据库管理系统的定义:建立.存取和管理数据,保证数据安全和完整性的软件 03.常见的数据库管理 ...

  6. Redis之PHP操作

    一.Redis连接与认证 //连接参数:ip.端口.连接超时时间,连接成功返回true,否则返回false $ret = $redis->connect('127.0.0.1', 6379, 3 ...

  7. MongoDB-BSON

    概念参考百科说明:BSON( Binary Serialized Document Format) 是一种二进制形式的存储格式,采用了类似于 C 语言结构体的名称.对表示方法,支持内嵌的文档对象和数组 ...

  8. PHP操作Redis常用技巧总结

    一.Redis连接与认证 //连接参数:ip.端口.连接超时时间,连接成功返回true,否则返回false $ret = $redis->connect('127.0.0.1', 6379, 3 ...

  9. SQL语法基础之SELECT

    SQL语法基础之SELECT 作者:尹正杰 版权声明:原创作品,谢绝转载!否则将追究法律责任. 一.SELECT查看帮助信息 1>.查看SELECT命令的帮助信息 mysql> ? SEL ...

随机推荐

  1. kd树原理及实现

    常用来作空间划分及近邻搜索,是二叉空间划分树的一个特例.通常,对于维度为k,数据点数为N的数据集,kd树适用于N≫2的k次方的情形. 1维数据的查询 假设在数据库的表格T中存储了学生的语文成绩chin ...

  2. 使用react+redux+react-redux+react-router+axios+scss技术栈从0到1开发一个applist应用

    先看效果图 github地址 github仓库 在线访问 初始化项目 #创建项目 create-react-app applist #如果没有安装create-react-app的话,先安装 npm ...

  3. Django中使用JS通过DataTable实现表格前端分页,每页显示页数,搜索等功能

    Django架构中自带了后端分页的技术,通过Paginator进行分页,前端点击按钮提交后台进行页面切换. 优缺点:后端分页对于数据量大的场景有其优势,但页面切换比较慢. 后端分页python3代码如 ...

  4. WordPress教程之页面、菜单、媒体库、高级定制

    本系列教程链接: 怎么快速搭建一个WordPress网站 Wordpress教程之初识WordPress Wordpress教程之如何入门WordPress Wordpress教程之如何创建博客内容 ...

  5. k8s学习 - 概念 - ReplicaSet

    k8s学习 - 概念 - ReplicaSet 首先,ReplicaSet 和 ReplicationController 基本上一样,除了上篇说到的selector有不同之外,没有啥区别.(官网也是 ...

  6. MyBatis:choose标签的用法

    <!-- 4.2 choose用法 需求: 在已有的sys_user表中,除了主键id外,我们认为user_name也是唯一的, 所有的用户名都不可以重复.现在进行如下查询:当参数id有值的时候 ...

  7. 为什么说是时候拥抱.NET CORE了?

    微软和社区已经做了大量艰苦的工作,使.Net Core成为市场上具有竞争力的框架,帮助开发人员快速开发具有最佳性能和可扩展性的强大应用程序.做的最棒的事情是.Net Framework开发人员不需要任 ...

  8. USACO-集合

    #include<cstdio> #include<iostream> using namespace std; long long f[400]; int main() { ...

  9. 题解 P2949 【[USACO09OPEN]工作调度Work Scheduling】

    P2949 [USACO09OPEN]工作调度Work Scheduling 题目标签是单调队列+dp,萌新太弱不会 明显的一道贪心题,考虑排序先做截止时间早的,但我们发现后面可能会出现价值更高却没有 ...

  10. [leetcode] 542. 01 Matrix (Medium)

    给予一个矩阵,矩阵有1有0,计算每一个1到0需要走几步,只能走上下左右. 解法一: 利用dp,从左上角遍历一遍,再从右下角遍历一遍,dp存储当前位置到0的最短距离. 十分粗心的搞错了col和row,改 ...