重要提示: 请勿将账号共享给其他人使用,违者账号将被封禁!
查看《购买须知》>>>
找答案首页 > 全部分类 > 学历类考试
搜题
网友您好, 请在下方输入框内输入要搜索的题目:
搜题
题目内容 (请给出正确答案)
[主观题]

Olga had always enjoyed the character-centered books written by Adele Kwan and wanted to r

ead another one if it seemed interesting and was written in the same style. Olga wasn't sure, however, whether she should spend part of her savings on Kwan's latest book, The Newcomer. She hoped the following book reviews in her high school newspaper would help her make a decision.

Novel without a plot

By Carlo Dante

I just finished reading Adele Kwan's latest novel, The Newcomer, and was disappointed. In my opinion the book does not have enough plot to be considered a novel.

The newcomer in this book is Violet Wang. She's fifteen when her family moves from San Franciso's Chinatown to a small town in Washington State. In this town everyone knows each other, and none of the other residents are Chinese. Violet's challenge is to fit in. Sensitive and intelligent, she amuses shoes who know her well but is shy and reserved with strangers.

These circumstances could have provided the basis for an interesting story. I particularly enjoyed learning about Chinese American culture and Violet's strong family ties. However, this book has no real plot. There is no action to follow. Instead the author emphasizes what is happening in Violet's head as she finds her way in her new home. We are introduced to new characters and situations only as they are viewed by the introspective Violet. When she arrives at her new school, for example, the reader is forced to endure page after page describing Violet's classrooms, classmates, and teachers, with no excitement to keep us involved in the story.

If this had been a historical novel, at least the text could have elucidated what life was like daring a past era. If it had been a mystery, I would have had a reason to move form. one page to the next. Furthermore, Violet would have had a more intriguing way to demonstrate her intelligence and sensitivity.

As it is, I found The Newcomer uninteresting. The lack of plot and the reliance on a single character to support the entire book make for a dull, slow-moving reading experience. Although Ms. Kwan writes well, she has failed to presser a story worth reading.

A Book to Cherish

By Rachel Blythe

In last week's edition I read "Novel Without a Plot", an unflattering review of Adele Kwan's latest novel, I too, have read The Newcomer, and I strongly disagree with.

Carlo Dante's evaluation of this fine novel. Dante claims The Newcomer lacks a plot. He fails to recognize that some novels are plot-driven and others are character-centered. Clearly Dante prefers to read the former and feels justified in imposing his preference on all of us. There are many readers who do not require a story to propel us feverishly from one action-packed moment to the next. We are content to get to know an interesting character who encounters challenges and tries various ways to overcome them.

Violet Wang is a wouderful example of this type of character, and we are fortunate that the novel is told form. her point of view. We first experience her world in San Francisco, where she is surrounded by Chinese American traditions and the support of an extended family. We feel her confusion and traumatic sense of loss as she must leave all that is familiar to her.

When Violet arrives in the area that will be her new home, we see its beauty and mystery through her eyes. As she tries to adjust to life in a place where she feels like an outsider, many of us may remember similar times in our own lives. We ache when she hurts and feel triumph in our hearts when she experiences progress.

I won't tell you why. Violet has had to make such a drastic life change or how she comes to terms with it. Unlike Dante, I think that most readers would greatly enjoy this book. In these times of action-adventure movies and computer games, many have lost the patience to be readers, thinkers

A.encouraged

B.indifferent

C.confused

D.depressed

查看答案
更多“Olga had always enjoyed the character-centered books written by Adele Kwan and wanted to r”相关的问题

第1题

有以下程序段int n=0,p;do {scanf("%d",&p);n++;}while(p!=12345 &&n<3);此处do-while循环的结束

有以下程序段int n=0,p;do {scanf("%d",&p);n++;}while(p!=12345 &&n<3);此处do-while循环的结束条件是()

A.p的值不等于12345并且n的值小于3

B.p的值等于12345并且n的值大于等于3

C.p的值不等于12345或者n的值小于3

D.p的值等于12345或者n的值大于等于3

点击查看答案

第2题

有以下程序段int n=0,p;do {scanf("%d",&p);n++;}while(p!=12345 &&n<3);此处do-whi

有以下程序段 int n=0,p; do {scanf("%d",&p);n++;}while(p!=12345 &&n<3); 此处do-while循环的结束条件是()

A.p的值不等于12345并且n的值小于3

B.p的值等于12345并且n的值大于等于3

C.p的值不等于12345或者n的值小于3

D.p的值等于12345或者n的值大于等于3

点击查看答案

第3题

有以下程序段int n=0,p;do {scanf(“%d”,&p);n++;} while (p!=12345 && n<3);此处do-

有以下程序段int n=0,p;do {scanf(“%d”,&p);n++;} while (p!=12345 && n<3); 此处do-while 循环的结束条件是

A.P的值不等于12345并且n的值小于3

B.P的值等于12345并且n的值大于等于3

C.P的值不等于12345或者n的值小于3

D.P的值等于12345或者n的值大于等于3

点击查看答案

第4题

有以下程序段: int n=0,p;do { scanf(“%d”,&p); n++; } while (p!=12345 && n<3);此处do—while循环的结束条件是()

A.p的值不等于12345并且n的值小于3

B.p的值等于12345并且n的值大于等于3

C.p的值不等于12345或者n的值小于3

D.p的值等于12345或者n的值大于等于3

点击查看答案

第5题

有以下程序段:chara[]="English";char*p=a;intn=0;while(*p!=*^/0'){n++;p++}

有以下程序段:chara[]="English";

char*p=a;intn=0;

while(*p!=*^/0'){n++;p++}

结果中,n的值是()。

点击查看答案

第6题

有以下程序段: int n=0,p; do { scanf("%d",&p);n + +;}while(p!=12345 && n<3); 此处do-w

有以下程序段: int n=0,p; do { scanf("%d",&p);n + +;}while(p!=12345 && n<3); 此处do-while循环的结束条是

A.p的值不等于12345并且n的值小于3

B.p的值等于12345并且n的值大于等于3

C.p的值不等于12345或者n的值小于3

D.p的值等于12345或者n的值大于等于3

点击查看答案

第7题

有以下程序:main{ int i,n=0:for(i=2;i<5;i++){ do{ if(i%3) continue:n++:}while(!i);n++:}p

有以下程序:

main

{ int i,n=0:

for(i=2;i<5;i++)

{ do

{ if(i%3) continue:

n++:

}while(!i);

n++:

}

printf("n=%d\n",n);

}

程序执行后输出结果是()。

A.n=5

B.n=2

C.n=3

D.n=4

点击查看答案

第8题

有以下程序段: int n=0,p; do{scanf("%d",&p);n++;}while(p!=12345 &&n<3); 此处do-while循环的结束条件是()。

A.p的值不等于12345并且n的值小于3

B.p的值等于12345并且n的值大于等于3

C.p的值不等于12345或者n的值小于3

D.p的值等于12345或者n的值大于等于3

点击查看答案

第9题

以下程序段的运行结果是()。 int a[]={1,2,3,4,5,6,7},*p=a; int n,sum=0; for(n=1;n<6;n++) sum+="p[n++];" printf("%d",sum);> A、12

B、15

C、16

D、27

点击查看答案
下载上学吧APP
客服
TOP
重置密码
账号:
旧密码:
新密码:
确认密码:
确认修改
购买搜题卡查看答案
购买前请仔细阅读《购买须知》
请选择支付方式
微信支付
支付宝支付
选择优惠券
优惠券
请选择
点击支付即表示你同意并接受《服务协议》《购买须知》
立即支付
搜题卡使用说明

1. 搜题次数扣减规则:

功能 扣减规则
基础费
(查看答案)
加收费
(AI功能)
文字搜题、查看答案 1/每题 0/每次
语音搜题、查看答案 1/每题 2/每次
单题拍照识别、查看答案 1/每题 2/每次
整页拍照识别、查看答案 1/每题 5/每次

备注:网站、APP、小程序均支持文字搜题、查看答案;语音搜题、单题拍照识别、整页拍照识别仅APP、小程序支持。

2. 使用语音搜索、拍照搜索等AI功能需安装APP(或打开微信小程序)。

3. 搜题卡过期将作废,不支持退款,请在有效期内使用完毕。

请使用微信扫码支付(元)
订单号:
遇到问题请联系在线客服
请不要关闭本页面,支付完成后请点击【支付完成】按钮
遇到问题请联系在线客服
恭喜您,购买搜题卡成功 系统为您生成的账号密码如下:
重要提示: 请勿将账号共享给其他人使用,违者账号将被封禁。
发送账号到微信 保存账号查看答案
怕账号密码记不住?建议关注微信公众号绑定微信,开通微信扫码登录功能
警告:系统检测到您的账号存在安全风险

为了保护您的账号安全,请在“上学吧”公众号进行验证,点击“官网服务”-“账号验证”后输入验证码“”完成验证,验证成功后方可继续查看答案!

- 微信扫码关注上学吧 -
警告:系统检测到您的账号存在安全风险
抱歉,您的账号因涉嫌违反上学吧购买须知被冻结。您可在“上学吧”微信公众号中的“官网服务”-“账号解封申请”申请解封,或联系客服
- 微信扫码关注上学吧 -
请用微信扫码测试
选择优惠券
确认选择
谢谢您的反馈

您认为本题答案有误,我们将认真、仔细核查,如果您知道正确答案,欢迎您来纠错

上学吧找答案