A(71) is a data type whose major attributes are determined by the rules governing the insertion and deletion of its elements. The only element that can be deleted or removed is the one that was inserted most(72). Such a structure is said to have a last-in/first-out (LIFO) behavior, or protocol.
A.stack
B.queues
C.pointer
D.record
第1题:
In(71)programming, the user determines the sequence of instructions to be executed, not programmer。
A.structure
B.event-driven
C.top-down
D.data-driven
第2题:
A firewall is a(71)system designed to(72)an organization's network against threats.
A.operating
B.programming
C.security
D.data
第3题:
窗体上有两个名称分别为Text1、Text2的文本框,一个名称为Command1的命令按钮。设有如下的类型声明: Type Person name As String*8 major As String*20 End Type 当单击“Command1”按钮时,能够正确地把数据写入文件的程序段是______。
A.Private Sub Command1_Click() Dim p As Person p. name=Text1. Text p. major=Text2. Text Open"C:\data. dat" For Random As #1 Put #1, 1, p Close #1 End Sub
B.Private Sub Command1_Click() Dim p As Person p. name=Text1.Text p. major=Text2. Text Open"C:\data. dat" For Random As #1 Get #1, 1, p Close #1 End Sub
C.Private Sub Command1_Click() Dis p As Person p. name=Text1. Text p. major=Text2. Text open "C:\data. dat" For Random As #1 Len=Len(p) Put #1, 1, p Close #1 End Sub
D.Private Sub Command1_Click() Dim p As Person p. name=Text1. Text p. major=Text2. Text Open "C:\data. dat" For Random As #1=Len(p) Get #1, 1, p Close #1 End Sub
第4题:
In(71)programming,the user determines the sequence of instructions to be executed,not the programmer.
A.top-down
B.structure
C.data-driven
D.event-driven
第5题:
One use of networks is to let several computers share(71)such as file systems, printers, and tape drives.
A.CPU
B.memory
C.resources
D.data
第6题:
A.Type表示连接的类型
B.Link ID表示此连接的本地标识,不同的链接类型Link ID表示的意义也不相同
C.Data用于描述此连接的附加信息,不同的连接类型所描述的信息也不同
D.Metric描述此连接的开销