单选题 In____programming, the user determines the sequence ofinstructions to be executed, not the programmer.
   A.top-down    B.structure    C.data-driven    D.event-driven
【正确答案】 D
【答案解析】用户的行为影响程序的运行,只有D可以实现这一点。
   [参考译文]在事件驱动程序设计中,用户决定执行指令的顺序,而不是程序员来决定。