问题
单项选择题
In ______ 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
答案
参考答案:D
解析: 译文的含义是:在( )的程序中,由用户而不是程序员决定将被执行的指令的序列。由用户来决定将被执行的指令,这种程序是由事件驱动的,所以,本题应该选择D。