2016软件设计师考试(英语部分)

2016年上半年上午卷

In the fields of physical security and information security, access control is the selective restriction of access to a place or other resource. The act of accessing may mean consuming, entering, or using. Permission to access a resource is valled authorization. An access control mechanism (71) \color{red}{connects } between a user (or a process executing on behalf of a user) and system resources, such as applications, operating systems, firewalls, routers, files, and databases. The system must first authenticate a user seeking access. Typically the suthentication function determines whether the user is (72) \color{red}{permitted } to access the system at all. Then the access control function determines if the specific requested access by this user is permitted. A security administrator maintains an authorization database that specifies what type of access to which resources is allowed for this user. The access control function consults this database to determine whether to (73) \color{red}{grant } access. An auditing function monitors and keeps a record of user accesses to system resources. In ppractice, a number of (74) \color{red}{users } may cooperatively share the access control function. All operating systems have at least a rudimentary, and in many cases a quite robust, acess control component. Add-on security packages can add to the (75) \color{red}{automated } access control capabilities of the OS. Particular applications or utilities, such as a database management system, also incorporate access control functions. External devices, such as firewalls, can also provide access control services.

在物理安全和信息安全领域,访问控制是对访问场所或其他资源的选择性限制。访问行为可能意味着消费,进入或使用。访问资源的权限是valled授权。访问控制机制(71)连接用户(或代表用户执行的进程)和系统资源,例如应用程序,操作系统,防火墙,路由器,文件和数据库。系统必须首先验证寻求访问的用户。通常,身份验证功能确定是否允许用户(72)完全访问系统。然后,访问控制功能确定是否允许该用户的特定请求访问。安全管理员维护一个授权数据库,该数据库指定对该用户允许哪些资源的访问类型。访问控制功能参考该数据库以确定是否(73)授予访问权限。审计功能监视并记录用户对系统资源的访问。在ppractice中,许多(74)用户可以协作共享访问控制功能。所有操作系统至少都具有基本功能,并且在许多情况下是一个相当强大的接入控制组件。附加安全包可以添加到OS的(75)自动访问控制功能。特定应用程序或实用程序(例如数据库管理系统)还包含访问控制功能。外部设备(如防火墙)也可以提供访问控制服务。

(71)
A. cooperates 协作
B. coordinates 坐标
C. \color{red}{connects } 所连接
D. mediates 中介
(72)
A. denied 否认
B. \color{red}{permitted } 允许
C. prohibited 被禁止
D. rejected 被拒绝
(73)
A. open 打开
B. monitor 监控
C. \color{red}{grant } 发放
D. seek 寻求
(74)
A. components 组件
B. \color{red}{users } 用户
C. mechanisms 机制
D. algorithms 算法
(75)
A. remote 远程
B. native 本地人
C. controlled 受控
D. \color{red}{automated } 自动化


2016年下半年上午卷

Software entities are more complex for their size than perhaps any other human construct, bacause no two parts are alike (at least above the statement level). If they are, we make the two similar parts into one, a 71(\color{red}{subroutine }), open or closed, In this respect software systems differ profoundly from computers, buldings, or automobiles, where repeated elements abound.
Digital computers are themselves more complex than most things people build; they have very large numbers of states. This makes conceiving, describing, and testing them hard, Software systems have orders of magnitude more 72(\color{red}{states }) than computers do.
Likewise, a scaling-up of a software entity is not merely a repetition of the same elements in larger size; it is neccessarily an increase in the number of different elements. In most cases, the elements interact with each other in some 73(\color{red}{nonlinear }) fashion, and the complexity of the whole increases much more than linearly.
The complexity of software is an 74(\color{red}{essential }) property, not an accidental one. Hence descriptions of a software entity that abstract away its complexity often abstract away its essence. Mathematics and the physical sciences made great strides for three centuries by constructing simplified models of complex phenomena, deriving properties from the models, and verifying those properties experimentally. This worked because the complexities 75(\color{red}{ignored }) in the models were not the essential properties of the phenomena. It does not work when the complexities are the essence.
Many of the classical problems of developing software products derive from this essential complexity and its nonlinear increases with size. Not only technical problems but management problems as well come from the complexity.

软件实体的大小比任何其他人类构造更复杂,因为没有两个部分是相似的(至少高于语句级别)。如果它们是,我们将两个相似的部分组合成一个,71(子程序),打开或关闭。在这方面,软件系统与计算机,建筑物或汽车有很大不同,其中重复的元素比比皆是。
数字计算机本身比人们构建的大多数东西更复杂;他们有很多州。这使得构思,描述和测试它们变得困难,软件系统比计算机具有更多的数量级(状态)。
同样,软件实体的扩大不仅仅是更大尺寸的相同元素的重复;不可避免地增加了不同元素的数量。在大多数情况下,元素以某种73(非线性)方式相互作用,并且整体的复杂性增加远远超过线性。
软件的复杂性是74(必要)属性,而不是偶然的属性。因此,描述抽象其复杂性的软件实体往往抽象出其本质。通过构建复杂现象的简化模型,从模型中推导出属性,并通过实验验证这些属性,数学和物理科学在三个世纪中取得了长足的进步。这是有效的,因为模型中的复杂性75(忽略)不是这种现象的基本属性。当复杂性是本质时,它不起作用。
开发软件产品的许多经典问题源于这种基本的复杂性,并且其非线性随着尺寸的增加而增加。不仅技术问题,而且管理问题也来自复杂性。

(71)
A. task 任务
B. job 工作
C. \color{red}{subroutine } 子程序
D. program 程序
(72)
A. \color{red}{states } 状态
B. parts 部分
C. conditions 条件
D. expressions 表达式
(73)
A. linear 线性
B. \color{red}{nonlinear } 非线性
C. parallel 平行
D. additive 添加剂
(74)
A. surface 表面
B. outside 外边
C. exterior 外观
D. \color{red}{essential } 必要
(75)
A. fixed 固定
B. included 包括
C. \color{red}{ignored } 忽视
D. stabilized 稳定

©著作权归作者所有,转载或内容合作请联系作者
  • 序言:七十年代末,一起剥皮案震惊了整个滨河市,随后出现的几起案子,更是在滨河造成了极大的恐慌,老刑警刘岩,带你破解...
    沈念sama阅读 213,992评论 6 493
  • 序言:滨河连续发生了三起死亡事件,死亡现场离奇诡异,居然都是意外死亡,警方通过查阅死者的电脑和手机,发现死者居然都...
    沈念sama阅读 91,212评论 3 388
  • 文/潘晓璐 我一进店门,熙熙楼的掌柜王于贵愁眉苦脸地迎上来,“玉大人,你说我怎么就摊上这事。” “怎么了?”我有些...
    开封第一讲书人阅读 159,535评论 0 349
  • 文/不坏的土叔 我叫张陵,是天一观的道长。 经常有香客问我,道长,这世上最难降的妖魔是什么? 我笑而不...
    开封第一讲书人阅读 57,197评论 1 287
  • 正文 为了忘掉前任,我火速办了婚礼,结果婚礼上,老公的妹妹穿的比我还像新娘。我一直安慰自己,他们只是感情好,可当我...
    茶点故事阅读 66,310评论 6 386
  • 文/花漫 我一把揭开白布。 她就那样静静地躺着,像睡着了一般。 火红的嫁衣衬着肌肤如雪。 梳的纹丝不乱的头发上,一...
    开封第一讲书人阅读 50,383评论 1 292
  • 那天,我揣着相机与录音,去河边找鬼。 笑死,一个胖子当着我的面吹牛,可吹牛的内容都是我干的。 我是一名探鬼主播,决...
    沈念sama阅读 39,409评论 3 412
  • 文/苍兰香墨 我猛地睁开眼,长吁一口气:“原来是场噩梦啊……” “哼!你这毒妇竟也来了?” 一声冷哼从身侧响起,我...
    开封第一讲书人阅读 38,191评论 0 269
  • 序言:老挝万荣一对情侣失踪,失踪者是张志新(化名)和其女友刘颖,没想到半个月后,有当地人在树林里发现了一具尸体,经...
    沈念sama阅读 44,621评论 1 306
  • 正文 独居荒郊野岭守林人离奇死亡,尸身上长有42处带血的脓包…… 初始之章·张勋 以下内容为张勋视角 年9月15日...
    茶点故事阅读 36,910评论 2 328
  • 正文 我和宋清朗相恋三年,在试婚纱的时候发现自己被绿了。 大学时的朋友给我发了我未婚夫和他白月光在一起吃饭的照片。...
    茶点故事阅读 39,084评论 1 342
  • 序言:一个原本活蹦乱跳的男人离奇死亡,死状恐怖,灵堂内的尸体忽然破棺而出,到底是诈尸还是另有隐情,我是刑警宁泽,带...
    沈念sama阅读 34,763评论 4 337
  • 正文 年R本政府宣布,位于F岛的核电站,受9级特大地震影响,放射性物质发生泄漏。R本人自食恶果不足惜,却给世界环境...
    茶点故事阅读 40,403评论 3 322
  • 文/蒙蒙 一、第九天 我趴在偏房一处隐蔽的房顶上张望。 院中可真热闹,春花似锦、人声如沸。这庄子的主人今日做“春日...
    开封第一讲书人阅读 31,083评论 0 21
  • 文/苍兰香墨 我抬头看了看天上的太阳。三九已至,却和暖如春,着一层夹袄步出监牢的瞬间,已是汗流浃背。 一阵脚步声响...
    开封第一讲书人阅读 32,318评论 1 267
  • 我被黑心中介骗来泰国打工, 没想到刚下飞机就差点儿被人妖公主榨干…… 1. 我叫王不留,地道东北人。 一个月前我还...
    沈念sama阅读 46,946评论 2 365
  • 正文 我出身青楼,却偏偏与公主长得像,于是被迫代替她去往敌国和亲。 传闻我的和亲对象是个残疾皇子,可洞房花烛夜当晚...
    茶点故事阅读 43,967评论 2 351

推荐阅读更多精彩内容