Two types of people with high scores of English exams
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的更多相关文章
- ranker.go
package { start = utils.MinInt(options.OutputOffset, len(outputDocs)) end = ...
- Underscore.js基础入门
公司产品集成了对Underscore.js,所以需要对这个库有一定的了解.通过查阅资料,发现这个库主是对Array和JSON的处理支持.通过Underscore.js库,可以方便的对Array和JSO ...
- MongoDB之bson的介绍
MongoDB之bson的介绍 1. 什么是bson BSON是一种类json的一种二进制形式的存储格式,简称Binary JSON,它和JSON一样,支持内嵌的文档对象和数组对象,但是BSON有JS ...
- 生成json对象
JSONObject 对于放入的object,最终生成的json是什么样的? 两个JavaBean: public class ClassBean { private int grade; priva ...
- MongoDB数据库详解
第1章 数据库管理系统 1.1 前言 01.数据的定义:文字.图像.地理位置信息(坐标.经纬度)等 02.数据库管理系统的定义:建立.存取和管理数据,保证数据安全和完整性的软件 03.常见的数据库管理 ...
- Redis之PHP操作
一.Redis连接与认证 //连接参数:ip.端口.连接超时时间,连接成功返回true,否则返回false $ret = $redis->connect('127.0.0.1', 6379, 3 ...
- MongoDB-BSON
概念参考百科说明:BSON( Binary Serialized Document Format) 是一种二进制形式的存储格式,采用了类似于 C 语言结构体的名称.对表示方法,支持内嵌的文档对象和数组 ...
- PHP操作Redis常用技巧总结
一.Redis连接与认证 //连接参数:ip.端口.连接超时时间,连接成功返回true,否则返回false $ret = $redis->connect('127.0.0.1', 6379, 3 ...
- SQL语法基础之SELECT
SQL语法基础之SELECT 作者:尹正杰 版权声明:原创作品,谢绝转载!否则将追究法律责任. 一.SELECT查看帮助信息 1>.查看SELECT命令的帮助信息 mysql> ? SEL ...
随机推荐
- java-IO各个区别
BIO:JDK1.4以前用的都是BIO,阻塞IO. 阻塞到我们的读写方法.BIO,如果有一台服务器,能承受简单的客户端请求,那么使用io和net中的同步.阻塞式API应该是可以实现了.但是为了一个用户 ...
- 并发编程-concurrent指南-原子操作类-AtomicInteger
在java并发编程中,会出现++,--等操作,但是这些不是原子性操作,这在线程安全上面就会出现相应的问题.因此java提供了相应类的原子性操作类. 1.AtomicInteger
- Codeforces 617E:XOR and Favorite Number(莫队算法)
http://codeforces.com/problemset/problem/617/E 题意:给出n个数,q个询问区间,问这个区间里面有多少个区间[i,j]可以使得ai^ai+1^...^aj ...
- 究竟什么是Windows句柄
图解说明——究竟什么是Windows句柄 这里需要说明: 1.这里将句柄所能标识的所有东西(如窗口.文件.画笔等)统称为“对象”. 2.图中一个小横框表示一定大小的内存区域,并不代表一个字节, ...
- 基数排序的可复用实现(C++11/14/17/20)
基数排序,是对整数类型的一种排序方法,有MSD (most significant digit)和LSD (least significant digit)两种.MSD将每个数按照高位分为若干个桶(按 ...
- 001_html基本结构
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title> ...
- STM32F0_HAL库驱动描述——HAL驱动程序概述
HAL库文件结构: HAL驱动文件: 外设驱动API文件和头文件:包含了常见主要的通用API,其中ppp表示外设名称,如adc.usart.gpio.irda等: stm32f0xx_hal_ppp. ...
- Oracle:ORA-01219:database not open:queries allowed on fixed tables/views only
Oracle:ORA-01219:database not open:queries allowed on fixed tables/views only 问: 解决 ORA-01219:databa ...
- 关于ftp响应码的分析【转载】
转载地址: http://www.jb51.net/article/26649.htm 1开头-成功 2开头-成功 3开头-权限问题 4开头-文件问题 5开头-服务器问题 150 FILE: %s 1 ...
- C#中的Contains与IndexOf的区别
C#中要判断一个字符串是否包含另一个字符串,常用的两种方法是 str.Contains和str.IndexOf 这两个方法的区别是: Contains是找指定字符串是否包含一个字串,返回值的bo ...