SAT阅读练习题:Reading Comprehension Test 2

2024-08-29 19:58

本文主要是介绍SAT阅读练习题:Reading Comprehension Test 2,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!

  SAT阅读:Reading Comprehension Test 2

  10 minutes - 7 questions

  The passage is taken from a description of the life of certain Pacific Islanders written by a pioneering sociologist.

  By the time a child is six or seven she has all the essential avoidances well enough by heart to be trusted with the care of a younger child. And she also develops a number of simple techniques. She learns to weave firm square balls from palm 5 leaves, to make pinwheels of palm leaves or frangipani blossoms,

  to climb a coconut tree by walking up the trunk on flexible little feet, to break open a coconut with one firm well-directed blow of a knife as long as she is tall, to play a number of group games and sing the songs which go with them, to tidy the house by 10 picking up the litter on the stony floor, to bring water from the sea, to spread out the copra to dry and to help gather it in when rain threatens, to go to a neighboring house and bring back a lighted faggot for the chief's pipe or the cook-house fire.

  But in the case of the little girls all these tasks are merely 15 supplementary to the main business of baby-tending. Very small boys also have some care of the younger children, but at eight or nine years of age they are usually relieved of it. Whatever rough edges have not been smoothed off by this responsibility for younger children are worn off by their contact with older boys. 20 For little boys are admitted to interesting and important activities only so long as their behavior is circumspect and helpful. Where small girls are brusquely pushed aside, small boys will be patiently tolerated and they become adept at making themselves useful. The four or five little boys who all wish to assist at the 25 important, business of helping a grown youth lasso reef eels, organize themselves into a highly efficient working team; one boy holds the bait, another holds an extra lasso, others poke eagerly about in holes in the reef looking for prey, while still

  another tucks the captured eels into his lavalava. The small girls, 30 burdened with heavy babies or the care of little staggerers who are too small to adventure on the reef, discouraged by the hostility of the small boys and the scorn of the older ones, have little opportunity for learning the more adventurous forms of work and play. So while the little boys first undergo the 35 chastening effects of baby-tending and then have many opportunities to learn effective cooperation under the supervision of older boys, the girls' education is less comprehensive. They have a high standard of individual responsibility, but the community provides them with no lessons in cooperation with one 40 another. This is particularly apparent in the activities of young people: the boys organize quickly; the girls waste hours in bickering, innocent of any technique for quick and efficient cooperation.

  1. The primary purpose of the passage with reference to the society under discussion is to

  A. explain some differences in the upbringing of girls and boys

  B. criticize the deficiencies in the education of girls

  C. give a comprehensive account of a day in the life of an average young girl

  D. delineate the role of young girls

  E. show that young girls are trained to be useful to adults

  2. The word 'brusquely' (line 22 most nearly means

  A. quickly

  B. gently

  C. nonchalantly

  D. abruptly

  E. callously

  3. The list of techniques in paragraph one could best be described as

  A. household duties

  B. rudimentary physical skills

  C. important responsibilities

  D. useful social skills

  E. monotonous tasks

  4. It can be inferred that the 'high standard of individual responsibility' (line 38 is

  A. developed mainly through child-care duties

  B. only present in girls

  C. taught to the girl before she is entrusted with babies

  D. actually counterproductive

  E. weakened as the girl grows older.

  5. The expression 'innocent of' (line 42 is best taken to mean

  A. not guilty of

  B. unskilled in

  C. unsuited for

  D. uninvolved in

  E. uninterested in

  6. It can be inferred that in the community under discussion all of the following are important except

  A. domestic handicrafts

  B. well-defined social structure

  C. fishing skills

  D. formal education

  E. division of labor

  7. Which of the following if true would weaken the author's contention about 'lessons in cooperation' (line 39 ?

  I Group games played by younger girls involve cooperation

  II Girls can learn from watching boys cooperating

  III Individual girls cooperate with their mothers in looking after babies

  A. I only

  B. II only

  C. III only

  D. I and II only

  E. I, II and III

  8. Which of the following is the best description of the author's technique in handling her material?

  A. Both description and interpretation of observations.

  B. Presentation of facts without comment.

  C. Description of evidence to support a theory.

  D. Generalization from a particular viewpoint.

  E. Close examination of preconceptions.

这篇关于SAT阅读练习题:Reading Comprehension Test 2的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!



http://www.chinasem.cn/article/1118745

相关文章

JAVA智听未来一站式有声阅读平台听书系统小程序源码

智听未来,一站式有声阅读平台听书系统 🌟 开篇:遇见未来,从“智听”开始 在这个快节奏的时代,你是否渴望在忙碌的间隙,找到一片属于自己的宁静角落?是否梦想着能随时随地,沉浸在知识的海洋,或是故事的奇幻世界里?今天,就让我带你一起探索“智听未来”——这一站式有声阅读平台听书系统,它正悄悄改变着我们的阅读方式,让未来触手可及! 📚 第一站:海量资源,应有尽有 走进“智听

dp算法练习题【8】

不同二叉搜索树 96. 不同的二叉搜索树 给你一个整数 n ,求恰由 n 个节点组成且节点值从 1 到 n 互不相同的 二叉搜索树 有多少种?返回满足题意的二叉搜索树的种数。 示例 1: 输入:n = 3输出:5 示例 2: 输入:n = 1输出:1 class Solution {public int numTrees(int n) {int[] dp = new int

论文阅读笔记: Segment Anything

文章目录 Segment Anything摘要引言任务模型数据引擎数据集负责任的人工智能 Segment Anything Model图像编码器提示编码器mask解码器解决歧义损失和训练 Segment Anything 论文地址: https://arxiv.org/abs/2304.02643 代码地址:https://github.com/facebookresear

论文翻译:ICLR-2024 PROVING TEST SET CONTAMINATION IN BLACK BOX LANGUAGE MODELS

PROVING TEST SET CONTAMINATION IN BLACK BOX LANGUAGE MODELS https://openreview.net/forum?id=KS8mIvetg2 验证测试集污染在黑盒语言模型中 文章目录 验证测试集污染在黑盒语言模型中摘要1 引言 摘要 大型语言模型是在大量互联网数据上训练的,这引发了人们的担忧和猜测,即它们可能已

软件架构模式:5 分钟阅读

原文: https://orkhanscience.medium.com/software-architecture-patterns-5-mins-read-e9e3c8eb47d2 软件架构模式:5 分钟阅读 当有人潜入软件工程世界时,有一天他需要学习软件架构模式的基础知识。当我刚接触编码时,我不知道从哪里获得简要介绍现有架构模式的资源,这样它就不会太详细和混乱,而是非常抽象和易

Golang test编译使用

创建文件my_test.go package testsimport "testing"func TestMy(t *testing.T) {t.Log("TestMy")} 通常用法: $ go test -v -run TestMy my_test.go=== RUN TestMyTestMy: my_test.go:6: TestMy--- PASS: TestMy (0.

JavaScript正则表达式六大利器:`test`、`exec`、`match`、`matchAll`、`search`与`replace`详解及对比

在JavaScript中,正则表达式(Regular Expression)是一种用于文本搜索、替换、匹配和验证的强大工具。本文将深入解析与正则表达式相关的几个主要执行方法:test、exec、match、matchAll、search和replace,并对它们进行对比,帮助开发者更好地理解这些方法的使用场景和差异。 正则表达式基础 在深入解析方法之前,先简要回顾一下正则表达式的基础知识。正则

【阅读文献】一个使用大语言模型的端到端语音概要

摘要 ssum框架(Speech Summarization)为了 从说话人的语音提出对应的文本二题出。 ssum面临的挑战: 控制长语音的输入捕捉 the intricate cross-mdoel mapping 在长语音输入和短文本之间。 ssum端到端模型框架 使用 Q-Former 作为 语音和文本的中介连接 ,并且使用LLMs去从语音特征正确地产生文本。 采取 multi-st

mybatis if test 之 0当做参数传入出问题

首先前端传入了参数 if(StringUtils.isNotBlank(status)){requestParam.setProperty("status", Integer.parseInt(status));}List<SuperPojo> applicationList = groupDao.getApplicationListByReviewStatusAndMember(req

C语言练习题之 数组中出现次数超过一半的数

题目描述 给一个长度为 n 的数组,数组中有一个数字出现的次数超过数组长度的一半,请找出这个数字。 例如输入一个长度为9的数组[1,2,3,2,2,2,5,4,2]。由于数字2在数组中出现了5次,超过数组长度的一半,因此输出2。 数据范围:n≤50000,数组中元素的值0≤val≤10000 要求:空间复杂度:O(1),时间复杂度O(n) 输入描述: 保证数组输入非空,且保证有