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

Section BDirections: In this section, you will hear 3 short passages. At the end of each p

Section B

Directions: In this section, you will hear 3 short passages. At the end of each passage, you will hear some questions. Both the passage and the questions will be spoken only once. After you hear a question, you must choose the best answer from the four choices marked A, B, C and D.

听力原文: How might you drag a good writer's work down to the lower level? Try the spell-check button. A study at the University of Pittsburgh indicates spell-check software may level the playing field between people with differing levels of language skills, hampering the work of writers and editors who place too much trust in the software.

In the study, 33 undergraduate students were asked to proofread a one-page business letter — half of them using Microsoft Word with its red and green lines underlining potential errors. The other half did it in the old-fashioned way, using only their heads. Without grammar or spelling software, students with higher SAT verbal scores made, on average, five errors, compared with 12.3 errors for students with lower scores. Using the software, students with higher verbal scores reading the same passage made, on average, 16 errors, compared with 17 errors for students with lower scores.

Dennis Galletta, a professor of information systems at the Katz Business School, said spell-check software is so sophisticated that some have come to trust it too thoroughly. "It's not a software problem, it's a behavior. problem," he said. Microsoft technical specialist Tim Pash said grammar and spelling technology is meant to help writers and editors, not solve all their problems. The study found the software helped students find and correct errors in the letter, but in some cases they also changed phrases and sentences flagged by the software as grammatically suspicious, even though they were correct.

Questions 26 to 28 are based on the passage you have just heard.

26. What are the students asked to do in the study?

27. Who made the most mistakes in the study?

28. What is the speaker's opinion of grammar and spelling software?

(27)

A.To write a business letter.

B.To provide proof of the deal.

C.To find out the mistakes of a letter.

D.To finish reading the letter quickly.

查看答案
更多“Section BDirections: In this section, you will hear 3 short passages. At the end of each p”相关的问题

第1题

在一般的过程调用中,其调用程序和被调用程序都运行在相同的状态,即系统态和用户态。()

在一般的过程调用中,其调用程序和被调用程序都运行在相同的状态,即系统态和用户态。()

点击查看答案

第2题

下列关于用户程序与系统调用之间的关系,正确的是A.系统调用是用户程序的一部分B.系统调用程序

下列关于用户程序与系统调用之间的关系,正确的是

A.系统调用是用户程序的一部分

B.系统调用程序在目态下执行,而用户程序在管态下执行,二者不能互相调用

C.用户程序可以通过访管指令调用系统调用程序

D.系统调用结束后需要通过访管指令返回到用户程序

点击查看答案

第3题

编写程序时通常会使用过程调用和系统调用,下列选项中,系统调用不能实现的功能是A.从当前程序跳转

编写程序时通常会使用过程调用和系统调用,下列选项中,系统调用不能实现的功能是

A.从当前程序跳转到调用程序

B.调用程序多次嵌套与递归

C.调用程序一般与当前程序有关

D.调用结束后返回原程序

点击查看答案

第4题

(16 )下列关于系统调用的叙述中,哪一个是不正确的?A )系统调用是操作系统向用户提供的编程接口

(16 )下列关于系统调用的叙述中,哪一个是不正确的?

A )系统调用是操作系统向用户提供的编程接口服务

B )所有系统调用都通过一条访管指令和若干参数来实现

C )打开文件、读写文件和关闭文件操作属于系统调用

D )不同的操作系统所提供的系统调用命令的条数、调用格式是相同的

点击查看答案

第5题

下列关于用户程序与系统调用之闯的关系,正确的是

A.系统调用是用户程序的一部分

B.系统调用程序在目态下执行,而用户程序在管态下执行,二者不能互相调用

C.用户程序可以通过访管指令调用系统调用程序

D.系统调用结束后需要通过访管指令返回到用户程序

点击查看答案

第6题

对程序段N50M98P15L2描述正确的有(FANUC系统.华中系统)()

A.此程序段的作用是调用子程序

B.在此程序中要调用子程序15次

C.在此程序中要调用的子程序名是“O15”

D.此程序中要调用子程序2次

E.在此程序中要调用的子程序名是“P15”

点击查看答案

第7题

下列关于系统调用的叙述中,哪一个是不正确的?

A.系统调用是操作系统向用户提供的编程接口服务

B.所有系统调用都通过一条访管指令和若干参数来实现

C.打开文件、读写文件和关闭文件操作属于系统调用

D.不同的操作系统所提供的系统调用命令的条数、调用格式是相同的

点击查看答案

第8题

下列关于系统调用的叙述中,哪一个是不正确的?

A.系统调用是操作系统向用户提供的编程接口服务

B.所有系统调用都通过一条访管指令和若干参数来实现

C.打开文件、读写文件和关闭文件操作属于系统调用

D.不同的操作系统所提供的系统调用命令的条数、调用格式是相同的

点击查看答案

第9题

下列关于系统功能调用的论述中正确的一条是()。

A.在运行系统调用时,可由用户程序直接通过函数调用指令转向系统调用处理程序。

B.在运行系统调用时,用户程序必须执行系统调用指令(或访管指令),并通过陷入中断(或软中断)转向系统调用处理程序。

C.在运行系统调用时,用户程序必须通过外部的硬件中断,转向系统调用处理程序。

D.在运行系统调用时,用户程序可直接通过转移指令转向系统调用处理程序。

点击查看答案

第10题

如下有关系统调用的陈述,正确的是()。

A.系统调用是内核和核外程序的接口

B.不同的操作系统提供的系统调用有差别

C.一次系统调用涉及两次CPU状态切换

D.相比函数调用,系统调用需要特殊硬件机制的支持

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

1. 搜题次数扣减规则:

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

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

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

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

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

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

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

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

上学吧找答案