a我考网

 找回密码
 立即注册

QQ登录

只需一步,快速开始

扫一扫,访问微社区

查看: 58|回复: 0

[网络管理员] 2012年软件水平考试网络管理员英语试题及答案(5)

[复制链接]
发表于 2012-8-2 08:55:16 | 显示全部楼层 |阅读模式
 (1)means“Any HTML document on an HTTP Server”.
% I5 b4 i; M3 L3 B! a9 A* ?( O  (1)A.Web Server: B# M! q5 ~: z# t
  B.Web page7 w9 D% K# J! Q; g9 p
  C.Web Browser
1 q9 _: _" ]1 D; Y2 P7 J5 b) W. s0 C: S  D.Web site
, B2 F3 w, M7 Y0 Z0 F  b  The term“(2)program”means a program written in high—level language.& l7 N: G6 k* [5 T" x3 D1 D
  (2)A.compiler
6 ?. x5 e: u8 `- p: T& C& Y. q  B.executable
6 y: @! ?* K, t1 _7 I  C.source
0 I3 ~) }! I" \9 W" J( ~$ X  D.object
, p, Y; J6 m& O  i# s* C  Very long,complex expressions in program are difficult to write correctly and difficult to(3).' B3 j- \, P" S9 p8 d
  (3)A.defend# L* C3 g2 f! N( k- u) n
  B.detect
4 o3 P$ X: U3 ~5 h3 d  C.default% L. X( x1 g- j) w/ M
  D.debug. n0 Z& a3 w" {+ M/ y
  In C language.functions are important because they provide a way to(4)code so that a large complex program can be written by combining many smaller parts.: y5 y6 X) O; ^" x6 ?5 x* {
  (4)A.modify; d" {) c; k" I; @% J
  B.modularize0 ]+ M2 l+ _! A8 {2 z$ i
  C.block
( n1 ~# ^: O# A) m7 v/ b2 j4 O5 R! L  D.board
' M- E& s1 V9 _+ @& l6 |  The standard(5)in C language contain many useful functions for input and output,string handing,mathematical computations,and system programming tasks." s! h: j  Z; K2 X
  (5)A.database/ G" P/ v0 R5 d) y; U9 ^- \
  B.files( e" ^  c3 q* x; \
  C.1ibraries
$ ?! O& J  c1 s1 H6 W  D.subroutine
) V: ^7 `! {1 G0 x/ \  In(6)programming,the user determines the sequence of instructions to be executed,not the programmer.
1 ]4 {& K9 X8 c& J  m3 L  (6)A.top-down
" d5 n! \  T' H5 d% d2 i/ n, s  B.structure
. h0 `. D4 L  f5 E- {& V  C.data—driven
/ t8 E; }0 a1 G8 B1 \$ I* D) w  D.event—driven
4 P* I) Q9 M  D2 N6 T$ d- q' q  (7)is a clickable string or graphic that points to another Web page or document.
$ g5 _- C6 Y, M/ n8 n: j  (7)A.Link
" d6 G. }; x3 J, c* T  B.Anchor/ C; c( X( S; f4 {3 g# _, Y
  C.Browser  X8 C2 ?* t& z" Z
  D.Hyperlink
4 Y- i& z5 |8 D( N8 i  One solution to major security problems is(8),which are frequently installed to fix known security holes.
6 X6 Q, e; D, p8 r9 W  (8)A.patches
" z4 c# ]) j: v: a$ @% B8 W  B.compensations
6 u  _# S6 i1 l2 B7 a5 v  C.complements5 y6 b6 J  ]; x2 K( e# z
  D.additions& R5 S  v# g' B" ~
  A programmer must know about a function’s(9)to call it correctly
0 ?4 A# G8 W+ f  (9)A.location
% v6 D4 k8 J; R- {  B.algorithm
( J9 \" Y) |% D! |/ \. o4 }( h) }/ B8 d  C.Interface8 z" x/ {' h# v8 X3 E: Y$ E
  D.statements5 x/ E3 {7 u; s* u1 L' T' ^. t
  On a(30)memory system,the logical memory space available to the program is totally independent of the physical memory space.
. @- W3 n0 E% Y# C: H5 {; S7 f: o  (30)A.cache
: B& T- U5 o+ N8 D3 n  B.virtual% d' K* i1 k$ `$ ^
  C.RAM
" X# d- [' T/ `. E! v, _' m  D.ROM
* C% Z1 @0 `) n, V* b4 T" L  答案:(1)B* a( F/ y& y$ ~' I. Q1 |) ~; m1 o" N  X
  解析:Web页面表示HTTP服务器上的HTML文档。
3 W. o) x8 d4 _, }  答案:(2)C$ U4 `# x. B( u( ^- p! n4 F
  解析:源程序是用高级语言写的程序。
" D1 _, q( f. l, u7 \% v, E  答案:(3)D( J- z3 y. q' s( n
  解析:在程序中,一个长且复杂的表达式很难被正确书写和调试。6 d( e, d. `3 }
  答案:(4)B
2 p9 y0 e3 V# O  w  解析:在C语言中,函数是非常重要的。因为函数具有把代码模块化的功能,因此,一个大且复杂的程序能够写成许多个小程序的组合。. C1 P) u  c% ~# \" B
  答案:(5)C" R6 c* p7 q  g$ Z# g! a! h
  解析:在C语言中。标准库函数包括很多用于输入、输出、字符串处理、数学计算、系统调用的函数。
- b# p& I" W5 p$ T  s  答案:(6)D0 \; c8 E0 D: |" N' K
  解析:在事件驱动的程序中,是用户而不是程序员来决定被执行的指令序列。  ]3 J3 R' q, g6 n8 l4 M
  答案:(7)D
1 V* H1 u$ K+ D6 L) \" x  解析:超级链接是一种可点击的宇符串或图片,它可以连接到另一个Web页面或文档。
' g) }# A/ p! C# s1 Z  答案:(8)A3 d6 O! B4 y. }3 o- W
  解析:打补丁是解决主要安全问题的一种方法,它通常被用来解决已知的安全漏洞。答案:(9)C3 M9 B% Y4 `- C) f
  解析:程序员需要知道函数的接口才能正确调用它。
( v+ L" q  M. u! c  答案:(10)B5 k% ~- V5 K/ h! R0 O
  解析:虚拟存储系统中,程序的逻辑存储空间与物理存储空间完全独立。
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

Archiver|手机版|小黑屋|Woexam.Com ( 湘ICP备18023104号 )

GMT+8, 2024-5-18 20:13 , Processed in 0.290752 second(s), 21 queries .

Powered by Discuz! X3.4 Licensed

© 2001-2017 Comsenz Inc.

快速回复 返回顶部 返回列表