一.单选题(共12题,60.0分)
【单选题】设计人机交互的界面时,应当遵循一定的设计原则,不包括( )。
A、操作步骤少
B、减少人脑的记忆负担
C、增加复杂的功能
D、提供undo功能
答案:C
【单选题】程序片段如下。则其环形复杂度V(G)的值为( )。
Begin 1
If a or b 2,3
then procedure x1 4
else procedure y1 5
Endif 6
If c and d 7,8
then procedure x2 9
else procedure y2 10
Endif 11
End